Skip to content

Commit 60e49b8

Browse files
committed
Merge remote-tracking branch 'refs/remotes/open-source-society/master'
2 parents 55b0575 + ab9b6f7 commit 60e49b8

File tree

3 files changed

+91
-69
lines changed

3 files changed

+91
-69
lines changed

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,35 @@
22

33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
5+
6+
7+
## [1.3.6] 2015-10-22
8+
### Added
9+
- Latest version of CS 162, Operating Systems and System Programming
10+
11+
## [1.2.6] 2015-10-19
12+
### Added
13+
- Badge/Link to the Awesome list
14+
15+
## [1.2.5] 2015-10-16
16+
### Fixed
17+
- Fix name of the section and add a hyperlink to it.
18+
19+
## [1.2.4] 2015-10-14
20+
### Removed
21+
- Removed citation about public commitment
22+
523
## [1.2.3] 2015-10-12
624
### Changed
725
- Updated the prerequisite section for more clarity
826

9-
1027
## [1.2.2] 2015-10-12
1128
### Fixed
1229
- New link to issue intended for students' enrollment
1330

1431
## [1.2.1] 2015-10-11
1532
### Added
16-
- Article Git - the simple guide to the prerequisite section.
33+
- Article Git - the simple guide to the prerequisite section
1734

1835
##[1.1.1] 2015-10-11
1936
### Fixed
@@ -30,4 +47,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3047

3148
## [1.0.0] 2015-10-08
3249

33-
Release of the first **complete** version of the Computer Science curriculum.
50+
Release of the first **complete** version of the Computer Science curriculum

README.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<p align="center">
66
Path to a free self-taught education in Computer Science!
77
</p>
8+
<p align="center">
9+
<a href="https://github.com/sindresorhus/awesome">
10+
<img alt="Awesome" src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg">
11+
</a>
12+
</p>
813

914
## Contents
1015

@@ -27,11 +32,11 @@ In our curriculum, we gave preference to MOOC (Massive Open Online Course) style
2732

2833
## Becoming an OSS student
2934

