-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (72 loc) · 2.95 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
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta charset="UTF-8">
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<script src='https://www.w3.org/Tools/respec/respec-w3c' async class='remove'></script>
<script class="remove" src="https://cdn.jsdelivr.net/gh/digitalbazaar/[email protected]/dist/main.js"></script>
<script class='remove'>
// All config options at https://respec.org/docs/
var respecConfig = {
// Working Groups ids at https://respec.org/w3c/groups/
group: null,
specStatus: "base",
isPreview: false,
doJsonLd: true,
historyURI: null,
historyURL: '',
thisVersion: "https://bmdsoftware.github.io/epnd-imaging-dataset-model/",
latestVersion: "https://bmdsoftware.github.io/epnd-imaging-dataset-model/",
editors: [{
name: "Tibério Baptista",
url: "https://www.bmd-software.com/",
company: "BMD Software",
companyURL: "https://www.bmd-software.com/",
}, {
name: "Luís Bastião Silva",
url: "https://www.bmd-software.com/",
company: "BMD Software",
companyURL: "https://www.bmd-software.com/",
}, {
name: "José Luis Oliveira",
url: "https://www.bmd-software.com/",
company: "BMD Software",
companyURL: "https://www.bmd-software.com/",
}],
additionalCopyrightHolders: "BMD Software",
copyrightStart: "2023",
maxTocLevel: 2,
github: {
branch: "main",
repoURL: "BMDSoftware/epnd-imaging-dataset-model",
},
// See https://respec.org/docs/#xref for usage.
xref: "web-platform",
};
var organisationConfig = {
preProcess: [window.respecMermaid.createFigures],
}
</script>
<style>
figure div table, figure div table tr, figure div table td, figure div table th {
border:1px solid black;
border-collapse: collapse;
}
</style>
</head>
<body>
<h1 id="title">EPND - Imaging Dataset Model v1.0</h1>
<section id="abstract" data-include-format="markdown" data-include="sections/abstract.md"></section>
<section id="sotd" data-include-format="markdown" data-include="sections/sotd.md"></section>
<section id="1-dcat" data-include-format="markdown" data-include="sections/1-dcatVocabulary.md"></section>
<section id="2-dev" data-include-format="markdown" data-include="sections/2-datasetDevelopment.md"></section>
<section id="3-model" data-include-format="markdown" data-include="sections/3-imagingDatasetModel.md"></section>
<section id='conformance'>
<!-- This section is filled automatically by ReSpec. -->
</section>
<p class="copyright"></p>
</body>
</html>