-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
339 lines (302 loc) · 17.1 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
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Manisha Keim</title>
<!-- web fonts -->
<link href="//fonts.googleapis.com/css?family=Nunito:400,600,700,800,900&display=swap" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Hind&display=swap" rel="stylesheet">
<!-- //web fonts -->
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KBMHF7QY3L"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KBMHF7QY3L');
</script>
<body>
<section class="w3l-bootstrap-header">
<nav class="navbar navbar-expand-lg navbar-light py-lg-3 py-2">
<div class="container">
<!-- <a class="navbar-brand" href="index.html"> My Website</a> -->
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#home">home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">what's up?</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#research">research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience">industry</a>
</li>
</ul>
</div>
</div>
</nav>
</section>
<!-- Main banner section -->
<section class="w3l-main-banner" id="home">
<div class="companies20-content">
<div class="companies-wrapper">
<div class="item">
<div class="slider-info banner-view text-center">
<div class="banner-info container">
<img src="assets/images/photo.jpeg" alt="about image" class="img-fluid">
<h3 class="banner-text mt-5">hello, I’m <strong>Manisha</strong> Keim
</h3>
<p class="my-4 mb-5">(she/her) Ph.D. CS student | University of Iowa</p><br>
<p style="font-size: 20px; width: 100%; margin: 0 auto;">I am a second year Ph.D. student with the Department of Computer Science at the University of Iowa, where I’m advised
by <a target="_blank" href="https://sparta.cs.uiowa.edu/people/rishab/">Rishab Nithyanand</a> and part of <a target="_blank" href="https://sparta.cs.uiowa.edu">SPARTA Lab</a>. My research focuses on understanding the complexities of social media, particularly the challenges it faces, such as polarization and the spread of misinformation.
I'm also a Student Researcher at the <a target="_blank" href="https://cp3.org.uiowa.edu">Center for Publics, Platforms & Personalization</a> research group.</p><br>
<section class="w3l-footer-29-main" id="footer">
<div class="text-center">
<div class="container">
<div class="main-social-footer-29" style="margin-bottom: 20px">
<a href="https://twitter.com/manishakeim" target="_blank" class="twitter"><span class="fa fa-twitter"></span></a>
<a href="https://in.linkedin.com/in/manishakeim" target="_blank" class="linkedin"><span class="fa fa-linkedin"></span></a>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //Main banner section -->
<section class="w3l-about" id="skills">
<div class="skills-bars py-5">
<div class="container py-md-3">
<div class="heading text-center mx-auto">
<h3 class="head">what's up?</h3>
<br><br>
</div>
<div class="news">
<div class="table-responsive" style="max-height: 13vw">
<table class="table table-sm table-borderless">
<div class="progress-bar progress-bar-striped bg-color" role="progressbar" style="width: 100% ;height:4px;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
<tr>
<th scope="row" style="width: 100px;">Sep 2024</th>
<td> I passed my Ph.D. qualifying exam on 'Shifting Sands'. Check out my <a target="_blank" href="https://github.com/manishakeim/qualifying-report"> presentation and report </a> on how words change over time. </td>
</tr>
<tr>
<th scope="row" style="width: 100px;">Sep 2024</th>
<td> I'll be a Student Volunteer at <a target="_blank" href="https://cscw.acm.org/2024/">ACM CSCW 2024 </a> in San José, Costa Rica. Can't wait to be part of the action! </td>
</tr>
<tr>
<th scope="row" style="width: 100px;">Apr 2024</th>
<td> Thrilled to be selected for the <a target="_blank" href="https://web.cvent.com/event/af32de64-9853-4aff-a0c9-b0dc590dd1e8/summary">CRA-WP Grad Cohort for Women 2024</a>. It is a great opportunity to connect with other women in computing research. </td>
</tr>
<tr>
<th scope="row" style="width: 100px;">Dec 2023</th>
<td> Honored to receive a travel grant for <a target="_blank" href="https://conferences.sigcomm.org/co-next/2023/#!/home">CoNEXT 2023</a>, which enabled me to participate in the conference in beautiful Paris and share my research through a <a target="_blank" href="https://conferences.sigcomm.org/co-next/2023/#!/program-student">lightning talk.</a> </td>
</tr>
<tr>
<th scope="row" style="width: 100px;">Oct 2023</th>
<td> Attended my first <a target="_blank" href="https://cscw.acm.org/2023/">CSCW 2023</a> in Minneapolis. The talks and discussions were inspiring, and the atmosphere was fantastic. </td>
</tr>
<tr>
<th scope="row" style="width: 100px;">Sep 2023</th>
<td> Awarded a travel grant for <a target="_blank" href="https://conferences.sigcomm.org/imc/2023/">IMC 2023</a>, but unfortunately, unforeseen visa challenges prevented me from attending in person. </td>
</tr>
<tr>
<th scope="row" style="width: 100px;">Aug 2023</th>
<td> Moved to the beautiful city of Iowa and started my Ph.D. at <a target="_blank" href="https://uiowa.edu">UIowa</a>. Looking forward to the journey ahead! </td>
</tr>
<tr>
<th scope="row" style="width: 100px;">July 2023</th>
<td> Concluded my time with <a target="_blank" href="https://www.cisco.com/">Cisco</a> after nearly 4 years. </td>
</tr>
</table>
<div class="progress-bar progress-bar-striped bg-color" role="progressbar" style="width: 100% ;height:4px;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-testimonials research" id="research">
<div class="customers-6-content py-5">
<div class="container py-lg-3">
<div class="heading text-center mx-auto">
<h3 class="head">research</h3>
</div>
<div class="customer row py-5 mt-3">
<div class="col-lg-12 col-md-8">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-10">
<!-- <img class="card-img-top img-responsive" src="assets/images/c1.jpg" alt=""> -->
<h3 class="card-title mt-2">Emotion Detection in Tweet Replies</h3>
<p class="sub-title mb-3">Master's Thesis, Indira Gandhi Delhi Technical University for Women</p>
<p class="sub-title">Advisors:<a href="https://rishabhkaushal.github.io/"> Dr. Rishabh Kaushal,</a> <a href="https://sites.google.com/site/niyatibaliyan/"> Dr. Niyati Baliyan</a></p>
<p class="card-text">Decoding Twitter's political pulse: This study employed automatic sentiment analysis of tweet replies to gauge public sentiment toward government policies on Twitter. </p>
</div>
<div class="col-2 d-flex justify-content-center" style="text-align: center;">
<a href="assets/documents/Master_Thesis.pdf" target="_blank" title="Master's Thesis">
<img class="card-img-top img-responsive" style="width: 100%; max-width: 70px; height: auto; margin-top:20px" src="assets/images/powerpoint.png" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-12 col-md-8">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-10">
<!-- <img class="card-img-top img-responsive" src="assets/images/c1.jpg" alt=""> -->
<h3 class="card-title mt-2">Community Detection in Signed Social Network</h3>
<p class="sub-title mb-3">Bachelor's Thesis, University of Delhi</p>
<p class="sub-title">Advisors:<a href="https://www.bits-pilani.ac.in/pilani/vintiagarwal/profile"> Dr. Vinti Agarwal</a></p>
<p class="card-text"> Delving into the complex world of signed social networks, my research explored how to identify communities where connections can be both positive and negative.
Using the combined power of modularity and genetic algorithms, I aimed to uncover hidden structures and relationships within these intricate networks. </p>
</div>
<div class="col-2 d-flex justify-content-center" style="text-align: center;">
<a href="assets/documents/Bachelor_Thesis.pdf" target="_blank" title="Bachelor's Thesis">
<img class="card-img-top img-responsive" style="width: 100%; max-width: 70px; height: auto; margin: auto; display: block;" src="assets/images/powerpoint.png" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/lightbox-plus-jquery.min.js"></script>
<section class="services-12" id="experience">
<div class="form-12-content">
<div class="container">
<div class="heading text-center mx-auto">
<h3 class="head">industry</h3>
</div>
<div class="experience-top">
<h5>2023</h5>
<h4>Network Security Engineer | <a href="https://www.cisco.com/">Cisco Systems</a>, Bangalore, India</h4>
<p class="my-3 text-white">Deep hands-on experience with network security powerhouses like Cisco ASA, FTD, ISE, AMP, Umbrella, and Juniper switches.
Adept at tackling customer escalations and dissecting complex network issues, no firewall too fiery, no switch too cryptic.</p>
</div>
<div class="experience-top">
<h5>2019</h5>
<h4>Cyber Forensics Intern | <a target="_blank" href="https://ncfl-i4c.mha.gov.in/About-us.aspx">National Cyber Forensics Lab</a> (CyPAD), Delhi, India</h4>
<p class="my-3 text-white">Delved into the fascinating world of digital forensics, learning how to analyze data from devices like phones and hard drives found at crime scenes.</p>
</div>
<div class="experience-top">
<h5>2017</h5>
<h4>Android Developer Intern | <a href="https://penpencil.xyz/">PenPencil</a>, Delhi, India</h4>
<p class="my-3 text-white">My journey with Android apps starts with close collaboration, transforming mock-ups into pixel-perfect UI designs. Then, it's all about crafting a rock-solid foundation with the MVP architecture.
Leveraged the power of Retrofit to seamlessly integrate essential REST APIs, ensuring smooth operation and robust data flow.</p>
</div>
</div>
</div>
</section>
<section class="w3l-testimonials research" id="research">
<div class="customers-6-content py-5">
<div class="container py-lg-3">
<div class="heading text-center mx-auto">
<h3 class="head">current and past affiliations</h3>
</div>
<div class="customer row py-5 mt-3">
<div class="col-lg-12 col-md-8">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-3">
<img class="card-img-top img-responsive" style="width: 50%; margin: 0 auto;" src="assets/images/logo4.png" alt="">
</div>
<div class="col-3" style="display: flex; justify-content: center; align-items: center;">
<img class="card-img-top img-responsive" style="width: 50%; margin: 0 auto;" src="assets/images/logo3.png" alt="">
</div>
<div class="col-3">
<img class="card-img-top img-responsive" style="width: 50%; margin: 0 auto;" src="assets/images/logo2.jpg" alt="">
</div>
<div class="col-3" style="display: flex; justify-content: center; align-items: center;">
<img class="card-img-top img-responsive" style="width: 100%; margin: 0 auto;" src="assets/images/logo1.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- grids block 5 -->
<section class="w3l-footer-29-main" id="footer">
<div class="footer-29 text-center">
<div class="container">
<div class="main-social-footer-29">
<a href="mailto:manisha-keim@uiowa.edu" target="_blank" class="mail"><span class="fa fa-envelope"></span></a>
<a href="https://github.com/manishakeim" target="_blank" class="twitter"><span class="fa fa-github"></span></a>
<a href="https://twitter.com/manishakeim" target="_blank" class="twitter"><span class="fa fa-twitter"></span></a>
<a href="https://in.linkedin.com/in/manishakeim" target="_blank" class="linkedin"><span class="fa fa-linkedin"></span></a>
</div>
<div class="bottom-copies text-center">
<p class="copy-footer-29">Last updated in September 2024. </a></p>
</div>
</div>
</div>
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fa fa-angle-up"></span>
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
</section>
<!-- // grids block 5 -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- //footer-28 block -->
</section>
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
<!-- Smooth scrolling -->
</body>
</html>
<!-- // grids block 5 -->