| layout | default |
|---|---|
| title | Deep Dive |
| description | Longer-form technical write-ups and deep dives. |
| permalink | /deep-dive/ |
In-depth write-ups on AI, liquid neural networks, photonics, quantum computing, and papers I care about. Each link opens a full article.
Long-form technical write-ups.
-
{% assign articles = site.deepdives | where_exp: "d", "d.section != 'talks'" | sort: "order" %}
{% for doc in articles %}
- {{ doc.title }} {{ doc.description }} {% endfor %}
Paper summaries and external slides. Full write-ups live here on the site.
{% assign talk_docs = site.deepdives | where_exp: "d", "d.section == 'talks'" | sort: "order" %}-
{% for talk in site.data.talks %}
- {{ talk.title }} {{ talk.venue }}{% if talk.date %} · {{ talk.date }}{% endif %}{% if talk.description %} · {{ talk.description }}{% endif %} {% endfor %} {% for doc in talk_docs %}
- {{ doc.title }} {{ doc.description }} {% endfor %}
None listed yet.
{% endif %}Format docs and project references.