-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (87 loc) · 5.15 KB
/
index.html
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
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<title>Trisha Datta</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Blog Template">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<!-- FontAwesome JS-->
<script defer src="https://use.fontawesome.com/releases/v5.7.1/js/all.js" integrity="sha384-eVEQC9zshBn0rFj4+TU78eNA19HMNigMviK/PU/FFjLXqa/GKPgX58rvt5Z8PLs7" crossorigin="anonymous"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme-2.css">
</head>
<body>
<header class="header text-center">
<nav class="navbar navbar-expand-lg navbar-dark" >
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navigation" class="collapse navbar-collapse flex-column" >
<div class="profile-section pt-3 pt-lg-0">
<img class="profile-image mb-3 rounded-circle mx-auto" src="assets/images/profile.jpg" alt="image" >
<div class="bio mb-3">Hi, my name is Trisha Datta.<br><a href="index.html">Find out more about me</a></div><!--//bio-->
<ul class="social-list list-inline py-3 mx-auto">
<li class="list-inline-item"><a href="https://twitter.com/TrishaCDatta"><i class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/trisha-datta-2a0572124/"><i class="fab fa-linkedin-in fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/TrishaDatta/"><i class="fab fa-github-alt fa-fw"></i></a></li>
<!--<li class="list-inline-item"><a href="#"><i class="fab fa-stack-overflow fa-fw"></i></a></li>-->
<!--<li class="list-inline-item"><a href="#"><i class="fab fa-codepen fa-fw"></i></a></li>-->
</ul><!--//social-list-->
<hr>
</div><!--//profile-section-->
<ul class="navbar-nav flex-column text-left">
<li class="nav-item active">
<a class="nav-link" href="index.html"><i class="fas fa-user fa-fw mr-2"></i>About Me<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications.html"><i class="fas fa-bookmark fa-fw mr-2"></i>Publications</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="work.html"><i class="fas fa-bookmark fa-fw mr-2"></i>Work Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="honors.html"><i class="fas fa-bookmark fa-fw mr-2"></i>Honors and Awards</a>
</li>-->
</ul>
</div>
</nav>
</header>
<div class="main-wrapper">
<section class="blog-list px-3 py-5 p-md-5">
<div class="container">
<!-- Page Content -->
<div id="content">
<h3>About Me</h3>
<br>
<p> I am a second-year PhD student at Stanford working with <a href="https://crypto.stanford.edu/~dabo/">Dan Boneh</a> in the <a href="https://crypto.stanford.edu/">Applied Cryptography Group</a>.</p>
<p> Before coming to Stanford, I graduated from Princeton University, where I was lucky to work with <a href="https://people.cs.uchicago.edu/~feamster/">Nick Feamster</a>,
<a href="https://www.cs.princeton.edu/~jrex/">Jennifer Rexford</a>, and
<a href="https://www.cs.princeton.edu/~fellbaum/">Christiane Fellbaum</a>.
My research has focused on socially-motivated security projects that safeguard technology users’ privacy and well-being.
</p>
<p> You can find my full CV <a href="/tdatta-cv.pdf">here</a>.
</p>
<p> You can contact me at tcdatta at stanford dot edu.
</p>
<div class="line"></div>
<br>
</div>
</div>
</section>
<footer class="footer text-center py-2 theme-bg-dark">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can buy the commercial license via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed with <i class="fas fa-heart" style="color: #fb866a;"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</footer>
</div><!--//main-wrapper-->
<!-- Javascript -->
<script src="assets/plugins/jquery-3.3.1.min.js"></script>
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- Style Switcher (REMOVE ON YOUR PRODUCTION SITE) -->
<script src="assets/js/demo/style-switcher.js"></script>
</body>
</html>