From 23594f0e81e9003b49ac0abaabf04c347b07d4cd Mon Sep 17 00:00:00 2001 From: Erik Tjong Kim Sang Date: Tue, 6 Apr 2021 14:21:52 +0200 Subject: [PATCH 1/2] added notebooks description --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6f9d181..2621deb 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,12 @@ jupyter lab ``` It will open a web browser with the Jupyter Lab environment, in file-browser on left side bar open the notebook (\*.ipynb files) of interest. Select the kernel `sequgen-demo` to run the notebook. + +## Available notebooks + +* [https://github.com/sequgen/notebooks/blob/main/test_mvp.ipynb](test_mvp.ipynb): Introduction to sequgen. Start with this notebook if you are new to generating time series with sequgen +* [https://github.com/sequgen/notebooks/blob/main/test_five_models.ipynb](test_five_models.ipynb): Example on how different time series can be combined in sequgen. +* [https://github.com/sequgen/notebooks/blob/main/gallery.ipynb](gallery.ipynb): Overview of the available shapes of time series in sequgen. +* [https://github.com/sequgen/notebooks/blob/main/hiccup.ipynb](hiccup.ipynb): Case study: generate a time series for hiccups with sequgen +* [https://github.com/sequgen/notebooks/blob/main/bird_flapping.ipynb](bird_flapping.ipynb): Case study: recreate a time series of bird movements with sequgen +* [https://github.com/sequgen/notebooks/blob/main/ggir-use-case-1.ipynb](ggir-use-case-1.ipynb): Case study: build a time series for sleep patterns with sequgen From 9499c1fc11ff124fc22386488432c7011db78230 Mon Sep 17 00:00:00 2001 From: Erik Tjong Kim Sang Date: Tue, 6 Apr 2021 14:28:52 +0200 Subject: [PATCH 2/2] switched links and anchors --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2621deb..9554016 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ It will open a web browser with the Jupyter Lab environment, in file-browser on ## Available notebooks -* [https://github.com/sequgen/notebooks/blob/main/test_mvp.ipynb](test_mvp.ipynb): Introduction to sequgen. Start with this notebook if you are new to generating time series with sequgen -* [https://github.com/sequgen/notebooks/blob/main/test_five_models.ipynb](test_five_models.ipynb): Example on how different time series can be combined in sequgen. -* [https://github.com/sequgen/notebooks/blob/main/gallery.ipynb](gallery.ipynb): Overview of the available shapes of time series in sequgen. -* [https://github.com/sequgen/notebooks/blob/main/hiccup.ipynb](hiccup.ipynb): Case study: generate a time series for hiccups with sequgen -* [https://github.com/sequgen/notebooks/blob/main/bird_flapping.ipynb](bird_flapping.ipynb): Case study: recreate a time series of bird movements with sequgen -* [https://github.com/sequgen/notebooks/blob/main/ggir-use-case-1.ipynb](ggir-use-case-1.ipynb): Case study: build a time series for sleep patterns with sequgen +* [test_mvp.ipynb](https://github.com/sequgen/notebooks/blob/main/test_mvp.ipynb): Introduction to sequgen. Start with this notebook if you are new to generating time series with sequgen +* [test_five_models.ipynb](https://github.com/sequgen/notebooks/blob/main/test_five_models.ipynb): Example on how different time series can be combined in sequgen. +* [gallery.ipynb](https://github.com/sequgen/notebooks/blob/main/gallery.ipynb): Overview of the available shapes of time series in sequgen. +* [hiccup.ipynb](https://github.com/sequgen/notebooks/blob/main/hiccup.ipynb): Case study: generate a time series for hiccups with sequgen +* [bird_flapping.ipynb](https://github.com/sequgen/notebooks/blob/main/bird_flapping.ipynb): Case study: recreate a time series of bird movements with sequgen +* [ggir-use-case-1.ipynb](https://github.com/sequgen/notebooks/blob/main/ggir-use-case-1.ipynb): Case study: build a time series for sleep patterns with sequgen