-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathsolution.html
More file actions
57 lines (44 loc) · 1.47 KB
/
solution.html
File metadata and controls
57 lines (44 loc) · 1.47 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
<!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/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link
href="https://w3id.org/signposting-tutorial/stain"
rel="cite-as" />
<link
href="https://schema.org/DataCatalog"
rel="type" />
<!-- Moved to linkset.json for scalability
<link href="7338056/"
rel="item"
type="text/html" />
-->
<!-- More Signposting can be found in this linkset -->
<link href="linkset.json"
rel="linkset"
type="application/linkset+json" />
<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>