Nominal/activities/tphols09/accepted.html
changeset 415 f1be8028a4a9
equal deleted inserted replaced
414:05e5d68c9627 415:f1be8028a4a9
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <title>TPHOLs 2009</title>
       
     5 <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAPK7aMC4FDjV_GNRHDThC1BTTdYAvEcsK2WWznOVPgLglzb1KQhR1cqhbUMaTXEN7XtSXuQxbViAeQg"
       
     6             type="text/javascript"></script>
       
     7     <script type="text/javascript">
       
     8 
       
     9     function initialize() {
       
    10       if (GBrowserIsCompatible()) {
       
    11         var map = new GMap2(document.getElementById("map_canvas"));
       
    12         var TUM = new GLatLng(48.12954444444, 11.588652777777778);
       
    13         map.setCenter(TUM, 0);
       
    14         map.setMapType(G_HYBRID_MAP);
       
    15         map.addControl(new GSmallMapControl());
       
    16         map.addOverlay(new GMarker(TUM));
       
    17       }
       
    18     }
       
    19 
       
    20     </script>
       
    21 </head>
       
    22 
       
    23 <BODY TEXT="#000000" 
       
    24       BGCOLOR="#4169E1" 
       
    25       LINK="#0000EF" 
       
    26       VLINK="#51188E" 
       
    27       ALINK="#FF0000"
       
    28       onload="initialize()" onunload="GUnload()">
       
    29 
       
    30 <TABLE WIDTH="100%" 
       
    31        BGCOLOR="#4169E1" 
       
    32        BORDER="0"   
       
    33        FRAME="border"  
       
    34        CELLPADDING="10"     
       
    35        CELLSPACING="2"
       
    36        RULES="all">
       
    37 
       
    38 <!-- left column -->
       
    39 <TR>
       
    40 <TD BGCOLOR="#FFFFFF" 
       
    41     WIDTH="20%" 
       
    42     VALIGN="TOP" 
       
    43     ROWSPAN="2">
       
    44 
       
    45 <p align=center>
       
    46 <a href="pictures/marienplatz.jpg">
       
    47 <img src="pictures/marienplatz_small.jpg" alt="Marienplatz" border=0></a>
       
    48 <br>
       
    49 <small>Marienplatz (city centre)</small><br>
       
    50 </p>
       
    51 
       
    52 <p align=center>
       
    53 <a href="pictures/englischer_garten.jpg">
       
    54 <img src="pictures/englischer_garten_small.jpg" alt="Englischer Garten" border=0></a>
       
    55 <br>
       
    56 <small>The English Garden</small><br>
       
    57 </p>
       
    58 
       
    59 <p align=center>
       
    60 <a href="pictures/chinesischer_turm.jpg">
       
    61 <img src="pictures/chinesischer_turm_small.jpg" alt="Chinesischer Turm" border=0></a>
       
    62 <br>
       
    63 <small>Chinese Tower (famous beer garden)</small><br>
       
    64 </p>
       
    65 
       
    66 <p align=center>
       
    67 <a href="pictures/cs_building.jpg">
       
    68 <img src="pictures/cs_building_small.jpg" alt="Computer science building" border=0></a>
       
    69 <br><small>The Computer Science building of the TUM</small><br>
       
    70 </p>
       
    71 
       
    72 <p align=center>
       
    73 <a href="pictures/magistrale.jpg">
       
    74 <img src="pictures/magistrale_small.jpg" alt="Main hall of the computer science building" border=0></a>
       
    75 <br>
       
    76 <small>The main hall in the CS-building</small><br>
       
    77 </p>
       
    78 
       
    79 <p align=center>
       
    80 <a href="pictures/isar.jpg">
       
    81 <img src="pictures/isar_small.jpg" alt="The river Isar" border=0></a>
       
    82 <br>
       
    83 <small>The Isar river</small><br>
       
    84 </p>
       
    85 
       
    86 <p align=center>
       
    87 <A HREF="pictures/tphols09_poster.jpg">
       
    88 <IMG ALT="poster" SRC="pictures/tphols09_poster_small.jpg" align="top"></A>
       
    89 <BR>
       
    90 <small>The conference poster</small><br>
       
    91 </p>
       
    92 
       
    93 </TD>
       
    94 
       
    95 
       
    96 <!-- right column -->
       
    97 <TD BGCOLOR="#FFFFFF" WIDTH="75%" VALIGN="TOP">
       
    98 <H3>Accepted Papers</H3>
       
    99 
       
   100 <UL>
       
   101 <LI>Andreas Lochbihler. <I>Formalising FinFuns - Generating Code for Functions as Data from Isabelle/HOL</I>
       
   102 <LI>Alwen Tiu and Jeremy E. Dawson. <I>Formalising Observer Theory for Environment-Sensitive Bisimulation</I>
       
   103 <LI>Stefan Berghofer and Markus Reiter. <I>Formalizing the Logic-Automaton Connection</I>
       
   104 <LI>Stefan Berghofer, Lukas Bulwahn and Florian Haftmann. <I>Turning inductive into equational specifications</I>
       
   105 <LI>Chad Brown and Gert Smolka. <I>Extended First-Order Logic</I>
       
   106 <LI>Magnus O. Myreen and Mike Gordon. <I>Verified LISP implementations on ARM, x86 and PowerPC</I>
       
   107 <LI>Brian Huffman. <I>A Purely Definitional Universal Domain</I>
       
   108 <LI>Peter Homeier. <I>The HOL-Omega Logic</I>
       
   109 <LI>Simon Winwood, Gerwin Klein, Thomas Sewell, June Andronick, David Cock and Michael Norrish. 
       
   110 <I>Mind the Gap: A Verification Framework for Low-Level C</I>
       
   111 <LI>Alexander Schimpf, Stephan Merz and Jan-Georg Smaus. <I>Construction of Büchi Automata for LTL Model Checking Verified in Isabelle/HOL</I>
       
   112 <LI>René Thiemann and Christian Sternagel. <I>Certification of Termination Proofs using CeTA</I>
       
   113 <LI>Stephane Le Roux. <I>Acyclic preferences and existence of sequential Nash equilibria: a formal 
       
   114 and constructive equivalence</I>
       
   115 <LI>Andrea Asperti, Wilmer Ricciotti, Claudio Sacerdoti Coen and Enrico Tassi. <I>Hints in unification</I>
       
   116 <LI>Javier de Dios and Ricardo Pena. <I>Formal Certification of a Resource-Aware Language Implementation</I>
       
   117 <LI>Dabrowski Frédéric and David Pichardie. <I>A Certified Data Race Analysis for a Java-like Language</I>
       
   118 <LI>Wouter Swierstra. <I>Proof pearl: The Hoare State Monad</I>
       
   119 <LI> François Garillot, Georges Gonthier, Assia Mahboubi, Laurence Rideau. 
       
   120 <I>Packaging Mathematical Structures</I>
       
   121 <LI>Nick Benton, Andrew Kennedy and Carsten Varming. <I>Some Domain Theory and Denotational Semantics in Coq</I>
       
   122 <LI>Thomas Tuerk. <I>A Formalisation of Smallfoot in HOL</I>
       
   123 <LI>Rafal Kolanski and Gerwin Klein. <I>Types, Maps and Separation Logic</I>
       
   124 <LI>Jesper Bengtson and Joachim Parrow. <I>Psi-calculi in Isabelle</I>
       
   125 <LI>Ioana Pasca and Nicolas Julien. <I>Formal verification of exact computations using Newton's method</I>
       
   126 <LI>Scott Owens, Susmit Sarkar and Peter Sewell. <I>A better x86 memory model: x86-TSO</I>
       
   127 <LI>Andrew McCreight. <I>Practical Tactics for Separation Logic</I>
       
   128 <LI>Osman Hasan, Sanaz Khan Afshar and Sofiene Tahar. <I>Formal Analysis of Optical Waveguides in HOL</I>
       
   129 <LI>Jinshuang Wang and Xingyuan Zhang. <I>Liveness Reasoning with Isabelle/HOL</I>
       
   130 <LI>Keiko Nakata and Tarmo Uustalu. <I> Trace-based coinductive operational 
       
   131 semantics for While: Big-step and small step, functional and relational 
       
   132 styles</I> 
       
   133 </UL>
       
   134 
       
   135 
       
   136 
       
   137 <H3>Accepted Papers in the Emerging Trends Section</H3>
       
   138 
       
   139 <UL>
       
   140 <LI>Anduo Wang, Boon Thau Loo, Changbin Liu, Oleg Sokolsky and Prithwish Basu. 
       
   141 <I>A Theorem Proving Approach Towards Declarative Networking</I>
       
   142 <LI>Bruno Bernardo. <I>Towards an Implicit Calculus of Inductive Constructions.
       
   143 Extending the Implicit Calculus of Constructions with Union and
       
   144 Subset Types</I>
       
   145 <LI>Holger Gast. <I>Towards a Modular Extensible Isabelle Interface</I>
       
   146 <LI>Florian Kammüller and Henry Sudhof. <I>A Mechanized Theory of Aspects</I>
       
   147 <LI>F.J. Lopez-Fraguas, Stephan Merz and Juan Rodriguez-Hortala. 
       
   148 <I>A Formalization of the Semantics of Functional-Logic Programming 
       
   149 in Isabelle</I>
       
   150 <LI>Filip Maric and Predrag Janicic. <I>SAT Solver Verification Project</I>
       
   151 <LI>Anduo Wang and Boon Thau Loo. <I>Formalizing Metarouting in PVS</I>
       
   152 <LI>Richard Warburton and Sara Kalvala. <I>Verifying Compiling Optimisations Using
       
   153 Isabelle/HOL</I>
       
   154     
       
   155 
       
   156             
       
   157 
       
   158 </UL>
       
   159 
       
   160 </TD>
       
   161 </TABLE>
       
   162 
       
   163 <hr>
       
   164 <!-- Created:  Thu Feb 28 19:21:12 CET 2008 -->
       
   165 <!-- hhmts start -->
       
   166 Last modified: Tue Jun 23 04:50:46 CEST 2009
       
   167 <!-- hhmts end -->
       
   168 <a href="http://validator.w3.org/check/referer">[Validate this page.]</a>
       
   169 </body>
       
   170 </html>