commit bf87465680d507161a3f49bbcd418e2b00761da0
parent 2f1f51eba5adc43816a7cfd954c66ceb9fb3e606
Author: AndrewLockVI <andrew@laack.co>
Date: Mon, 24 Mar 2025 15:48:47 -0500
Updated website
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html
@@ -71,6 +71,7 @@
<div class="links-container">
+ <a href="#research">research</a><span class="separator">|</span>
<a href="#code">code</a><span class="separator">|</span>
<a href="#workexperience">work</a><span class="separator">|</span>
<a href="#studies">studies</span></a><span class="separator">|</span>
@@ -78,6 +79,11 @@
</div>
</div>
+
+ <hr>
+ <h2 id="research">research</h2>
+ <p>I am currently doing research on oblique decision tree induction. <a href="https://git.laack.co/cart-elc"> The source</a> for my research is freely available, but requires citation if it is used in other research. The source repository contains the code for my algorithm, the associated .tex file for my research paper, tests, and all of the code used for data gathering.
+
<hr>
<h2 id="code">code</h2>
<p>I like building software and implementing machine learning research. <a href="https://git.laack.co/"> My code</a> is self hosted using stagit, to generate static html, and nginx. If you don't understand why, please consider the fact that there are junior devs who don't understand the difference between GitHub and Git, indicative of a monopoly. Additionally, I would implore you to consider if you want to be complicit in the distribution of malware in the form of <a href="https://www.gnu.org/proprietary/proprietary.html">proprietary software</a>.