-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creating 10.21105.joss.03497.crossref.xml
- Loading branch information
Showing
1 changed file
with
121 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<doi_batch xmlns="http://www.crossref.org/schema/4.4.0" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:rel="http://www.crossref.org/relations.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.4.0" xsi:schemaLocation="http://www.crossref.org/schema/4.4.0 http://www.crossref.org/schemas/crossref4.4.0.xsd"> | ||
<head> | ||
<doi_batch_id>7e2fc44b76da432c3fcd255d1ca0532a</doi_batch_id> | ||
<timestamp>20210824124637</timestamp> | ||
<depositor> | ||
<depositor_name>JOSS Admin</depositor_name> | ||
<email_address>[email protected]</email_address> | ||
</depositor> | ||
<registrant>The Open Journal</registrant> | ||
</head> | ||
<body> | ||
<journal> | ||
<journal_metadata> | ||
<full_title>Journal of Open Source Software</full_title> | ||
<abbrev_title>JOSS</abbrev_title> | ||
<issn media_type="electronic">2475-9066</issn> | ||
<doi_data> | ||
<doi>10.21105/joss</doi> | ||
<resource>https://joss.theoj.org</resource> | ||
</doi_data> | ||
</journal_metadata> | ||
<journal_issue> | ||
<publication_date media_type="online"> | ||
<month>08</month> | ||
<year>2021</year> | ||
</publication_date> | ||
<journal_volume> | ||
<volume>6</volume> | ||
</journal_volume> | ||
<issue>64</issue> | ||
</journal_issue> | ||
<journal_article publication_type="full_text"> | ||
<titles> | ||
<title>Lerche: Generating data file processors in Julia from EBNF grammars</title> | ||
</titles> | ||
<contributors> | ||
<person_name sequence="first" contributor_role="author"> | ||
<given_name>James</given_name> | ||
<surname>Hester</surname> | ||
<ORCID>http://orcid.org/0000-0002-2004-8672</ORCID> | ||
</person_name> | ||
<person_name sequence="additional" contributor_role="author"> | ||
<given_name>Erez</given_name> | ||
<surname>Shinan</surname> | ||
</person_name> | ||
</contributors> | ||
<publication_date> | ||
<month>08</month> | ||
<day>24</day> | ||
<year>2021</year> | ||
</publication_date> | ||
<pages> | ||
<first_page>3497</first_page> | ||
</pages> | ||
<publisher_item> | ||
<identifier id_type="doi">10.21105/joss.03497</identifier> | ||
</publisher_item> | ||
<ai:program name="AccessIndicators"> | ||
<ai:license_ref applies_to="vor">http://creativecommons.org/licenses/by/4.0/</ai:license_ref> | ||
<ai:license_ref applies_to="am">http://creativecommons.org/licenses/by/4.0/</ai:license_ref> | ||
<ai:license_ref applies_to="tdm">http://creativecommons.org/licenses/by/4.0/</ai:license_ref> | ||
</ai:program> | ||
<rel:program> | ||
<rel:related_item> | ||
<rel:description>Software archive</rel:description> | ||
<rel:inter_work_relation relationship-type="references" identifier-type="doi">“https://doi.org/10.5281/zenodo.5178771”</rel:inter_work_relation> | ||
</rel:related_item> | ||
<rel:related_item> | ||
<rel:description>GitHub review issue</rel:description> | ||
<rel:inter_work_relation relationship-type="hasReview" identifier-type="uri">https://github.com/openjournals/joss-reviews/issues/3497</rel:inter_work_relation> | ||
</rel:related_item> | ||
</rel:program> | ||
<doi_data> | ||
<doi>10.21105/joss.03497</doi> | ||
<resource>https://joss.theoj.org/papers/10.21105/joss.03497</resource> | ||
<collection property="text-mining"> | ||
<item> | ||
<resource mime_type="application/pdf">https://joss.theoj.org/papers/10.21105/joss.03497.pdf</resource> | ||
</item> | ||
</collection> | ||
</doi_data> | ||
<citation_list> | ||
<citation key="ref1"> | ||
<doi>10.1107/S1600576715021871</doi> | ||
</citation> | ||
<citation key="ref2"> | ||
<unstructured_citation>Hester, J. R., CrystalInfoFramework.jl, https://github.com/jamesrhester/CrystalInfoFramework.jl, 2021, Github, Github repository</unstructured_citation> | ||
</citation> | ||
<citation key="ref3"> | ||
<unstructured_citation>Hester, J. R., A Draft annotated grammar for dREL, 2021, Github repository, Github, https://github.com/COMCIFS/dREL/blob/master/annotated-grammar.rst</unstructured_citation> | ||
</citation> | ||
<citation key="ref4"> | ||
<unstructured_citation>Hester, J. R., DrelTools.jl, https://github.com/jamesrhester/DrelTools.jl, 2021, Github, Github repository</unstructured_citation> | ||
</citation> | ||
<citation key="ref5"> | ||
<unstructured_citation>Geneva, CH, Standard, Information technology — Syntactic metalanguage — Extended BNF, ISO/IEC 14977:1996, https://www.iso.org/standard/26153.html, en, ISO/IEC 14977:1996, International Organization for Standardization, ISO Central Secretary, 1996</unstructured_citation> | ||
</citation> | ||
<citation key="ref6"> | ||
<unstructured_citation>Shinan, E., Lark, https://github.com/lark-parser/Lark, 2021, Github, Github repository</unstructured_citation> | ||
</citation> | ||
<citation key="ref7"> | ||
<unstructured_citation>Cooke, A., ParserCombinator.jl, https://github.com/andrewcooke/ParserCombinator.jl, 2021, Github, Github repository</unstructured_citation> | ||
</citation> | ||
<citation key="ref8"> | ||
<doi>10.1021/ci300076w</doi> | ||
</citation> | ||
<citation key="ref9"> | ||
<unstructured_citation>Berman, H.M. and Henrick, K. and Nakamura, H., 2003, Announcing the worldwide Protein Data Bank, Nature Structural Biology, 10, 12, 980</unstructured_citation> | ||
</citation> | ||
<citation key="ref10"> | ||
<unstructured_citation>PEGParser.jl, https://github.com/abeschneider/PEGParser.jl, 2020, Schneider, A., Github repository, Github</unstructured_citation> | ||
</citation> | ||
<citation key="ref11"> | ||
<unstructured_citation>DeRemer, F. L., Practical translators for LR(k) languages, MIT, 1969</unstructured_citation> | ||
</citation> | ||
</citation_list> | ||
</journal_article> | ||
</journal> | ||
</body> | ||
</doi_batch> |