├── .gitignore ├── .python-version ├── CONDUCT.md ├── LICENSE ├── README.md ├── files ├── IMLS-FAIR-CARE-Survey │ ├── .ipynb_checkpoints │ │ ├── README-checkpoint.txt │ │ └── imls-fair-care-survey-columns-config-checkpoint.csv │ ├── README.txt │ └── imls-fair-care-survey-columns-config.csv ├── arches-pkg-demo │ ├── v6-pkg │ │ ├── .ipynb_checkpoints │ │ │ └── README-checkpoint.txt │ │ ├── README.txt │ │ ├── extensions │ │ │ └── widgets │ │ │ │ └── sample-widget │ │ │ │ ├── sample-widget.htm │ │ │ │ ├── sample-widget.js │ │ │ │ └── sample-widget.json │ │ ├── graphs │ │ │ └── branches │ │ │ │ ├── Activity branch (ARM WG).json │ │ │ │ ├── Contact Point (ARM WG).json │ │ │ │ ├── Creation branch (ARM WG).json │ │ │ │ ├── Description-Statement branch (ARM WG).json │ │ │ │ ├── Dimension branch (ARM WG).json │ │ │ │ ├── Identifier branch (ARM WG).json │ │ │ │ ├── Name branch (ARM WG).json │ │ │ │ ├── Production branch (ARM WG).json │ │ │ │ └── Timespan branch (ARM WG).json │ │ ├── ontologies │ │ │ └── linkedart │ │ │ │ ├── cidoc.xml │ │ │ │ ├── linkedart.xml │ │ │ │ ├── linkedart_crm_enhancements.xml │ │ │ │ └── ontology_config.json │ │ ├── package_config.json │ │ └── system_settings │ │ │ └── System_Settings.json │ └── v7-pkg │ │ ├── .ipynb_checkpoints │ │ └── README-checkpoint.txt │ │ ├── README.txt │ │ ├── extensions │ │ └── widgets │ │ │ └── sample-widget │ │ │ ├── sample-widget.htm │ │ │ ├── sample-widget.js │ │ │ └── sample-widget.json │ │ ├── graphs │ │ └── branches │ │ │ ├── .ipynb_checkpoints │ │ │ └── Activity branch (ARM WG)-checkpoint.json │ │ │ ├── Activity branch (ARM WG).json │ │ │ ├── Contact Point (ARM WG).json │ │ │ ├── Creation branch (ARM WG).json │ │ │ ├── Description-Statement branch (ARM WG).json │ │ │ ├── Dimension branch (ARM WG).json │ │ │ ├── Identifier branch (ARM WG).json │ │ │ ├── Name branch (ARM WG).json │ │ │ ├── Production branch (ARM WG).json │ │ │ └── Timespan branch (ARM WG).json │ │ ├── ontologies │ │ └── linkedart │ │ │ ├── cidoc.xml │ │ │ ├── linkedart.xml │ │ │ ├── linkedart_crm_enhancements.xml │ │ │ └── ontology_config.json │ │ ├── package_config.json │ │ └── system_settings │ │ └── System_Settings.json ├── eol │ ├── eol-gbif.csv.gz │ ├── oc-eol-gbif-with-missing.csv │ ├── oc-eol-gbif.csv │ ├── oc-eol-no-gbif.csv │ └── oc-eol-uris.csv ├── geojson │ └── umayri-legacy-grid.geojson ├── oc-api-demo-results.csv ├── oc-api-murlo-objects-multivalue-as-cols.csv ├── oc-api-murlo-objects-multivalue-as-json.csv ├── poggio-civitate │ ├── .ipynb_checkpoints │ │ ├── open-context-12827-object-records-checkpoint.csv │ │ └── pc-cataloged-records-history-checkpoint.png │ ├── open-context-12827-object-records.csv │ ├── pc-cataloged-records-history.png │ ├── poggio-civitate-cataloged-object-fabric-yearly-summary.csv │ └── poggio-civitate-cataloged-object-type-yearly-summary.csv └── tell-dor │ ├── tell-dor-area-g-locus-image-index.csv │ ├── tell-dor-files-contexts.csv │ ├── tell-dor-files.csv │ ├── tell-dor-loci.csv │ └── tell-dor-locus-cards-index.csv ├── notebooks ├── .ipynb_checkpoints │ ├── API-Demo-checkpoint.ipynb │ ├── EOL to GBIF-checkpoint.ipynb │ ├── FAIR + CARE Survey Semantic Plus-checkpoint.ipynb │ ├── FAIR + CARE Survey-checkpoint.ipynb │ ├── FAIR+CARE Survey Columns for R-checkpoint.ipynb │ ├── FAIR+CARE Survey Multi-Select Graph-checkpoint.ipynb │ ├── FAIR+CARE Survey Multi-Select Process-checkpoint.ipynb │ ├── FAIR+CARE Survey Multi-Select Tokens-checkpoint.ipynb │ ├── FAIR+CARE Survey Multi-Select nGrams-checkpoint.ipynb │ ├── FAIR+CARE Survey Segments and WordCounts-checkpoint.ipynb │ ├── FAIR+CARE Survey Semantics and Tokens-checkpoint.ipynb │ ├── FAIR+CARE Survey nGrams-checkpoint.ipynb │ ├── Open Context API Demo-checkpoint.ipynb │ ├── Open Context API Murlo Objects-checkpoint.ipynb │ ├── Open Context Measurements-checkpoint.ipynb │ ├── Open Context Murlo Objects-checkpoint.ipynb │ ├── TIFF to Pyramid TIFF-checkpoint.ipynb │ ├── Tell Dor File Linking-checkpoint.ipynb │ ├── Tell Dor Locus Card Index Builder-checkpoint.ipynb │ ├── arches-package-update-checkpoint.ipynb │ ├── csvs-from-scanned-data-checkpoint.ipynb │ ├── images-from-pdfs-checkpoint.ipynb │ └── multi-images-from-pdfs-checkpoint.ipynb ├── API-Demo.ipynb ├── EOL to GBIF.ipynb ├── FAIR + CARE Survey Semantic Plus.ipynb ├── FAIR + CARE Survey.ipynb ├── FAIR+CARE Survey Breakouts.ipynb ├── FAIR+CARE Survey Columns for R.ipynb ├── FAIR+CARE Survey Multi-Select Graph.ipynb ├── FAIR+CARE Survey Multi-Select Process.ipynb ├── FAIR+CARE Survey Multi-Select Tokens.ipynb ├── FAIR+CARE Survey Multi-Select nGrams.ipynb ├── FAIR+CARE Survey Segments and WordCounts.ipynb ├── FAIR+CARE Survey Semantics and Tokens.ipynb ├── FAIR+CARE Survey nGrams.ipynb ├── OC iSamples Parquet Generation.ipynb ├── Open Context API Demo.ipynb ├── Open Context API Murlo Objects.ipynb ├── Open Context Measurements.ipynb ├── Open Context Murlo Objects.ipynb ├── TIFF to Pyramid TIFF.ipynb ├── Tell Dor File Linking.ipynb ├── Tell Dor Locus Card Index Builder.ipynb ├── arches-package-update.ipynb ├── csvs-from-scanned-data.ipynb ├── images-from-pdfs.ipynb └── multi-images-from-pdfs.ipynb ├── opencontext ├── .ipynb_checkpoints │ └── api-checkpoint.py ├── __init__.py └── api.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/.gitignore -------------------------------------------------------------------------------- /.python-version: -------------------------------------------------------------------------------- 1 | 3.12.2 2 | -------------------------------------------------------------------------------- /CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/README.md -------------------------------------------------------------------------------- /files/IMLS-FAIR-CARE-Survey/.ipynb_checkpoints/README-checkpoint.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/IMLS-FAIR-CARE-Survey/.ipynb_checkpoints/README-checkpoint.txt -------------------------------------------------------------------------------- /files/IMLS-FAIR-CARE-Survey/.ipynb_checkpoints/imls-fair-care-survey-columns-config-checkpoint.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/IMLS-FAIR-CARE-Survey/.ipynb_checkpoints/imls-fair-care-survey-columns-config-checkpoint.csv -------------------------------------------------------------------------------- /files/IMLS-FAIR-CARE-Survey/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/IMLS-FAIR-CARE-Survey/README.txt -------------------------------------------------------------------------------- /files/IMLS-FAIR-CARE-Survey/imls-fair-care-survey-columns-config.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/IMLS-FAIR-CARE-Survey/imls-fair-care-survey-columns-config.csv -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/.ipynb_checkpoints/README-checkpoint.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/README.txt -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/extensions/widgets/sample-widget/sample-widget.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/extensions/widgets/sample-widget/sample-widget.htm -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/extensions/widgets/sample-widget/sample-widget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/extensions/widgets/sample-widget/sample-widget.js -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/extensions/widgets/sample-widget/sample-widget.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/extensions/widgets/sample-widget/sample-widget.json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/graphs/branches/Activity branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/graphs/branches/Activity branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/graphs/branches/Contact Point (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/graphs/branches/Contact Point (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/graphs/branches/Creation branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/graphs/branches/Creation branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/graphs/branches/Description-Statement branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/graphs/branches/Description-Statement branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/graphs/branches/Dimension branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/graphs/branches/Dimension branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/graphs/branches/Identifier branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/graphs/branches/Identifier branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/graphs/branches/Name branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/graphs/branches/Name branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/graphs/branches/Production branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/graphs/branches/Production branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/graphs/branches/Timespan branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/graphs/branches/Timespan branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/ontologies/linkedart/cidoc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/ontologies/linkedart/cidoc.xml -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/ontologies/linkedart/linkedart.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/ontologies/linkedart/linkedart.xml -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/ontologies/linkedart/linkedart_crm_enhancements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/ontologies/linkedart/linkedart_crm_enhancements.xml -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/ontologies/linkedart/ontology_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/ontologies/linkedart/ontology_config.json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/package_config.json: -------------------------------------------------------------------------------- 1 | {"permitted_resource_relationships": []} -------------------------------------------------------------------------------- /files/arches-pkg-demo/v6-pkg/system_settings/System_Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v6-pkg/system_settings/System_Settings.json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/.ipynb_checkpoints/README-checkpoint.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/README.txt -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/extensions/widgets/sample-widget/sample-widget.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/extensions/widgets/sample-widget/sample-widget.htm -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/extensions/widgets/sample-widget/sample-widget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/extensions/widgets/sample-widget/sample-widget.js -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/extensions/widgets/sample-widget/sample-widget.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/extensions/widgets/sample-widget/sample-widget.json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/graphs/branches/.ipynb_checkpoints/Activity branch (ARM WG)-checkpoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/graphs/branches/.ipynb_checkpoints/Activity branch (ARM WG)-checkpoint.json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/graphs/branches/Activity branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/graphs/branches/Activity branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/graphs/branches/Contact Point (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/graphs/branches/Contact Point (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/graphs/branches/Creation branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/graphs/branches/Creation branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/graphs/branches/Description-Statement branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/graphs/branches/Description-Statement branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/graphs/branches/Dimension branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/graphs/branches/Dimension branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/graphs/branches/Identifier branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/graphs/branches/Identifier branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/graphs/branches/Name branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/graphs/branches/Name branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/graphs/branches/Production branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/graphs/branches/Production branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/graphs/branches/Timespan branch (ARM WG).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/graphs/branches/Timespan branch (ARM WG).json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/ontologies/linkedart/cidoc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/ontologies/linkedart/cidoc.xml -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/ontologies/linkedart/linkedart.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/ontologies/linkedart/linkedart.xml -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/ontologies/linkedart/linkedart_crm_enhancements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/ontologies/linkedart/linkedart_crm_enhancements.xml -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/ontologies/linkedart/ontology_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/ontologies/linkedart/ontology_config.json -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/package_config.json: -------------------------------------------------------------------------------- 1 | {"permitted_resource_relationships": []} -------------------------------------------------------------------------------- /files/arches-pkg-demo/v7-pkg/system_settings/System_Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/arches-pkg-demo/v7-pkg/system_settings/System_Settings.json -------------------------------------------------------------------------------- /files/eol/eol-gbif.csv.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/eol/eol-gbif.csv.gz -------------------------------------------------------------------------------- /files/eol/oc-eol-gbif-with-missing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/eol/oc-eol-gbif-with-missing.csv -------------------------------------------------------------------------------- /files/eol/oc-eol-gbif.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/eol/oc-eol-gbif.csv -------------------------------------------------------------------------------- /files/eol/oc-eol-no-gbif.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/eol/oc-eol-no-gbif.csv -------------------------------------------------------------------------------- /files/eol/oc-eol-uris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/eol/oc-eol-uris.csv -------------------------------------------------------------------------------- /files/geojson/umayri-legacy-grid.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/geojson/umayri-legacy-grid.geojson -------------------------------------------------------------------------------- /files/oc-api-demo-results.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/oc-api-demo-results.csv -------------------------------------------------------------------------------- /files/oc-api-murlo-objects-multivalue-as-cols.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/oc-api-murlo-objects-multivalue-as-cols.csv -------------------------------------------------------------------------------- /files/oc-api-murlo-objects-multivalue-as-json.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/oc-api-murlo-objects-multivalue-as-json.csv -------------------------------------------------------------------------------- /files/poggio-civitate/.ipynb_checkpoints/open-context-12827-object-records-checkpoint.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/poggio-civitate/.ipynb_checkpoints/open-context-12827-object-records-checkpoint.csv -------------------------------------------------------------------------------- /files/poggio-civitate/.ipynb_checkpoints/pc-cataloged-records-history-checkpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/poggio-civitate/.ipynb_checkpoints/pc-cataloged-records-history-checkpoint.png -------------------------------------------------------------------------------- /files/poggio-civitate/open-context-12827-object-records.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/poggio-civitate/open-context-12827-object-records.csv -------------------------------------------------------------------------------- /files/poggio-civitate/pc-cataloged-records-history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/poggio-civitate/pc-cataloged-records-history.png -------------------------------------------------------------------------------- /files/poggio-civitate/poggio-civitate-cataloged-object-fabric-yearly-summary.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/poggio-civitate/poggio-civitate-cataloged-object-fabric-yearly-summary.csv -------------------------------------------------------------------------------- /files/poggio-civitate/poggio-civitate-cataloged-object-type-yearly-summary.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/poggio-civitate/poggio-civitate-cataloged-object-type-yearly-summary.csv -------------------------------------------------------------------------------- /files/tell-dor/tell-dor-area-g-locus-image-index.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/tell-dor/tell-dor-area-g-locus-image-index.csv -------------------------------------------------------------------------------- /files/tell-dor/tell-dor-files-contexts.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/tell-dor/tell-dor-files-contexts.csv -------------------------------------------------------------------------------- /files/tell-dor/tell-dor-files.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/tell-dor/tell-dor-files.csv -------------------------------------------------------------------------------- /files/tell-dor/tell-dor-loci.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/tell-dor/tell-dor-loci.csv -------------------------------------------------------------------------------- /files/tell-dor/tell-dor-locus-cards-index.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/files/tell-dor/tell-dor-locus-cards-index.csv -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/API-Demo-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/API-Demo-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/EOL to GBIF-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/EOL to GBIF-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/FAIR + CARE Survey Semantic Plus-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/FAIR + CARE Survey Semantic Plus-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/FAIR + CARE Survey-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/FAIR + CARE Survey-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/FAIR+CARE Survey Columns for R-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/FAIR+CARE Survey Columns for R-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/FAIR+CARE Survey Multi-Select Graph-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/FAIR+CARE Survey Multi-Select Graph-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/FAIR+CARE Survey Multi-Select Process-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/FAIR+CARE Survey Multi-Select Process-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/FAIR+CARE Survey Multi-Select Tokens-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/FAIR+CARE Survey Multi-Select Tokens-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/FAIR+CARE Survey Multi-Select nGrams-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/FAIR+CARE Survey Multi-Select nGrams-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/FAIR+CARE Survey Segments and WordCounts-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/FAIR+CARE Survey Segments and WordCounts-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/FAIR+CARE Survey Semantics and Tokens-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/FAIR+CARE Survey Semantics and Tokens-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/FAIR+CARE Survey nGrams-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/FAIR+CARE Survey nGrams-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/Open Context API Demo-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/Open Context API Demo-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/Open Context API Murlo Objects-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/Open Context API Murlo Objects-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/Open Context Measurements-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/Open Context Measurements-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/Open Context Murlo Objects-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/Open Context Murlo Objects-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/TIFF to Pyramid TIFF-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/TIFF to Pyramid TIFF-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/Tell Dor File Linking-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/Tell Dor File Linking-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/Tell Dor Locus Card Index Builder-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/Tell Dor Locus Card Index Builder-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/arches-package-update-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/arches-package-update-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/csvs-from-scanned-data-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/csvs-from-scanned-data-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/images-from-pdfs-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/images-from-pdfs-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/multi-images-from-pdfs-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/.ipynb_checkpoints/multi-images-from-pdfs-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/API-Demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/API-Demo.ipynb -------------------------------------------------------------------------------- /notebooks/EOL to GBIF.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/EOL to GBIF.ipynb -------------------------------------------------------------------------------- /notebooks/FAIR + CARE Survey Semantic Plus.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/FAIR + CARE Survey Semantic Plus.ipynb -------------------------------------------------------------------------------- /notebooks/FAIR + CARE Survey.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/FAIR + CARE Survey.ipynb -------------------------------------------------------------------------------- /notebooks/FAIR+CARE Survey Breakouts.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/FAIR+CARE Survey Breakouts.ipynb -------------------------------------------------------------------------------- /notebooks/FAIR+CARE Survey Columns for R.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/FAIR+CARE Survey Columns for R.ipynb -------------------------------------------------------------------------------- /notebooks/FAIR+CARE Survey Multi-Select Graph.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/FAIR+CARE Survey Multi-Select Graph.ipynb -------------------------------------------------------------------------------- /notebooks/FAIR+CARE Survey Multi-Select Process.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/FAIR+CARE Survey Multi-Select Process.ipynb -------------------------------------------------------------------------------- /notebooks/FAIR+CARE Survey Multi-Select Tokens.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/FAIR+CARE Survey Multi-Select Tokens.ipynb -------------------------------------------------------------------------------- /notebooks/FAIR+CARE Survey Multi-Select nGrams.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/FAIR+CARE Survey Multi-Select nGrams.ipynb -------------------------------------------------------------------------------- /notebooks/FAIR+CARE Survey Segments and WordCounts.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/FAIR+CARE Survey Segments and WordCounts.ipynb -------------------------------------------------------------------------------- /notebooks/FAIR+CARE Survey Semantics and Tokens.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/FAIR+CARE Survey Semantics and Tokens.ipynb -------------------------------------------------------------------------------- /notebooks/FAIR+CARE Survey nGrams.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/FAIR+CARE Survey nGrams.ipynb -------------------------------------------------------------------------------- /notebooks/OC iSamples Parquet Generation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/OC iSamples Parquet Generation.ipynb -------------------------------------------------------------------------------- /notebooks/Open Context API Demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/Open Context API Demo.ipynb -------------------------------------------------------------------------------- /notebooks/Open Context API Murlo Objects.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/Open Context API Murlo Objects.ipynb -------------------------------------------------------------------------------- /notebooks/Open Context Measurements.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/Open Context Measurements.ipynb -------------------------------------------------------------------------------- /notebooks/Open Context Murlo Objects.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/Open Context Murlo Objects.ipynb -------------------------------------------------------------------------------- /notebooks/TIFF to Pyramid TIFF.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/TIFF to Pyramid TIFF.ipynb -------------------------------------------------------------------------------- /notebooks/Tell Dor File Linking.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/Tell Dor File Linking.ipynb -------------------------------------------------------------------------------- /notebooks/Tell Dor Locus Card Index Builder.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/Tell Dor Locus Card Index Builder.ipynb -------------------------------------------------------------------------------- /notebooks/arches-package-update.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/arches-package-update.ipynb -------------------------------------------------------------------------------- /notebooks/csvs-from-scanned-data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/csvs-from-scanned-data.ipynb -------------------------------------------------------------------------------- /notebooks/images-from-pdfs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/images-from-pdfs.ipynb -------------------------------------------------------------------------------- /notebooks/multi-images-from-pdfs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/notebooks/multi-images-from-pdfs.ipynb -------------------------------------------------------------------------------- /opencontext/.ipynb_checkpoints/api-checkpoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/opencontext/.ipynb_checkpoints/api-checkpoint.py -------------------------------------------------------------------------------- /opencontext/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /opencontext/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/opencontext/api.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekansa/open-context-jupyter/HEAD/requirements.txt --------------------------------------------------------------------------------