-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (77 loc) · 3.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
year: 2023
date: 18 - 19 November 2023
ticket_link: "https://ti.to/code-the-city/sodu-2023"
---
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SODU {{ page.year }}</title>
<meta name="description" content="SODU {{ page.year }}">
<meta name="author" content="Code The City">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="center">
<img src="images/SODU_logo_{{ page.year }}.png" width="324" height="480" alt="SODU {{ page.year }} logo" />
<div class="container">
<a id="tickets" href="https://docs.google.com/spreadsheets/u/2/d/1bOJ6nONso9UULZBLINmpPukCUltJDbPtswZ-Nbv65AI/edit#gid=11">Session grid</a>
</div>
<h1>{{page.date}}</h1>
<h2>The Scottish Open Data Unconference</h2>
{% comment %}<span id="countdown"></span>{% endcomment %}
<p>An in person event brought to you by <a href="https://www.codethecity.org">Code the City</a>.</p>
{% comment %}
<div class="container">
{% comment %}
<h1>Tickets</h1>
<a id="tickets" href="{{page.ticket_link}}">Purchase tickets now</a>
<p>
We have single day tickets as well as weekend long ones.
</p>
<p>
Early bird tickets now available for a low price!
</p>
<p>
Whilst tickets have a suggested donation to help with charity
running costs, this should not be a barrier to anyone attending.
</p>
{% endcomment %}
</div>
{% endcomment %}
<div class="container">
<h1>The Unconference</h1>
<p>
The unconference is the ONLY annual Open Data event in Scotland. It brings together data publishers, data users and infomediaries from a variety of backgrounds: academia, journalism, the public and third sectors, as well as citizens and activists.
</p>
<p>
It is the opportunity to highlight projects, engage with the community, seek feedback, form alliances, kick off new enterprises, seek data and start campaigns that can change policy.
</p>
</div>
<div class="container">
<h1>The Format</h1>
<p>
This event will follow the open space format, where participants create
the agenda each morning for the sessions that will happen that day.
This is the time to pitch your questions to the many people who
will be there, and to tell others about your project too.
</p>
<p>
Sessions in open space always work best when there is an interactive aspect so that the participants talk as much as the person chairing the session. This <a href="https://www.youtube.com/watch?v=M_jhcvCYBbg" target="_blank">short video</a> will tell you more about open space. The amazing thing is that it scales really well from 20 people to over 1000 people.
</p>
<p>If you want to keep up to date with news as plans develop, why not join the <a href="https://opendata.scot/slack">Scottish Open Data Slack Group</a>?</p>
</div>
{%comment%}
<div class="container">
<h2>Supported by The Data Lab</h2>
<a href="https://thedatalab.com"><img src="images/TDL_Black-transp.png" alt="The Data Lab logo" /></a>
</div>
{%endcomment%}
</div>
{% comment %}
<script src="js/countdown.js"></script>
{% endcomment %}
</body>
</html>