Ph.D. Candidate, Health Services Organization & Policy, University of Michigan.
papers/ — each PDF is the latest working draft.Custom domain: https://papers.jonpalisoc.com. The PDFs hosted here are linked from my CV and from https://www.jonpalisoc.com; replacing a file here automatically updates the link target.
For published work, see my CV.
The repo is fed by sync.py, which copies the latest manuscript PDF for each paper out of the private research pipelines and refreshes cv.pdf from ~/Documents/Jobs/JPalisocCV.pdf.
# Common operations
python3 sync.py # sync all papers + CV, commit, push
python3 sync.py --dry-run # show what would change, no writes
python3 sync.py public-charge-chilling # sync just one paper
python3 sync.py --cv-only # only refresh cv.pdf
python3 sync.py --no-push # commit locally but don't push
For each public slug the script prefers, in order:
<pipeline>/<subdir>/<paper>/manuscript/draft_combined.pdfmanuscript/draft_combined_with_figures.pdfmanuscript/submission/<journal>/manuscript.pdfmanuscript/submission/<journal>/submission-manuscript.pdfTo add a new paper, append a row to the PAPERS list at the top of sync.py.