From cc21da64cd89109457f64ade094a008685d59424 Mon Sep 17 00:00:00 2001 From: Victoria Zhong Date: Sun, 11 Oct 2015 00:51:23 -0400 Subject: [PATCH 01/10] Fixing typos As MOOC is a "Massive Open Online Course" MOOC course is redundant Elaborated on "real problem" Fixed a few small grammatical and wording errors --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2f514e8..cdbb4a5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ 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. -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. +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. ## Becoming an OSS student @@ -67,7 +67,7 @@ The first one is a motivational video that shows a guy that went through the "MI - [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. +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. - [Learning How to Learn](https://www.coursera.org/learn/learning-how-to-learn) @@ -350,9 +350,9 @@ In order to show for everyone that you **successfully** finished a course, you s > "What does it mean?" -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. +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. -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. +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. **You can create this project alone or with other students!** @@ -364,7 +364,7 @@ And you should also... This is a **crucial** part of your journey through all those courses. -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**! +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**! In order to show that you **really** learned those things, you need to be **creative**! From fe03015cfc333fe52838db869e75d13da6520de6 Mon Sep 17 00:00:00 2001 From: Victoria Zhong Date: Sun, 11 Oct 2015 04:28:59 -0400 Subject: [PATCH 02/10] bumped up curriculum version to 1.1.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdbb4a5..9dcee8b 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ The **only things** that you need to know are how to use **Git** and **GitHub**. ## Change Log -**Curriculum Version**: `1.1.0` +**Curriculum Version**: `1.1.1` 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. From a2c069b8dc18acff52e657cf84aefe83a7655623 Mon Sep 17 00:00:00 2001 From: Victoria Zhong Date: Sun, 11 Oct 2015 04:43:55 -0400 Subject: [PATCH 03/10] Added fix in changelog 1.1.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 002874d..32ea404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +##[1.1.1] 2015-10-11 +### Fixed +- Fix typos + - As MOOC is a "Massive Open Online Course" MOOC course is redundant + - Elaborated on "real problem" + - Fixed a few small grammatical and wording errors + ## [1.1.0] 2015-10-08 ### Added - Motivation & Preparation section (optional resources) From 0827bf83464eeaca47f0ab1388304abfd9fdb323 Mon Sep 17 00:00:00 2001 From: Cleberson Ramirio Date: Sun, 11 Oct 2015 13:46:14 -0300 Subject: [PATCH 04/10] Add Git - the simple guide to the prerequisite section git - the simple guide is a good resource because provide a lot of information of the git workflow in a few minutes and it's available in 16 languages, good for someone that maybe have some difficult with English. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9dcee8b..b49e404 100644 --- a/README.md +++ b/README.md @@ -398,6 +398,7 @@ You must share **only** files that you are **allowed** to! **Do NOT disrespect t The **only things** that you need to know are how to use **Git** and **GitHub**. Here are some resources to learn about them: - [Try Git](https://try.github.io/levels/1/challenges/1) +- [Git - the simple guide] (http://rogerdudler.github.io/git-guide/) - [GitHub Training & Guides](https://www.youtube.com/playlist?list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-) - [GitHub Hello World](https://guides.github.com/activities/hello-world/) - [Git Immersion](http://gitimmersion.com/index.html) From 62a63dd26e57873636d8f975747b3d9336f0e755 Mon Sep 17 00:00:00 2001 From: Cleberson Ramirio Date: Sun, 11 Oct 2015 16:02:59 -0300 Subject: [PATCH 05/10] Bumped up curriculum version to 1.2.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b49e404..9931fed 100644 --- a/README.md +++ b/README.md @@ -408,7 +408,7 @@ The **only things** that you need to know are how to use **Git** and **GitHub**. ## Change Log -**Curriculum Version**: `1.1.1` +**Curriculum Version**: `1.2.1` 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. From e76f224cc10c80177280eef586cc8b92635b16ee Mon Sep 17 00:00:00 2001 From: Cleberson Ramirio Date: Sun, 11 Oct 2015 16:03:24 -0300 Subject: [PATCH 06/10] Added modifications of the 1.2.1 version --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ea404..3725ec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.2.1] 2015-10-11 +### Added +- Article Git - the simple guide to the prerequisite section. + ##[1.1.1] 2015-10-11 ### Fixed - Fix typos From e398f1dc78d1248a87f784af8e18165504785011 Mon Sep 17 00:00:00 2001 From: Eric Douglas Date: Mon, 12 Oct 2015 05:22:34 -0300 Subject: [PATCH 07/10] Fix link to enrollment --- CHANGELOG.md | 4 ++++ README.md | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3725ec8..cfe7208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.2.2] 2015-10-12 +### Fixed +- New link to issue intended for students' enrollment + ## [1.2.1] 2015-10-11 ### Added - Article Git - the simple guide to the prerequisite section. diff --git a/README.md b/README.md index 9931fed..8fa9fac 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ In our curriculum, we gave preference to MOOC (Massive Open Online Course) style ## Becoming an OSS student -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. +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. > **"How can I do this?"** -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: +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: ``` - **Name**: YOUR NAME @@ -408,7 +408,7 @@ The **only things** that you need to know are how to use **Git** and **GitHub**. ## Change Log -**Curriculum Version**: `1.2.1` +**Curriculum Version**: `1.2.2` 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. From a39321c37ca4820ed0b9663b22a57d4039a88d04 Mon Sep 17 00:00:00 2001 From: Karan Raj Baruah Date: Mon, 12 Oct 2015 23:51:21 +0530 Subject: [PATCH 08/10] updated the pre-requisite para for more clarity Added the part of picking one of the courses below before all the courses are listed on line #400. Removed the "PS" part below line #407 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fa9fac..f2d1e0a 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,8 @@ You must share **only** files that you are **allowed** to! **Do NOT disrespect t The **only things** that you need to know are how to use **Git** and **GitHub**. Here are some resources to learn about them: +**Note**: Just pick one of the courses below to learn the basics. You will learn a lot more once you get started! + - [Try Git](https://try.github.io/levels/1/challenges/1) - [Git - the simple guide] (http://rogerdudler.github.io/git-guide/) - [GitHub Training & Guides](https://www.youtube.com/playlist?list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-) @@ -404,7 +406,7 @@ The **only things** that you need to know are how to use **Git** and **GitHub**. - [Git Immersion](http://gitimmersion.com/index.html) - [How to Use Git and GitHub](https://www.udacity.com/course/how-to-use-git-and-github--ud775) -**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! + ## Change Log From 168f951ee2a6e05da64cc090aa9275a7b025dfdb Mon Sep 17 00:00:00 2001 From: Karan Raj Baruah Date: Tue, 13 Oct 2015 15:36:44 +0530 Subject: [PATCH 09/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2d1e0a..9c84635 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,7 @@ The **only things** that you need to know are how to use **Git** and **GitHub**. ## Change Log -**Curriculum Version**: `1.2.2` +**Curriculum Version**: `1.2.3` 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. From 0895d773a8bdb37f2a0239566fa6a3f3c3d1719b Mon Sep 17 00:00:00 2001 From: Karan Raj Baruah Date: Tue, 13 Oct 2015 15:38:28 +0530 Subject: [PATCH 10/10] updated changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe7208..7940217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.2.3] 2015-10-12 +### Changed +- Updated the prerequisite section for more clarity + ## [1.2.2] 2015-10-12 ### Fixed