more projects cleanup

This commit is contained in:
Tom 2025-05-06 10:51:25 +01:00
parent b90ac49f24
commit 908c1dc8b7
4 changed files with 547 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -9,6 +9,14 @@ mathjax: false
# Project Ideas
* make something interactive using a custom server on my new server
* Make a tiny rest server on an esp32
* Do BAC to look at Hackney Marshes fire https://documentation.dataspace.copernicus.eu/APIs/openEO/openeo-community-examples/python/RankComposites/bap_composite.html
* update the rendering general relativety page to fix mathjax
* Write some new firmware for the [DMM SAO](https://github.com/flummer/dmm-sao/blob/main/firmware/code.py) I got at the hackaday supercon.
## 3D models of vertebrates

View File

@ -5,20 +5,22 @@ permalink: /projects/
excerpt: |
I'm Tom Hodson. Welcome to my little home on the web! There's a blog, a cv and some projects to look at.
img:
src: /assets/projects/lego_adapters/thumbnail.svg
alt:
class: invertable
src: /assets/projects/lego_adapters/thumbnail.svg
alt:
class: invertable
social_image: /assets/projects/lego_adapters/thumbnail.png
---
<section class="title-date-container">
<h1 class = "highlights">Projects</h1>
<span class="dt-label">Last Modified</span>
</section>
<hr class="heading">
{% for post in site.projects %}
{% assign projects = site.projects | sort_natural: "date" | reverse %}
{% for post in projects %}
{% if post.draft == false or jekyll.environment == "development" %}
{% include project_summary.html %}
{% endif %}
{% endfor %}
{% endfor %}