Add PLISS'25

This commit is contained in:
jay-tux 2025-04-30 16:37:48 +02:00
parent 6804964c61
commit 4e13c4475c
Signed by: jay-tux
GPG Key ID: 84302006B056926E
3 changed files with 45 additions and 20 deletions

View File

@ -214,8 +214,18 @@ class="detail">jay-tux</span></a>
<hr />
<h2 id="news">News</h2>
<ul>
<li><strong>ASPLOS/EuroSys25</strong><br />
I presented at EuroDW25, and stayed for the full conference.</li>
<li><a
href="https://www.asplos-conference.org/asplos2025/"><strong>ASPLOS/EuroSys20</strong></a><br />
<small>March 30 - April 3, 2025</small><br />
I presented a talk titled <em>Modular Data and Parallelization
Abstractions for Programming Heterogeneous Systems</em> at <a
href="https://eurodw25.github.io/">EuroDW25</a>, and stayed for the
full conference.<br />
</li>
<li><a
href="https://pliss.org/2025/"><strong>PLISS25</strong></a><br />
<small>May 26 - May 31, 2025</small><br />
I will be attending the summer school in Bertinoro, Italy!</li>
</ul>
<hr />
<h2 id="publications">Publications</h2>
@ -225,7 +235,8 @@ Coming soon!
<hr />
<h2 id="teaching">Teaching</h2>
<ul>
<li><strong>Software Engineering Lab 1</strong> (TA)<br />
<li><strong>Software Engineering Lab 1</strong> (Teaching
Assistant)<br />
<em>Semester:</em> Spring 2025<br />
<em>Description:</em> A project-oriented course meant to teach students
to work in a professional setting, building a mobile app.</li>
@ -234,29 +245,37 @@ to work in a professional setting, building a mobile app.</li>
<h2 id="education">Education</h2>
<ul>
<li><p><strong>PhD Student (Computer Science)</strong><br />
<small>October 2024 - present</small><br />
<a href="https://ugent.be/en">UGent</a> and <a
href="https://www.vub.be/en">VUB</a><br />
October 2024 - present<br />
Supervised by both Christophe Scholliers (UGent) and Elisa Gonzalez Boix
(VUB)</p></li>
<li><p><strong>Master of Computer Science</strong> <em>graduated magna
cum laude</em><br />
<small>September 2022 - June 2024</small><br />
<a href="https://ugent.be/en">UGent</a><br />
September 2022 - June 2024<br />
Thesis: <a href="https://jaytux.com/thesis.pdf">Quantifying and
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>
<li><em>Erasmus International Exchange</em><br />
<small>September 2022 - June 2023</small><br />
<a href="https://international.au.dk/">Aarhus University</a><br />
September 2022 - June 2023<br />
Focused on program verification and algorithms</li>
</ul></li>
<li><p><strong>Bachelor of Computer Science</strong> <em>graduated cum
laude</em><br />
<a href="https://ugent.be/en">UGent</a><br />
September 2019 - June 2022</p></li>
<small>September 2019 - June 2022</small><br />
<a href="https://ugent.be/en">UGent</a></p></li>
</ul>
<hr />
<h2 id="projects">Projects</h2>
<h5>
Coming soon!
</h5>
<p>But if youre really curious - check out <a
href="https://git.jaytux.com/jay-tux/grader">Grader</a> and <a
href="https://git.jaytux.com/jay-tux/simd.jaytux.com">SIMD-API</a></p>
</body>
</html>

View File

@ -32,8 +32,12 @@ header-includes:
## News
- **ASPLOS/EuroSys'25**
I presented at EuroDW'25, and stayed for the full conference.
- [**ASPLOS/EuroSys'20**](https://www.asplos-conference.org/asplos2025/)
<small>March 30 - April 3, 2025</small>
I presented a talk titled *Modular Data and Parallelization Abstractions for Programming Heterogeneous Systems* at [EuroDW'25](https://eurodw25.github.io/), and stayed for the full conference.
- [**PLISS'25**](https://pliss.org/2025/)
<small>May 26 - May 31, 2025</small>
I will be attending the summer school in Bertinoro, Italy!
---
@ -45,7 +49,7 @@ header-includes:
## Teaching
- **Software Engineering Lab 1** (TA)
- **Software Engineering Lab 1** (Teaching Assistant)
*Semester:* Spring 2025
*Description:* A project-oriented course meant to teach students to work in a professional setting, building a mobile app.
@ -54,20 +58,27 @@ header-includes:
## Education
- **PhD Student (Computer Science)**
<small>October 2024 - present</small>
[UGent](https://ugent.be/en) and [VUB](https://www.vub.be/en)
October 2024 - present
Supervised by both Christophe Scholliers (UGent) and Elisa Gonzalez Boix (VUB)
- **Master of Computer Science** *graduated magna cum laude*
<small>September 2022 - June 2024</small>
[UGent](https://ugent.be/en)
September 2022 - June 2024
Thesis: [Quantifying and Mitigating the Cold-Start Problem in GPU Simulation](https://jaytux.com/thesis.pdf) ([![GitHub](./lucide_github.svg) LaTeX source](https://github.com/jay-tux/thesis-text))
- *Erasmus International Exchange*
<small>September 2022 - June 2023</small>
[Aarhus University](https://international.au.dk/)
September 2022 - June 2023
Focused on program verification and algorithms
- **Bachelor of Computer Science** *graduated cum laude*
<small>September 2019 - June 2022</small>
[UGent](https://ugent.be/en)
September 2019 - June 2022
---
## Projects
<h5>Coming soon!</h5>
But if you're really curious - check out [Grader](https://git.jaytux.com/jay-tux/grader) and [SIMD-API](https://git.jaytux.com/jay-tux/simd.jaytux.com)...

View File

@ -1,8 +1,3 @@
body {
max-width: 60rem;
width: 60rem;
}
header {
display: none;
}