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

Improve support for software citations #96

Open
hubgit opened this issue Jun 30, 2015 · 1 comment
Open

Improve support for software citations #96

hubgit opened this issue Jun 30, 2015 · 1 comment

Comments

@hubgit
Copy link
Contributor

hubgit commented Jun 30, 2015

e.g. for <element-citation publication-type="software">, when <source> and <uri> are present, without <article-title> or <comment>:

<element-citation publication-type="software">
  <person-group person-group-type="author">
    <name><surname>Pinheiro</surname><given-names>J</given-names></name>
    <name><surname>Bates</surname><given-names>D</given-names></name>
    <name><surname>DebRoy</surname><given-names>S</given-names></name>
    <name><surname>Sarkar</surname><given-names>D</given-names></name>
    <collab>R Core Team</collab>
  </person-group>
  <source>nlme: linear and nonlinear mixed effects models</source>
  <edition designator="3.1-121">R package version 3.1-121</edition>
  <uri>http://cran.r-project.org/package=nlme</uri>
  <year>2015</year>
</element-citation>
@hubgit
Copy link
Contributor Author

hubgit commented Mar 31, 2016

JATS 1.1 provides new version and data-title elements:

<element-citation publication-type="software">
  <person-group person-group-type="author">
    <name><surname>Pinheiro</surname><given-names>J</given-names></name>
    <name><surname>Bates</surname><given-names>D</given-names></name>
    <name><surname>DebRoy</surname><given-names>S</given-names></name>
    <name><surname>Sarkar</surname><given-names>D</given-names></name>
    <collab>R Core Team</collab>
  </person-group>
  <data-title>nlme: linear and nonlinear mixed effects models</data-title>
  <version>3.1-121</edition>
  <uri>http://cran.r-project.org/package=nlme</uri>
  <year>2015</year><!-- optional -->
  <comment>(R package)</comment>
</element-citation>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant