elifesciences / elife-pubmed-feed

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

eLife elocation ID #32

Closed Melissa37 closed 8 years ago

Melissa37 commented 8 years ago

Hi there

I have realised we are not sending our eLocation ID to PubMed, ie "the page number" e00000.

This means that the auto update mechanisms people like the typesetters use to via the PubMed API don't pick up a person readable elocation ID for use in reference lists and only pick up the DOI.

I'd like to be sending them the elocation ID too.

I've discovered this through the research and seeing what TNQ were doing with elocation IDs by forcing them into fpage/lpage tags....I wonder whether other publishers are doing something similar and this is causing an issue.

I'll investigate further, but wanted to flag this!

M

Melissa37 commented 8 years ago

I have worked out what we need to do.

Add new entry to the XML supplied to PubMed

<ELocationID EIdType="pii">e00776</ELocationID>

See: http://www.ncbi.nlm.nih.gov/books/NBK3828/#publisherhelp.How_do_I_submit_citation_a

Melissa37 commented 8 years ago

Can be done once new parser is deployed

gnott commented 8 years ago

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