-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnews.html
191 lines (182 loc) · 6.48 KB
/
news.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<title>News</title>
<link rel="shortcut icon" href="images/logo/ml-circle-small.png" />
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet" />
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg bg-light navbar-light fixed-top">
<!-- Brand/logo -->
<a class="navbar-brand" href="./index.html#">
<img
src="./images/logo/ml-circle-small.png"
alt="ml-circle"
style="height:48px;"
/>
</a>
<!-- Navigation Bar Collapse Button -->
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#collapsibleNavbar"
>
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navigation Bar Items -->
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./research/index.html">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="people.html">People</a>
</li>
<li class="nav-item">
<a class="nav-link" href="meetings.html">Meetings</a>
</li>
<li class="nav-item"><a class="nav-link" href="#">News</a></li>
<li class="nav-item">
<a class="nav-link" href="./resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./courses.html">Courses</a>
</li>
</ul>
</div>
</nav>
<!--News Section-->
<div class="container" style="margin-top:100px">
<h2 class="text-center">News</h2>
<div>
<table class="table table-hover table-striped table-condensed">
<tbody>
<tr>
<td>2:30 PM, January 28, 2019</td>
<td>
Interaction session with <b>Express Analytics</b> - U.S. based
data analytics company, which has a counterpart in India
operating in Hubli, Karnataka
</td>
</tr>
<tr>
<td>5-6 PM, October 30, 2018</td>
<td>
CSE Department Talk : Fairness and Diversity in Online Social
Systems
<a
href="news/abstracts/Fairness and Diversity in Online Social Systems.pdf"
target="_blank"
class="badge badge-primary"
>abstract</a
><br />by
<a
href="https://fas.yale.edu/book/new-ladder-faculty-2018-19/social-science/elisa-celis"
>Dr. Elisa Celis</a
>
(EPFL, Switzerland)<br />at Auditorium, IT Building
</td>
</tr>
<tr>
<td>5-6 PM, October 29, 2018</td>
<td>
CSE Department Talk : Algorithms from Physics
<a
href="news/abstracts/Algorithms from Physics.pdf"
target="_blank"
class="badge badge-primary"
>abstract</a
>
<br />
by
<a href="http://www.cs.yale.edu/homes/vishnoi/Home.html"
>Dr. Nisheeth Vishnoi</a
>
(EPFL, Switzerland) <br />
at Auditorium, IT Building
</td>
</tr>
<tr>
<td>5-6 PM, October 24, 2018</td>
<td>
CSE Department Talk : Truthful Peer Grading with Limited Effort
from Teaching Staff
<a
href="news/abstracts/Truthful Peer Grading with Limited Effort from Teaching Staff.pdf"
target="_blank"
class="badge badge-primary"
>abstract</a
>
<br />
by
<a href="https://www.cse.iitk.ac.in/users/swaprava/index.html"
>Dr. Swaprava Nath</a
>
(IIT Kanpur) <br />
at LH-1 Mining Building
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- Footer Section -->
<div class="page-footer" style="margin-top: 3em; margin-bottom: 3em;">
<div class="container-fluid">
<a id="iitgoa" href="http://www.iitgoa.ac.in/">
<table class=".p-3" style="margin: 0 auto">
<tbody>
<tr>
<td>
<!-- Brand/logo -->
<img
class="img-responsive"
src="images/logo/iitgoa.png"
alt="iitgoa"
style="height:50px;"
/>
</td>
<td> </td>
<td>
Indian Institute of Technology Goa <br />
Farmagudi, Ponda, Goa 403401
</td>
</tr>
</tbody>
</table>
</a>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
</body>
</html>