Extension Crc1153


Extension Basics

Title
Crc1153
Name
ckanext-crc1153
Type
Public extension
Description
This is the CKAN extension for the project CRC (SFB) 1153.
CKAN versions
Download-Url (zip)
Last commit
a year ago (2024-12-16 13:01:50)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

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:

  1. Activate your CKAN virtual environment, for example:

      . /usr/lib/ckan/default/bin/activate
    
  2. 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
    
  3. Add the needed

Version
Version release date
(not set)
Contact name
(not set)
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

To install ckanext-crc1153:

  1. Activate your CKAN virtual environment, for example:

      . /usr/lib/ckan/default/bin/activate
    
  2. 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
    
  3. Add the needed plugin name(s) to ckan.ini (plugin names are mentioned in the last section)

  4. (For some plugins) if the plugin has migrati

Plugins to configure (ckan.ini)
crc1153
CKAN Settings (ckan.ini)
# ckanext.mediaWiki_credentials_path = /YOUR_Credential_PATH/
# ckanext.apacheJena.endpoint = APACHE_JENA_ENDPOINT/update
DB migration to be executed
(not set)
<< back to Extensions