ckanext-crc1153
This is the CKAN extension for the project CRC (SFB) 1153. The extensions includes the plugins that are implemented specifically for CRC1153.
Requirements
Compatibility with core CKAN versions:
| CKAN version |
Compatible? |
| 2.8 and earlier |
not tested |
| 2.9 |
Yes |
Plugins
crc1153_layout: The CKAN layout customization plugin.
crc1153_specific_metadata: Extending CKAN metadata schema to included CRC1153-specific metadata for dataset and data resources.
crc1153_system_stats: The system stats (data resources count, formats, etc) for system admins.
crc1153_dcat_profile: The CRC1153 DCAT profile extension based the CRC-specific vocabulary.
crc1153_search: Extending The CKAN search to enable users to search for dataset and data resources based on the CRC-specific metadata.
Hint:
There are also other CRC-specific metadata that exist in the CRC1153 DCAT profile. However, since they have general uses for all CRCs that use CKAN as the data repository, they have their own CKAN extension. But the CRC1153 DCAT profile also contains them
Linked Publication: Enables users to link a publication to a dataset. https://github.com/TIBHannover/ckanext-Dataset-Reference
Linked Equipment: Enables users to link machines/tools to their data resources. https://github.com/TIBHannover/ckanext-Semantic-Media-Wiki
Linked Sample: Enables users to link Lab Samples to their data resources. https://github.com/TIBHannover/ckanext-Semantic-Media-Wiki
Installation
To install ckanext-crc1153:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Clone the source and install it on the virtualenv
git clone git@github.com:TIBHannover/ckanext-crc1153.git
cd ckanext-crc1153
pip install -e .
pip install -r requirements.txt
Add the needed