-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JATS: statement support #885
Comments
I can certainly see the case for adding a |
Where possible we try to reuse schema.org terms. I wonder if |
While their original intention seems to have been more about general fact checking i think this could be a pretty good fit! (One could to a ClaimReview of a mathematical document's theorems and this might enable interesting data mining approaches.) In JATS: <label> Label (of an Equation, Figure, Reference, etc.), zero or one
<title> Title, zero or one
<abstract> Abstract, zero or more
<kwd-group> Keyword Group, zero or more
One or more of any of:
<p> Paragraph
<statement> Statement, Formal In schema.org
|
Currently, "statement" is handled with the default encoder in the JATS codec.
This doesn't catch the label/id of a "statement" environment.
E.g. in LaTeX:
As JATS XML:
As JSON:
Should there be a separate "statement" element?
JATS defines it as:
https://jats.nlm.nih.gov/publishing/tag-library/1.2/element/statement.html
In LaTeX this would be a "theorem" and one of the many variants.
https://www.overleaf.com/learn/latex/theorems_and_proofs
Typically theorem titles are rendered inline, so another solution might be to just have a Block element wrapper (with id and some kind of information about the type) around the statement content.
The text was updated successfully, but these errors were encountered: