From af2a18854da3260051d2dd1316589d99d3cd600b Mon Sep 17 00:00:00 2001 From: aayushsinha0706 <84586770+aayushsinha0706@users.noreply.github.com> Date: Sun, 7 Nov 2021 01:17:39 +0530 Subject: [PATCH 1/2] Add Ethics Course Ethics being a very important education in field of computer science. CS 2013 Says, while technical issues are central to the computing curriculum, they do not constitute a complete educational program in the field. Students must also be exposed to the larger societal context of computing to develop an understanding of the relevant social, ethical, legal and professional issues. This need to incorporate the study of these non-technical issues into the ACM curriculum was formally recognized in 1991. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index abce4a8..53f512a 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,22 @@ Courses | Duration | Effort | Prerequisites | Discussion [Computer Graphics](https://www.edx.org/course/computer-graphics-uc-san-diegox-cse167x)| 6 weeks | 12 hours/week | C++ or Java, linear algebra | [chat](https://discord.gg/68WqMNV) [Software Engineering: Introduction](https://www.edx.org/course/software-engineering-introduction-ubcx-softeng1x) | 6 weeks | 8-10 hours/week | Core Programming, and a [sizable project](FAQ.md#why-require-experience-with-a-sizable-project-before-the-Software-Engineering-courses) | [chat](https://discord.gg/5Qtcwtz) +### Core Ethics + +**Topics covered**: +`Social Context` +`Analytical Tools` +`Professional Ethics` +`Intellectual Property` +`Privacy and Civil Liberties` +`and more` + +Courses | Duration | Effort | Prerequisites | Discussion +:-- | :--: | :--: | :--: | :--: +[Ethics, Technology and Engineering](https://www.coursera.org/learn/ethics-technology-engineering)| 9 weeks | 2 hours/week | - | [chat](https://discord.gg/pMFqNf4) +[Intellectual Property Law in Digital Age](https://www.coursera.org/learn/intellectual-property-law-in-digital-age)| 4 weeks | 2 hours/week | - | [chat](https://discord.gg/P8SPPyF) +[Data Privacy Fundamentals](https://www.coursera.org/learn/northeastern-data-privacy)| 3 weeks | 3 hours/week | - | [chat](https://discord.gg/duCJ3GN) + ## Advanced CS After completing **every required course** in Core CS, students should choose a subset of courses from Advanced CS based on interest. From 2b10d09f065748817f637972dff059326d702b63 Mon Sep 17 00:00:00 2001 From: aayushsinha0706 <84586770+aayushsinha0706@users.noreply.github.com> Date: Sun, 7 Nov 2021 01:23:19 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53f512a..160eb5b 100644 --- a/README.md +++ b/README.md @@ -314,9 +314,9 @@ Courses | Duration | Effort | Prerequisites | Discussion Courses | Duration | Effort | Prerequisites | Discussion :-- | :--: | :--: | :--: | :--: -[Ethics, Technology and Engineering](https://www.coursera.org/learn/ethics-technology-engineering)| 9 weeks | 2 hours/week | - | [chat](https://discord.gg/pMFqNf4) -[Intellectual Property Law in Digital Age](https://www.coursera.org/learn/intellectual-property-law-in-digital-age)| 4 weeks | 2 hours/week | - | [chat](https://discord.gg/P8SPPyF) -[Data Privacy Fundamentals](https://www.coursera.org/learn/northeastern-data-privacy)| 3 weeks | 3 hours/week | - | [chat](https://discord.gg/duCJ3GN) +[Ethics, Technology and Engineering](https://www.coursera.org/learn/ethics-technology-engineering)| 9 weeks | 2 hours/week | none | [chat](https://discord.gg/pMFqNf4) +[Intellectual Property Law in Digital Age](https://www.coursera.org/learn/intellectual-property-law-in-digital-age)| 4 weeks | 2 hours/week | none | [chat](https://discord.gg/P8SPPyF) +[Data Privacy Fundamentals](https://www.coursera.org/learn/northeastern-data-privacy)| 3 weeks | 3 hours/week | none | [chat](https://discord.gg/duCJ3GN) ## Advanced CS