30-
To officially register for this course you must create a profile in our [students profile](https://github.com/open-source-society/computer-science-and-engineering/issues/145) issue.
35+
To officially register for this course you must create a profile in our [students profile](https://github.com/open-source-society/computer-science-and-engineering/issues/180) issue.
3136

3237
> **"How can I do this?"**
3338
34-
Comment in [this](https://github.com/open-source-society/computer-science-and-engineering/issues/145) issue (please, do **not** open a new one) using the following template:
39+
Comment in [this](https://github.com/open-source-society/computer-science-and-engineering/issues/180) issue (please, do **not** open a new one) using the following template:
3540

3641
```
3742
- **Name**: YOUR NAME
@@ -55,9 +60,9 @@ Course Name| [link]()
5560

5661
> **"Why should I do this?"**
5762
58-
By making a [public commitment](http://renewablewealth.com/articles/the-power-of-a-public-commitment/), we have a greater chance of **successfully** graduating, a way to get to know our peers better, and an opportunity to share the things that we have done.
63+
This is a way to get to know our peers better, and an opportunity to share the things that we have done.
5964

60-
That is why we are using this strategy.
65+
That is why we are using this strategy. You are free to bypass this if you're not that type.
6166

6267
## Motivation & Preparation
6368

@@ -136,7 +141,7 @@ Courses | Duration | Effort
136141

137142
Courses | Duration | Effort
138143
:-- | :--: | :--:
139-
[Mathematics for Computer Science](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/index.htm)| - | -
144+
[Mathematics for Computer Science](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/index.htm)| 12 weeks | 5 hours/week
140145

141146
### Algorithms
142147

@@ -209,7 +214,7 @@ Courses | Duration | Effort
209214
Courses | Duration | Effort
210215
:-- | :--: | :--:
211216
[Operating System Engineering](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-828-operating-system-engineering-fall-2012/)| - | -
212-
[Operating Systems and System Programming](https://www.youtube.com/watch?v=XgQo4JkN4Bw&list=PL3289DD0D0F0CD4A3)| 10 weeks | -
217+
[Operating Systems and System Programming](https://www.youtube.com/view_play_list?p=-XXv-cvA_iBDyz-ba4yDskqMDY6A1w_c)| 10 weeks | 2-3 hours/week
213218

214219
### Computer Networks
215220

@@ -284,7 +289,7 @@ Courses | Duration | Effort
284289

285290
Courses | Duration | Effort
286291
:-- | :--: | :--:
287-
[Machine Learning](https://www.coursera.org/learn/machine-learning)| 11 weeks | -
292+
[Machine Learning](https://www.coursera.org/learn/machine-learning)| 11 weeks | 4-6 hours/week
288293

289294
### Natural Language Processing
290295

@@ -326,7 +331,7 @@ Search such specializations in the following platforms:
326331

327332
This guide was developed to be consumed in a linear approach. What does this mean? That you should complete one course at a time.
328333

329-
The courses are **already** in the order that you should complete them. Just start in the **Introduction** section and after finishing the first course, start the next one.
334+
The courses are **already** in the order that you should complete them. Just start in the [Introduction to Computer Science](#introduction-to-computer-science) section and after finishing the first course, start the next one.
330335

331336
**If the course isn't open, do it anyway with the resources from the previous class.**
332337

@@ -397,7 +402,7 @@ You must share **only** files that you are **allowed** to! **Do NOT disrespect t
397402

398403
The **only things** that you need to know are how to use **Git** and **GitHub**. Here are some resources to learn about them:
399404

400-
**Note**: Just pick one of the courses below to learn the basics. You will learn a lot more once you get started!
405+
**Note**: Just pick one of the courses below to learn the basics. You will learn a lot more once you get started!
401406

402407
- [Try Git](https://try.github.io/levels/1/challenges/1)
403408
- [Git - the simple guide] (http://rogerdudler.github.io/git-guide/)
@@ -406,11 +411,9 @@ The **only things** that you need to know are how to use **Git** and **GitHub**.
406411
- [Git Immersion](http://gitimmersion.com/index.html)
407412
- [How to Use Git and GitHub](https://www.udacity.com/course/how-to-use-git-and-github--ud775)
408413

409-
410-
411414
## Change Log
412415

413-
**Curriculum Version**: `1.2.3`
416+
**Curriculum Version**: `1.3.6`
414417

415418
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.
416419

@@ -424,7 +427,7 @@ We also include modern topics, making this course one of the **best options** fo
424427

425428
You can [open an issue](https://help.github.com/articles/creating-an-issue/) and give us your suggestions as to how we can improve this guide, or what we can do to improve the learning experience.
426429

427-
You can also fork this project and fix any mistakes that you have found.
430+
You can also [fork this project](https://help.github.com/articles/fork-a-repo/) to fix any mistakes that you have found or add new things, and then make a [pull request](https://help.github.com/articles/using-pull-requests/).
428431

429432
Let's do it together! =)
430433

@@ -451,5 +454,8 @@ Add **Open Source Society University** to your [Facebook](https://www.facebook.c
451454
- [Google - Guide for Technical Development](https://www.google.com/about/careers/students/guide-to-technical-development.html)
452455
- [Coursera](https://www.coursera.org/)
453456
- [edX](https://www.edx.org)
457+
- [Udacity](https://www.udacity.com/)
458+
- [Future Learn](https://www.futurelearn.com/)
459+
- [Stanford University](https://lagunita.stanford.edu/)
454460
- [MIT Open Courseware](http://ocw.mit.edu/courses/#electrical-engineering-and-computer-science)
455461
- [Obtaining a Thorough CS Background Online](http://spin.atomicobject.com/2015/05/15/obtaining-thorough-cs-background-online/)

0 commit comments

Comments
 (0)