Skip to content

katrinleinweber/171228-34c3-lightning-software-citation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

% Closing The Gaps In The Software Citation Workflow. One @software{...} Citekey At A Time. % Katrin Leinweber % 34c3 - 2017-12-30

  • German National Library of Science and Technology, Hannover
  • scientific software services, FAIR data principles, etc.
  • Disclaimer: I'm here as an interested user. Not on behalf of any organisation or project mentioned herein.

State of the Citation

Solution examples for everyone else (#tuwat at the source)

1. Guides.GitHub.com/activities/citable-code + Zenodo.org + Git release = Digital Object Identifier…

… plus a free backup at CERN ;-)

2. CITATION files

@book{wickham_ggplot2_2009,
    author = {Hadley Wickham},
    title = {ggplot2: elegant graphics for data analysis},
    ...},
}

3. upcoming: tool-agnostic codemeta.json2 standard

  • example from R community: native DESCRIPTION translated by "codemetaR" into:
{"@context": [
    "http://purl.org/codemeta/2.0", 
    "http://schema.org"
    ],
  "@id": "https://doi.org10.5281/zenodo.1048320",
  "@type": "SoftwareSourceCode",
  "identifier": "codemetar",
  "description": "... defines a 'JSON-LD' format for ...",
  "issueTracker": "https://github.com/ropensci/codemetar/issues", 
  ...}

Offering metadata is necessary (but not sufficient!) for improving software citation workflows.

#tuwat++

#tuwat++ Zotero translator for media.ccc.de

Thanks for your attention! Questions, comments, hints? New issue here, please! Thanks :-)

License: CC BY 4.0

Further reading / watching

Footnotes

  1. in BibTeX... [Robin Wilson (2013) "Encouraging citation of software – introducing CITATION files" blog.RTWilson.com/2013/08](http://blog.rtwilson.com/encouraging-citation-of- software-introducing-citation-files/)

  2. CodeMeta.GitHub.io