-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (27 loc) · 1.77 KB
/
index.html
File metadata and controls
39 lines (27 loc) · 1.77 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
<!DOCTYPE html>
<html>
<head>
<title>Fern Warwick's website</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<center> <a href="https://fuzzythebee.github.io/">Adi</a> <- webring -> <a href="https://petitemare.github.io//">Trinity</a> </center>
<h1>Fern Warwick</h1>
<p>Hey there! My name's Fern (she/her). I'm a mathematics student studying at the University of Birmingham.</p>
<p>I'm currently writing my Master's research project on homotopy theory. More about my research interests <a href="/research.html">here.</a></p>
<p>I am currently working through the wonderful world of <a href="https://projecteuler.net/">Project Euler problems</a>. I've also started to learn R, and have started to take part in <a href="https://www.kaggle.com/">Kaggle competitions.</a></a> </p>
<p>I do a lot of music in my spare time! I play bass trombone and organ and also do MD work from time to time.</p>
<p>You can see what literature I've been reading <a href="/notebooks/literature.html">here</a>. Each week I also write a song of the week, which you can see <a href="/SOTW/2026-04-17.html">here</a>.</p>
<h2>Blog posts</h2>
<p>(24 April 2025) <a href="/blog_posts/redefining-continuity">A Better Way to Understand Continuity</a></p>
<h2>Papers</h2>
<p>(2025) <a href="/papers/paper.pdf">NP-Completeness and the Satisfiability Problem</a></p>
<h2>Projects</h2>
<p>You can read about more about my contribution to ATLAS v4 <a href="https://github.com/fernwarwick/ATLAS">here.</a></p>
<h2>Fediverse</h2>
<p><a href="https://mathstodon.xyz/@fernymcfernface">Mastodon</a></p>
<script src="" async defer></script>
</body>
</html>