CCHMC R Users Group
Cole Brokamp
2022-09-14
bxm5jq1
1datadrivencv
vitae
YAML is a human- and machine-readable data-serialization language for all programming languages.
yaml
over json
pubs.yaml
pennington-2022:
title: "Racial Fairness in Precision Medicine: Pediatric Asthma Prediction Algorithms"
author: Jordan Pennington, Erika Rasnick, Lisa J. Martin, Jocelyn M. Biagini, Tesfaye B. Mersha, Allison Parsons, Gurjit K. Khurana Hershey, Patrick Ryan, Cole Brokamp
journal: American Journal of Health Promotion
issue_pages: Online
year: 2022
doi: 10.1177/08901171221121639
esteban-2022:
title: "Understanding Racial Disparities in Childhood Asthma Using Individual- and Neighborhood-Level Risk Factors"
author: Esteban Correa, Lili Ding, Andrew F. Beck, Cole Brokamp, Mekibib Altayeb, Robert S. Kahn, Tesfay Mersha
journal: Journal of Allergy and Clinical Immunology
issue_pages: In Press
year: 2022
doi: 10.1016/j.jaci.2022.07.024
brokamp-2022:
title: "A High Resolution Spatiotemporal Fine Particulate Matter Exposure Assessment Model for the contiguous United States"
author: Cole Brokamp
journal: Environmental Advances
issue_pages: "7:100155"
year: 2022
doi: 10.1016/j.envadv.2021.100155
talks.yaml
PAS-2022:
title: "Decentralized Geomarker Assessment for Multi-Site Studies"
event: Pediatric Academic Societies Annual Meeting
year: 2022
location: Denver, CO
NIH-2022:
title: "Challenges and Solutions for Private and Reproducible Environmental Exposure Assessment at Scale"
event: NIH Ethical, Legal, and Social Implications of Gene-Environment Interaction Research Workshop
year: 2022
location: Online
download_link: "https://colebrokamp-website.s3.amazonaws.com/talks/GxE_ELSI_Brokamp.pdf"
https://github.com/cole-brokamp/support/blob/main/parse_support.R
Convert markdown to tex file:
Write CV in LaTeX and include tex files in LaTeX documents:
all: my_pubs.docx my_cv.pdf site
pubs.md talks.md: pubs.yaml talks.yaml
R CMD BATCH parse.R
my_pubs.docx: pubs.md
pandoc pubs.md --reference-doc=reference.dotx -o my_pubs.docx
cv.pdf: pubs.tex talks.tex cv.tex
texfot pdflatex cv.tex
site: pubs.md talks.md cv.pdf
R -e "rmarkdown::render_site(encoding = 'UTF-8')"
cp cole-brokamp-cv.pdf docs/cv.pdf
open docs/index.html
pubs.yaml
and talks.yaml
make all
make
ing and deploymentAutomate CV with R (Cole Brokamp)