From fb79974b6e316527df6169822fd65cee1dbf91ce Mon Sep 17 00:00:00 2001 From: ArturoAmorQ Date: Thu, 21 Mar 2024 10:47:44 +0100 Subject: [PATCH 1/2] FIX Several typos accross landing pages --- README.md | 2 +- jupyter-book/index.md | 6 +++--- workflow-notes.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7e8318e17..fd3d7bab2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 📢 📢 📢 A new session of the [Machine learning in Python with scikit-learn MOOC](https://www.fun-mooc.fr/en/courses/machine-learning-python-scikit-learn), is available starting on November 8th, 2023 and will remain open on self-paced -mode. Enroll for the full MOOC experience (quizz solutions, executable +mode. Enroll for the full MOOC experience (quiz solutions, executable notebooks, discussion forum, etc ...) ! The MOOC is free and hosted on the [FUN-MOOC](https://fun-mooc.fr/) platform diff --git a/jupyter-book/index.md b/jupyter-book/index.md index cab66acbc..2c8bbff48 100644 --- a/jupyter-book/index.md +++ b/jupyter-book/index.md @@ -36,8 +36,8 @@ interpreting their predictions. "Machine learning in Python with scikit-learn MOOC" , - is available starting on October 18, 2022 and will last for 3 months. Enroll for - the full MOOC experience (quizz solutions, executable notebooks, discussion + is available starting on November 8th, 2023 and will last for 3 months. Enroll for + the full MOOC experience (quiz solutions, executable notebooks, discussion forum, etc ...) !
The MOOC is free and the platform does not use the student data for any other purpose @@ -79,7 +79,7 @@ You can cite us through the project's Zenodo archive using the following DOI: [10.5281/zenodo.7220306](https://doi.org/10.5281/zenodo.7220306). The following repository includes the notebooks, exercises and solutions to the -exercises (but not the quizz solutions ;): +exercises (but not the quizzes' solutions ;): https://github.com/INRIA/scikit-learn-mooc/ diff --git a/workflow-notes.md b/workflow-notes.md index af57afbc9..e79247110 100644 --- a/workflow-notes.md +++ b/workflow-notes.md @@ -45,7 +45,7 @@ https://gitlab.inria.fr/learninglab/mooc-scikit-learn/mooc-scikit-learn-coordina The `jupyter-book` folder has the same structure as the `jupyter-book` folder on the github repo, but the gitlab one contains only quizzes `.md` files. If you work on quizzes, you need to to do it in the gitlab repo, the github repo -quizz files are generated from the gitlab repo (by stripping solution) with +quiz files are generated from the gitlab repo (by stripping solution) with `make exercises`. Useful: to get the `.py` code from a quiz `.md`, look at @@ -84,7 +84,7 @@ There are two ways this can be applied on the FUN side: duplication of logic between data-hide and sklearn_mooc.js (e.g. to remove navigation items from JupyterBook) but oh well 🤷‍♂️ ... the best we can do is to use the `remove-from-content-only` class in JupyterBook. - + ### Notebooks Note: FUN use notebooks so if you only update the `.py` files, FUN participants @@ -107,9 +107,9 @@ Note that some notebook changes need manual action in FUN: decide to use some FUN specific thing like using FUN hint when we put "Hint:" in the markdown. Not sure that is a great idea in itself but oh well ... -### Empty wrap-up quizz notebooks and sandbox notebook +### Empty wrap-up quiz notebooks and sandbox notebook -Wrap-up quizz notebooks or sandbox notebooks are created on the FUN side. In other words, we do not have +Wrap-up quiz notebooks or sandbox notebooks are created on the FUN side. In other words, we do not have an empty notebook for each wrap-up quiz in our github repo. ## Discourse forum From 5b415fa17f830809b5b10268f8d0f24b7368e892 Mon Sep 17 00:00:00 2001 From: ArturoAmorQ Date: Fri, 22 Mar 2024 14:32:35 +0100 Subject: [PATCH 2/2] Update info on self-paced mode --- jupyter-book/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyter-book/index.md b/jupyter-book/index.md index 2c8bbff48..aeb3cbea9 100644 --- a/jupyter-book/index.md +++ b/jupyter-book/index.md @@ -36,8 +36,8 @@ interpreting their predictions. "Machine learning in Python with scikit-learn MOOC" , - is available starting on November 8th, 2023 and will last for 3 months. Enroll for - the full MOOC experience (quiz solutions, executable notebooks, discussion + is available starting on November 8th, 2023 and will remain open in self-paced mode. + Enroll for the full MOOC experience (quiz solutions, executable notebooks, discussion forum, etc ...) !
The MOOC is free and the platform does not use the student data for any other purpose