Skip to content

Commit

Permalink
Modules: Rename level 4 directories to include module code
Browse files Browse the repository at this point in the history
  • Loading branch information
sglavoie committed Feb 11, 2021
1 parent 819146f commit c505374
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 37 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ report it.</strong></p>
<li><a href="https://stackoverflow.com/help/how-to-ask">How to ask questions</a> - Stack Overflow</li>
<li><a href="https://stackoverflow.com/help/minimal-reproducible-example">How to create a minimal, reproducible example</a> - Stack Overflow</li>
<li><a href="https://codeblog.jonskeet.uk/2010/08/29/writing-the-perfect-question/">Writing the perfect question</a> - Jon Skeet&#39;s coding blog</li>
<li><a href="https://www.coursera.org/learn/uol-introduction-to-programming-1/lecture/uTcr6/code-philosophy-asking-for-help">Code philosophy, asking for help</a> - From <a href="modules/level_4/introduction_to_programming_i">Introduction to Programming I</a> module - :lock: <em>you need to be enrolled in this degree to view this lecture</em>.</li>
<li><a href="https://www.coursera.org/learn/uol-introduction-to-programming-1/lecture/uTcr6/code-philosophy-asking-for-help">Code philosophy, asking for help</a> - From <a href="modules/level_4/cm_1005_introduction_to_programming_i">Introduction to Programming I</a> module - :lock: <em>you need to be enrolled in this degree to view this lecture</em>.</li>
</ul>
</li>
<li>Debugging code<ul>
Expand Down Expand Up @@ -148,56 +148,56 @@ report it.</strong></p>
</thead>
<tbody>
<tr>
<td><a href="modules/level_4/algorithms_and_data_structures_i">Algorithms and Data Structures I</a></td>
<td><a href="modules/level_4/cm_1035_algorithms_and_data_structures_i">Algorithms and Data Structures I</a></td>
<td><strong>ADS1</strong></td>
<td><strong>CM1035</strong></td>
<td><strong>Yes</strong></td>
<td><code>#cm1035-algos-data-i</code></td>
</tr>
<tr>
<td><a href="modules/level_4/computational_mathematics">Computational Mathematics</a> *</td>
<td><a href="modules/level_4/cm_1015_computational_mathematics">Computational Mathematics</a> *</td>
<td><strong>CM</strong></td>
<td><strong>CM1015</strong></td>
<td><strong>Yes</strong></td>
<td><code>#cm1015-computational-math</code></td>
</tr>
<tr>
<td><a href="modules/level_4/discrete_mathematics">Discrete Mathematics</a></td>
<td><a href="modules/level_4/cm_1020_discrete_mathematics">Discrete Mathematics</a></td>
<td><strong>DM</strong></td>
<td><strong>CM1020</strong></td>
<td><strong>Yes</strong></td>
<td><code>#cm1020-discrete-math</code></td>
</tr>
<tr>
<td><a href="modules/level_4/fundamentals_of_computer_science">Fundamentals of Computer Science</a></td>
<td><a href="modules/level_4/cm_1025_fundamentals_of_computer_science">Fundamentals of Computer Science</a></td>
<td><strong>FCS</strong></td>
<td><strong>CM1025</strong></td>
<td><strong>Yes</strong></td>
<td><code>#cm1025-fundamental-cs</code></td>
</tr>
<tr>
<td><a href="modules/level_4/how_computers_work">How Computers Work</a></td>
<td><a href="modules/level_4/cm_1030_how_computers_work">How Computers Work</a></td>
<td><strong>HCW</strong></td>
<td><strong>CM1030</strong></td>
<td><strong>Yes</strong></td>
<td><code>#cm1030-hcw</code> / <code>#rpl-google-it</code></td>
</tr>
<tr>
<td><a href="modules/level_4/introduction_to_programming_i">Introduction to Programming I</a></td>
<td><a href="modules/level_4/cm_1005_introduction_to_programming_i">Introduction to Programming I</a></td>
<td><strong>ITP1</strong></td>
<td><strong>CM1005</strong></td>
<td>No</td>
<td><code>#cm1005-intro-prog-i</code></td>
</tr>
<tr>
<td><a href="modules/level_4/introduction_to_programming_ii">Introduction to Programming II</a></td>
<td><a href="modules/level_4/cm_1010_introduction_to_programming_ii">Introduction to Programming II</a></td>
<td><strong>ITP2</strong></td>
<td><strong>CM1010</strong></td>
<td>No</td>
<td><code>#cm1010-intro-prog-ii</code></td>
</tr>
<tr>
<td><a href="modules/level_4/web_development">Web Development</a></td>
<td><a href="modules/level_4/cm_1040_web_development">Web Development</a></td>
<td><strong>WD</strong></td>
<td><strong>CM1040</strong></td>
<td>No</td>
Expand Down
12 changes: 6 additions & 6 deletions kinks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

