diff --git a/lab-p6/lab-p6.ipynb b/lab-p6/lab-p6.ipynb index 96aed2bf9987b5b74290677e1b29f649540807e7..c805ca514a7ae0b67304451c0d90be8c8b6e8817 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 7bc3a1a0bbd6f937653554d7ae704d89b6e2287f..51578dae7ee2d1b930edb74fd4b569367002690a 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",