Adds work details

This commit is contained in:
Daniel Svitan 2025-05-01 11:29:32 +02:00
parent 73afb21fe9
commit 763331f31c

View File

@ -52,34 +52,50 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
<p>I currently reside in Bratislava, Slovakia</p>
<p>Contacts:
<a href="mailto:selfsigned-ash@proton.me" target="_blank" class="underline">selfsigned-ash@proton.me</a>
<a href="tel:+421948309804" target="_blank" class="underline">+421 948 309 804</a>
<a href="tel:+421948309804" target="_blank" class="underline ml-2">+421 948 309 804</a>
</p>
<p>Socials:
<a href="https://github.com/Streamer272" target="_blank" class="underline">GitHub</a>
<a href="https://gitea.svitan.dev/Streamer272" target="_blank" class="underline">Gitea</a>
<a href="https://gitea.svitan.dev/Streamer272" target="_blank" class="underline ml-2">Gitea</a>
</p>
<div class="h-6"/>
<p class="text-lg">Experience:</p>
<table>
<table class="w-full">
<tr>
<th class="w-44">When</th>
<th class="w-44">What</th>
<th>Where</th>
<th class="w-80 shrink-0">Occupation</th>
<th>Details</th>
</tr>
<tr>
<td>July, 2024 - present</td>
<td>Data Scientist</td>
<td>Faculty of Electronics and Informatics, Slovak Technical University in Bratislava (FEI STU)</td>
<td>Data Scientist<br/>
Faculty of Electronics and Informatics, Slovak Technical University in Bratislava (FEI STU)
</td>
<td class="block">
<ul class="list-disc ml-2">
<li>Contributed to the ECG disease detection neural network</li>
<li>Created data labeling system for the ECG quality classification neural network</li>
<li>Contributed to the ECG quality classification neural network</li>
<li>Created quality classification system based on ECG quality classification neural
network
</li>
<li>Wrote the Tom & Jerry LabChart Text File Dynamic Sync Algorithm</li>
<li>Contributed to the Parkinson detection based on sleep patterns project</li>
</ul>
<p class="mt-2 flex items-center gap-x-1">
Reference: <Link link="https://ieeexplore.ieee.org/document/10844607" />
</p>
</td>
</tr>
</table>
<div class="h-6"/>
<p class="text-lg">Some of my projects:</p>
<table>
<table class="w-full">
<tr>
<th class="w-60">Name</th>
<th class="w-24">Reference</th>
@ -179,6 +195,11 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
<p class="mt-1">And many more, unfortunately, many closed-source, especially contracts (like NatArt) and the
tens of projects at FEI STU (including multiple algorithms and labeling / data processing systems,
mostly concerned with bio-medical signals like ECG or PPG)</p>
<div class="h-6"/>
<p class="text-lg">Skills:</p>
</div>
</div>
</Layout>