add static cv page
[~bandali/bndl.org] / se212-f19 / index.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name=viewport content="width=device-width, initial-scale=1" />
6 <title>SE 212 Material | Amin Bandali</title>
7 <link rel="stylesheet" href="/style.css" />
8 </head>
9 <body>
10 <nav><a href="/">bandali.eu.org</a> / se212-f19</nav>
11 <main>
12 <h1>Material from SE 212 tutorials</h1>
13 <p>
14 This page contains slides and other material from
15 <a href="https://www.student.cs.uwaterloo.ca/~se212/times.html">SE
16 212 tutorials</a> held by me in Fall 2019.
17
18 If you have any questions, concerns, or suggestions about the
19 presented material, please email me at bandali@uwaterloo.ca or
20 come see me during my
21 <a href="https://www.student.cs.uwaterloo.ca/~se212/personnel.html">Friday
22 office hours</a>.
23 </p>
24
25 <ul>
26 <li>Tutorial 1:
27 <ul>
28 <li>
29 <a href="se212-t01-101.pdf">TUT 101 slides</a>
30 </li>
31 <li>
32 <a href="se212-t01-102.pdf">TUT 102 slides</a>
33 </li>
34 <li><a href="se212-t01.org">Org beamer sources</a></li>
35 </ul>
36 <li>Tutorial 2:
37 <ul>
38 <li><a href="se212-h02q04d-soln.grg">Homework 2 q04d solution</a>
39 </li>
40 </ul>
41 </li>
42 <li>Tutorial 3: —</li>
43 <li>Tutorial 4: —</li>
44 <li>Tutorial 5:
45 <ul>
46 <li><a href="se212-t05.pdf">Slides</a></li>
47 <li><a href="se212-t05.org">Org beamer sources</a></li>
48 </ul>
49 </li>
50 <li>Tutorial 6: —</li>
51 <li>Tutorial 7: worked through questions 15 of Homework 7.</li>
52 </ul>
53 </main>
54 <footer>
55 <p>
56 Copyright © 2019 Amin Bandali.
57 See <a href="/license.html">license.html</a> for license
58 conditions. Please copy and share.
59 </p>
60 </footer>
61 </body>
62 </html>