February 6, 2026
posts/900-bibliography.qmd
Compiled: 2026-02-28 09:52:11.966095800
--- date: last-modified image: ../static/x-banner-08.png --- # Bibliography {.unnumbered} ::: {.content-hidden when-meta="production-mode" .source-path} `posts/900-bibliography.qmd` ::: ```{python} #| label: biblio-datetime from datetime import datetime import time now = datetime.now() ns = time.time_ns() % 1_000_000_000 print(f"Compiled: {now.strftime('%Y-%m-%d %H:%M:%S')}.{ns:09d}") ``` {width=33%} ::: {#refs} :::