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 links to talk & article #21

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Add 'other publications' section in documentation overview
Signed-off-by: Thomas Frank <thomas.frank@esrlabs.com>
ThoFrank committed Nov 18, 2024
commit cecddbefe165bad804af393f03c1271763389d47
10 changes: 10 additions & 0 deletions doc/github_pages/index.html
Original file line number Diff line number Diff line change
@@ -13,5 +13,15 @@ <h3>Coverage reports</h3>
<li><a href="code_coverage_url">Code coverage report</a></li>
<li><a href="api_doc_coverage_url">API doc coverage report</a></li>
</ul>

<h1>Other Publications</h1>
<p>
<a href="https://www.youtube.com/watch?v=9zlya-cdrgo">Eclipse OpenBSW - A fresh view on Automotive Microcontroller Software - OCX 2024</a>
- Conference Talk
</p>
<p>
<a href="https://medium.com/@ESRLabs/openbsw-a-code-first-software-platform-for-automotive-microcontrollers-609d3406cf0d">OpenBSW: A Code-first Software Platform for Automotive Microcontrollers</a>
- Blog Post on Medium
</p>
</body>
</html>