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>
|
465
|
5 |
<BASE HREF="http://nms.kcl.ac.uk/christian.urban/">
|
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">
|
602
|
26 |
<font face='Optima'>
|
2
|
27 |
|
597
|
28 |
<TABLE WIDTH="100%"
|
2
|
29 |
BGCOLOR="#4169E1"
|
|
30 |
BORDER="0"
|
|
31 |
FRAME="border"
|
|
32 |
CELLPADDING="10"
|
|
33 |
CELLSPACING="2"
|
|
34 |
RULES="all">
|
|
35 |
|
|
36 |
<!-- left column -->
|
|
37 |
<TR>
|
|
38 |
<TD BGCOLOR="#FFFFFF"
|
|
39 |
WIDTH="24%"
|
|
40 |
VALIGN="TOP"
|
616
|
41 |
ROWSPAN="23">
|
2
|
42 |
|
|
43 |
<B>Links</B><BR>
|
465
|
44 |
<A HREF="http://nms.kcl.ac.uk/christian.urban/">Home</A><BR>
|
|
45 |
<A HREF="http://nms.kcl.ac.uk/christian.urban/publications.html">Publications</A><BR>
|
|
46 |
<A HREF="http://nms.kcl.ac.uk/christian.urban/teaching.html">Teaching</A><BR>
|
|
47 |
<A HREF="http://nms.kcl.ac.uk/christian.urban/travelling.html">Recent Talks</A><BR>
|
|
48 |
<A HREF="http://nms.kcl.ac.uk/christian.urban/Nominal/">Nominal Isabelle</A>
|
2
|
49 |
<BR>
|
|
50 |
<BR>
|
|
51 |
|
|
52 |
<B>Handy Information</B><BR>
|
465
|
53 |
<A HREF="http://nms.kcl.ac.uk/christian.urban/logic.html">People in Logic</A><BR>
|
|
54 |
<A HREF="http://nms.kcl.ac.uk/christian.urban/programming.html">Programming Languages</A><BR>
|
|
55 |
<A HREF="http://nms.kcl.ac.uk/christian.urban/misc.html">Miscellaneous</A>
|
2
|
56 |
<BR><BR>
|
|
57 |
|
39
|
58 |
<table border="0">
|
|
59 |
<tr>
|
|
60 |
<td>
|
465
|
61 |
<A HREF="http://nms.kcl.ac.uk/christian.urban/Nominal/">
|
39
|
62 |
<IMG SRC="nominal-logo.gif" ALT="" style="border-width: 0px;" align="left"></A>
|
|
63 |
</td>
|
|
64 |
</tr>
|
|
65 |
<tr>
|
|
66 |
<td>
|
465
|
67 |
<A HREF="http://nms.kcl.ac.uk/christian.urban/Cookbook/">
|
39
|
68 |
<IMG SRC="Cookbook/logo-documentation.gif" ALT="" style="border-width: 0px;" align="left"></A>
|
|
69 |
</td>
|
|
70 |
</tr>
|
|
71 |
</table>
|
2
|
72 |
</TD>
|
|
73 |
|
|
74 |
|
|
75 |
<!-- right column -->
|
|
76 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
|
77 |
<H2>Teaching</H2>
|
346
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
78 |
|
2
|
79 |
<p>Undergraduate students who have written dissertations under my supervision:
|
|
80 |
<ul>
|
534
|
81 |
<li>Dominik Wee (2002-2003, King's College, Cambridge; now at McKinsey in Munich)
|
2
|
82 |
Part-II dissertation: An Implementation of Alpha-Prolog,
|
|
83 |
A Logic Programming Language with Support for Binding Syntax (out of 84 dissertations, Dominik's
|
|
84 |
thesis received the Data Connection prize for the highest number of marks awarded in 2003)</li>
|
|
85 |
<li>Lisa White (2003-2004, Corpus, Cambridge) Part-II dissertation: Hal 2004, A Nominal Theorem
|
|
86 |
Prover</li>
|
|
87 |
<li><A HREF="http://www.pps.jussieu.fr/~tasson">Christine Tasson</A>
|
|
88 |
(2004, ENS Cachan, France; now in the PPS group in Paris)
|
|
89 |
Induction Principles for Alpha-Equated Lambda-Terms
|
|
90 |
(the paper coming out of this work was presented at CADE)</li>
|
|
91 |
<li><A HREF="http://www.lsv.ens-cachan.fr/~arnaud">Mathilde Arnaud</A>
|
310
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
92 |
(2007, ENS Cachan, France, works now at the CEA in Saclay, France) Formalization of Generative Unbinding</li>
|
277
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
93 |
<li>Akhil Junghare (MSc 2011-2012, King's, mark: 68%) Lexing and Parsing using Derivatives</li>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
94 |
<li>Darius Hodaei (MSc 2011-2012, King's, mark: 88%, works now at Microsoft Skype in London)
|
209
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
95 |
A Compiler for System F</li>
|
197
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
96 |
<li>Jian Jiang (MSc 2011-2012, King's) Suffix Array Sorting,
|
168
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
97 |
received the prize of the best MSc thesis in 2012</li>
|
278
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
98 |
<li>Mateusz Bieniek (BSc 2012-2013, King's, mark: 80%, works as developer at RedBite in Cambridge and
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
99 |
starts a MSc in Bioinformatics at Imperial) X86-Code Generator for a small Compiler</li>
|
275
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
100 |
<li>Daniel Zurawski (BSc 2012-2013, King's, mark: 75%, works now at MailOne) Lisp to JavaScript Translator in Clojure</li>
|
261
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
101 |
<li>Biljana Naumova (BSc 2012-2013, King's) Regular Expression Equivalence Checking using Asperti's Algorithm</li>
|
298
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
102 |
<li>Spencer Jevon (BSc 2012-2013, King's, mark: 73%) Automata Minimisation using Brzozowski's Algorithm</li>
|
261
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
103 |
<li>Maciej Surmacz (MSc 2012-2013, King's) A Student Polling System</li>
|
310
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
104 |
<li>Fahad Ausaf (MSc 2012-2013, King's, mark: 78%, is now doing a PhD at King's under my supervison)
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
105 |
MS IL Code Generator for a Simple Compiler</li>
|
277
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
106 |
<li>Schwit Janwityanujit (MSc 2012-2013, King's) Syntax Highlighting in Web-Browsers</li>
|
294
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
107 |
<li>Mark Sangster (MSci 2013-2014, King's, mark: 80%) Regular Expression Matching and Partial Derivatives</li>
|
261
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
108 |
<li>Lisethe Sanmartin (BSc 2013-2014, King's), Raspberry Pi Weather Station</li>
|
294
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
109 |
<li>Gerwin Glorieux (BSc 2013-2014, King's, mark 80%) A Student Polling System</li>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
110 |
<li>Anna Bladzich (MSci 2013-2014, King's, mark: 65%)
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
111 |
Implementation of a Distributed Clock-Synchronisation Algorithm
|
261
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
112 |
developed at NASA</li>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
113 |
<li>Ben Lertlumprasertkul (BSc 2013-2014, King's) An Online Collaboration System</li>
|
310
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
114 |
<li>Pawel Huszcza (MSci 2013-2014, King's, mark: 65%) A Simple Compiler Targeting the LLVM</li>
|
294
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
115 |
<li>Jan Soendermann (BSc 2013-2014, King's, mark: 85%, studies for his MSc at Cambridge University)
|
277
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
116 |
A Lisp Compiler Targeting JavaScript/Asm.js</li>
|
346
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
117 |
<li>Ritu Kundu (MSc 2013-2014, King's, mark 79%) Modern Slide-Making in Elm and JavaScript</li>
|
349
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
118 |
<li>Vladislav Kononov (MSc 2013-2014, King's, mark 75%, works for RBS)
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
119 |
Regular Expression Matching with Derivatives</li>
|
374
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
120 |
<li>Daniel Martinez (MSc 2013-2014, King's, mark 73%) Raspberry Pi Network</li>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
121 |
<li>Kintesh Patel (BSc 2014-2015, King's, mark 75%) Slide-Making in the Web-Age</li>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
122 |
<li>Vishvadeep Kadian (BSc 2014-2015, King's, mark 70%) Home Control, Automation & Management
|
468
|
123 |
System Optimised for the Raspberry Pi</li>
|
|
124 |
<li> ...
|
2
|
125 |
</ul>
|
|
126 |
|
346
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
127 |
<p>
|
374
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
128 |
I was awarded in 2014 the prizes for both, best supervisor for BSc and best supervisor
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
129 |
for MSc projects, in the Faculty of Natural and Mathematical Sciences.
|
346
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
130 |
</p>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
131 |
|
179
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
132 |
<p>Examiner of PhD-theses:
|
178
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
133 |
<ul>
|
536
|
134 |
<li>Dragisa Zunic (2007, ENS in Lyon)</li>
|
|
135 |
<li>Clement Houtmann (2010, INRIA Bordeaux)</li>
|
|
136 |
<li>Nikolai Sultana (2014, Cambridge)</li>
|
|
137 |
<li>Andrew Boyton (2014, UNSW Australia)</li>
|
|
138 |
<li>Amy Furniss (2015, Leicester)</li>
|
|
139 |
<li>Julian Hedges (2016, QMUL London)</li>
|
|
140 |
<li>Ana Cristina Rocha-Oliveira (2016, University of Brasilia)</li>
|
609
|
141 |
<li>Lorenzo Gheri (2018, Middlesex University London)</li>
|
610
|
142 |
<li>Eleanor Davis (2021, Warwick University)</li>
|
|
143 |
<li>Kawin Worrasangasilpa (2021, Cambridge)</li>
|
534
|
144 |
</ul>
|
178
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
145 |
|
2
|
146 |
</TD>
|
|
147 |
</TR>
|
|
148 |
|
|
149 |
<TR>
|
|
150 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
616
|
151 |
<H3>2021-2022</H3>
|
|
152 |
|
|
153 |
<ul>
|
|
154 |
<li>Compilers and Formal Languages (93 students)
|
|
155 |
<li>Practical Experiences of Programming (Scala Part, 5 weeks, 438 students)
|
|
156 |
</ul>
|
|
157 |
</TD>
|
|
158 |
</TR>
|
|
159 |
|
|
160 |
|
|
161 |
<TR>
|
|
162 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
608
|
163 |
<H3>2020-2021</H3>
|
|
164 |
|
|
165 |
<ul>
|
|
166 |
<li>Compilers and Formal Languages
|
|
167 |
<li>Practical Experiences of Programming (Scala Part, 5 weeks)
|
|
168 |
</ul>
|
|
169 |
</TD>
|
|
170 |
</TR>
|
|
171 |
|
|
172 |
<TR>
|
|
173 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
|
174 |
<H3>2019-2020</H3>
|
|
175 |
|
|
176 |
<ul>
|
|
177 |
<li>Compilers and Formal Languages
|
|
178 |
<li>Practical Experiences of Programming (Scala Part, 5 weeks)
|
|
179 |
</ul>
|
|
180 |
</TD>
|
|
181 |
</TR>
|
|
182 |
|
|
183 |
|
|
184 |
<TR>
|
|
185 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
579
|
186 |
<H3>2018-2019</H3>
|
|
187 |
|
|
188 |
<ul>
|
|
189 |
<li>Compilers and Formal Languages
|
|
190 |
<li>Practical Experiences of Programming (Scala Part, 5 weeks)
|
|
191 |
</ul>
|
|
192 |
</TD>
|
|
193 |
</TR>
|
|
194 |
|
|
195 |
<TR>
|
|
196 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
524
|
197 |
<H3>2017-2018</H3>
|
|
198 |
|
|
199 |
<ul>
|
|
200 |
<li>Compilers and Formal Languages
|
|
201 |
<li>Security Engineering
|
|
202 |
<li>Practical Experiences of Programming (Scala Part, 3 weeks)
|
|
203 |
</ul>
|
|
204 |
</TD>
|
|
205 |
</TR>
|
|
206 |
|
|
207 |
<TR>
|
|
208 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
468
|
209 |
<H3>2016-2017</H3>
|
|
210 |
|
|
211 |
<ul>
|
|
212 |
<li>Compilers and Formal Languages
|
|
213 |
<li>Security Engineering
|
|
214 |
<li>Practical Experiences of Programming (Scala Part, 3 weeks)
|
|
215 |
</ul>
|
|
216 |
</TD>
|
|
217 |
</TR>
|
|
218 |
|
|
219 |
|
|
220 |
<TR>
|
|
221 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
374
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
222 |
<H3>2015-2016</H3>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
223 |
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
224 |
<ul>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
225 |
<li>Automata and Formal Languages
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
226 |
<li>Security Engineering
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
227 |
</ul>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
228 |
</TD>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
229 |
</TR>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
230 |
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
231 |
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
232 |
<TR>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
233 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
294
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
234 |
<H3>2014-2015</H3>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
235 |
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
236 |
<ul>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
237 |
<li>Automata and Formal Languages course
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
238 |
<li>Access Control and Privacy Policies
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
239 |
</ul>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
240 |
</TD>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
241 |
</TR>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
242 |
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
243 |
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
244 |
<TR>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
245 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
188
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
246 |
<H3>2013-2014</H3>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
247 |
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
248 |
<ul>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
249 |
<li>Automata and Formal Languages course
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
250 |
<li>Access Control and Privacy Policies
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
251 |
</ul>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
252 |
</TD>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
253 |
</TR>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
254 |
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
255 |
<TR>
|
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
256 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
73
|
257 |
<H3>2012-2013</H3>
|
|
258 |
|
|
259 |
<ul>
|
79
|
260 |
<li>Automata and Formal Languages course
|
142
|
261 |
<li>Access Control and Privacy Policies
|
73
|
262 |
</ul>
|
|
263 |
</TD>
|
|
264 |
</TR>
|
|
265 |
|
|
266 |
<TR>
|
|
267 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
13
|
268 |
<H3>2011-2012</H3>
|
2
|
269 |
|
73
|
270 |
<p><B>Autumn</B>
|
13
|
271 |
<ul>
|
75
|
272 |
<li>Course on Access Control and Privacy Policies (at King's; original course by Steve Barker)
|
73
|
273 |
</ul>
|
|
274 |
<p><B>Spring</B>
|
|
275 |
<ul>
|
|
276 |
<li>Help Steffen Zschaler with the Programming Application course; I
|
534
|
277 |
am responsible for the exercises and the Scala part
|
13
|
278 |
</ul>
|
|
279 |
</TD>
|
|
280 |
</TR>
|
|
281 |
|
|
282 |
|
|
283 |
<TR>
|
|
284 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
2
|
285 |
<H3>2010-2011</H3>
|
|
286 |
|
|
287 |
<p><B>Spring</B>
|
|
288 |
<ul>
|
|
289 |
<li>one-day tutorial on Nominal Isabelle at POPL'11 with Cezary Kaliszyk
|
|
290 |
</ul>
|
|
291 |
|
|
292 |
<p><B>Autumn</B>
|
|
293 |
<ul>
|
|
294 |
<li>Types course at the University of Cambridge (Mondays,
|
|
295 |
Wednesdays and Fridays at 10 o'clock in Lecture Theater 2, starting 8th October)
|
465
|
296 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/types/raw-file/tip/lecture1.pdf">Lec 1</A>]
|
|
297 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/types/raw-file/tip/lecture2.pdf">Lec 2</A>]
|
|
298 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/types/raw-file/tip/lecture3_script.pdf">Lec 3</A>]
|
|
299 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/types/raw-file/tip/lecture4_script.pdf">Lec 4</A>]
|
|
300 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/types/raw-file/tip/lecture5_script.pdf">Lec 5</A>]
|
|
301 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/types/raw-file/tip/lecture6_script.pdf">Lec 6</A>]
|
|
302 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/types/raw-file/tip/lecture7_script.pdf">Lec 7</A>]
|
|
303 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/types/raw-file/tip/lecture8.pdf">Lec 8</A>]
|
2
|
304 |
<li>two-day Isabelle/Isar tutorial at the University Paris Sud with Markus Wenzel
|
|
305 |
</ul>
|
|
306 |
</TD>
|
|
307 |
</TR>
|
|
308 |
|
|
309 |
<TR>
|
|
310 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
|
311 |
<H3>2009-2010</H3>
|
|
312 |
|
|
313 |
<p><B>Summer</B>
|
|
314 |
<ul>
|
|
315 |
<li>a course on Isabelle Programming at the University of Science and Technology in Nanjing (24 hours)
|
465
|
316 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec01.thy">Lec 1</A>]
|
|
317 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec02.thy">Lec 2</A>]
|
|
318 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec03.thy">Lec 3</A>]
|
|
319 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec04.thy">Lec 4</A>]
|
|
320 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec05.thy">Lec 5</A>]
|
|
321 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec06.thy">Lec 6</A>]
|
|
322 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec07.thy">Lec 7</A>]
|
|
323 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec08.thy">Lec 8</A>]
|
|
324 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec09.thy">Lec 9</A>]
|
|
325 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec10.thy">Lec 10</A>]
|
|
326 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec11.thy">Lec 11</A>]
|
|
327 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/cgi-bin/repos.cgi/nanjing lectures/raw-file/tip/Lec12.thy">Lec 12</A>]
|
2
|
328 |
</ul>
|
|
329 |
</TD>
|
|
330 |
</TR>
|
|
331 |
|
|
332 |
<TR>
|
|
333 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
|
334 |
<H3>2008-2009</H3>
|
|
335 |
|
|
336 |
<p><B>Summer</B>
|
|
337 |
<ul>
|
465
|
338 |
<li>a <A HREF="http://nms.kcl.ac.uk/christian.urban/Nominal/activities/cas09/">course</A>
|
2
|
339 |
on Isabelle at the Chinese Academy of Science (7.5 h)
|
|
340 |
<li>Pearls in Computer Science, a course for gifted undergraduate students in Munich (5h)
|
|
341 |
</ul>
|
|
342 |
|
|
343 |
<p><B>Autumn</B>
|
|
344 |
<ul>
|
|
345 |
<li>a course in <A HREF="http://www.cs.princeton.edu/">Princeton</A> on
|
465
|
346 |
<A HREF="http://nms.kcl.ac.uk/christian.urban/Teaching/isabelle08.html">Isabelle, Binders and SOS</A>
|
2
|
347 |
for students and members of the PL group (8h)
|
|
348 |
</ul>
|
|
349 |
|
|
350 |
</TD>
|
|
351 |
</TR>
|
|
352 |
|
|
353 |
<TR>
|
|
354 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
|
355 |
<H3>2007-2008</H3>
|
|
356 |
|
|
357 |
<p><B>Sommersemester</B>
|
|
358 |
<ul>
|
465
|
359 |
<li><A HREF="http://nms.kcl.ac.uk/christian.urban/Teaching/semantics08.html">Semantics of Programming Languages</A>
|
2
|
360 |
(28h)
|
|
361 |
<li>a course on Nominal Isabelle at the
|
|
362 |
<A HREF="http://www.cs.uoregon.edu/research/summerschool/summer08/">Oregon Summer School
|
|
363 |
on Logic and Theorem Proving in Programming Languages</A> (4h)
|
465
|
364 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/oregon1.pdf">Slides 1</A>]
|
|
365 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/oregon2.pdf">Slides 2</A>]
|
|
366 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/oregon3.pdf">Slides 3</A>]
|
108
|
367 |
[<A HREF="http://www.cs.uoregon.edu/Research/summerschool/summer08/video/July25Lect3.wmv">Video 1</A>]
|
|
368 |
[<A HREF="http://www.cs.uoregon.edu/Research/summerschool/summer08/video/July26Lect2.wmv">Video 2</A>]
|
|
369 |
[<A HREF="http://www.cs.uoregon.edu/Research/summerschool/summer08/video/July24Lect1.wmv">Video 3</A>]
|
2
|
370 |
</ul>
|
|
371 |
|
|
372 |
</TD>
|
|
373 |
</TR>
|
|
374 |
|
|
375 |
<TR>
|
|
376 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
|
377 |
<H3>2006-2007</H3>
|
|
378 |
<p><B>Wintersemester</B>
|
433
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
379 |
<ul><li>Types course at the TU Munich (21h, slides of
|
465
|
380 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/types-01.pdf">Lec 1</A>]
|
|
381 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/types-02.pdf">Lec 2</A>]
|
|
382 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/types-03.pdf">Lec 3</A>]
|
|
383 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/types-04.pdf">Lec 4</A>]
|
|
384 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/types-05.pdf">Lec 5</A>,
|
|
385 |
<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/handout-05.pdf">Ho 5</A>]
|
|
386 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/types-06.pdf">Lec 6</A>]
|
|
387 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/types-07.pdf">Lec 7</A>]
|
|
388 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/types-08.pdf">Lec 8</A>]
|
|
389 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/types-09.pdf">Lec 9</A>]
|
|
390 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/types-10.pdf">Lec 10</A>]
|
|
391 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/types-11.pdf">Lec 11</A>])
|
2
|
392 |
</li></ul>
|
|
393 |
|
|
394 |
|
|
395 |
<p><B>Sommersemester</B>
|
|
396 |
<ul><li>A course at the International School on Rewriting (1.5h)</li></ul>
|
|
397 |
</TD>
|
|
398 |
</TR>
|
|
399 |
|
|
400 |
<TR>
|
|
401 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
|
402 |
<H3>2005-2006</H3>
|
|
403 |
<p><B>Wintersemester</B>
|
|
404 |
<ul><li>Scheme course at the LMU (4h)</li>
|
|
405 |
<li>a course on nominal datatypes at the University of Pennsylvania
|
|
406 |
(6.5h, slides of
|
465
|
407 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/upenn01.ps">Lec 1</A>]
|
|
408 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/upenn02.ps">Lec 2</A>]
|
|
409 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/upenn03.ps">Lec 3</A>]
|
|
410 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/upenn04.ps">Lec 4</A>])</li>
|
2
|
411 |
<li>Theory-Minicourse on nominal datatypes in Cambridge
|
|
412 |
(4h, slides of
|
465
|
413 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/cam01.ps">Lec 1</A>]
|
|
414 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/cam02.ps">Lec 2</A>]
|
|
415 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/cam03.ps">Lec 3</A>]
|
|
416 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/cam04.ps">Lec 4</A>])</li>
|
2
|
417 |
<li>Club2-course on the nominal datatype package at the TU Munich
|
|
418 |
(5h, slides of
|
465
|
419 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/slides-club2a.pdf">Lec 1</A>]
|
|
420 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/slides-club2b.pdf">Lec 2</A>]
|
|
421 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/slides-club2c.pdf">Lec 3</A>]
|
|
422 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/slides-club2d.pdf">Lec 4</A>]
|
|
423 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/slides-club2e.pdf">Lec 5</A>])</li>
|
2
|
424 |
</ul>
|
|
425 |
</TD>
|
|
426 |
</TR>
|
|
427 |
|
|
428 |
<TR>
|
|
429 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
|
430 |
<H3>2004-2005</H3>
|
|
431 |
<p><B>Wintersemester</B>
|
|
432 |
<dl><dd>Scheme course at the LMU (10h)
|
|
433 |
<dd>Linear Algebra for Computer Scientists at the LMU (14h)
|
|
434 |
<dd>Discrete Structures for Computer Scientists at the LMU (12h)
|
|
435 |
</dl>
|
|
436 |
<p><B>Sommersemester</B>
|
|
437 |
<dl><dd>A course on my nominal work at the LMU (10h)
|
|
438 |
(slides of
|
465
|
439 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/nom01.ps">Lec 1</A>]
|
|
440 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/nom02.ps">Lec 2</A>]
|
|
441 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/nom03.ps">Lec 3</A>]
|
|
442 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/nom04.ps">Lec 4</A>]
|
|
443 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/nom05.ps">Lec 5</A>]
|
|
444 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/nom06.ps">Lec 6</A>]
|
|
445 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/nom07.ps">Lec 7</A>]
|
|
446 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/nom08.ps">Lec 8</A>]
|
|
447 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/nom09.ps">Lec 9</A>]
|
|
448 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/nom10.ps">Lec 10</A>])
|
2
|
449 |
</dl>
|
|
450 |
</TD>
|
|
451 |
</TR>
|
|
452 |
|
|
453 |
<TR>
|
|
454 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
|
455 |
<H3>2003-2004</H3>
|
561
|
456 |
<p><B>Michealmas</B>
|
2
|
457 |
<dl><dd>Logic and Proof (4h)
|
|
458 |
<dd>Discrete Mathematics I (9h)
|
|
459 |
<dd>Part II project on a Nominal Theorem Assistant (5.5h)
|
|
460 |
<dd>Interviews of new students (13.5h)
|
|
461 |
</dl>
|
|
462 |
<p><B>Lent</B>
|
|
463 |
<dl><dd>Computation Theory (3h)
|
|
464 |
<dd>Discrete Mathematics II (8h)
|
|
465 |
<dd>Semantics of Programming Languages (3h)
|
|
466 |
<dd>Part II project on a Nominal Theorem Assistant (9.5h)
|
|
467 |
</dl>
|
|
468 |
<p><B>Easter</B>
|
|
469 |
<dl><dd>Regular Languages and Finite Automata (6h)
|
|
470 |
<dd>Foundations of Functional Programming (3h)
|
|
471 |
<dd>Complexity Theory
|
|
472 |
</dl>
|
|
473 |
|
|
474 |
<p><B>Summer</B>
|
|
475 |
<dl><dd>Avanced course on nominal logic at the
|
|
476 |
<a href="http://esslli2004.loria.fr/">ESSLLI</a> summerschool in Nancy<BR>
|
|
477 |
(slides of
|
465
|
478 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/MONDAY.pdf">Day 1</A>]
|
|
479 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/TUESDAY.pdf">Day 2</A>]
|
|
480 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/WEDNESDAY.pdf">Day 3</A>]
|
|
481 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/THURSDAY.pdf">Day 4</A>]
|
|
482 |
[<A HREF="http://nms.kcl.ac.uk/christian.urban/Slides/FRIDAY.pdf">Day 5</A>])
|
2
|
483 |
<dd>student intern from the ENS Cachan
|
|
484 |
</dl>
|
|
485 |
</TD>
|
|
486 |
</TR>
|
|
487 |
|
|
488 |
<TR>
|
|
489 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
|
490 |
<H3>2002-2003</H3>
|
561
|
491 |
<p><B>Michealmas</B>
|
2
|
492 |
<dl><dd>Logic and Proof (5h)
|
|
493 |
<dd>Discrete Mathematics I (7h)
|
|
494 |
<dd>Part II project on Nominal Unification (7h)
|
|
495 |
<dd>Interviews of new students
|
|
496 |
</dl>
|
|
497 |
<p><B>Lent</B>
|
|
498 |
<dl><dd>Computation Theory (5.5h)
|
|
499 |
<dd>Discrete Mathematics II (8.5h)
|
|
500 |
<dd>Part II project (5h)
|
|
501 |
</dl>
|
|
502 |
<p><B>Easter</B>
|
|
503 |
<dl><dd>Semantics of Programming Languages (4h)
|
|
504 |
<dd>Regular Languages and Finite Automata (3h)
|
|
505 |
<dd>Part II project (3.5h)
|
|
506 |
</dl>
|
|
507 |
</TD>
|
|
508 |
</TR>
|
|
509 |
|
|
510 |
<TR>
|
|
511 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
|
512 |
<H3>2001-2002</H3>
|
561
|
513 |
<p><B>Michealmas</B>
|
2
|
514 |
<dl><dd> Logic, Computability and Set Theory (for Math students)
|
|
515 |
<dd>Data Structures and Algorithms
|
|
516 |
<dd>Logic and Proof (4h)
|
|
517 |
<dd>Discrete Mathematics I
|
|
518 |
<dd>Interviews of new students
|
|
519 |
</dl>
|
|
520 |
<p><B>Lent</B>
|
|
521 |
<dl><dd>Discrete Mathematics II
|
|
522 |
<dd>Semantics of Programming Languages
|
|
523 |
<dd>Computation Theory
|
534
|
524 |
<dd>Probability
|
2
|
525 |
</dl>
|
|
526 |
<p><B>Easter</B>
|
|
527 |
<dl><dd>Regular Languages and Finite Automata
|
|
528 |
<dd>Complexity Theory
|
|
529 |
</dl>
|
|
530 |
</TD>
|
|
531 |
</TR>
|
|
532 |
|
|
533 |
|
|
534 |
<TR>
|
|
535 |
<TD BGCOLOR="#FFFFFF" WIDTH="75%">
|
|
536 |
<H3>previous</H3>
|
|
537 |
<dl>
|
|
538 |
<dd>Types
|
|
539 |
<dd>Denotational Semantics
|
534
|
540 |
<dd>Communicating Automata and Pi-calculus
|
2
|
541 |
<dd>Semantics of Programming Languages
|
|
542 |
<dd>Foundations of Functional Programming
|
|
543 |
<dd>Probability
|
|
544 |
<dd>Computation Theory
|
|
545 |
<dd>Complexity Theory
|
|
546 |
<dd>Logic, Computation and Set Theory
|
|
547 |
</dl>
|
|
548 |
</TD>
|
|
549 |
</TR>
|
|
550 |
|
|
551 |
</TABLE>
|
199
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
552 |
<P>
|
444
Christian Urban <christian dot urban at kcl dot ac dot uk>
diff
changeset
|
553 |
<!-- hhmts start --> Last modified: Thu May 26 23:10:20 BST 2016 <!-- hhmts end -->
|
2
|
554 |
<a href="http://validator.w3.org/check/referer">[Validate this page.]</a>
|
597
|
555 |
</font>
|
2
|
556 |
</BODY>
|
|
557 |
</HTML>
|