Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeba-Samuel committed Apr 13, 2024
1 parent 26a7032 commit db44ef7
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
34 changes: 34 additions & 0 deletions docs/content/index.md
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)
6 changes: 3 additions & 3 deletions docs/content/stylesheets/fairjupyter.css
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;
}
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ nav:
- Home: index.md
theme:
name: material
features:
- toc.follow
extra_css:
- stylesheets/fairjupyter.css

0 comments on commit db44ef7

Please sign in to comment.