1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+
4
+ < head >
5
+ < meta charset ="utf-8 ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
+ < link rel ="canonical " href ="https://labimotion.github.io/ ">
8
+ < link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
9
+ integrity ="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN " crossorigin ="anonymous ">
10
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@docsearch/css@3 ">
11
+ < link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/[email protected] /font/bootstrap-icons.min.css "
>
12
+ < style >
13
+ .b-example-divider {
14
+ width : 100% ;
15
+ height : 3rem ;
16
+ background-color : rgba (0 , 0 , 0 , .1 );
17
+ border : solid rgba (0 , 0 , 0 , .15 );
18
+ border-width : 1px 0 ;
19
+ box-shadow : inset 0 .5em 1.5em rgba (0 , 0 , 0 , .1 ), inset 0 .125em .5em rgba (0 , 0 , 0 , .15 );
20
+ }
21
+
22
+ .b-example-vr {
23
+ flex-shrink : 0 ;
24
+ width : 1.5rem ;
25
+ height : 100vh ;
26
+ }
27
+
28
+ .bi {
29
+ vertical-align : -.125em ;
30
+ fill : currentColor;
31
+ }
32
+
33
+ .nav-scroller {
34
+ position : relative;
35
+ z-index : 2 ;
36
+ height : 2.75rem ;
37
+ overflow-y : hidden;
38
+ }
39
+
40
+ .nav-scroller .nav {
41
+ display : flex;
42
+ flex-wrap : nowrap;
43
+ padding-bottom : 1rem ;
44
+ margin-top : -1px ;
45
+ overflow-x : auto;
46
+ text-align : center;
47
+ white-space : nowrap;
48
+ -webkit-overflow-scrolling : touch;
49
+ }
50
+
51
+ .btn-bd-primary {
52
+ --bd-violet-bg : # 712cf9 ;
53
+ --bd-violet-rgb : 112.520718 , 44.062154 , 249.437846 ;
54
+
55
+ --bs-btn-font-weight : 600 ;
56
+ --bs-btn-color : var (--bs-white );
57
+ --bs-btn-bg : var (--bd-violet-bg );
58
+ --bs-btn-border-color : var (--bd-violet-bg );
59
+ --bs-btn-hover-color : var (--bs-white );
60
+ --bs-btn-hover-bg : # 6528e0 ;
61
+ --bs-btn-hover-border-color : # 6528e0 ;
62
+ --bs-btn-focus-shadow-rgb : var (--bd-violet-rgb );
63
+ --bs-btn-active-color : var (--bs-btn-hover-color );
64
+ --bs-btn-active-bg : # 5a23c8 ;
65
+ --bs-btn-active-border-color : # 5a23c8 ;
66
+ }
67
+
68
+ .bd-mode-toggle {
69
+ z-index : 1500 ;
70
+ }
71
+
72
+ .bd-mode-toggle .dropdown-menu .active .bi {
73
+ display : block !important ;
74
+ }
75
+ </ style >
76
+ </ head >
77
+
78
+ < body >
79
+ < div class ="container sticky-top ">
80
+ < header class ="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom bg-light ">
81
+ < a href ="/ " class ="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none ">
82
+ < svg class ="bi me-2 " width ="40 " height ="32 ">
83
+ < use xlink:href ="#bootstrap " />
84
+ </ svg >
85
+ < span class ="fs-4 "> LabIMotion Schema</ span >
86
+ </ a >
87
+
88
+ < ul class ="nav nav-pills ">
89
+ < li class ="nav-item "> < a href ="./index.html " class ="nav-link active " aria-current ="page "> Home</ a > </ li >
90
+ < li class ="nav-item "> < a href ="https://www.chemotion-repository.net/home/genericHub " class ="nav-link " target ="_blank "> Template Hub</ a > </ li >
91
+ < li class ="nav-item "> < a href ="https://www.chemotion.net/docs/labimotion " class ="nav-link " target ="_blank "> LabIMotion Docs</ a > </ li >
92
+ </ ul >
93
+ </ header >
94
+ </ div >
95
+
96
+ < div class ="container my-5 ">
97
+ < div class ="p-5 text-center ">
98
+ < h1 class ="text-body-emphasis "> LabIMotion Template Schema</ h1 >
99
+ < p class ="col-lg-8 mx-auto lead "> The LabIMotion Template Schema provide a contract for the JSON data used and
100
+ detail what properties the JSON data should have, their types, and additional constraints.</ p >
101
+ </ div >
102
+ </ div >
103
+
104
+ < div class ="container my-5 ">
105
+ < div class ="p-5 text-center bg-body-tertiary ">
106
+ < h2 class ="text-body-emphasis "> Schema 1.0</ h2 >
107
+ < h4 class ="text-center text-muted "> A a standardized set of metadata properties used to describe the Element, Segment, and Dataset.</ h4 >
108
+ < p class ="col-lg-8 mx-auto lead "> Released 31 January 2024. This version include:</ p >
109
+ < h3 class ="mt-4 "> Element Schema</ h3 >
110
+ < a href ="/schema/latest/sch-element.json " target ="_blank ">
111
+ < button class ="btn btn-outline-primary rounded-pill mt-4 "> View JSON Schema</ button >
112
+ </ a >
113
+ < h3 class ="text-center mt-4 "> Segment Schema</ h3 >
114
+ < a href ="/schema/latest/sch-segment.json " target ="_blank ">
115
+ < button class ="btn btn-outline-primary rounded-pill mt-4 "> View JSON Schema</ button >
116
+ </ a >
117
+ < h3 class ="text-center mt-4 "> Dataset Schema</ h3 >
118
+ < a href ="/schema/latest/sch-dataset.json " target ="_blank ">
119
+ < button class ="btn btn-outline-primary rounded-pill mt-4 "> View JSON Schema</ button >
120
+ </ a >
121
+ </ div >
122
+ </ div >
123
+
124
+ < div class ="container my-5 ">
125
+ < div class ="p-5 text-center ">
126
+ < h3 class ="text-body-emphasis "> Feedback</ h3 >
127
+ < p class ="col-lg-8 mx-auto lead "> We appreciate your feedback regarding any challenges you may be facing with the
128
+ current schema or any ideas you have for improvements.</ p >
129
+ < p class ="col-lg-8 mx-auto lead "> Please feel free to reach out through the </ p >
130
+ < a href ="
mailto:[email protected] "
style ="
margin-right: 10px; "
class ="
btn btn-secondary btn-sm "
>
131
+ < i class ="bi bi-envelope-at " style ="font-size: 2rem; "> </ i >
132
+ </ a >
133
+ < a href ="https://github.com/LabIMotion/labimotion " target ="_blank " style ="margin-left: 10px; " class ="btn btn-secondary btn-sm ">
134
+ < i class ="bi bi-github " style ="font-size: 2rem; "> </ i >
135
+ </ a >
136
+ </ div >
137
+ </ div >
138
+ < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
139
+ integrity ="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL "
140
+ crossorigin ="anonymous "> </ script >
141
+ </ body >
142
+
143
+ </ html >
0 commit comments