Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upadd support for a literature cited section #300
Closed
Comments
mbjones
added a commit
that referenced
this issue
Apr 25, 2018
These include a new ability to use Bibtex citation format both within the `citation` element, and within a new `bibtex` element, to create lists of refs using these in a literatureCited element (#300), as well as in usageCitation (#259), and referencePublication (#277) elements. All of this helps support data papers (#269), for which pandoc-style citation keys can be used to cite these references in the text of Markdown blocks in the EML document. Added these features as demonstrations in the eml-data-paper.xml sample document.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Data papers as described in #269 and other uses of metadata need to make reference to external works through citations. Add a
literatureCited
element to contain these reference lists, and support both Docbook and Bibtex syntax for them.