-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·311 lines (273 loc) · 14.3 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
---
layout: home
---
<script>
window.onload = setMenu('home-menu');
</script>
<div class="vg-main-wrapper" id="desktop">
<div class="vg-page page-home" id="home" style="background-image: url(images/bg3.jpg);">
<!-- Page About -->
<div class="vg-page page-about" id="about">
<!-- Profile -->
<div class="container py-3">
<div class="row">
<div class="col-md-6">
<div class="caption">
<h1 class="fg-dark fw=medium" style="text-align: center;">Ramakrishnan (Ram) <br/> Sundara Raman</h1>
<p class="fg-theme-3 fw-medium">Assistant Professor</p>
<p class="fg-theme-3 fw-medium"><a href="" target="_blank" title="Go to UCSC-CSE - Try saying that over and over!">Computer Science and Engineering</a></p>
<!--<p class="fg-theme-3 fw-medium">Baskin Engineering</p>-->
<p class="fg-theme-3 fw-medium"><a href="https://www.ucsc.edu/" target="_blank" title="Go to UCSC page">University of California Santa Cruz</a></p>
<a class="fg-theme-3 fw-medium" href="mailto:[email protected]" target="_blank" style="margin-left: 1%;" title="Send me mail"><span style="font-size: 17px; margin-left: 0.1%; margin-top: 1%;">ram[@]ucsc[.]edu</span></a>
</div>
<div class="img-place" >
<img src="images/avatar.jpg" alt="Ram is here!">
</div>
<div style="margin: auto; width:50%">
<a href="https://twitter.com/ramakrishnan13s" target="_blank" style="margin-left: 2%;" title="Go to my Twitter profile"><i class="fg-theme-3 fa fa-twitter w3-hover-opacity" style="font-size: 58px"></i></a>
<a href="https://www.linkedin.com/in/ramakrishnansundararaman/" target="_blank" style="margin-left: 2%;" title="Go to my LinkedIn profile"><i class="fg-theme-3 fa fa-linkedin w3-hover-opacity" style="font-size: 58px"></i></a>
<a href="https://github.com/ramakrishnansr" target="_blank" style="margin-left: 2%;" title="Go to my Github Page"><i class="fg-theme-3 fa fa-github w3-hover-opacity" style="font-size: 58px"></i></a>
<a href="https://scholar.google.com/citations?user=1gyokIMAAAAJ&hl=en" target="_blank" style="margin-left: 2%" title="Go to my Google Scholar profile"><i class="fg-theme-3 fa fa-graduation-cap w3-hover-opacity" style="font-size: 58px; margin-top: 1%"></i></a>
<div style="margin: auto; width:75%">
<a class="btn btn-theme btn-rounded" target="_blank" href="assets/CV_Ramakrishnan_Sundara_Raman.pdf"><p style="color: white; text-align:center; margin: 0;">CV</p></a>
<a class="btn btn-theme btn-rounded" target="_blank" href="assets/Ram-Bio.pdf"><p style="color: white; text-align:center; margin: 0;">Bio</p></a>
</div>
</div>
<br/>
</div>
<div class="col-md-6">
<p class="fg-theme-2" style="font-size: 21px; text-align: justify; text-justify: inter-word;" > I am an Assistant Professor in the CSE department at UC Santa Cruz. I am interested in using empirical methods to detect, analyze and prevent large-scale threats to the security and privacy of Internet users. </p>
<p class="fg-theme-2" style="font-size: 21px; text-align: justify; text-justify: inter-word;">
My research involves measuring and defending against Internet censorship and other forms of connection tampering attacks. My group builds empirical methods, systems, and data-driven analysis methods to study connection tampering attacks globally, offering insights into key network security events and the network technologies that enable large scale attacks. My research work has helped produce the <a href="https://www.censoredplanet.org" target="_blank" title="Go to the CensoredPlanet Observatory">Censored Planet Observatory</a>, a global measurement platform for the continuous monitoring of various types of network interference. We also build and analyze defense mechanisms, such as censorship circumvention tools. Ultimately, my vision is to contribute frameworks, tools, and policies that enable informed decision-making regarding an accessible and safe global Internet.
<!--My work also involves understanding and analyzing the network technologies that enable censorship. I am the recipient of a FOCI Rising Star Recognition, an OTF Information Controls Fellowship, and an IRTF Applied Networking Research Prize.--></p>
</div>
<h4>📢 I am hiring PhD students for Fall 2025. Please email me if you're interested in joining my group at UCSC. For more details about working with me, go <a href="/prospective_students">here</a>.</h>
</div>
</div>
</div> <!-- End profile -->
</div>
</div> <!-- End resume -->
</div> <!-- End page about -->
<!-- Group -->
<div class="vg-page page-blog" id="group">
<h1 class="text-center "><a href="/randlab" class="fg-theme-3">My Research Group</a></h1>
<br/>
<div class="container">
<p class="fg-theme-2" style="font-size: 18px;">I lead the R&Lab Security and Networking research group at UCSC. Members of my lab include:</p>
<div class="container">
{% for student in site.data.students %}
{% if student.key != "student1" %}
<span class="fg-theme-2 ram-subtitle" style="font-size: 18px;">{{ student.name }} ({{ student.title }}), </span>
{% else %}
<span class="fg-theme-2 ram-subtitle" style="font-size: 18px;">{{ student.name }} ({{ student.title }}) </span>
{% endif %}
{% endfor %}
</div>
</div>
</div>
<!--End Group-->
<!-- Publications -->
<div class="vg-page page-service" id="publications">
<h1 class="text-center "><a href="/publications" class="fg-theme">Publications</a></h1>
<div class="container">
{% for publication in site.publications reversed%}
{% if publication.blacklisted == "yes" %}
{% else %}
{% assign collaborators = publication.collaborators %}
<p><span class="ram-subtitle"><a href="{{ publication.pdf }} " target="_blank" title="Go to paper" class="fg-theme">{{ publication.name }} {% if publication.pdf %}<i class="fa fa-file-pdf w3-hover-opacity fg-theme"></i>{% endif %}</a> {% if publication.slides %}<a href=" {{ publication.slides }} " target="_blank" title="Go to slides"> <i class="fa fa-desktop w3-hover-opacity fg-theme"></i></a>{% endif %}{% if publication.talk %} <a href=" {{ publication.talk }} " target="_blank" title="Go to talk"><i class="fa fa-video w3-hover-opacity fg-theme"></i></a>{% endif %}
{% if publication.bibtex-title %}
<a class="fg-theme" onclick="toggleBib('{{ publication.bibtex-title }}')"> <i class="fa fa-quote-right w3-hover-opacity fg-theme"></i></a>
{% endif %}
</span>
<br/>
{% assign last_collab = collaborators[-1] %}
{% for collaborator in collaborators %}
{% if collaborator == last_collab %}
<span class="collaborator">{{ collaborator }}</span>
{% else %}
<span class="collaborator">{{ collaborator }},</span>
{% endif %}
{% endfor %}<br/>
<span class="collaborator">{{ publication.publisher }}, {{ publication.date | date: "%B %Y" }}
</span>
{% if publication.tag %}
<br/>
<span class="collaborator">{{ publication.tag }}
</span>
{% endif %}
<p class="bibtex" style="display:none" id={{ publication.bibtex-title }}>{{ publication.bibtex }}</p>
{% endif %}
{% endfor %}
</p>
</div>
</div>
<!-- End Publications -->
<!-- Awards -->
<div class="vg-page page-blog" id="awards">
<h1 class="text-center "><a href="/awards" class="fg-theme-3">Awards</a></h1>
<br/>
<div class="container">
{% for awards in site.data.awards %}
{% if awards.display == 'true' %}
<ul>
<li>
<span class="fg-theme-2 ram-subtitle">{{ awards.award }}, {{ awards.date }}</span><br/>
</li>
</ul>
{% endif %}
{% endfor %}
<span class="ram-title fg-theme-2" style="float:right; margin-left: auto; margin-right: 0;"><a href="/awards">See more awards →</a></span>
</p>
</div>
</div>
<!--End Awards-->
<!-- News -->
<div class="vg-page p-0" id="news">
<div class="owl-carousel testi-carousel" style="background-image: url(images/bg4.jpg);">
{% for news in site.data.news %}
{% if news.home == 'true' %}
<div class="item">
<span class="ram-title" style="text-decoration: underline;">{{ news.date }}<br/></span>
<span class="ram-subtitle-2">{{ news.description }}</span><br/>
<span class="ram-subtitle-2"><a href="/news">See more news →</a></span>
{% endif %}
</div>
{% endfor %}
</div>
</div> <!-- End News -->
<!-- Teaching -->
<div class="vg-page page-service" id="teaching">
<h1 class="text-center fg-dark "><a href="/teaching" class="fg-theme">Teaching</a></h1>
<div class="container ">
{% for teaching in site.data.teaching %}
<ul>
<li>
<span class="ram-title">{{ teaching.date }}</span>
<br/>
<span class="ram-subtitle-2">Course: {{ teaching.class }}</span>
<br/>
<span class="ram-subtitle-2">Position: {{ teaching.position }}</span>
<br/>
<span class="ram-subtitle-2">{{ teaching.description }}</span>
</li>
</ul>
{% endfor %}
</div>
</div>
<!-- End Teaching -->
<!-- Awards Alternate
<div class="vg-page page-blog" id="awards">
<h1 class="text-center "><a href="/awards" class="fg-theme">Awards</a></h1>
<div class="container">
<div class="row post-grid">
{% for awards in site.data.awards %}
{% if awards.display == 'true' %}
<div class="col-md-6 col-lg-4 ">
<div class="card">
<div class="caption">
<p class="post-category">{{ awards.date }}</p>
<p class="post-title">{{ awards.award }}</p>
</div>
</div>
</div>
{% endif %}
{% endfor %}
<span class="ram-title" style="float:right; margin-left: auto; margin-right: 0;"><a href="/awards">See more awards →</a></span>
</div>
</div>
</div> -->
<!-- Service -->
<div class="vg-page page-blog" id="service">
<h1 class="text-center fg-dark "><a href="/service" class="fg-theme-3">Service</a></h1>
<div class="container ">
<br/>
{% for service in site.data.service %}
{% if service.display == 'true' %}
<ul>
<li> <span class="ram-subtitle fg-theme-2">{{ service.text }}</span>
</li>
</ul>
{% endif %}
{% endfor %}
<span class="ram-title fg-theme-2" style="float:right; margin-left: auto; margin-right: 0;"><a href="/service">See more service →</a></span>
</div>
</div>
<!-- End Service -->
<!-- Talks -->
<div class="vg-page page-service" id="talks">
<h1 class="text-center "><a href="/talks" class="fg-theme">Talks</a></h1>
<br/>
<div class="container">
{% for talk in site.data.talks %}
{% if talk.display == 'true' %}
<ul>
<li>
<span class="ram-subtitle-2">{{ talk.topic }}{% if talk.link %} <a href=" {{ talk.link }} " target="_blank" title="Go to talk"><i class="fa fa-video w3-hover-opacity"></i></a>{% endif %}, {{ talk.date }} </span><br/>
<span class="ram-subtitle-2">Venue: {{ talk.venue }}</span><br/>
<br/>
{% if talk.award %} <span class="ram-subtitle ">Award: {{ talk.award }}</span>{% endif %}
</li>
</ul>
{% endif %}
{% endfor %}
<span class="ram-subtitle-2" style="float:right; margin-left: auto; margin-right: 0;"><a href="/talks">See more talks →</a></span>
</p>
</div>
</div>
<!--End Talks-->
<!-- Blogposts -->
<div class="vg-page page-blog" id="blogposts">
<h1 class="text-center fg-dark "><a href="/blogposts" class="fg-theme-3">Blogposts & Reports</a></h1>
<div class="container ">
<br/>
{% for blog in site.data.blogposts %}
<ul>
<li>
<span class="ram-subtitle fg-theme-2">{% if blog.link %} <a href=" {{ blog.link }} " target="_blank" title="Go to talk"> {{ blog.topic }} <i class="fa fa-link w3-hover-opacity"></i></a>{% endif %}, {{ blog.date }} </span><br/>
<span class="ram-subtitle fg-theme-2">Medium: {{ blog.venue }}</span><br/>
<br/>
</li>
</ul>
{% endfor %}
</div>
</div>
<!-- End Blogposts -->
<!-- Projects -->
<div class="vg-page page-service" id="projects">
<h1 class="text-center"><a href="/projects" class="fg-theme">Selected Projects</a></h1>
<div class="container">
<div class="row post-grid">
<div class="col-md-6 col-lg-4 ">
<div class="card wow fadeInUp">
<div class="img-place">
<iframe src="https://www.youtube-nocookie.com/embed/ljZJrM9A2Pw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="width:100%;" height=250></iframe>
</div>
<div class="caption">
<a href="https://www.censoredplanet.org" class="post-title">Censored Planet</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 ">
<div class="card wow fadeInUp">
<div class="img-place">
<iframe src="https://www.youtube-nocookie.com/embed/j1sLWAm0nMA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="width:100%;" height=250></iframe>
</div>
<div class="caption">
<a href="https://dashboard.censoredplanet.org" class="post-title">Censored Planet Dashboard</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 ">
<div class="card wow fadeInUp">
<div class="img-place">
<iframe src="https://www.youtube-nocookie.com/embed/RoYWsfNOCr4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="width:100%;" height=250></iframe>
</div>
<div class="caption">
<a href="https://www.censoredplanet.org/kazakhstan" class="post-title">HTTPS Interception</a>
</div>
</div>
</div>
</div>
</div>
</div> <!-- End projects -->
</div> <!-- End main wrapper -->