Skip to content

Commit 5c1195a

Browse files
authored
Merge pull request #222 from jamda/master
Add Professors of lvl4 modules.
2 parents 3c9b859 + 79f2ef4 commit 5c1195a

File tree

8 files changed

+36
-0
lines changed

8 files changed

+36
-0
lines changed

modules/level-4/cm-1005-introduction-to-programming-i/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Table of contents
44

55
- [Introduction to Programming I](#introduction-to-programming-i)
6+
- [Professor(s)](#professors)
67
- [Topics covered](#topics-covered)
78
- [Assessment](#assessment)
89
- [Module specification](#module-specification)
@@ -35,6 +36,10 @@ variables, conditionals, functions and loops. You'll learn how to
3536
create interactive, graphical computer programs. You will also be
3637
introduced to basic object-oriented programming techniques.
3738

39+
## Professor(s)
40+
- Dr. Edward Anstead
41+
- Dr. Simon Katan
42+
3843
## Topics covered
3944

4045
- Your development environment

modules/level-4/cm-1010-introduction-to-programming-ii/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [Table of contents](#table-of-contents)
66
- [Introduction to Programming II](#introduction-to-programming-ii)
7+
- [Professor(s)](#professors)
78
- [Topics covered](#topics-covered)
89
- [Assessment](#assessment)
910
- [Module specification](#module-specification)
@@ -25,6 +26,10 @@ maintainable code, defensive coding techniques, program testing
2526
techniques, cyclical approaches to software development, encapsulation,
2627
developing code across multiple files and using third-party libraries.
2728

29+
# Professor(s)
30+
- Dr. Edward Anstead
31+
- Dr. Simon Katan
32+
2833
# Topics covered
2934

3035
- Introduction to the project,

modules/level-4/cm-1015-computational-mathematics/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [Table of contents](#table-of-contents)
66
- [Computational Mathematics](#computational-mathematics)
7+
- [Professor(s)](#professors)
78
- [Topics previously covered (numerical mathematics)](#topics-previously-covered-numerical-mathematics)
89
- [Assessment](#assessment)
910
- [Module specification](#module-specification)
@@ -29,6 +30,9 @@ mathematical concepts and techniques that underpin Computer Science.
2930
In particular, you will study number systems, special functions,
3031
graphing and linear algebra.
3132

33+
# Professor(s)
34+
- Dr. Sarah Santos
35+
3236
# Topics previously covered (numerical mathematics)
3337

3438
- Number bases and modular arithmetic

modules/level-4/cm-1020-discrete-mathematics/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Table of contents
44

55
- [Discrete Mathematics](#discrete-mathematics)
6+
- [Professor(s)](#professors)
67
- [Topics covered](#topics-covered)
78
- [Assessment](#assessment)
89
- [Module specification](#module-specification)
@@ -31,6 +32,10 @@ the fundamental discrete mathematical tools that will support you during
3132
the BSc degree. Particular attention is paid to notions of
3233
experimentation, reasoning and generalisation.
3334

35+
## Professor(s)
36+
- Dr. Lahcen Ouarbya
37+
- Dr. Abdelkrim Alfalah
38+
3439
## Topics covered
3540

3641
[See this fabulous mind map for more details](https://github.com/world-class/binary-assets/blob/master/modules/cm1020-dm/CM-1020_DM_mind_map.png).

modules/level-4/cm-1025-fundamentals-of-computer-science/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [Table of contents](#table-of-contents)
66
- [Fundamentals of Computer Science](#fundamentals-of-computer-science)
7+
- [Professor(s)](#professors)
78
- [Topics covered](#topics-covered)
89
- [Assessment](#assessment)
910
- [Module specification](#module-specification)
@@ -35,6 +36,9 @@ intelligence and machine learning. These will be presented as practical
3536
examples to illustrate how they are implemented in modern computer
3637
systems.
3738

39+
# Professor(s)
40+
- Dr. Golnaz Badkobeh
41+
3842
# Topics covered
3943

4044
- Boolean logic

modules/level-4/cm-1030-how-computers-work/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Table of contents
44

55
- [How Computers Work](#how-computers-work)
6+
- [Professor(s)](#professors)
67
- [Topics covered](#topics-covered)
78
- [Assessment](#assessment)
89
- [Module specification](#module-specification)
@@ -26,6 +27,9 @@ reason about computer systems and predict their behaviour. You'll also
2627
learn about typical computer system architectures, basic networking and
2728
network services such as databases.
2829

30+
## Professor(s)
31+
- Dr. Marco Gillies
32+
2933
## Topics covered
3034

3135
- Introduction to Computer Science and Notional Machines

modules/level-4/cm-1035-algorithms-and-data-structures-i/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Table of contents
44

55
- [Algorithms and Data Structures I](#algorithms-and-data-structures-i)
6+
- [Professor(s)](#professors)
67
- [Topics covered](#topics-covered)
78
- [Assessment](#assessment)
89
- [Module specification](#module-specification)
@@ -41,6 +42,9 @@ and how to describe computational problems and their solutions. The
4142
model will allow you to compare algorithms regarding their correctness
4243
and regarding their efficiency.
4344

45+
## Professor(s)
46+
- Dr. Matty Hoban
47+
4448
## Topics covered
4549

4650
- Introduction to algorithms, flowcharts and pseudocode

modules/level-4/cm-1040-web-development/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Table of contents
44

55
- [Web Development](#web-development)
6+
- [Professor(s)](#professors)
67
- [Topics covered](#topics-covered)
78
- [Assessment](#assessment)
89
- [Module specification](#module-specification)
@@ -34,6 +35,10 @@ you to present your work online in the form of a website.
3435

3536
Enrolled students only: [Course syllabus available on Coursera](https://www.coursera.org/learn/london-cs-orientation/supplement/p88ho/syllabus-web-development-cm1040).
3637

38+
## Professor(s)
39+
- Dr. Nick Hine
40+
- And more
41+
3742
## Topics covered
3843

3944
- Introduction to Web Development

0 commit comments

Comments
 (0)