-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTeachingOutreach.html
More file actions
65 lines (56 loc) · 3.75 KB
/
Copy pathTeachingOutreach.html
File metadata and controls
65 lines (56 loc) · 3.75 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Ella Crotty</title>
<link href="style.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
</html>
<body> <!-- stuff in here is displayed -->
<!--<a href="#id-of-element-to-link-to">Take me to a different part of the page</a>-->
<header>
<h1 style='text-align: center;'>Ella Crotty</h1>
<nav>
<container>
<a margin-left: 0px;' href="./index.html"><strong>Home</strong></a>
<a margin-left: 0px;' href="./CV.html"><strong>CV</strong></a>
<a margin-left: 0px;' href="./PublicationsPresentations.html"><strong>Publications & Presentations</strong></a>
<a margin-left: 0px;' href="./Research.html"><strong>Research</strong></a>
<a margin-left: 0px;' href="./TeachingOutreach.html"><strong>Teaching & Outreach</strong></a>
<a margin-left: 0px;' href="./Illustration.html"><strong>Illustration</strong></a>
</container>
</nav>
</header>
<main>
<h1>Teaching & Outreach</h1>
<p><strong> May 2026 | CalCOFI Conference Sketchnotes</strong></p>
<p>I volunteered to take sketchnotes for a session of the CalCOFI 2026 conference to communicate the main points of scientific talks through art.
<a href="https://www.linkedin.com/posts/eleanor-c-81742b260_this-weeks-calcofi-conference-was-awesome-activity-7466254603622453248-YNdv?utm_source=share&utm_medium=member_desktop&rcm=ACoAAEAioNMBzRUplO-4eZxWYD5E7zl3xjHX__s">
Linkedin Post</a> </p>
<p><strong>December 2025 | CalCOFI Blog Post</strong></p>
<p>I wrote a blog post describing my experience sampling DNA on the Fall 2025 CalCOFI cruise.
<a href="https://calcofi.org/cruise-experience-spotlight-edna-sampling-on-the-fall-2025-calcofi-cruise/">
Blog Post</a> </p>
<p><strong>Sep 2023-May 2025 | Math 141 and Biology 352 Individual Tutor, Reed College</strong></p>
<p>Assisted students in one-on-one tutoring sessions in statistics and bioinformatics. Worked with students
on effective study and time management techniques, debugged code, and explained difficult concepts. </p>
<p><strong>July 2024 | Hollings Scholarship Blog Post</strong></p>
<p>I wrote a blog post summarizing my experience as a NOAA Hollings scholar.
<a href="https://www.pmel.noaa.gov/ocean-molecular-ecology/news-story/investigating-effects-seasonal-hypoxia-marine-species-using-environmental-dna">
Blog Post</a> </p>
<p><strong>Sep-Dec 2023 | Organic Chemistry Grader, Reed College</strong></p>
<p>Worked independently to give constructive feedback on weekly organic chemistry problem sets. Informed professor
of concepts that many students were struggling with in order to inform lectures and review sessions.</p>
<p><strong>Sep-Dec 2022 | Math 141 (Statistics) Teaching Assistant (TA)</strong></p>
<p>Assisted statistics professor during lab and helped students code in R, held weekly office hours.</p>
<p><strong>Sep-Dec 2022 | Chemistry 101 Lab TA, Reed College</strong></p>
<p>Assisted introductory chemistry professor during lab sections, helped troubleshoot student experiments, enforced lab safety
rules, communicated with the professor about common points of confusion for students to improve lab instruction in the future,
and graded lab reports.</p>
</main>
</body>