Favicon, link to thesis LaTeX
This commit is contained in:
parent
39dc129cdd
commit
6804964c61
|
@ -173,6 +173,7 @@
|
||||||
<link rel="stylesheet" href="https://classless.de/classless-tiny.css" />
|
<link rel="stylesheet" href="https://classless.de/classless-tiny.css" />
|
||||||
<link rel="stylesheet" href="https://classless.de/addons/themes.css" media="(prefers-color-scheme: dark)" />
|
<link rel="stylesheet" href="https://classless.de/addons/themes.css" media="(prefers-color-scheme: dark)" />
|
||||||
<link rel="stylesheet" href="./overrides.css" />
|
<link rel="stylesheet" href="./overrides.css" />
|
||||||
|
<link rel="icon" type="image/x-icon" href="./pfp.png" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
|
@ -243,7 +244,9 @@ cum laude</em><br />
|
||||||
<a href="https://ugent.be/en">UGent</a><br />
|
<a href="https://ugent.be/en">UGent</a><br />
|
||||||
September 2022 - June 2024<br />
|
September 2022 - June 2024<br />
|
||||||
Thesis: <a href="https://jaytux.com/thesis.pdf">Quantifying and
|
Thesis: <a href="https://jaytux.com/thesis.pdf">Quantifying and
|
||||||
Mitigating the Cold-Start Problem in GPU Simulation</a></p>
|
Mitigating the Cold-Start Problem in GPU Simulation</a> (<a
|
||||||
|
href="https://github.com/jay-tux/thesis-text"><img
|
||||||
|
src="./lucide_github.svg" alt="GitHub" /> LaTeX source</a>)</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><em>Erasmus International Exchange</em><br />
|
<li><em>Erasmus International Exchange</em><br />
|
||||||
<a href="https://international.au.dk/">Aarhus University</a><br />
|
<a href="https://international.au.dk/">Aarhus University</a><br />
|
||||||
|
|
|
@ -7,6 +7,7 @@ header-includes:
|
||||||
- '<link rel="stylesheet" href="https://classless.de/classless-tiny.css" />'
|
- '<link rel="stylesheet" href="https://classless.de/classless-tiny.css" />'
|
||||||
- '<link rel="stylesheet" href="https://classless.de/addons/themes.css" media="(prefers-color-scheme: dark)" />'
|
- '<link rel="stylesheet" href="https://classless.de/addons/themes.css" media="(prefers-color-scheme: dark)" />'
|
||||||
- '<link rel="stylesheet" href="./overrides.css" />'
|
- '<link rel="stylesheet" href="./overrides.css" />'
|
||||||
|
- '<link rel="icon" type="image/x-icon" href="./pfp.png" />'
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="header-container">
|
<div class="header-container">
|
||||||
|
@ -60,7 +61,7 @@ header-includes:
|
||||||
- **Master of Computer Science** *graduated magna cum laude*
|
- **Master of Computer Science** *graduated magna cum laude*
|
||||||
[UGent](https://ugent.be/en)
|
[UGent](https://ugent.be/en)
|
||||||
September 2022 - June 2024
|
September 2022 - June 2024
|
||||||
Thesis: [Quantifying and Mitigating the Cold-Start Problem in GPU Simulation](https://jaytux.com/thesis.pdf)
|
Thesis: [Quantifying and Mitigating the Cold-Start Problem in GPU Simulation](https://jaytux.com/thesis.pdf) ([ LaTeX source](https://github.com/jay-tux/thesis-text))
|
||||||
|
|
||||||
- *Erasmus International Exchange*
|
- *Erasmus International Exchange*
|
||||||
[Aarhus University](https://international.au.dk/)
|
[Aarhus University](https://international.au.dk/)
|
||||||
|
|
Loading…
Reference in New Issue