Skip to content

Commit f272cac

Browse files
committed
Merge branch 'master' into didymental/update-tutor
2 parents e075735 + 47b23eb commit f272cac

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

website/pages/coursework/seminar.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You may find that an A1 project encompasses multiple innovations. It is up to yo
3939

4040
### Target Audience & Level of Technicality
4141

42-
You can assume the target audience to be your fellow classmates, and the whole goal of this assignment is for you to convince your classmates that your idea is the coolest! A suitable level of technicality is allowed in the presentation. That is, you are allowed to use technical terms that you think your classmates will be able to understand, but please don't start going through the steps of Dijkstra's algorithm line-by-line during your presentation.
42+
You can assume the target audience to be your fellow classmates, and the whole goal of this assignment is for you to convince your classmates that your assigned idea is the coolest! A suitable level of technicality is allowed in the presentation. That is, you are allowed to use technical terms that you think your classmates will be able to understand, but please don't start going through the steps of Dijkstra's algorithm line-by-line during your presentation.
4343

4444
## Grading and Admin
4545

@@ -59,7 +59,7 @@ Perhaps it is impossible to cover all the suggested points above in 7 minutes? W
5959

6060
You can present using PowerPoint, Keynote, Google Slides, or whatever tools you wish to use. Surprise us (in a good way) if you can. **BEFORE submitting**, please ensure that your slides auto-advance every 20 seconds. No cheating! 😜
6161

62-
Following the presentation, there will be a short Q&A session opened to the rest of the class for a maximum of 3 minutes.
62+
Following the presentation, there will be a short Q&A session opened to the rest of the class for a maximum of 5 minutes.
6363

6464
## Innovation Critique
6565

@@ -69,15 +69,15 @@ After listening to all the presentations, each student will be randomly assigned
6969
2. Was the presentation effective? Did the group show that they fully internalised the presentation techniques discussed in Lecture 3 (PUNCH->WIIFY->Plan)? **(6%)**
7070
3. What are your (original) thoughts? **(9%)**
7171

72-
The fun part is that the assignment of the presentations each student has to write about will be done only AFTER all the presentations are over. This means that every student will have to pay attention to every presentation 😎. Those who like Russian Roulette are welcome to skip and sleep for some presentations.
72+
The fun part is that the assignment of the presentations each student has to write about will be done only AFTER all the presentations are over. This means that every student will have to pay attention to every presentation 😎. Those who like Russian Roulette are welcome to skip and zone out for some presentations.
7373

7474
This is not a literature class, and you are not required to write in poetry. We only ask that you think carefully about what you heard and express your ideas clearly. Points will not be taken off for typos or grammatical errors as long as the ideas are expressed clearly and can be understood easily. There is no minimum length, but do have some mercy on your poor lecturer and try to keep each innovation critique within 300 words. What matters is not how much you write but the quality of your thoughts and ideas and how much you actually learnt from the process.
7575

7676
You are, of course, also welcome to write about other aspects of the seminar and also about lessons learnt in addition to this assignment. The innovation critiques should be submitted on Coursemology by <FormattedDate date={assignments.seminar.innovation_critiques} /> (i.e. the next day).
7777

7878
## Response and Follow-up of Critique
7979

80-
Once all the innovation critiques are submitted, a new forum will appear, and you will post your critiques there. You will read the critiques written by your coursemates on your presentation and have an online discussion. If your coursemates think that your team's innovation is not innovative, you should try to convince them otherwise.
80+
Once all the innovation critiques are submitted, a new forum will appear, and you will post your critiques there. You will read the critiques written by your coursemates on your presentation and have an online discussion. If your coursemates think that your team's given innovation is not innovative, you should try to convince them otherwise.
8181

8282
Just bear in mind that the goal of CS3216 is to learn. You do not do better in this segment of the assignment by being nasty and running your coursemates down. Be civil. Remember to be polite and kind. If others post comments disagreeing with you, do not be too defensive. All these comments should be posted by <FormattedDate date={assignments.seminar.mutual_critiques} />.
8383

@@ -92,8 +92,8 @@ You will also get points if your friends post stuff on your forum posts. The ide
9292
The following are the weightages for the two components:
9393

9494
- 50% Group presentation
95-
- 40% Innovation critique x 2 (what you write in your posts)
96-
- 10% Response and follow-up of critiques (addressing critiques on your chosen innovation and responses to your posts)
95+
- 30% Innovation critique (what you write in your posts)
96+
- 20% Response and follow-up of critiques (addressing critiques on your chosen innovation and responses to your posts)
9797

9898
Overall, the innovation seminar is worth 10% of your final grade.
9999

website/utils/assignments.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"product_design": {
33
"issue": "2024-08-19",
4-
"submission": "2024-09-02T23:59:00",
5-
"show_updating_notice": true
4+
"submission": "2024-09-02T11:59:00",
5+
"show_updating_notice": false
66
},
77
"seminar": {
88
"issue": "2024-08-19",
99
"slides_submission": "2024-09-09T11:59:00",
1010
"presentation": "2024-09-09T18:30:00",
1111
"innovation_critiques": "2024-09-11T11:59:00",
1212
"mutual_critiques": "2024-09-13T23:59:00",
13-
"show_updating_notice": true
13+
"show_updating_notice": false
1414
},
1515
"artificial_intelligence": {
1616
"issue": "2024-08-26",
1717
"submission": "2024-09-27T23:59:00",
18-
"show_updating_notice": true
18+
"show_updating_notice": false
1919
},
2020
"project": {
2121
"issue": "2024-09-16",
@@ -28,6 +28,6 @@
2828
"is_poster_session_date_tentative": true,
2929
"final_report_submission": "2024-11-20T23:59:00",
3030
"google_sheet": "https://docs.google.com/spreadsheets",
31-
"show_updating_notice": true
31+
"show_updating_notice": false
3232
}
3333
}

0 commit comments

Comments
 (0)