fn-static-web/2016/schedule.html
2017-12-12 10:43:35 +01:00

143 lines
No EOL
6.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Schedule - foss-north 2016</title>
<link rel="icon" type="image/png" href="favicon.ico">
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://foss-north.se/"><img src="images/brand-logo.png" /></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="schedule.html">Schedule <span class="sr-only">(current)</span></a></li>
<li><a href="call-for-papers.html">Call for Papers</a></li>
<li><a href="call-for-sponsors.html">Call for Sponsors</a></li>
<li><a href="spread-the-word.html">Spread the Word</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="http://foss-gbg.se">Visit foss-gbg</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="topgradient">
<img src="images/banner-600.png" alt="Save the Date! May 26 2016" />
</div>
<div class="container">
<h1>Schedule</h1>
<div class="bodytext">
foss-north is an single day, single track conference held on May 26. The table below shows the provisional schedule.
</div>
<div class="bodybreak">&nbsp;</div>
<div class="table-responsive">
<table class="table">
<tr class="active">
<td>08:00 - 09:00</td>
<td colspan="2">Breakfast and Registration</td>
</tr>
<tr>
<td>09:00 - 10:00</td>
<td colspan="2">Keynote Session</td>
</tr>
<tr>
<td>10:00 - 10:30</td>
<td>Mirko Boehm</td>
<td>The Open Invention Network: Protecting Open Source through patent pooling and defensive publications<td>
</tr>
<tr>
<td>10.30 - 11:30</td>
<td>Alesandro Rubini</td>
<td>Time in Software and Hardware</td>
</tr>
<tr class="active">
<td>11:30 - 13:00</td>
<td colspan="2">Lunch</td>
</tr>
<tr>
<td>13:00 - 13:30</td>
<td>Jonas &Ouml;berg</td>
<td>State of Free Software: Legal and policy issues in Europe (and elsewhere)</td>
</tr>
<tr>
<td>13:30 - 14:00</td>
<td>Anders Arnholm</td>
<td>Software Craftmanship</td>
</tr>
<tr>
<td>14:00 - 15:00</td>
<td>Alexandra Leisse</td>
<td>Death by a thousand paper cuts the user experience of complexity</td>
</tr>
<tr class="active">
<td>15:00 - 15:30</td>
<td colspan="2">Coffee Break</td>
</tr>
<tr>
<td>15:30 - 16:00</td>
<td>Aarne Ranta</td>
<td>Grammatical Framework</td>
</tr>
<tr>
<td>16:00 - 17:00</td>
<td>Daniel Stenberg</td>
<td>Everyone, everywhere runs this code all the time</td>
</tr>
<tr>
<td>17:00 - 17:10</td>
<td colspan="2">Closing Session</td>
</tr>
</table>
</div>
</div>
<div class="footer">
foss-north and foss-gbg are arranged by Free Open Source Software North Conferences ek.f&ouml;r.<br />
Contact: info -at- foss-gbg.se.
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> </body>
</html>