-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsemantics.html
67 lines (58 loc) · 2.2 KB
/
semantics.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
<!DOCTYPE html>
<head>
<title>Catena-X Dependency Management</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta http-equiv="content-language" content="de" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./css/reset.css" rel="stylesheet" type="text/css" />
<link href="./css/style.css" rel="stylesheet" type="text/css" />
<link href="./css/popup.css" rel="stylesheet" type="text/css" />
<link href="./charts/chord/style.css" rel="stylesheet" type="text/css" />
<link href="./css/dashboard.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="./javascript/ext.libraries/jQuery-3.7.1.min.js"></script>
<script type="text/javascript" src="./charts/chord/semantics.js"></script>
</head>
<body>
<div id="styl42dn"></div>
<div id="menu944xy">
<tabview>
<tab class="selected">
<a class="main gh" href="https://github.com/jSchuetz88/cx-dependencies"></a>
</tab>
<tab>
<a class="main icon1" href="./">Standards</a>
</tab>
<tab class="selected">
<a class="main icon1" href="./semantics.html">Semantics</a>
</tab>
<tab>
<a class="main icon1" href="./kits.html">KITs</a>
</tab>
</tabview>
<img class="logo" src="./images/logo.svg" />
</div>
<div id="content">
<h1>Release: Jupiter (Preview) - Semantics</h1>
<div style="display: grid;grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% ;grid-template-rows: 110px 110px 110px 110px 110px 110px 110px 110px; margin: 0 auto; width: 1760px;">
<div class="item" style="margin: 4px 4px 4px 0; grid-column-start: 1; grid-column-end: 6; grid-row-start: 1; grid-row-end: 10;">
<table id="sem_xxx_944">
<thead>
<th>Identfier</th>
<th>Type</th>
<th>Status</th>
<th>Used in</th>
</thead>
<tbody></tbody>
</table>
</div>
<div class="item c1" style="margin: 4px 4px 4px 0; grid-column-start: 6; grid-column-end: 8; grid-row-start: 1; grid-row-end: 10;">
<h1>Notes:</h1>
<ul>
<li>Currently, shared models are not included.</li>
<li>Last Sync with <i>sldt-semantic-models</i> on <i>July, 30th 2024</i> </li>
</ul>
</div>
</div>
</div>
</body>
</html>