plazi / ggxml2taxpub

Conversion of GoldenGATE XML to JATS/TaxPub at treatment level
0 stars 1 forks source link

add minimal metadata for articles #57

Open tcatapano opened 1 year ago

tcatapano commented 1 year ago

using minimally valid elements with dummy data pending further specification and development

tcatapano commented 11 months ago

minimally valid markup added to xslt, e.g.,

note: we will seldom have values for the required journal-id and issn

<front>
      <journal-meta>
         <journal-id journal-id-type="other">N/A</journal-id>
         <journal-title-group>
            <journal-title>Science</journal-title>
         </journal-title-group>
         <issn>N/A</issn>
      </journal-meta>
      <article-meta>
         <title-group>
            <article-title>A lost world in Wallacea: Description of a montane archipelagic avifauna</article-title>
         </title-group>
         <pub-date date-type="pub">
            <day>10</day>
            <month>01</month>
            <year>2020</year>
         </pub-date>
      </article-meta>
   </front>