diff --git a/CHANGELOG.md b/CHANGELOG.md index ed48468..002874d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.0] 2015-10-08 +### Added +- Motivation & Preparation section (optional resources) + - Article: MIT Challenge + - Course: Learning How to Learn + ## [1.0.0] 2015-10-08 -Release of the first **complete** version of the Computer Science curriculum. +Release of the first **complete** version of the Computer Science curriculum. diff --git a/README.md b/README.md index 9f4261b..2f514e8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ - [About](#about) - [Becoming an OSS student](#becoming-an-oss-student) +- [Motivation & Preparation](#motivation--preparation) - [Curriculum](#curriculum) - [How to use this guide](#how-to-use-this-guide) - [Prerequisite](#prerequisite) @@ -58,7 +59,19 @@ By making a [public commitment](http://renewablewealth.com/articles/the-power-of That is why we are using this strategy. ---- +## Motivation & Preparation + +Here are two interesting links that can make **all** the difference in your journey. + +The first one is a motivational video that shows a guy that went through the "MIT Challenge", that consists in learning the entire **4-year** MIT curriculum for Computer Science in **1 year**. + +- [MIT Challenge](http://www.scotthyoung.com/blog/myprojects/mit-challenge-2/) + +The second link is a MOOC course that will teach you learning techniques used by experts in art, music, literature, math, science, sports, and many other disciplines. This is a **fundamental ability** to succeed in our journey. + +- [Learning How to Learn](https://www.coursera.org/learn/learning-how-to-learn) + +**Are you ready to get started?** ## Curriculum @@ -394,7 +407,7 @@ The **only things** that you need to know are how to use **Git** and **GitHub**. ## Change Log -**Curriculum Version**: `1.0.0` +**Curriculum Version**: `1.1.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.