commit a780cdc4e9e22b11390ba6be37d1eda9e9c9d02c
parent 7cac828cf3d50d537c32c105a42d3e35e708584f
Author: Samuel-Frost <samuel.frost@warwick.ac.uk>
Date:   Sun,  7 Jul 2024 19:55:36 +0100
nnvh
Diffstat:
4 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
@@ -28,7 +28,7 @@
     <body>
         <img id="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>
+	<pre>samuel<dot>frost<at>warwick<dot>ac<dot>uk</pre>
         <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,
diff --git a/poster2024.html b/poster2024.html
@@ -27,14 +27,29 @@
     </head>
     <body>
         <h1>Samuel J. Frost</h1>
-	<pre>samuel <dot> frost <at> warwick <dot> ac <dot> uk</pre>
+	<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>
+
+	<h3>VH</h3>
 	<video loop autoplay muted width=75%>
-  	<source src="/poster2024/n2vh.mp4" type="video/mp4">
+  	<source src="/poster2024/vh.mp4" type="video/mp4">
 	</video>
-
+	
+		
+	<h3>NVH</h3>
+	<video loop autoplay muted width=75%>
+  	<source src="/poster2024/nvh.mp4" type="video/mp4">
+	</video>
+	
+	<h3>N<sub>2</sub>VH</h3>
+	<video loop autoplay muted width=75%>
+  	<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>
 	<style>
+
             html, body {
                 margin: 0;
                 padding: 0;
diff --git a/poster2024/nvh.mp4 b/poster2024/nvh.mp4
Binary files differ.
diff --git a/poster2024/vh.mp4 b/poster2024/vh.mp4
Binary files differ.