Papers File Repository
Papers File Repository
Each subdirectory corresponds to one publication entry in _publications/.
Naming Convention
files/papers/pub-XXX/
paper.pdf # Main paper PDF (required for download button to appear)
supplementary.pdf # Supplementary materials (optional)
Linking in Publication Frontmatter
In _publications/pub_XXX.md, set:
pdf_local: "/files/papers/pub-XXX/paper.pdf"
supplementary_url: "/files/papers/pub-XXX/supplementary.pdf"
Leave these fields blank (or omit them) if no files are available yet.
Adding a New Paper’s Files
- Drop
paper.pdfintofiles/papers/pub-XXX/ - Update the
pdf_localfield in_publications/pub_XXX.md - Commit both the PDF and the updated markdown file
Or use the helper script:
bash scripts/add_pdf.sh pub-XXX /path/to/paper.pdf
