forked from academicpages/academicpages.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
teaching.html
100 lines (94 loc) · 5.49 KB
/
teaching.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>jaime redondo-yuste</title>
<link rel="shortcut icon" href="favicon.png">
<!-- font awesome icons: https://fontawesome.com/v4.7.0/icons/ -->
<!-- line awesome icons: https://icons8.com/line-awesome -->
<link rel="stylesheet"
href="https://maxst.icons8.com/vue-static/landings/line-awesome/font-awesome-line-awesome/css/all.min.css">
<!-- computer modern font -->
<link rel="stylesheet" href="fonts/Serif/cmun-serif.css">
</link>
<link rel="stylesheet" href="fonts/Sans/cmun-sans.css">
</link>
<link rel="stylesheet" href="fonts/Bright/cmun-bright.css">
</link>
<link rel="stylesheet" href="fonts/Serif-Slanted/cmun-serif-slanted.css">
</link>
<link rel="stylesheet" href="fonts/Serif-Upright-Italic/cmun-upright-italic.css">
</link>
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap" rel="stylesheet">
<!-- KaTeX -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css"
integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
<!-- The loading of KaTeX is deferred to speed up page rendering -->
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js"
integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz"
crossorigin="anonymous"></script>
<!-- To automatically render math in text elements, include the auto-render extension: -->
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js"
integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI"
crossorigin="anonymous"
onload="renderMathInElement(document.body);"></script>
<!-- Add telescopic text features -->
<script src="https://unpkg.com/telescopic-text/lib/index.js"></script>
<link
href="https://unpkg.com/telescopic-text/lib/index.css"
rel="stylesheet"
/>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="script.js"></script>
</head>
<body>
<a id="returntocard" href="index.html" class="button"><i class='fa fa-fw fa-chevron-down'></i></a>
<div id="content" class="main">
<div id="header">
<h2> Teaching
</h2>
</div>
<p>
I had a great time as a teaching assistant for the following courses at the University of Copenhagen:
<ul>
<li> <a href="https://kurser.ku.dk/course/NFYB20001U/" target="_blank">Analytical Mechanics</a> (Fall 2023), with Poul Henrik Damgaard. </li>
<li> <a href="https://kurser.ku.dk/course/nfyb14002u" target="_blank">Numerical methods for Physics</a> (Summer 2023), with Julius Bier Kirkegaard. </li>
<li> <a href="https://kurser.ku.dk/course/NFYK22003U" target="_blank">Computational Ocean and Atmosphere Dynamics</a> (Spring 2023), with Markus Jochum. </li>
</ul>
</p>
<h3 class="sectionhead collapsible">What the students say...</h3>
<div class="collapsible-content">
<p class="partopmargin lighter">
These are some of the comments I received from anonymous feedback forms filled by students in the courses I TA'ed:
<ul class="lighter">
<li> <i>Jaime is without doubt the best TA i've had while studying physics. He's engaged, and has a very clear way of explaining something in an understandable manner.</i> </li>
<li> <i>A lovely instructor who nearly managed to make the sometimes gruesome problems fun to solve qith great insights into the course material and connecting themes.</i> </li>
<li> <i>Super dygtigt til at hjælpe, og viste altid ting der kunne forbedre og optimere</i>
</ul>
</p>
</div>
</div>
<div id="content" class="main">
<div id="header">
<h2> Outreach
</h2>
</div>
<p>
I believe it is <bf>important</bf>, <bf>necessary</bf>, and <bf>fun</bf> to engage with the general public, and share some outputs of our research.
<br>
In particular, I feel very strongly about the possibilities of the interaction between arts and fundamental science. Ask me about the <a href="bhpiano.html" target="_blank">black hole piano</a>, and I'll talk for hours!
<br>
I am still a newbie in this field. Therefore, I hope the following list grows in the near future. If you have any cool ideas, please get in touch!
<br>
<ul>
<li>Together with Anna Brandenberger, Anna Knorr, Shawn Skelton, and Manu Srivastava, our pitch <it>Simulating the Future through Science Fiction</it> was awarded the winner of the PSI 15th Anniversary Reunion Pitch Competition.</li>
<li> I was the runner up of the Nordic Science Slam in March 2024. In the (in)famouts Studenterhuset I declaimed a ballad about the birth and death of a black hole.</li>
</p>
</div>
</body>