Skip to content

Commit a8b6e30

Browse files
committed
Update project requirements
1 parent 70890e0 commit a8b6e30

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,7 @@ Courses | Duration | Effort | Prerequisites
266266
[Computer Graphics](https://www.edx.org/course/computer-graphics-uc-san-diegox-cse167x)| 6 weeks | 12 hours/week | C++ or Java, linear algebra
267267
[Cryptography I](https://www.coursera.org/course/crypto)| 6 weeks | 5-7 hours/week | linear algebra, probability
268268
[Software Engineering: Introduction](https://www.edx.org/course/software-engineering-introduction-ubcx-softeng1x) | 6 weeks | 8-10 hours/week | Software Construction - Object-Oriented Design
269-
[Software Development Capstone Project](https://www.edx.org/course/software-development-capstone-project-ubcx-softengprjx)**<sup>1</sup>** | 6-7 weeks | 8-10 hours/week | Software Engineering: Introduction
270-
271-
**<sup>1</sup> Required** if you intend not to go past Core CS;
272-
**strongly recommended** even for those who will continue on to Advanced CS.
269+
[Software Development Capstone Project](https://www.edx.org/course/software-development-capstone-project-ubcx-softengprjx) | 6-7 weeks | 8-10 hours/week | Software Engineering: Introduction
273270

274271
## Advanced CS
275272

REQUIREMENTS.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OSSU Academic Requirements
22

3-
This document contains the subjects the student must master to pass through this curriculum.
3+
This document contains the subjects and projects the student must master to pass through this curriculum.
44
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.
55

66
## Subjects
@@ -59,4 +59,16 @@ The subject requirements are based on topics, rather than specific courses, beca
5959
- Databases
6060
- Computer graphics
6161
- Cybersecurity
62-
- Machine learning
62+
- Machine learning
63+
64+
## Projects
65+
66+
Students are required to complete a project at the end of [Core CS](README.md#core-cs) and at the end of [Advanced CS](README.md#advanced-cs).
67+
68+
For Core CS, students have two options:
69+
- They can use the Capstone course at the end of [Core applications](#core-applications) as their Core CS Project, in which case they are not required to share their project code.
70+
- They can skip that Capstone project and make their own project, in which case they *are* required to share the project code.
71+
72+
For the Advanced CS Project (also known as the Final Project), students again have two options:
73+
- 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.
74+
- They can create their own Final Project, and must share the project code to be evaluated by the community.

0 commit comments

Comments
 (0)