Skip to content

Releases: parklab/parklab.github.io

Large PDF & Data Assets

27 Feb 17:10
044cc97

Choose a tag to compare

Purpose

This release is used to host large static assets (PDFs, ZIP files, etc.) that exceed GitHub’s 100MB repository file size limit. These files are linked from the GitHub Pages site but are not stored directly in the repository to avoid repository bloat and file size restrictions.

Why This Exists

GitHub repositories enforce a 100MB file size limit for committed files. Some published papers and supplementary materials exceed this limit. Instead of using Git LFS (which has storage and bandwidth quotas), we store large files as Release assets. This allows:

  • Direct public access
  • Stable URLs for linking
  • Browser preview for PDFs
  • No impact on repository size

How It Is Used

Each file in this release is independently linked from the website using:
https://github.com/parklab/parklab.github.io/releases/download/large-assets/<filename>

Files are added over time as needed. Existing filenames should not be changed unless intentionally replacing a file.

Notes

Smaller PDFs (<100MB) remain stored directly in the repository. This release acts as a long-term storage container for large, standalone assets.