Skip to main content

eLife Crossref deposit of journal articles.

Project description

elife-crossref-xml-generation

Crossref deposit of journal articles

Overview

elife-crossref-xml-generation creates a Crossref content registration file for a journal article. The registration file is an XML file conforming to the Crossref schema. The code library is used by eLife in its publishing workflow to submit the content registration file by a POST request to the Crossref API endpoint, in order to register DOI values and metadata at Crossref. Following some basic changes to a configuration file, it should be able to generate Crossref content registration files for non-eLife journals.

This library is intended for use by developers, typically integrated into a workflow. There are some options and decisions to make for how you connect it ot your existing workflows, or create an interface to convert individual JATS XML files via a web form, for example.

Supported features

  • DOI

  • article title and basic metadata (volume, issue, pub date, issn, etc.)

  • contributors

  • abstract

  • Fundref

  • AccessIndicators

  • relations (inter_work_relation)

  • text and data mining (TDM) links

  • citation_list

  • components (if you have component DOI values)

Ways to implement it

The data passes through distinct steps, and at these steps the data can be altered if you would like to in your implementation of the library. The default data conversion begins with a JATS XML file, the XML is parsed to extract values into article objects, the article objects are used in a crossrefXML object to construct a Crossref XML representation of the data, and finally the CrossrefXML object can produce XML output.

JATS XML -> article objects -> CrossrefXML object -> Crossref XML output

There are situations you may want to manipulate the data prior to generating Crossref XML. For example, if the article XML is missing a publication date, or you want to specify a version of the article, then you could manipulate the objects in this way before you instantiate the CrossrefXML object.

JATS XML -> article objects -> manipulate the objects -> CrossrefXML object -> Crossref XML output

Another way you can use this library

JATS XML -> article objects -> manipulate the objects -> CrossrefXML object -> Crossref XML output

Install

  1. Install it locally

Clone the git repo

git clone https://github.com/elifesciences/elife-crossref-xml-generation.git

Create a python virtual environment and activate it

virtualenv venv
source venv/bin/activate

Install it locally

pip install -r requirements.txt
pip setup.py install
  1. Or, integrate it into your project

Add to your requirements.txt file of your project a particular commit of this library, for example:

git+https://github.com/elifesciences/elife-crossref-xml-generation.git@288f0bc8d1148eb1795c8ae18a3985d30ba38cd5#egg=elifecrossref

Then you should be able to import the library as elifecrossref.

Configuration

The crossref.cfg file can edited to include your particular values and options. There are some default options, and then a section for each journal to override the default values. Each particular option may support a string, boolean, integer, or list of values. Create a section of your own in the style of [journal_name] and then add the values below it you want to override.

Example usage

In interactive Python, below is an example.

>>> from elifecrossref import generate
>>> articles = generate.build_articles_for_crossref(["tests/test_data/elife-00666.xml"])
>>> articles[0].version = 1
>>> print generate.crossref_xml(articles, "elife")

There are other options in the generate.py file to return the CrossrefXML object created, or to write the output to disk using a single function call.

Contributing to the project

If you have a contribution you would like us to consider, please send a pull request. Open an issues on Github if you get an error. There may be minor changes required to support alternate JATS XML variations. If your XML is open licensed, we may want to add it specifically to the test cases for the project.

License

The MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elifecrossref-0.51.0.tar.gz (42.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

elifecrossref-0.51.0-py3-none-any.whl (33.0 kB view details)

Uploaded Python 3

File details

Details for the file elifecrossref-0.51.0.tar.gz.

File metadata

  • Download URL: elifecrossref-0.51.0.tar.gz
  • Upload date:
  • Size: 42.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.10

File hashes

Hashes for elifecrossref-0.51.0.tar.gz
Algorithm Hash digest
SHA256 ed2d3c0c2934284a6429b94777d6e994e39f30c66a6d172974c8c05da1aec204
MD5 65679aab2ea5e378cc4e95f23e6ece19
BLAKE2b-256 478a064ea982666c1be7b715dd4f72c21d034363530f1de916377928326ecd62

See more details on using hashes here.

File details

Details for the file elifecrossref-0.51.0-py3-none-any.whl.

File metadata

  • Download URL: elifecrossref-0.51.0-py3-none-any.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.10

File hashes

Hashes for elifecrossref-0.51.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5bc24f0a2eb524dd4e7284da20cd0525dfb690ad41fdcc5bd710abb70997d1eb
MD5 7222e7708292e2cff0facd78ab589e95
BLAKE2b-256 4c9f3df76bd68d1082e33070b75921f9b4c796f48abdf08d2250ca12bdfea2a3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page