-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
126 lines (66 loc) · 4.66 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
---
title: "Hi, I'm Cait"
---
::: {.grid style="--bs-columns: 4; --bs-gap: 1rem;"}
::: {.g-col-4 .g-col-sm-1}
<img src="images/face_bw.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 80%; border-radius: 50%;" alt="cait headshot">
::: {.grid style="--bs-columns: 5; --bs-gap: 1rem;"}
::: {.g-col-sm-2 .g-col-md-1}
<a href="https://scholar.google.ca/citations?user=l4ElMEgAAAAJ&hl" class="btn btn-outline-primary contact-btn" role="button" aria-label="google scholar"><i class="ai ai-google-scholar ai-xl"></i></a>
:::
::: {.g-col-sm-2 .g-col-md-1}
<a href="https://orcid.org/0000-0002-9243-9648" class="btn btn-outline-primary" role="button" aria-label="orcid"><i class="ai ai-orcid ai-xl"></i></a>
:::
::: {.g-col-sm-2 .g-col-md-1}
<a href="https://github.com/harrig12" class="btn btn-outline-primary" role="button" aria-label="github"><i class="fa-brands fa-github"></i></a>
:::
::: {.g-col-sm-2 .g-col-md-1}
<a href="https://linkedin.com/in/cait-harrigan" class="btn btn-outline-primary contact-btn" role="button" aria-label="linkedin"><i class="fa-brands fa-linkedin"></i></a>
:::
::: {.g-col-sm-2 .g-col-md-1}
<a href="mailto:cait(dot)harrigan(at)mail.utoronto.ca" class="btn btn-outline-primary" role="button" aria-label="email"><i class="fa-solid fa-envelope"></i></a>
:::
:::
:::
::: {.g-col-4 .g-col-sm-3}
I am a graduate student at the University of Toronto supervised by [Quaid Morris](https://www.morrislab.ca/) and [Kieran Campbell](https://www.camlab.ca/), and a graduate researcher at the [Vector Institute](https://vectorinstitute.ai/) and [Ontario Institute for Cancer Research](https://oicr.on.ca/). I use machine learning to understand cancer evolution.
I did my undergraduate studies at the University of Toronto, in Computational Biology and Statistics. I'm passionate about open science, and promoting great mentorship in the sciences.
I like to drink coffee and go hiking `r emo::ji('coffee')` `r emo::ji('snow_capped_mountain')` `r emo::ji('sun')`
:::
:::
::: {.callout-note}
## Office Hours
As part of my ongoing commitment to supporting students at all levels and background in engaging with ML and computational biology, I make an effort to be available to provide mentorship, guidance, and resources.
I set aside ~2h/month for by-request 30 minute meetings, which you can [book online](https://calendly.com/caitharrigan/open-office-hours), or reach out to me by email to arrange times outside of those listed.
:::
```{r, echo=F, warning=F, message=F}
options(knitr.kable.NA = '')
source('format_entries.R')
cv_entries <- cv_entries %>% filter(website_show == T)
```
## Research
\* Indicates equal contribution
::: {.column-margin}
<a id=print_button href="files/harrigan.bib" class="btn btn-outline-primary"><i class="fa-solid fa-download fa-xs"></i> Download as BibTeX</a>
:::
### Peer Reviewed Publications
`r cv_entries %>% filter(type=='publication_reviewed') %>% mutate(when = NA) %>% print_section() %>% gsub(pattern = 'Caitlin F. Harrigan', replacement = '**Caitlin F. Harrigan**')`
### Other Publications
`r cv_entries %>% filter(type=='publication_other') %>% mutate(when = NA) %>% print_section() %>% gsub(pattern = 'Caitlin F. Harrigan', replacement = '**Caitlin F. Harrigan**')`
### Posters
`r cv_entries %>% filter(type=='poster') %>% print_section()`
## Talks
### Academic Talks
`r cv_entries %>% filter(type=='talk_academic') %>% print_section()`
### Guest Lectures
`r cv_entries %>% filter(type=='guest_lecture') %>% print_section()`
### Other Talks
`r cv_entries %>% filter(type=='talk_other') %>% print_section()`
## Teaching
### Research Mentorship
`r cv_entries %>% filter(type=='supervision') %>% print_section()`
### Teaching Assistant Positions
`r cv_entries %>% filter(type=='teaching') %>% print_section()`
### Testimonials
> "I was fortunate to work with Cait for almost a year and had a wonderful experience. She was patient, supportive, and skilled at explaining complicated concepts in biology and programming. As a mentor, she has a great sense of when to guide you through a problem and when to let you work through challenges on your own. She helped me grow as a researcher and writer and I’m grateful for everything I learned from her."
> "As a mentor, Caitlin has greatly enhanced my ability to conduct research. She also provided valuable resources and aimed to make sure that I understood the fundamental concepts behind all the research conducted by breaking down difficult principles into easily comprehensible statements and thoughts. Additionally, she helped me find any sources of error as the research progressed. I enjoyed researching under her guidance, and I had an overall positive experience."