Extension Dara


Extension Basics

Title
Dara
Name
ckanext-dara
Type
Public extension
Description
CKAN extension that integrates da|ra metadata schema and enables DOI registration for research data
CKAN versions
Download-Url (zip)
Last commit
2 years ago (2023-09-01 14:22:44)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-dara

CKAN extension that integrates the da|ra metadata schema and enables registration of DOIs at da|ra. It has been developed for the EDaWaX project at the ZBW (German National Library of Economics) and is now actively used for the CKAN based RDM platform ZBW Journal Data Archive.

General

CKAN offers only a kind of general and limited set of metadata for datasets (like title, description, author), that does not reflect any common schema. You can, nevertheless, add arbitrary fields via the webinterface for each dataset. But that’s not schema based. The approach of CKAN here is to avoid extensive metadata forms, that might restrict the usability of the portal, and also not to specialise on certain types or categories of data, like, you name it, research data. Dedicated research data applications like Dataverse do have an advantage here. Dataverse’s metadata forms are based on the well-known and very extensive DDI schema. CKAN is not originally a research data management tool, and the lack of decent metadata schema support is one point where this hurts. However, this more general approach as well as the plugin infrastructure enables us to customise the dataset forms, add specific (meta‑)data, and to guarantee compatibility with a given schema. ckanext-dara does that for the da|ra metadata schema.

ckanext-dara has been developed with two principles in mind:

  1. make metadata input and DOI registration as easy as possible
    The ZBW Journal Data Archive is intended for editors and authors of scientific journals, who like to publish the research data on which their article is based. Those persons neither have time nor motivation to fill in 100+ metadata fields before they can upload their data. `
Version
Version release date
(not set)
Contact name
ZBW - Leibniz Information Centre for Economics
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

If you want to use the DOI registration service at da|ra you must provide the credentials and your registered DOI prefix in your development.ini:

ckanext.dara.user = <your da|ra account ID>
ckanext.dara.password = <your da|ra account password>
ckanext.dara.doi_prefix = <your prefix, e.g. 10.12345>

For developing and testing purposes you can also use the da|ra testserver. However, you’ll also have to provide credentials:

“`ini ckanext.dara.use_testserver = true #default: false ck

Plugins to configure (ckan.ini)
dara
CKAN Settings (ckan.ini)
# ckanext.dara.user = <your da|ra account ID>
# ckanext.dara.password = <your da|ra account password>
# ckanext.dara.doi_prefix = <your prefix, e.g. 10.12345>
# ckanext.dara.use_testserver = true #default: false
# ckanext.dara.demo.user = <da|ra testaccount>
# ckanext.dara.demo.password = <da|ra testpassword>
DB migration to be executed
(not set)
<< back to Extensions