-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
203 lines (147 loc) · 4.09 KB
/
index.html
File metadata and controls
203 lines (147 loc) · 4.09 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!doctype html>
<html>
<head>
<title>Collin Nolte </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<link href='https://fonts.googleapis.com/css?family=Audiowide' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Charmonman' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Butcherman' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Faster One' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Frijole' rel='stylesheet'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<style>
.test {
padding-top: 75px;
padding-bottom: 50px;
padding-right: 20%;
width: 20px;
background-color: #FF1493;
border-style: dashed;
border-radius: 50px;
}
.test2 {
padding-top: 55px;
padding-bottom: 15px;
padding-left: 30%;
margin-left: 10px;
width: 20px;
background-color: #4682B4;
border-style: dotted;
}
.center {
margin: auto;
width: 60%;
border: 3px solid #73AD21;
padding: 10px;
}
p:first-of-type:hover{
background-color: blue;
font-size: 30px;
}
.image-container {
width: 25vw; /* Sets the width to 25% of the viewport width */
/* Other styles for the container, e.g., padding, border, etc. */
}
.image-container img {
max-width: 100%; /* Ensures the image doesn't exceed its container's width */
height: auto; /* Maintains the image's aspect ratio */
display: block; /* Helps with layout issues */
}
</style>
<body>
<h2> Collin Nolte Home </h2>
<div>
<marquee direction="right" style="width: 35%;">
<img src="pics/greyhound.gif" height="100">
</marquee>
</div>
<h3> Teaching (Grinnell) </h3>
<div>
<a href="pages/clock.html">Clock</a>
</div>
<h4> 2025-2026 </h4>
<h5> Spring Semester :) </h5>
<div>
<a href="s26/230/s230s26.html"> STA 230 Intro to Data Science </a>
</div>
<div>
<a href="s26/209/s209s26.html"> STA 209 Applied Statistics </a>
</div>
<h5> Fall Semester </h5>
<div>
<a href="f25/tut/tutorial.html"> Tutorial </a>
</div>
<div>
<a href="f25/209/s209f25.html"> STA-209 Applied Statistics </a>
</div>
<h4> 2024-2025 </h4>
<h5> Spring Semester </h5>
<div>
<a href="s25/209/s209s25.html"> STA-209 Applied Statistics </a>
</div>
<div>
<a href="s25/395/s395s25.html"> STA-395 Categorical Data Analysis </a>
</div>
<h5> Fall Semester </h5>
<div>
<a href="f24/s209f24.html"> Fall 2024 STA-209, Applied Statistics </a>
</div>
<h4> 2023-2024 </h4>
<div>
<a href="teaching/2024/s209s24.html"> Spring 2024 STA-209, Applied Statistics </a>
</div>
<br>
<div>
<a href="teaching/2023/s230f23.html"> Fall 2023 STA-230, Introduction to Data Science </a>
</div>
<h3> Teaching (Iowa) </h3>
<div>
<a href="teaching/2022/gene6234.html"> Spring 2022 GENE:6234 </a>
<br>
<a href="pages/gene6234.html"> Spring 2021 GENE:6234 </a>
</div>
<!--
<h3> BIOS 7330 Documents </h3>
<div>
<a href="pages/cl_examples.html"> Command Line Examples in R </a>
<br>
<a href="pages/rcpp_guide.html"> Getting Started with Rcpp </a>
</div>
-->
<h3> Seminar Talks </h3>
<div>
<a href="seminars/neatR.html"> A pretty neat thing (about R) </a>
<br>
<a href="seminars/fdr_presentation.pdf"> Multiple Hypothesis Testing and False Discovery Rate </a>
<br>
<a href="seminars/sparsePCA"> Supervised Principal Components for Classification </a>
</div>
<h3> Other BSO Presentations </h3>
<div>
<a href="pages/cl_examples.html"> Command Line Examples in R </a>
<br>
<a href="pages/rcpp_guide.html"> Getting Started with Rcpp </a>
<br>
<a href="pages/r_tips_and_tricks.html">PDAC - R Tips and Tricks </a>
<br>
<a href="files/pdac_r_files.tar.gz" download="r_files.tar.gz">R files for PDAC</a>
</div>
<h3> Textbook </h3>
<div>
<a href="https://collinn.github.io/sbi/">Simulation-based Inference </a>
</div>
<h3> Other links </h3>
<div>
<a href="https://github.com/collinn"> My personal github </a>
<br>
<a href="files/cv_nolte.pdf"> CV </a>
<br>
<a href = "mailto: collin-nolte@uiowa.edu">Email me!</a>
</div>
<br>
<div>
<img src="juice.png" style="max-width:100%;height:auto;" alt="Happy Kitty"/>
</div>
</body>
</html>