-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26a7032
commit db44ef7
Showing
3 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,36 @@ | ||
# FAIR Jupyter | ||
|
||
FAIR Jupyter is a knowledge graph approach to semantic sharing and granular exploration of a computational notebook reproducibility dataset. | ||
|
||
## Computational reproducibility of Jupyter notebooks from biomedical publications | ||
We present the dataset for the study of computational reproducibility of Jupyter notebooks from biomedical publications. Our focus lies in evaluating the extent of reproducibility of Jupyter notebooks derived from GitHub repositories linked to publications present in the biomedical literature repository, PubMed Central. We analyzed the reproducibility of Jupyter notebooks from GitHub repositories associated with publications indexed in the biomedical literature repository PubMed Central. The dataset includes the metadata information of the journals, publications, the Github repositories mentioned in the publications and the notebooks present in the Github repositories. | ||
|
||
## FAIR Jupyter Knowledge Graph | ||
FAIR Jupyter Knowledge Graph is based on the computational reproducibility dataset that we had previously shared in bulk. This dataset can now be mobilized further through a knowledge graph that allows for much more granular exploration and interrogation. We took this dataset, converted it into semantic triples and loaded these into a triple | ||
store to create a knowledge graph – FAIR Jupyter – that we made accessible via a webservice. This enables granular data exploration and | ||
analysis through queries that can be tailored to specific use cases. | ||
|
||
## Permanent URL | ||
[https://w3id.org/fairjupyter](https://w3id.org/fairjupyter) | ||
|
||
## Resources | ||
|
||
### SPARQL Endpoint | ||
|
||
### Original Dataset | ||
Data: Sheeba Samuel, & Daniel Mietchen. (2023). Dataset of a Study of Computational reproducibility of Jupyter notebooks from biomedical publications [Data set]. Zenodo. [https://doi.org/10.5281/zenodo.8226725](https://doi.org/10.5281/zenodo.8226725) | ||
|
||
Code: [https://github.com/fusion-jena/computational-reproducibility-pmc](https://github.com/fusion-jena/computational-reproducibility-pmc) | ||
|
||
### Documentation | ||
|
||
### FAIR Jupyter KG N-Triples Dump | ||
|
||
### FAIR Jupyter KG Schema | ||
|
||
### FAIR Jupyter KG Data Used (CSV) | ||
|
||
|
||
## Publication | ||
|
||
* Sheeba Samuel, Daniel Mietchen, Computational reproducibility of Jupyter notebooks from biomedical publications, GigaScience, Volume 13, 2024, giad113, [https://doi.org/10.1093/gigascience/giad113](https://doi.org/10.1093/gigascience/giad113) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
:root>* { | ||
--md-typeset-a-color: #1b80cf; | ||
} | ||
:root { | ||
--md-primary-fg-color: #1b80cf; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,8 @@ nav: | |
- Home: index.md | ||
theme: | ||
name: material | ||
features: | ||
- toc.follow | ||
extra_css: | ||
- stylesheets/fairjupyter.css | ||
|