Skip to content

Commit

Permalink
summit training day announcement (#376)
Browse files Browse the repository at this point in the history
* training day registration and session information
---------

Signed-off-by: Birgit Brecknell <b@brck.nl>

Co-authored-by: June Andronick <june@sel4.systems>
Co-authored-by: Ivan Velickovic <10481259+Ivan-Velickovic@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent e5df88f commit 35fd005
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 20 deletions.
95 changes: 82 additions & 13 deletions Foundation/Summit/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ <h4>
<ul>
<!--li><a href="#summit-important-dates">Important Dates</a></li-->
<li><a href="#summit-about">About</a></li>
<li><a href="#summit-registration">Register for summit</a></li>
<li><a href="#summit-registration">Registration</a></li>
<li><a href="#summit-location">Location & Venue</a></li>
<li><a href="#summit-cfp">Submissions and Call for Presentations</a></li>
<li><a href="#summit-program">Program & Abstracts</a></li>
<li><a href="#summit-keynote-speakers">Keynote Speakers</a></li>
<!-- li><a href="#summit-panellists">Panellists</a></li>-->
<li><a class="highlight" href="#summit-program">Latest news: Program & Abstracts</a></li>
<!--li><a href="#summit-keynote-speakers">Keynote Speakers</a></li>
<li><a href="#summit-panellists">Panellists</a></li-->
<li><a class="highlight" href="#summit-training-day">Latest news: Training day @ UNSW</a></li>
<li><a href="#summit-pc">Program Committee</a></li>
<li><a href="#summit-sponsors">Sponsors</a></li>
<li><a href="#summit-contact">Contact</a></li>
Expand Down Expand Up @@ -112,6 +111,14 @@ <h3 id="summit-location">
</p>
</div>

<div class="summit_div">
<h3 id="summit-cfp">
Submissions and Call for Presentations
</h3>
<p>
Share your seL4 work, experience and thoughts at the seL4 summit 2024 in Sydney by submitting a presentation proposal by <s>22 April 2024</s> 29 April 2024. Find all the submission information in the <a href="cfp">Call for Presentations</a>.
</p>
</div>

<div class="summit_div">
<h3 id="summit-program">
Expand All @@ -127,15 +134,6 @@ <h3 id="summit-program">
</div>


<div class="summit_div">
<h3 id="summit-cfp">
Submissions and Call for Presentations
</h3>
<p>
Share your seL4 work, experience and thoughts at the seL4 summit 2024 in Sydney by submitting a presentation proposal by <s>22 April 2024</s> 29 April 2024. Find all the submission information in the <a href="cfp">Call for Presentations</a>.
</p>
</div>

<div class="summit_div">
<h3 id="summit-keynote-speakers">
Keynote Speakers
Expand Down Expand Up @@ -175,6 +173,77 @@ <h3 id="summit-keynote-speakers">
</div>


<div class="summit_div">
<h3 id="summit-training-day">
Training day @ UNSW
</h3>
<p>
18 October 2024
</p>
<p>
<a href="https://www.learningenvironments.unsw.edu.au/physical-spaces/electrical-engineering-bldg/k-g17-g10-electrical-engineering-g10">Room G10 in the Electrical Engineering Building</a>
</p>
<h4 style="padding-top:10px">Registration for training day</h4>
<p>
<a href="https://form.jotform.com/242312058251850">Register for the LionsOS, Rust or both tutorials</a>
</p>
<p>
Training day @ UNSW is free, but please register by <span class="highlight"> 15 September 2024</span> so that we can account for numbers. Lunch is not included but there are plenty of <a href="https://www.estate.unsw.edu.au/food-retail/explore">coffee and food outlets</a> on campus.
</p>
<div id="a-lions" style="padding-top:20px">
<h4>Using LionsOS</h4>
<p>
<span class="summit-abstract-presenter">Ivan Velickovic</span>,
<span class="summit-abstract-affiliation">UNSW Sydney</span>
</p>
<p>
10:00 - 12:30
</p>
<p>
LionsOS is a new Operating Systems developed at Trustworthy Systems aimed at embedded, IoT, and cyberphysical systems. LionsOS is based on the seL4 Microkit and is desgined to formally verifiable, performant, and adaptable to a wide class of use-cases.
</p>
<p>
LionsOS, by design, is not a conventional OS and hence it may be overwhelming for users who want to get started and are not familiar with the ideas and goals of LionsOS.
</p>
<p>
This hands-on tutorial aims to ease people into creating a LionsOS-based system. We will be using the components and tools provided by LionsOS to, step-by-step, transform a minimal boilerplate system to a functional system involving various drivers, virtual machines and other components.
</p>
<p>
See the training in the <a href="program#p-lions">program</a>.
</p>
<p>What to bring:</p>
<ul>
<li>Your own laptop</li>
</ul>
</div>
<div id="a-rust" style="padding-top:20px">
<h4>Using Rust in seL4 Userspace</h4>
<p>
<span class="summit-abstract-presenter">Nick Spinale</span>,
<span class="summit-abstract-affiliation">Colias Group, LLC</span>
</p>
<p>
14:00 - 16:30
</p>
<p>
<a href="https://www.rust-lang.org/">
<img src="../../../images/rust-logo-blk.svg"
style="width: 20%; padding-left:10px; float:right"
alt="Rust logo" />
</a>
Rust has been an officially supported language for use in seL4 userspace since last year's summit. In this workshop, participants will be led through a tutorial that demonstrates how to leverage Rust and its ecosystem to rapidly build memory-safe components for seL4-based systems. This tutorial will cover a range of scenarios, including <a href="https://docs.sel4.systems/projects/microkit/">Microkit</a> protection domains as well as building on seL4 directly.
</p>
<p>
See the training in the <a href="program#p-rust">program</a>.
</p>
<p>What to bring:</p>
<ul>
<li>Your own laptop with <a href="https://www.docker.com/">Docker</a> installed.</li>
</ul>
</div>
</div>


<div class="summit_div">
<h3 id="summit-pc">
Program Committee
Expand Down
14 changes: 7 additions & 7 deletions Foundation/Summit/2024/program.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,18 +354,18 @@ <h4>Summit</h4>
</td>
</tr>
<tr>
<th colspan="3">Day 4&emsp;18 October 2024&emsp;Training day @UNSW (TBC)&emsp;</th>
<th colspan="3">Day 4&emsp;18 October 2024&emsp;Training day @ UNSW (TBC)&emsp;</th>
</tr>
<tr>
<td></td>
<tr id="p-lions">
<td>10:00 - 12:30</td>
<td>Training</td>
<td>Using Lions OS<br><span class="summit-abstract-presenter">Ivan Velickovic</span>,
<td><a href="index#a-lions">Using LionsOS</a><br><span class="summit-abstract-presenter">Ivan Velickovic</span>,
<span class="summit-abstract-affiliation">UNSW Sydney</span>
</tr>
<tr>
<td></td>
<tr id="p-rust">
<td>14:00 - 16:30</td>
<td>Training</td>
<td>Rust Support in seL4 Userspace<br><span class="summit-abstract-presenter">Nick Spinale</span>,
<td><a href="index#a-rust">Using Rust in seL4 Userspace</a><br><span class="summit-abstract-presenter">Nick Spinale</span>,
<span class="summit-abstract-affiliation">Colias Group, LLC</span>
</tr>
</table>
Expand Down

0 comments on commit 35fd005

Please sign in to comment.