Skip to content

Commit 55b0575

Browse files
committed
Merge remote-tracking branch 'refs/remotes/open-source-society/master'
2 parents 9f9e222 + 496fddd commit 55b0575

File tree

2 files changed

+31
-9
lines changed

2 files changed

+31
-9
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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+
## [1.2.3] 2015-10-12
6+
### Changed
7+
- Updated the prerequisite section for more clarity
8+
9+
10+
## [1.2.2] 2015-10-12
11+
### Fixed
12+
- New link to issue intended for students' enrollment
13+
14+
## [1.2.1] 2015-10-11
15+
### Added
16+
- Article Git - the simple guide to the prerequisite section.
17+
18+
##[1.1.1] 2015-10-11
19+
### Fixed
20+
- Fix typos
21+
- As MOOC is a "Massive Open Online Course" MOOC course is redundant
22+
- Elaborated on "real problem"
23+
- Fixed a few small grammatical and wording errors
524

625
## [1.1.0] 2015-10-08
726
### Added

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323

2424
This is a **solid path** for those of you who want to complete a **Computer Science** course on your own time, **for free**, with courses from the **best universities** in the World.
2525

26-
In our curriculum, we gave preference to MOOC (Massive Open Online Course) type of courses because those courses were created with our style of learning in mind.
26+
In our curriculum, we gave preference to MOOC (Massive Open Online Course) style courses because those courses were created with our style of learning in mind.
2727

2828
## Becoming an OSS student
2929

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/109) issue.
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.
3131

3232
> **"How can I do this?"**
3333
34-
Comment in [this](https://github.com/open-source-society/computer-science-and-engineering/issues/109) issue (please, do **not** open a new one) using the following template:
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:
3535

3636
```
3737
- **Name**: YOUR NAME
@@ -67,7 +67,7 @@ The first one is a motivational video that shows a guy that went through the "MI
6767

6868
- [MIT Challenge](http://www.scotthyoung.com/blog/myprojects/mit-challenge-2/)
6969

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.
70+
The second link is a MOOC that will teach you learning techniques used by experts in art, music, literature, math, science, sports, and many other disciplines. These are **fundamental abilities** to succeed in our journey.
7171

7272
- [Learning How to Learn](https://www.coursera.org/learn/learning-how-to-learn)
7373

@@ -350,9 +350,9 @@ In order to show for everyone that you **successfully** finished a course, you s
350350

351351
> "What does it mean?"
352352
353-
After finish a course, you should think about a **real problem** that you can solve using the acquired knowledge in the course. You don't need to create a big project, but you must create something to **validate** and **consolidate** your knowledge, and also to show to the world that you are capable to create something useful with the concepts that you learned.
353+
After finish a course, you should think about a **real world problem** that you can solve using the acquired knowledge in the course. You don't need to create a big project, but you must create something to **validate** and **consolidate** your knowledge, and also to show to the world that you are capable to create something useful with the concepts that you learned.
354354

355-
The projects of all students will be listed in [this](projects.md) file. Submit your project's informations in that file after you conclude it.
355+
The projects of all students will be listed in [this](projects.md) file. Submit your project's information in that file after you conclude it.
356356

357357
**You can create this project alone or with other students!**
358358

@@ -364,7 +364,7 @@ And you should also...
364364

365365
This is a **crucial** part of your journey through all those courses.
366366

367-
You **need** to have in mind that what you are able to **create** with the concepts that you learned will be your certificate. **And this is what really matters**!
367+
You **need** to have in mind that what you are able to **create** with the concepts that you learned will be your certificate **and this is what really matters**!
368368

369369
In order to show that you **really** learned those things, you need to be **creative**!
370370

@@ -397,17 +397,20 @@ You must share **only** files that you are **allowed** to! **Do NOT disrespect t
397397

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

400+
**Note**: Just pick one of the courses below to learn the basics. You will learn a lot more once you get started!
401+
400402
- [Try Git](https://try.github.io/levels/1/challenges/1)
403+
- [Git - the simple guide] (http://rogerdudler.github.io/git-guide/)
401404
- [GitHub Training & Guides](https://www.youtube.com/playlist?list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-)
402405
- [GitHub Hello World](https://guides.github.com/activities/hello-world/)
403406
- [Git Immersion](http://gitimmersion.com/index.html)
404407
- [How to Use Git and GitHub](https://www.udacity.com/course/how-to-use-git-and-github--ud775)
405408

406-
**ps**: You don't need to do all of the courses. Just pick one and learn the basics because you will learn more on the go!
409+
407410

408411
## Change Log
409412

410-
**Curriculum Version**: `1.1.0`
413+
**Curriculum Version**: `1.2.3`
411414

412415
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.
413416

0 commit comments

Comments
 (0)