-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcfp.html
232 lines (200 loc) · 10.4 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!-- Favicon -->
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/custom.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Anonymous+Pro:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> <title>Call for Papers - PyCon Indonesia 2017 </title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> </head>
<body>
<!-- Made by Erik Terwan -->
<!-- 24th of November 2015 -->
<!-- All rights reserved -->
<nav class="nav" role="navigation">
<div id="menuToggle">
<!--
A fake / hidden checkbox is used as click reciever,
so you can use the :checked selector on it.
-->
<input type="checkbox" />
<!--
Some spans to act as a hamburger.
They are acting like a real hamburger,
not that McDonalds stuff.
-->
<span></span>
<span></span>
<span></span>
<!--
Too bad the menu has to be inside of the button
but hey, it's pure CSS magic.
-->
<ul id="menu">
<li><a href="/">Home</a></li>
<li><a href="http://ticket.pycon.id">TICKET</a></li>
<li><a href="/cfp.html">Call For Papers</a></li>
<li><a href="/coc.html">Code of Conduct</a></li>
</ul>
</div>
</nav>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo">
<a href="/index.html"><img src="images/logo.png" alt="" /></a>
</span>
<p>Surabaya, 9 Desember 2017</p>
<p>A NEW BEGINNING</p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<!-- <li>
<a href="#sponsor">Sponsorships</a>
</li> -->
<li>
<a href="http://pycon.id">Homepage</a>
</li>
<li><a href="http://ticket.pycon.id">Ticket</a></li>
<li>
<a href="coc.html">Code of Conduct</a>
</li>
</ul>
</nav><!-- Main -->
<div id="main">
<!-- Call For Papers -->
<section id="cfp" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Call For Papers</h2>
</header>
<strong>CFP CLOSED!</strong>
<p>PyCon Indonesia is pleased to announce that the Call For Proposals is now open. We are calling out for speakers to share their Python knowledge which would intrigue the Python community at this event!</p>
<p>We’re looking for proposals on every aspect of Python: from basic to advanced levels. We’re interested to see all content that’s interesting and engaging to the Python community, whether it be tutorials, case studies, interactive sessions, or even how you and your organization works with Python. So if you have something that the community might be interested in, let us know; and don’t worry if you’re a seasoned engineer or a novice with no experience of presenting at a conference before; what matters is the content that you’ll be sharing with the community.</p>
<p>Talks can be as short as 15 minutes and go up to 30 minutes, and Workshops can be up to 60 minutes long. So whether you’re a Python veteran, or a blooming beginner, we welcome you to join the event and share your knowledge with the community. Start by submitting your proposal now.</p>
<h2>Important Dates </h2>
<ul class="list-item">
<li>Call For Proposals begin: Friday, 16 October 2017</li>
<li>Proposal submission deadline: Monday, 06 November 2017 </li>
<li>Announcement of accepted proposals: Thursday, 09 November 2017</li>
</ul>
<h2>Proposal Types</h2>
<p>Talks are limited to a maximum of 30 minutes, and may preferably be accompanied with helping material (presentation, document, etc). Talks could be on a variety of topics (for further details and inspiration, check out the next section).</p>
<p>Workshops, tutorials, and interactive sessions have a 90 minutes limit. For workshops, we encourage tutorials that can be helpful to the community at any level, whether beginner or advanced. Both time slots include time for questions from the audience, so please plan your talk accordingly.</p>
<h3>Suggested Topics</h3>
<p>The following is a list of topics we'd like to cover in the conference.
<ul class="list-item">
<li>History and Evolution of Python </li>
<li>Language & Features: e.g. meta classes, what's new in v3.6 </li>
<li>Libraries & Frameworks: e.g. Intro to Flask, ORM in Django, Creating a Web App in Django </li>
<li>Testing & Debugging: e.g. effective testing techniques, intro to load testing </li>
<li>Python vs. Other Languages: e.g. CodeIgniter vs. Django, .NET vs. Django </li>
<li>Python Paradigms: e.g. functional programming, multithreading, parallelism </li>
<li>Applied Python: e.g. python & big data, machine learning, embedded systems </li>
<li>Tutorials: e.g. get started with machine learning, data extraction, spam detection</li>
</ul>
</p>
<p>Presentation subjects may range from reports on open source, academic or commercial projects; or even tutorials and case studies. If a presentation is interesting and useful to the Python community, it will be considered for inclusion in the program. We're especially interested in short presentations that will teach conference-goers something new and useful.</p>
<h2>Guidelines for Proposal Submission</h2>
<p>While there’s not a strict criteria on the proposal content, there are a few guidelines to be followed while submitting a proposal (see the next section for submission options) and you must follow the Code of Conduct.</p>
<p>The proposal should be concise and relevant to the event. Please be sure to mention necessary versions and environment setup configurations, where applicable.</p>
<p>It’s preferable if your associated organization’s name/branding is mentioned only at the beginning of the proposal, and the rest of the content is unbiased and generic. Moreover, any platform, technology, browser, and OS biases should also be avoided. Selection status of proposals will be notified via email.</p>
<p>Feel free to submit multiple proposals. For any questions, please write to conf@python.or.id Last, but not the least, we accept talks in Bahasa Indonesia and English. After all, it’s PyCon Indonesia!</p>
<h2>How to Submit</h2>
<p>Use the submission form. Alternatively, you can also email at conf@python.or.id, and please make sure your proposal adheres to the proposal format mentioned below.</p>
<h2>Proposal Format</h2>
<p>If you’re sending a proposal via email, please be sure to follow this format:</p>
<ul class="list-item">
<li>Your name and contact number </li>
<li>The organization/institution you are affiliated with </li>
<li>Proposal title </li>
<li>Type of Content: whether it's a general talk, or a demo/hands-on tutorial. </li>
<li>Abstract of your talk: Public summary for the website and program</li>
<li>Target Audience: indicate the intended audience and difficulty level: Beginner/Intermediate/Advanced.</li>
<li>Further information about yourself</li>
</ul>
<h2>Further Information</h2>
<p>For any other queries regarding proposals and PyCon Indonesia 2017, feel free to contact us at conf@python.or.id </p>
<ul class="actions">
<li>
<a href="https://goo.gl/forms/bhokRyztiBwMVF612" class="button">Submit Paper</a>
</li>
</ul>
</div>
<!-- <span class="image">
<img src="images/pic01.jpg" alt="" />
</span> -->
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="alt">
<section>
<h2>PyCon Indonesia 2017</h2>
<span class="logo">
<img src="images/logo-no.png" alt="" />
</span>
<p>PyCon Indonesia is a largest Python conference in Indonesia where Python users, or people interested in Python, gather to learn from each other and meet other members of the community. We chose "A new Beginning" as our theme.</p>
</section>
<section>
<h2>A New Beginning at PyCon Indonesia 2017</h2>
<dl class="alt">
<dt>Location</dt>
<dd>Politeknik Elektronika Negeri Surabaya, Indonesia</dd>
<dt>Email</dt>
<dd>
<a href="#">conf@python.or.id</a>
</dd>
</dl>
<ul class="icons">
<li>
<a href="#" class="icon fa-twitter alt">
<span class="label">Twitter</span>
</a>
</li>
<li>
<a href="#" class="icon fa-facebook alt">
<span class="label">Facebook</span>
</a>
</li>
<li>
<a href="#" class="icon fa-instagram alt">
<span class="label">Instagram</span>
</a>
</li>
<li>
<a href="#" class="icon fa-github alt">
<span class="label">GitHub</span>
</a>
</li>
<li>
<a href="#" class="icon fa-dribbble alt">
<span class="label">Dribbble</span>
</a>
</li>
</ul>
</section>
<p class="copyright">© PyCon Indonesia 2017.</p>
</footer> </div>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="/js/jquery.scrollex.min.js"></script>
<script src="/js/jquery.scrolly.min.js"></script>
<script src="/js/skel.min.js"></script>
<script src="/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="/js/main.js"></script>
</body>
</html>