From 38f9bbff59d13cd74ee001e2c61a854666bf34cf Mon Sep 17 00:00:00 2001 From: gsingh58 <gurmail-singh@wisc.edu> Date: Wed, 11 Oct 2023 02:08:33 -0500 Subject: [PATCH] Lab-6 and P6 Warning added --- lab-p6/lab-p6.ipynb | 11 +++++++++++ p6/p6.ipynb | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/lab-p6/lab-p6.ipynb b/lab-p6/lab-p6.ipynb index 96aed2b..c805ca5 100644 --- a/lab-p6/lab-p6.ipynb +++ b/lab-p6/lab-p6.ipynb @@ -211,6 +211,17 @@ "The variable `csv_data` stores the contents of the file `power_generators.csv` as a **list of lists** (i.e., `csv_data` is a **list**, and the elements of this list are **lists** themselves). In the next subsection, you will learn to access data stored within this data structure." ] }, + { + "cell_type": "markdown", + "id": "ba0aef96", + "metadata": {}, + "source": [ + "<h2 style=\"color:red\">Warning (Note on Academic Misconduct):</h2>\n", + "\n", + "Under any circumstances, **no more than two students are allowed to work together on a project** as mentioned in the course policies. If your code is flagged by our code similarity detection tools, **both partners will be responsible** for sharing/copying the code, even if the code is shared/copied by one of the partners with/from other non-partner student(s). Note that each case of plagiarism will be reported to the Dean of Students with a zero grade on the project. **If you think that someone cannot be your project partner then don’t make that student your lab partner.** \n", + "<font color = \"red\">Project partners must submit only one copy of their project on Gradescope, but they must include the names of both partners.</font>" + ] + }, { "cell_type": "markdown", "id": "5a9fde4d", diff --git a/p6/p6.ipynb b/p6/p6.ipynb index 7bc3a1a..51578da 100644 --- a/p6/p6.ipynb +++ b/p6/p6.ipynb @@ -204,6 +204,17 @@ "For more details on what will cause you to lose points during code review and specific requirements, please take a look at the [Grading rubric](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-f23-projects/-/blob/main/p6/rubric.md)." ] }, + { + "cell_type": "markdown", + "id": "32cc8d6b", + "metadata": {}, + "source": [ + "<h2 style=\"color:red\">Warning (Note on Academic Misconduct):</h2>\n", + "\n", + "Under any circumstances, **no more than two students are allowed to work together on a project** as mentioned in the course policies. If your code is flagged by our code similarity detection tools, **both partners will be responsible** for sharing/copying the code, even if the code is shared/copied by one of the partners with/from other non-partner student(s). Note that each case of plagiarism will be reported to the Dean of Students with a zero grade on the project. **If you think that someone cannot be your project partner then don’t make that student your lab partner.** \n", + "<font color = \"red\">Project partners must submit only one copy of their project on Gradescope, but they must include the names of both partners.</font>" + ] + }, { "cell_type": "markdown", "id": "15954a07", -- GitLab