website

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 637dd9d5df324479fc49bc509bf5dbaf4c1b4ef0
parent 3e07aaf7d2cbc7c9364727bd7b2bffec2b15dca1
Author: Andrew Laack <andrew.laack@imbue.com>
Date:   Mon, 13 Oct 2025 22:39:28 -0500

Added section linking my blog

Diffstat:
Mindex.html | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -119,6 +119,8 @@ a:hover { <span class="separator">|</span> <a href="#studies">studies</a> <span class="separator">|</span> + <a href="#blog">blog</a> + <span class="separator">|</span> <a href="#contact">contact</a> </nav> @@ -130,7 +132,7 @@ a:hover { <h3 id="publications">publications</h3> <ul> <li> -<strong>Laack, A. D.</strong> (2025, May 8). <em>CART-ELC: Oblique decision tree induction via exhaustive search</em> [Manuscript under review]. arXiv. <a href="https://doi.org/10.48550/arxiv.2505.05402" target="_blank">https://doi.org/10.48550/arxiv.2505.05402</a> +<strong>Laack, A. D.</strong> (2025, May 8). <em>CART-ELC: Oblique decision tree induction via exhaustive search</em> [Manuscript under review]. arXiv. <a href="https://doi.org/10.48550/arxiv.2505.05402" target="">https://doi.org/10.48550/arxiv.2505.05402</a> </li> </ul> @@ -172,6 +174,12 @@ a:hover { </p> <hr> + <h2 id="blog">blog</h2> + <p> +On <a href="https://blog.laack.co" target="">my blog</a> I discuss my views about software, freedom, and other topics of interest. + </p> + + <hr> <h2 id="contact">contact</h2> <p> Email contained in metadata: </p>