-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (106 loc) · 4.19 KB
/
index.html
File metadata and controls
121 lines (106 loc) · 4.19 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
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>dataset.org</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-52589612-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-52589612-5');
</script>
<style>
p {
margin: 0px;
}
a {
font-weight: 600;
color: #777777;
}
#title {
background-color: #f0efed;
margin-bottom: -30px;
}
#title #title1 {
font-size: 3.0em;
text-align: center;
font-weight: 600;
color: #924a31;
}
#title #title2 {
font-size: 1.8em;
text-align: center;
margin-top: -5px;
color: #924a31;
}
.mainbox .boxbody {
padding: 20px;
}
.mainbox .boxbody .boxhead {
margin: 15px 0px;
}
.mainbox .boxbody .boxhead h2 {
font-size: 1.4em;
padding-bottom: 2px;
border-bottom: 2px solid #ddd;
}
</style>
</head>
<body>
<div id="title">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 id="title1">dataset.org</h1>
<hr>
</div>
</div>
</div>
</div>
<div id="main">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mainbox">
<div class="boxbody">
<div class="boxhead">
<h2></h2>
</div>
<p><a href="https://dataset.org/dream/"><b>DREAM: A Challenge Dataset and Models for Dialogue-Based Reading Comprehension</b></a></p>
<p><a href="https://dataset.org/c3/"><b>C<sup>3</sup>: Investigating Prior Knowledge for Challenging Chinese Machine Reading Comprehension</b></a></p>
<p><a href="https://dataset.org/dialogre/"><b>DialogRE: Dialogue-Based Relation Extraction</b></a></p>
<p><a href="https://dataset.org/examqa/"><b>ExamQA: Self-Teaching Machines to Read and Comprehend with Large-Scale Multi-Subject Question-Answering Data</b></a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<nav class="navbar navbar-default navbar-static-bottom footer">
<div class="container clearfix">
<div>
<ul class="nav navbar-nav navbar-right">
<li><a href="mailto:admin@dataset.org">admin@dataset.org</a></li>
</ul>
</div>
</div>
</nav>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>