367 lines
12 KiB
HTML
367 lines
12 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 {
|
|
--color-primary-light: #000000;
|
|
--color-background-light: #ffffff;
|
|
--color-primary-dark: #ffffff;
|
|
--color-background-dark: #121212;
|
|
--color: var(--color-primary-light);
|
|
--color-background: var(--color-background-light)
|
|
}
|
|
|
|
body {
|
|
color: var(--color);
|
|
background-color: var(--color-background);
|
|
max-width: 80ch;
|
|
padding: 1ch;
|
|
margin: 0 auto;
|
|
font-family: Vollkorn, serif;
|
|
}
|
|
|
|
li:not(:last-child) {
|
|
margin-bottom: 0.2em;
|
|
}
|
|
|
|
h3 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
a {
|
|
color: var(--color);
|
|
text-decoration: none;
|
|
}
|
|
|
|
section#publications span.journal,
|
|
section#conferences span.conference {
|
|
font-style: italic;
|
|
}
|
|
|
|
@media (prefers-color-scheme: light) {
|
|
:root {
|
|
--color: var(--color-primary-light);
|
|
--color-background: var(--color-background-light);
|
|
}
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
--color: var(--color-primary-dark);
|
|
--color-background: var(--color-background-dark);
|
|
}
|
|
}
|
|
|
|
@media print {
|
|
body {
|
|
max-width: 72ch;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
body,
|
|
a {
|
|
color: black;
|
|
}
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Vollkorn;
|
|
src: url("vollkorn/Vollkorn-Regular.woff2") format("woff2");
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Vollkorn;
|
|
src: url("vollkorn/Vollkorn-Italic.woff2") format("woff2");
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Vollkorn;
|
|
src: url("vollkorn/Vollkorn-Bold.woff2") format("woff2");
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
}
|
|
</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>CADS Engineering GmbH, Vienna, Austria</span> <span>9/2020–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’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–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>Technical University Vienna</span> <span>3/2017–11/2018</span></h3>
|
|
<aside>Research fellow</aside>
|
|
<ul>
|
|
<li>Performed research on nano-technology simulations and statistical modelling</li>
|
|
<li>Contributed to 5 scientific papers, 2 as first author</li>
|
|
<li>Presented group research at various conferences and workshops</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–11/2018</span>
|
|
</h3>
|
|
<aside>Tertiary</aside>
|
|
<ul>
|
|
<li><a href="https://www.tuwien.ac.at/en/teaching/master_programs/technical_mathematics/">Master of
|
|
science in technical mathematics</a><br>Thesis: <em>Fast Algorithms for Iterative Bayesian PDE
|
|
Inversion</em></li>
|
|
<li><a href="https://www.tuwien.ac.at/en/teaching/bachelor_programs/technical_mathematics/">Bachelor of
|
|
science in technical mathematics</a></li>
|
|
<li>Specializations: numerical mathematics, modelling, statistics, stochastic processes</li>
|
|
</ul>
|
|
</section>
|
|
<section style="break-inside: avoid-page;">
|
|
<h3><span><a href="https://www.htl-ottakring.at">Higher technical school, Vienna</a></span>
|
|
<span>9/2006–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>
|
|
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–C2).
|
|
<h3>Technologies</h3>
|
|
I have experience with and can work right away with:
|
|
<ul>
|
|
<li>Java.</li>
|
|
<li>JavaScript,</li>
|
|
<li>Git,</li>
|
|
<li>C++.</li>
|
|
</ul>
|
|
I have some experience with and can work with some preparation/help along the way with:
|
|
<ul>
|
|
<li>Apache Maven, Thrift</li>
|
|
<li>HTML,</li>
|
|
<li>CSS,</li>
|
|
<li>Python,</li>
|
|
<li>Common Lisp,</li>
|
|
<li>LaTeX.</li>
|
|
</ul>
|
|
<p>I have worked in Windows 10, Ubuntu (18.04, 20.04, 22.04) and MacOS. I am experienced with typical Microsoft
|
|
365 products.</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–19, 2018</span>,
|
|
<span class="location">Garden Grove, California, USA</span>.
|
|
</a>
|
|
</li>
|
|
<li style="break-inside: avoid-page;">
|
|
<a href="http://anaday2017.sbg.ac.at/program/">
|
|
<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–5, 2017</span>,
|
|
<span class="location">Salzburg, Austria</span>.
|
|
</a>
|
|
</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–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–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–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–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–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–9912</span>.
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</body>
|
|
|
|
</html>
|