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

Journal metadata #1335

Open
JGilbert-eLife opened this issue Jul 1, 2019 · 0 comments
Open

Journal metadata #1335

JGilbert-eLife opened this issue Jul 1, 2019 · 0 comments
Assignees
Labels
erudit Érudit Issues feature-request A formal Texture feature specification

Comments

@JGilbert-eLife
Copy link
Collaborator

JGilbert-eLife commented Jul 1, 2019

Description

The journal details that are to be included in the XML.

User stories

Production staff

  1. As production staff, I want to be able to see the journal details on an article so that I can check this information is correct.

But what if . . . ?

Consideration

  • For eLife, with only one journal to cover, this will be the same boilerplate across all our articles. For mutli-journal publishers, however, this will vary depending on where an article is going to be published.

XML requirements

Metadata associated with the journal.

eLife example

<journal-meta>
        <journal-id journal-id-type="nlm-ta">eLife</journal-id>
        <journal-id journal-id-type="publisher-id">eLife</journal-id>
        <journal-title-group>
                <journal-title>eLife</journal-title>
        </journal-title-group>
        <issn publication-format="electronic" pub-type="epub">2050-084X</issn>
        <publisher>
                <publisher-name>eLife Sciences Publications, Ltd</publisher-name>
        </publisher>
</journal-meta>

Èrudit example

Èrudit requires further information such as trans-title-group (with trans-title and trans-subtitle), and contrib-group[@content-type="manager"] (containing contributors).

    <journal-meta>
      <journal-id journal-id-type="publisher-id">approchesind0522</journal-id>
      <journal-title-group>
        <journal-title>Approches inductives</journal-title>
        <journal-subtitle>Travail intellectuel et construction des connaissances</journal-subtitle>
        <trans-title-group xml:lang="en">
          <trans-title>Approches inductives (EN)</trans-title>
          <trans-subtitle>Travail intellectuel et construction des connaissances (EN)</trans-subtitle>
        </trans-title-group>
        <trans-title-group xml:lang="pt">
          <trans-title>Approches inductives (PT)</trans-title>
          <trans-subtitle>Travail intellectuel et construction des connaissances (PT)</trans-subtitle>
        </trans-title-group>
        <abbrev-journal-title>Appr Ind</abbrev-journal-title>
      </journal-title-group>
      <contrib-group content-type="manager">
        <contrib contrib-type="person">
          <name>
            <surname>Luckerhoff</surname>
            <given-names>Jason</given-names>
          </name>
          <role>directeur</role>
        </contrib>
        <contrib contrib-type="person">
          <name>
            <surname>Guillemette</surname>
            <given-names>François</given-names>
          </name>
          <role>directeur</role>
        </contrib>
      </contrib-group>
      <contrib-group content-type="editor">
        <contrib contrib-type="person">
          <name>
            <surname>Luckerhoff</surname>
            <given-names>Jason</given-names>
          </name>
          <role>rédacteur en chef</role>
        </contrib>
        <contrib contrib-type="person">
          <name>
            <surname>Guillemette</surname>
            <given-names>François</given-names>
          </name>
          <role>rédacteur en chef</role>
        </contrib>
      </contrib-group>
      <issn pub-type="epub">2292-0005</issn>
      <publisher>
        <publisher-name>Université du Québec à Trois-Rivières</publisher-name>
      </publisher>
    </journal-meta>

Mock ups

Proposal

@JGilbert-eLife JGilbert-eLife added the feature-request A formal Texture feature specification label Jul 1, 2019
@fabiobatalha fabiobatalha added the erudit Érudit Issues label Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
erudit Érudit Issues feature-request A formal Texture feature specification
Projects
None yet
Development

No branches or pull requests

5 participants