Two Sides of Schur Damping: arXiv package, web edition, citation - #51
Merged
Conversation
arXiv submission package (papers/arxiv/two_sides_of_schur_damping/): - pre-built .bbl (arXiv does not run BibTeX) + .tex, verified to compile from the tarball alone (tex+bbl, no .bib) with 0 undefined refs; numbered equations - ready-to-upload tarball and SUBMISSION.md (plain-text abstract, categories: q-fin.PM primary, stat.ME / stat.CO cross-list) Web edition on the docs site: - generate the web edition from LaTeX via docs/build_paper.sh (now builds both papers; template PDF link parameterized so it is no longer schur-only) - single source: equations stay numbered in the .tex (arXiv/PDF), and the build mechanically strips them to unnumbered \[ \] for the web so KaTeX renders them cleanly; prose refers to equations descriptively, so nothing cross-breaks - add a card on the /papers landing page - nav now links to Papers (the landing page), not the Schur-likelihood anchor - CI docs-up-to-date check extended to cover both papers' generated HTML Paper source (papers/two_sides_of_schur_damping.tex): - cite Antonov, Lipton & Lopez de Prado (HRP: A Closer Look) and note their analytical HRP results may carry over to the spatial gamma=0 endpoint - tighten the prose Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
microprediction
force-pushed
the
arxiv-and-web-two-sides
branch
from
June 11, 2026 14:56
48e34e7 to
d3bb804
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares everything to submit Two Sides of Schur Damping to arXiv and adds its web edition to the docs site.
arXiv package —
papers/arxiv/two_sides_of_schur_damping/…_arxiv.tar.gzis the upload (top-level.tex+ pre-built.bbl; arXiv does not run BibTeX, and.bibis deliberately excluded so it can't trigger a re-run)..bib) with TeX Live 2025: 5 pages, 0 undefined references, all 12 citations resolved, equations numbered.SUBMISSION.mdhas the form metadata: plain-text abstract and categories (primaryq-fin.PM, cross-liststat.ME, optionalstat.CO).Web edition on the docs site
docs/build_paper.sh(now builds both papers; the template's PDF link is parameterized rather than hard-coded to schur)..tex(for the arXiv/PDF edition); the build mechanically strips them to unnumbered\[ \]for the web so KaTeX renders them cleanly. The prose refers to equations descriptively, so no cross-references break./paperslanding page.docs-up-to-dateCI extended to check both papers' generated HTML for staleness. Pandoc pinned3.9.0.2; schur HTML is byte-identical, so CI stays green.Paper source
🤖 Generated with Claude Code