www.eamoncaddigan.net

Content and configuration for https://www.eamoncaddigan.net
git clone https://git.eamoncaddigan.net/www.eamoncaddigan.net.git
Log | Files | Refs | Submodules | README

commit 7225e59419034430eb595b66bdeb0ac0730dba43
parent a97e7028bb72c71d0989fe7420e4480b94afb2ac
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date:   Mon,  4 Nov 2024 13:51:29 -0800

Make minor organizational changes to /about/

Diffstat:
Mcontent/about/index.md | 31+++++++++++++++++++------------
1 file changed, 19 insertions(+), 12 deletions(-)

diff --git a/content/about/index.md b/content/about/index.md @@ -1,6 +1,6 @@ --- -title: "About" -date: 2023-07-24T20:43:04-07:00 +title: "About Eamon Caddigan" +date: 2024-11-04T13:33:52-08:00 --- I am a [scientist](/categories/science/) living in Southern California. I @@ -15,26 +15,30 @@ In addition to my [posts]({{< ref "posts" >}}), you can check out my [list of registered pre-prints and refereed publications]({{< ref "pubs/index.md" >}}) (they're also listed under [my ORCiD profile](https://orcid.org/0000-0002-4492-2846)). I also host a few [code -repositories under a separate subdomain](https://git.eamoncaddigan.net/) using -[stagit](https://codemadness.org/stagit.html). +repositories under a separate subdomain](https://git.eamoncaddigan.net/). + +## Contact -You can follow me on the Fediverse at -[@eamon@social.coop](https://social.coop/@eamon/), but the best way to -contact me is through email. My address is [my first and last -initial]@eamoncaddigan.net. +The best way to contact me is through email. My address is [my first and +last initial]@eamoncaddigan.net. You can also find me on the Fediverse at +[@eamon@social.coop](https://social.coop/@eamon/) -## About This Site +## Colophon -This site's theme is based on +This site is built with [Hugo](https://gohugo.io/), using a theme based on [hugo-theme-readable](https://github.com/cjtheham/hugo-theme-readable) and [readable.css](https://readable-css.freedomtowrite.org/). +The HTML for <https://git.eamoncaddigan.net> is generated using +[stagit](https://codemadness.org/stagit.html). + +## Copyright + Except where noted, text, image, video, and audio files are available for use under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license, and source code is available for use under the -[GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) license -([why?]({{< ref "posts/use-the-gpl/index.md" >}})). +[GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) license[^whygpl] Additionally, I give permission to use all content (text, images, video, audio, and source code) on @@ -49,3 +53,6 @@ and machine learning models with the following conditions: * Any work created using the generated model output must be licensed with either the [CC0](https://creativecommons.org/publicdomain/zero/1.0/) or [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license + +[^whygpl]: I even [wrote a bit]({{< ref "posts/use-the-gpl/index.md" >}}) + about why I prefer this license.