-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (53 loc) · 2.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>IIIT Hyderabad - CSE474: Information Retrieval And Extraction Course</title>
<!-- bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<!-- Google fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="header">
<a href="http://search.iiit.ac.in/">
<img src="https://search.iiit.ac.in/uploads/acquia_marina_logo.png" style="height:50px; float: left; margin-left: 20px;">
</a>
<a href="index.html">
<h1>CSE474: Information Retrieval and Extraction Course | Monsoon 2017</h1>
</a>
<div style="clear:both;"></div>
</div>
<div class="sechighlight">
<div class="container sec">
<h2>Reports for 2017</h2>
</div>
</div>
<div class="container sec">
<table class="table">
<tr class="active">
<th>Project Name</th><th>Authors</th>
</tr>
<tr>
<td> <a href="reports/aja2015.pdf"> Abstractive Sentence Summarization with Attentive Deep Recurrent Neural Networks</a> </td> <td> Alex Alifimoff</td>
</tr>
<tr>
<td> <a href="reports/allenh.pdf"> Deep Learning for Music</a> </td> <td> Allen Huang/ Raymond Wu</td>
</tr>
<tr>
<td> <a href="reports/christianfong.pdf"> Identifying Delegation in Congressional Bills</a> </td> <td> Christian Fong</td>
</tr>
<tr>
<td> <a href="reports/MisraBasak.pdf">Political Bias Analysis</a> </td> <td> Arkajyoti Misra / Sanjib Basak</td>
</tr>
</table>
</div>
<!-- jQuery and Boostrap -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>