-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
143 lines (128 loc) · 5.46 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="https://labimotion.github.io/">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<style>
.b-example-divider {
width: 100%;
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
flex-shrink: 0;
width: 1.5rem;
height: 100vh;
}
.bi {
vertical-align: -.125em;
fill: currentColor;
}
.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}
.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.btn-bd-primary {
--bd-violet-bg: #712cf9;
--bd-violet-rgb: 112.520718, 44.062154, 249.437846;
--bs-btn-font-weight: 600;
--bs-btn-color: var(--bs-white);
--bs-btn-bg: var(--bd-violet-bg);
--bs-btn-border-color: var(--bd-violet-bg);
--bs-btn-hover-color: var(--bs-white);
--bs-btn-hover-bg: #6528e0;
--bs-btn-hover-border-color: #6528e0;
--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
--bs-btn-active-color: var(--bs-btn-hover-color);
--bs-btn-active-bg: #5a23c8;
--bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
z-index: 1500;
}
.bd-mode-toggle .dropdown-menu .active .bi {
display: block !important;
}
</style>
</head>
<body>
<div class="container sticky-top">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom bg-light">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
<svg class="bi me-2" width="40" height="32">
<use xlink:href="#bootstrap" />
</svg>
<span class="fs-4">LabIMotion Schema</span>
</a>
<ul class="nav nav-pills">
<li class="nav-item"><a href="./index.html" class="nav-link active" aria-current="page">Home</a></li>
<li class="nav-item"><a href="https://www.chemotion-repository.net/home/genericHub" class="nav-link" target="_blank">Template Hub</a></li>
<li class="nav-item"><a href="https://www.chemotion.net/docs/labimotion" class="nav-link" target="_blank">LabIMotion Docs</a></li>
</ul>
</header>
</div>
<div class="container my-5">
<div class="p-5 text-center">
<h1 class="text-body-emphasis">LabIMotion Template Schema</h1>
<p class="col-lg-8 mx-auto lead">The LabIMotion Template Schema provide a contract for the JSON data used and
detail what properties the JSON data should have, their types, and additional constraints.</p>
</div>
</div>
<div class="container my-5">
<div class="p-5 text-center bg-body-tertiary">
<h2 class="text-body-emphasis">Schema 1.0</h2>
<h4 class="text-center text-muted">A a standardized set of metadata properties used to describe the Element, Segment, and Dataset.</h4>
<p class="col-lg-8 mx-auto lead">Released 31 January 2024. This version include:</p>
<h3 class="mt-4">Element Schema</h3>
<a href="/schema/latest/sch-element.json" target="_blank">
<button class="btn btn-outline-primary rounded-pill mt-4">View JSON Schema</button>
</a>
<h3 class="text-center mt-4">Segment Schema</h3>
<a href="/schema/latest/sch-segment.json" target="_blank">
<button class="btn btn-outline-primary rounded-pill mt-4">View JSON Schema</button>
</a>
<h3 class="text-center mt-4">Dataset Schema</h3>
<a href="/schema/latest/sch-dataset.json" target="_blank">
<button class="btn btn-outline-primary rounded-pill mt-4">View JSON Schema</button>
</a>
</div>
</div>
<div class="container my-5">
<div class="p-5 text-center">
<h3 class="text-body-emphasis">Feedback</h3>
<p class="col-lg-8 mx-auto lead">We appreciate your feedback regarding any challenges you may be facing with the
current schema or any ideas you have for improvements.</p>
<p class="col-lg-8 mx-auto lead">Please feel free to reach out through the </p>
<a href="mailto:[email protected]" style="margin-right: 10px;" class="btn btn-secondary btn-sm">
<i class="bi bi-envelope-at" style="font-size: 2rem;"></i>
</a>
<a href="https://github.com/LabIMotion/labimotion" target="_blank" style="margin-left: 10px;" class="btn btn-secondary btn-sm">
<i class="bi bi-github" style="font-size: 2rem;"></i>
</a>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>