-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
295 lines (227 loc) · 13.7 KB
/
index.html
File metadata and controls
295 lines (227 loc) · 13.7 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
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Kirti Jain</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!-- Script>
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png" >
</head>
<body>
<!-- Header
================================================== -->
<header id="home">
<nav id="nav-wrap" >
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li class="current" ><a class="smoothscroll" href="#home">Home</a></li>
<li><a class="smoothscroll" href="#about">About</a></li>
<li><a class="smoothscroll" href="#resume">Resume</a></li>
<li><a class="smoothscroll" href="#contact">Contact</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<div class="row banner">
<div class="banner-text">
<h1 class="responsive-headline">Kirti Jain</h1>
<h3>I'm a <span>Research Scholar</span> from Dept. of Computer Science, University of Delhi.
</h3>
<hr />
<ul class="social">
<li><a href="https://www.researchgate.net/profile/Kirti_Jain8" target="_blank"><i class="fab fa-researchgate"></i></a></li>
<li><a href="https://www.linkedin.com/in/kirti-jain-2510/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://github.com/kirtiJain25" target="_blank"><i class="fab fa-github"></i></a></li>
</ul>
</div>
</div>
<p class="scrolldown">
<a class="smoothscroll" href="#about"><i class="icon-down-circle"></i></a>
</p>
</header> <!-- Header End -->
<!-- About Section
================================================== -->
<section id="about">
<div class="row about">
<div class="three columns">
<img src="images/kj.jpg" alt="" style="width: 100%;height: 100%; border-radius: 50%" >
</div>
<div class="nine columns main-col">
<h2>About Me</h2>
<p>I am a Ph.D. Research Scholar from Department of Computer Science, University of Delhi. Currently, I am working under <a href="http://people.du.ac.in/~vbhatnagar/" target="_blank">Prof. Vasudha Bhatnagar</a> and <a href="http://andcollege.du.ac.in/?q=departments/computer-science/faculty/8" target="_blank">Dr. Sharanjit Kaur</a> in the field of Graph Analytics. <br>I am a member of the <a href="http://people.du.ac.in/~vbhatnagar/NetworkScienceLab/NSLab.htm" target="_blank">Network Science Lab</a> lead by Prof. Vasudha Bhatnagar. <br>My research interests include Network Science, Graph Analytics, Data Analysis and Machine Learning. Currently, I am working on the problem of understanding Epidemic Dynamics in Networks.
</p>
</div> <!-- end .main-col -->
</div>
</section> <!-- About Section End-->
<!-- Resume Section
================================================== -->
<section id="resume">
<!-- Education
----------------------------------------------- -->
<div class="row education">
<div class="three columns header-col">
<h1><span>Education</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>Dept. of Computer Science, University of Delhi</h3>
<p class="info">Ph.D. in Computer Science<span>•</span> <em class="date">NOV 2018 - Present</em></p>
<p>
Research Area : Graph Analytics, Network Science<br>
Supervisors : <a href="http://people.du.ac.in/~vbhatnagar/" target="_blank">Prof. Vasudha Bhatnagar</a> and <a href="http://andcollege.du.ac.in/?q=departments/computer-science/faculty/8" target="_blank">Dr. Sharanjit Kaur</a>
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Dept. of Computer Science, University of Delhi</h3>
<p class="info">M.Sc. in Computer Science<span>•</span> <em class="date">2016 - 2018</em></p>
<p>
Subjects : Data Mining, Network Science, Design and Analysis of Algorithms, DBMS, Compiler Design.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Deen Dayal Upadhayaya College, University of Delhi</h3>
<p class="info">B.Sc. in Computer Science<span>•</span> <em class="date">2012 - 2015</em></p>
<p>
Subjects : Data Structues, Operating Systems, DBMS, Computer Networks, Theory of Computation, Artificial intelligence.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Sachdeva Public School</h3>
<p class="info">Class XII CBSE <span>•</span> <em class="date">2011 - 2012</em></p>
<p>
</p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Education -->
<!-- Skills
----------------------------------------------- -->
<div class="row skill">
<div class="three columns header-col">
<h1><span>Skills</span></h1>
</div>
<div class="nine columns main-col">
<p><h4>Languages :</h4> C/C++, Python, R <br><br>
<h4>Software and Tools :</h4> LaTeX, Git <br><br>
<h4>Courses :</h4> R Programming <a href="https://www.datacamp.com/statement-of-accomplishment/track/510cbbb29ae4b261fcb4358822fe352dc3b0f019" target="_blank">(certificate) </a> <br>
Neo4j <a href="https://graphacademy.neo4j.com/certificates/94e3ad04b07b19a4419bdfddcaf54fd6dc74d6382b811000ca264b2e29dee133.pdf" target="_blank">(certificate) </a> <br>
Social Network Analysis <a href="https://coursera.org/share/45783a0bc050ca2784c984eb3c1013f0" target="_blank">(Coursera certificate)</a>
</p>
</div> <!-- main-col end -->
</div> <!-- End skills -->
<!-- Acheivements
----------------------------------------------- -->
<div class="row achieve">
<div class="three columns header-col">
<h1><span>Achievements</span></h1>
</div>
<div class="nine columns main-col">
<p><h4>UGC-NET Qualified</h4> (NOVEMBER 2017)<br><br>
</p>
</div> <!-- main-col end -->
</div> <!-- End skills -->
<!-- projects
----------------------------------------------- -->
<div class="row work">
<div class="three columns header-col">
<h1><span>Projects</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>Sampling Large Graphs</h3>
<p class="info">• <em class="date">January 2018 - June 2018</em></p>
<p>Analysis of large and dense networks is challenging because of the associated computational expense. Focusing on smaller and dense areas of the network is often preferred due to reasons like reduced computation in terms of both time and memory and better insights.<br>
Created a <a href="https://github.com/Ashish7129/Graph_Sampling" target="_blank"> Graph Sampling </a>python package containing various techniques which samples the original graph according to the sizes.
</p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Work -->
<!-- Research
----------------------------------------------- -->
<div class="row research">
<div class="three columns header-col">
<h1><span>Publications</span></h1>
</div>
<div class="nine columns main-col">
<p class="info">• <em class="date">Kirti Jain, Vasudha Bhatnagar, Sadanand Parasad and Sharanjit Kaur (2022), Coupling Fear and Contagion for Modeling Epidemic Dynamics, IEEE Transactions on Network Science and Engineering (TNSE). DOI: <a href="https://ieeexplore.ieee.org/document/9813421" target="_blank"> 10.1109/TNSE.2022.3187775 </a> (2022 IF: 5.033)</em></p>
<p class="info">• <em class="date">Kirti Jain, Vasudha Bhatnagar, Sharanjit Kaur, Collective Behavior in Community-structured Network and Epidemic Dynamics, International Health Informatics Conference (IHIC), 2022, Accepted for Publication.</em></p>
</div> <!-- main-col end -->
</div> <!-- End research -->
<!-- Research
----------------------------------------------- -->
<div class="row tutorial">
<div class="three columns header-col">
<h1><span>Tutorials</span></h1>
</div>
<div class="nine columns main-col">
<p class="info">• <em class="date">Tutorial on 'Modeling Epidemic Dynamics through Contact Networks' in International Health Informatics Conference (IHIC 2022), Sri Sri University, Cuttack, Odisha, India, 15 May 2022. </a></em></p>
<p class="info">• <em class="date">Conducted hands-on sessions on Network Science using Python at the Two Week Faculty Development Program on Recent Advances in Research Methodology on January 27, 2020 organized by Teaching Learning Centre, Ramanujan College and South Campus, University of Delhi. </a></em></p>
<p class="info">• <em class="date">Presented a Case Study on Clustering in Workshop on 'Data Analytics using Python' organized by Data Analytics Club, DDU College, University of Delhi in association with Optizone (OR Society) on 7th March 2019. <a href="https://colab.research.google.com/drive/1EFnFGZr0A4NLRKww34bWg1fY5_vrF0ZK" target="_blank">(Python script on Google Collaboratory)</a></em></p>
<p class="info">• <em class="date">Conducted hands-on sessions on behalf of <a href="http://people.du.ac.in/~vbhatnagar/NetworkScienceLab/NSLab.htm" target="_blank">Network Science Lab</a> at the Faculty Development Program on "Network Science: Foundation of Social Network Analysis" jointly organized by Teaching Learning Centre, Ramanujan College and Dept. of Computer Science during December 3-8, 2018. <a href="https://github.com/kirtiJain25/FDP_18" target="_blank">(Presentations and R scripts)</a></em></p>
</div> <!-- main-col end -->
</div> <!-- End research -->
</section> <!-- Resume Section End-->
<!-- Contact Section
================================================== -->
<section id="contact">
<div class="row">
<div class="widget widget_contact">
<h4>Contact Details</h4>
<p class="address">
Kirti Jain<br>
<i class="fa fa-envelope"></i><span> kjain1@cs.du.ac.in</span>
</p>
</div>
</div>
</section> <!-- Contact Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://www.researchgate.net/profile/Kirti_Jain8" target="_blank"><i class="fab fa-researchgate"></i></a></li>
<li><a href="https://www.linkedin.com/in/kirti-jain-2510/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://github.com/kirtiJain25" target="_blank"><i class="fab fa-github"></i></a></li>
</ul>
</div>
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#home"><i class="icon-up-open"></i></a></div>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/init.js"></script>
</body>
</html>