-
Notifications
You must be signed in to change notification settings - Fork 8
/
_index.html
274 lines (238 loc) · 8.64 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="no">
<head>
<meta charset="utf-8" />
<meta
name="description"
content="FOSS4G Norge - Free and Open Source Software 4 Geoinformatics i Norge"
/>
<meta name="author" content="Geografisk IT - Arild Feragen" />
<title>FOSS4G Norge</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="./css/bootstrap.min.css" media="screen" />
<style>
body {
padding-top: 75px;
color: #656464;
}
/* Sidebar */
#sidebar {
margin-bottom: 50px;
}
#sidebar .btn-primary {
background-color: #f16040;
border-color: #f16040;
color: #fff;
}
#sidebar .btn-primary:hover {
background-color: #f16040;
color: #f2c3b6;
}
#sponsor {
margin-top: 50px;
}
#sponsor li {
margin-bottom: 10px;
}
/* Content */
.content div {
margin-bottom: 50px;
}
ul.timeline {
list-style-type: none;
position: relative;
}
ul.timeline:before {
content: " ";
background: #b1b0b0;
display: inline-block;
position: absolute;
left: 28px;
width: 4px;
height: 100%;
z-index: 400;
}
ul.timeline > li {
margin: 0 0 40px 0;
padding-left: 20px;
}
ul.timeline > li h2:before {
content: " ";
background: #fff;
display: inline-block;
position: absolute;
border-radius: 50%;
border: 4px solid #656464;
left: 18px;
width: 25px;
height: 25px;
z-index: 400;
margin-top: 7px;
}
/*.byline img {margin-right: 10px;}*/
/* Footer */
footer {
background-color: #f05f40;
margin-top: 20px;
height: 50px;
padding: 10px;
}
</style>
</head>
<body>
<main class="container">
<div class="row">
<!-- Sidebar -->
<aside class="col-sm-3 text-center" id="sidebar">
<img
src="./img/foss4gNorge23_logo.png"
alt="FOSS4G Norge 2023 logo"
class="img-fluid"
/>
<p class="h5">Open-source programvare i geomatikkbransjen</p>
<p>25. oktober 2023,<br /><a href="https://www.openstreetmap.org/?mlat=63.43134&mlon=10.40104#map=19/63.43134/10.40104">DIGS, Krambugata 2,<br />7011 Trondheim</a></p>
<p><a class="btn btn-primary btn-lg" href="https://geoforum.pameldingssystem.no/foss4g-nor-23">PÅMELDING</a></p>
<br />
<p><a class="btn btn-primary" href="./FOSS4G-NOR_23_Program.pdf">Last ned program</a></p>
<!--<ul class="list-inline">
<li class="list-inline-item"><a href="mailto:[email protected]"><img src="./img/envelope-solid_gray.svg" alt="" width="30px"></a></li>
<li class="list-inline-item"><a href="https://twitter.com/GeografiskIT"><img src="./img/twitter-brands_gray.svg" alt="" width="30px"></a></li>
</ul>-->
<!--<ul class="list-unstyled" id="sponsor">
<li><img src="./img/geodata.png" alt="Logo Geodata AS" class="img-fluid"></li>
<li><img src="./img/avinet.png" alt="Logo Asplan Viak Internet" class="img-fluid"></li>
<li><img src="./img/norkart.png" alt="Logo Norkart" class="img-fluid"></li>
<li><img src="./img/kystverket.png" alt="Logo Kystverket" class="img-fluid"></li>
<li><img src="./img/geoforum.jpg" alt="Logo Geoforum" class="img-fluid"></li>
</ul>-->
</aside>
<!-- Content -->
<section class="col-sm-9" id="content-container">
<div>
<h2>Velkommen til FOSS4G Norge 2023</h2></br>
</div>
<!-- Timeline -->
<ul class="timeline">
<li>
<p class="time h5">Kl. 09.30</p>
<h2>Registrering og kaffe</h2>
</li>
<li>
<p class="time h5">Kl. 10.00</p>
<h2>Open source i en kommune</h2>
<p class="byline font-italic">Otto Richard Eide, Trondheim kommune</p>
<p class="description"></p>
</li>
<li>
<p class="time h5">Kl. 10.30</p>
<h2>Operativ maritim overvåking med åpne data og FOSS4G</h2>
<p class="byline font-italic">Christopher Nuth, Forsvarets Forskningsinstitutt (FFI)</p>
<p class="description"></p>
</li>
<li>
<p class="time h5">Kl. 10.50</p>
<h2>SKIP – Statens Kartverk Infrastruktur Plattform</h2>
<p class="byline font-italic">Espen Henriksen, Kartverket</p>
<p class="description"></p>
</li>
<li>
<p class="time h5">Kl. 11.10</p>
<h2>Kaffepause</h2>
</li>
<li>
<p class="time h5">Kl. 11.30</p>
<h2>Studentbolk: Studenter presenterer prosjekter</h2>
<p class="byline font-italic"></p>
<p class="description">KartAi: Selvbetjent treningsdata til AI direkte fra NGIS Open API.<br />
KartAi: Hvordan lage treningsdata for maskinlæring i byggesak?<br />
Digital Havn: Web-basert redigering for FKB-havnedata gjennom NGIS Open API</p>
</li>
<li>
<p class="time h5">Kl. 12.30</p>
<h2>Lunsj</h2>
</li>
<li>
<p class="time h5">Kl. 13.30</p>
<h2>Open Earth Platform Initiative, NORAD</h2>
<p class="byline font-italic">Gjermund Lanestedt, Capto</p>
<p class="description"></p>
</li>
<li>
<p class="time h5">Kl. 13:50</p>
<h2>Open source fra felt til web</h2>
<p class="byline font-italic">Francesco Frassinelli, NINA</p>
<p class="description"></p>
</li>
<li>
<p class="time h5">Kl. 14.10</p>
<h2>Open source geodatabasert analyse – et eksempel</h2>
<p class="byline font-italic">Andreas Brilke, PhD NTNU</p>
<p class="description"></p>
</li>
<li>
<p class="time h5">Kl. </p>
<h2>Havnedata</h2>
<p class="byline font-italic">Norconsult Digital</p>
<p class="description"></p>
</li>
<li>
<p class="time h5">Kl. 14.50</p>
<h2>Kaffepause</h2>
</li>
<li>
<p class="time h5">Kl. 15.10</p>
<h2>Neste generasjons GIS-plattform bygget på open source</h2>
<p class="byline font-italic">Fredrik Moger, Enernite</p>
<p class="description"></p>
</li>
<li>
<p class="time h5">Kl. 15.30</p>
<h2>Sentitivitet Atlas. MESA – FME/QGIS og Geonode</h2>
<p class="byline font-italic">Malene Peterson og Antonio Armas Diaz, Norkart</p>
<p class="description"></p>
</li>
<li>
<p class="time h5">Kl. 15.50</p>
<h2>What’s new in open source?</h2>
<p class="byline font-italic">Robert Nagy</p>
<p class="description"></p>
</li>
<li>
<p class="time h5">Kl. 16.10</p>
<h2>Avslutning</h2>
<p class="byline font-italic"></p>
<p class="description"></p>
</li>
<li>
<p class="time h5">Kl. 16.30</p>
<h2>GeoPils først, etterfulgt av Hackfest sammen med QGIS Norge på Work Work fra klokken 18:00 (<a href="https://www.openstreetmap.org/?mlat=63.43286&mlon=10.39333#map=19/63.43286/10.39333">Munkegata 58, 7011 Trondheim</a>)</h2>
<p class="description"></p>
</li>
<!--
<li>
<p class="time h5">Kl. xx.xx</p>
<h2>Overskrift</h2>
<p class="byline font-italic">
<img
src="https://via.placeholder.com/75"
alt=""
class="rounded-circle"
width="75px"
height="75px"
/>Navn, Firma
</p>
<p class="description">Beskrivelse</p>
</li>
-->
</ul>
</section>
</div>
</main>
<!-- /.container -->
<footer>
<div class="container">
<p class="text-light">FOSS4G Norge 2023 - Free and Open Source Software 4 Geoinformatics i Norge</p>
</div>
</footer>
</body>
</html>