Skip to content

Commit fb6dded

Browse files
authored
Merge pull request #1 from arfon/patch-1
Removing whitespace in left-hand margin
2 parents 7c8df53 + 452a766 commit fb6dded

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

paper.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
---
2-
title: 'Git-RDM: A research data management plugin for the Git version control system'
3-
tags:
4-
- Git
5-
- Research Data Management
6-
- plugin
7-
- version control
8-
- figshare
9-
- Zenodo
10-
- digital curation
11-
- Digital Object Identifiers
12-
authors:
13-
- name: Christian T. Jacobs
14-
orcid: 0000-0002-0034-4650
15-
affiliation: University of Southampton
16-
- name: Alexandros Avdis
17-
orcid: 0000-0002-2695-3358
18-
affiliation: Imperial College London
19-
date: 16 June 2016
20-
bibliography: paper.bib
21-
---
1+
---
2+
title: 'Git-RDM: A research data management plugin for the Git version control system'
3+
tags:
4+
- Git
5+
- Research Data Management
6+
- plugin
7+
- version control
8+
- figshare
9+
- Zenodo
10+
- digital curation
11+
- Digital Object Identifiers
12+
authors:
13+
- name: Christian T. Jacobs
14+
orcid: 0000-0002-0034-4650
15+
affiliation: University of Southampton
16+
- name: Alexandros Avdis
17+
orcid: 0000-0002-2695-3358
18+
affiliation: Imperial College London
19+
date: 16 June 2016
20+
bibliography: paper.bib
21+
---
2222

23-
# Summary
24-
25-
Many research funding agencies [@RCUK_2015] and research societies [@RS_2012] are increasingly requiring that data from at least publicly funded research be made openly available, and with clear citations that describe provenance. These requirements have led to the proliferation of institutional repositories with universities maintaining a handful of data services, but also repository services capable of minting a persistent and citable Digital Object Identifier (DOI) [@ISO26324_2012] for every published item. Figshare (figshare.com) and Zenodo (zenodo.org) are examples of the latter. Alongside data, software is also increasingly seen as a research output. This viewpoint necessitates not just open-source publication of code, but also provenance and attribution. While a DOI is an identifier of static items, many research teams use version control systems and services to organise their collective efforts and publish output, be that code or data. Popular examples include Git [@ChaconStraub_2014] and GitHub (github.com).
26-
27-
Git-RDM is a Research Data Management (RDM) plugin for the Git version control system. It interfaces Git with data hosting services to manage the curation of version controlled files using persistent, citable repositories. This facilitates the sharing of research outputs and encourages a more open workflow within the research community.
23+
# Summary
2824

29-
Much like the standard Git commands, Git-RDM allows users to add/remove files within a 'publication staging area'. When ready, users can readily publish these staged files to a data repository hosted either by Figshare or Zenodo via the command line; this curation step is handled by the PyRDM library [@Jacobs_etal_2014]. Details of the files and their associated publication(s) are then recorded in a local SQLite database, including the specific Git revision (in the form of a SHA-1 hash), publication date/time, and the DOI, such that a full history of data publication is maintained.
25+
Many research funding agencies [@RCUK_2015] and research societies [@RS_2012] are increasingly requiring that data from at least publicly funded research be made openly available, and with clear citations that describe provenance. These requirements have led to the proliferation of institutional repositories with universities maintaining a handful of data services, but also repository services capable of minting a persistent and citable Digital Object Identifier (DOI) [@ISO26324_2012] for every published item. Figshare (figshare.com) and Zenodo (zenodo.org) are examples of the latter. Alongside data, software is also increasingly seen as a research output. This viewpoint necessitates not just open-source publication of code, but also provenance and attribution. While a DOI is an identifier of static items, many research teams use version control systems and services to organise their collective efforts and publish output, be that code or data. Popular examples include Git [@ChaconStraub_2014] and GitHub (github.com).
3026

31-
# References
27+
Git-RDM is a Research Data Management (RDM) plugin for the Git version control system. It interfaces Git with data hosting services to manage the curation of version controlled files using persistent, citable repositories. This facilitates the sharing of research outputs and encourages a more open workflow within the research community.
28+
29+
Much like the standard Git commands, Git-RDM allows users to add/remove files within a 'publication staging area'. When ready, users can readily publish these staged files to a data repository hosted either by Figshare or Zenodo via the command line; this curation step is handled by the PyRDM library [@Jacobs_etal_2014]. Details of the files and their associated publication(s) are then recorded in a local SQLite database, including the specific Git revision (in the form of a SHA-1 hash), publication date/time, and the DOI, such that a full history of data publication is maintained.
30+
31+
# References

0 commit comments

Comments
 (0)