vita: roman venue and role lines, and stop chips restating the venue
"Preprint" in the venue line directly above a PREPRINT chip was a labelling error: the venue says what the document is, so the chip should say what the link yields. All four paper links are the full text, hosted here, so they are labelled that way; Code, Calculator, and Artifact are unchanged. Fixes the same redundancy on the CV, which read "Preprint. [Preprint]" and "Technical report … [Report]". The venue line is now roman. Citation convention italicizes journal and book titles but not conference names or status words, and publications.yml already marks the journal names it wants italic — so a blanket italic on the line flattened that distinction (italic nested in italic reads as nothing) and set "Preprint" in a register reserved for titles. Roman lets the data carry the emphasis, and JAMIA's full name now actually renders italic inside a roman line. Role and degree lines lose their italic too. The size step down from the title and the muted ink already separate them, so it was emphasis on a line that only labels. The two font-style resets that existed solely to escape these italics are gone with them. Italic on these pages is now either data-level <em> or the dagger footnote. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SUGesXiMmACsLBTGG1xuEU
This commit is contained in:
parent
4a5332b7c6
commit
6f916cac63
|
|
@ -123,13 +123,13 @@
|
|||
text-underline-offset: 0.15em;
|
||||
}
|
||||
|
||||
/* Role, degree, position — and any secondary facts hung off it. Serif
|
||||
italic is the scholarly convention for a title held, and it separates
|
||||
the role from the institution above without another size step. */
|
||||
/* Role, degree, position — and any secondary facts hung off it. Serif and
|
||||
roman: the size step down from the title and the muted ink already
|
||||
separate the two, so italic was doing no work the hierarchy needed and
|
||||
read as emphasis on a line that is only labelling. */
|
||||
#markdownBody .vita-role {
|
||||
font-family: var(--font-serif);
|
||||
font-size: 0.92rem;
|
||||
font-style: italic;
|
||||
color: var(--text-muted);
|
||||
margin: 0.1rem 0 0;
|
||||
line-height: 1.45;
|
||||
|
|
@ -139,7 +139,6 @@
|
|||
leads the line. */
|
||||
#markdownBody .vita-quiet {
|
||||
color: var(--text-faint);
|
||||
font-style: normal;
|
||||
font-family: var(--font-sans);
|
||||
font-size: 0.78rem;
|
||||
}
|
||||
|
|
@ -168,25 +167,32 @@
|
|||
line-height: 1.45;
|
||||
}
|
||||
|
||||
/* Venue: journal, conference, or publication state. Italic serif is the
|
||||
citation convention and distinguishes it from the author line above
|
||||
without adding a colour step. */
|
||||
/* Venue: journal, conference, or publication state. Deliberately roman.
|
||||
Citation convention italicizes journal and book titles but not conference
|
||||
names or status words, and publications.yml already marks the journal
|
||||
names it wants italic (\textit{Journal of the American Medical
|
||||
Informatics Association}). Setting the whole line italic flattened that
|
||||
— italic nested in italic reads as nothing — and put "Preprint" in a
|
||||
register reserved for titles. Roman here lets the data carry the emphasis
|
||||
where it belongs. */
|
||||
#markdownBody .vita-venue {
|
||||
font-family: var(--font-serif);
|
||||
font-size: 0.9rem;
|
||||
font-style: italic;
|
||||
color: var(--text-muted);
|
||||
margin: 0.1rem 0 0;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
#markdownBody .vita-venue em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* Presentation state ("Presented", "Accepted"). Sits at the end of the
|
||||
venue line as small-caps text rather than a bordered chip — a frame
|
||||
here would compete with the link chips below it. */
|
||||
#markdownBody .vita-status {
|
||||
font-family: var(--font-sans);
|
||||
font-size: 0.72rem;
|
||||
font-style: normal;
|
||||
font-variant: all-small-caps;
|
||||
letter-spacing: 0.07em;
|
||||
color: var(--text-faint);
|
||||
|
|
|
|||
BIN
static/cv.pdf
BIN
static/cv.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 241 KiB After Width: | Height: | Size: 255 KiB |
|
|
@ -7,7 +7,7 @@ publications:
|
|||
venue: "Under review at \\textit{Journal of the American Medical Informatics Association} (JAMIA)"
|
||||
year: 2026
|
||||
links:
|
||||
- label: Preprint
|
||||
- label: Full text
|
||||
href: https://levineuwirth.org/essays/beyond-comorbidity-indices/
|
||||
- label: Code
|
||||
href: https://git.levineuwirth.org/neuwirth/beyond_comorbidity_indices
|
||||
|
|
@ -23,7 +23,7 @@ publications:
|
|||
year: 2026
|
||||
month: July
|
||||
links:
|
||||
- label: Preprint
|
||||
- label: Full text
|
||||
href: https://levineuwirth.org/essays/branch-based-local-capture-in-tree-balls/
|
||||
cv_visible: true
|
||||
resume_visible: false # math preprint; engineering résumé surfaces other work
|
||||
|
|
@ -34,7 +34,7 @@ publications:
|
|||
year: 2026
|
||||
month: July
|
||||
links:
|
||||
- label: Preprint
|
||||
- label: Full text
|
||||
href: https://levineuwirth.org/essays/near-critical-growing-radius-domination.html
|
||||
cv_visible: true
|
||||
resume_visible: false # math preprint; engineering résumé surfaces other work
|
||||
|
|
@ -45,7 +45,7 @@ publications:
|
|||
year: 2026
|
||||
month: April
|
||||
links:
|
||||
- label: Report
|
||||
- label: Full text
|
||||
href: https://levineuwirth.org/essays/where-does-simd-help-post-quantum-cryptography/
|
||||
- label: Artifact
|
||||
href: https://git.levineuwirth.org/neuwirth/where-simd-helps
|
||||
|
|
|
|||
Loading…
Reference in New Issue