From 4e771ae0cf2cab10cc712f42ea4769aec2aa89e0 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 08:24:50 +0000 Subject: [PATCH] Use Quarto about page format for all team member bio pages - Add about.links (email, website, CV) to all student bio pages, replacing plain-text contact info in the document body - Create PI about pages (bio-kaiemjoy.qmd, bio-demorrison.qmd) using the Quarto about page template format - Update team.qmd to reference the new PI about pages instead of external-only YAML files Closes #73 Co-authored-by: Douglas Ezra Morrison --- people/demorrison/bio-demorrison.qmd | 16 +++++++++++++++ people/kaiemjoy/bio-kaiemjoy.qmd | 30 ++++++++++++++++++++++++++++ people/ksjlee/bio-ksjlee.qmd | 6 ++++-- people/kvaidya/kvaidya.qmd | 7 ++++--- people/kwlai/bio-kwlai.qmd | 4 ++++ people/skang/bio-skang.qmd | 9 +++++++-- people/sschild/bio-sschild.qmd | 6 ++++-- team.qmd | 6 +++--- 8 files changed, 72 insertions(+), 12 deletions(-) create mode 100644 people/demorrison/bio-demorrison.qmd create mode 100644 people/kaiemjoy/bio-kaiemjoy.qmd diff --git a/people/demorrison/bio-demorrison.qmd b/people/demorrison/bio-demorrison.qmd new file mode 100644 index 0000000..3e9d366 --- /dev/null +++ b/people/demorrison/bio-demorrison.qmd @@ -0,0 +1,16 @@ +--- +title: "Ezra Morrison" +lastname: "Morrison" +image: demorrison.jpg +image-alt: "Portrait photo of Ezra Morrison" +about: + template: solana + links: + - icon: globe + text: Website + href: https://demorrison.ucdavis.edu +subtitle: "Assistant Professor of Biostatistics" +institution: "UC Davis" +--- + +Ezra Morrison is an Assistant Professor of Biostatistics at UC Davis. He is a co-director of the UC Davis Seroepidemiology Research Group (UCD-SeRG), contributing expertise in statistical methods for seroepidemiology research. diff --git a/people/kaiemjoy/bio-kaiemjoy.qmd b/people/kaiemjoy/bio-kaiemjoy.qmd new file mode 100644 index 0000000..fca8a26 --- /dev/null +++ b/people/kaiemjoy/bio-kaiemjoy.qmd @@ -0,0 +1,30 @@ +--- +title: "Kristen Aiemjoy, PhD, MSc" +lastname: "Aiemjoy" +image: kaiemjoy-office.jpg +image-alt: "Portrait photo of Kristen Aiemjoy" +about: + template: solana + links: + - icon: envelope + text: Email + href: mailto:kaiemjoy@health.ucdavis.edu + - icon: globe + text: Faculty Profile + href: https://health.ucdavis.edu/phs/team/43064/kristen-aiemjoy---infectious-diseases---epidemiology/ + - icon: file-text + text: CV + href: Aiemjoy_cv_25.pdf +subtitle: "Assistant Professor of Epidemiology" +institution: "UC Davis" +--- + +Kristen Aiemjoy is an Assistant Professor of Epidemiology in the Department of Public Health Sciences at the UC Davis School of Medicine. She leads the UC Davis Seroepidemiology Research Group (UCD-SeRG). Her research focuses on developing seroepidemiologic methods to characterize infection burden for enteric fever (*Salmonella* Typhi and Paratyphi), scrub typhus (*Orientia tsutsugamushi*), melioidosis (*Burkholderia pseudomallei*), and other infectious diseases. She is supported by the NIH Fogarty International Center, the Bill and Melinda Gates Foundation, and the Department of Defense, and collaborates with partners in South Asia, Southeast Asia, Sub-Saharan Africa, and Latin America. + +## Education + +PhD in Epidemiology | University of California, San Francisco + +MSc in Public Health | London School of Hygiene and Tropical Medicine + +BSc in Foreign Service & Global Health | Georgetown University diff --git a/people/ksjlee/bio-ksjlee.qmd b/people/ksjlee/bio-ksjlee.qmd index 3964029..2d1c8ad 100644 --- a/people/ksjlee/bio-ksjlee.qmd +++ b/people/ksjlee/bio-ksjlee.qmd @@ -5,14 +5,16 @@ image: ksjlee.jpg image-alt: "Portrait photo of Kwan Ho Lee" about: template: solana + links: + - icon: envelope + text: Email + href: mailto:ksjlee@ucdavis.edu subtitle: "PhD Candidate, Graduate Group in Epidemiology" institution: "UC Davis" --- Kwan Ho is a 4th year PhD candidate in the Graduate Group in Epidemiology program at UC Davis. His research focuses on using hierarchical Bayesian models to study antibody dynamics and correlations in Shigella infections. He also develops seroincidence estimation methods incorporating antibody correlation structures. Prior to his PhD, Kwan Ho worked in the pharmaceutical industry on clinical research, providing statistical input for study design, sample size estimation, and data analysis in drug development for Short Bowel Syndrome and Nonalcoholic Steatohepatitis. -Email: ksjlee@ucdavis.edu - ## Education MS in Applied Mathematics | CU Boulder diff --git a/people/kvaidya/kvaidya.qmd b/people/kvaidya/kvaidya.qmd index d37e148..6927086 100644 --- a/people/kvaidya/kvaidya.qmd +++ b/people/kvaidya/kvaidya.qmd @@ -5,15 +5,16 @@ image: kvaidya.jpg image-alt: "Portrait photo of Krista Vaidya" about: template: solana + links: + - icon: envelope + text: Email + href: mailto:kvaidya@ucdavis.edu subtitle: "PhD Student, Graduate Group in Epidemiology" institution: "UC Davis" --- Krista is a third year PhD student in the Graduate Group in Epidemiology program at UC Davis. Her current research focuses on understanding the burden of Pediatric Scrub typhus in Nepal. Krista has over eight years of experience in epidemiological research, particularly in Enteric fever surveillance in both hospital and community settings, as well as Sero-Epidemiology and Environmental surveillance. - -Email: kvaidya@ucdavis.edu - ## Education MSc in Medical Microbiology| St. Xaviers' College diff --git a/people/kwlai/bio-kwlai.qmd b/people/kwlai/bio-kwlai.qmd index 611caeb..1fa0c96 100644 --- a/people/kwlai/bio-kwlai.qmd +++ b/people/kwlai/bio-kwlai.qmd @@ -5,6 +5,10 @@ image: headshot_Kristina Lai_cropped2.jpg image-alt: "Portrait photo of Kristina W. Lai" about: template: solana + links: + - icon: envelope + text: Email + href: mailto:kwlai@ucdavis.edu subtitle: "PhD Candidate, Graduate Group in Epidemiology" institution: "UC Davis" --- diff --git a/people/skang/bio-skang.qmd b/people/skang/bio-skang.qmd index 9f8de15..c84fd03 100644 --- a/people/skang/bio-skang.qmd +++ b/people/skang/bio-skang.qmd @@ -5,14 +5,19 @@ image: skang.jpg image-alt: "Portrait photo of Sophie Kang" about: template: solana + links: + - icon: envelope + text: UCD Email + href: mailto:sopkang@ucdavis.edu + - icon: envelope + text: Oxford Email + href: mailto:sophie.kang@wolfson.ox.ac.uk subtitle: "PhD Student" institution: "University of Oxford" --- Sophie is a 1st year PhD student at the University of Oxford, and is co-advised by Professor Aiemjoy and collaborating with the UCD-SeRG team. Her research is based at the Mahidol Oxford Tropical Medicine Research Unit (MORU), where she is analyzing multiplex serology data from a large cohort of acute febrile illness patients in rural South and Southeast Asia. Previously, Sophie worked at the International Vaccine Institute as a researcher on HEV and schistosomiasis disease burden studies, and on Phase IV vaccine effectiveness studies for SARS-CoV-2 vaccines. -Email: sopkang@ucdavis.edu | sophie.kang@wolfson.ox.ac.uk - ## Education MSc in Infectious Disease Epidemiology | Johns Hopkins University diff --git a/people/sschild/bio-sschild.qmd b/people/sschild/bio-sschild.qmd index 61505d1..45b4d28 100644 --- a/people/sschild/bio-sschild.qmd +++ b/people/sschild/bio-sschild.qmd @@ -5,14 +5,16 @@ image: sschild.jpg image-alt: "Portrait photo of Samuel Schildhauer" about: template: solana + links: + - icon: envelope + text: Email + href: mailto:sschildhauer@ucdavis.edu subtitle: "PhD Student, Graduate Group in Epidemiology" institution: "UC Davis" --- Samuel is a 2nd year PhD student in the Graduate Group in Epidemiology program at UC Davis. His current research focuses on developing and evaluating novel surveillance tools to better understand the seroepidemiology and environmental ecology of scrub typhus in low-resource settings. Samuel has been working in public health for the past 8 years from both a laboratory and epidemiologic perspective, including non-profit, governmental, and academic research. -Email: sschildhauer@ucdavis.edu - ## Education MPH in Infectious Disease and Vaccinology | UC Berkeley diff --git a/team.qmd b/team.qmd index f78f53b..68c7151 100644 --- a/team.qmd +++ b/team.qmd @@ -22,9 +22,9 @@ listing: grid-item-align: center grid-columns: 4 image-height: 250px - contents: - - people/demorrison/demorrison.yaml - - people/kaiemjoy/kaiemjoy.yaml + contents: + - people/demorrison/bio-demorrison.qmd + - people/kaiemjoy/bio-kaiemjoy.qmd --- ## Principal investigators