Skip to content

SDM-TIB/ckanext-citation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: AGPL v3

CKAN CKAN

ckanext-citation

ckanext-citation is a multi-format citation export extension for CKAN. It adds BibTeX, RIS, EndNote (.enw), APA, ACM Reference Format, and CSL-JSON export in a single plugin.

Formats covered

  • BibTex
  • RIS
  • EndNote (.enw)
  • APA
  • ACM Reference Format
  • CSL-JSON

Installation

As usual for CKAN extensions, you can install ckanext-citation as follows:

git clone git@github.com:SDM-TIB/ckanext-citation.git
pip install -e ./ckanext-citation

Afterward, add citation to the plugins in your ckan.ini.

Testing

pip install -e .
pip install -r requirements-test.txt
pytest -v --cov=ckanext.citation --cov-report=term-missing

The formatter logic is fully unit tested without needing CKAN installed; there is no Docker/Postgres/Solr integration job against a real CKAN instance yet (see tests/README.md).

License

ckanext-citation is licensed under AGPL-3.0, see the license file.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors