libero / editor

Expedite your production workflow with our open tools and management system
MIT License
10 stars 0 forks source link

Patent reference #105

Open fred-atherden opened 5 years ago

fred-atherden commented 5 years ago

Reference to a patent.

User Stories

Author

But what if . . . ?

Considerations

XML requirements

eLife uses the attribute 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"]:

person-group has the attribute person-group-type="inventor" and can contain child name or collab.

It would make sense to mandate the following elements:

Taken from: https://github.com/elifesciences/TextureRequirements/issues/79

NickDuf commented 5 years ago

No user stories at present to check this feature against