Compare commits

...

5 commits

Author SHA1 Message Date
Benjamin fc0f008300 Change responsive styling 2023-02-05 17:29:30 +01:00
Benjamin d66da677a6 Set size and margins for print 2023-02-05 14:42:07 +01:00
Benjamin 4e5ef36fb4 break-inside: avoid to inline style 2023-02-05 12:43:29 +01:00
Benjamin 9d6a9ecca5 Update spelling words 2023-02-05 12:37:52 +01:00
Benjamin e30f34aa6a Update description 2023-02-05 12:23:10 +01:00
2 changed files with 68 additions and 26 deletions

24
.vscode/settings.json vendored
View file

@ -1,10 +1,32 @@
{
"cSpell.words": [
"Amstetten",
"Baude",
"CEFR",
"Cossettini",
"Creo",
"Flexera",
"Forgejo",
"Heitzinger",
"Hoerbiger",
"Howorka",
"IELTS",
"Kaniusas",
"Karimi",
"Khodadadian",
"Leitwind",
"Mitscha",
"nanocapacitor",
"Nanocapacitors",
"Nanopore",
"Nanopores",
"nanowire",
"Pasterk",
"Redmine",
"Stadlbauer"
"Scarbolo",
"Selmi",
"Stadlbauer",
"Taghizadeh",
"Weninger"
]
}

70
cv.html
View file

@ -8,7 +8,7 @@
<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 background and education of Benjamin Stadlbauer">
<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">
@ -34,7 +34,6 @@
body {
color: var(--color);
background-color: var(--color-background);
max-width: 80ch;
padding: 1ch;
margin: 0 auto;
font-family: Vollkorn, serif;
@ -60,6 +59,24 @@
font-style: italic;
}
@media screen and (min-width: 600px) {
body {
padding: 2ch;
}
}
@media screen and (min-width: 800px) {
body {
padding: 3ch;
}
}
@media screen and (min-width: 900px) {
body {
max-width: 900px;
}
}
@media (prefers-color-scheme: light) {
:root {
--color: var(--color-primary-light);
@ -75,18 +92,21 @@
}
@media print {
body {
max-width: 72ch;
html, body {
max-width: initial;
font-size: 10pt;
background-color: #ffffff;
padding: 0;
}
body,
a {
color: black;
color: #000000;
}
.no-page-break {
break-inside: avoid;
@page {
margin: 25mm;
size: A4;
}
}
@ -127,7 +147,7 @@
</section>
<section>
<h2>Experience</h2>
<section class="no-page-break">
<section style="break-inside: avoid-page;">
<h3><span>CADS Engineering GmbH, Vienna, Austria</span> <span>9/2020&ndash;present</span></h3>
<aside>Application Developer</aside>
<ul>
@ -162,7 +182,7 @@
</li>
</ul>
</section>
<section class="no-page-break">
<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>
@ -172,7 +192,7 @@
<li>Partially employed, partially freelance</li>
</ul>
</section>
<section class="no-page-break">
<section style="break-inside: avoid-page;">
<h3><span>Technical University Vienna</span> <span>3/2017&ndash;11/2018</span></h3>
<aside>Research fellow</aside>
<ul>
@ -184,7 +204,7 @@
</section>
<section>
<h2>Education</h2>
<section class="no-page-break">
<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>
@ -198,7 +218,7 @@
<li>Specializations: numerical mathematics, modelling, statistics, stochastic processes</li>
</ul>
</section>
<section class="no-page-break">
<section style="break-inside: avoid-page;">
<h3><span><a href="https://www.htl-ottakring.at">Higher technical school, Vienna</a></span>
<span>9/2006&ndash;6/2011</span>
</h3>
@ -209,7 +229,7 @@
</ul>
</section>
</section>
<section class="no-page-break">
<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&ndash;C2).
@ -235,27 +255,27 @@
</section>
<section>
<h2>Internships</h2>
<section class="no-page-break">
<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 class="no-page-break">
<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 class="no-page-break">
<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 class="no-page-break">
<section style="break-inside: avoid-page;">
<h2>Interests</h2>
<ul>
<li>Biking and hiking</li>
@ -271,7 +291,7 @@
<section id="conferences">
<h2>Conferences</h2>
<ul>
<li class="no-page-break">
<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>,
@ -280,7 +300,7 @@
<span class="location">Garden Grove, California, USA</span>.
</a>
</li>
<li class="no-page-break">
<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>,
@ -289,7 +309,7 @@
<span class="location">Salzburg, Austria</span>.
</a>
</li>
<li class="no-page-break">
<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
@ -304,7 +324,7 @@
<section id="publications">
<h2>Publications</h2>
<ul>
<li class="no-page-break">
<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>,
@ -317,7 +337,7 @@
<span>p.108874</span>.
</a>
</li>
<li class="no-page-break">
<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>,
@ -328,7 +348,7 @@
<span>p.075502</span>.
</a>
</li>
<li class="no-page-break">
<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>,
@ -338,7 +358,7 @@
<span>pp.147&ndash;159</span>.
</a>
</li>
<li class="no-page-break">
<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>,
@ -351,7 +371,7 @@
<span>p.112959</span>.
</a>
</li>
<li class="no-page-break">
<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>,