-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
187 lines (156 loc) · 6.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- SITE TITTLE -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vasudha Bhatnagar</title>
<!-- PLUGINS CSS STYLE -->
<!-- Bootstrap -->
<link href="plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Themefisher Font -->
<link href="plugins/themefisher-font/style.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="plugins/font-awsome/css/font-awesome.min.css" rel="stylesheet">
<!-- Magnific Popup -->
<link href="plugins/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Slick Carousel -->
<link href="plugins/slick/slick.css" rel="stylesheet">
<link href="plugins/slick/slick-theme.css" rel="stylesheet">
<!-- CUSTOM CSS -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<!-- FAVICON -->
<link href="images/favicon.png" rel="shortcut icon">
</head>
<body class="body-wrapper">
<!--========================================
= Navigation Section =
=========================================-->
<nav class="navbar main-nav border-less fixed-top navbar-expand-lg p-0">
<div class="container-fluid p-0">
<!-- logo -->
<a class="navbar-brand" href="index.html">
<h4><span class="alternate" style="font-weight: bold">Vasudha Bhatnagar</span></h4>
<h6>Professor</h6>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="teaching.html">Teaching
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="research.html">Research
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications.html">Publications
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="outreach.html">Outreach
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="nslab/index.html" target="_blank">Network Science Lab
</a>
</li>
</ul>
</div>
</div>
</nav>
<!--==== End of Navigation Section ====-->
<!--===========================
= About =
============================-->
<br><br><br>
<section class="section about">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 align-self-center">
<div class="image-block bg-about">
<img class="img-fluid" src="images/vb.jpg" alt="">
</div>
</div>
<div class="col-lg-8 col-md-6 align-self-center">
<div class="content-block">
<h2>A Brief</h2>
<div class="description-one">
<p>
I did my masters in Computer Applications from University of Delhi, Delhi, India in 1985. I worked in Centre for Development of Telematics from 1985 - 1989 as a software engineer in Operating System and Traffic group. Thereafter I taught UG courses in Moti Lal Nehru College (M),University of Delhi. I completed my doctoral studies from Jamia Millia Islamia, New Delhi, India in 2001. Currently I am a Professor in the Department of Computer Science, University of Delhi, Delhi, India.
<br><br>
My broad area of interest is Data Analytics. I have worked on problems related to mining of streaming data sets, projected clustering, outlier detection, classification of imbalance data sets, classification and cluster ensembles. My current interests include nework science, social theories, time evolving graphs and text analytics.
</p><br>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==== End of About ====-->
<!--============================
= Footer =
=============================-->
<footer class="footer-main">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4><span class="alternate">Address</span></h4><br>
<a href=""><i class="fa fa-university"> </i>  Room No.107, Department of Computer Science, Faculty of Mathematical Sciences, University of Delhi, Delhi 110007, India.</a> <br> <br>
<a href="#"><i class="fa fa-phone"> </i>  +91 11 27667591 /107</a> <br> <br>
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope"> </i>  [email protected]</a><br><br><br>
                            <a href="https://dblp.uni-trier.de/pers/hd/b/Bhatnagar:Vasudha.html" target="_blank"><i class="ai ai-dblp-square ai-3x"> </i></a>
   <a href="https://scholar.google.co.in/citations?user=IlgiE24AAAAJ&hl=en" target="_blank"><i class="ai ai-google-scholar-square ai-3x"> </i></a>
   <a href="https://www.researchgate.net/profile/Vasudha_Bhatnagar" target="_blank"><i class="ai ai-researchgate-square ai-3x"> </i></a>
</div>
</div>
</div>
</footer>
<!-- Subfooter -->
<footer class="subfooter">
<div class="container">
<div class="row">
<div class="col-md-6 align-self-center">
<div class="copyright-text">
<p> © 2019 All Right Reserved</p>
</div>
</div>
<div class="col-md-6">
<a href="#" class="to-top"><i class="fa fa-angle-up"></i></a>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPTS -->
<!-- jQuey -->
<script src="plugins/jquery/jquery.js"></script>
<!-- Popper js -->
<script src="plugins/popper/popper.min.js"></script>
<!-- Bootstrap 4 -->
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- Smooth Scroll -->
<script src="plugins/smoothscroll/SmoothScroll.min.js"></script>
<!-- Isotope -->
<script src="plugins/isotope/mixitup.min.js"></script>
<!-- Magnific Popup -->
<script src="plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Slick Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<!-- SyoTimer -->
<script src="plugins/syotimer/jquery.syotimer.min.js"></script>
<!-- Google Mapl -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCC72vZw-6tGqFyRhhg5CkF2fqfILn2Tsw"></script>
<script type="text/javascript" src="plugins/google-map/gmap.js"></script>
<!-- Custom Script -->
<script src="js/custom.js"></script>
</body>
</html>