-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
74 additions
and
2 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
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,69 @@ | ||
JATS XML Open Dialects | ||
====================== | ||
|
||
This page focuses on dialects of JATS XML that are highly relevant to open-source software | ||
development. | ||
|
||
JATS XML Specifications/Recommendations: | ||
|
||
* <https://jats4r.niso.org/> | ||
* <https://jats.nlm.nih.gov/> | ||
* <https://www.niso.org/standards-committees/jats> | ||
|
||
|
||
## JATS XML Open Corpora | ||
|
||
A corpus of JATS XML articles embodies a particular "dialect" of JATS XML. | ||
|
||
Archived Corpora: | ||
|
||
* **PMC XML**: [PubMed Central (PMC) Open Access Subset](https://www.ncbi.nlm.nih.gov/pmc/tools/openftlist/) | ||
* **eLife XML**: [eLife article XML repository](https://github.com/elifesciences/elife-article-xml) | ||
* **?**: eLife Reviewed Preprints | ||
|
||
Non-archived Corpora: | ||
|
||
* **bioRxiv preprints** | ||
|
||
## Open-source Full-Article XML Parsing | ||
|
||
<table markdown> | ||
<tr> | ||
<th>XML Articles Parsed</th> | ||
<th>Software</th> | ||
<th>Language</th> | ||
</tr> | ||
<tr markdown> | ||
<td>PubMed Central (HTML generation)</td> | ||
<td>?</td> | ||
<td></td> | ||
</tr> | ||
<tr markdown> | ||
<td>bioRxiv JATS XML to eLife Reviewed Preprints</td> | ||
<td><a href="https://github.com/stencila/encoda">Encoda</a></td> | ||
<td>TypeScript</td> | ||
</tr> | ||
<tr markdown> | ||
<td>American Mathematical Society (AMS) articles</td> | ||
<td markdown> | ||
[AMS texml-to-html](https://github.com/AmerMathSoc/texml-to-html) | ||
</td> | ||
<td>JavaScript</td> | ||
</tr> | ||
<tr markdown> | ||
<td>Articles of journals using Open Journal Systems (OJS)</td> | ||
<td><a href="https://github.com/pkp">OJS</a></td> | ||
<td>PHP</td> | ||
</tr> | ||
<tr> | ||
<td>Articles of some journals hosted by <a href="https://www.centre-mersenne.org">Centre Mersenne</a></td> | ||
<td><a href="https://gricad-gitlab.univ-grenoble-alpes.fr/mathdoc/ptf">MathDoc platform</a></td> | ||
<td>Python</td> | ||
</tr> | ||
<tr> | ||
<td>?</td> | ||
<td>eLife Lens and derivatives</td> | ||
<td>JavaScript</td> | ||
</tr> | ||
</table> | ||
|
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