Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add minimal metadata for articles #57

Open
tcatapano opened this issue Mar 5, 2023 · 1 comment
Open

add minimal metadata for articles #57

tcatapano opened this issue Mar 5, 2023 · 1 comment
Assignees
Labels
article issues related to conversion of full articles data level xslt

Comments

@tcatapano
Copy link
Member

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

@tcatapano tcatapano added xslt article issues related to conversion of full articles labels Mar 5, 2023
@tcatapano tcatapano self-assigned this Mar 5, 2023
@tcatapano tcatapano changed the title add dummy frontmatter for articles add minimal metadata for articles Nov 1, 2023
@tcatapano
Copy link
Member Author

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
article issues related to conversion of full articles data level xslt
Projects
None yet
Development

No branches or pull requests

2 participants