home/public/misc/index.html

354 lines
7.6 KiB
HTML
Raw Normal View History

2024-11-10 01:36:00 +00:00
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="misc projects # this is the place for my miscalleneous projects. here you&rsquo;ll find a collection of different things that piqued my interest.
super-mario-ddqn: implementing an agent to autonomously play super mario bros. ising-model-tax-evasion: simulating the ising model from physics as a means of estimating the probability of tax evasion in a given population. human-diffusion: a simulation of the Out of Africa (OOA) event in prehistory. black-scholes: exploring the black-scholes equation.">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/misc/">
<meta property="og:site_name" content="aethrvmn">
<meta property="og:title" content="misc">
<meta property="og:description" content="misc projects # this is the place for my miscalleneous projects. here youll find a collection of different things that piqued my interest.
super-mario-ddqn: implementing an agent to autonomously play super mario bros. ising-model-tax-evasion: simulating the ising model from physics as a means of estimating the probability of tax evasion in a given population. human-diffusion: a simulation of the Out of Africa (OOA) event in prehistory. black-scholes: exploring the black-scholes equation.">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<title>misc | aethrvmn</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.ico" >
<link rel="canonical" href="http://localhost:1313/misc/">
<link href="https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/book.min.684ba920724c377d882d9e7e8d3965eaf937fb9bd89f720712de3ea82210b3ba.css" integrity="sha256-aEupIHJMN32ILZ5&#43;jTll6vk3&#43;5vYn3IHEt4&#43;qCIQs7o=" crossorigin="anonymous">
<script defer src="/sw.min.6f6f90fcb8eb1c49ec389838e6b801d0de19430b8e516902f8d75c3c8bd98739.js" integrity="sha256-b2&#43;Q/LjrHEnsOJg45rgB0N4ZQwuOUWkC&#43;NdcPIvZhzk=" crossorigin="anonymous"></script>
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/misc/index.xml" title="aethrvmn" />
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
</head>
<body dir="ltr">
<input type="checkbox" class="hidden toggle" id="menu-control" />
<input type="checkbox" class="hidden toggle" id="toc-control" />
<main class="container flex">
<aside class="book-menu">
<div class="book-menu-content">
<nav>
<h2 class="book-brand">
<a class="flex align-center" href="/"><img src="/logo.png" alt="Logo" /><span>aethrvmn</span>
</a>
</h2>
<ul>
<li>
<a href="/pdf/cv.pdf" target="_blank" rel="noopener">
cv
</a>
</li>
</ul>
<ul>
<li>
<a href="/theses/" class="">theses</a>
<ul>
<li>
<a href="/theses/master-thesis/" class="">masters thesis</a>
</li>
<li>
<a href="/theses/bachelor-thesis/" class="">bachelor thesis</a>
</li>
</ul>
</li>
<li>
<a href="/nimphs/" class="">nimphs</a>
<ul>
</ul>
</li>
<li>
<a href="/misc/" class="active">misc</a>
<ul>
</ul>
</li>
<li>
<a href="/setup/" class="">setup</a>
<ul>
</ul>
</li>
<li>
<a href="/license/" class="">license</a>
<ul>
</ul>
</li>
</ul>
<div style="bottom:0; position:fixed;">
<h3><u>contact</u></h3>
<ul>
<li>
<a href="mailto:aethrvmn@apotheke.earth" target="_blank" rel="noopener">
mail
</a>
</li>
<li>
<a href="https://t.me/aethrvmn" target="_blank" rel="noopener">
t.me/aethrvmn
</a>
</li>
<li>
<a href="https://sigmoid.social/@aethrvmn" target="_blank" rel="noopener">
@aethrvmn@sigmoid.social
</a>
</li>
</ul>
</div>
</nav>
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
</div>
</aside>
<div class="book-page">
<header class="book-header">
<div class="flex align-center justify-between">
<label for="menu-control">
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
</label>
<label for="toc-control">
</label>
</div>
</header>
<article class="markdown book-article"><h1 id="misc-projects">
misc projects
<a class="anchor" href="#misc-projects">#</a>
</h1>
<hr>
<p>this is the place for my miscalleneous projects. here you&rsquo;ll find a collection of different things that piqued my interest.</p>
<ul>
<li>
<a href="https://github.com/aethrvmn/supermarioddqn" target="_blank" rel="me" style="color:#AC9C6D">super-mario-ddqn</a>: implementing an agent to autonomously play super mario bros.</li>
<li>
<a href="https://github.com/aethrvmn/Ising-Tax-Evasion" target="_blank" rel="me" style="color:#AC9C6D">ising-model-tax-evasion</a>: simulating the ising model from physics as a means of estimating the probability of tax evasion in a given population.</li>
<li>
<a href="https://github.com/aethrvmn/human-diffusion" target="_blank" rel="me" style="color:#AC9C6D">human-diffusion</a>: a simulation of the Out of Africa (OOA) event in prehistory.</li>
<li>
<a href="https://github.com/aethrvmn/black-scholes-model" target="_blank" rel="me" style="color:#AC9C6D">black-scholes</a>: exploring the black-scholes equation.</li>
</ul>
<p>feel free to explore and delve into the details.</p>
</article>
<footer class="book-footer">
<div class="flex flex-wrap justify-between">
<div class="info-container">
<div class="commit-info">
<span>Page last edited on 10/11/2024</span>
<br/>
<span>
title: removed theses and nimphs
</span>
<br/>
<span>
commit: <a href="https://git.apotheke.earth/aethrvmn/home/commit/ff123fd07e75e212c9fbcd6f534666a7522ce74a" target="_blank" rel="noopener">ff123fd</a>
</span>
<br/>
<span>
author: aethrvmn
</span>
<br/>
<span>
&lt;aethrvmn@apotheke.earth>
</div>
</div>
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
</footer>
<div class="book-comments">
</div>
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
</main>
</body>
</html>