You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,7 @@ <h2>Visitors</h2>
212
212
<sectionclass="undergrad-section">
213
213
<h2>Undergraduate projects</h2>
214
214
<ul>
215
+
<li><ahref="papers/undergrads/ug4_20181051.pdf">TryLinks: an interactive online platform to learn the Links programming language</a>. Nick Wu (2018).</li>
215
216
<li>Building Bobcat - a web content management system in Links.
216
217
Simon Vansintjan (2010).</li>
217
218
<li>Web Menace: Links demonstration of a classic learning machine.
<li><ahref="papers/mscs/Master_Thesis_Thomas_Weber_1450761.pdf">Uselets: UIs using Actors as an Abstraction for Composable Communicating Components</a>. Thomas Weber (LMU/University fo Augsburg/TU Munich, 2018).</li>
235
237
<li><ahref="http://homepages.inf.ed.ac.uk/s1467124/papers/thesis2016.pdf">Compilation of Effect Handlers and their Applications in Concurrency</a>.
236
238
Daniel Hillerström (2016). </li>
237
239
<li><ahref="http://project-archive.inf.ed.ac.uk/msc/20150206/msc_proj.pdf">Handlers for Algebraic Effects in Links</a>.
@@ -258,7 +260,9 @@ <h2>MSc Projects</h2>
258
260
<sectionclass="interns-section">
259
261
<h2>Interns</h2>
260
262
<ul>
261
-
<li>Thomas Weber, May-October 2017. Thomas worked on <em>uselets</em>, a new abstraction for UI programming in Links, and made several contributions including a cleanup of the JavaScript runtime code, a resdesign of this home page, and the Links logo.</li>
263
+
<li>Arek Mikolajczak, June-August 2018.</li>
264
+
<li>Nicole Meng, June-July 2018.</li>
265
+
<li>Thomas Weber, May-October 2017. Thomas worked on <em>uselets</em>, a new abstraction for UI programming in Links, and made several contributions including a cleanup of the JavaScript runtime code, a redesign of this home page, and the Links logo. He also developed the <ahref="https://github.com/elordin/uselets">Uselets</a> library and examples.</li>
262
266
<li>Jake Browning, Summer 2017.
263
267
Jake implemented a reactive programming library for Links inspired by Elm.</li>
0 commit comments