-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (44 loc) · 1.97 KB
/
index.html
File metadata and controls
48 lines (44 loc) · 1.97 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
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<title>Bill Page's Personal Webpage</title>
<link rel="stylesheet" type="text/css" href="./css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="https://github.com/william-page">Code</a></li>
<li><a href="resume_20_08.pdf">Resume</a></li>
<li><a href="http://inspirehep.net/search?p=author:W.A.Page.2">Publications</a></li>
</ul>
</nav>
<table style="float: right; margin:5px;width: 425px; height: 10px;">
<tr>
<td>
<a href="javascript:location.href='./bpage.jpg';">
<img
src="./bpage.jpg"
name="photo"
width="300px"></a></td>
</tr>
</table>
<div class="container">
<div class="blurb">
<h2>Bill Page</h2>
<h3>Department of Physics <br><br>
Physics South, Room 347 <br><br>
University of California, Berkeley <br><br>
<img src="./email.jpg" name="Image1" align="left" width="166" height="28" border="0"/> <br>
</h3>
<br><br><br>
<p>I am a Postdoctoral Scholar in the Physics department at UC Berkeley, where I work in the Pyle group and as a member of the <a href="https://supercdms.slac.stanford.edu">SuperCDMS (Super Cryogenic Dark Matter Search) collaboration</a>. Our group develops detectors to search for particle dark matter, and employs superconducting amplifiers, low-noise experimental methods, and novel data analysis techniques to improve the detectors' sensitivity. I completed my Ph.D. under Scott Oser's supervision at the University of British Columbia in Vancouver, where I occasionally escaped from the lab to ski, bike, hike, and sail.</p>
</div>
</div><!-- /.container -->
<footer>
<ul>
<li><a href="https://github.com/william-page">github.com/william-page</a></li>
</ul>
</footer>
</body>
</html>