92 lines
3.7 KiB
YAML
92 lines
3.7 KiB
YAML
# Now — research-first status feed for /current.html.
|
||
#
|
||
# `last-updated` is the page-level temporal stamp. Bump it whenever
|
||
# you push any change here, even a one-line note edit; the value is
|
||
# rendered prominently and a relative-time tail ("4 days ago") is
|
||
# computed at build time.
|
||
#
|
||
# `entries:` are active items. Each carries:
|
||
# - title : display name
|
||
# - section : free-form section key (research, engineering, …);
|
||
# sections render in first-appearance order
|
||
# - status : in-review | revising | drafting | building | early-stage |
|
||
# paused. Free-form, but the listed values are the canonical
|
||
# ladder (closest-to-shipping → furthest) and have CSS accents.
|
||
# - updated : YYYY-MM-DD when this entry last moved (NOT page-stamp)
|
||
# - link : optional URL (artifact, preprint, repo, etc.)
|
||
# - note : optional one-sentence what's-happening-now line
|
||
# - priority : optional integer (default 0). Manual override on the sort
|
||
# order: positive floats up, negative sinks down. Use sparingly
|
||
# — the status ladder already captures most of the signal;
|
||
# priority is for "this is the headline regardless of where
|
||
# its status puts it" (or vice versa).
|
||
#
|
||
# Sort within each section: priority desc → status rank asc → updated desc.
|
||
# Section order: first-appearance in this file. Rearrange to taste.
|
||
#
|
||
# `shipped:` are recently-completed items. Each carries:
|
||
# - title, completed (date), optional link, optional note
|
||
# Sorted newest-first at render time. Curate by hand — items don't
|
||
# auto-prune. Move things off the list when they stop earning the slot.
|
||
|
||
last-updated: 2026-04-26
|
||
|
||
entries:
|
||
- title: "Order-Invariant ICD-10-CM Embedding (JAMA submission)"
|
||
section: research
|
||
status: in-review
|
||
updated: 2026-04-10
|
||
link: /essays/beyond-comorbidity-indices/
|
||
note: "Under review at JAMA Network Open. Calculator deployed at levineuwirth.github.io/icd_embeddings."
|
||
|
||
- title: "Semantic-embeddings citation work"
|
||
section: research
|
||
status: drafting
|
||
updated: 2026-04-22
|
||
link: https://neuroai.health
|
||
note: "Early-stage manuscript with NeuroAI. Preprint expected summer 2026."
|
||
|
||
- title: "SIMD / PQC, Phase 2 & 3"
|
||
section: research
|
||
status: building
|
||
updated: 2026-04-19
|
||
link: /essays/where-does-simd-help-post-quantum-cryptography/
|
||
note: "Hardware performance counters (PAPI), RAPL energy, and cross-ISA ports (ARM NEON/SVE, RISC-V V) on Brown's OSCAR cluster."
|
||
|
||
- title: "NeuroPose clinical-implications manuscript"
|
||
section: research
|
||
status: drafting
|
||
updated: 2026-04-08
|
||
link: /essays/neuropose/
|
||
note: "In preparation; target submission 2026–2027."
|
||
|
||
- title: "Magic: The Gathering reinforcement learning"
|
||
section: research
|
||
status: early-stage
|
||
updated: 2026-04-15
|
||
note: "Early-stage RL on Brown's OSCAR HPC cluster; expected late 2026."
|
||
|
||
- title: "CHASE 2026 conference submission"
|
||
section: research
|
||
status: in-review
|
||
updated: 2026-04-05
|
||
note: "IEEE/ACM Conference on Connected Health (CHASE), August 2026, in review."
|
||
|
||
- title: "Levshell"
|
||
section: engineering
|
||
status: building
|
||
updated: 2026-04-26
|
||
note: "Comprehensive rewrite of my Wayland-targeted productivity and research shell. Major focus over the summer of 2026."
|
||
|
||
- title: "Pmacs"
|
||
section: engineering
|
||
status: building
|
||
updated: 2026-04-20
|
||
note: "Emacs-inspired IDE in Zig with first-class parallelism."
|
||
|
||
shipped:
|
||
- title: "Where Does SIMD Help Post-Quantum Cryptography?"
|
||
completed: 2026-04-15
|
||
link: /essays/where-does-simd-help-post-quantum-cryptography/
|
||
note: "Phase 1 technical report and reproducible artifact. Brown CS Department."
|