Skip to content

Commit 3c110b6

Browse files
committed
Merge pull request ossu#264 from MirzaI/master
Updated course info and added direct links to specializations.
2 parents d696ea3 + 7acca64 commit 3c110b6

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.3.11] 2016-03-06
7+
### Fixed
8+
- Nand to Tetris: change name and url
9+
- UC Berkeley Agile development: change name and url
10+
- Direct links to specializations
11+
612
## [1.3.10] 2016-03-06
713
### Fixed
814
- Link from Systematic Program Design Part 2 course

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Courses | Duration | Effort
121121
[Introduction to Computer Science](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x#!)| 12 weeks | 10-20 hours/week
122122
[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
123123
[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
124-
[From Nand to Tetris](https://www.coursera.org/course/nand2tetris1) | 7 weeks | 5-10 hours/week
124+
[From Nand to Tetris (Part 1) ](https://www.coursera.org/learn/build-a-computer) | 6 weeks | 5-10 hours/week
125125

126126
### Math (Mathematical Thinking)
127127

@@ -134,7 +134,7 @@ Courses | Duration | Effort
134134
Courses | Duration | Effort
135135
:-- | :--: | :--:
136136
[Systematic Program Design- Part 1: The Core Method](https://www.edx.org/course/systematic-program-design-part-1-core-ubcx-spd1x-0)| 5 weeks | 8-12 hours/week
137-
[Systematic Program Design- Part 2: Arbitrary Sized Data](https://www.edx.org/course/how-code-systematic-program-design-part-ubcx-spd2x)| 5 weeks | 8-12 hours/week
137+
[Systematic Program Design- Part 2: Arbitrary Sized Data](https://www.edx.org/course/systematic-program-design-part-2-ubcx-spd2x)| 5 weeks | 8-12 hours/week
138138
[Systematic Program Design- Part 3: Abstraction, Search and Graphs](https://www.edx.org/course/systematic-program-design-part-3-ubcx-spd3x)| 5 weeks | 8-12 hours/week
139139

140140
### Math (Discrete Math)
@@ -191,8 +191,8 @@ Courses | Duration | Effort
191191

192192
Courses | Duration | Effort
193193
:-- | :--: | :--:
194-
[Engineering Software as a Service (SaaS), Part 1](https://www.edx.org/course/engineering-software-service-saas-part-1-uc-berkeleyx-cs169-1x)| 9 weeks | 12 hours/week
195-
[Engineering Software as a Service (Saas), Part 2](https://www.edx.org/course/engineering-software-service-saas-part-2-uc-berkeleyx-cs169-2x)| 8 weeks | 12 hours/week
194+
[Agile Development Using Ruby on Rails - Basics](https://www.edx.org/course/agile-development-using-ruby-rails-uc-berkeleyx-cs169-1x)| 9 weeks | 12 hours/week
195+
[Agile Development Using Ruby on Rails - Advanced](https://www.edx.org/course/agile-development-using-ruby-rails-uc-berkeleyx-cs169-2x)| 8 weeks | 12 hours/week
196196
[Software Processes and Agile Practices](https://www.coursera.org/learn/software-processes-and-agile-practices)| 4 weeks | 6-8 hours/week
197197
[Startup Engineering](https://www.coursera.org/course/startup) | 12 weeks | 2-20 hours/week
198198

@@ -319,9 +319,12 @@ Courses | Duration | Effort
319319

320320
After finishing the courses above, start your specializations on the topics that you have more interest.
321321

322-
Search such specializations in the following platforms:
322+
The following platforms currently offer specializations:
323323

324-
#### [Coursera](https://www.coursera.org/) | [edX](https://www.edx.org/) | [Udacity](https://www.udacity.com/) | [Future Learn](https://www.futurelearn.com/)
324+
#### edX: [xSeries](https://www.edx.org/xseries)
325+
#### Coursera: [Specializations](https://www.coursera.org/specializations)
326+
#### Udacity: [Nanodegree](https://www.udacity.com/nanodegree)
327+
#### FutureLearn: [Collections](https://www.futurelearn.com/courses/collections)
325328

326329
![keep learning](http://i.imgur.com/REQK0VU.jpg)
327330

@@ -418,7 +421,7 @@ The **only things** that you need to know are how to use **Git** and **GitHub**.
418421

419422
## Change Log
420423

421-
**Curriculum Version**: `1.3.10`
424+
**Curriculum Version**: `1.3.11`
422425

423426
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.
424427

0 commit comments

Comments
 (0)