You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove mentions of outdated materials and add warning about them (ossu#1212)
* Remove mentions of outdated materials and add warning about them
* Remove the new warning blockquote syntax
Seems like github pages don't support the new warning blockquote syntax
* Update README.md with suggestion from @waciumawanjohi (1)
Co-authored-by: Lenox Waciuma Wanjohi <[email protected]>
* Update README.md with suggestion from @waciumawanjohi (2)
Co-authored-by: Lenox Waciuma Wanjohi <[email protected]>
* Update README.md with suggestion from @waciumawanjohi (3)
Co-authored-by: Lenox Waciuma Wanjohi <[email protected]>
---------
Co-authored-by: Lenox Waciuma Wanjohi <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+8-21Lines changed: 8 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ they belong in [extras/courses](extras/courses.md) or [extras/readings](extras/r
52
52
53
53
**Duration**. It is possible to finish within about 2 years if you plan carefully and devote roughly 20 hours/week to your studies. Learners can use [this spreadsheet
54
54
](https://docs.google.com/spreadsheets/d/1bkUU90y4rKYQHwY5AR2iX6iiPTrPEsYs75GkCAkrgm4/copy) to estimate their end date. Make a copy and input your start date and expected hours per week in the `Timeline` sheet. As you work through courses you can enter your actual course completion dates in the `Curriculum Data` sheet and get updated completion estimates.
55
+
56
+
> **Warning:** While the spreadsheet is a useful tool to estimate the time you need to complete this curriculum, it may not be up-to-date with the curriculum. Use the spreadsheet just to estimate the time you need. Use the [OSSU CS website](https://cs.ossu.dev) or [the repo](https://github.com/ossu/computer-science) to see what courses to do.
55
57
56
58
**Cost**. All or nearly all course material is available for free. However, some courses may charge money for assignments/tests/projects to be graded.
57
59
Note that both [Coursera](https://www.coursera.support/s/article/209819033-Apply-for-Financial-Aid-or-a-Scholarship?language=en_US) and [edX](https://courses.edx.org/financial-assistance/) offer financial aid.
@@ -77,7 +79,11 @@ just remember that you can't purchase success!
77
79
- You can also interact through GitHub issues. If there is a problem with a course, or a change needs to be made to the curriculum, this is the place to start the conversation. Read more [here](CONTRIBUTING.md).
78
80
- Subscribe to our [newsletter](https://tinyletter.com/OpenSourceSocietyUniversity).
79
81
- Add **Open Source Society University** to your [Linkedin](https://www.linkedin.com/school/11272443/) profile!
80
-
- Note: There is an unmaintained and deprecated firebase app that you might find when searching OSSU. You can safely ignore it. Read more in the [FAQ](./FAQ.md#why-is-the-firebase-ossu-app-different-or-broken).
82
+
83
+
> **Warning:** There are a few third-party/deprecated/outdated material that you might find when searching for OSSU. We recommend you to ignore them, and only use the [OSSU CS website](https://cs.ossu.dev) or [OSSU CS Github Repo](https://github.com/ossu/computer-science). Some known outdated materials are:
84
+
> - An unmaintained and deprecated firebase app. Read more in the [FAQ](./FAQ.md#why-is-the-firebase-ossu-app-different-or-broken).
85
+
> - An unmaintained and deprecated trello board
86
+
> - Third-party notion templates
81
87
82
88
# Curriculum
83
89
@@ -491,26 +497,7 @@ What is next for you? The possibilities are boundless and overlapping:
491
497
492
498
## How to show your progress
493
499
494
-
1. Create an account in [Trello](https://trello.com/).
495
-
1. Copy [this](https://trello.com/b/IScNSzsI/ossu-compsci) board to your personal account.
496
-
See how to copy a board [here](https://help.trello.com/article/802-copying-cards-lists-or-boards).
497
-
498
-
Now that you have a copy of our official board, you just need to pass the cards to the `Doing` column or `Done` column as you progress in your study.
499
-
500
-
We also have **labels** to help you have more control through the process.
501
-
The meaning of each of these labels is:
502
-
503
-
-`Main Curriculum`: cards with that label represent courses that are listed in our curriculum.
504
-
-`Extra Resources`: cards with that label represent courses that were added by the student.
505
-
-`Doing`: cards with that label represent courses the student is currently doing.
506
-
-`Done`: cards with that label represent courses finished by the student.
507
-
Those cards should also have the link for at least one project/article built with the knowledge acquired in such a course.
508
-
-`Section`: cards with that label represent the section that we have in our curriculum.
509
-
Those cards with the `Section` label are only to help the organization of the Done column.
510
-
You should put the *Course's cards* below its respective *Section's card*.
511
-
512
-
The intention of this board is to provide our students a way to track their progress, and also the ability to show their progress through a public page for friends, family, employers, etc.
513
-
You can change the status of your board to be *public* or *private*.
500
+
[Fork](https://www.freecodecamp.org/news/how-to-fork-a-github-repository/) the [GitHub repo](https://github.com/ossu/computer-science) into your own GitHub account and put ✅ next to the stuff you've completed as you complete it. This can serve as your [kanban board](https://en.wikipedia.org/wiki/Kanban_board) and will be faster to implement than any other solution (giving you time to spend on the courses).
0 commit comments