Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catalyst/islandora_coar_access_rights
Vocabulary and terms from Confederation of Open Access Repositories Access Rights, CC BY 4.0 from http://vocabularies.coar-repositories.org/documentation/access_rights/
https://github.com/catalyst/islandora_coar_access_rights
Last synced: 3 days ago
JSON representation
Vocabulary and terms from Confederation of Open Access Repositories Access Rights, CC BY 4.0 from http://vocabularies.coar-repositories.org/documentation/access_rights/
- Host: GitHub
- URL: https://github.com/catalyst/islandora_coar_access_rights
- Owner: catalyst
- License: gpl-2.0
- Created: 2021-05-25T04:48:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T03:40:08.000Z (3 months ago)
- Last Synced: 2024-08-27T04:48:02.133Z (3 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Islandora COAR Access Rights
## Introduction
A Drupal 8 module that creates a Confederation of Open Access Respositories (COAR) Access Rights vocabulary and terms for open access, embargoed access, etc. that can be referenced by repository items.
## Overview
This modules creates a `coar_access_rights` vocabulary and offers a migration definition to create taxonomy terms. You will need to add a field to a content type to refer to the terms, otherwise incorporate them into your repository (e.g. mapping to these terms in OAI-PMH).
## Requirements
* [Islandora 8](https://github.com/Islandora/islandora)
## Installation
1. Clone this repository into your Islandora's `drupal/web/modules/contrib` directory.
1. Enable the module either under the "Admin > Extend" menu or by running `drush en -y islandora_coar_access_rights`.
1. Import terms:
`drush migrate:import coar_access_rights_term --userid=1 --uri=https://{your-site-domain-port}` .
## Configuration
None.
## Current maintainer
* [Catalyst IT](https://github.com/catalyst)
## License
[GPLv2](http://www.gnu.org/licenses/gpl-2.0.txt)