personal-website/cv.html

417 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.0">
<meta name="description"
content="The curriculum vitae of Benjamin Stadlbauer including his professional background and education">
<meta property="og:title" content="The CV of Benjamin Stadlbauer">
<meta property="og:url" content="https://benjamin.stadlbauer.wien/cv">
<meta property="og:description" content="The professional and educational background of Benjamin Stadlbauer">
<meta property="og:type" content="profile">
<meta property="og:locale" content="de_AT">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000000">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<title>CV Benjamin Stadlbauer</title>
<style>
:root {
--white-neutral: #f4f4f9;
--white-hover: #ececff;
--black-neutral: #1a1a1c;
--black-hover: #282833;
--accent: #7a7a99;
--primary: var(--black-neural);
--background: var(--white-neutral);
--hover-background: var(--white-hover);
}
body {
color: var(--primary);
background-color: var(--background);
padding: 3ch;
max-width: 80ch;
margin: 0 auto;
font-family: system-ui;
line-height: 1.6;
}
ul {
list-style-type: "-";
padding-left: 1.5em;
}
li {
padding-left: 0.25em;
}
h3 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
line-height: 1.4;
font-weight: normal;
font-size: 1.2rem;
margin: 1.2rem 0;
}
a {
color: inherit;
text-decoration: none;
}
a::after {
/* copied from https://practicaltypography.com/how-to-use.html */
position: relative;
content: "\FEFF°";
margin-left: 0.1em;
font-size: 90%;
top: -0.1em;
color: var(--accent);
font-feature-settings: "caps";
font-variant-numeric: normal;
}
a:hover {
background: var(--hover-background);
transition-property: background;
transition-duration: 0.2s;
}
h2 {
border-bottom-width: 1px;
border-bottom-color: var(--accent);
border-bottom-style: solid;
line-height: 1.2;
font-size: 1.44rem;
font-weight: normal;
margin: 1.44rem 0;
}
h1 {
line-height: 1.0;
font-weight: normal;
font-size: 1.73rem;
margin: 1.73rem 0;
}
aside {
margin-top: -0.6rem;
text-transform: uppercase;
opacity: 0.7;
letter-spacing: 0.05em;
line-height: 1;
}
section#publications span.journal,
section#conferences span.conference {
font-style: italic;
}
@media (prefers-color-scheme: light) {
:root {
--primary: var(--black-neural);
--background: var(--white-neutral);
--hover-background: var(--white-hover);
}
}
@media (prefers-color-scheme: dark) {
:root {
--primary: var(--white-neutral);
--background: var(--black-neutral);
--hover-background: var(--black-hover);
}
}
@media print {
:root {
--primary: #000000;
--background: #ffffff;
--accent: #000000;
}
h2 {
border-bottom-width: 0.5pt;
}
html,
body {
max-width: initial;
font-size: 10pt;
padding: 0;
}
aside {
opacity: 1.0;
}
a::after {
display: none;
}
a:hover {
background: inherit;
}
@page {
margin: 25mm;
size: A4;
}
}
</style>
</head>
<body>
<h1>Benjamin Stadlbauer</h1>
<section>
<h2>General</h2>
<ul>
<li>Born in 1992</li>
<li>Living in Vienna, Austria</li>
</ul>
</section>
<section>
<h2>Experience</h2>
<section style="break-inside: avoid-page;">
<h3><span><a href="https://cads.engineering/">CADS Engineering GmbH, Vienna, Austria</a></span>
<span>9/2020&ndash;present</span>
</h3>
<aside>Application Developer</aside>
<ul>
<li>Developing and maintaining software for CAD (computer-aided design) and PLM (product lifecycle
management) systems</li>
<li>Developing/optimizing algorithms for interference detection in CAD-models</li>
<li>Re-writing and maintaining decade-old legacy software</li>
<li>Developing and maintaining small web-based user interfaces</li>
<li>Technologies and tools
<ul>
<li>Java, C, C++, JavaScript, Apache Thrift, Maven</li>
<li>Git, Azure DevOps, Redmine</li>
</ul>
</li>
<li>Contact to clients:
<ul>
<li>Discussions about concepts of our software</li>
<li>Guiding through installations and second level support</li>
</ul>
</li>
<li>Managing git-workflows, policies, permissions and projects in Azure DevOps</li>
<li>API&rsquo;s used
<ul>
<li>Creo Parametric Toolkit (C)</li>
<li>Creo View WebGL (JavaScript)</li>
<li>Windchill REST API (HTTP)</li>
<li>FlexNet Publisher Toolkit (C/C++ and Java)</li>
<li>Windchill customization (Java)</li>
<li>Creo View Adapter (Java)</li>
<li>Creo Elements Direct Modeling Integration Kit (Common Lisp)</li>
</ul>
</li>
</ul>
</section>
<section style="break-inside: avoid-page;">
<h3><span>XL-Operations, Amstetten, Austria</span> <span>3/2019&ndash;7/2020</span></h3>
<aside>Software developing and research</aside>
<ul>
<li>Wrote back-end of an optimization- and planing-software in Java</li>
<li>Researched and implemented mathematical and statistical models</li>
<li>Held technical conference calls with developers from the USA and GB</li>
<li>Partially employed, partially freelance</li>
</ul>
</section>
<section style="break-inside: avoid-page;">
<h3><span><a href="https://www.tuwien.ac.at/en/">Technical University Vienna</a></span>
<span>3/2017&ndash;11/2018</span>
</h3>
<aside>Research fellow</aside>
<ul>
<li>Performed research on nano-technology simulations and statistical modelling</li>
<li>Contributed to <a href="#publications">5 scientific papers</a>, 2 as first author</li>
<li>Presented group research at various <a href="#conferences">conferences and workshops</a></li>
</ul>
</section>
</section>
<section>
<h2>Education</h2>
<section style="break-inside: avoid-page;">
<h3><span><a href="https://www.tuwien.ac.at/en/">Technical University Vienna</a></span>
<span>10/2012&ndash;11/2018</span>
</h3>
<aside>Tertiary</aside>
<ul>
<li>Master of science in technical mathematics<br>Thesis: <em>Fast Algorithms for Iterative Bayesian PDE
Inversion</em></li>
<li>Bachelor of science in technical mathematics</li>
<li>Specializations: numerical mathematics, modelling, statistics, stochastic processes</li>
</ul>
</section>
<section style="break-inside: avoid-page;">
<h3><span><a href="https://www.htlwienwest.at/">Higher technical school, Vienna</a></span>
<span>9/2006&ndash;6/2011</span>
</h3>
<aside>Secondary</aside>
<ul>
<li>Focus on mechanical engineering: technical designing, project management, mechanics, manufacturing
techniques and workshops</li>
</ul>
</section>
</section>
<section style="break-inside: avoid-page;">
<h2>Skills</h2>
<ul>
<li>Experience with Java, C/C++ and JavaScript</li>
<li>With help and preparation I can work with Apache Maven, Apache Thrift, HTML, CSS, Python, Common Lisp, LaTeX</li>
<li>Deeper knowledge of and experience with Git</li>
<li>Can work in a Windows, Linux and MacOS environment</li>
<li>Willing to learn and adapt to other programming languages</li>
<li>Very conscientious way of working</li>
</ul>
<p>
German is my native language and I am fluent and experienced in English (I have an Academic-IELTS-score of 8.0
from 2018 which is equivalent to an CEFR-score of C1&ndash;C2).
</p>
</section>
<section>
<h2>Internships</h2>
<section style="break-inside: avoid-page;">
<h3><span><a href="https://www.leitwind.com/">Leitwind</a></span> <span>2 months, 2011</span></h3>
<ul>
<li>Designed parts of platforms inside wind turbine towers using 3D CAD modelling software; Leitwind
itself designs, builds and installs wind turbines</li>
</ul>
</section>
<section style="break-inside: avoid-page;">
<h3><span><a href="https://www.hoerbiger.com/">Hoerbiger</a></span> <span>3 months, 2009, 2010</span></h3>
<ul>
<li>Worked in manufacturing of valve-rings</li>
</ul>
</section>
<section style="break-inside: avoid-page;">
<h3><span><a href="https://www.a1.net/">A1 Telekom Austria</a></span> <span>2 months, 2007, 2008</span></h3>
<ul>
<li>Maintained hardware and software for hundreds of PCs and laptops</li>
</ul>
</section>
</section>
<section style="break-inside: avoid-page;">
<h2>Interests</h2>
<ul>
<li>Biking and hiking</li>
<li>Electronic Dance Music</li>
<li>Algorithms & back-end software-development</li>
<li>Cryptography and cyber-security</li>
<li>Web-development</li>
<li>Analogous photography</li>
<li>Skiing</li>
<li>Sailing</li>
</ul>
</section>
<section id="conferences">
<h2>Conferences</h2>
<ul>
<li style="break-inside: avoid-page;">
<a href="http://meetings.siam.org/sess/dsp_programsess.cfm?SESSIONCODE=63803">
<span class="presenter">Benjamin Stadlbauer (Presenter)</span>,
<span>Bayesian Estimation for Transport Equations for Nanocapacitors</span>,
<span class="conference">SIAM Conference on Uncertainty Quantification</span>,
<span class="date">April 16&ndash;19, 2018</span>,
<span class="location">Garden Grove, California, USA</span>.
</a>
</li>
<li style="break-inside: avoid-page;">
<span class="presenter">Benjamin Stadlbauer (Presenter)</span>,
<span>Brownian-Dynamics Simulations of Nanopore Protein Sensing</span>,
<span class="conference">Austrian Numerical Analysis Day</span>,
<span class="date">May 4&ndash;5, 2017</span>,
<span class="location">Salzburg, Austria</span>.
</li>
<li style="break-inside: avoid-page;">
<a href="http://meetings.siam.org/sess/dsp_programsess.cfm?SESSIONCODE=23025">
<span class="presenter">Benjamin Stadlbauer (Presenter)</span>,
<span>Modeling the Expected Time to Reach the Recognition Element in Nanopore DNA
Sequencing</span>,
<span class="conference">SIAM Conference on Uncertainty Quantification</span>,
<span class="date">April 5&ndash;8, 2016</span>,
<span class="location">Lausanne, Switzerland</span>.
</a>
</li>
</ul>
</section>
<section id="publications">
<h2>Publications</h2>
<ul>
<li style="break-inside: avoid-page;">
<a href="http://doi.org/10.1016/j.jcp.2019.108874">
<span>Stadlbauer, B., Cossettini, A., Pasterk, D., Scarbolo, P., Taghizadeh, L.,
Heitzinger, C. and Selmi, L.</span>,
<span>2019</span>,
<span>Bayesian estimation of physical and geometrical parameters for nanocapacitor
array
biosensors</span>,
<span class="journal">Journal of Computational Physics</span>,
<span>397</span>,
<span>p.108874</span>.
</a>
</li>
<li style="break-inside: avoid-page;">
<a href="http://doi.org/10.1088/1361-6528/ab513e">
<span>Stadlbauer, B., Mitscha&ndash;Baude, G. and Heitzinger, C.</span>,
<span>2019</span>,
<span>Modeling single-molecule stochastic transport for DNA exo-sequencing in nanopore
sensors</span>,
<span class="journal">Nanotechnology</span>,
<span>31(7)</span>,
<span>p.075502</span>.
</a>
</li>
<li style="break-inside: avoid-page;">
<a href="http://doi.org/10.1007/s10825-019-01417-0">
<span>Khodadadian, A., Stadlbauer, B. and Heitzinger, C.</span>,
<span>2020</span>,
<span>Bayesian inversion for nanowire field-effect sensors</span>,
<span class="journal">Journal of Computational Electronics</span>,
<span>19(1)</span>,
<span>pp.147&ndash;159</span>.
</a>
</li>
<li style="break-inside: avoid-page;">
<a href="http://doi.org/10.1016/j.cma.2020.112959">
<span>Taghizadeh, L., Karimi, A., Stadlbauer, B., Weninger, W.J., Kaniusas, E. and
Heitzinger, C.</span>,
<span>2020</span>,
<span>Bayesian inversion for electrical-impedance tomography in medical imaging using
the
nonlinear Poisson&ndash;Boltzmann equation</span>,
<span class="journal">Computer Methods in Applied Mechanics and Engineering</span>,
<span>365</span>,
<span>p.112959</span>.
</a>
</li>
<li style="break-inside: avoid-page;">
<a href="http://doi.org/10.1021/acsnano.1c01078">
<span>Mitscha&ndash;Baude, G., Stadlbauer, B., Howorka, S. and Heitzinger,
C.</span>,
<span>2021</span>,
<span>Protein Transport through Nanopores Illuminated by Long-Time-Scale
Simulations</span>,
<span class="journal">ASC Nano</span>,
<span>15(6)</span>,
<span>pp.9900&ndash;9912</span>.
</a>
</li>
</ul>
</section>
</body>
</html>