This repository has been archived by the owner on May 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
events.html
150 lines (142 loc) · 7.21 KB
/
events.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Code for Science and Society</title>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link rel="icon" href="/static/favicon.ico">
<link rel="stylesheet" href="/static/css/base.css" media="screen">
</head>
<body>
<div class="header">
<div class="header-nav container">
<div class="header-nav-links">
<ul class="header-nav-list">
<li><a href="/" class="header-nav-link">Home</a></li>
<li><a href="/about" class="header-nav-link">About</a></li>
<li><a href="/events" class="header-nav-link active">Events</a></li>
</ul>
</div>
<a href="/" class="header-logo">Code for Science & Society</a>
</div>
</div>
<div id="content"><div class="background-mask">
<div class="container centered">
<div class="content-title">Events</div>
<div class="content-horizontal-rule"></div>
</div>
</div>
<div class="container">
<div class="content-text-container">
<div class="content-text-paragraph">
We run periodic events in a variety of cities to talk open science, reproducibility, civic technology, and open data.
By sharing ideas and getting to know eachother in our regular meetups and workshops, we aim to foster a community that is collaborative in its development of open source technology for the public good.
</div>
<div class="content-text-paragraph">
We aim to bring together folks from different perspectives, projects, and backgrounds. Usually there is a diverse mix of scientists, developers, civic hackers, data analysts, project managers, designers, government officials, and more. Our events are free and open for everyone.
</div>
<h3>Upcoming Events</h3>
<div class="content-text-paragraph">
Come see the list of upcoming events on our <a href="https://www.meetup.com/Dat-Meetup/">Meetup.com Group</a>.
</div>
<div class="content-text-paragraph">
<h3>Dear speaker,</h3>
</div>
<div class="content-text-paragraph">
We're happy you'd like to give a talk at a Code for Science and Society meetup!
You're welcome to present on a half-baked idea, trend, interesting project (that may or may not be your own),
a well established project, or open source community you are a part of related to coding for science and society.
</div>
<div class="content-text-paragraph">
Every group in every city is slightly different, but we have some basic guidelines below to help your orient yourself before giving a talk at one of our meetups.
</div>
<h2>Talk Requirements</h2>
<h3>Duration</h3>
<div class="content-text-paragraph">
Please make absolutely sure to keep your talk within the limit identified by the organizer!
We aim to present short, focused ideas.
The audience will thank you for not stretching the evening after a long workday, and so will the other speakers and the team.
We’ll provide a countdown so you can check your timing during the talk.
</div>
<h3>Language</h3>
<div class="content-text-paragraph">
Talks are in English unless otherwise specified.
</div>
<h3>Questions</h3>
<div class="content-text-paragraph">
We do not take questions from the audience after talks.
There’ll be time for discussion and workshopping during breaks and after the meetup.
</div>
<h3>Code of Conduct</h3>
<div class="content-text-paragraph">
Please review our <a href="http://berlincodeofconduct.org/">Code of Conduct</a>, which we gracefully share from our friends in Berlin.
We aim to be a safe and inclusive event, and encourage you to use inclusive language and imagery in your presentation, for example by avoiding gendered pronouns.
Please reach out anytime if you have questions.
</div>
<h3>Location and Schedule</h3>
<div class="content-text-paragraph">
We recommend you show up at least 15 minutes before the event to make sure you can relax, set up your notebook, and meet the early birds.
We will help you set up the technical equipment, and should have the right connections for VGA, HDMI or MiniDisplayPort. However, if you want to be on the safe side or if
your machine is special, feel free to bring your own.
</div>
<h3>Recruiting and Advertising in Your Talk</h3>
<div class="content-text-paragraph">
We are very grateful for you to speak at the event!
So if you want to let the audience know about your upcoming product launch, your startup idea, or that you are hiring, you are very welcome to mention that while you’re on stage.
Just please keep any commercial shout-outs short and focus instead on exciting the crowd with the content of your talk.
</div>
<h3>Questions?</h3>
<div class="content-text-paragraph">
Please contact us any time if you have questions – we’re here to help!
We welcome speakers of any level of experience.
If you need assistance in improving your skills or have never given a talk before, do not fear!
Let us know, and we’ll review your slides and notes or give feedback and tips. Here's a great resource for getting into public speaking: <a href="http://weareallaweso.me/">weareallaweso.me</a>
</div>
<div class="content-text-paragraph">
We are looking forward to hearing your talk!
</div>
<div class="content-text-paragraph">
With Love,
</div>
<div class="content-text-paragraph">
The Code for Science & Society team
</div>
<div class="content-text-paragraph">
Graciously copied with slight modifications and permission from the <a href="http://up.front.ug/speakers-guide/">Up.front speaker's guide</a>.
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footer-directory container">
<div class="col-md-3 col-xs-6">
<div class="footer-heading">Explore</div>
<div class="footer-horizontal-rule"></div>
<ul class="footer-nav-list">
<li><a href="/"><span class="rsaquo">›</span> Home</a></li>
</ul>
</div>
<div class="col-md-3 col-xs-6">
<div class="footer-heading">Learn</div>
<div class="footer-horizontal-rule"></div>
<ul class="footer-nav-list">
<li><a href="/about"><span class="rsaquo">›</span> About</a></li>
</ul>
</div>
</div>
<div class="footer-credits">
<span class="footer-emphasized">Code for Science and Society</span> • copyright 2016
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84719120-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>