Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dec 2022 Starter Site Mini-Sprint #39

Merged
merged 18 commits into from
Jan 13, 2023
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 12 additions & 14 deletions assets/migrate/tags.csv
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
vid,name,description,external_uri
islandora_display,"Open Seadragon","Display using the Open Seadragon viewer",http://openseadragon.github.io
islandora_display,"PDFjs","Display using the PDF.js viewer",http://mozilla.github.io/pdf.js
resource_types,"Collection","An aggregation of resources",http://purl.org/ontology/bibo/Collection
resource_types,"Dataset","Data encoded in a defined structure",http://purl.org/dc/dcmitype/Dataset
resource_types,"Image","A visual representation other than text",http://purl.org/dc/dcmitype/Image
resource_types,"Interactive Resource","A resource requiring interaction from the user to be understood, executed, or experienced",http://purl.org/dc/dcmitype/InteractiveResource
resource_types,"Moving Image","A series of visual representations imparting an impression of motion when shown in succession",http://purl.org/dc/dcmitype/MovingImage
resource_types,"Physical Object","An inanimate, three-dimensional object or substance",http://purl.org/dc/dcmitype/PhysicalObject
resource_types,"Service","A system that provides one or more functions",http://purl.org/dc/dcmitype/Service
resource_types,"Sound","A resource primarily intended to be heard",http://purl.org/dc/dcmitype/Sound
resource_types,"Still Image","A static visual representation",http://purl.org/dc/dcmitype/StillImage
resource_types,"Software","A computer program in source or compiled form",http://purl.org/dc/dcmitype/Software
resource_types,"Text","A resource consisting primarily of words for reading",http://purl.org/dc/dcmitype/Text
vid,name,description,external_uri,authority_link_source
resource_types,"Collection","An aggregation of resources",http://purl.org/ontology/bibo/Collection,bibo
resource_types,"Dataset","Data encoded in a defined structure",http://purl.org/dc/dcmitype/Dataset,dcmi_types
resource_types,"Image","A visual representation other than text",http://purl.org/dc/dcmitype/Image,dcmi_types
resource_types,"Interactive Resource","A resource requiring interaction from the user to be understood, executed, or experienced",http://purl.org/dc/dcmitype/InteractiveResource,dcmi_types
resource_types,"Moving Image","A series of visual representations imparting an impression of motion when shown in succession",http://purl.org/dc/dcmitype/MovingImage,dcmi_types
resource_types,"Physical Object","An inanimate, three-dimensional object or substance",http://purl.org/dc/dcmitype/PhysicalObject,dcmi_types
resource_types,"Service","A system that provides one or more functions",http://purl.org/dc/dcmitype/Service,dcmi_types
resource_types,"Sound","A resource primarily intended to be heard",http://purl.org/dc/dcmitype/Sound,dcmi_types
resource_types,"Still Image","A static visual representation",http://purl.org/dc/dcmitype/StillImage,dcmi_types
resource_types,"Software","A computer program in source or compiled form",http://purl.org/dc/dcmitype/Software,dcmi_types
resource_types,"Text","A resource consisting primarily of words for reading",http://purl.org/dc/dcmitype/Text,dcmi_types
14 changes: 11 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,26 @@
"drupal/facets": "^2",
"drupal/field_group": "^3",
"drupal/field_permissions": "^1",
"drupal/field_report": "^2.1",
"drupal/flysystem": "^2.0@alpha",
"drupal/matomo": "^1.19",
"drupal/pdf": "^1.1",
"drupal/rest_oai_pmh": "^2.0@beta",
"drupal/search_api_solr": "^4.2",
"drupal/taxonomy_manager": "^2.0",
"drupal/transliterate_filenames": "^2.0",
"drupal/twig_tweak": "^3.2",
"drupal/view_mode_switch": "^2.0",
"drupal/views_bulk_edit": "^2.8",
"drupal/views_bulk_operations": "^4.2",
"drupal/views_data_export": "^1.2",
"drush/drush": "^10.3",
"islandora-rdm/islandora_fits": "dev-8.x-1.x as 1.x-dev",
"islandora/controlled_access_terms": "^2",
"islandora/islandora": "^2.5",
"islandora/islandora": "^2",
"islandora/openseadragon": "^2",
"library/pdf.js": "^2.4"
"library/pdf.js": "^2.4",
"mjordan/islandora_workbench_integration": "^1.0"
},
"conflict": {
"drupal/drupal": "*",
Expand Down Expand Up @@ -112,7 +120,7 @@
},
"require-dev": {
"drupal/config_inspector": "^2.1",
"drupal/devel": "^4.1",
"drupal/devel": "^5.0",
"drupal/restui": "^1.21"
}
}
Loading