Appendix C — Curriculum Vitae
A CV was included in the official submission of the thesis.
A CV was included in the official submission of the thesis.
# Curriculum Vitae
::: {.content-visible when-format="pdf"}
```{r}
#| echo: false
#| message: false
#| warning: false
#| out-width: 100%
library(qpdf)
# Split the PDF into individual pages
invisible(
try({
pdf_split(
input = "../cv/Patrick Callahan CV July 2025.pdf",
output = "../cv/cv_page"
)
})
)
try(
{
knitr::include_graphics("../cv/cv_page_1.pdf")
}
)
```
\newpage
```{r}
#| echo: false
#| message: false
#| warning: false
#| out-width: 100%
try(
{
# Include the second page of the CV
knitr::include_graphics("../cv/cv_page_2.pdf")
}
)
```
:::
::: {.content-hidden when-format="pdf"}
A CV was included in the official submission of the thesis.
:::