mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
57 lines
1.2 KiB
Markdown
57 lines
1.2 KiB
Markdown
[[notes/daily-notes]]
|
|
|
|
---
|
|
|
|
# 1 {{date}}
|
|
|
|
<% tp.user.getAOTD() %>
|
|
|
|
## 1.1 Todos
|
|
|
|
## 1.2 Lecture/Labs
|
|
|
|
<%*
|
|
const d = new Date().getDay()
|
|
switch(d){
|
|
case 1:
|
|
tR+="- [ ] 11:00 Cosc202 Lecture\n- [ ] 12:00 Cosc201 lab"
|
|
break;
|
|
case 2:
|
|
tR+="- [ ] 10:00 Info203 Lecture\n- [ ] 11:00 Cosc201 Lecture\n- [ ] 13:00 Info201 Lecture\n- [ ] 14:00 Cosc202 Lab"
|
|
break;
|
|
case 3:
|
|
tR+="- [ ] 10:00 Info203 Lecture\n- [ ] 14:00 Info203 Tutorial\n- [ ] 16:00 Cosc201 Tutorial"
|
|
break;
|
|
case 4:
|
|
tR+="- [ ] 11:00 Cosc202 Lecture\n- [ ] 12:00 Cosc201 Lab\n- [ ] 16:00 Info201 Lecture"
|
|
break;
|
|
case 5:
|
|
tR+="- [ ] 09:00 Cosc202 Lab\n- [ ] 11:00 Cosc201 Lecture\n- [ ] 12:00 Info201 Lab"
|
|
break;
|
|
default:
|
|
break;
|
|
}
|
|
%>
|
|
|
|
## 1.3 Assignments
|
|
|
|
## 1.4 Projects
|
|
- python ai weekly review
|
|
- CI notes site
|
|
- my own password manager
|
|
|
|
## 1.5 Timetable
|
|
|
|
![[Pasted image 20220311102444.png]]
|
|
|
|
## 1.6 Links
|
|
|
|
### 1.6.1 cosc 202
|
|
|
|
[lab book](https://cosc202.cspages.otago.ac.nz/lab-book/COSC202LabBook.pdf)
|
|
|
|
### 1.6.2 info 201
|
|
|
|
[tiddlywiki](https://isgb.otago.ac.nz/infosci/INFO201/labs_release/raw/master/output/info201_labs.html#)
|
|
|
|
[Assignments](https://isgb.otago.ac.nz/info201/shared/assignments_release/raw/master/output/INFO201_Assignments.html) |