Downloadable assets (PDFs, slides, checklists, supplementary materials, manuscripts) linked from the CDAC / BDSP website.
Hosted via GitHub Pages at https://bdsp-core.github.io/cdac-downloads/
This repository was split out from bdsp-core.github.io to keep the main site repo lean. References on the main site point at the GitHub Pages URLs above.
The page at /missing/ lists every CDAC publication whose link on bdsp-core.github.io still points to PubMed because no PDF exists in this repo yet. Each entry shows clickable DOI / PMC / PubMed buttons (use your library proxy or a browser extension like Lean Library / EZproxy to authenticate at the publisher) and the exact filename to save the downloaded PDF as.
Open that page when you have a free moment to chip away at the remaining list — every PDF you drop in here gets auto-linked on the main site within a day.
<year>_<lastname>_<journal>_<PMID>.pdf (use the suggested filename shown on the /missing/ page).git add . && git commit -m "+pdfs" && git push.After adding new PDFs, regenerate the missing list:
python3 make_missing_report.py
git add missing/ && git commit -m "Refresh missing report" && git push
The script reads the live publication YAMLs from bdsp-core.github.io and rewrites both missing/index.html (the human-friendly report) and missing/missing-papers.csv (machine-readable, compatible with pmc-pdf-downloader).