Skip to content

Commit 05bfa51

Browse files
author
Gail Clement
committed
Adding RMarkdown project files to GitHub Repository
1 parent 99e5085 commit 05bfa51

5 files changed

+699
-0
lines changed

P13-Proposal.Rmd

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
---
2+
title: "RDA-P13-Proposal"
3+
author: "Gail Clement, Interest Group Co-Chair"
4+
date: "1/11/2019"
5+
output:
6+
pdf_document: default
7+
html_document: default
8+
bibliography: references.bib
9+
---
10+
11+
```{r setup, include=FALSE}
12+
knitr::opts_chunk$set(echo = TRUE)
13+
```
14+
## Group Name:
15+
RDA/CODATA Legal Interoperability Interest Group
16+
17+
## Meeting title:
18+
_Legal Interoperability and Intraoperability of Research Data: The Case of the Research Compendium_
19+
20+
## Please list the meeting objectives:
21+
22+
The proposed session continues the Interest Group’s efforts to apply the [Principles & Guidelines for Legal Interoperability of Research Data](https://www.rd-alliance.org/rda-codata-legal-interoperability-research-data-principles-and-implementation-guidelines-now) (released 2016; @rda_codata_legal_interoperability_2016) to significant use cases arising from the research community. This process has enabled the group to assess fulfill three key objectives:
23+
24+
1. to test and affirm the applicability of the Guidelines document to real-world data sharing efforts arising in the research data community;
25+
26+
2. to identify possible areas for extending the Guidelines document to accommodate needs not presented in the foundational case studies;
27+
28+
3. to train and support research data stakeholders in their adoption and implementation of the IG's Legal Interoperability Principles and Guidelines [@rda_codata_legal_interoperability_2016].
29+
30+
In past plenaries, our sessions have focused on real world use cases involving datasets and databases intended for open sharing. For Philadelphia, we will focus on a different, although complementary, data object – the research compendium – which represents a multipart research output comprising not only data but also the textual narrative that presents the research findings; code and algorithms; documentation and any auxiliary resources allowing readers/re-users rerun the analysis and verify or build on the claims. [@GentlemanLang2007].
31+
32+
Research compendia are an emerging form of data-rich research output gaining increasing adoption as a replacement for the ‘static’ and incomplete genre of the published paper typically represented in a PDF or HMTL file with, at best, hyperlinks to disparate files and datasets that require a reader to retrieve, compile, and execute in their own environment, often without success because of hidden dependencies or unreliable linkages. Examples of today’s research compendia include Jupyter notebooks containerized in Docker images; Rmarkdown or Latex computational narratives (integrated text and code) with GitHub repositories openly distributed as Binder emulation; or dynamic web publications integrated with interactive data dashboards using Shiny or other web technologies [@Nustetal2018].
33+
34+
Early adopters of research compendium include large scale data producers such as:
35+
36+
* the LIGO Gravitational Wave Open Science Center (https://www.gw-openscience.org/about/);
37+
38+
* the NSF-sponsored Whole Tale initiative at NCSA (https://wholetale.org/);
39+
40+
* and the variously-published reproducible reports by research authors in the Open Science community eg @Marwicketal2018, @Boettiger2018.
41+
42+
This use case is significant for the IG's focused consideration at Plenary because these multi-part research outputs -- each with its own distinct rights management needs -- implicates not only concerns with legal interoperability of the compendium as a whole, but also legal INTRA-operability of its constituent parts.
43+
44+
Message boards, tweets, GitHub issues, and other communications within the Open Science Community reflect considerable confusion and misinformation regarding the legitimate rights management and licensing of these increasingly important, multi-part outputs. We anticipate that the proposed Philadelphia session exploring the Research Compendium use case will yield initial content worthy of redistribution in the form of an extension to the Guidelines in a next release, or a separate paper explaining how the IG's Guidelines apply to Research Compendia.
45+
46+
## Meeting agenda:
47+
48+
* Brief Review of the IG's Legal interop Principles and Guidelines, as released in 2016 (15 minutes)
49+
50+
* Introduction to the Research Compendium as an emergent FAIR research output (30 minutes)
51+
52+
* Application of the Guidelines to a Research Compendia (30 minutes)
53+
54+
* Discuss, Q&A, and next steps (15 minutes)
55+
56+
## Group chair serving as contact person:
57+
Gail Clement
58+
59+
## Contact person's email:
60+
61+
62+
## Please give a brief introduction describing the activities and scope of the group:
63+
64+
The Legal Interoperability Interest Group Develop has researched, compiled, and published core principles and guidelines of best practices through which legal interoperability can be achieved, and link to related information resources online. We continue to work with key stakeholder groups to get the core principles and guidelines of best practices adopted. Additionally, we promote better understanding and greater use by the stakeholder groups in the research community of the agreed approaches to legal interoperability of research data, focused on highlighting and enabling better integration and reuse of such data. Mechanisms for promotion and implementation support include presentations at professional conferences; publication in the peer reviewed literature; and training of researchers through the CODATA-RDA Summer Schools, the Force11 Scholarly Communication Institute, and through local copyright education programs at research institutions worldwide.
65+
66+
Additional links to informative material:
67+
68+
* [IG Home page and background materials] (https://www.rd-alliance.org/groups/rdacodata-legal-interoperability-ig.html)
69+
* Released output via RDA and CODATA [@rda_codata_legal_interoperability_2016]
70+
71+
72+
## Short Group Status:
73+
This group is active
74+
75+
## Please specify who is your target audience and how they should prepare for the meeting:
76+
77+
Research data creators, providers, and publishers; Copyright specialists and Counsel at Research Institutions; Open Source software developers and platgorm providers of tools for reproducible reporting.
78+
79+
Participants are encouraged to read the papers referenced in this proposal to prepare for the presentation and discussion.
80+
81+
## Estimate of the required room capacity:
82+
100
83+
84+
## Type of meeting:
85+
86+
Informative meeting
87+
88+
## If available, would your group be interested in being assigned an early career / student to support meeting note taking?
89+
Yes
90+
91+
## Would you like to request support for remote participation in your group meeting?
92+
Yes
93+
94+
## Avoid conflict with the following groups
95+
96+
1. Data policy standardisation and implementation IG Avoid conflict with the following group
97+
2. RDA/WDS Scholarly Link Exchange (Scholix) WG Avoid conflict with the following group
98+
3. RDA/WDS Publishing Data IG Privacy Policy
99+
100+
## References

P13-Proposal.html

+515
Large diffs are not rendered by default.

P13-Proposal.pdf

170 KB
Binary file not shown.

RDA-Legal-IG.Rproj

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX

references.bib

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
@article{GentlemanLang2007,
2+
author = {Robert Gentleman and Duncan Temple Lang},
3+
title = {Statistical Analyses and Reproducible Research},
4+
journal = {Journal of Computational and Graphical Statistics},
5+
volume = {16},
6+
number = {1},
7+
pages = {1-23},
8+
year = {2007},
9+
publisher = {Taylor & Francis},
10+
doi = {10.1198/106186007X178663},
11+
URL = {
12+
https://doi.org/10.1198/106186007X178663
13+
},
14+
eprint = {
15+
https://doi.org/10.1198/106186007X178663
16+
},
17+
abstract = {It is important, if not essential, to integrate the computations and code used in data analyses, methodological descriptions, simulations, and so on with the documents that describe and rely on them. This integration allows readers to both verify and adapt the claims in the documents. Authors can easily reproduce the results in the future, and they can present the document's contents in a different medium, for example, with interactive controls. This article describes a software framework for both authoring and distributing these integrated, dynamic documents that contain text, code, data, and any auxiliary content needed to recreate the computations. The documents are dynamic in that the contents—including figures, tables, and so on—can be recalculated each time a view of the document is generated. Our model treats a dynamic document as a master or “source” document from which one can generate different views in the form of traditional, derived documents for different audiences.We introduce the concept of a compendium as a container for one or more dynamic documents and the different elements needed when processing them, such as code and data. The compendium serves as a means for distributing, managing, and updating the collection.The step from disseminating analyses via a compendium to reproducible research is a small one. By reproducible research, we mean research papers with accompanying software tools that allow the reader to directly reproduce the results and employ the computational methods that are presented in the research paper. Some of the issues involved in paradigms for the production, distribution, and use of such reproducible research are discussed. }
18+
}
19+
20+
@article{Marwicketal2018,
21+
author = {Ben Marwick and Carl Boettiger and Lincoln Mullen},
22+
title = {Packaging Data Analytical Work Reproducibly Using R (and Friends)},
23+
journal = {The American Statistician},
24+
volume = {72},
25+
number = {1},
26+
pages = {80-88},
27+
year = {2018},
28+
publisher = {Taylor & Francis},
29+
doi = {10.1080/00031305.2017.1375986},
30+
URL = {
31+
https://doi.org/10.1080/00031305.2017.1375986
32+
},
33+
eprint = {
34+
https://doi.org/10.1080/00031305.2017.1375986
35+
},
36+
}
37+
38+
@article{Boettiger2018,
39+
author = {Boettiger, Carl},
40+
title = {From noise to knowledge: how randomness generates novel phenomena and reveals information},
41+
journal = {Ecology Letters},
42+
volume = {21},
43+
number = {8},
44+
pages = {1255-1267},
45+
keywords = {Coloured noise, demographic noise, environmental noise, quasi-cycles, stochasticity, tipping points},
46+
doi = {10.1111/ele.13085},
47+
url = {https://onlinelibrary.wiley.com/doi/abs/10.1111/ele.13085},
48+
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1111/ele.13085},
49+
year = {2018},
50+
}
51+
52+
@misc{rda_codata_legal_interoperability_2016,
53+
author = {'RDA-CODATA Legal Interoperability Interest Group'},
54+
title = {{Legal Interoperability of Research Data: Principles and Implementation Guidelines}},
55+
month = oct,
56+
year = 2016,
57+
doi = {10.5281/zenodo.162241},
58+
url = {https://doi.org/10.5281/zenodo.162241}
59+
},
60+
61+
@misc{Nustetal2018,
62+
doi = {10.5281/ZENODO.2203843},
63+
url = {https://zenodo.org/record/2203843},
64+
author = {Nüst, Daniel},
65+
keywords = {o2r, reference implementation, Executable Research Compendium, ERC, Docker, containerisation},
66+
language = {en},
67+
title = {Reproducibility Service for Executable Research Compendia: Technical Specifications and Reference Implementation},
68+
publisher = {Zenodo},
69+
year = {2018}
70+
},
71+
}

0 commit comments

Comments
 (0)