-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
29 lines (29 loc) · 1.65 KB
/
blog.html
File metadata and controls
29 lines (29 loc) · 1.65 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/site.css" />
</head>
<body>
<section id="blog" aria-labelledby="blog-title">
<p class="kicker">Blog</p>
<h2 id="blog-title">Latest posts</h2>
<div class="cards">
<article class="card">
<h3><a href="https://open.spotify.com/episode/6A01Dk6CPPpLvCuGDciiY5?si=720c930600c64640" target="_blank" rel="noopener">Podcast: My PhD research (Spotify)</a></h3>
<p class="meta">Podcast</p>
<p>Conversation about my DPhil research in complex systems: data-driven methods for social systems, networks, and modeling.</p>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/episode/6A01Dk6CPPpLvCuGDciiY5?utm_source=generator" width="100%" height="152" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<div class="row"><span class="tag">Interview</span><span class="tag">Research</span></div>
</article>
<article class="card">
<h3><a href="https://mexicovid19.github.io/" target="_blank" rel="noopener">MexiCovid19: tracking COVID‑19 in Mexico</a></h3>
<p class="meta">Project • Early 2020</p>
<p>We tracked live COVID cases in Mexico and built informative visualizations, models, and blog entries to communicate the science.</p>
<div class="row"><span class="tag">COVID‑19</span><span class="tag">Data viz</span><span class="tag">Modeling</span></div>
</article>
</div>
</section>
</body>
</html>