Skip to content
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: proper way to add author data (e.g. email, orcid) with LaTeXML #2351

Open
castedo opened this issue Apr 12, 2024 · 0 comments
Open

JATS: proper way to add author data (e.g. email, orcid) with LaTeXML #2351

castedo opened this issue Apr 12, 2024 · 0 comments
Labels
JATS targeting the JATS output format

Comments

@castedo
Copy link

castedo commented Apr 12, 2024

This might relate to #1648.

The first Baseprint pilot user relies on a custom \orcid command that is probably not worth attempting to parse. In general, my hunch is LaTeXML trying to parse out orcid generally is too hard.

But this kind of data probably shouldn't even be in LaTeX source and perhaps should be handled as post-post processing of the JATS XML after LaTeXML.

Interestingly, Baseprint Pilot User One keeps this kind of data in a YAML file:
https://github.com/castedo/ten-years-challenge-pulsed-drive/blob/baseprint/article/metadata.yaml
and then has a Python script
https://github.com/castedo/ten-years-challenge-pulsed-drive/blob/baseprint/article/yaml-to-latex.py
convert it into a tex file to be included.

So it seems fine to me if the proper way is add this data to JATS XML after LaTeXML is done, using some other tool. Or perhaps LaTeXML can do something clever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JATS targeting the JATS output format
Projects
None yet
Development

No branches or pull requests

2 participants