diff --git a/CHANGELOG.md b/CHANGELOG.md index 33855be..1a674d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -240,7 +240,7 @@ Due to Coursera's platform changes, we had the following updates: - **Cryptography**: - Applied Cryptography -**ps**: These removed courses are now in the [extras](https://github.com/open-source-society/computer-science/tree/master/extras) section. +**ps**: These removed courses are now in the [extras](https://github.com/ossu/computer-science/tree/master/extras) section. ## [1.3.12] 2016-03-17 ### Added diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 622b53e..11b7909 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,4 +9,4 @@ the subreddit is recommended as there people may be able to give you suggested a 3. If you have *specific* and *substantive* criticisms of the curriculum, i.e. problems related to the progression/content of courses it would be appropriate to [open an issue](https://help.github.com/articles/creating-an-issue/) and give us your suggestions. 4. If you have *non-substantive* updates to make to the curriculum, such as a course's URL having been moved, spelling/syntax errors, etc., please send a [pull request](https://help.github.com/articles/using-pull-requests/) to fix any mistakes that you have found. 5. If you want to customize the curriculum for yourself, do of course [fork this project](https://help.github.com/articles/fork-a-repo/). -6. If you want to suggest a new resource, send a pull request adding such resource to the [extras](https://github.com/open-source-society/computer-science/tree/master/extras) section. \ No newline at end of file +6. If you want to suggest a new resource, send a pull request adding such resource to the [extras](https://github.com/ossu/computer-science/tree/master/extras) section. diff --git a/LICENSE b/LICENSE index 2b7761f..485e9c5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Open Source Society +Copyright (c) 2017 Open Source Society University Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/PROJECTS.md b/PROJECTS.md index bf6ca15..189482b 100644 --- a/PROJECTS.md +++ b/PROJECTS.md @@ -1,7 +1,7 @@ # Projects > Here, we are providing a list curated by the community of exercises and projects to practice and reinforce the skills we try to master. -Projects created by OSSU's students for each course of our [**Computer Science**](https://github.com/open-source-society/computer-science) curriculum. +Projects created by OSSU's students for each course of our [**Computer Science**](https://github.com/ossu/computer-science) curriculum. For more project ideas, check the [Mega Project List](https://github.com/karan/Projects). diff --git a/README.md b/README.md index 4860a75..240c336 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Awesome - + Open Source Society University - Computer Science

@@ -430,10 +430,10 @@ In some cases, it may not be permitted; do **not** violate your course's Honor Code! Put the OSSU-CS badge in the README of your repository! -[![Open Source Society University - Computer Science](https://img.shields.io/badge/OSSU-computer--science-blue.svg)](https://github.com/open-source-society/computer-science) +[![Open Source Society University - Computer Science](https://img.shields.io/badge/OSSU-computer--science-blue.svg)](https://github.com/ossu/computer-science) -- Markdown: `[![Open Source Society University - Computer Science](https://img.shields.io/badge/OSSU-computer--science-blue.svg)](https://github.com/open-source-society/computer-science)` -- HTML: `Open Source Society University - Computer Science` +- Markdown: `[![Open Source Society University - Computer Science](https://img.shields.io/badge/OSSU-computer--science-blue.svg)](https://github.com/ossu/computer-science)` +- HTML: `Open Source Society University - Computer Science` ### Evaluation @@ -495,7 +495,7 @@ These aren't the only specializations you can choose. Check the following websit - Subscribe to [/r/opensourcesociety](https://www.reddit.com/r/opensourcesociety/)! - Join us in our [group](https://groups.google.com/forum/#!forum/open-source-society-university)! -- You can also interact through [GitHub issues](https://github.com/open-source-society/computer-science/issues). +- You can also interact through [GitHub issues](https://github.com/ossu/computer-science/issues). - 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) - Add **Open Source Society University** to your [Facebook](https://www.facebook.com/ossuniversity) profile! @@ -529,7 +529,7 @@ You can change the status of your board to be *public* or *private*. * **Curriculum Founder**: [Eric Douglas](https://github.com/ericdouglas) * **Curriculum Maintainer**: [Eric Douglas](https://github.com/ericdouglas) and [hanjiexi](https://github.com/hanjiexi) -* **Contributors**: [contributors](https://github.com/open-source-society/computer-science/graphs/contributors) +* **Contributors**: [contributors](https://github.com/ossu/computer-science/graphs/contributors) # References diff --git a/REQUIREMENTS.md b/REQUIREMENTS.md index 7e03e9a..9805ede 100644 --- a/REQUIREMENTS.md +++ b/REQUIREMENTS.md @@ -1,4 +1,4 @@ -# OSSU Academic Requirements +# OSSU-CS Academic Requirements This document contains the subjects (e.g. programming), topics (e.g. imperative programming), and projects the student must master to pass through this curriculum. The subject requirements are based on topics, rather than specific courses, because sometimes a certain course isn't available at the right time or doesn't fit the student's learning style. @@ -71,4 +71,4 @@ For Core CS, students have two options: For the Advanced CS Project (also known as the Final Project), students again have two options: - They can take one of the Specializations under [Advanced applications](#advanced-applications), all of which include Capstone Projects. Students *must* share their project code unless the course's honor code forbids it. -- They can create their own Final Project, and must share the project code to be evaluated by the community. \ No newline at end of file +- They can create their own Final Project, and must share the project code to be evaluated by the community.