-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
57 lines (57 loc) · 2.71 KB
/
teaching.html
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
---
layout: default
---
<!-- Page Content -->
<div class="container">
<div class="row">
<h2>Teaching</h2>
<div class="col-md-8">
<h3 class="project">Current Courses</h3>
<h5>I'm on sabbatical Fall 2024-Spring 2025</h5>
</div>
<div class="col-md-8">
<h3 class="project">Past Wellesley Courses</h3>
<h5>CS 333: Natural Language Processing</h5>
<div class="indent">
<p><a href="https://cs.wellesley.edu/~cs333/f23/">Fall 2023</a></p>
<p><a href="https://cs.wellesley.edu/~cs333/f22/">Fall 2022</a></p>
</div>
<h5>CS 232: Artificial Intelligence</h5>
<div class="indent">
<p><a href="https://cs.wellesley.edu/~cs232/s24/">Spring 2024</a></p>
<p><a href="https://cs.wellesley.edu/~cs232/f23/">Fall 2023</a></p>
<p><a href="https://cs.wellesley.edu/~cs232/f22/">Fall 2022</a></p>
<p><a href="https://cs.wellesley.edu/~cs232/s22/">Spring 2022</a></p>
</div>
<h5>CS 111: Introduction to Computer Science (Fall 2021, Spring 2022, Spring 2023, Spring 2024)</h5>
<h5>CS 251: Principles of Programming Languages</h5>
<div class="indent">
<p><a href="https://cs.wellesley.edu/~cs251/f21/">Fall 2021</a></p>
</div>
</div>
<div class="col-md-8">
<h3 class="project">Courses at Other Institutions</h3>
<h5>First Year Seminar: Technology for Language Revitalization (Fall 2019, UMass Amherst)</h5>
<div class="indent">
<p><a href="https://canders1.github.io/FYS">Course website</a></p>
</div>
<h5>CS 343: Programming Languages (Fall 2018, Mt. Holyoke College)</h5>
<div class="indent">
<p><a href="https://canders1.github.io/COMSC343">Course website</a></p>
</div>
</div>
<!--<div class="col-md-8">
<h3 class="project">TAed Courses</h3>
<h5>Ling 412: Language Processing and the Brain (Fall 2019, UMass Amherst)</h5>
<h5>Ling 201: Introduction to Linguistic Theory (Spring 2018, UMass Amherst)</h5>
<div class="indent">
<p><a href="https://canders1.github.io/Ling201">Section website</a></p>
<p><a href="https://people.umass.edu/scable/LING201-SP18"> Class website</a></p>
</div>
<h5>Ling 692: Cognitive Modeling (Fall 2017, UMass Amherst)</h5>
<div class="indent">
<p><a href="https://github.com/canders1/Ling692c">Section materials</a></p>
</div>
</div>-->
</div>
</div>