# HG changeset patch # User Eugen Sawin # Date 1325817237 -3600 # Node ID e78c4a33e9581cd73ff542be856f0cf32ddc4604 # Parent b7834ce141c43dc846c2b3b34e5b25e42fb35fee Added about page. diff -r b7834ce141c4 -r e78c4a33e958 about.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/about.html Fri Jan 06 03:33:57 2012 +0100 @@ -0,0 +1,82 @@ + + + + ME73 + + + + + + + + + + +
+ +
+
+

Who am I?

+

+During the day I am a master student of computer science at the University of Freiburg in Germany. At night, I am a programmer creating useless machines for my own enjoyment. +

+

+In my scientific pursuits I delve into artificial intelligence and all its challenges. Along the long hard road to general artificial intelligence I make detours for solving algorithmic problems like fast routing in public transportation networks. +

+

+Before going back to academia, I used to develop safety-critical software systems for the Air Traffic Control industry at Comsoft. You can enjoy my work in the industry by reading this little book I've written, while waiting for your flight to take off anywhere in the United Arab Emirates. +

+

+I enjoy good code, good programming languages, good music, good books, good movies and tea. +

+ +
+ +
+ +
+ + + + diff -r b7834ce141c4 -r e78c4a33e958 books.html --- a/books.html Fri Jan 06 01:23:40 2012 +0100 +++ b/books.html Fri Jan 06 03:33:57 2012 +0100 @@ -91,7 +91,7 @@ diff -r b7834ce141c4 -r e78c4a33e958 factory/create_page --- a/factory/create_page Fri Jan 06 01:23:40 2012 +0100 +++ b/factory/create_page Fri Jan 06 03:33:57 2012 +0100 @@ -5,7 +5,7 @@ from optparse import OptionParser content_dir = "v2012" -content_files = ("index.html", "resume.html", "howiwork.html", "personalwork.html", "books.html", "links.html", "linksend.html", "gameoflife.html", "mandelbrot.html") +content_files = ("index.html", "resume.html", "howiwork.html", "personalwork.html", "books.html", "links.html", "linksend.html", "gameoflife.html", "mandelbrot.html", "about.html") def create_page(frame_filename, content_filename, output_filename): frame_file = open(frame_filename, "r") diff -r b7834ce141c4 -r e78c4a33e958 factory/v2012/about.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/factory/v2012/about.html Fri Jan 06 03:33:57 2012 +0100 @@ -0,0 +1,13 @@ +

Who am I?

+

+During the day I am a master student of computer science at the University of Freiburg in Germany. At night, I am a programmer creating useless machines for my own enjoyment. +

+

+In my scientific pursuits I delve into artificial intelligence and all its challenges. Along the long hard road to general artificial intelligence I make detours for solving algorithmic problems like fast routing in public transportation networks. +

+

+Before going back to academia, I used to develop safety-critical software systems for the Air Traffic Control industry at Comsoft. You can enjoy my work in the industry by reading this little book I've written, while waiting for your flight to take off anywhere in the United Arab Emirates. +

+

+I enjoy good code, good programming languages, good music, good books, good movies and tea. +

diff -r b7834ce141c4 -r e78c4a33e958 factory/v2012/frame.html --- a/factory/v2012/frame.html Fri Jan 06 01:23:40 2012 +0100 +++ b/factory/v2012/frame.html Fri Jan 06 03:33:57 2012 +0100 @@ -38,7 +38,7 @@ diff -r b7834ce141c4 -r e78c4a33e958 factory/v2012/links.html --- a/factory/v2012/links.html Fri Jan 06 01:23:40 2012 +0100 +++ b/factory/v2012/links.html Fri Jan 06 03:33:57 2012 +0100 @@ -13,7 +13,7 @@

The Bad