Skip to content

Commit 343c40f

Browse files
committed
initial version done
1 parent a31abba commit 343c40f

File tree

4 files changed

+39
-54
lines changed

4 files changed

+39
-54
lines changed

_quarto.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ project:
22
type: website
33

44
website:
5-
title: "UBC Stat550 2022"
5+
title: "UBC Stat550 2022/23"
66
page-footer:
77
background: primary
88
center: "This work by [Daniel J. McDonald](https://dajmcdon.github.io) is licensed under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0)<img style='height:22px!important;margin-left:3px;vertical-align:text-bottom;' src='https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1'><img style='height:22px!important;margin-left:3px;vertical-align:text-bottom;' src='https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1' /><img style='height:22px!important;margin-left:3px;vertical-align:text-bottom;' src='https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1' />"
99
navbar:
1010
pinned: true
11+
title: "<i class='bi bi-clipboard2-data'></i> UBC Stat550 2022"
1112
right:
1213
- text: Syllabus
1314
url: syllabus.qmd

index.qmd

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
toc: false
23
---
34

45
::: {.column-body}

schedule.qmd

+21-29
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,31 @@
22
title: "<i class='bi bi-calendar3'></i> Schedule"
33
---
44

5-
#### Term 2 runs 10 January to 7 April. No class from 21 February to 25 February.
65

7-
#### All dates subject to change
6+
::: {.callout-note}
7+
Term 2 runs 9 January to 7 April. No class from 20 February to 24 February.
8+
9+
Schedule prior to Reading Week available on Canvas
10+
:::
11+
12+
::: {.callout-warning}
13+
All dates subject to change
14+
:::
815

916
| Date | Topic | Deadline |
1017
|---|---|---|
11-
| 11 January | Introduction | |
12-
| 13 January | Github | |
13-
| 18 January | Case 1 | |
14-
| 20 January | More Case 1 | |
15-
| 25 January | Writing | |
16-
| 27 January | Case 2 | |
17-
| 1 February | Giving presentations | |
18-
| 3 February | Staying organized | |
19-
| 8 February | Case 3 | |
20-
| 10 February | Unit tests | HW 1 Due |
21-
| 15 February | Case 4 | |
22-
| 17 February | Missingness | HW 1 Peer Eval Due |
23-
| 1 March | ASDa (Biljana, Zoom) | |
24-
| 3 March | Case 5 (Prerna) | HW 1 Revision Due (4 March) |
25-
| 8 March | Case 6 (Ira) | |
26-
| 10 March | Presentations | HW 2 Due |
27-
| 15 March | Presentations | |
28-
| 17 March | overflow... | HW 2 Peer Eval Due |
29-
| 22 March | Presentations | |
30-
| 24 March | Guest lecture (Nikolas) | HW 2 Revision Due |
31-
| 29 March | Presentations | |
32-
| 31 March | Guest lecture (Jens) | |
33-
| 5 April | Presentations | |
34-
| 7 April | Parallel computing | Project Due |
35-
{: .table .table-striped}
18+
| 2 March | Case 5 | HW 1 Revision Due (4 March) |
19+
| 7 March | Case 6 | |
20+
| 9 March | Presentations | HW 2 Due |
21+
| 14 March | Presentations | |
22+
| 16 March | overflow... | HW 2 Peer Eval Due |
23+
| 21 March | Presentations | |
24+
| 23 March | Guest lecture | HW 2 Revision Due |
25+
| 28 March | Presentations | |
26+
| 30 March | Guest lecture | |
27+
| 4 April | Presentations | |
28+
| 6 April | Parallel computing | Project Due |
29+
3630

3731
## Guest lecturers
3832

39-
-
40-
-

syllabus.qmd

+15-24
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,27 @@
22
title: "<i class='bi bi-shield-lock'></i> Syllabus"
33
---
44

5+
::: {.callout-important}
6+
This information applies to the second half of Term 2. For first half content, see Canvas
7+
:::
8+
59
## Course info
610

7-
**Instructor**:\
8-
Daniel J. McDonald\
11+
**Co-Instructors**:\
12+
Lang Wu (Jan 9 – Feb 28), Daniel McDonald (Mar 2 – Apr 13)\
913
Office: Earth Sciences Building 3106\
1014
Website: <https://dajmcdon.github.io/>\
1115
Email: [daniel\@stat.ubc.ca](mailto:[email protected]){.email}
1216

1317
**Office hours**:\
14-
Mon 15:00 - 16:00 as necessary\
15-
I'm happy to arrange additional time. Just message me on Slack.
18+
I'm happy to arrange time as needed. Just message me on Slack.
1619

1720
**Course webpage**:\
1821
WWW: <https://stat550-2021.github.io/>\
1922
Github Org: <https://github.com/stat550-2021/>
2023

2124
**Lectures**:\
22-
Tue/Thu 14:30 - 16:00, ESB 4192 (on Zoom for now, link on Canvas)
25+
Tue/Thu 14:30 - 16:00, ESB 4192
2326

2427
## Course content
2528

@@ -36,31 +39,19 @@ This graduate-level course is designed to serve two overlapping purposes: (1) he
3639

3740
## Assessment opportunities
3841

39-
- 2 Group Case Studies (20 total)
40-
- 2 Individual Case Study Reviews (10 total)
41-
- 2 Group Case Study Revisions (10 total)
42-
- 1 Individual Final project (15 points)
43-
- 1 individual presentation (15 points)
44-
- In-class exercises (15 points)
45-
- Professionalism (15 points)
46-
47-
### Case Studies
48-
49-
These are the major component of the course and count for 55% of the total mark. Throughout the course I will present 6 cases based on my on collaborative research. We will then brainstorm approaches to solving the case together as a class. In small groups, you will propose a solution and begin implementation. You will peer evaluate each others proposals and implementation. Finally your group will complete the implementation and address the peer-evaluations.
50-
51-
The first two case studies will be done in groups, the third will be done individually without revisions or evaluation.
42+
- 1 individual project, per half-term (30%)
43+
- 1 individual presentation, delivered in either half (20%)
44+
- Homework in groups, per half-term (30%)
45+
- Class participation and discussion (20%)
5246

5347
### Presentation
5448

55-
Each student will give a 20-minute presentation on a consulting topic with slides.
56-
57-
### In-class exercises
49+
Each student will give a 20-minute presentation on a consulting topic with slides. This will only happen once during the term. Some did it during the first half.
5850

59-
There will be a number of in-class exercises for practice on various statistical or computational issues. Submission will be via Github.
6051

61-
### Professionalism
52+
### Participation and discussion (professionalism)
6253

63-
Excellent professionalism means going above and beyond in terms of in-class participation and contributions on the discussion board. Regularly responding to fellow students is a step toward the excellence. Failing to participate in class, regularly skipping class, leaving your project teams out to dry, will result in reduced scores. This should also be rare.
54+
Excellent professionalism means going above and beyond in terms of in-class participation and contributions on the discussion board. Regularly responding to fellow students is a step toward the excellence. Failing to participate in class, regularly skipping class, leaving your homework team out to dry, will result in reduced scores. This should also be rare.
6455

6556
This is a required graduate course and a prerequisite for your degree. Failing to support your classmates or take this course seriously will be dealt with harshly. A rubric for this component is linked below.
6657

0 commit comments

Comments
 (0)