-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTeaching.html
More file actions
176 lines (159 loc) · 4.92 KB
/
Teaching.html
File metadata and controls
176 lines (159 loc) · 4.92 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<title>Maria Valdez Cabrera</title>
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background-color: #B7CFDC;
font-size: 20px;
}
.topnav {
overflow: hidden;
background-color: #385E72;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #6AABD2;
color: black;
}
.topnav a.active {
background-color: #0C4160;
color: white;
}
.Top-column {
width: 60%;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 40px;
padding-right: 0px;
float: left;
}
.Main-column {
width: 95%;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 40px;
padding-right: 0px;
float: left;
}
.Late-column {
width: 95% !important;
padding-top: 10px;
padding-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
float: right;
}
.Top-column h1 {
margin: 0
}
.Top-column h4 {
margin: 0
}
}
</style>
<script src=""></script>
<body>
<div class="topnav">
<a href="index.html">About</a>
<a href="Research.html">Research</a>
<a class="active" href="Teaching.html">Teaching</a>
</div>
<div class="row">
<div class="Top-column">
<h1>Maria Valdez Cabrera (she/her) </h1>
<h4>Postdoctoral Fellow, </h4>
<h4>Department of Biostatistics, University of Washington</h4>
</div>
</div>
<div class="row">
<div class="Main-column">
<section id="teaching-experience">
<h2>Teaching Experience</h2>
<!-- European Institute for Marine Sciences -->
<div class="teaching-block">
<h3>Teaching Assistant — European Institute for Marine Sciences, Brest University</h3>
<ul class="teaching-list">
<li>
<strong><a href="https://maignienlab.gitlab.io/ebame/#about">EBAME:</a></strong> Emerging Bioinformatics Approaches for Microbial Ecogenomics - October 2025
<ul class="details">
<li>Statistics foundations for metagenomics:
<ul>
<li>Data from the POV of a Statistician.</li>
<li>Functional enrichment - <a href = "https://statdivlab.github.io/blog/articles/ebame10_pt2.html">lab</a></li>
<li>Models for differential abundance - <a href = "https://statdivlab.github.io/blog/articles/ebame10_pt3.html">lab</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- Marine Biological Laboratory -->
<div class="teaching-block">
<h3>Teaching Assistant — Marine Biological Laboratory, University of Chicago</h3>
<ul class="teaching-list">
<li>
<strong><a href="https://www.mbl.edu/education/advanced-research-training-courses/course-offerings/strategies-and-techniques-analyzing-microbial-population-structures">STAMPS:</a> </strong> Strategies and Techniques for Analyzing Microbial Population Structures
- <a href="https://github.com/mblstamps/stamps2025/wiki">July 2025</a> & <a href="https://github.com/mblstamps/stamps2024/wiki">July 2024</a>
<ul class="details">
<li>Statistics Foundations: Data from the POV of a Statistician. </li>
<li>R workshop: Introduction to R tools.</li>
<li>Modeling microbial abundances: Overview of models for differential abundance. </li>
<li>Phylogenomics: Introduction to Tree Estimation.</li>
</ul>
</li>
</ul>
</div>
<!-- University of Washington -->
<div class="teaching-block">
<h3>Teaching Assistant — University of Washington</h3>
<ul class="teaching-list">
<li>
<strong>BIOST 571:</strong> Advanced Regression Methods for Dependent Data (January 2023 – March 2023)
</li>
<li>
<strong>BIOST 537:</strong> Survival Data Analysis in Epidemiology (January 2022 – March 2022)
</li>
<li>
<strong>BIOST 513:</strong> Medical Biometry III (March 2021 – June 2021)
</li>
<li>
<strong>BIOST 512:</strong> Medical Biometry II (January 2021 – March 2021)
</li>
<li>
<strong>BIOST 536:</strong> Categorical Data Analysis in Epidemiology (September 2020 – December 2020)
</li>
<li>
<strong>BIOST 523:</strong> Statistical Inference for Biometry II (January 2020 – March 2020)
</li>
<li>
<strong>BIOST 512:</strong> Medical Biometry II (January 2019 – March 2019)
</li>
<li>
<strong>BIOST 511:</strong> Medical Biometry I (September 2018 – December 2018)
</li>
</ul>
</div>
<!-- Universidad de Guanajuato -->
<div class="teaching-block">
<h3>Teaching Assistant — Universidad de Guanajuato</h3>
<ul class="teaching-list">
<li>
<strong>M24101:</strong> Statistical Methods (January 2016 – June 2016)
</li>
</ul>
</div>
</section>
</div>
</div>
</body>
</html>