Refactor css no-page-break
This commit is contained in:
parent
3d0034036c
commit
3dace63da3
4
cv.css
4
cv.css
|
|
@ -2,6 +2,10 @@ a {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.no-page-break {
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
||||
a::after {
|
||||
/* copied from https://practicaltypography.com/how-to-use.html */
|
||||
position: relative;
|
||||
|
|
|
|||
36
cv.html
36
cv.html
|
|
@ -38,7 +38,7 @@
|
|||
</section>
|
||||
<section>
|
||||
<h2>Experience</h2>
|
||||
<section style="break-inside: avoid-page;">
|
||||
<section class="no-page-break">
|
||||
<h3><span><a href="https://cads.engineering/">CADS Engineering GmbH, Vienna, Austria</a></span>
|
||||
<span>9/2020–present</span>
|
||||
</h3>
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section style="break-inside: avoid-page;">
|
||||
<section class="no-page-break">
|
||||
<h3><span>XL-Operations, Amstetten, Austria</span> <span>3/2019–7/2020</span></h3>
|
||||
<aside>Software developing and research</aside>
|
||||
<ul>
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
<li>Partially employed, partially freelance</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section style="break-inside: avoid-page;">
|
||||
<section class="no-page-break">
|
||||
<h3><span><a href="https://www.tuwien.ac.at/en/">Technical University Vienna</a></span>
|
||||
<span>3/2017–11/2018</span>
|
||||
</h3>
|
||||
|
|
@ -100,7 +100,7 @@
|
|||
</section>
|
||||
<section>
|
||||
<h2>Education</h2>
|
||||
<section style="break-inside: avoid-page;">
|
||||
<section class="no-page-break">
|
||||
<h3><span><a href="https://www.tuwien.ac.at/en/">Technical University Vienna</a></span>
|
||||
<span>10/2012–11/2018</span>
|
||||
</h3>
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
<li>Specializations: numerical mathematics, modelling, statistics, stochastic processes</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section style="break-inside: avoid-page;">
|
||||
<section class="no-page-break">
|
||||
<h3><span><a href="https://www.htlwienwest.at/">Higher technical school, Vienna</a></span>
|
||||
<span>9/2006–6/2011</span>
|
||||
</h3>
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
<section style="break-inside: avoid-page;">
|
||||
<section class="no-page-break">
|
||||
<h2>Skills</h2>
|
||||
<ul>
|
||||
<li>Experience with Java, C/C++ and JavaScript</li>
|
||||
|
|
@ -142,27 +142,27 @@
|
|||
</section>
|
||||
<section>
|
||||
<h2>Internships</h2>
|
||||
<section style="break-inside: avoid-page;">
|
||||
<section class="no-page-break">
|
||||
<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;">
|
||||
<section class="no-page-break">
|
||||
<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;">
|
||||
<section class="no-page-break">
|
||||
<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;">
|
||||
<section class="no-page-break">
|
||||
<h2>Interests</h2>
|
||||
<ul>
|
||||
<li>Biking and hiking</li>
|
||||
|
|
@ -178,7 +178,7 @@
|
|||
<section id="conferences">
|
||||
<h2>Conferences</h2>
|
||||
<ul>
|
||||
<li style="break-inside: avoid-page;">
|
||||
<li class="no-page-break">
|
||||
<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>,
|
||||
|
|
@ -187,14 +187,14 @@
|
|||
<span class="location">Garden Grove, California, USA</span>.
|
||||
</a>
|
||||
</li>
|
||||
<li style="break-inside: avoid-page;">
|
||||
<li class="no-page-break">
|
||||
<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>.
|
||||
</li>
|
||||
<li style="break-inside: avoid-page;">
|
||||
<li class="no-page-break">
|
||||
<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
|
||||
|
|
@ -209,7 +209,7 @@
|
|||
<section id="publications">
|
||||
<h2>Publications</h2>
|
||||
<ul>
|
||||
<li style="break-inside: avoid-page;">
|
||||
<li class="no-page-break">
|
||||
<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>,
|
||||
|
|
@ -222,7 +222,7 @@
|
|||
<span>p.108874</span>.
|
||||
</a>
|
||||
</li>
|
||||
<li style="break-inside: avoid-page;">
|
||||
<li class="no-page-break">
|
||||
<a href="http://doi.org/10.1088/1361-6528/ab513e">
|
||||
<span>Stadlbauer, B., Mitscha–Baude, G. and Heitzinger, C.</span>,
|
||||
<span>2019</span>,
|
||||
|
|
@ -233,7 +233,7 @@
|
|||
<span>p.075502</span>.
|
||||
</a>
|
||||
</li>
|
||||
<li style="break-inside: avoid-page;">
|
||||
<li class="no-page-break">
|
||||
<a href="http://doi.org/10.1007/s10825-019-01417-0">
|
||||
<span>Khodadadian, A., Stadlbauer, B. and Heitzinger, C.</span>,
|
||||
<span>2020</span>,
|
||||
|
|
@ -243,7 +243,7 @@
|
|||
<span>pp.147–159</span>.
|
||||
</a>
|
||||
</li>
|
||||
<li style="break-inside: avoid-page;">
|
||||
<li class="no-page-break">
|
||||
<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>,
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
<span>p.112959</span>.
|
||||
</a>
|
||||
</li>
|
||||
<li style="break-inside: avoid-page;">
|
||||
<li class="no-page-break">
|
||||
<a href="http://doi.org/10.1021/acsnano.1c01078">
|
||||
<span>Mitscha–Baude, G., Stadlbauer, B., Howorka, S. and Heitzinger,
|
||||
C.</span>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue