elifesciences / elife-pubmed-feed

code to support uploading feeds to pubmed for POA articles and VOR articles
1 stars 4 forks source link

New subject area being introduced: Computational and systems biology #26

Closed Melissa37 closed 9 years ago

Melissa37 commented 9 years ago

We'll have this live in production in about 2 months. This needs to be split into keywords: Computational biology Systems biology

gnott commented 9 years ago

Fixed in https://github.com/elifesciences/elife-poa-xml-generation/pull/174

In article XML:

<subj-group subj-group-type="heading">
<subject>Computational and systems biology</subject>
</subj-group>

will be turned into this in Pubmed XML:

<Object Type="keyword">
<Param Name="value">computational biology</Param>
</Object>
<Object Type="keyword">
<Param Name="value">systems biology</Param>
</Object>