Updated the IoT event

This commit is contained in:
Johan Thelin 2019-07-05 22:39:22 +02:00
parent e33349526c
commit 5d6f1cedde
6 changed files with 105 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View file

@ -29,10 +29,76 @@
<h1>What, where, when?</h1>
<p>foss-north will organize a day about <strong>IoT and Security</strong> held in <strong>Stockholm</strong> on <strong>October 21</strong>.</p>
<p>foss-north will organize a day about <strong>IoT and Security</strong> held at WTC in <strong>Stockholm</strong> on <strong>October 21</strong>.</p>
<p>More details will be added here soon. In the mean time you can check out our <a href="https://foss-north.se/">other events</a>.</p>
<p>Tickets will be available soon.</p>
<div class="bodybreak">&nbsp;</div>
<h1>Speakers</h1>
<p>The call for papers will open shortly. In the mean time, we would like to present you with our confirmed speakers.</p>
<div class="row">
<div class="col-md-4">
<div class="speakerfront">
<div class="speakerimg">
<img class="speakergrid" src="images/speaker-paas.png" alt="Patricia Aas">
</div>
<div class="namefront">Patricia Aas</div>
<div class="titlefront">Election Security: Introducing Real Transparency</div>
<div class="abstractfront">
More and more we see technology, both hardware and software, intersect with fundamental issues like privacy, democracy and human rights. The opaqueness of tech makes it a handy instrument of oppression and manipulation.
</div>
<div class="abstractfront">
How could a government use tech to rig an election and why would they? How can we re-engineer the electoral process to protect it's integrity, and how can we communicate those changes to the population? What makes elections so hard to protect?
</div>
<div class="biofront">
Patricia Aas is a C++ programmer who's been programming for close to 20 years. She's worked on two browsers (Opera and Vivaldi) and on embedded TelePresence endpoints for Cisco. Last year she co-founded TurtleSec, which is a company that operates in the realm of Application Security, where she does consultancy and training. She's also involved in the #include<C++> organization hoping to improve diversity and inclusion in the C++ community.
</div>
</div>
</div>
<div class="col-md-4">
<div class="speakerfront">
<div class="speakerimg">
<img class="speakergrid" src="images/speaker-cjakobsson.png" alt="Claes Jakobsson">
</div>
<div class="namefront">Claes Jakobsson</div>
<div class="titlefront">The O in IoT should stand for Open</div>
<div class="abstractfront">
During the past years weve been developing the Botani.st platform for urban farming. Since we dont want our customers to end up with a plastic brick when we go bust one design philosophy has been to open as much as possible from protocols to hardware to software. And since we rely on so much open source in the project itself its not more than fair.
</div>
<div class="abstractfront">
This talk will cover how weve designed the platform and some of the choices needed to balance openess, price and usability.
</div>
<div class="biofront">
Claes has been hacking and talking open source the past 20 years and co-founded and runs a few user groups such as FOSS-Sthlm and Stockholm PostgreSQL User Group. He spends his day hacking on various things over at Trustly but not-so-secretly loves embedded and hardware thus starting the Botani.st project in 2014-ish to solve the mystery of dying plants.
</div>
</div>
</div>
<div class="col-md-4">
<div class="speakerfront">
<div class="speakerimg">
<img class="speakergrid" src="images/speaker-dstenberg.png" alt="Daniel Stenberg">
</div>
<div class="namefront">Daniel Stenberg</div>
<div class="titlefront">curl runs in all devices</div>
<div class="abstractfront">
curl is possibly the world's most widely used software component with an exsimated over six billion installations. Daniel will talk about the process of getting there, some of the challenges with making it fit for tiny devices and an insight into how the team works to maintain quality, performance and the right features for a connected world.
</div>
<div class="biofront">
Daniel Stenberg is the founder and lead developer of curl. He works on HTTP implementations and Internet protocols since over twenty years. He has been involved in the HTTPbis working group in IETF for ten years and worked on the HTTP stack in Firefox for several years at Mozilla. Author of the widely read documents "HTTP2 explained" and "HTTP/3 explained". Employed by wolfSSL.
</div>
<div class="biofront">
When not in front of a computer, Daniel likes to play floorball and spend time with his family.
</div>
</div>
</div>
</div>
<div class="bodybreak">&nbsp;</div>
<h1>Sponsors</h1>
<p>We are currently looking for sponsors. You can find out more in our event <a href="sponsorship.pdf">sponsorship prospectus</a>. Contact us at info -at- foss-gbg.se if you are interested.</p>
<div class="bodybreak">&nbsp;</div>
<h1>About</h1>
@ -41,6 +107,8 @@
<p>We are constantly looking for partners, speakers, sponsors, and events around FOSS in the Nordic region. If you want to be listed here, please contact us at info -at- foss-gbg.se .</p>
<p>Don't miss to check out our <a href="https://foss-north.se/">other events</a>.</p>
</div>
<div class="footer">

BIN
2019-iot/sponsorship.pdf Normal file

Binary file not shown.

View file

@ -58,6 +58,41 @@ div.bodybreak {
margin-bottom: 60px;
}
img.speakergrid {
padding: 20px;
max-width: 80%;
margin-left: 10%;
margin-right: 10%;
}
div.speakerfront {
font-family: 'Roboto', sans-serif;
font-size: 14pt;
}
div.namefront {
font-style: italic;
}
div.speakerimg {
}
div.titlefront {
font-weight: bold;
}
div.abstractfront {
margin-top: 10pt;
font-size: 90%;
}
div.biofront {
margin-top: 10pt;
font-style: italic;
font-size: 90%;
}
a,
a:hover,
a:focus {