StealThis .dev
Pages Hard

Science — Academic Paper Layout

A full academic paper page in the style of a peer-reviewed journal, with a running header showing volume, issue and DOI, a superscript-affiliated author list, a structured abstract with keywords, a responsive two-column body with numbered sections, inline citation links that smooth-scroll to a numbered reference list, a captioned figure, a data table, a numbered equation block, footnotes, and a sticky mini table of contents that highlights the active section while you read.

Open in Lab
html css vanilla-js
Targets: JS HTML

Code

Academic Paper Layout

A complete journal-style research article page built with semantic HTML, a clean institutional palette, and three typefaces by role — Source Serif 4 for prose, Inter for the interface, and JetBrains Mono for figures, units, and equations. The front matter carries a running header (journal name, volume, issue, page range, DOI), a title, an author list with superscript affiliation markers, a structured abstract, and a keyword row. On wide screens the body flows into two columns with numbered sections; it collapses to a single readable column below 640px.

The article is fully interactive. Inline citation links such as [1] smooth-scroll to a numbered reference list and surface a toast confirming the jump; footnote markers and back-links work the same way, with a brief highlight flash on the landing target. A LaTeX-like display equation is rendered with italic serif variables and a right-aligned number (1) using only HTML and CSS, and an inline SVG figure plus a scrollable data table round out the results section.

A sticky mini table of contents tracks your scroll position with an IntersectionObserver, highlighting the active section and filling a gradient reading-progress bar. Quick actions copy a formatted citation and the DOI to the clipboard, and keyword chips emit search toasts — all in dependency-free vanilla JavaScript.

Illustrative UI only — fictional authors, data, and figures; not real scientific results.