Skip to content

Commit

Permalink
Update from internal repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kschrab committed Jan 16, 2025
1 parent 55016c3 commit e8f14f7
Show file tree
Hide file tree
Showing 20 changed files with 69 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build/json-schemes.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ async function convert(absoluteRepoPathEclipse, absoluteRepoPathExtended) {
jsonScheme.weight = startWeight + index
const markdown = await createMarkdown(jsonScheme)
if (await isDir(exportDir)) {
const jsonSchemeExportDir = path.join(exportDir, jsonScheme.id)
const jsonSchemeExportFile = path.join(jsonSchemeExportDir, '_index.md')
const jsonSchemeExportDir = exportDir
const jsonSchemeExportFile = path.join(exportDir, jsonScheme.id + '.md')
if (!await isDir(jsonSchemeExportDir)) {
fs.mkdirSync(jsonSchemeExportDir)
}
Expand Down
2 changes: 1 addition & 1 deletion config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
"""

[[workshops]]
name = "MOSAIC 101: Modelling Mobility"
name = "MOSAIC 101: Modeling Mobility"
identifier = "maintenance_car"
url = "/workshops/maintenance_car/"
weight = 1
Expand Down
4 changes: 2 additions & 2 deletions content/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ This online documentation provides detailed information for the latest release o
deviate, however, as we constantly keep this documentation in sync with the current main branch of our
[<i class="fab fa-github"></i> GitHub repository</a>](https://github.com/eclipse/mosaic).

This documentation is accompanied by our **[tutorials](/tutorials)**. Generally, it is recommended to read
This documentation is accompanied by our **[Tutorials](/tutorials)**. Generally, it is recommended to read
the documentation first, especially the sections on [How To Get Started](/docs/getting_started) and
[Simulator Overview](/docs/simulators). For external simulators like Eclipse SUMO, OMNeT++ / INET or ns-3,
the according project websites contain more exhaustive information, of course.

{{% alert info %}}
Our **[tutorials](/tutorials)** are intended for step-by-step practical learning. It should be possible to
Our **[Tutorials](/tutorials)** are intended for step-by-step practical learning. It should be possible to
start them right away without prior experience with Eclipse MOSAIC. However, for several aspects, the documentation should be
consulted at least in parallel.
{{% /alert %}}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/docs/simulators/application_mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ charging types (`AC_3_PHASE`, `AC_1_PHASE` and `DC`).
### Mapping Order

Vehicle spawners can be configured to map types to their vehicles in two ways. The
[Fixed Order Mapping](/docs/mosaic_configuration/mapping_ambassador_config/#config) produces a sequence of mapped vehicles following a
[Fixed Order Mapping](/docs/mosaic_configuration/mapping_ambassador_config) produces a sequence of mapped vehicles following a
repeating pattern (`"fixedOrder" = true`). The type with the highest weight is selected first. All subsequent
selections are done in a way that configured weights are satisfied as fast as possible.
Per default each type is determined by rolling a weighted die (`"fixedOrder" = false`). This option can be configured in
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/post/mosaic-webinar-2025-03/featured.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions content/post/mosaic-webinar-2025-03/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
title: "From Simulation to Innovation: Transforming Mobility with Eclipse MOSAIC"
categories:
- Webinar
summary:
tags: [webinar]
date: "2025-01-16T00:00:00Z"
lastMod: "2025-01-16T00:00:00Z"
featured: false
draft: false

# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
image:
placement: 2
caption: ""
focal_point: ""
preview_only: true

# Projects (optional).
# Associate this post with one or more of your projects.
# Simply enter your project's folder or file name without extension.
# E.g. `projects = ["internal-project"]` references
# `content/project/deep-learning/index.md`.
# Otherwise, set `projects = []`.
projects: []
---

**Eclipse MOSAIC is a cutting-edge simulation framework that facilitates innovation in connected and automated mobility. This multi-domain and multi-scale tool empowers you to tackle complex mobility challenges with precision and efficiency.**

Join our upcoming **free webinar on 20.03.2025 from 12:30 to 13:30** (CET / UTC+1) to learn how to tackle mobility challenges with Eclipse MOSAIC.

{{< figure src="./Webinar-Header.png" width="70%">}}

In this session, we will explore Eclipse MOSAIC, an open-source, state-of-the-art simulation framework.

Eclipse MOSAIC supports various application areas such as:
- **Development** of smart mobility applications
- **Modeling** of intelligent connected vehicles
- **Integration** of vulnerable road users to enhance public safety
- **Development** of traffic management algorithms
- **Integration** of electric vehicles and charging infrastructure
- **Virtual testing** of ADAS functions for collaborative driving

This tool is designed to revolutionize connected and automated mobility. With its multi-domain and multi-scale capabilities, Eclipse MOSAIC enables you to address complex mobility challenges effectively. You will learn how to use this framework to drive innovation in your projects and improve decision-making in the transportation sector. Don't miss this chance to discover how Eclipse MOSAIC can transform your approach to mobility!

### Participating in the webinar offers the following benefits

- **In-depth Knowledge**: Gain insights into the features and capabilities of MOSAIC through practical examples.
- **Expert Insights**: Learn from professionals with hands-on experience using MOSAIC in real-world scenarios.
- **Application Examples**: Discover how MOSAIC is applied in various fields through real-world use cases.
- **Q&A Session**: Engage in a discussion where you can ask specific questions and receive direct answers from experts.
- **Networking**: Connect with other participants and industry professionals.

### Who should attend

- **Professionals in the transportation field:** This includes experts in logistics, automotive, passenger transport, and urban planning who want to explore innovative approaches.
- **Academics, researchers, and students:** Individuals working in this field who seek to expand their scientific knowledge.
- **Those interested in simulation methods:** People who want to discover new applications and technologies in simulation.
- **Curious minds:** Individuals wondering how much knowledge can be gained through simulation without physical experimentation.

Register here: https://www.fokus.fraunhofer.de/en/akademie/trainings/eclipse-mosaic
Binary file modified content/workshops/future/images/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/workshops/maintenance_car/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The exercise introduces the concept of vehicles slowing down when encountering a
**Exercise II: Exploring Communication** \
The second exercise focuses on communication between vehicles. Participants will learn how vehicles can notify an emergency server about breakdowns, allowing other vehicles to receive important information and adjust their routes accordingly. This exercise emphasizes the importance of communication in enhancing traffic flow and safety.

**Exercise III: Impelementing Driving Behaviour** \
**Exercise III: Implementing Driving Behaviour** \
Participants will create a maintenance vehicle that responds to the breakdown, navigates through traffic, and assists in the repair.
The final exercise integrates all the knowledge gained from previous sessions, and this exercise showcases the practical application of simulation concepts in real-world scenarios.

Expand Down

0 comments on commit e8f14f7

Please sign in to comment.