Skip to content

Commit

Permalink
Merge pull request #55 from rustnl/industry-update-3mar
Browse files Browse the repository at this point in the history
Industry update 3mar
  • Loading branch information
erikjee authored Mar 3, 2025
2 parents 6356a5b + 7a1f18a commit 88e5862
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 25 deletions.
Binary file added public/images/people/olivier.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/components/timetable/Tuesday.astro
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,12 @@ const breaks = [
ticket="Industry"
/>
<Item
title="To be announced"
talk="mark"
color="red"
track={3}
time="10:40"
duration={20}
room={tertiary}
striped
ticket="Industry"
/>
<Divider start="11:00" end="11:30"> Break </Divider>
Expand Down
2 changes: 2 additions & 0 deletions src/layouts/IndustryLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ import "../styles/index.scss";
<li>How to plan your rust migration</li>
<li>The Rust Foundation & Rust Project</li>
<li>Rust for embedded software development</li>
<li>Setting up Rust in a semiconductor company</li>
<li>Rust for frontend development</li>
</ul>
</p>

Expand Down
80 changes: 57 additions & 23 deletions src/pages/industry.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,51 +33,55 @@ import ButtonGroup from "../components/ButtonGroup.astro";
</Markdown>
<Timetable slot="timetable-day">
<TimetableItem time="9.30" title="Registration" />
<TimetableItem time="10.00" title="Opening" speaker="Hugo van de Pol" />
<TimetableItem time="9.55" title="Opening" speaker="Hugo van de Pol" />
<TimetableItem
time="10.05"
time="10.00"
title="Our Vision for Rust"
speaker="Niko Matsakis"
/>
<TimetableItem
time="10.25"
time="10.20"
title="Rust at Volvo Cars"
speaker="Julius Gustavsson"
/>
<TimetableItem time="10.45" title="Short break" />
<TimetableItem
time="11.00"
time="10.40"
title="Rust at the Dutch Electoral Council"
speaker="Mark Janssen"
/>
<TimetableItem time="11.00" title="Break" />
<TimetableItem
time="11.30"
title="Expert Tables Round 1 - choose a topic and learn from a seasoned Rust expert as well as your industry peers"
speaker="Experts to be announced"
speaker="Various industry experts"
/>
<TimetableItem
time="12.00"
time="12.30"
title="Expert Tables Round 1 Recap"
speaker="Hugo van de Pol"
/>
<TimetableItem time="12.15" title="Lunch" />
<TimetableItem time="12.45" title="Lunch" />
<TimetableItem
time="13.15"
time="14.00"
title="Expert Tables Round 2 - choose a topic and learn from a seasoned Rust expert as well as your industry peers"
speaker="Experts to be announced"
speaker="Various industry experts"
/>
<TimetableItem time="14.15" title="Coffee break" />
<TimetableItem
time="14.30"
time="15.00"
title="Expert Tables Round 2 Recap"
speaker="Hugo van de Pol"
/>
<TimetableItem
time="14.45"
time="15.15"
title="Closing Keynote"
speaker="Jeffrey Vander Stoep"
/>
<TimetableItem time="15.50" title="Drinks" />
<TimetableItem
time="15.15"
title="Live Recording of 'Rust in Production' Podcast on stage"
time="16.20"
title="OPEN TO ALL: Live Recording of 'Rust in Production' Podcast on stage"
speaker="Matthias Endler ft. Niko Matsakis"
/>
<TimetableItem time="15.15" title="Drinks" />
</Timetable>
<Markdown slot="tickets">
<h2 class="header space-y-6" id="about">Tickets</h2>
Expand All @@ -97,38 +101,68 @@ import ButtonGroup from "../components/ButtonGroup.astro";
<Speaker
name="Julius Gustavsson"
image="julius.jpeg"
description="System architect at Volvo Cars"
description="System Architect at Volvo Cars"
/>
<Speaker
name="Niko Matsakis"
image="niko.png"
description="Senior Principal Engineer at Amazon Web Services"
/>
<Speaker
name="Mark Janssen"
image="empty.png"
description="Software Architect at the Dutch Electoral Council"
/>
<Speaker
name="Rik Arends"
image="rik.jpeg"
description="Founder at Makepad"
/>
<Speaker
name="Paul Lenz"
image="paullenz.jpg"
description="Director of Finance and Funding at Rust Foundation"
name="Tamme Dittrich"
image="tamme.jpg"
description="Embedded Software Engineer at Tweede golf"
/>
<Speaker
name="Matthias Endler"
image="matthias.jpg"
description="Founder and Rust Consultant at corrode"
/>
<Speaker
name="Kris van Rens"
image="kris.jpeg"
description="Software Architect at ViNotion and Rust Trainer"
name="Wouter Geraedts"
image="wouter.jpeg"
description="Owner and Embedded Engineer at Sarif"
/>
<Speaker
name="Olivier Goffart"
image="olivier.jpeg"
description="Co-founder at Slint"
/>
<Speaker
name="Paul Lenz"
image="paullenz.jpg"
description="Director of Finance and Funding at Rust Foundation"
/>
<Speaker
name="Tiago Manczak"
image="tiago.jpeg"
description="Principal Firmware Engineer at Infineon Technologies"
/>
<Speaker
name="James Munns"
image="james.png"
description="CEO and Embedded Engineer at OneVariable"
/>
<Speaker
name="Hugo van de Pol"
image="hugo.jpeg"
description="Director at Tweede golf"
/>
<Speaker
name="Kris van Rens"
image="kris.jpeg"
description="Software Architect at ViNotion and Rust Trainer"
/>
</Fragment>

<div slot="sponsors">
Expand Down
30 changes: 30 additions & 0 deletions src/pages/talks/mark.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: "../../layouts/TalkLayout.astro"

tracks:
- industry
talkTitle: "Rust at the Dutch Electoral Council"
talkLevel: "All"
talkTags: []
talkDuration: 15 # 15 or 30 min

speakers: [{
name: "Mark Janssen",
image: null,
title: "Lead Developer and Software Architect",
org: "Kiesraad (Dutch Electoral Council)",
url: "",
bluesky: "",
linkedin: "https://www.linkedin.com/in/znex/",
twitter: "",
mastodon: "",
github: "",
}]
day: "tuesday"
---

To be announced.

////// <!-- sepatator between abstract and bio -->


0 comments on commit 88e5862

Please sign in to comment.