Skip to content

Commit 9f9e222

Browse files
committed
Add Motivation & Preparation section
Optional resources: - Article: MIT Challenge - Course: Learning How to Learn
1 parent aa9122a commit 9f9e222

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [1.1.0] 2015-10-08
7+
### Added
8+
- Motivation & Preparation section (optional resources)
9+
- Article: MIT Challenge
10+
- Course: Learning How to Learn
11+
612
## [1.0.0] 2015-10-08
713

8-
Release of the first **complete** version of the Computer Science curriculum.
14+
Release of the first **complete** version of the Computer Science curriculum.

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
- [About](#about)
1212
- [Becoming an OSS student](#becoming-an-oss-student)
13+
- [Motivation & Preparation](#motivation--preparation)
1314
- [Curriculum](#curriculum)
1415
- [How to use this guide](#how-to-use-this-guide)
1516
- [Prerequisite](#prerequisite)
@@ -58,7 +59,19 @@ By making a [public commitment](http://renewablewealth.com/articles/the-power-of
5859

5960
That is why we are using this strategy.
6061

61-
---
62+
## Motivation & Preparation
63+
64+
Here are two interesting links that can make **all** the difference in your journey.
65+
66+
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**.
67+
68+
- [MIT Challenge](http://www.scotthyoung.com/blog/myprojects/mit-challenge-2/)
69+
70+
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.
71+
72+
- [Learning How to Learn](https://www.coursera.org/learn/learning-how-to-learn)
73+
74+
**Are you ready to get started?**
6275

6376
## Curriculum
6477

@@ -394,7 +407,7 @@ The **only things** that you need to know are how to use **Git** and **GitHub**.
394407

395408
## Change Log
396409

397-
**Curriculum Version**: `1.0.0`
410+
**Curriculum Version**: `1.1.0`
398411

399412
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.
400413

0 commit comments

Comments
 (0)