We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to handle some custom-meta tags. https://github.com/elifesciences/lens/blob/master/converter/lens_converter.js#L442, Lens is querying article-meta-group. As far as I could tell, there's no such JATS element. It seems to me this should bearticle-meta. Is this a bug or due to some non-standard JATS?
custom-meta
article-meta-group
article-meta
(I saw that elife_converter sets some __ignoreCustomMetaNames which would not be a problem if this was fixed, I think.)
elife_converter
__ignoreCustomMetaNames
The text was updated successfully, but these errors were encountered:
Update lens_converter.js
fda704f
Fix selector for custom-meta tags; resolved elifesciences#150
f75d564
Successfully merging a pull request may close this issue.
I'm trying to handle some
custom-meta
tags. https://github.com/elifesciences/lens/blob/master/converter/lens_converter.js#L442, Lens is queryingarticle-meta-group
. As far as I could tell, there's no such JATS element. It seems to me this should bearticle-meta
. Is this a bug or due to some non-standard JATS?(I saw that
elife_converter
sets some__ignoreCustomMetaNames
which would not be a problem if this was fixed, I think.)The text was updated successfully, but these errors were encountered: