Skip to content

Commit

Permalink
Update documentation with figures.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeba-Samuel committed May 3, 2024
1 parent 7613cda commit 6b7dcdf
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ In this dataset, we present the study of computational reproducibility of Jupyte
**Code**: [https://github.com/fusion-jena/fairjupyter](https://github.com/fusion-jena/fairjupyter)
**Mapping**: [: https://github.com/fusion-jena/fairjupyter/tree/main/mapping](https://github.com/fusion-jena/fairjupyter/tree/main/mapping)

Below figure shows the workflow of our pipeline.
![image info](./docs/content/images/workflow.png)

### FAIR Jupyter SPARQL Endpoint
The SPARQL Endpoint can be queried [here](https://reproduceme.uni-jena.de/#/dataset/fairjupyter/query)

Expand Down
Binary file added docs/content/images/listing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/content/images/model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/content/images/workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ FAIR Jupyter is a knowledge graph for semantic sharing and granular exploration
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.



### Computational reproducibility of Jupyter notebooks from biomedical publications
In this dataset, we present 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.

Expand All @@ -18,8 +19,14 @@ In this dataset, we present the study of computational reproducibility of Jupyte
### Permanent URL
[https://w3id.org/fairjupyter](https://w3id.org/fairjupyter)

## FAIR Jupyter KG Construction

Below figure shows the workflow of our pipeline.
![image info](./images/workflow.png)

### Resources used in Knowledge Graph construction
**Code**: [https://github.com/fusion-jena/fairjupyter](https://github.com/fusion-jena/fairjupyter)

**Mapping**: [: https://github.com/fusion-jena/fairjupyter/tree/main/mapping](https://github.com/fusion-jena/fairjupyter/tree/main/mapping)

### FAIR Jupyter SPARQL Endpoint
Expand All @@ -30,18 +37,25 @@ Some SPARQL queries that can be queried over FAIR Jupyter KG can be accessed [he

These include SPARQL queries to the knowledge graph that reproduce materials from the
original manuscript describing the dataset, other queries over the FAIR Jupyter graph, and federated queries between the FAIR Jupyter KG and [Wikidata](https://query.wikidata.org/).
Below we show an example of a SPARQL query.
![image info](./images/listing.png)

### FAIR Jupyter KG Schema
Below figure shows a snapshot of the FAIR Jupyter KG Schema.
![image info](./images/model.png)
The ontologies used for constructing Knowledge Graphs are:
* [The REPRODUCE-ME ontology](https://w3id.org/reproduceme/)

* [The PROV-O ontology](https://www.w3.org/TR/prov-o/)
* [The P-Plan ontology](http://purl.org/net/p-plan#)
* [The PAV ontology](http://purl.org/pav/)
* [The FaBiO ontology](http://purl.org/spar/fabio)
* [The DOAP ontology](http://usefulinc.com/ns/doap#)

### FAIR Jupyter KG Data Used (CSV)
The data used for constructing FAIR Jupyter Knowledge Graph is available [here](https://github.com/fusion-jena/fairjupyter/tree/main/data)
The data used for constructing FAIR Jupyter Knowledge Graph is available [here](https://github.com/fusion-jena/fairjupyter/tree/main/data).

Note: The csv files that could not be uploaded in GitHub due to size will be added to Zenodo, once the paper is published.


## Publication
Expand Down

0 comments on commit 6b7dcdf

Please sign in to comment.