EZID Extension
This extension provides an interface to EZID for ckanext-external_id.
Requirements
- ckanext-external_id
- EZID account (username, password, namespace)
Features
- Integration with California Digital Library’s EZID service
- DOI/ARK identifier management
- Works with ckanext-external_id plugin
Installation
git clone https://github.com/UoA-eResearch/ckanext-ezid.git
cd ckanext-ezid
python setup.py develop
Add ezid to ckan.plugins in your CKAN config file.
Configuration
Set your EZID credentials in the CKAN config file:
ckan.plugins = ezid
ckanext.ezid.username = your_ezid_username
ckanext.ezid.password = your_ezid_password
ckanext.ezid.namespace = your_ezid_namespace
Note
Developed by University of Auckland eResearch. Legacy extension from 2015.