287 lines
11 KiB
HTML
287 lines
11 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
<title>bovender</title>
|
|
<meta name="author" content="Daniel Kraus (bovender)">
|
|
<meta name="robots" content="index, follow">
|
|
|
|
<!-- Bootstrap -->
|
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body style="padding:18px;">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<img
|
|
src="https://secure.gravatar.com/avatar/0e25d6dfd8f326c6d2aeae3752c22863" class="pull-left" style="border-radius:5px;margin-right:1em;" alt="Daniel Kraus">
|
|
<h1>Daniel Kraus is (a) Bovender</h1>
|
|
</div>
|
|
</div>
|
|
<div class="row" style="margin-top:18px; margin-bottom:8px;">
|
|
<div class="col-md-12">
|
|
<div class="well text-center" style="line-height:40px;">
|
|
Find me on…
|
|
<a class="btn btn-primary" href="https://github.com/bovender">
|
|
GitHub
|
|
</a>
|
|
<a class="btn btn-primary" href="https://www.mediawiki.org/wiki/User:Bovender">
|
|
MediaWiki
|
|
</a>
|
|
<a class="btn btn-primary" href="https://de.linkedin.com/in/krada">
|
|
LinkedIn
|
|
</a>
|
|
<a class="btn btn-primary" href="https://www.researchgate.net/profile/Kraus_Daniel">
|
|
ResearchGate
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-7">
|
|
<div class="page-header">
|
|
<h2>Research</h2>
|
|
</div>
|
|
<p>
|
|
I'm interested in energy metabolism. Please see my
|
|
<a href="https://www.researchgate.net/profile/Kraus_Daniel">ResearchGate
|
|
profile</a> for more information.
|
|
</p>
|
|
|
|
<div class="page-header">
|
|
<h2>Programming</h2>
|
|
</div>
|
|
<p>
|
|
A selection of my projects:
|
|
</p>
|
|
<div class="panel panel-primary">
|
|
<div class="panel-heading">
|
|
<h3>Daniel's XL Toolbox</h3>
|
|
</div>
|
|
<div class="panel-body">
|
|
<div class="pull-left" style="margin-right:1em;">
|
|
<img src="http://xltoolbox.net/img/design/logo_small.png" alt="XL Toolbox">
|
|
</div>
|
|
<h4>
|
|
<a href="http://www.xltoolbox.net">
|
|
www.xltoolbox.net
|
|
</a>
|
|
</h4>
|
|
<p>
|
|
<span class="label label-primary">VBA</span>
|
|
<span class="label label-primary">C#</span>
|
|
An Excel® add-in with power features aimed at
|
|
scientists and engineers. This is my most popular
|
|
project. People especially love the ability to export
|
|
high-resolution graphics directly from Excel®.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-primary">
|
|
<div class="panel-heading">
|
|
<h3>LinkTitles</h3>
|
|
</div>
|
|
<div class="panel-body">
|
|
<h4>
|
|
<a href="https://www.mediawiki.org/wiki/Extension:LinkTitles">
|
|
www.mediawiki.org/wiki/Extension:LinkTitles
|
|
</a>
|
|
</h4>
|
|
<p>
|
|
<span class="label label-primary">PHP</span>
|
|
A MediaWiki extension that automatically adds links to
|
|
existing titles to pages that you edit.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-primary">
|
|
<div class="panel-heading">
|
|
<h3>PubmedParser</h3>
|
|
</div>
|
|
<div class="panel-body">
|
|
<h4>
|
|
<a href="https://www.mediawiki.org/wiki/Extension:PubmedParser">
|
|
www.mediawiki.org/wiki/Extension:PubmedParser
|
|
</a>
|
|
</h4>
|
|
<p>
|
|
<span class="label label-primary">PHP</span>
|
|
A MediaWiki extension that creates citations from <a
|
|
href="http://pubmed.gov">Pubmed</a> ID numbers.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-primary">
|
|
<div class="panel-heading">
|
|
<h3>Create Changelog</h3>
|
|
</div>
|
|
<div class="panel-body">
|
|
<h4>
|
|
<a href="https://github.com/bovender/create-changelog">
|
|
github.com/bovender/create-changelog
|
|
</a>
|
|
</h4>
|
|
<p>
|
|
<span class="label label-primary">Ruby</span>
|
|
Command-line utility that creates an end-user-friendly
|
|
changelog from special comments in Git commits.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-primary">
|
|
<div class="panel-heading">
|
|
<h3>IP Indicator</h3>
|
|
</div>
|
|
<div class="panel-body">
|
|
<h4>
|
|
<a href="https://github.com/bovender/indicator-ip">
|
|
github.com/bovender/indicator-ip
|
|
</a>
|
|
</h4>
|
|
<p class="text-center">
|
|
<img
|
|
src="https://github.com/bovender/indicator-ip/raw/master/src/IndicatorIp/images/screenshot.png" alt="indicator-ip screenshot" style="max-width:100%;height:auto;">
|
|
</p>
|
|
<p>
|
|
<span class="label label-primary">Python</span>
|
|
Ubuntu Unity indicator that displays the current IP
|
|
address(es) in the indicator bar.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<p>
|
|
See more over at my <a href="https://github.com/bovender">GitHub
|
|
repository</a>.
|
|
</div>
|
|
<div class="col-md-5">
|
|
<h3>Why Bovender?</h3>
|
|
<p>
|
|
<a href="http://www.bovenden.de">Bovenden</a> is the
|
|
place where I grew up, which makes me a 'Bovender'.
|
|
</p>
|
|
<p>
|
|
Bovenden is a small town in Germany (pop. ~8k), just
|
|
north of the city of Göttingen in Lower Saxony.
|
|
</p>
|
|
<p>
|
|
After graduating from school, I studied Medicine in Marburg
|
|
and Lübeck, with stints to Dublin, Truro (Cornwall, UK),
|
|
Richmond (VA) and St. John's (Newfoundland). I've worked at
|
|
the university hospitals in Lübeck and Frankfurt, and I'm
|
|
now employed at Würzburg University Hospital.
|
|
</p>
|
|
<p>
|
|
I've been using 'bovender' as my internet nickname for
|
|
quite some time now. This is the name that I brand my
|
|
coding projects with.
|
|
</p>
|
|
<h3>Warum Bovender?</h3>
|
|
<p>
|
|
<a href="http://www.bovenden.de">Bovenden</a> ist der Ort, in dem
|
|
ich aufgewachsen bin – folglich bin ich ein Bovender.
|
|
</p>
|
|
<p>
|
|
Bovenden ist ein sog. "Flecken" (Marktort) mit etwa 8000
|
|
Einwohnern im Kern-Ort. Es liegt im schönen
|
|
Südniedersachsen, direkt nördlich von Göttingen.
|
|
</p>
|
|
<p>
|
|
Nach dem Abitur habe ich Bovenden verlassen, um in Marburg
|
|
und Lübeck Medizin zu studieren, mit Abstechern nach Dublin,
|
|
Truro (Cornwall), Richmond (Virginia) und St. John's
|
|
(Neufundland). Nach den Universitätsklinika Lübeck und
|
|
Frankfurt am Main arbeite ich jetzt Würzburg.
|
|
</p>
|
|
<p>
|
|
Den Namen Bovender verwende ich seit einiger Zeit im
|
|
Internet sowie inzwischen auch als Alias für meine
|
|
Programmier-Projekte.
|
|
</p>
|
|
<h3>Privates</h3>
|
|
<h4>
|
|
<a href="http://home.arcor.de/d-kraus">home.arcor.de/d-kraus</a>
|
|
</h4>
|
|
<p>
|
|
Meine alte private Homepage. Hier befindet sich noch das
|
|
Boston-Blog, das ich 2007 bis 2010 geführt habe, sowie meine
|
|
virtuelle Brotsammlung ("Paninothek").
|
|
</p>
|
|
<h3>Fotoalben</h3>
|
|
<h4>
|
|
<a href="http://bovender.jalbum.net">bovender.jalbum.net</a>
|
|
</h4>
|
|
<p>
|
|
Meine Fotoalben sind in der Regel durch Paßwörter geschützt
|
|
und für Freunde und Familie zugänglich.
|
|
</p>
|
|
<h3>
|
|
Besucherstatisik
|
|
</h3>
|
|
<p>
|
|
Diese Microsite benutze <a
|
|
href="http://www.piwik.org">Piwik</a>, um anonymisierte
|
|
Besucherstatistiken zu erfassen. Sie können der Erfassung
|
|
widersprechen:
|
|
</p>
|
|
<iframe style="border: 0; height: 200px; width: 95%;" src="http://bovender.de/piwik/index.php?module=CoreAdminHome&action=optOut&language=de"></iframe>
|
|
<p>
|
|
<a href="piwik/">Hier geht's zur Statistik</a>.
|
|
</p
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row" style="margin-top: 18px;">
|
|
<div class="col-md-12 text-center">
|
|
<p>
|
|
<small>
|
|
This microsite was hand-coded using <a
|
|
href="http://www.vim.org">Vim</a> and <a
|
|
href="www.getbootstrap.com">Bootstrap</a>.
|
|
</small>
|
|
</p>
|
|
<address>
|
|
<small>
|
|
Impressum ~ Daniel Kraus ~ Versbacher Röthe 8 ~ 97078
|
|
Würzburg ~ bovender at bovender . de ~ (09 31) 40 63 32 68
|
|
</small>
|
|
</address>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- Piwik -->
|
|
<script type="text/javascript">
|
|
var _paq = _paq || [];
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function() {
|
|
var u="//bovender.de/piwik/";
|
|
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
|
_paq.push(['setSiteId', 1]);
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
|
})();
|
|
</script>
|
|
<noscript><p><img src="//bovender.de/piwik/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
|
|
<!-- End Piwik Code -->
|
|
|
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
|
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
|
<script src="js/bootstrap.min.js"></script>
|
|
</body>
|
|
</html>
|
|
<!-- vim: set tw=72 ai et ts=2 sw=2 sts=-1 fo+=tqn: -->
|