- paper/pnas -> paper/manuscript (venue-neutral)
- configs/layer1 -> configs/inheritance, src/knowledge -> src/inheritance
(imported as `inheritance`), make layer1 -> make inheritance; layer2 alias dropped
- inheritance and trained-network bundles named after the manuscript figure
they feed (fig2_grounding_sweep, figS3_rebaselining, ...), or descriptively
where they feed none; configs keep their `experiment:` value so parquet
hashes are unchanged, only output.dir moves
- figure scripts, SI figure sources, notebooks, REPRODUCING.md, README and the
SI Methods/tables updated; make clean no longer deletes tracked manifests;
reproduce.sh hashes the s{seed}/ layouts too
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y64o8FKP7rCuXzC48pxpMm
29 lines
1,002 B
TeX
29 lines
1,002 B
TeX
% Supplementary Information — readable single-column build (tectonic/XeLaTeX). Content is generated from si.md
|
|
% by `python paper/manuscript/build.py si`; journal-template reflow happens at submission.
|
|
\ifdefined\XeTeXversion\else\ifdefined\pdfoutput\pdfoutput=1\fi\fi
|
|
\documentclass[11pt]{article}
|
|
|
|
\usepackage[a4paper, margin=1.0in]{geometry}
|
|
\usepackage{graphicx}
|
|
\usepackage{amsmath, amssymb}
|
|
\usepackage[hidelinks]{hyperref}
|
|
\usepackage{microtype}
|
|
|
|
\setlength{\parskip}{0.35em}
|
|
\renewcommand{\thesection}{S\arabic{section}}
|
|
\renewcommand{\thefigure}{S\arabic{figure}}
|
|
|
|
\title{\textbf{Supplementary Information}\\[0.5em]
|
|
\large The evolution of sex for artificial intelligence:\\
|
|
a population-genetic framework for multigenerational model populations}
|
|
\author{Giorgio F.\ Gilestro\\[0.2em]
|
|
\normalsize Department of Life Sciences, Imperial College London\\
|
|
\normalsize \href{mailto:giorgio@gilest.ro}{giorgio@gilest.ro}}
|
|
\date{Draft}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\input{si_body}
|
|
|
|
\end{document}
|