Current project added
This commit is contained in:
@ -193,6 +193,7 @@ aka jay-tux
|
|||||||
<br />
|
<br />
|
||||||
<p>
|
<p>
|
||||||
PhD Student (Computer Science)<br />
|
PhD Student (Computer Science)<br />
|
||||||
|
<a href="https://github.com/TOPLLab/">TOPL Lab</a>,
|
||||||
<a href="https://www.ugent.be/we/winst/en">Department WINST</a>,
|
<a href="https://www.ugent.be/we/winst/en">Department WINST</a>,
|
||||||
<a href="https://www.ugent.be/we/en">Faculty of Sciences</a>,
|
<a href="https://www.ugent.be/we/en">Faculty of Sciences</a>,
|
||||||
<a href="https://www.ugent.be/en">UGent</a> and<br />
|
<a href="https://www.ugent.be/en">UGent</a> and<br />
|
||||||
@ -212,6 +213,12 @@ class="detail">jay-tux</span></a>
|
|||||||
<p><img src="./pfp.png" alt="My typical profile picture" class="header-image right" /></p>
|
<p><img src="./pfp.png" alt="My typical profile picture" class="header-image right" /></p>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
|
<p>
|
||||||
|
<strong>Current
|
||||||
|
project:</strong><img src="./phoenix.png" class="emote" alt="Phoenix programming language logo" />
|
||||||
|
Phoenix, a data-parallel programming language
|
||||||
|
</p>
|
||||||
|
<hr />
|
||||||
<h2 id="news">News</h2>
|
<h2 id="news">News</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a
|
<li><a
|
||||||
|
@ -17,7 +17,7 @@ header-includes:
|
|||||||
<h6>aka jay-tux</h6><br />
|
<h6>aka jay-tux</h6><br />
|
||||||
<p>
|
<p>
|
||||||
PhD Student (Computer Science)<br />
|
PhD Student (Computer Science)<br />
|
||||||
<a href="https://www.ugent.be/we/winst/en">Department WINST</a>, <a href="https://www.ugent.be/we/en">Faculty of Sciences</a>, <a href="https://www.ugent.be/en">UGent</a> and<br />
|
<a href="https://github.com/TOPLLab/">TOPL Lab</a>, <a href="https://www.ugent.be/we/winst/en">Department WINST</a>, <a href="https://www.ugent.be/we/en">Faculty of Sciences</a>, <a href="https://www.ugent.be/en">UGent</a> and<br />
|
||||||
<a href="https://soft.vub.ac.be/disco/">DisCo Group</a>, <a href="https://soft.vub.ac.be/soft/index.html">SOFT Lab</a>, <a href="https://www.vub.be/en/about-vub/faculties-institutes-and-campuses/our-faculties/sciences-and-bioengineering-sciences">Sciences & Bioengineering Sciences Faculty</a>, <a href="https://www.vub.be/en">VUB</a><br />
|
<a href="https://soft.vub.ac.be/disco/">DisCo Group</a>, <a href="https://soft.vub.ac.be/soft/index.html">SOFT Lab</a>, <a href="https://www.vub.be/en/about-vub/faculties-institutes-and-campuses/our-faculties/sciences-and-bioengineering-sciences">Sciences & Bioengineering Sciences Faculty</a>, <a href="https://www.vub.be/en">VUB</a><br />
|
||||||
</p>
|
</p>
|
||||||
<div class="header-icons">
|
<div class="header-icons">
|
||||||
@ -30,6 +30,10 @@ header-includes:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<p><strong>Current project:</strong><img src="./phoenix.png" class="emote" alt="Phoenix programming language logo" /> Phoenix, a data-parallel programming language</p>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## News
|
## News
|
||||||
|
|
||||||
- [**ASPLOS/EuroSys'20**](https://www.asplos-conference.org/asplos2025/)
|
- [**ASPLOS/EuroSys'20**](https://www.asplos-conference.org/asplos2025/)
|
||||||
|
@ -25,3 +25,10 @@ header {
|
|||||||
.icon:hover .detail {
|
.icon:hover .detail {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emote {
|
||||||
|
display: inline;
|
||||||
|
float: none !important;
|
||||||
|
vertical-align: middle;
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
BIN
phoenix.png
Normal file
BIN
phoenix.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
Reference in New Issue
Block a user