340 lines
13 KiB
HTML
340 lines
13 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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>Daniel Kraus is (a) bovender</title>
|
|
<meta name="author" content="Daniel Kraus (bovender)">
|
|
<meta name="robots" content="index, follow">
|
|
<meta name="description" content="Daniel Kraus' personal homepage.">
|
|
|
|
<!-- Bootstrap -->
|
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
|
|
<link href="css/bovender.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>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<h1>
|
|
<img class="img-rounded pull-left gravatar" src="https://secure.gravatar.com/avatar/0e25d6dfd8f326c6d2aeae3752c22863" alt="Daniel Kraus">
|
|
Daniel Kraus is (a) Bovender
|
|
</h1>
|
|
<ul class="nav nav-pills" role="navigation">
|
|
<li>
|
|
<a href="https://github.com/bovender">
|
|
GitHub
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://www.mediawiki.org/wiki/User:Bovender">
|
|
MediaWiki
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://de.linkedin.com/in/krada">
|
|
LinkedIn
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://www.researchgate.net/profile/Kraus_Daniel">
|
|
ResearchGate
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-7">
|
|
<div class="page-header">
|
|
<h2>Basic 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 class="panel-title">Daniel's XL Toolbox</h3>
|
|
</div>
|
|
<div class="panel-body">
|
|
<div class="pull-left margin-right">
|
|
<img src="img/xltoolbox.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 class="panel-title">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>
|
|
<img class="img-responsive" src="https://github.com/bovender/indicator-ip/raw/master/src/IndicatorIp/images/screenshot.png" alt="indicator-ip screenshot">
|
|
<span class="label label-primary">Python</span>
|
|
Ubuntu Unity indicator that displays the current IP
|
|
address(es) in the indicator bar.
|
|
</p>
|
|
<pre><code>sudo apt-add-repository ppa:bovender/bovender
|
|
sudo apt-get update
|
|
sudo apt-get install indicator-ip</code></pre>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-primary">
|
|
<div class="panel-heading">
|
|
<h3 class="panel-title">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 class="panel-title">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 class="panel-title">Gemeinsam gegen Armut auf den Philippinen e.V.</h3>
|
|
</div>
|
|
<div class="panel-body">
|
|
<h4>
|
|
<a href="https://www.gemeinsam-gegen-armut.or">
|
|
www.gemeinsam-gegen-armut.org
|
|
</a>
|
|
</h4>
|
|
<div class="pull-left margin-right">
|
|
<img src="img/ggap.png" alt="Gemeinsam gegen Armut auf den Philippinen (GGAP) e.V.">
|
|
</div>
|
|
<p>
|
|
<span class="label label-primary">Ruby on Rails</span>
|
|
Website with membership management for an NGO that gives
|
|
scholarships to job trainees on the Philippines.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-primary">
|
|
<div class="panel-heading">
|
|
<h3 class="panel-title">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>
|
|
<pre><code>sudo apt-add-repository ppa:bovender/bovender
|
|
sudo apt-get update
|
|
sudo apt-get install create-changelog</code></pre>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-primary">
|
|
<div class="panel-heading">
|
|
<h3 class="panel-title">VstoAddinInstaller</h3>
|
|
</div>
|
|
<div class="panel-body">
|
|
<h4>
|
|
<a href="https://github.com/bovender/VstoAddinInstaller">
|
|
github.com/bovender/VstoAddinInstaller
|
|
</a>
|
|
</h4>
|
|
<p>
|
|
<img class="img-responsive" src="img/vstoaddininstaller.png" alt="VstoAddinInstaller screenshot">
|
|
</p>
|
|
<p>
|
|
<span class="label label-primary">InnoSetup</span>
|
|
<a href="http://www.jrsoftware.org/isinfo.php" target="_blank">InnoSetup</a>
|
|
scripts to create installers for VSTO add-ins for Microsoft® Office®.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<p>
|
|
See more over at my
|
|
<a href="https://github.com/bovender">GitHub repository</a>
|
|
and have a look at my
|
|
<a href="https://launchpad.net/~bovender/+archive/ubuntu/bovender">Ubuntu PPA</a>.
|
|
</p>
|
|
</div>
|
|
<div class="col-md-5">
|
|
<img src="img/plesse.png" alt="The Plesse castle near Bovenden" title="The Plesse castle near Bovenden" class="img-responsive img-rounded center-block">
|
|
<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>
|
|
I am a nephrologist (kidney doctor).
|
|
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>
|
|
|
|
<div lang="de">
|
|
<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 Zivildienst 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 als Internist und
|
|
Nephrologe in 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 nur für Freunde und Familie zugänglich.
|
|
</p>
|
|
<h3>
|
|
Besucherstatisik
|
|
</h3>
|
|
<p>
|
|
Diese Microsite verwendet <a href="http://www.piwik.org">Piwik</a>,
|
|
um anonymisierte Besucherstatistiken zu erfassen. <a
|
|
href="piwik/">Hier geht's zur Statistik</a>.
|
|
</p>
|
|
<iframe src="https://www.bovender.de/piwik/index.php?module=CoreAdminHome&action=optOut">
|
|
</iframe>
|
|
<p class="margin-top">
|
|
<a href="skandal.html" class="btn btn-default">
|
|
Skandal der Woche
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row margin-top">
|
|
<div class="col-md-12 text-center text-muted">
|
|
<p class="no-margin">
|
|
<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 ~
|
|
<a href="//telegram.me/bovender">telegram.me/bovender</a>
|
|
</small>
|
|
</address>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="js/piwik.js"></script>
|
|
<noscript><p><img src="//www.bovender.de/piwik/piwik.php?idsite=1" class="no-border" alt="" /></p></noscript>
|
|
|
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
|
<script src="https://code.jquery.com/jquery-1.12.4.min.js"
|
|
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
|
|
crossorigin="anonymous"></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: -->
|