index.html (6103B)
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 | <!DOCTYPE html>
<html>
<head>
<!--
<base href="https://samuelfrost.co.uk/">
<link rel="canonical" href="https://samuelfrost.co.uk/">
-->
<title>Samuel J. Frost — University of Warwick</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="University of Warwick, university, warwick, uk universities, warwick university, physics, chemistry, molecular chemistry, molecular physics, physicist, chemist, computational, computational physics, computational chemistry">
<!-- Stolen from warwick.ac.uk -->
<link rel="apple-touch-icon" sizes="57x57" href="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/apple-touch-icon-57x57.png.595542567195">
<link rel="apple-touch-icon" sizes="60x60" href="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/apple-touch-icon-60x60.png.493371741217">
<link rel="apple-touch-icon" sizes="72x72" href="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/apple-touch-icon-72x72.png.203424194728">
<link rel="apple-touch-icon" sizes="76x76" href="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/apple-touch-icon-76x76.png.247553332752">
<link rel="apple-touch-icon" sizes="114x114" href="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/apple-touch-icon-114x114.png.843902449578">
<link rel="apple-touch-icon" sizes="120x120" href="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/apple-touch-icon-120x120.png.333863844977">
<link rel="apple-touch-icon" sizes="144x144" href="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/apple-touch-icon-144x144.png.552887115038">
<link rel="apple-touch-icon" sizes="152x152" href="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/apple-touch-icon-152x152.png.175734862673">
<link rel="apple-touch-icon" sizes="180x180" href="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/apple-touch-icon-180x180.png.240072141587">
<link rel="icon" type="image/png" href="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/favicon-32x32.png.165918197265" sizes="32x32">
<link rel="icon" type="image/png" href="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/android-chrome-192x192.png.336101619978" sizes="192x192">
<link rel="icon" type="image/png" href="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/favicon-96x96.png.276161049719" sizes="96x96">
<link rel="icon" type="image/png" href="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/favicon-16x16.png.207301322891" sizes="16x16">
<meta name="msapplication-TileImage" content="https://d36jn9qou1tztq.cloudfront.net/static_war/render/id7/images/mstile-144x144.png.116582949768">
</head>
<body>
<img id="me" class="me" width=600 src="/mountain.jpg" alt="A picture of me.">
<h1>Samuel J. Frost</h1>
<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 <i>University of Warwick</i>
doing computational chemistry and physics. I did my undergrad at the <i>University of Nottingham</i>
in Chemistry and Molecular Physics; I even won an award for <i>Outstanding Lab Work</i> (wow).
<!-- because I'm just sooooo smart and funny. -->
</p>
<p>The main focus of my Ph.D. 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 <strong>2024 Diamond Conference</strong>
at Warwick can be found <a href="/poster2024.html">here</a>.
</li>
</ul>
<p>I enjoy mountain climbing, hiking, and camping. Jeg snakker litt norsk og eg har klatret norges høyeste fjell, galdhøpiggen. 我会说一点中⁠文. I can also be hired for children's birthday parties.</p>
<div>
<img class="me" src="/me-cool.jpg" alt="A picture of me.">
<div>
</div>
</div>
<style>
html, body {
margin: 0;
padding: 0;
font-size: 16px;
}
body {
width: calc(min(100%, 60rem));
padding: 3em 2em;
margin: 0 auto;
}
* {
box-sizing: border-box;
}
.quotes {
width: calc(min(100%, 40rem));
}
.quotes > * > *:first-child {
height: 12em;
}
.quotes > * > *:last-child {
margin-top: 4em; /* (12 / 2) - 1em - 1em = 4em */
font-style: italic;
}
.quotes > *:nth-child(2n-1) > *:first-child {
float: left;
}
.quotes > *:nth-child(2n-1) > *:last-child {
float: right;
}
.quotes > *:nth-child(2n) > *:first-child {
float: right;
}
.quotes > *:nth-child(2n) > *:last-child {
float: left;
}
.quotes > * {
display: block;
clear: both;
padding-top: 1em;
}
.me {
width: 20rem;
}
@media (orientation: portrait) {
.me {
width: 100%;
}
}
.sep {
font-size: 0.7em;
vertical-align: middle;
}
</style>
</body>
</html>
|