# Kinks found in Level 4 modules

- [Algorithms and Data Structures I](../kinks/level_4/algorithms_and_data_structures_i/README.md)
- [Discrete Mathematics](../kinks/level_4/discrete_mathematics/README.md)
- [How Computers Work](../kinks/level_4/how_computers_work/README.md)
- [Introduction to Programming I](../kinks/level_4/introduction_to_programming_i/README.md)
- [Introduction to Programming II](../kinks/level_4/introduction_to_programming_ii/README.md)
- [Web Development](../kinks/level_4/web_development/README.md)
- [Algorithms and Data Structures I](../kinks/level_4/cm_1035_algorithms_and_data_structures_i/README.md)
- [Discrete Mathematics](../kinks/level_4/cm_1020_discrete_mathematics/README.md)
- [How Computers Work](../kinks/level_4/cm_1030_how_computers_work/README.md)
- [Introduction to Programming I](../kinks/level_4/cm_1005_introduction_to_programming_i/README.md)
- [Introduction to Programming II](../kinks/level_4/cm_1010_introduction_to_programming_ii/README.md)
- [Web Development](../kinks/level_4/cm_1040_web_development/README.md)

As a great complimentary resource, don't forget to check out the `#bugs` channel on Slack.

Expand Down
2 changes: 1 addition & 1 deletion kinks/level_4/algorithms_and_data_structures_i/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Algorithms and Data Structures I - Reported problems

This page is about the [Algorithms and Data Structures I module](../../../modules/level_4/algorithms_and_data_structures_i/).
This page is about the [Algorithms and Data Structures I module](../../../modules/level_4/cm_1035_algorithms_and_data_structures_i/).

## Week 6

Expand Down
2 changes: 1 addition & 1 deletion kinks/level_4/discrete_mathematics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Discrete Mathematics - Reported problems

This page is about the [Discrete Mathematics module](../../../modules/level_4/discrete_mathematics/).
This page is about the [Discrete Mathematics module](../../../modules/level_4/cm_1020_discrete_mathematics/).

## Week 10

Expand Down
2 changes: 1 addition & 1 deletion kinks/level_4/how_computers_work/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# How computers work - Reported problems

This page is about the [How Computers Work module](../../../modules/level_4/how_computers_work/).
This page is about the [How Computers Work module](../../../modules/level_4/cm_1030_how_computers_work/).

## Week 2

Expand Down
2 changes: 1 addition & 1 deletion kinks/level_4/introduction_to_programming_i/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

# ITP1 - Reported problems, tips and additional instructions

This page is about the [Introduction to programming I module](../../../modules/level_4/introduction_to_programming_i/).
This page is about the [Introduction to programming I module](../../../modules/level_4/cm_1005_introduction_to_programming_i/).

## Sleuth

Expand Down
2 changes: 1 addition & 1 deletion kinks/level_4/introduction_to_programming_ii/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Introduction to programming II - Reported problems

This page is about the [Introduction to programming II module](../../../modules/level_4/introduction_to_programming_ii/).
This page is about the [Introduction to programming II module](../../../modules/level_4/cm_1010_introduction_to_programming_ii/).

## Case studies

Expand Down
2 changes: 1 addition & 1 deletion kinks/level_4/web_development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# Web Development - Reported problems

This page is about the [Web Development module](../../../modules/level_4/web_development/).
This page is about the [Web Development module](../../../modules/level_4/cm_1040_web_development/).

## Week 6

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ _"Specific readings for each topic are listed with direct links to free online r

## Kinks to be aware of

- [List of reported errors and bugs with the module](../../../kinks/level_4/introduction_to_programming_i/).
- [List of reported errors and bugs with the module](../../../kinks/level_4/cm_1005_introduction_to_programming_i/).

## :heart: Notes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ _"There is no required textbook for this course. Listed below are some books to

## Kinks to be aware of

- [List of reported errors and bugs with the module](../../../kinks/level_4/introduction_to_programming_ii/).
- [List of reported errors and bugs with the module](../../../kinks/level_4/cm_1010_introduction_to_programming_ii/).

## :heart: Notes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ _This course does not require you to read the whole book, you will be given spec

## Kinks to be aware of

- [List of reported errors and bugs with the module](../../../kinks/level_4/discrete_mathematics/).
- [List of reported errors and bugs with the module](../../../kinks/level_4/cm_1020_discrete_mathematics/).

## Mathematical symbols

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ _You will also be asked to do some independent research from online sources or u

## Kinks to be aware of

- [List of reported errors and bugs with the module](../../../kinks/level_4/how_computers_work/).
- [List of reported errors and bugs with the module](../../../kinks/level_4/cm_1030_how_computers_work/).

## :heart: Notes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ _There will also be discussion prompts asking you to do some independent researc

## Kinks to be aware of

