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: Improve decoding of keywords #734

Open
nokome opened this issue Oct 28, 2020 · 0 comments
Open

JATS: Improve decoding of keywords #734

nokome opened this issue Oct 28, 2020 · 0 comments

Comments

@nokome
Copy link
Member

nokome commented Oct 28, 2020

This JATS XML contains the following:

<kwd-group kwd-group-type="author-keywords">
  <kwd>open access</kwd>
  <kwd>meta-research</kwd>
  <kwd>research policy</kwd>
  <kwd>universities</kwd>
  <kwd>scholarly publishing</kwd>
  <kwd>repositories</kwd>
</kwd-group>
<kwd-group kwd-group-type="research-organism">
  <title>Research organism</title>
  <kwd>None</kwd>
</kwd-group>

which is decoded to

  "keywords": [
   "open access",
   "meta-research",
   "research policy",
   "universities",
   "scholarly publishing",
   "repositories",
   "None"
  ],

The "None" keyword should not be included.

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

No branches or pull requests

1 participant