-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcfp.html
675 lines (667 loc) · 21.5 KB
/
cfp.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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="FOSS4G NA Baltimore 2023 Website" />
<meta name="author" content="OSGeo US" />
<title>FOSS4G NA Baltimore 2023 - Call For Presentations</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JJLVP1J4JV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-JJLVP1J4JV");
</script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet"
type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="index.html">FOSS4G NA Baltimore</a>
<button class="navbar-toggler text-uppercase font-weight-bold bg-primary text-white rounded" type="button"
data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive"
aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item py-2">
<a href="https://web.cvent.com/event/0049a110-05a7-4447-b8c8-c13812fa7f3d/summary"
class="nav-link">
Register
</a>
</li>
<li class="nav-item py-2 dropdown">
<a href="schedule.html" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">
Program
</a>
<div class="dropdown-menu dropdown-menu-start">
<a href="schedule.html#schedule" class="dropdown-item">
Schedule
</a>
<a href="schedule.html#speakers" class="dropdown-item">
Speakers
</a>
</div>
</li>
<li class="nav-item py-2 dropdown">
<a href="about.html" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">
About
</a>
<div class="dropdown-menu dropdown-menu-start">
<a href="about.html#coc" class="dropdown-item">
Code of Conduct
</a>
<a href="about.html#accomodation" class="dropdown-item">
Accomodations
</a>
<a href="about.html#travel" class="dropdown-item">
Travel
</a>
<a href="about.html#gala" class="dropdown-item">
Gala
</a>
<a href="about.html#registration" class="dropdown-item">
Registration
</a>
<a href="about.html#sponsorship" class="dropdown-item">
Sponsorship
</a>
<a href="about.html#volunteer" class="dropdown-item">
Volunteer
</a>
</div>
</li>
<li class="nav-item py-2 dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">
Call for presentations
</a>
<div class="dropdown-menu dropdown-menu-end">
<a href="cfp.html#description" class="dropdown-item">
Description
</a>
<a href="cfp.html#contribute" class="dropdown-item">
What to contribute
</a>
<a href="cfp.html#workshop" class="dropdown-item">
Workshops
</a>
<a href="cfp.html#presentations" class="dropdown-item">
Presentations
</a>
<a href="cfp.html#submission" class="dropdown-item">
Submission Details
</a>
<a href="cfp.html#review" class="dropdown-item">
Review Process
</a>
<a href="cfp.html#question" class="dropdown-item">
Questions
</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead bg-primary text-white text-center">
<div class="container d-flex align-items-center flex-column">
<!-- Masthead Avatar Image-->
<div class="row">
<img class="col-lg-6" src="assets/img/FOSS4GNA_LOGO.svg" alt="FOSS4G NA Baltimore Logo" />
<div class="col-lg-6 p-2 text-secondary bg-secondary my-auto p-4">
<!-- CFP Page Heading-->
<h2 class="z-heading text-center text-uppercase text-white my-auto">
Call for Presentations & Pre-Conference Workshops
</h2>
<ul class="type-none para text-center text-white my-2">
<li>
<a href="cfp.html#description"> DESCRIPTION </a>
</li>
<li>
<a href="cfp.html#contribute">
WHAT TO CONTRIBUTE
</a>
</li>
<li>
<a href="cfp.html#workshop"> WORKSHOPS </a>
</li>
<li>
<a href="cfp.html#contribute">
PRESENTATIONS
</a>
</li>
<li>
<a href="cfp.html#submission">
SUBMISSION DETAILS
</a>
</li>
<li>
<a href="cfp.html#review"> REVIEW PROCESS </a>
</li>
<li><a href="cfp.html#question"> QUESTIONS </a></li>
</ul>
<!-- call to action button -->
<div class="row my-5">
<a href="https://talks.osgeo.org/foss4g-na-2023">
<button type="button" class="btn btn-primary btn-lg col-12">
Submit your session now!
</button>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- CFP -->
<section class="page-section bg-secondary text-white mb-0" id="about">
<!-- Main Content -->
<div class="container">
<!-- DESCRIPTION -->
<div class="row border-bottom" id="description">
<h2 class="col-lg-4 text-white">DESCRIPTION</h2>
<div class="col-lg-4">
<p class="para">
The aim of the conference is twofold: the exchange
of information and experiences between users of
geographic data and free and open source software
for processing geographic information, and the
possibility for new or potential users to discover
the functionality of these systems and the
availability of data, and to meet developers and
experienced users.
<strong class="text-danger">
The deadline for all proposals is Midnight ET,
June 11th</strong>
</p>
</div>
<div class="col-lg-4">
<p class="para"></p>
</div>
</div>
<!-- CONTRIBUTE -->
<div class="row mt-3 border-bottom" id="contribute">
<h2 class="col-lg-4 text-white">WHAT TO CONTRIBUTE</h2>
<div class="col-lg-4">
<p class="para">
At this time, FOSS4G NA is seeking the following:
</p>
<ul class="para">
<li>
30-minute podium style presentations with the
intention of a 20-minute talk, 5 minutes of Q&A,
and 5 minutes for transition time
</li>
<li>3-hour pre-conference workshops</li>
</ul>
</div>
<div class="col-lg-4"></div>
</div>
<!-- PRE-CONFERENCE WORKSHOPS -->
<div class="row mt-3" id="workshop">
<h2 class="col-lg-4 text-white">
PRE-CONFERENCE WORKSHOPS
</h2>
<div class="col-lg-4">
<p class="para">
Workshops are intended to be highly stimulating
3-hour blocks of time that guide participants
through the features of various software projects.
These can be designed for beginner, advanced, or all
levels to cover the majority of user needs. It is
encouraged to hold workshops in a hands-on manner
where everyone is invited to use their own computer
and bring back home all of their achievements.
</p>
</div>
<div class="col-lg-4">
<p class="para">
All workshops will be scheduled for
<strong><u>Monday, October 23rd</u></strong>. Workshops will be scheduled by FOSS4G NA Workshop
Committee.
</p>
</div>
</div>
<div class="row mt-3 border-bottom">
<div class="col-lg-4">
<p class="para"></p>
</div>
<h2 class="col-lg-4 text-white">
Workshop Presenter Expectations
</h2>
<div class="col-lg-4">
<ul class="para">
<li>
There is a limit of two workshop presenters and
they do not need to register or pay.
</li>
<li>
If your proposal has been accepted and you are
no longer able to present, please notify the
organizers as soon as possible.
</li>
</ul>
</div>
</div>
<!-- 30-MINUTE PODIUM PRESENTATIONS -->
<div class="row mt-3" id="presentations">
<h2 class="col-lg-4 text-white">
30-MINUTE PODIUM PRESENTATIONS
</h2>
<div class="col-lg-4">
<p class="para">
If you have developed a free and open source project
related to geospatial technologies, if you have
implemented a FOSS4G solution or product, or
participated in a project that uses FOSS, we invite
you to participate by submitting a proposal.
<br /><br />Presentations are expected on
experiences both in the use of free geographic data
and metadata, and in the use or development of free
and open source geographic software. Your
contribution could present how you use open source
geospatial software, how it helps to solve your
company's/organization's problems, a new development
you are involved in and what it has improved, as
well as presentations in the various application
fields.
</p>
</div>
<div class="col-lg-4">
<p class="para">
Submissions promoting restricted licensed software
will not be accepted. This is a Free Open Source
Software conference and FOSS is the main interest.
</p>
</div>
</div>
<div class="row mt-3 border-bottom">
<div class="col-lg-4">
<p class="para"></p>
</div>
<h2 class="col-lg-4 text-white">
30-Minute Podium Presenter Expectations
</h2>
<div class="col-lg-4">
<ul class="para">
<li>
All presenters will be expected to register and
pay the conference registration fee.
</li>
<li>
If your proposal has been accepted and you are
no longer able to present, please notify the
organizers as soon as possible.
</li>
</ul>
</div>
</div>
<!-- HOW TO SUBMIT A PROPOSAL -->
<div class="row mt-3" id="submission">
<h2 class="col-lg-4 text-white">
HOW TO SUBMIT A PROPOSAL
</h2>
<div class="col-lg-4">
<p class="para">
All proposals must be submitted via an online portal
powered by the PreTalx platform therefore emailed
proposals will not be accepted. The following items
are required, and please plan to have ready for
completing the online submission form:
</p>
</div>
<div class="col-lg-4">
<p class="para"></p>
</div>
</div>
<div class="row mt-3">
<div class="col-lg-1">
<p class="para"></p>
</div>
<h2 class="col-lg-3">Proposal Title</h2>
<div class="col-lg-8">
<p class="para">Maximum 10 words</p>
</div>
</div>
<div class="row mt-3 text-yellow">
<div class="col-lg-1">
<p class="para"></p>
</div>
<h2 class="col-lg-3">Proposal Abstract</h2>
<div class="col-lg-8">
<p class="para">
Maximum 40 words - This will be used in marketing
materials to promote your talk.
</p>
</div>
</div>
<div class="row mt-3">
<div class="col-lg-1">
<p class="para"></p>
</div>
<h2 class="col-lg-3">Proposal Description</h2>
<div class="col-lg-8">
<p class="para">
Maximum 800 words - This should be a comprehensive
description of your presentation which is what will
be used to determine acceptance or rejection.
</p>
</div>
</div>
<div class="row mt-3 text-yellow">
<div class="col-lg-1">
<p class="para"></p>
</div>
<h2 class="col-lg-2">Track</h2>
<div class="col-lg-9">
<p class="para">
You will also be asked to select a track that best
fits your proposal. The options are:
</p>
<ul class="para type-none">
<li class="text-white mb-3">
<strong>State of Software</strong>
<br />
Projects give a state of their current projects,
and what's in present, upcoming release.
</li>
<li class="mb-3">
<strong>State of Software</strong>
<br />
Projects give a state of their current projects,
and what's in present, upcoming release.
</li>
<li class="text-white mb-3">
<strong> Use Case and Applications</strong>
<br />
Describe how software is used
</li>
<li class="mb-3">
<strong> Open Data</strong>
<br />
Initiatives for providing open data. Examples
include publishing to OpenStreetMap; tools for
collecting data; and new and advancing open data
formats.
</li>
<li class="text-white mb-3">
<strong> Transition to FOSS4G</strong>
<br />
Case studies of how organizations migrated from
proprietary to open source GIS solutions.
Lessons learned. Also tips on how to get more
involved in FOSS4G/OSGeo community
</li>
<li class="mb-3">
<strong> Education and Training</strong>
<br />
Initiatives to teach use of free and open source
GIS tools.
</li>
<li class="text-white mb-3">
<strong> FOSS4G in Government</strong>
<br />
FOSS4G used to meet a specific need in
government to meet business needs and/or satisfy
regulations on transparency and interoperability
</li>
<li class="mb-3">
<strong>
Climate, Environment and Sustainability
</strong>
<br />
Use cases for analysis and mapping of climate
change and resiliency planning, species and
habitats, environmental hazards, and
sustainability planning and accomplishments.
</li>
<li class="text-white mb-3">
<strong> Image Processing</strong>
<br />
Topics related to methods and case studies of
processing of raster data to accomplish various
tasks
</li>
<li class="mb-3">
<strong>The Business of Open Source</strong>
<br />
Everybody needs to make a living. This session
includes successful case studies and marketing
strategies for presenting Open Source Geospatial
solutions as viable products for consumers, both
public and private.
</li>
<li class="text-white mb-3">
<strong>
Infrastructure, Emergency Management and
Humanitarian
</strong>
<br />
Use cases on FOSS4G in Disaster Preparedness,
Disaster Response, and Community Recovery from
an event or ongoing problems.
</li>
<li class="mb-3">
<strong>Infrastructure</strong>
<br />
Use cases on managing infrastructure (Water,
sewer, telecommunications, farmland, etc.) or
geospatial infrastructure (metadata, catalog
services, etc.)
</li>
<li class="text-white mb-3">
<strong>Geo AI/ML</strong>
<br />
AI/ML libraries, utilities, frameworks and other
oss tools specifically for geospatial data
</li>
<li class="mb-3">
<strong>
Data Management and Interoperability
</strong>
<br />
Data interoperability, storage, search, formats,
interfaces
</li>
<li class="text-white mb-3">
<strong>FedGeoDay</strong>
<br />
Topics for FedGeoDay are presentations related
to topics of National scale and application.
Examples would be for geospatial data
distribution infrastructure via open standards,
climate (threats, adaptation and analysis),
Defense/Security/Intel applications, and
Emergency Management. Submissions for FedGeoDay
will also be considered for the main conference.
</li>
</ul>
</div>
</div>
<div class="row mt-3">
<div class="col-lg-1">
<p class="para"></p>
</div>
<h2 class="col-lg-3">Contact Information</h2>
<div class="col-lg-8">
<p class="para">Maximum 10 words</p>
</div>
</div>
<div class="row mt-3 text-yellow">
<div class="col-lg-1">
<p class="para"></p>
</div>
<h2 class="col-lg-11">
How many presentations have you given at either a global
or regional FOSS4G event?
</h2>
</div>
<div class="row mt-3">
<div class="col-lg-1">
<p class="para"></p>
</div>
<h2 class="col-lg-11">-- Workshop Submissions Only --</h2>
</div>
<div class="row mt-3 text-yellow">
<div class="col-lg-1">
<p class="para"></p>
</div>
<h2 class="col-lg-3">Workshop Level</h2>
<div class="col-lg-8">
<p class="para">All Levels, Beginner, Advanced</p>
</div>
</div>
<div class="row mt-3">
<div class="col-lg-1">
<p class="para"></p>
</div>
<h2 class="col-lg-3">Maximum Number of Attendees</h2>
<div class="col-lg-8">
<p class="para">20, 30, 40, 50, or No Maximum</p>
</div>
</div>
<div class="row mt-3 text-yellow border-bottom">
<div class="col-lg-12">
<p class="para">
FOSS4G is committed to increasing equity, inclusion,
and diversity in our organization. To help us track
our progress, there are also optional questions
pertaining to age, race, and gender identity. These
answers will remain strictly confidential and will
only be available to the FOSS4G NA Executive
Committee.
</p>
</div>
</div>
<!-- REVIEW PROCESS AND NOTIFICATIONS -->
<div class="row mt-3" id="review">
<h2 class="col-lg-4 text-white">
REVIEW PROCESS AND NOTIFICATIONS
</h2>
<div class="col-lg-4">
<p class="para">
After the online submission closes on Jun 11th, the
proposals will be reviewed by the Conference Program
Committee to determine what submissions will be
accepted or declined. <br /><br />
Submitters will be notified of the final decision by
June 9th and will receive a Presenter Toolkit
outlining details needed to provide you with a
successful experience.
</p>
</div>
<div class="col-lg-4">
<p class="para"></p>
</div>
</div>
<div class="row mt-3 border-bottom">
<div class="col-lg-4">
<p class="para"></p>
</div>
<div class="col-lg-6">
<h2 class="col-lg-4 text-white">IMPORTANT DATES</h2>
<div class="para display-6 mt-5">
Call for Presentation Deadline <br />
<s>Wednesday, May 31st</s><br />
Sunday, June 11th, Midnight EST<br />
<div class="divider-custom">
<div class="divider-custom-line-white"></div>
</div>
Committee Review Period <br />
<s>June 3rd - July 21</s> <br />
June 12th - July 18th <br />
<div class="divider-custom">
<div class="divider-custom-line-white"></div>
</div>
Presentation Acceptance Announcement <br />
July 28th - Aug 7th <br />
<div class="divider-custom">
<div class="divider-custom-line-white"></div>
</div>
Full Schedule Announcment <br />
August 14th
</div>
</div>
<div class="col-lg-4">
<p class="para"></p>
</div>
</div>
<!-- QUESTIONS -->
<div class="row mt-3" id="question">
<h2 class="col-lg-4 text-white">QUESTIONS</h2>
<div class="col-lg-4">
<p class="para">
Please contact
<a href="mailto:[email protected]">
Cindy Sherwood
</a>
if you have any questions or need assistance with
the online submission process.
</p>
</div>
<div class="col-lg-4">
<p class="para"></p>
</div>
</div>
<!-- call to action button -->
<div class="row my-5">
<a href="https://talks.osgeo.org/foss4g-na-2023">
<button type="button" class="btn btn-primary btn-lg col-12">
Submit your session now!
</button></a>
</div>
</div>
<!-- Footer-->
<footer class="footer text-center">
<div class="container">
<div class="row">
<!-- Footer Social Icons-->
<div class="col-lg-12 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Get Updates</h4>
<a class="btn btn-outline-light btn-social mx-1"
href="https://us19.list-manage.com/contact-form?u=8635900ee697ecbb8a595f92d&form_id=2a26281da80916604418c94616d3a1ac"><i
class="fab fa-fw fa-mailchimp"></i></a>
<a class="btn btn-outline-light btn-social mx-1" href="https://twitter.com/foss4gna"><i
class="fab fa-fw fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social mx-1" href="https://www.tiktok.com/@foss4gna"><i
class="fab fa-fw fa-tiktok"></i></a>
<a class="btn btn-outline-light btn-social mx-1"
href="https://www.facebook.com/profile.php?id=100091575422696"><i
class="fab fa-fw fa-facebook"> </i>
</a>
<a class="btn btn-outline-light btn-social mx-1" href="https://www.instagram.com/foss4gna/"><i
class="fab fa-fw fa-instagram"> </i>
</a>
</div>
</div>
</div>
</footer>
<!-- Copyright -->
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>Copyright © OSGeo US 2023</small>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</section>
</body>
</html>