Author: pcostanza Date: 2006-06-29 13:29:03 -0400 (Thu, 29 Jun 2006) New Revision: 1959
Added: branches/xml-class-rework/projects/lisp-ecoop/website/templates/programme.xml Modified: branches/xml-class-rework/projects/lisp-ecoop/website/templates/home.xml branches/xml-class-rework/projects/lisp-ecoop/website/templates/menu.xml Log: Added the programmme.
Modified: branches/xml-class-rework/projects/lisp-ecoop/website/templates/home.xml =================================================================== --- branches/xml-class-rework/projects/lisp-ecoop/website/templates/home.xml 2006-06-21 04:39:31 UTC (rev 1958) +++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/home.xml 2006-06-29 17:29:03 UTC (rev 1959) @@ -5,7 +5,7 @@
<h1>3rd European Lisp Workshop</h1>
-<p>July 3 - Nantes, Frances - co-located with ECOOP 2006</p> +<p>July 3 - Nantes, France - co-located with ECOOP 2006</p>
<p> <a href="http://www.alu.org" target="_new">
Modified: branches/xml-class-rework/projects/lisp-ecoop/website/templates/menu.xml =================================================================== --- branches/xml-class-rework/projects/lisp-ecoop/website/templates/menu.xml 2006-06-21 04:39:31 UTC (rev 1958) +++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/menu.xml 2006-06-29 17:29:03 UTC (rev 1959) @@ -4,6 +4,7 @@ <item url="news" title="News" /> <item url="people" title="People" /> <item url="submissions" title="Submissions" /> + <item url="programme" title="Programme" /> <item url="registration" title="Registration" /> <item url="contact" title="Organization / Contact" /> <!--
Added: branches/xml-class-rework/projects/lisp-ecoop/website/templates/programme.xml =================================================================== --- branches/xml-class-rework/projects/lisp-ecoop/website/templates/programme.xml 2006-06-21 04:39:31 UTC (rev 1958) +++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/programme.xml 2006-06-29 17:29:03 UTC (rev 1959) @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?> +<lisp-ecoop:page name="programme" + xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net"> + +<h1>Workshop Programme</h1> + +<h3>9:00 - 10:30</h3> + +<ul> + <li>Introduction</li> + <li>Nick Levine, "How to stay poor, with macros and closures"</li> +</ul> + +<h3>10:30 - 11:00</h3> + +<ul> + <li>Coffee Break</li> +</ul> + +<h3>11:00 - 12:30</h3> + +<ul> + <li>Marie Beurton-Aimar, Nicolas Parisey. <i>An agent-based framework to simulate metabolic processes.</i></li> + <li>Brecht Desmet, Ellie D'Hondt, Pascal Costanza, and Theo D'Hondt. <i>Simulation of Quantum Computations in Lisp.</i></li> + <li>David Lewis, Christophe Rhodes. <i>Lisp tools for musicology - Research aids for an Electronic Corpus of Lute Music.</i></li> + <li>Rudi Schlatte. <i>Naturalising Foreign Libraries.</i></li> + <li>Didier Verna. <i>Beating C in Scientific Computing Applications - On the Behavior and Performance of LISP, Part 1.</i></li> +</ul> + +<h3>12:30 - 14:00</h3> + +<ul> + <li>Lunch Break</li> +</ul> + +<h3>14:00 - 15:30</h3> + +<ul> + <li>Short introduction to the breakout group about Lisp hardware, then in parallel:</li> + <li>Lisp hardware breakout group</li> + <li>Tutorial on CLIM</li> + <li>Tutorial on Reflection and Metaprogramming</li> +</ul> + +<h3>15:30 - 16:00</h3> + +<ul> + <li>Coffee Break</li> +</ul> + +<h3>16:00 - 17:00</h3> + +<ul> + <li>Summary of the Lisp hardware breakout group</li> + <li>Lightning Talks</li> +</ul> + +</lisp-ecoop:page>