From 339fb4d2db55f781c6164dcaead050425a96db2d Mon Sep 17 00:00:00 2001
From: Emmanuel Dellandrea <emmanuel.dellandrea@ec-lyon.fr>
Date: Wed, 15 Mar 2023 07:39:27 +0100
Subject: [PATCH] Update submission guidelines

---
 BE2_GAN_and_cGAN.ipynb | 4 +++-
 README.md              | 8 ++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/BE2_GAN_and_cGAN.ipynb b/BE2_GAN_and_cGAN.ipynb
index 49298b7..7243c89 100644
--- a/BE2_GAN_and_cGAN.ipynb
+++ b/BE2_GAN_and_cGAN.ipynb
@@ -1191,6 +1191,7 @@
    ]
   },
   {
+   "attachments": {},
    "cell_type": "markdown",
    "metadata": {
     "colab_type": "text",
@@ -1198,7 +1199,8 @@
    },
    "source": [
     "# How to submit your Work ?\n",
-    "Your work should be uploaded within 3 weeks into the Moodle section \"Devoir 2 - GAN et Conditional GAN\". It can be either a notebook containing your code and a description of your work, experiments and results or a \".zip\" file containing your report in a \"pdf\" format describing your work, experiments and results as well as your code (\".py\" Python files). "
+    "\n",
+    "This work must be done individually. The expected output is a repository named gan-cgan on https://gitlab.ec-lyon.fr. It must contain your notebook (or python files) and a README.md file that explains briefly the successive steps of the project. The last commit is due before 11:59 pm on Wednesday, March 29, 2023. Subsequent commits will not be considered."
    ]
   }
  ],
diff --git a/README.md b/README.md
index 42b0828..5788498 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
-# mso3_4-BE2_cGAN
+# GAN & cGAN tutorial.
 
-GAN & cGAN tutorial. We recommand to use the notebook (.ipynb) but the Python script (.py) is also provided if more convenient for you.
\ No newline at end of file
+We recommand to use the notebook (.ipynb) but the Python script (.py) is also provided if more convenient for you.
+
+# How to submit your Work ?
+
+This work must be done individually. The expected output is a repository named gan-cgan on https://gitlab.ec-lyon.fr. It must contain your notebook (or python files) and a README.md file that explains briefly the successive steps of the project. The last commit is due before 11:59 pm on Wednesday, March 29, 2023. Subsequent commits will not be considered.
\ No newline at end of file
-- 
GitLab