-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (25 loc) · 983 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<script>
function jumpTo(config) {
let element = document.getElementById(location.pathname.substr(location.pathname.lastIndexOf("/")+1));
if(element !== null && typeof element !== "undefined")
element.scrollIntoView(true)
}
</script>
<script type="text/javascript" src='https://www.w3.org/Tools/respec/respec-w3c' async class='remove'></script>
<script class='remove'>
var module = {}
</script>
<script type="text/javascript" src='config.js' class='remove'>
</script>
<title>siard.link: Mapping SIARD to RDF</title>
</head>
<body>
<h1 id='title'> siard.link: Mapping SIARD to RDF</h1>
<section id='abstract' data-include-format="markdown" data-include="./documentation/abstract.md"></section>
<section id='core' data-include-format="markdown" data-include="./documentation/MappingSIARDtoSIARDRDF.md"></section>
</body>
</html>