Skip to content

Commit

Permalink
Merge branch 'main' into advisory-board-logos
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer authored Dec 11, 2024
2 parents 3f5e180 + 9254aac commit bf89db3
Show file tree
Hide file tree
Showing 76 changed files with 17,861 additions and 127 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Example:
}
```

The optional logo must be added to `/assets/images` as a PNG or SVG.
The optional logo must be added to `/assets/images/logos` as a PNG or SVG.
By submitting a logo the committer agrees that the logo is dispayed on the tools page.

### Tool Description
Expand Down
53 changes: 49 additions & 4 deletions content/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,16 @@ <h1 class="mb-4">The leading standard to exchange dynamic simulation models</h1>
</button>

<div class="btn-group btn-group-lg">
<a class="btn btn-outline-primary text-nowrap" href="https://github.com/modelica/fmi-standard/releases/download/v3.0.1/FMI-Standard-3.0.1.zip"><i class="fa-solid fa-file-zipper me-2"></i>Complete Package 3.0.1</a>
<a class="btn btn-outline-primary text-nowrap" href="https://github.com/modelica/fmi-standard/releases/download/v3.0.2/FMI-Standard-3.0.2.zip"><i class="fa-solid fa-file-zipper me-2"></i>Complete Package 3.0.2</a>
<button type="button" class="btn btn-outline-primary dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-expanded="false">
<span class="visually-hidden">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://github.com/modelica/fmi-standard/releases/download/v3.0.2/FMI-Standard-3.0.2.zip"><i class="fa-solid fa-file-zipper me-2"></i>Complete Package 3.0.2</a></li>
<li><a class="dropdown-item" href="https://github.com/modelica/fmi-standard/releases/download/v3.0.1/FMI-Standard-3.0.1.zip"><i class="fa-solid fa-file-zipper me-2"></i>Complete Package 3.0.1</a></li>
<li><a class="dropdown-item" href="https://github.com/modelica/fmi-standard/releases/download/v3.0/FMI-Standard-3.0.zip"><i class="fa-solid fa-file-zipper me-2"></i>Complete Package 3.0</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="https://github.com/modelica/fmi-standard/releases/download/v2.0.5/FMI-Standard-2.0.5.zip"><i class="fa-solid fa-file-zipper me-2"></i>Complete Package 2.0.5</a></li>
<li><a class="dropdown-item" href="https://github.com/modelica/fmi-standard/releases/download/v2.0.4/FMI-Standard-2.0.4.zip"><i class="fa-solid fa-file-zipper me-2"></i>Complete Package 2.0.4</a></li>
<li><a class="dropdown-item" href="https://github.com/modelica/fmi-standard/releases/download/v2.0.3/FMI-Standard-2.0.3.zip"><i class="fa-solid fa-file-zipper me-2"></i>Complete Package 2.0.3</a></li>
<li><a class="dropdown-item" href="https://github.com/modelica/fmi-standard/releases/download/v2.0.2/FMI-Standard-2.0.2.zip"><i class="fa-solid fa-file-zipper me-2"></i>Complete Package 2.0.2</a></li>
Expand All @@ -85,14 +87,16 @@ <h1 class="mb-4">The leading standard to exchange dynamic simulation models</h1>
</div>

<div class="btn-group btn-group-lg">
<a class="btn btn-outline-primary text-nowrap" href="/docs/3.0.1/"><i class="fa-solid fa-file-lines me-2"></i>Specification 3.0.1</a>
<a class="btn btn-outline-primary text-nowrap" href="/docs/3.0.2/"><i class="fa-solid fa-file-lines me-2"></i>Specification 3.0.2</a>
<button type="button" class="btn btn-outline-primary dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-expanded="false">
<span class="visually-hidden">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/docs/3.0.2/"><i class="fa-solid fa-file-lines me-2"></i>Specification 3.0.2</a></li>
<li><a class="dropdown-item" href="/docs/3.0.1/"><i class="fa-solid fa-file-lines me-2"></i>Specification 3.0.1</a></li>
<li><a class="dropdown-item" href="/docs/3.0/"><i class="fa-solid fa-file-lines me-2"></i>Specification 3.0</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="https://github.com/modelica/fmi-standard/releases/download/v2.0.5/FMI-Specification-2.0.5.pdf"><i class="fa-solid fa-file-lines me-2"></i>Specification 2.0.5</a></li>
<li><a class="dropdown-item" href="https://github.com/modelica/fmi-standard/releases/download/v2.0.4/FMI-Specification-2.0.4.pdf"><i class="fa-solid fa-file-lines me-2"></i>Specification 2.0.4</a></li>
<li><a class="dropdown-item" href="https://github.com/modelica/fmi-standard/releases/download/v2.0.3/FMI-Specification-2.0.3.pdf"><i class="fa-solid fa-file-lines me-2"></i>Specification 2.0.3</a></li>
<li><a class="dropdown-item" href="https://github.com/modelica/fmi-standard/releases/download/v2.0.2/FMI-Specification-2.0.2.pdf"><i class="fa-solid fa-file-lines me-2"></i>Specification 2.0.2</a></li>
Expand All @@ -114,8 +118,45 @@ <h1 class="mb-4">The leading standard to exchange dynamic simulation models</h1>
</div>
</div>

<div class="container text-md-center mb-5">
<div class="container mx-auto pb-3 mb-3 mb-md-5 text-md-center">

<div class="masthead-followup-icon d-inline-block mb-3">
<i class="fa-solid fa-layer-group" style="font-size: 50px;"></i>
</div>

<h2 class="display-5 mb-3 fw-semibold lh-sm">Layered Standards</h2>

<p class="lead fw-normal">
The following <a href="https://fmi-standard.org/docs/3.0.2/#VersioningLayered">Layered Standards</a> based on FMI are currently under development.
</p>

<div class="d-flex justify-content-center mb-3">
<div class="text-start fs-5">
<ul style="list-style-type: none; padding: 0;">
<li>
<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>
</li>
<li>
<a href="https://github.com/modelica/fmi-ls-bus">BUS</a> — mapping of variables to buses
</li>
<li>
<a href="https://github.com/modelica/fmi-ls-struct">Struct</a> — semantic grouping of variables
</li>
<li>
<a href="https://github.com/modelica/fmi-ls-ref">REF</a> — stimuli and reference results
</li>
</ul>
</div>
</div>

</div>

<div class="container text-md-center mb-5">

<div class="masthead-followup-icon d-inline-block mb-3">
<i class="fa-solid fa-rocket" style="font-size: 50px;"></i>
</div>

<div class="col-lg-8 mx-auto mb-5 text-md-center">
<h2 class="display-5 mb-3 fw-semibold lh-sm">Getting started</h2>
<p class="lead fw-normal">
Expand All @@ -131,7 +172,11 @@ <h2 class="display-5 mb-3 fw-semibold lh-sm">Getting started</h2>
</div>

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


<div class="masthead-followup-icon d-inline-block mb-3">
<i class="fa-solid fa-hammer" style="font-size: 50px;"></i>
</div>

<div class="col-lg-8 mx-auto mb-5 text-md-center">
<h2 class="display-5 mb-3 fw-semibold lh-sm">Implement the FMI</h2>
<p class="lead fw-normal">
Expand Down
2 changes: 1 addition & 1 deletion content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AVL List, BOSCH, Dassault Systemes, dSPACE, ESI Group, Maplesoft, Modelon, PMSF,
Aarhus University, ABB, Altair, Akkodis, AMEPERE, Ansys, Augsburg University, Beckhoff, Boeing, Danfoss, DLR, EKS INTEC, ETAS, Fraunhofer IEM, IAV, ITK Engineering, iVH, JuliaComputing, LTX, MachineWare, Renault, Saab Group, Virtual Vehicle Research, Wolfram MathCore AB, TLK Thermo, tracetronic, TU Dresden _and all Steering Committee Members_

**Members of the Advisory Committee:**
AIRBUS, blue automation, Claytex, COMSOL, Fraunhofer (IIS/EAS First, SCAI), GM Motorsports, KEB Automation, NVIDIA, Knorr-Bremse Rail Vehicle Systems, MathWorks, Open Modelica Consortium, Samares Engineering, University of Halle, Volkswagen, Volvo Autonomous Solutions, VTI, _and all Contributing and Steering Committee Members_
AIRBUS, blue automation, Claytex, COMSOL, Fraunhofer (IIS/EAS First, SCAI), GM Motorsports, KEB Automation, LBL, NVIDIA, Knorr-Bremse Rail Vehicle Systems, MathWorks, Open Modelica Consortium, Samares Engineering, University of Halle, Volkswagen, Volvo Autonomous Solutions, VTI, _and all Contributing and Steering Committee Members_

## How to contribute to the development of the FMI standard

Expand Down
4 changes: 4 additions & 0 deletions content/literature.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title: Literature

## FMI Related Publications

### ASAM International Conference 2024

* The functional mock-up interface (FMI), layered standards and ASAM standards - Enabling seamless SiL simulation of V-ECUs [(Slides)](/assets/literature/FMI-LS-ASAM_2024.pdf)

### Colloquium for Martin Otter June 28 2024 - 25 years chairing the Modelica Association

* [FMI - Status and outlook](/assets/literature/2024-05-28_FMI_Status_Outlook_Colloquium_Martin_Otter.pdf)
Expand Down
13 changes: 13 additions & 0 deletions content/news/2024-11-20-fmi-2.0.5-rc.2-and-3.0.1-rc.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 2nd Release Candidates for FMI 2.0.5 and 3.0.2 are ready for review
date: 2024-11-20
---

# 2nd Release Candidates for FMI 2.0.5 and 3.0.2 are ready for review

The second candidates for the maintenance releases [FMI 2.0.5](https://github.com/modelica/fmi-standard/releases/tag/v2.0.5-rc.2) and [FMI 3.0.2](https://github.com/modelica/fmi-standard/releases/tag/v3.0.2-rc.2) are ready for final review.

The inspection period will last until November 26.
In the last week of the inspection period, only editorial or typographic changes are allowed.
In case of findings, please open an issue on https://github.com/modelica/fmi-standard.
If there are no blockers detected, the FMI Project will release FMI 2.0.5 and FMI 3.0.2 afterwards.
14 changes: 14 additions & 0 deletions content/news/2024-11-27-fmi-2.0.5-and-3.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: FMI 2.0.5 and FMI 3.0.2 released
date: 2024-11-27
---

# FMI 2.0.5 and FMI 3.0.2 released

The FMI Project and the Modelica Association are happy to announce the release of FMI 2.0.5 and FMI 3.0.2.
Both are maintenance releases with clarifications and bugfixes and no new features compared to FMI 2.0.4 and FMI 3.0.1 respectively.
FMUs created according to FMI 3.0.2 are valid FMUs according to FMI 3.0 and FMI 3.0.1 and vice versa.

All releases are available on [fmi-standard.org](https://fmi-standard.org).

For a detailed list of changes see the releases [v2.0.5](https://github.com/modelica/fmi-standard/releases/tag/v2.0.5) and [v3.0.2](https://github.com/modelica/fmi-standard/releases/tag/v3.0.2) on GitHub.
13 changes: 13 additions & 0 deletions content/news/2024-12-03-FMI-LS-XCP-v1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: FMI Layered Standard XCP (FMI-LS-XCP) v1.0.0 released
date: 2024-12-03
---

# FMI Layered Standard for XCP (FMI-LS-XCP) v1.0.0 released

The FMI Project is happy to announce the release of the first layered standard on top of the FMI Standard developed by the FMI Project.

Layered standards are exentions to the core FMI standard for special applications.
FMI-LS-XCP defines support of the XCP or "Universal Measurement and Calibration Protocol", a network protocol defined by [ASAM](https://www.asam.net/).

The release [v1.0.0](https://github.com/modelica/fmi-ls-xcp/releases) is available on Github.
23 changes: 23 additions & 0 deletions static/assets/images/logos/Akkodis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 86 additions & 0 deletions static/assets/images/logos/fmi4c.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bf89db3

Please sign in to comment.