Skip to content

Commit 3eefd9d

Browse files
authored
Add links to layered standards (#688)
fixes #686
1 parent 8dd2b1d commit 3eefd9d

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

content/_index.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,45 @@ <h1 class="mb-4">The leading standard to exchange dynamic simulation models</h1>
109109
</div>
110110
</div>
111111

112+
<div class="container mx-auto pb-3 mb-3 mb-md-5 text-md-center">
113+
114+
<div class="masthead-followup-icon d-inline-block mb-3">
115+
<i class="fa-solid fa-layer-group" style="font-size: 50px;"></i>
116+
</div>
117+
118+
<h2 class="display-5 mb-3 fw-semibold lh-sm">Layered Standards</h2>
119+
120+
<p class="lead fw-normal">
121+
The following <a href="https://fmi-standard.org/docs/3.0.2/#VersioningLayered">Layered Standards</a> based on FMI are currently under development.
122+
</p>
123+
124+
<div class="d-flex justify-content-center mb-3">
125+
<div class="text-start fs-5">
126+
<ul style="list-style-type: none; padding: 0;">
127+
<li>
128+
<a href="https://github.com/modelica/fmi-ls-xcp">XCP</a> — information for calibration and measurement <small class="ms-1 px-2 py-1 text-success-emphasis bg-success-subtle border border-success-subtle rounded-2">released</small>
129+
</li>
130+
<li>
131+
<a href="https://github.com/modelica/fmi-ls-bus">BUS</a> — mapping of variables to buses
132+
</li>
133+
<li>
134+
<a href="https://github.com/modelica/fmi-ls-struct">Struct</a> — semantic grouping of variables
135+
</li>
136+
<li>
137+
<a href="https://github.com/modelica/fmi-ls-ref">REF</a> — stimuli and reference results
138+
</li>
139+
</ul>
140+
</div>
141+
</div>
142+
143+
</div>
144+
112145
<div class="container text-md-center mb-5">
113146

147+
<div class="masthead-followup-icon d-inline-block mb-3">
148+
<i class="fa-solid fa-rocket" style="font-size: 50px;"></i>
149+
</div>
150+
114151
<div class="col-lg-8 mx-auto mb-5 text-md-center">
115152
<h2 class="display-5 mb-3 fw-semibold lh-sm">Getting started</h2>
116153
<p class="lead fw-normal">
@@ -127,6 +164,10 @@ <h2 class="display-5 mb-3 fw-semibold lh-sm">Getting started</h2>
127164

128165
<div class="container text-md-center" style="margin-top: 100px; margin-bottom: 100px;">
129166

167+
<div class="masthead-followup-icon d-inline-block mb-3">
168+
<i class="fa-solid fa-hammer" style="font-size: 50px;"></i>
169+
</div>
170+
130171
<div class="col-lg-8 mx-auto mb-5 text-md-center">
131172
<h2 class="display-5 mb-3 fw-semibold lh-sm">Implement the FMI</h2>
132173
<p class="lead fw-normal">

0 commit comments

Comments
 (0)