Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add details to workshop documentation #49

Merged
merged 3 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
86 changes: 73 additions & 13 deletions docs/workshops/index.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,87 @@
# Workshop presentation archive

The following list contains results and work products from past ELISA workshops and meetings, conducted over several years.

**Please note:**

* This workshop content should not be relied upon as definitive or final guidance from ELISA or the authors.
* Due to the evolving nature of technology and our understanding of it, the accuracy and relevance of these results may change over time. The content provided should therefore be considered draft or provisional, and users are advised to exercise caution and verify the information independently.
* This is not peer-reviewed content and it is intended only as a historical record of outcomes and discussions, to provide context for current ELISA activities.
* Any decisions or actions based on the information in the workshop content should be made with careful consideration and further investigation as necessary.

## June 2024 (Lund)

| Title | Presenter(s) |
| ----- | ------------ |
| [Overall engineering approach to safety with systems involving Linux](2024-06-Lund/Overall-engineering-approach-to-safety-with-systems-involving-Linux.pdf) | Paul Albertella, Igor Stoppa |
| Title | Presenter(s) | Last revisited |
| ----- | ------------ | -------------- |
| [Overall engineering approach to safety with systems involving Linux](2024-06-Lund/Overall-engineering-approach-to-safety-with-systems-involving-Linux.pdf) | Paul Albertella, Igor Stoppa | 2024-11-13 |

## October 2023 (Munich)

| Title | Presenter(s) |
| ----- | ------------ |
| [A Systematic Approach to Using the Linux Kernel in a Safety Scenario](2023-10-Munich/A-Systematic-Approach-to-Using-the-Linux-Kernel-in-a-Safety-Scenario.pdf) | Igor Stoppa |
| [Update on Planned Processes for Safety Analysis and Documentation of Results](2023-10-Munich/Update-on-Planned-Processes-for-Safety-Analysis-and-Documentation-of-Results.pdf) | Paul Albertella |
| Title | Presenter(s) | Last revisited |
| ----- | ------------ | -------------- |
| [A Systematic Approach to Using the Linux Kernel in a Safety Scenario](2023-10-Munich/A-Systematic-Approach-to-Using-the-Linux-Kernel-in-a-Safety-Scenario.pdf) | Igor Stoppa | 2024-11-13 |
| [Update on Planned Processes for Safety Analysis and Documentation of Results](2023-10-Munich/Update-on-Planned-Processes-for-Safety-Analysis-and-Documentation-of-Results.pdf) | Paul Albertella | 2024-11-13 |

## June 2023 (Berlin)

| Title | Presenter(s) |
| ----- | ------------ |
| [Safety Analysis Approach](2023-06-Berlin/Safety-Analysis-Approach.pdf) | Paul Albertella |
| Title | Presenter(s) | Last revisited |
| ----- | ------------ | -------------- |
| [Safety Analysis Approach](2023-06-Berlin/Safety-Analysis-Approach.pdf) | Paul Albertella | 2024-11-13 |
| [Reproducible Multi Element System Composition with Linux, Xen & Zephyr](2023-06-Berlin/ELISA_Berlin_Workshop_2023-OSS_NA_ELISA_Systems-WG.pdf) | Philipp Ahmann | 2024-11-14 |

## September 2022 (Virtual)

| Title | Presenter(s) | Last revisited |
| ----- | ------------ | -------------- |
| [Automotive WG Update - Tell tales an evolution use case towards driver assistance](2022-09-Virtual/2022-09-07_ELISA_Virtual_Summit_Automotive-WG_Update.pdf) | Philipp Ahmann | 2024-11-14 |
| [~~Systems WG - Status and Roadmap~~](2022-09-Virtual/2022-09-07_ELISA_Virtual_Summit_Automotive-WG_Update.pdf) | Philipp Ahmann | 2024-11-14 outdated |
reiterative marked this conversation as resolved.
Show resolved Hide resolved

[YouTube recordings](https://www.youtube.com/playlist?list=PLuDNrzTpK8zpi0wloINTrg_MXD82S2VYp)

## November 2021 (Virtual)

| Title | Presenter(s) |
| ----- | ------------ |
| [Certification using the New Approach to Safety](2021-11-Virtual/Certification-using-the-New-Approach-to-Safety.pdf) | Paul Albertella |
| Title | Presenter(s) | Last revisited |
| ----- | ------------ | -------------- |
| [Certification using the New Approach to Safety](2021-11-Virtual/Certification-using-the-New-Approach-to-Safety.pdf) | Paul Albertella | 2024-11-13 |

[YouTube recordings](https://www.youtube.com/playlist?list=PLuDNrzTpK8zr2Vlx_z5WJZKM3nZ3TS9g8)

---

## Additional workshops

- April 2022 (Virtual)
[YouTube recordings](https://www.youtube.com/playlist?list=PLuDNrzTpK8zplE90pYWqR0GIfzDmRePnp)
- May 2021 (Virtual)
[YouTube recordings](https://www.youtube.com/playlist?list=PLuDNrzTpK8zqeFPcWBLDvWfuo_fjT7ege)
- February 2021 (Virtual)
- September 2020 (Virtual)
- May 2020 (Virtual)
- January 2020 (Brussels)
- September 2019 (Cambridge)
- June 2019 (Munich)

---

## Revisiting criteria

[//]: # "We should put this section into another more formal place,
as it applies also to other material."

When content is contributed and added to the knowledge base, the following aspects should be considered.

- Technical review of presentations to check for factual inaccuracies
- Check that links included in the presentations are still accessible
- Identify any other serious issues with the presentation content

As there can be a delay in uploading content to the knowledge base, the following aspect
should be considered if material is not uploaded in a timely manner after actual presentation.

- Check with the author if they would like to make changes to address
any issues we find



Note: So far this is just a drafting idea under discussion and not enforced.
It should basically help as a guidance. In case you spot anything in the material
which need to be commented or updated, please raise an GitHub issue or PR.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ markdown_extensions:
- attr_list
- pymdownx.pathconverter:
absolute: true
- pymdownx.tilde

nav:
- ELISA: https://elisa.tech/
Expand Down