- [List of reported errors and bugs with the module](../../../kinks/level_4/algorithms_and_data_structures_i/).
- [List of reported errors and bugs with the module](../../../kinks/level_4/cm_1035_algorithms_and_data_structures_i/).

## :heart: Notes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ _Specific readings for each topic are listed with direct links to free online re

## Kinks to be aware of

- [List of reported errors and bugs with the module](../../../kinks/level_4/web_development/).
- [List of reported errors and bugs with the module](../../../kinks/level_4/cm_1040_web_development/).

## On REPL (See sections on Web development)

Expand Down
16 changes: 8 additions & 8 deletions slack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ All channels starting with `#asg` for **Accountable Study Groups**.

| Channel | Module name |
| ---------------------------- | ------------------------------------------------------------------------------------------------- |
| `#cm1005-intro-prog-i` | [Introduction to programming I](../modules/level_4/introduction_to_programming_i/README.md) |
| `#cm1010-intro-prog-ii` | [Introduction to programming II](../modules/level_4/introduction_to_programming_ii/README.md) |
| `#cm1015-computational-math` | [Computational mathematics](../modules/level_4/computational_mathematics/README.md) |
| `#cm1020-discrete-math` | [Discrete mathematics](../modules/level_4/discrete_mathematics/README.md) |
| `#cm1025-fundamental-cs` | [Fundamentals of computer science](../modules/level_4/fundamentals_of_computer_science/README.md) |
| `#cm1030-hcw` \* | [How computers work](../modules/level_4/how_computers_work/README.md) |
| `#cm1035-algos-data-i` | [Algorithms and data structures I](../modules/level_4/algorithms_and_data_structures_i/README.md) |
| `#cm1040-web-dev` | [Web development](../modules/level_4/web_development/README.md) |
| `#cm1005-intro-prog-i` | [Introduction to programming I](../modules/level_4/cm_1005_introduction_to_programming_i/README.md) |
| `#cm1010-intro-prog-ii` | [Introduction to programming II](../modules/level_4/cm_1010_introduction_to_programming_ii/README.md) |
| `#cm1015-computational-math` | [Computational mathematics](../modules/level_4/cm_1015_computational_mathematics/README.md) |
| `#cm1020-discrete-math` | [Discrete mathematics](../modules/level_4/cm_1020_discrete_mathematics/README.md) |
| `#cm1025-fundamental-cs` | [Fundamentals of computer science](../modules/level_4/cm_1025_fundamentals_of_computer_science/README.md) |
| `#cm1030-hcw` \* | [How computers work](../modules/level_4/cm_1030_how_computers_work/README.md) |
| `#cm1035-algos-data-i` | [Algorithms and data structures I](../modules/level_4/cm_1035_algorithms_and_data_structures_i/README.md) |
| `#cm1040-web-dev` | [Web development](../modules/level_4/cm_1040_web_development/README.md) |

\* This module can be skipped with RPL (Recognition of Prior Learning). See the channel `#rpl-hcw-google-it` and the [FAQ here](../faq#recognition-of-prior-learning-rpl).

Expand Down
2 changes: 1 addition & 1 deletion software/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
#### Beginner friendly

- :star: [Atom](https://atom.io)
- :star: [Brackets](http://brackets.io) - Used in module [Introduction to Programming I](../modules/level_4/introduction_to_programming_i).
- :star: [Brackets](http://brackets.io) - Used in module [Introduction to Programming I](../modules/level_4/cm_1005_introduction_to_programming_i).
- :star: [Visual Studio Code](https://code.visualstudio.com)

### Time trackers
Expand Down
2 changes: 1 addition & 1 deletion youtube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

- [CrashCourse Computer Science](https://www.youtube.com/watch?v=tpIctyqH29Q&list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo) (playlist) - CrashCourse
- [Computerphile](https://www.youtube.com/user/Computerphile/) (channel) - _"Videos all about computers and computer stuff. Sister channel of Numberphile."_
- [Easy Theory](https://www.youtube.com/c/EasyTheory/playlists) - _"This is a channel about making Computer Science theory as easy as possible."_ Relevant for [Fundamentals of Computer Science](../modules/level_4/fundamentals_of_computer_science/README.md) as well as [Algorithms and Data Structures I](../modules/level_4/algorithms_and_data_structures_i/README.md).
- [Easy Theory](https://www.youtube.com/c/EasyTheory/playlists) - _"This is a channel about making Computer Science theory as easy as possible."_ Relevant for [Fundamentals of Computer Science](../modules/level_4/cm_1025_fundamentals_of_computer_science/README.md) as well as [Algorithms and Data Structures I](../modules/level_4/cm_1035_algorithms_and_data_structures_i/README.md).
- [UC Berkeley CS10 Beauty and Joy of Computing Fa10 (1080p HD)](https://www.youtube.com/playlist?list=PLECBD29A17AAF6EF9) (playlist) - Dan Garcia

## Algorithms
Expand Down

0 comments on commit c505374

Please sign in to comment.