From 653c5f9304337838138c32327700761380fcf4e1 Mon Sep 17 00:00:00 2001 From: Eric Douglas Date: Wed, 4 May 2016 17:02:02 -0300 Subject: [PATCH] Add CS50 to main curriculum - Add CS50 to main curriculum - Move MIT 6.00 and From nand to Tetris to the extras section --- CHANGELOG.md | 10 ++++++++++ README.md | 5 ++--- extras/courses.md | 3 ++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 133e7c1..1901352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.0] 2016-05-04 +### Removed +- Section: **Introduction to Computer Science**: + - Introduction to Computer Science and Programming Using Python + - From Nand to Tetris (Part 1) + +### Added +- Section: **Introduction to Computer Science**: + - Introduction to Computer Science - CS50 + ## [2.0.1] 2016-04-04 ### Fixed - Now students should enroll through our [web app](https://ossu.firebaseapp.com). diff --git a/README.md b/README.md index 37b044f..03304af 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,7 @@ The second link is a MOOC that will teach you learning techniques used by expert Courses | Duration | Effort :-- | :--: | :--: -[Introduction to Computer Science and Programming Using Python](https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-5#!)| 9 weeks | 15 hours/week -[From Nand to Tetris (Part 1) ](https://www.coursera.org/learn/build-a-computer) | 6 weeks | 5-10 hours/week +[Introduction to Computer Science - CS50](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x#!)| 12 weeks | 10-20 hours/week ### Math (Mathematical Thinking) @@ -386,7 +385,7 @@ The **only things** that you need to know are how to use **Git** and **GitHub**. ## Change Log -**Curriculum Version**: `2.0.1` +**Curriculum Version**: `3.0.0` To show **respect** to all of our students, we will keep a [CHANGELOG](CHANGELOG.md) file that contains all the alterations that our curriculum may suffer. diff --git a/extras/courses.md b/extras/courses.md index 35957b5..cfa0c3d 100644 --- a/extras/courses.md +++ b/extras/courses.md @@ -39,8 +39,9 @@ Courses | Duration | Effort :-- | :--: | :--: +[Introduction to Computer Science and Programming Using Python](https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-5#!)| 9 weeks | 15 hours/week +[From Nand to Tetris (Part 1) ](https://www.coursera.org/learn/build-a-computer) | 6 weeks | 5-10 hours/week [Introduction to Computer Science (Udacity)](https://www.udacity.com/course/intro-to-computer-science--cs101)| 7 weeks | 10-20 hours/week -[Introduction to Computer Science](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x#!)| 12 weeks | 10-20 hours/week [An Introduction to Interactive Programming in Python (Part 1)](https://www.coursera.org/learn/interactive-python-1)| 5 weeks | - [An Introduction to Interactive Programming in Python (Part 2)](https://www.coursera.org/learn/interactive-python-2)| - | - [Introduction to Computational Thinking and Data Science](https://www.edx.org/course/introduction-computational-thinking-data-mitx-6-00-2x-2#!)| 10 weeks | 15 hours/week