Open fred-atherden opened 5 years ago
Reference to a patent.
eLife uses the attribute publication-type="patent".
publication-type="patent"
<element-citation publication-type="patent"> <person-group person-group-type="inventor"> <name> <surname>Onoda</surname> <given-names>T</given-names> </name> ... </person-group> <year iso-8601-date="2015">2015</year> <article-title>Imidazopyridine Derivative</article-title> <source>World Intellectual Property Organization</source> <patent country="Japan">2015087996</patent> <ext-link ext-link-type="uri" xlink:href="https://patents.google.com/patent/WO2015087996A1/en">https://patents.google.com/patent/WO2015087996A1/en</ext-link> </element-citation>
eLife allows the following children of element-citation[@publication-type="patent"]:
element-citation[@publication-type="patent"]
person-group has the attribute person-group-type="inventor" and can contain child name or collab.
person-group
person-group-type="inventor"
name
collab
It would make sense to mandate the following elements:
person-group[@person-group-type="inventor"]
Taken from: https://github.com/elifesciences/TextureRequirements/issues/79
No user stories at present to check this feature against
Reference to a patent.
User Stories
Author
Production staff
But what if . . . ?
Considerations
XML requirements
eLife uses the attribute
publication-type="patent"
.eLife allows the following children of
element-citation[@publication-type="patent"]
:person-group
has the attributeperson-group-type="inventor"
and can contain childname
orcollab
.It would make sense to mandate the following elements:
person-group[@person-group-type="inventor"]
(containing at least onename
orcollab
)Taken from: https://github.com/elifesciences/TextureRequirements/issues/79