-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
82 lines (76 loc) · 2.11 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
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>IDS FAIR Application Profile</title>
<script
src="https://www.w3.org/Tools/respec/respec-w3c"
class="remove"
defer
></script>
<script class="remove">
// All config options at https://respec.org/docs/
var respecConfig = {
editors: [
{ name: "Fabian Kirstein" },
{ name: "Vincent Bohlen" },
],
github: "https://github.com/public-data-space/ids-fair/",
shortName: "dahut",
xref: "web-platform",
subtitle: "Publishing FAIR Data with IDS",
branch: "master",
};
</script>
</head>
<body>
<p class="copyright">
Copyright (c) Fraunhofer
</p>
<section id="abstract">
<p>
The IDS FAIR Application Profile provides detailed guidelines how to publish FAIR data, using the IDS specifications.
</p>
</section>
<section class="informative">
<h2>Introduction</h2>
<p>Some informative introductory text.</p>
<aside class="note" title="A useful note">
<p>I'm a note!</p>
</aside>
</section>
<section>
<h2>A section</h2>
<aside class="example">
<p>This is an example.</p>
<pre class="js">
// Automatic syntax highlighting
function someJavaScript(){}
</pre>
</aside>
<section>
<h3>I'm a sub-section</h3>
</section>
</section>
<section data-dfn-for="Foo">
<h2>Start your spec!</h2>
<p>The <dfn>Foo</dfn> interface represents a {{Foo}}.</p>
<p>
The <dfn>doTheFoo()</dfn> method does the foo. Call it by running
{{Foo/doTheFoo()}}.
</p>
<ol class="algorithm">
<li>A |variable:DOMString| can be declared like this.</li>
</ol>
</section>
<section id="conformance">
<p>
This is required for specifications that contain normative material.
</p>
</section>
<section class="appendix">
<h2>Change log</h2>
<p>Recent changes to this specification from GitHub:</p>
</section>
</body>
</html>