forked from stain/signposting-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (31 loc) · 1.06 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="linkset.json" rel="linkset"
/>
<title>Example datasets</title>
</head>
<body class="container">
<h1>Example datasets</h1>
<p class="lead">Example datasets for Signposting tutorial</p>
<h2>Description</h2>
<p>
This example page has been created to emulate an institutional repository of datasets.
It is part of the <a href="https://github.com/stain/signposting-tutorial">Signposting tutorial</a>.
</p>
<main class="card">
<h2 class="card-header">Datasets</h2>
<ul class="card-body">
<li>
<a href="7338056/">
Fleiss kappa for doc-2-doc relevance assessment
</a>
</li>
</ul>
</main>
</body>
</html>