-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathta.html
More file actions
173 lines (168 loc) · 7.11 KB
/
ta.html
File metadata and controls
173 lines (168 loc) · 7.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131386538-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-131386538-1');
</script>
<meta name="description" content="Brian Chen's personal site - blogger, software engineer, and student @ UofT"/>
<meta name="keywords" content="Chen Yuxiang, Brian, Chen, Xiang, Yu, Yuxiang, Brian Chen, Toronto, UofT, UTSC, Computer, Science, Computer Science, byxc, byxchen, brianyxc"/>
<meta name="author" content="Brian Chen">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon2.png">
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<title>byxchen - ta</title>
</head>
<body>
<div class="content">
<p class="header">
<a class="nodeco white" href="index"> byx<span style="color:#66ccff">chen</span> </a>
<br>
-------
</p>
<br>
<div class="navbar">
<a class="nav-item-gray rightmargin" href="index">
about
<br>
</a>
<a class="nav-item-gray rightmargin" href="resume">
resume
<br>
</a>
<a class="nav-item rightmargin" href="ta">
ta
<br>
--
</a>
<a class="nav-item-gray rightmargin" href="projects">
projects
<br>
</a>
<a class="nav-item-gray rightmargin" href="blog">
b.log()
<br>
</a>
</div>
<br>
<br><br>
A list of the courses I've TA'd in the past:
<br>
<div class="entry">
<a class="header-text-2" title="Removed resource link">2019 - CSCA08 H3F Introduction to Computer Science</a>
<br>
<span class="sub-text">Instructed by Dr. Anya Tafliovich and Nick Cheng</span>
</div>
<div class="entry">
<a class="header-text-2" title="Removed resource link">2019 - CSCB07 H3F Software Design</a>
<br>
<span class="sub-text">Instructed by Joe Bettridge</span>
</div>
<div class="entry">
<a class="header-text-2" title="Removed resource link">2019 - CSCA48 H3S Introduction to Computer Programming</a>
<br>
<span class="sub-text">Instructed by Dr. Francisco Estrada and Dr. Marzieh Ahmadzadeh</span>
</div>
<div class="entry">
<a class="header-text-2" title="Removed resource link">2019 - CSCD01 H3S Engineering Large Software Systems</a>
<br>
<span class="sub-text">Instructed by Dr. Anya Tafliovich</span>
</div>
<div class="entry">
<a class="header-text-2" title="Removed resource link">2018 - CSCC01 H3F Introduction to Software Engineering</a>
<br>
<span class="sub-text">Instructed by Dr. Thierry Sans</span>
</div>
<div class="entry">
<a class="header-text-2" title="Removed resource link">2017 - CSCC01 H3F Introduction to Software Engineering</a>
<br>
<span class="sub-text">Instructed by Dr. Thierry Sans</span>
</div>
<div class="entry">
<a class="header-text-2" title="Removed resource link">2017 - CSCA48 H3S Introduction to Computer Programming</a>
<br>
<span class="sub-text">Instructed by Dr. Brian Harrington and Nick Cheng</span>
</div>
<div class="entry">
<a class="header-text-2" title="Removed resource link">2016 - CSCA08 H3F Introduction to Computer Science</a>
<br>
<span class="sub-text">Instructed by Dr. Brian Harrington and Dr. Thierry Sans</span>
</div>
<br>
<hr>
<br><br>
Here are some of the notes I've made for courses over my undergraduate degree. Some courses are not listed due to handwritten notes or lost files.
<br><br>
[Core] Course Notes:
<br>
<a href="assets/courses/CSCB07.pdf" class="link highlight min">CSCB07 - Software Design</a>
<br>
<a href="assets/courses/CSCB09.pdf" class="link highlight min">CSCB09 - Software Tools and Systems Programming</a>
<br>
<a href="assets/courses/CSCB58.pdf" class="link highlight min">CSCB58 - Computer Organization</a>
<br>
<a href="assets/courses/CSCB63.pdf" class="link highlight min">CSCB63 - Design and Analysis of Data Structures</a>
<br>
<a href="assets/courses/CSCC01.pdf" class="link highlight min">CSCC01 - Introduction to Software Engineering</a>
<br>
<a href="assets/courses/CSCC09.pdf" class="link highlight min">CSCC09 - Programming on the Web</a>
<br>
<a href="assets/courses/CSCC10.pdf" class="link highlight min">CSCC10 - Human Computer Interaction</a>
<br>
<a href="assets/courses/CSCC37.pdf" class="link highlight min">CSCC37 - Introduction to Numerical Algorithms</a>
<br>
<a href="assets/courses/CSCC43.pdf" class="link highlight min">CSCC43 - Introduction to Databases</a>
<br>
<a href="assets/courses/CSCC46.pdf" class="link highlight min">CSCC46 - Social and Information Networks</a>
<br>
<a href="assets/courses/CSCC63.pdf" class="link highlight min">CSCC63 - Computability and Computational Complexity</a>
<br>
<a href="assets/courses/CSCC69.pdf" class="link highlight min">CSCC69 - Introduction to Operating Systems</a>
<br>
<a href="assets/courses/CSCC73.pdf" class="link highlight min">CSCC73 - Algorithms Design and Analysis</a>
<br>
<a href="assets/courses/CSCC85.pdf" class="link highlight min">CSCC85 - Introduction to Embedded Systems</a>
<br>
<a href="assets/courses/CSCD27.pdf" class="link highlight min">CSCD27 - Computer and Network Security</a>
<br>
<a href="assets/courses/MATB24.pdf" class="link highlight min">MATB24 - Linear Algebra II</a>
<br>
<a href="assets/courses/MATB41.pdf" class="link highlight min">MATB41 - Techniques of the Calculus of Several Variables (Incomplete)</a>
<br><br>
[Other] Course Notes:
<br>
<a href="assets/courses/ANTA01.pdf" class="link highlight min">ANTA01 - Introduction to Anthropology</a>
<br>
<a href="assets/courses/EESA06.pdf" class="link highlight min">EESA06 - Introduction to Planet Earth (up to Midterm)</a>
<br>
<a href="assets/courses/EESA09.pdf" class="link highlight min">EESA09 - Introduction to Wind</a>
<br>
<a href="assets/courses/LINA01.pdf" class="link highlight min">LINA01 - Introduction to Linguistics</a>
<br>
<a href="assets/courses/MDSA01.pdf" class="link highlight min">MDSA01 - Introduction to Media Studies</a>
<br>
<a href="assets/courses/MGTA01.pdf" class="link highlight min">MGTA01 - Introduction to Business</a>
<br>
<a href="assets/courses/PSYA01.pdf" class="link highlight min">PSYA01 - Introduction to Psychology</a>
<br>
<a href="assets/courses/PHLB09.pdf" class="link highlight min">PHLB09 - Biomedical Ethics</a>
<br>
<br><br>
For any concerns or inquiries, email me at brianyx.chen[at]mail.utoronto.ca
<br><br>
<a class="header-text" href="https://goo.gl/forms/u3xnSsSIsJdmh8qX2" target="_blank">feedback</a>
</div>
</body>
</html>