official website (https://user.informatik.uni-bremen.de/fritjof/)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
| <!DOCTYPE html>
<html lang="en">
<head>
<meta charset='UTF-8'>
<meta name='author' content='Fritjof Bornebusch, fritjof@uni-bremen.de'>
<meta name="description" content="Fritjof's research and lectures stuff">
<meta name="copyright" content="2018 by Fritjof Bornebusch">
<meta name='keywords' content='formal hardware verification, functional programming, proof assistants'>
<meta name='robots' content='index,follow'>
<link href="css/styles.css" rel="stylesheet" type="text/css">
<title>/</title>
</head>
<body>
<div id="content">
<div id="header" class="background">
<div id="navigation" class="indented">
<ul>
<li><a href="index.html">/</a></li>
<li><a href="publications.html">/publications</a></li>
<li><a href="lectures.html">/lectures</a></li>
</ul>
</div>
</div>
<div id="body" class="background">
<div class="indented">
<h1>/</h1>
<p>I am a junior researcher of the Cyber-Physical Systems group (<a href="https://www-cps.hb.dfki.de/home">CPS</a>) of the German Research Center for
Artificial Intelligence (<a href="https://www.dfki.de/en/web/">DFKI</a>) in Bremen and a PhD candidate
at the University of Bremen in the Group of Computer Architecture (<a href="http://www.informatik.uni-bremen.de/agra/eng/index.php">AGRA</a>).</p>
<p>My research interests are formal verification of circuits, interactive theorem provers and functional programming.</p>
<p>All source code that is related to my research topics is available under:</p> <a href="https://hub.darcs.net/fritjof">https://hub.darcs.net/fritjof</a>
<p>Email: <a href="mailto:fritjof@uni-bremen.de">fritjof@uni-bremen.de</a> <a href="fritjof_bornebusch_public.key">PGP/GPG</a></p>
</div>
</div>
<div id="footer" class="background center"><span>Do or do not! There is no try!</span></div>
</div>
</body>
</html>
|