commit f7ef1b20de22e3c89268d8be1a3108f620c57373
parent a780cdc4e9e22b11390ba6be37d1eda9e9c9d02c
Author: Samuel-Frost <samuel.frost@warwick.ac.uk>
Date: Sun, 7 Jul 2024 23:00:34 +0100
vacancy
Diffstat:
8 files changed, 54 insertions(+), 15 deletions(-)
diff --git a/index.html b/index.html
@@ -26,20 +26,20 @@
<meta name="msapplication-TileImage" content="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/mstile-144x144.png.116582949768">
</head>
<body>
- <img id="me" width=600 src="/mountain.jpg" alt="A picture of me.">
+ <img id="me" class="me" width=600 src="/mountain.jpg" alt="A picture of me.">
<h1>Samuel J. Frost</h1>
- <pre>samuel<dot>frost<at>warwick<dot>ac<dot>uk</pre>
+ <code style="font-size: 1em">samuel<span class=sep> <dot> </span>frost<span class=sep> <at> </span>warwick<span class=sep> <dot> </span>ac<span class=sep> <dot> </span>uk</code>
<p>
Hello, I am Sam, a 1<sup>st</sup> year Ph.D. student @ the University of Warwick
- doing computational chemistry. I did my undergrad at the University of Nottingham in Chemistry and Molecular Physics,
+ doing computational chemistry and physics. I did my undergrad at the University of Nottingham in Chemistry and Molecular Physics,
I even won an award because I'm just sooooo smart and funny.
</p>
<p>The main focus of my PhD is computationally modelling radiation damage in diamond. My supervisors are Albert Bartók-Partay, Ben Green, and Mark Newton. </p>
<h2>Conferences</h2>
<ul><li>The data from my poster at the 2024 Diamond Conference at Warwick can be found <a href="/poster2024.html">here</a>.</li></ul>
- <p>I enjoy mountain climbing, hiking, and camping. Eg snakker litt norsk og eg har klattret norges høyeste fjell, galdhøpiggen. 我会说一点中⁠文.</p>
+ <p>I enjoy mountain climbing, hiking, and camping. Eg snakker litt norsk og eg har klattret norges høyeste fjell, galdhøpiggen. 我会说一点中⁠文. I can also be hired for children's birthday parties.</p>
<div>
- <img id="me" src="/me-cool.jpg" alt="A picture of me.">
+ <img class="me" src="/me-cool.jpg" alt="A picture of me.">
<div>
</div>
</div>
@@ -84,10 +84,18 @@
clear: both;
padding-top: 1em;
}
- #me {
+ .me {
width: 20rem;
}
-
+ @media (orientation: portrait) {
+ .me {
+ width: 100%;
+ }
+ }
+ .sep {
+ font-size: 0.7em;
+ vertical-align: middle;
+ }
</style>
</body>
</html>
diff --git a/poster2024.html b/poster2024.html
@@ -27,27 +27,55 @@
</head>
<body>
<h1>Samuel J. Frost</h1>
- <pre>samuel<dot>frost<at>warwick<dot>ac<dot>uk</pre>
- <h2>↩<a href="/index.html">Home!</a></h2>
- <h2>The 74<sup>th</sup> Diamond Research Conference<h2>
- <h2 id="nnvh">NnVH Defects</h2>
+ <code style="font-size: 1em">samuel<span class=sep> <dot> </span>frost<span class=sep> <at> </span>warwick<span class=sep> <dot> </span>ac<span class=sep> <dot> </span>uk</code>
+ <h3><a href="/index.html">↩Home!</a></h3>
+ <h2>The 74<sup>th</sup> Diamond Research Conference</h2>
+
+ <a id="nnvh"></a>
+ <h2>NnVH Defects</h2>
<h3>VH</h3>
- <video loop autoplay muted width=75%>
+ <video loop autoplay muted width=85%>
<source src="/poster2024/vh.mp4" type="video/mp4">
</video>
<h3>NVH</h3>
- <video loop autoplay muted width=75%>
+ <video loop autoplay muted width=85%>
<source src="/poster2024/nvh.mp4" type="video/mp4">
</video>
<h3>N<sub>2</sub>VH</h3>
- <video loop autoplay muted width=75%>
+ <video loop autoplay muted width=85%>
<source src="/poster2024/n2vh.mp4" type="video/mp4">
</video>
<p>The typical structure of an N<sub>2</sub>VH defect, the hydrogen is rapdily quantum tunnelling between equivalent carbons, giving it an averaged C<sub>3v</sub> symmetry in EPR!</p>
+
+
+ <div id="vacancy">
+ <h2>Vacancy Migration</h2>
+ </div>
+ <style>
+ @media (orientation: landscape) {
+ .mobile {
+ display: none;
+ }
+ }
+ @media (orientation: portrait) {
+ .desktop {
+ display: none;
+ }
+ }
+ </style>
+ <video class="mobile" loop autoplay muted style="width: 100%;">
+ <source src="/poster2024/output_v.mp4" type="video/mp4">
+ </video>
+
+ <video class="desktop" loop autoplay muted style="width: 100%;">
+ <source src="/poster2024/output_h.mp4" type="video/mp4">
+ </video>
+ <p>
+ The potential energy barriers of the vacancy as it moves towards the surface, essentially destroying itself once it reaches there.</p>
<style>
html, body {
@@ -93,7 +121,10 @@
#me {
width: 20rem;
}
-
+ .sep {
+ font-size: 0.7em;
+ vertical-align: middle;
+ }
</style>
</body>
</html>
diff --git a/poster2024/output_h.mp4 b/poster2024/output_h.mp4
Binary files differ.
diff --git a/poster2024/output_v.mp4 b/poster2024/output_v.mp4
Binary files differ.
diff --git a/poster2024/vacancy.mp4 b/poster2024/vacancy.mp4
Binary files differ.
diff --git a/poster2024/vacancy_graph.mp4 b/poster2024/vacancy_graph.mp4
Binary files differ.
diff --git a/poster2024/vacancy_graph_slow.mp4 b/poster2024/vacancy_graph_slow.mp4
Binary files differ.
diff --git a/poster2024/vacancy_slow.mp4 b/poster2024/vacancy_slow.mp4
Binary files differ.