Update ORKG Data Science with Jupyter authored by Markus Stocker's avatar Markus Stocker
...@@ -23,9 +23,9 @@ For this to work, you need to substitute the `[ORKG_COMPARISON_ID]` accordingly. ...@@ -23,9 +23,9 @@ For this to work, you need to substitute the `[ORKG_COMPARISON_ID]` accordingly.
We have created examples for numerous domains, which we briefly overview here. In general, we link the relevant Jupyter notebooks as related resources and computation outputs such as visualizations as related images in ORKG contribution comparisons. These resources are shown below the comparison table. We organize the Jupyter notebooks in a [GitLab repository](https://gitlab.com/TIBHannover/orkg/orkg-notebooks/). Jupyter notebooks directly execute with [mybinder](https://mybinder.org/) so that you do not need to install anything on your local machine if you just want to take a quick look at these examples. Please understand that mybinder sets up dedicated VMs upon request of execution of these examples, which requires some time. While you wait, you can see the progress by looking at the mybinder log. You can of course clone the GitLab repository and, assuming you satify the requirements listed above, execute the examples on your local machine. We have created examples for numerous domains, which we briefly overview here. In general, we link the relevant Jupyter notebooks as related resources and computation outputs such as visualizations as related images in ORKG contribution comparisons. These resources are shown below the comparison table. We organize the Jupyter notebooks in a [GitLab repository](https://gitlab.com/TIBHannover/orkg/orkg-notebooks/). Jupyter notebooks directly execute with [mybinder](https://mybinder.org/) so that you do not need to install anything on your local machine if you just want to take a quick look at these examples. Please understand that mybinder sets up dedicated VMs upon request of execution of these examples, which requires some time. While you wait, you can see the progress by looking at the mybinder log. You can of course clone the GitLab repository and, assuming you satify the requirements listed above, execute the examples on your local machine.
* For our comparisons on COVID-19, we have developed numerous examples that plot comparison data, e.g. classical time series for [basic reproduction number](https://www.orkg.org/orkg/comparison/R44930), geospatial for [modelled estimates for total number of cases in Chinese provinces](https://www.orkg.org/orkg/comparison/R39082), as well as examples that integrate data from multiple comparisons and third-party data to learn something new about the virus, for instance with the [Microbe-scope](https://www.orkg.org/orkg/comparison/R44930). * For our comparisons on COVID-19, we have developed numerous examples that plot comparison data, e.g. classical time series for [basic reproduction number](https://www.orkg.org/orkg/comparison/R44930), geospatial visualizations of [modelled estimates for total number of cases in Chinese provinces](https://www.orkg.org/orkg/comparison/R39082), as well as examples that integrate data from multiple comparisons and third-party data to learn something new about the virus, for instance with the [Microbe-scope](https://www.orkg.org/orkg/comparison/R44930).
* For the comparisons on [Global Mean Sea Level rise projections](https://www.orkg.org/orkg/featured-comparisons), we have develop example notebooks that plot the projections as published in the literature, see for instance the [plot for the year 2100 and RCP8.5](https://www.orkg.org/orkg/comparison/R48392). * For the comparisons on [Global Mean Sea Level rise projections](https://www.orkg.org/orkg/featured-comparisons), we have developped example notebooks that plot the seal level rise projections as published in the literature, see for instance the [plot for the year 2100 and RCP8.5](https://www.orkg.org/orkg/comparison/R48392).
* As an example in Materials Science, we use a [comparison on solubility parameters of certain compounds](https://www.orkg.org/orkg/comparison/R38693) to reproduce static plots in the [original paper](https://doi.org/10.1179/1743281215Y.0000000063) (Figure 13) and give users a dynamic experience with this data. * As an example in Materials Science, we use a [comparison on solubility parameters of certain compounds](https://www.orkg.org/orkg/comparison/R38693) to reproduce static plots in the [original paper](https://doi.org/10.1179/1743281215Y.0000000063) (see Figure 13) and give users a dynamic experience with this data.
## Related ## Related
... ...
......