Fix links and add link colors
This commit is contained in:
parent
2b0e5bb1db
commit
ae3b1a6149
59
cv.html
59
cv.html
|
|
@ -5,7 +5,8 @@
|
|||
<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 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">
|
||||
|
|
@ -24,15 +25,18 @@
|
|||
<style>
|
||||
:root {
|
||||
--color-primary-light: #000000;
|
||||
--color-secondary-light: #000053;
|
||||
--color-background-light: #ffffff;
|
||||
--color-primary-dark: #ffffff;
|
||||
--color-secondary-dark: #ababff;
|
||||
--color-background-dark: #121212;
|
||||
--color: var(--color-primary-light);
|
||||
--color-background: var(--color-background-light)
|
||||
--color-primary: var(--color-primary-light);
|
||||
--color-secondary: var(--color-secondary-light);
|
||||
--color-background: var(--color-background-light);
|
||||
}
|
||||
|
||||
body {
|
||||
color: var(--color);
|
||||
color: var(--color-primary);
|
||||
background-color: var(--color-background);
|
||||
padding: 1ch;
|
||||
margin: 0 auto;
|
||||
|
|
@ -50,13 +54,13 @@
|
|||
}
|
||||
|
||||
a {
|
||||
color: var(--color);
|
||||
color: var(--color-secondary);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h2 {
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: var(--color);
|
||||
border-bottom-color: var(--color-primary);
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
|
|
@ -85,20 +89,24 @@
|
|||
|
||||
@media (prefers-color-scheme: light) {
|
||||
:root {
|
||||
--color: var(--color-primary-light);
|
||||
--color-primary: var(--color-primary-light);
|
||||
--color-secondary: var(--color-secondary-light);
|
||||
--color-background: var(--color-background-light);
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--color: var(--color-primary-dark);
|
||||
--color-primary: var(--color-primary-dark);
|
||||
--color-secondary: var(--color-secondary-dark);
|
||||
--color-background: var(--color-background-dark);
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
html, body {
|
||||
|
||||
html,
|
||||
body {
|
||||
max-width: initial;
|
||||
font-size: 10pt;
|
||||
background-color: #ffffff;
|
||||
|
|
@ -130,7 +138,8 @@
|
|||
<section>
|
||||
<h2>Experience</h2>
|
||||
<section style="break-inside: avoid-page;">
|
||||
<h3><span>CADS Engineering GmbH, Vienna, Austria</span> <span>9/2020–present</span></h3>
|
||||
<h3><span><a href="https://cads.engineering/">CADS Engineering GmbH, Vienna, Austria</a></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
|
||||
|
|
@ -175,12 +184,14 @@
|
|||
</ul>
|
||||
</section>
|
||||
<section style="break-inside: avoid-page;">
|
||||
<h3><span>Technical University Vienna</span> <span>3/2017–11/2018</span></h3>
|
||||
<h3><span><a href="https://www.tuwien.ac.at/en/">Technical University Vienna</a></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>
|
||||
<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>
|
||||
|
|
@ -192,16 +203,14 @@
|
|||
</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
|
||||
<li>Master of science in technical mathematics<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>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.htl-ottakring.at">Higher technical school, Vienna</a></span>
|
||||
<h3><span><a href="https://www.htlwienwest.at/">Higher technical school, Vienna</a></span>
|
||||
<span>9/2006–6/2011</span>
|
||||
</h3>
|
||||
<aside>Secondary</aside>
|
||||
|
|
@ -216,7 +225,7 @@
|
|||
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:
|
||||
I have experience with and can work right away with:
|
||||
<ul>
|
||||
<li>Java.</li>
|
||||
<li>JavaScript,</li>
|
||||
|
|
@ -283,13 +292,11 @@
|
|||
</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>
|
||||
<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;">
|
||||
<a href="http://meetings.siam.org/sess/dsp_programsess.cfm?SESSIONCODE=23025">
|
||||
|
|
|
|||
Loading…
Reference in a new issue