Skip to content

Commit

Permalink
Adding basic structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelmcamis committed Aug 9, 2024
1 parent c66b70a commit 20230c5
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 0 deletions.
Binary file added files/SatellitesPrivacyCameraReady.pdf
Binary file not shown.
Binary file added files/phd_resume.pdf
Binary file not shown.
Binary file added files/profile_rachel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions files/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
body {
font-family: sans-serif;
margin: auto;
max-width: 1280px;
}

.navbar {
background-color: #313236;
border-radius: 2px;
max-width: 800px;
}

.navbar a {
color: #aaa;
display: inline-block;
font-size: 15px;
padding: 10px;
text-decoration: none;
}

.navbar a:hover {
color: #ffffff;
}

body {
background-color:#e6e6ff;
color: rgb(85, 85, 85);
}

.card {
align-items: center;
background-color: white;
}
.card-title {
font-weight: bold;
}
.card img {
border-top-right-radius: 0;
border-bottom-left-radius: calc(0.25rem - 1px);
}

h1 {
margin: 0;
}

.box {
width: 800px;
margin: 20px auto 20px auto;
text-align: left;
background-color: #ffffff;
padding: 30px;
display: flex;
align-items: flex-start;
grid-gap: 30px;
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.14);
border-radius: 2px;
}

.profile-photo {
width: 222px;
height: auto;
border-radius: 2px;
}

.innerbox {
padding: 20px 20px 20px 20px;
flex: 1;
}
84 changes: 84 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="generator" content="GitLab Pages">
<title>Rachel McAmis</title>
<link rel="stylesheet" href="files/style.css">

</head>
<body>
<div class="box">
<img class="profile-photo" src="files/profile_rachel.jpg">
<div classname="innerbox">
<h1>Rachel McAmis</h1>
<p><b>PhD Student</b><br>
<a href="http://seclab.cs.washington.edu/">Security and Privacy Research Lab</a>
<br>University of Washington
</p><p>
<b>Contact</b><br>
[email protected]<br>
<a href="files/phd_resume.pdf">CV</a> (last updated 08/2024)
</p>
</div>
</div>
<div class="box">
<div classname="innerbox">
<h2>About Me</h2>
<p>
Hello! I'm a second year computer science PhD student at the University of Washington,
advised by <a href="https://homes.cs.washington.edu/~yoshi/">Yoshi Kohno </a>
in the Security and Privacy research lab.
Generally, my research explores security and privacy for emerging technologies.
</p>

</div>
</div>
<div class="box">
<div classname="innerbox">
<h2>Publications</h2>
<p>
Proactive Runtime Detection of Aging-Related Silent Data Corruptions: A Bottom-Up Approach.<br>
Jiacheng Ma, Majd Ganaiem, Madeline Burbage, Theo Gregersen, <b>Rachel McAmis</b>, Freddy Gabbay, and Baris Kasikci.<br>
International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS) 2025.<br>
</p>
<a href="https://ieeexplore.ieee.org/abstract/document/10550925">
Handling Identity and Fraud in the Metaverse.</a><br>
<b>Rachel McAmis</b>, Bet&uumll Durak, Melissa Chase, Kim Laine, Franziska Roesner, and Tadayoshi Kohno.<br>
IEEE Security and Privacy Magazine 2024.<br>
</p>
<a href="https://petsymposium.org/popets/2024/popets-2024-0022.php">
Over Fences and Into Yards: Privacy Threats and Concerns of Commercial Satellites.</a><br>
<b>Rachel McAmis</b>, Mattea Sim, Mia Bennett, and Tadayoshi Kohno.<br>
Privacy Enhancing Technologies Symposium 2024.<br>
<b>Runner-Up for Andreas Pfitzmann Best Student Paper Award.</b>
</p>
<p>
<a href="https://www.usenix.org/conference/usenixsecurity23/presentation/mcamis">The Writing on the Wall and 3D Digital Twins:
Personal Information in (not so) Private Real Estate</a><br>
<b>Rachel McAmis</b> and Tadayoshi Kohno.<br>
Usenix Security Symposium 2023.
</p>
<p>
<a href="https://dl.acm.org/doi/abs/10.1145/3517745.3561460">What Factors Affect Targeting and Bids in Online Advertising? A
Field Measurement Study</a><br>
Eric Zeng, <b>Rachel McAmis</b>, Tadayoshi Kohno, Franziska Roesner.<br>
ACM Internet Measurement Conference 2022.
</p>
<p>
<a href="https://onlinelibrary.wiley.com/doi/10.1002/smtd.202001094">An Empirical Comparison of Preservation
Methods for Synthetic DNA Data Storage
</a><br>
Lee Organick, Bichlien H. Nguyen, <b>Rachel McAmis</b>, Weida D. Chen, A. Xavier Kohll,
Siena Dumas Ang, Robert N. Grass, Luis Ceze, and Karin Strauss.<br>
Small Methods 2021.
</p>
</div>
</div>





</body></html>

0 comments on commit 20230c5

Please sign in to comment.