author | Christian Urban <christian dot urban at kcl dot ac dot uk> |
Thu, 18 Apr 2013 07:53:41 +0100 | |
changeset 188 | 12875eafece3 |
parent 182 | 6c3c2e735170 |
child 197 | 2a65056de0cb |
permissions | -rw-r--r-- |
2 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
3 |
<HEAD> |
|
4 |
<TITLE> Christian Urban </TITLE> |
|
24 | 5 |
<BASE HREF="http://www.inf.kcl.ac.uk/staff/urbanc/"> |
23 | 6 |
<script type="text/javascript"> |
7 |
||
8 |
var _gaq = _gaq || []; |
|
9 |
_gaq.push(['_setAccount', 'UA-4143458-4']); |
|
10 |
_gaq.push(['_trackPageview']); |
|
11 |
||
12 |
(function() { |
|
13 |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
|
14 |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
|
15 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
|
16 |
})(); |
|
17 |
||
18 |
</script> |
|
2 | 19 |
</HEAD> |
20 |
||
21 |
<BODY TEXT="#000000" |
|
22 |
BGCOLOR="#4169E1" |
|
23 |
LINK="#0000EF" |
|
24 |
VLINK="#51188E" |
|
25 |
ALINK="#FF0000"> |
|
26 |
||
27 |
<TABLE WIDTH="100%" |
|
28 |
BGCOLOR="#4169E1" |
|
29 |
BORDER="0" |
|
30 |
FRAME="border" |
|
31 |
CELLPADDING="10" |
|
32 |
CELLSPACING="2" |
|
33 |
RULES="all"> |
|
34 |
||
35 |
<!-- left column --> |
|
36 |
<TR> |
|
37 |
<TD BGCOLOR="#FFFFFF" |
|
38 |
WIDTH="24%" |
|
39 |
VALIGN="TOP" |
|
188
12875eafece3
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
182
diff
changeset
|
40 |
ROWSPAN="15"> |
2 | 41 |
|
42 |
<B>Links</B><BR> |
|
24 | 43 |
<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/">Home</A><BR> |
44 |
<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/publications.html">Publications</A><BR> |
|
45 |
<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/teaching.html">Teaching</A><BR> |
|
46 |
<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/travelling.html">Recent Talks</A><BR> |
|
2 | 47 |
<A HREF="http://isabelle.in.tum.de/nominal/">My Research Group</A> |
48 |
<BR> |
|
49 |
<BR> |
|
50 |
||
51 |
<B>Handy Information</B><BR> |
|
24 | 52 |
<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/logic.html">People in Logic</A><BR> |
53 |
<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/programming.html">Programming Languages</A><BR> |
|
54 |
<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/misc.html">Miscellaneous</A> |
|
2 | 55 |
<BR><BR> |
56 |
||
39 | 57 |
<table border="0"> |
58 |
<tr> |
|
59 |
<td> |
|
2 | 60 |
<A HREF="http://isabelle.in.tum.de/nominal/"> |
39 | 61 |
<IMG SRC="nominal-logo.gif" ALT="" style="border-width: 0px;" align="left"></A> |
62 |
</td> |
|
63 |
</tr> |
|
64 |
<tr> |
|
65 |
<td> |
|
66 |
<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Cookbook/"> |
|
67 |
<IMG SRC="Cookbook/logo-documentation.gif" ALT="" style="border-width: 0px;" align="left"></A> |
|
68 |
</td> |
|
69 |
</tr> |
|
70 |
</table> |
|
2 | 71 |
</TD> |
72 |
||
73 |
||
74 |
<!-- right column --> |
|
75 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
|
76 |
<H2>Teaching</H2> |
|
77 |
||
78 |
<p>Undergraduate students who have written dissertations under my supervision: |
|
79 |
<ul> |
|
80 |
<li>Dominik Wee (2002-2003, King's College, Cambride; now at McKinsey in Munich) |
|
81 |
Part-II dissertation: An Implementation of Alpha-Prolog, |
|
82 |
A Logic Programming Language with Support for Binding Syntax (out of 84 dissertations, Dominik's |
|
83 |
thesis received the Data Connection prize for the highest number of marks awarded in 2003)</li> |
|
84 |
<li>Lisa White (2003-2004, Corpus, Cambridge) Part-II dissertation: Hal 2004, A Nominal Theorem |
|
85 |
Prover</li> |
|
86 |
<li><A HREF="http://www.pps.jussieu.fr/~tasson">Christine Tasson</A> |
|
87 |
(2004, ENS Cachan, France; now in the PPS group in Paris) |
|
88 |
Induction Principles for Alpha-Equated Lambda-Terms |
|
89 |
(the paper coming out of this work was presented at CADE)</li> |
|
90 |
<li><A HREF="http://www.lsv.ens-cachan.fr/~arnaud">Mathilde Arnaud</A> |
|
91 |
(2007, ENS Cachan, France) Formalization of Generative Unbinding</li> |
|
79 | 92 |
<li>Akhil Junghare (2011-2012, King's) Lexing and Parsing using Derivatives</li> |
129 | 93 |
<li>Darius Hodaei (2011-2012, King's) A Compiler for System F</li> |
153 | 94 |
<li>Jian Jiang (2011-2012, King's) Suffix Array Sorting, |
168
a23dafe76598
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
153
diff
changeset
|
95 |
received the prize of the best MSc thesis in 2012</li> |
2 | 96 |
</ul> |
97 |
||
179
f00658424c66
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
178
diff
changeset
|
98 |
<p>Examiner of PhD-theses: |
178
4431a7c16627
added examinations
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
168
diff
changeset
|
99 |
<ul> |
4431a7c16627
added examinations
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
168
diff
changeset
|
100 |
<li>Dragisa Zunic (2007, ENS in Lyon) |
180
7e92b5d4ae6d
typo
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
179
diff
changeset
|
101 |
<li>Clement Houtmann (2010, INRIA Bordeaux) |
182
6c3c2e735170
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
180
diff
changeset
|
102 |
<li>Tom Powell (2013, QMUL) |
178
4431a7c16627
added examinations
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
168
diff
changeset
|
103 |
</ul> |
4431a7c16627
added examinations
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
168
diff
changeset
|
104 |
|
2 | 105 |
</TD> |
106 |
</TR> |
|
107 |
||
108 |
<TR> |
|
109 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
|
188
12875eafece3
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
182
diff
changeset
|
110 |
<H3>2013-2014</H3> |
12875eafece3
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
182
diff
changeset
|
111 |
|
12875eafece3
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
182
diff
changeset
|
112 |
<ul> |
12875eafece3
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
182
diff
changeset
|
113 |
<li>Automata and Formal Languages course |
12875eafece3
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
182
diff
changeset
|
114 |
<li>Access Control and Privacy Policies |
12875eafece3
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
182
diff
changeset
|
115 |
</ul> |
12875eafece3
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
182
diff
changeset
|
116 |
</TD> |
12875eafece3
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
182
diff
changeset
|
117 |
</TR> |
12875eafece3
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
182
diff
changeset
|
118 |
|
12875eafece3
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
182
diff
changeset
|
119 |
<TR> |
12875eafece3
tuned
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
182
diff
changeset
|
120 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
73 | 121 |
<H3>2012-2013</H3> |
122 |
||
123 |
<ul> |
|
79 | 124 |
<li>Automata and Formal Languages course |
142 | 125 |
<li>Access Control and Privacy Policies |
73 | 126 |
</ul> |
127 |
</TD> |
|
128 |
</TR> |
|
129 |
||
130 |
<TR> |
|
131 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
|
13 | 132 |
<H3>2011-2012</H3> |
2 | 133 |
|
73 | 134 |
<p><B>Autumn</B> |
13 | 135 |
<ul> |
75 | 136 |
<li>Course on Access Control and Privacy Policies (at King's; original course by Steve Barker) |
73 | 137 |
</ul> |
138 |
<p><B>Spring</B> |
|
139 |
<ul> |
|
140 |
<li>Help Steffen Zschaler with the Programming Application course; I |
|
76 | 141 |
am resposible for the exercises and the Scala part |
13 | 142 |
</ul> |
143 |
</TD> |
|
144 |
</TR> |
|
145 |
||
146 |
||
147 |
<TR> |
|
148 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
|
2 | 149 |
<H3>2010-2011</H3> |
150 |
||
151 |
<p><B>Spring</B> |
|
152 |
<ul> |
|
153 |
<li>one-day tutorial on Nominal Isabelle at POPL'11 with Cezary Kaliszyk |
|
154 |
</ul> |
|
155 |
||
156 |
<p><B>Autumn</B> |
|
157 |
<ul> |
|
158 |
<li>Types course at the University of Cambridge (Mondays, |
|
159 |
Wednesdays and Fridays at 10 o'clock in Lecture Theater 2, starting 8th October) |
|
24 | 160 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/types/raw-file/tip/lecture1.pdf">Lec 1</A>] |
161 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/types/raw-file/tip/lecture2.pdf">Lec 2</A>] |
|
162 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/types/raw-file/tip/lecture3_script.pdf">Lec 3</A>] |
|
163 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/types/raw-file/tip/lecture4_script.pdf">Lec 4</A>] |
|
164 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/types/raw-file/tip/lecture5_script.pdf">Lec 5</A>] |
|
165 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/types/raw-file/tip/lecture6_script.pdf">Lec 6</A>] |
|
166 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/types/raw-file/tip/lecture7_script.pdf">Lec 7</A>] |
|
167 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/types/raw-file/tip/lecture8.pdf">Lec 8</A>] |
|
2 | 168 |
<li>two-day Isabelle/Isar tutorial at the University Paris Sud with Markus Wenzel |
169 |
</ul> |
|
170 |
</TD> |
|
171 |
</TR> |
|
172 |
||
173 |
<TR> |
|
174 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
|
175 |
<H3>2009-2010</H3> |
|
176 |
||
177 |
<p><B>Summer</B> |
|
178 |
<ul> |
|
179 |
<li>a course on Isabelle Programming at the University of Science and Technology in Nanjing (24 hours) |
|
24 | 180 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec01.thy">Lec 1</A>] |
181 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec02.thy">Lec 2</A>] |
|
182 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec03.thy">Lec 3</A>] |
|
183 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec04.thy">Lec 4</A>] |
|
184 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec05.thy">Lec 5</A>] |
|
185 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec06.thy">Lec 6</A>] |
|
186 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec07.thy">Lec 7</A>] |
|
187 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec08.thy">Lec 8</A>] |
|
188 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec09.thy">Lec 9</A>] |
|
189 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec10.thy">Lec 10</A>] |
|
190 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec11.thy">Lec 11</A>] |
|
191 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec12.thy">Lec 12</A>] |
|
2 | 192 |
</ul> |
193 |
</TD> |
|
194 |
</TR> |
|
195 |
||
196 |
<TR> |
|
197 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
|
198 |
<H3>2008-2009</H3> |
|
199 |
||
200 |
<p><B>Summer</B> |
|
201 |
<ul> |
|
202 |
<li>a <A HREF="http://isabelle.in.tum.de/nominal/activities/cas09/">course</A> |
|
203 |
on Isabelle at the Chinese Academy of Science (7.5 h) |
|
204 |
<li>Pearls in Computer Science, a course for gifted undergraduate students in Munich (5h) |
|
205 |
</ul> |
|
206 |
||
207 |
<p><B>Autumn</B> |
|
208 |
<ul> |
|
209 |
<li>a course in <A HREF="http://www.cs.princeton.edu/">Princeton</A> on |
|
24 | 210 |
<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Teaching/isabelle08.html">Isabelle, Binders and SOS</A> |
2 | 211 |
for students and members of the PL group (8h) |
212 |
</ul> |
|
213 |
||
214 |
</TD> |
|
215 |
</TR> |
|
216 |
||
217 |
<TR> |
|
218 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
|
219 |
<H3>2007-2008</H3> |
|
220 |
||
221 |
<p><B>Sommersemester</B> |
|
222 |
<ul> |
|
24 | 223 |
<li><A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Teaching/semantics08.html">Semantics of Programming Languages</A> |
2 | 224 |
(28h) |
225 |
<li>a course on Nominal Isabelle at the |
|
226 |
<A HREF="http://www.cs.uoregon.edu/research/summerschool/summer08/">Oregon Summer School |
|
227 |
on Logic and Theorem Proving in Programming Languages</A> (4h) |
|
24 | 228 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/oregon1.pdf">Slides 1</A>] |
229 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/oregon2.pdf">Slides 2</A>] |
|
230 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/oregon3.pdf">Slides 3</A>] |
|
108 | 231 |
[<A HREF="http://www.cs.uoregon.edu/Research/summerschool/summer08/video/July25Lect3.wmv">Video 1</A>] |
232 |
[<A HREF="http://www.cs.uoregon.edu/Research/summerschool/summer08/video/July26Lect2.wmv">Video 2</A>] |
|
233 |
[<A HREF="http://www.cs.uoregon.edu/Research/summerschool/summer08/video/July24Lect1.wmv">Video 3</A>] |
|
2 | 234 |
</ul> |
235 |
||
236 |
</TD> |
|
237 |
</TR> |
|
238 |
||
239 |
<TR> |
|
240 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
|
241 |
<H3>2006-2007</H3> |
|
242 |
<p><B>Wintersemester</B> |
|
243 |
<ul><li><A HREF="http://www4.in.tum.de/lehre/vorlesungen/types/WS0607/index.shtml">Types course</A> |
|
244 |
at the TU Munich (21h, slides of |
|
24 | 245 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/types-01.pdf">Lec 1</A>] |
246 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/types-02.pdf">Lec 2</A>] |
|
247 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/types-03.pdf">Lec 3</A>] |
|
248 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/types-04.pdf">Lec 4</A>] |
|
249 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/types-05.pdf">Lec 5</A>, |
|
250 |
<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/handout-05.pdf">Ho 5</A>] |
|
251 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/types-06.pdf">Lec 6</A>] |
|
252 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/types-07.pdf">Lec 7</A>] |
|
253 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/types-08.pdf">Lec 8</A>] |
|
254 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/types-09.pdf">Lec 9</A>] |
|
255 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/types-10.pdf">Lec 10</A>] |
|
256 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/types-11.pdf">Lec 11</A>]) |
|
2 | 257 |
</li></ul> |
258 |
||
259 |
||
260 |
<p><B>Sommersemester</B> |
|
261 |
<ul><li>A course at the International School on Rewriting (1.5h)</li></ul> |
|
262 |
</TD> |
|
263 |
</TR> |
|
264 |
||
265 |
<TR> |
|
266 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
|
267 |
<H3>2005-2006</H3> |
|
268 |
<p><B>Wintersemester</B> |
|
269 |
<ul><li>Scheme course at the LMU (4h)</li> |
|
270 |
<li>a course on nominal datatypes at the University of Pennsylvania |
|
271 |
(6.5h, slides of |
|
24 | 272 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/upenn01.ps">Lec 1</A>] |
273 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/upenn02.ps">Lec 2</A>] |
|
274 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/upenn03.ps">Lec 3</A>] |
|
275 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/upenn04.ps">Lec 4</A>])</li> |
|
2 | 276 |
<li>Theory-Minicourse on nominal datatypes in Cambridge |
277 |
(4h, slides of |
|
24 | 278 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/cam01.ps">Lec 1</A>] |
279 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/cam02.ps">Lec 2</A>] |
|
280 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/cam03.ps">Lec 3</A>] |
|
281 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/cam04.ps">Lec 4</A>])</li> |
|
2 | 282 |
<li>Club2-course on the nominal datatype package at the TU Munich |
283 |
(5h, slides of |
|
24 | 284 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/slides-club2a.pdf">Lec 1</A>] |
285 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/slides-club2b.pdf">Lec 2</A>] |
|
286 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/slides-club2c.pdf">Lec 3</A>] |
|
287 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/slides-club2d.pdf">Lec 4</A>] |
|
288 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/slides-club2e.pdf">Lec 5</A>])</li> |
|
2 | 289 |
</ul> |
290 |
</TD> |
|
291 |
</TR> |
|
292 |
||
293 |
<TR> |
|
294 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
|
295 |
<H3>2004-2005</H3> |
|
296 |
<p><B>Wintersemester</B> |
|
297 |
<dl><dd>Scheme course at the LMU (10h) |
|
298 |
<dd>Linear Algebra for Computer Scientists at the LMU (14h) |
|
299 |
<dd>Discrete Structures for Computer Scientists at the LMU (12h) |
|
300 |
</dl> |
|
301 |
<p><B>Sommersemester</B> |
|
302 |
<dl><dd>A course on my nominal work at the LMU (10h) |
|
303 |
(slides of |
|
24 | 304 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/nom01.ps">Lec 1</A>] |
305 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/nom02.ps">Lec 2</A>] |
|
306 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/nom03.ps">Lec 3</A>] |
|
307 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/nom04.ps">Lec 4</A>] |
|
308 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/nom05.ps">Lec 5</A>] |
|
309 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/nom06.ps">Lec 6</A>] |
|
310 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/nom07.ps">Lec 7</A>] |
|
311 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/nom08.ps">Lec 8</A>] |
|
312 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/nom09.ps">Lec 9</A>] |
|
313 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/nom10.ps">Lec 10</A>]) |
|
2 | 314 |
</dl> |
315 |
</TD> |
|
316 |
</TR> |
|
317 |
||
318 |
<TR> |
|
319 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
|
320 |
<H3>2003-2004</H3> |
|
321 |
<p><B>Michelmas</B> |
|
322 |
<dl><dd>Logic and Proof (4h) |
|
323 |
<dd>Discrete Mathematics I (9h) |
|
324 |
<dd>Part II project on a Nominal Theorem Assistant (5.5h) |
|
325 |
<dd>Interviews of new students (13.5h) |
|
326 |
</dl> |
|
327 |
<p><B>Lent</B> |
|
328 |
<dl><dd>Computation Theory (3h) |
|
329 |
<dd>Discrete Mathematics II (8h) |
|
330 |
<dd>Semantics of Programming Languages (3h) |
|
331 |
<dd>Part II project on a Nominal Theorem Assistant (9.5h) |
|
332 |
</dl> |
|
333 |
<p><B>Easter</B> |
|
334 |
<dl><dd>Regular Languages and Finite Automata (6h) |
|
335 |
<dd>Foundations of Functional Programming (3h) |
|
336 |
<dd>Complexity Theory |
|
337 |
</dl> |
|
338 |
||
339 |
<p><B>Summer</B> |
|
340 |
<dl><dd>Avanced course on nominal logic at the |
|
341 |
<a href="http://esslli2004.loria.fr/">ESSLLI</a> summerschool in Nancy<BR> |
|
342 |
(slides of |
|
24 | 343 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/MONDAY.pdf">Day 1</A>] |
344 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/TUESDAY.pdf">Day 2</A>] |
|
345 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/WEDNESDAY.pdf">Day 3</A>] |
|
346 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/THURSDAY.pdf">Day 4</A>] |
|
347 |
[<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Slides/FRIDAY.pdf">Day 5</A>]) |
|
2 | 348 |
<dd>student intern from the ENS Cachan |
349 |
</dl> |
|
350 |
</TD> |
|
351 |
</TR> |
|
352 |
||
353 |
<TR> |
|
354 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
|
355 |
<H3>2002-2003</H3> |
|
356 |
<p><B>Michelmas</B> |
|
357 |
<dl><dd>Logic and Proof (5h) |
|
358 |
<dd>Discrete Mathematics I (7h) |
|
359 |
<dd>Part II project on Nominal Unification (7h) |
|
360 |
<dd>Interviews of new students |
|
361 |
</dl> |
|
362 |
<p><B>Lent</B> |
|
363 |
<dl><dd>Computation Theory (5.5h) |
|
364 |
<dd>Discrete Mathematics II (8.5h) |
|
365 |
<dd>Part II project (5h) |
|
366 |
</dl> |
|
367 |
<p><B>Easter</B> |
|
368 |
<dl><dd>Semantics of Programming Languages (4h) |
|
369 |
<dd>Regular Languages and Finite Automata (3h) |
|
370 |
<dd>Part II project (3.5h) |
|
371 |
</dl> |
|
372 |
</TD> |
|
373 |
</TR> |
|
374 |
||
375 |
<TR> |
|
376 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
|
377 |
<H3>2001-2002</H3> |
|
378 |
<p><B>Michelmas</B> |
|
379 |
<dl><dd> Logic, Computability and Set Theory (for Math students) |
|
380 |
<dd>Data Structures and Algorithms |
|
381 |
<dd>Logic and Proof (4h) |
|
382 |
<dd>Discrete Mathematics I |
|
383 |
<dd>Interviews of new students |
|
384 |
</dl> |
|
385 |
<p><B>Lent</B> |
|
386 |
<dl><dd>Discrete Mathematics II |
|
387 |
<dd>Semantics of Programming Languages |
|
388 |
<dd>Computation Theory |
|
389 |
<dd>Probablility |
|
390 |
</dl> |
|
391 |
<p><B>Easter</B> |
|
392 |
<dl><dd>Regular Languages and Finite Automata |
|
393 |
<dd>Complexity Theory |
|
394 |
</dl> |
|
395 |
</TD> |
|
396 |
</TR> |
|
397 |
||
398 |
||
399 |
<TR> |
|
400 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%"> |
|
401 |
<H3>previous</H3> |
|
402 |
<dl> |
|
403 |
<dd>Types |
|
404 |
<dd>Denotational Semantics |
|
405 |
<dd>Communicating Atomata and Pi-calculus |
|
406 |
<dd>Semantics of Programming Languages |
|
407 |
<dd>Foundations of Functional Programming |
|
408 |
<dd>Probability |
|
409 |
<dd>Computation Theory |
|
410 |
<dd>Complexity Theory |
|
411 |
<dd>Logic, Computation and Set Theory |
|
412 |
</dl> |
|
413 |
</TD> |
|
414 |
</TR> |
|
415 |
||
416 |
</TABLE> |
|
417 |
<P><!-- Created: Tue Mar 4 00:23:25 GMT 1997 --> |
|
418 |
<!-- hhmts start --> |
|
39 | 419 |
Last modified: Thu Nov 3 01:36:36 GMT 2011 |
2 | 420 |
<!-- hhmts end --> |
421 |
<a href="http://validator.w3.org/check/referer">[Validate this page.]</a> |
|
422 |
</BODY> |
|
423 |
</HTML> |