Skip to content

Commit ab24ef5

Browse files
committed
Merge pull request #1 from open-source-society/master
Updated as of 15th Jan
2 parents ab9b6f7 + fe31eaf commit ab24ef5

File tree

6 files changed

+316
-318
lines changed

6 files changed

+316
-318
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.9] 2015-11-09
7+
### Fixed
8+
- Link for the correct Natural Language Processing course
9+
10+
## [1.3.8] 2015-11-07
11+
### Added
12+
- Add "Project Suggestions" section with more references
13+
14+
## [1.3.7] 2015-11-01
15+
### Removed
16+
- Removed project.md file, moved to **help** repo
617

718
## [1.3.6] 2015-10-22
819
### Added

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
![open source society university](http://i.imgur.com/h8xjrrj.png)
2+
![Open Source Society University (OSSU)](http://i.imgur.com/h8xjrrj.png)
33

44
<h3 align="center">Open Source Society University</h3>
55
<p align="center">
@@ -32,11 +32,11 @@ In our curriculum, we gave preference to MOOC (Massive Open Online Course) style
3232

3333
## Becoming an OSS student
3434

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.
35+
To officially register for this course you must create a profile in our [students profile](https://github.com/open-source-society/computer-science/issues/206) issue.
3636

3737
> **"How can I do this?"**
3838
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:
39+
Comment in [this](https://github.com/open-source-society/computer-science/issues/206) issue (please, do **not** open a new one) using the following template:
4040

4141
```
4242
- **Name**: YOUR NAME
@@ -295,7 +295,7 @@ Courses | Duration | Effort
295295

296296
Courses | Duration | Effort
297297
:-- | :--: | :--:
298-
[Natural Language Processing](https://www.coursera.org/course/nlp)| 10 weeks | 8-10 hours/week
298+
[Natural Language Processing](https://www.coursera.org/course/nlangp)| 10 weeks | 8-10 hours/week
299299

300300
### Big Data
301301

@@ -357,11 +357,16 @@ In order to show for everyone that you **successfully** finished a course, you s
357357
358358
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.
359359

360-
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.
360+
The projects of all students will be listed in [this](https://github.com/open-source-society/help/blob/master/PROJECTS.md) file. Submit your project's information in that file after you conclude it.
361361

362362
**You can create this project alone or with other students!**
363363

364-
> Some project suggestions [here](https://github.com/karan/Projects) and [here](https://github.com/ericdouglas/app-specs).
364+
#### Project Suggestions
365+
366+
- [Projects](https://github.com/karan/Projects): A list of practical projects that anyone can solve in any programming language.
367+
- [app-specs](https://github.com/ericdouglas/app-specs): A curated list of applications specifications and implementations to practice new technologies, improve your portfolio and sharpen your skills.
368+
- [FreeCodeCamp](http://www.freecodecamp.com/): Course that teaches you fullstack JavaScript development through a bunch of projects.
369+
- [JavaScript Projects](https://github.com/javascript-society/javascript-projects): List of projects related with the [JavaScript Path](https://github.com/javascript-society/javascript-path).
365370

366371
And you should also...
367372

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

414419
## Change Log
415420

416-
**Curriculum Version**: `1.3.6`
421+
**Curriculum Version**: `1.3.9`
417422

418423
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.
419424

@@ -437,9 +442,9 @@ Subscribe to [/r/opensourcesociety](https://www.reddit.com/r/opensourcesociety/)
437442

438443
Join us in our [group](https://groups.google.com/forum/#!forum/open-source-society-university)!
439444

440-
You can also interact through [GitHub issues](https://github.com/open-source-society/computer-science-and-engineering/issues).
445+
You can also interact through [GitHub issues](https://github.com/open-source-society/computer-science/issues).
441446

442-
We also have a chat room! [![Join the chat at https://gitter.im/open-source-society/computer-science-and-engineering](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/open-source-society/computer-science-and-engineering?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
447+
We also have a chat room! [![Join the chat at https://gitter.im/open-source-society/computer-science](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/open-source-society/computer-science?utm_campaign=pr-badge&utm_content=badge&utm_medium=badge&utm_source=badge)
443448

444449
Add **Open Source Society University** to your [Facebook](https://www.facebook.com/ossuniversity) profile!
445450

extras/articles.md

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
# Computer Science - Extra Resources
2+
3+
## Articles
4+
5+
- [Introduction to Computer Science](#introduction-to-computer-science)
6+
- [Math (Mathematical Thinking)](#math-mathematical-thinking)
7+
- [Program Design](#program-design)
8+
- [Math (Discrete Math)](#math-discrete-math)
9+
- [Algorithms](#algorithms)
10+
- [Programming Paradigms](#programming-paradigms)
11+
- [Software Testing](#software-testing)
12+
- [Math (Calculus)](#math-calculus)
13+
- [Software Architecture](#software-architecture)
14+
- [Theory](#theory)
15+
- [Software Engineering](#software-engineering)
16+
- [Math (Probability)](#math-probability)
17+
- [Computer Architecture](#computer-architecture)
18+
- [Operating Systems](#operating-systems)
19+
- [Computer Networks](#computer-networks)
20+
- [Databases](#databases)
21+
- [Cloud Computing](#cloud-computing)
22+
- [Math (Linear Algebra)](#math-linear-algebra)
23+
- [Cryptography](#cryptography)
24+
- [Security](#security)
25+
- [Compilers](#compilers)
26+
- [Parallel Computing](#parallel-computing)
27+
- [UX Design](#ux-design)
28+
- [Computer Graphics](#computer-graphics)
29+
- [Artificial Intelligence](#artificial-intelligence)
30+
- [Machine Learning](#machine-learning)
31+
- [Natural Language Processing](#natural-language-processing)
32+
- [Big Data](#big-data)
33+
- [Data Mining](#data-mining)
34+
- [Internet of Things](#internet-of-things)
35+
- [Specializations](#specializations)
36+
37+
---
38+
39+
### Introduction to Computer Science
40+
41+
### Math (Mathematical Thinking)
42+
43+
### Program Design
44+
45+
### Math (Discrete Math)
46+
47+
### Algorithms
48+
49+
### Programming Paradigms
50+
51+
### Software Testing
52+
53+
### Math (Calculus)
54+
55+
### Software Architecture
56+
57+
### Theory
58+
59+
### Software Engineering
60+
61+
### Math (Probability)
62+
63+
### Computer Architecture
64+
65+
### Operating Systems
66+
67+
### Computer Networks
68+
69+
### Databases
70+
71+
### Cloud Computing
72+
73+
### Math (Linear Algebra)
74+
75+
### Cryptography
76+
77+
### Security
78+
79+
### Compilers
80+
81+
### Parallel Computing
82+
83+
### UX Design
84+
85+
### Computer Graphics
86+
87+
### Artificial Intelligence
88+
89+
### Machine Learning
90+
91+
### Natural Language Processing
92+
93+
### Big Data
94+
95+
### Data Mining
96+
97+
### Internet of Things

extras/books.md

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
# Computer Science - Extra Resources
2+
3+
## Books
4+
5+
- [Introduction to Computer Science](#introduction-to-computer-science)
6+
- [Math (Mathematical Thinking)](#math-mathematical-thinking)
7+
- [Program Design](#program-design)
8+
- [Math (Discrete Math)](#math-discrete-math)
9+
- [Algorithms](#algorithms)
10+
- [Programming Paradigms](#programming-paradigms)
11+
- [Software Testing](#software-testing)
12+
- [Math (Calculus)](#math-calculus)
13+
- [Software Architecture](#software-architecture)
14+
- [Theory](#theory)
15+
- [Software Engineering](#software-engineering)
16+
- [Math (Probability)](#math-probability)
17+
- [Computer Architecture](#computer-architecture)
18+
- [Operating Systems](#operating-systems)
19+
- [Computer Networks](#computer-networks)
20+
- [Databases](#databases)
21+
- [Cloud Computing](#cloud-computing)
22+
- [Math (Linear Algebra)](#math-linear-algebra)
23+
- [Cryptography](#cryptography)
24+
- [Security](#security)
25+
- [Compilers](#compilers)
26+
- [Parallel Computing](#parallel-computing)
27+
- [UX Design](#ux-design)
28+
- [Computer Graphics](#computer-graphics)
29+
- [Artificial Intelligence](#artificial-intelligence)
30+
- [Machine Learning](#machine-learning)
31+
- [Natural Language Processing](#natural-language-processing)
32+
- [Big Data](#big-data)
33+
- [Data Mining](#data-mining)
34+
- [Internet of Things](#internet-of-things)
35+
- [Specializations](#specializations)
36+
37+
---
38+
39+
### Introduction to Computer Science
40+
41+
### Math (Mathematical Thinking)
42+
43+
### Program Design
44+
45+
### Math (Discrete Math)
46+
47+
### Algorithms
48+
49+
### Programming Paradigms
50+
51+
### Software Testing
52+
53+
### Math (Calculus)
54+
55+
### Software Architecture
56+
57+
### Theory
58+
59+
### Software Engineering
60+
61+
### Math (Probability)
62+
63+
### Computer Architecture
64+
65+
### Operating Systems
66+
67+
### Computer Networks
68+
69+
### Databases
70+
71+
### Cloud Computing
72+
73+
### Math (Linear Algebra)
74+
75+
### Cryptography
76+
77+
### Security
78+
79+
### Compilers
80+
81+
### Parallel Computing
82+
83+
### UX Design
84+
85+
### Computer Graphics
86+
87+
### Artificial Intelligence
88+
89+
### Machine Learning
90+
91+
### Natural Language Processing
92+
93+
### Big Data
94+
95+
### Data Mining
96+
97+
### Internet of Things

extras/courses.md

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
# Computer Science - Extra Resources
2+
3+
## Courses
4+
5+
- [Introduction to Computer Science](#introduction-to-computer-science)
6+
- [Math (Mathematical Thinking)](#math-mathematical-thinking)
7+
- [Program Design](#program-design)
8+
- [Math (Discrete Math)](#math-discrete-math)
9+
- [Algorithms](#algorithms)
10+
- [Programming Paradigms](#programming-paradigms)
11+
- [Software Testing](#software-testing)
12+
- [Math (Calculus)](#math-calculus)
13+
- [Software Architecture](#software-architecture)
14+
- [Theory](#theory)
15+
- [Software Engineering](#software-engineering)
16+
- [Math (Probability)](#math-probability)
17+
- [Computer Architecture](#computer-architecture)
18+
- [Operating Systems](#operating-systems)
19+
- [Computer Networks](#computer-networks)
20+
- [Databases](#databases)
21+
- [Cloud Computing](#cloud-computing)
22+
- [Math (Linear Algebra)](#math-linear-algebra)
23+
- [Cryptography](#cryptography)
24+
- [Security](#security)
25+
- [Compilers](#compilers)
26+
- [Parallel Computing](#parallel-computing)
27+
- [UX Design](#ux-design)
28+
- [Computer Graphics](#computer-graphics)
29+
- [Artificial Intelligence](#artificial-intelligence)
30+
- [Machine Learning](#machine-learning)
31+
- [Natural Language Processing](#natural-language-processing)
32+
- [Big Data](#big-data)
33+
- [Data Mining](#data-mining)
34+
- [Internet of Things](#internet-of-things)
35+
- [Specializations](#specializations)
36+
37+
---
38+
39+
### Introduction to Computer Science
40+
41+
### Math (Mathematical Thinking)
42+
43+
### Program Design
44+
45+
### Math (Discrete Math)
46+
47+
### Algorithms
48+
49+
### Programming Paradigms
50+
51+
### Software Testing
52+
53+
### Math (Calculus)
54+
55+
### Software Architecture
56+
57+
### Theory
58+
59+
### Software Engineering
60+
61+
### Math (Probability)
62+
63+
### Computer Architecture
64+
65+
### Operating Systems
66+
67+
### Computer Networks
68+
69+
### Databases
70+
71+
### Cloud Computing
72+
73+
### Math (Linear Algebra)
74+
75+
### Cryptography
76+
77+
### Security
78+
79+
### Compilers
80+
81+
### Parallel Computing
82+
83+
### UX Design
84+
85+
### Computer Graphics
86+
87+
### Artificial Intelligence
88+
89+
### Machine Learning
90+
91+
### Natural Language Processing
92+
93+
### Big Data
94+
95+
### Data Mining
96+
97+
### Internet of Things

0 commit comments

Comments
 (0)