58 lines
1.8 KiB
HTML
58 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Lucas Tadeu</title>
|
|
<link rel="stylesheet" href="../style.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Lucas Tadeu</h1>
|
|
<p class="dim">ltadeu6 — personal page</p>
|
|
</header>
|
|
|
|
<hr>
|
|
|
|
<section>
|
|
<h2>ABOUT</h2>
|
|
<p>Bioprocess engineer and biotechnologist working as a process analyst.<br>
|
|
Interested in systems, automation, and open source.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>PROJECTS</h2>
|
|
<p>
|
|
<a href="https://git.tadix.dev/ltadeu6/BioLab">BioLab</a>
|
|
<span class="dim"> — web tool for kinetic parameter estimation from experimental growth data.<br>
|
|
Fits seven microbial models simultaneously via PSO and ranks results by AIC. <a href="https://biolab.tadix.dev">live ↗</a></span>
|
|
</p>
|
|
<p>
|
|
<a href="https://git.tadix.dev/ltadeu6/matrix-android">matrix-android</a>
|
|
<span class="dim"> — minimal Android Matrix client with a terminal aesthetic.<br>
|
|
Text-only, E2EE via libolm, SSO login.</span>
|
|
</p>
|
|
<p>
|
|
<a href="https://git.tadix.dev/ltadeu6/Nixos-Config">nixos-config</a>
|
|
<span class="dim"> — NixOS and Home Manager config for desktop and Oracle VPS.<br>
|
|
Covers system services, secrets via agenix, Hyprland, and self-hosted infrastructure.</span>
|
|
</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>WRITING</h2>
|
|
<p class="dim">— nothing here yet —</p>
|
|
</section>
|
|
|
|
<hr>
|
|
|
|
<footer>
|
|
<a href="mailto:ltadeu6@pm.me">email</a>
|
|
<a href="https://github.com/ltadeu6">github</a>
|
|
<a href="https://git.tadix.dev">git</a>
|
|
<a href="https://jupyter.tadix.dev">jupyter</a>
|
|
<a href="https://nextcloud.tadix.dev">nextcloud</a>
|
|
<a href="/">pt</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|