Closed gnott closed 6 years ago
If the article_type is retraction, then set the PubMed deposit's PublicationType to Retraction of Publication.
article_type
retraction
PublicationType
Retraction of Publication
Should be possible by editing the values in the https://github.com/elifesciences/elife-pubmed-xml-generation/blob/develop/publication_types.yaml file.
https://github.com/elifesciences/elife-pubmed-xml-generation/blob/develop/publication_types.yaml
There will also be a different <Object> tag in the Pubmed deposit specific for the type Retraction.
<Object>
Retraction
If the
article_type
isretraction
, then set the PubMed deposit'sPublicationType
toRetraction of Publication
.Should be possible by editing the values in the
https://github.com/elifesciences/elife-pubmed-xml-generation/blob/develop/publication_types.yaml
file.