-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (91 loc) · 4.43 KB
/
index.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://latex.vercel.app/style.css">
<meta charset="UTF-8">
<style>
p.small {
line-height: 1.4;
}
p.big {
line-height: 1.8;
}
</style>
</head>
<body >
<h1> Nicolás Mediato-Díaz </h1>
<p class = "small", style="text-align:center;">
St Cross College <br>
61 St' Giles <br>
Oxford OX1 3LZ <br>
Mobile: +44 (0)7736 905 276 <br>
Email : [email protected]
</p>
<br>
<center>
<img src="old_photo.jpg" style="width:200px;height:auto;" >
</center>
<h3> EDUCATION </h3>
<hr width="100%" size="2">
<p> <b> St Cross College, University of Oxford, Oxford</b>, 2024 – 2025
<br>
<i> MSc in Mathematical and Theoretical Physics </i>
</p>
<p> <b> Gonville & Caius College, University of Cambridge, Cambridge</b>, 2020 – 2024
<br>
<i> Bachelor of Arts (Honours): Class I </i>
<br>
<i> Master of Nautrual Sciences: Class I </i>
</p>
<p> <b> Cheltenham College, Cheltenham</b>, 2018 – 2020
— <i> A-levels </i>
</p>
<p> <b> EF Academy Torbay, Torquay</b>, 2017 – 2018
— <i> IGCSEs </i>
</p>
<p> <b> Lycée Français International, Málaga</b>, 2007 – 2017
— <i> DNB </i>
</p>
<h3> EMPLOYMENT </h3>
<hr width="100%" size="2">
<p> <b> Research Student</b>, Cavendish Laboratory, University of Cambridge,
Jul. – Sep. 2024
<br> Continuation of my MSci research on Linear Simulation-Based Inference (see below)
</p>
<h3> EXPERIENCE </h3>
<hr width="100%" size="2">
<p> <b> MSc Dissertation</b>, Dec. 2024 – present
<br> Unitary representations of the Virasoro algebra; under progress
</p>
<p> <b>Part III Project</b>, Nov. 2023 – Apr. 2024
<br> MSci project on Linear Simulation-Based Inference (LSBI). Use of advanced linear algebra and Bayesian probability theory, both at the analytical level (through the derivation of novel results) and the numerical level through implementation and testing on the CMB data. Gained experience working as part of a research group.
</p>
<p> <b>Part II Experimental Project</b>, Apr. – May 2024
<br> Measuring the mass, lifetime, and branching ratios of light, strange baryons through the analysis of Kaon tracks in a bubble chamber.
</p>
<p> <b>Part II Computational Project</b>, Mar. – Apr. 2024
<br> Applications of Time-Evolving Block Decimation (TEBD) algorithms on Matrix-Product-State models of 1D quantum spin chain Hamiltonians.
</p>
<p> <b> Internship, Airzone, ALTRA Corporacóin Empresarial S.L.</b>, Jul. – Oct. 2021
<br> Participated in literature review team, aiming to determine the optimal method of air quality control for integration with home HVAC systems produced by this company. I focused on ozone-oriented technologies and made my case to the team for why these should be discarded.
</p>
<h3> PUBLICATIONS </h3>
<hr width="100%" size="2">
<p> <b> N. Mediato-Diaz, W. Handley.</b>, (2025). Cosmological Parameter Estimation with Sequential Linear Simulation-based Inference. arXiv: http://arxiv.org/abs/2501.03921
</p>
<h3> AWARDS </h3>
<hr width="100%" size="2">
<p> <b> Senior Scholarships</b>, 2022 and 2023, <i>Gonville & Caius College</i>
</p>
<p> <b> Invitation to BAAO Training Camp</b>, Apr. 2020
<br> One of 14 students selected nationally for the British Astronomy and Astrophysics Olympiad (BAAO) Training Camp after completion of BPhO Round 1 and BAAO Round 2.
</p>
<article class="indent-pars">
...
</article>
</body>
<script src="app.js"> </script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<link rel="stylesheet" href="https://latex.vercel.app/prism/prism.css">
<script src="https://cdn.jsdelivr.net/npm/prismjs/prism.min.js"></script>
</html>