bsc-projects-14.html
changeset 312 9506d4bc0a08
parent 311 841fdad7fcdc
child 313 2a98e65de47a
--- a/bsc-projects-14.html	Fri Sep 19 11:12:02 2014 +0100
+++ b/bsc-projects-14.html	Fri Sep 19 11:16:55 2014 +0100
@@ -54,7 +54,7 @@
   introduced in 1950 by <A HREF="http://en.wikipedia.org/wiki/Stephen_Cole_Kleene">Stephen Kleene</A>,
   you might think regular expressions have since been studied and implemented to death. But you would definitely be
   mistaken: in fact they are still an active research area. For example
-  <A HREF="http://www.home.hs-karlsruhe.de/~suma0002/publications/ppdp12-part-deriv-sub-match.pdf">this paper</A> 
+  <A HREF="http://www.home.hs-karlsruhe.de/~suma0002/publications/regex-parsing-derivatives.pdf">this paper</A> 
   about regular expression matching and partial derivatives was presented last summer at the international 
   FLOPS'14 conference. The task in this project is to implement their results.</p>
 
@@ -101,7 +101,7 @@
 
   <p>
   Now the authors from the 
-  <A HREF="http://www.home.hs-karlsruhe.de/~suma0002/publications/ppdp12-part-deriv-sub-match.pdf">FLOPS'14-paper</A> mentioned 
+  <A HREF="http://www.home.hs-karlsruhe.de/~suma0002/publications/regex-parsing-derivatives.pdf">FLOPS'14-paper</A> mentioned 
   above claim they are even faster than me and can deal with even more features of regular expressions
   (for example subexpression matching, which my rainy-afternoon matcher cannot). I am sure they thought
   about the problem much longer than a single afternoon. The task 
@@ -612,7 +612,7 @@
 </TABLE>
 
 <P>
-<!-- hhmts start --> Last modified: Fri Sep 19 11:11:36 BST 2014 <!-- hhmts end -->
+<!-- hhmts start --> Last modified: Fri Sep 19 11:16:34 BST 2014 <!-- hhmts end -->
 <a href="http://validator.w3.org/check/referer">[Validate this page.]</a>
 </BODY>
 </HTML>