Updated sponsors, projects and speakers
This commit is contained in:
parent
522b19d39c
commit
9c9981c18c
8 changed files with 61 additions and 29 deletions
|
@ -137,7 +137,7 @@
|
|||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><a href="https://www.rust-lang.org/"><img class="sp-image" src="images/project-rust.png" alt="Rust"></a></div>
|
||||
<div class="speaker-photo"><a href=""><img class="sp-image" src="images/venue-hiq.png" alt="HiQ"></a></div></div>
|
||||
<div class="speaker-photo"><a href="https://www.hiq.se/"><img class="sp-image" src="images/venue-hiq.png" alt="HiQ"></a></div></div>
|
||||
<div class="col-md-9">
|
||||
<div class="name"><a class="projectlink" href="https://www.rust-lang.org/">Rust</a></div><div class="abstract">
|
||||
Rust is a new systems and concurrent programming language. Also, it is StackOverflows most loved language three years in a row!
|
||||
|
@ -150,26 +150,29 @@
|
|||
</div><p class="left tight"><b>Venue address:</b></p>
|
||||
<div class="bio">HiQ<br />Östra Hamngatan 24<br />411 09 Göteborg<br /></div>
|
||||
</div>
|
||||
</div><a name="crf" class="offsetanchor"></a>
|
||||
</div><a name="gnome" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><a href="https://chalmersrobotics.se"><img class="sp-image" src="images/project-crf.png" alt="Chalmers Robotförening"></a></div></div>
|
||||
<div class="speaker-photo"><a href="https://www.gnome.org/foundation/"><img class="sp-image" src="images/project-gnome.png" alt="Gnome"></a></div>
|
||||
<div class="speaker-photo"><a href="https://www.hiq.se/"><img class="sp-image" src="images/venue-hiq.png" alt="HiQ"></a></div></div>
|
||||
<div class="col-md-9">
|
||||
<div class="name"><a class="projectlink" href="https://chalmersrobotics.se">Chalmers Robotförening</a></div><div class="abstract">
|
||||
T.B.D.
|
||||
<div class="name"><a class="projectlink" href="https://www.gnome.org/foundation/">Gnome</a></div><div class="links"><a href="https://wiki.gnome.org/Events/foss-north/2019">Announcement</a> - <a href="https://wiki.gnome.org/Newcomers/BeforeWeBegin">Prerequisites</a></div><div class="abstract">
|
||||
An introduction to GNOME community, the projects we are developing now and the areas that people with no technical background can contribute to.
|
||||
</div><div class="abstract">
|
||||
After the introduction we will have the newcomers workshop, which is for developers who want to participate in coding GNOME’s apps.This workshop requires a bit of object oriented programming and git skills.
|
||||
</div><p class="left tight"><b>Venue address:</b></p>
|
||||
<div class="bio">Chalmers Robotförening<br />Sven Hultins gata 8<br />412 58 Göteborg<br /></div>
|
||||
<div class="bio">HiQ<br />Östra Hamngatan 24<br />411 09 Göteborg<br /></div>
|
||||
</div>
|
||||
</div><a name="ui" class="offsetanchor"></a>
|
||||
</div><a name="openhack" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><a href=""><img class="sp-image" src="images/project-ui.png" alt="UI Workshop"></a></div>
|
||||
<div class="speaker-photo"><a href="https://www.intunio.se/"><img class="sp-image" src="images/venue-intunio.png" alt="Intunio"></a></div></div>
|
||||
<div class="speaker-photo"><a href="https://www.openhack.io/"><img class="sp-image" src="images/project-openhack.png" alt="OpenHack"></a></div>
|
||||
<div class="speaker-photo"><a href="https://www.hiq.se/"><img class="sp-image" src="images/venue-hiq.png" alt="HiQ"></a></div></div>
|
||||
<div class="col-md-9">
|
||||
<div class="name"><a class="projectlink" href="">UI Workshop</a></div><div class="abstract">
|
||||
<div class="name"><a class="projectlink" href="https://www.openhack.io/">OpenHack</a></div><div class="abstract">
|
||||
T.B.D.
|
||||
</div><p class="left tight"><b>Venue address:</b></p>
|
||||
<div class="bio">Intunio AB<br />Kyrkogatan 15<br />411 15 Göteborg<br /></div>
|
||||
<div class="bio">HiQ<br />Östra Hamngatan 24<br />411 09 Göteborg<br /></div>
|
||||
</div>
|
||||
</div><script src="js/OpenLayers.js"></script>
|
||||
<script>
|
||||
|
@ -206,12 +209,12 @@
|
|||
marker.events.register("click", marker, function() { location.hash = "#rust"; });
|
||||
markers.addMarker(marker);
|
||||
/* End of loop *//* Start of loop */
|
||||
marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.97724, 57.68654 ).transform(projection, map.getProjectionObject()), icon.clone());
|
||||
marker.events.register("click", marker, function() { location.hash = "#crf"; });
|
||||
marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.96746, 57.70844 ).transform(projection, map.getProjectionObject()), icon.clone());
|
||||
marker.events.register("click", marker, function() { location.hash = "#gnome"; });
|
||||
markers.addMarker(marker);
|
||||
/* End of loop *//* Start of loop */
|
||||
marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.96639, 57.70496 ).transform(projection, map.getProjectionObject()), icon.clone());
|
||||
marker.events.register("click", marker, function() { location.hash = "#ui"; });
|
||||
marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.96746, 57.70844 ).transform(projection, map.getProjectionObject()), icon.clone());
|
||||
marker.events.register("click", marker, function() { location.hash = "#openhack"; });
|
||||
markers.addMarker(marker);
|
||||
/* End of loop */map.setCenter(new OpenLayers.LonLat(11.9766646, 57.689343).transform(projection, map.getProjectionObject()), 13);
|
||||
</script>
|
||||
|
|
BIN
2019/images/project-gnome.png
Normal file
BIN
2019/images/project-gnome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
2019/images/speaker-ahafizovic.png
Normal file
BIN
2019/images/speaker-ahafizovic.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 57 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 54 KiB |
|
@ -155,12 +155,18 @@
|
|||
Let's Lisp like it's 1959
|
||||
</a>
|
||||
</div><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#ahafizovic" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-ahafizovic.png" alt="Armin Hafizovic"><br />
|
||||
<b>Armin Hafizovic</b><br />
|
||||
Open Source at SVT
|
||||
</a>
|
||||
</div></div><div class="row"><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#mhagander" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-mhagander.png" alt="Magnus Hagander"><br />
|
||||
<b>Magnus Hagander</b><br />
|
||||
PostgreSQL gotchas for app developers
|
||||
</a>
|
||||
</div></div><div class="row"><div class="col-md-4">
|
||||
</div><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#dhalasz" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-dhalasz.png" alt="David Halasz"><br />
|
||||
<b>David Halasz</b><br />
|
||||
|
@ -172,13 +178,13 @@
|
|||
<b>Daniel Hansson</b><br />
|
||||
The NextCloud VM
|
||||
</a>
|
||||
</div><div class="col-md-4">
|
||||
</div></div><div class="row"><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#ahultner" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-ahultner.png" alt="Alexander Hultnér"><br />
|
||||
<b>Alexander Hultnér</b><br />
|
||||
Test faster, fix more
|
||||
</a>
|
||||
</div></div><div class="row"><div class="col-md-4">
|
||||
</div><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#cjakobsson" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-cjakobsson.png" alt="Claes Jakobsson"><br />
|
||||
<b>Claes Jakobsson</b><br />
|
||||
|
@ -190,13 +196,13 @@
|
|||
<b>Jan Jongboom</b><br />
|
||||
17,000 contributions in 32K RAM
|
||||
</a>
|
||||
</div><div class="col-md-4">
|
||||
</div></div><div class="row"><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#mkerrisk" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-mkerrisk.png" alt="Michael Kerrisk"><br />
|
||||
<b>Michael Kerrisk</b><br />
|
||||
Understanding user namespaces
|
||||
</a>
|
||||
</div></div><div class="row"><div class="col-md-4">
|
||||
</div><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#mkrak" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-mkrak.png" alt="Mirza Krak"><br />
|
||||
<b>Mirza Krak</b><br />
|
||||
|
@ -208,13 +214,13 @@
|
|||
<b>Chris Lamb</b><br />
|
||||
What can free software learn from classical music?
|
||||
</a>
|
||||
</div><div class="col-md-4">
|
||||
</div></div><div class="row"><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#klantto" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-klantto.png" alt="Kim Lantto"><br />
|
||||
<b>Kim Lantto</b><br />
|
||||
Open Data - the City of Gothenburg
|
||||
</a>
|
||||
</div></div><div class="row"><div class="col-md-4">
|
||||
</div><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#amardegan" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-amardegan.png" alt="Alberto Mardegan"><br />
|
||||
<b>Alberto Mardegan</b><br />
|
||||
|
@ -226,13 +232,13 @@
|
|||
<b>Nicolas Maxant</b><br />
|
||||
Open Data - Mimbly
|
||||
</a>
|
||||
</div><div class="col-md-4">
|
||||
</div></div><div class="row"><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#tnovotna" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-tnovotna.png" alt="Tereza Novotna"><br />
|
||||
<b>Tereza Novotna</b><br />
|
||||
Component-based Design System and Development
|
||||
</a>
|
||||
</div></div><div class="row"><div class="col-md-4">
|
||||
</div><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#aossowski" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-aossowski.png" alt="Anna Ossowski"><br />
|
||||
<b>Anna Ossowski</b><br />
|
||||
|
@ -244,13 +250,13 @@
|
|||
<b>Anders Roxell</b><br />
|
||||
Continuously Integrating the Upstream Linux Kernel on Hardware
|
||||
</a>
|
||||
</div><div class="col-md-4">
|
||||
</div></div><div class="row"><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#csimmonds" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-csimmonds.png" alt="Chris Simmonds"><br />
|
||||
<b>Chris Simmonds</b><br />
|
||||
Reducing the boot time of Linux devices
|
||||
</a>
|
||||
</div></div><div class="row"><div class="col-md-4">
|
||||
</div><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#fsoderblom" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-fsoderblom.png" alt="Fredrik Söderblom"><br />
|
||||
<b>Fredrik Söderblom</b><br />
|
||||
|
@ -262,13 +268,13 @@
|
|||
<b>Daniel Stenberg</b><br />
|
||||
Writing safe and secure code
|
||||
</a>
|
||||
</div><div class="col-md-4">
|
||||
</div></div><div class="row"><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#jstrombergson" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-jstrombergson.png" alt="Joachim Strömbergson"><br />
|
||||
<b>Joachim Strömbergson</b><br />
|
||||
Cryptech - Open Hardware Security Modules for a safer, open world
|
||||
</a>
|
||||
</div></div><div class="row"><div class="col-md-4">
|
||||
</div><div class="col-md-4">
|
||||
<a href="speakers-and-talks.html#dsundelius" class="speakerfront">
|
||||
<img class="speakergrid" src="images/speaker-dsundelius.png" alt="David Sundelius"><br />
|
||||
<b>David Sundelius</b><br />
|
||||
|
@ -295,7 +301,7 @@
|
|||
<h2>Silver Sponsors</h2><div class="row sponsorrow"><div class="col-md-2"> </div><div class="col-md-4">
|
||||
<a href="https://www.op5.com"><img class="sponsor" src="images/sponsor-op5.png" alt="OP5"></a>
|
||||
</div><div class="col-md-4">
|
||||
<a href="https://www.sylog.se/"><img class="sponsor" src="images/sponsor-sylog-datarespons.png" alt="Sylog / Datarespons"></a>
|
||||
<a href="https://www.sylog.se/"><img class="sponsor" src="images/sponsor-sylog-datarespons.png" alt="Sylog Solutions / Datarespons"></a>
|
||||
</div></div><h2>Base Sponsors</h2>
|
||||
|
||||
<div><div class="row sponsorrow"><div class="col-md-4">
|
||||
|
|
|
@ -427,6 +427,12 @@ All sessions include time for Q&A and to move between rooms.</p>
|
|||
<div class="talkspeaker">Josef Andersson</div>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="speakers-and-talks.html#ahafizovic">
|
||||
<div class="talkspeaker">Armin Hafizovic</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -218,6 +218,23 @@
|
|||
</div><div class="bio">
|
||||
Kristoffer lärde sig programmera på en Commodore 64 med drömmar om att en dag bli spelutvecklare. Efter att ha levt drömmen på Massive i Malmö i ett antal år växte intresset för fri mjukvara, och numera jobbar han på SUSE där han hackar på diverse projekt relaterade till High Availability.
|
||||
</div></div>
|
||||
</div><a name="ahafizovic" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
<div class="speaker-photo"><img class="sp-image" src="images/speaker-ahafizovic.png" alt="Armin Hafizovic"></div>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<div class="name">Armin Hafizovic</div>
|
||||
<div class="title">Open Source at SVT</div>
|
||||
<div class="links"><a href="schedule.html#mon14">Talk Slot</a></div><div class="abstract">
|
||||
Up until recently, the only notable Open Source project stemming from SVT was the very successful CasparCG project, a layer-based real-time compositor used to play out professional graphics, audio and video to multiple outputs. CasparCG has been developed as an Open Source project since 2006.
|
||||
</div><div class="abstract">
|
||||
Now, as SVT is looking for a broader collaboration with other public broadcasters, we have recently adopted a new Open Source policy that encourages developers to be more active in the Open Source community. Both by contributing to existing projects and by releasing in-house developed projects as Open Source.
|
||||
</div><div class="abstract">
|
||||
In our talk we will present how SVT came to adopt this new Open Source policy, the challenges faced in getting it accepted within the organization, and how it has played out so far. We will also talk about how SVT encourages developers to contribute to Open Source projects and release their own code as Open Source, and why working with Open Source is essential for a public service broadcaster company.
|
||||
</div><div class="bio">
|
||||
Software engineer, Open Source enthusiast and proud dad. Currently working at SVT (his second home) as a Product Owner responsible internally for CasparCG as platform and additional solutions. Community manager for the amazing Open Source project CasparCG. Striving always to release existing or new products as Open Source and he has no plans to change his mindset in that question.
|
||||
</div></div>
|
||||
</div><a name="mhagander" class="offsetanchor"></a>
|
||||
<div class="row speakerrow">
|
||||
<div class="col-md-3">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue