227 lines
7.3 KiB
HTML
227 lines
7.3 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">
|
||
|
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>Projects</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>
|
||
|
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>
|
||
|
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>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row" style="margin-top: 18px;">
|
||
|
<div class="col-md-12 text-center">
|
||
|
<address>
|
||
|
<small>
|
||
|
Impressum ~ Daniel Kraus ~ Versbacher Röthe 8 ~ 97078
|
||
|
Würzburg ~ (09 31) 40 63 32 68
|
||
|
</small>
|
||
|
</address>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<!-- 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 ts=2 sts=-1 sw=2 tw=72 ai noet fo+=tqn : -->
|