-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathfaq.html
304 lines (287 loc) · 16.3 KB
/
faq.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="PyCon India, the premier conference in India on using and developing the Python programming language is conducted annually by the Python developer community and it attracts the best Python programmers from across the country and abroad.">
<meta name="author" content="">
<title>PyCon India 2018 in Hyderabad | October 5th to 9th</title>
<!-- canonical URL -->
<link rel="canonical" href="https://in.pycon.org/2018/faq.html">
<!-- Bootstrap Core CSS -->
<link href="custom/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="./font-awesome/css/font-awesome.min.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111617773-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111617773-1');
</script>
<!-- Fonts -->
<link href="custom/css/animate.css" rel="stylesheet" />
<link href="custom/css/style.css" rel="stylesheet">
<link href="custom/css/scroll.css" rel="stylesheet">
<link href="custom/css/buttons.css" rel="stylesheet">
<link rel="shortcut icon" href="img/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Montserrat+Alternates:300,400,500,600" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<!-- Preloader -->
<!-- <div id="preloader">
<div id="load"></div>
</div> -->
<nav class="navbar navbar-custom navbar-fixed-top top-nav-collapse">
<div class="container" style="width: 1170px;">
<a class="navbar-brand" rel="home" href="https://in.pycon.org/2018/" title="PyCon India 2018">
<img src="./img/banner-logo.png" class="nav-logo" alt="banner-logo">
</a>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html#journey">Journey</a></li>
<li><a href="index.html#speakers">Keynotes</a></li>
<li><a href="index.html#schedule">Schedule</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Events<span class="caret"></span>
<ul class="dropdown-menu">
<li><a href="https://in.pycon.org/cfp/devsprint-2018/proposals/">Devsprints</a></li>
<li><a href="open-spaces.html">Open Spaces</a></li>
</ul>
</li>
<li><a href="index.html#sponsors">Sponsors</a></li>
<li><a href="https://in.pycon.org/blog/">Blog</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Attend<span class="caret"></span>
<ul class="dropdown-menu">
<li><a href="index.html#tickets">Tickets</a></li>
<li><a href="index.html#venue">Venue</a></li>
<li><a href="travel.html">Traveling to Hyderabad</a></li>
<li><a href="hotels.html">Hotels</a></li>
<li><a href="https://goo.gl/forms/iqZ8I3xfzcXXLxQq2">Childcare</a></li>
</ul>
</li>
<li class="active"><a href="faq.html">FAQ</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">More<span class="caret"></span>
<ul class="dropdown-menu">
<li><a href="volunteer.html">Volunteer</a></li>
<li><a href="https://goo.gl/forms/R4g5sxjZIXezvp7z1">Community Spaces</a></li>
<li><a href="coc.html">COC</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- Section: about -->
<section id="faq" class="home-section splitsection" style="margin-top:0">
<div class="heading-about">
<div class="container">
<h2>FAQ</h2>
<div class="pycon-faq">
<h5><b>Q. Where can I find updates related to PyCon India 2018?</b></h5>
<ul class="faq-answer">
<li> All communications related to the conference happens on PyCon India mailing list. You can receive the updates by joining <a href="https://mail.python.org/mailman/listinfo/inpycon">InPyCon mailing list</a> or you can follow PyCon India on <a href="https://twitter.com/pyconindia">Twitter</a>. We will make all our announcements on Twitter.
</li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. What is the venue of PyCon India 2018?</b></h5>
<ul class="faq-answer">
<li>- The venue of the Workshop and Conference (5th - 7th Oct, '18) is on Hyderabad International Convention Centre (HICC), Kondapur, Izzathnagar, Kothaguda, Hyderabad</li>
<li>- The venue for <a href="https://in.pycon.org/blog/2018/devsprints-ticket-are-open.html" target="_blank">Devsprints</a> (8th - 9th Oct, '18) is Talent Sprint, PSR Prime Tower, Beside DLF Cyber City, Gachibowli, Hyderabad</li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. I want to present a talk/workshop at the conference. What should I do?</b></h5>
<ul class="faq-answer">
<li>Call for Proposals is now closed. We hope to see you next year at PyCon India 2019. Please follow PyCon India on <a href="https://twitter.com/pyconindia">Twitter</a> for all the latest updates.</li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. How do I upload presentations to the site?</b></h5>
<ul class="faq-answer">
<li> We don't support presentation uploads yet. Please upload your presentation to a public site such as SlideShare or Google Docs and use that link in your talk's description.</li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. I want to volunteer for the conference. What should I do?</b></h5>
<ul class="faq-answer">
<li>Check out the <a href="volunteer.html">Volunteer Page</a> to know about the roles and responsibilities. Fill the <a href="https://goo.gl/forms/EhBMHRflWmsGXlYi2">volunteer form</a> and subscribe to PyCon India <a href="https://mail.python.org/mailman/listinfo/inpycon">mailing list</a> for updates.</li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. I am a speaker/volunteer at the conference. Do I need to buy a ticket?</b></h5>
<ul class="faq-answer">
<li> Yes. At PyCon India, everybody buys tickets. Even the event organizers buy tickets. Your ticket helps keep the event affordable for all.</li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. Will the Internet and WiFi setup be good enough for a large crowd? Should I get a datacard?</b></h5>
<ul class="faq-answer">
<li> We try really hard to arrange good Internet at the venue. Most of the times it is adequate. But the unpredictable amount of usage during the event sometimes causes some problems. So it is fine if you don’t carry a data card, but there is no harm in being prepared for the worst.</li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. What are the workshop, Developer Sprints and conference timings?</b></h5>
<ul class="faq-answer">
<li>- Workshop day (Oct 5 2018): 08:00 AM - 06:30 PM.</li>
<li>- Conference days (Oct 6 and Oct 7, 2018): 08:00 AM - 5.30 PM.</li>
<li>- Developers Sprints days (Oct 8 and Oct 9, 2018): 08:00 AM - 06:30 PM.</li>
For a detailed schedule, refer <a href="https://in.pycon.org/2018/index.html#schedule" target="_blank">here</a>.
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. What all does the Conference ticket (Oct 6 and Oct 7, 2018) include? </b></h5>
<ul class="faq-answer">
<li>- A full conference pass for two days that includes access to all keynotes, talks, sessions and much more.</li>
<li>- Lunch and High-Tea</li>
<li>- PyCon India T-shirt and goodies which will be distributed on Oct 6, 2018.</li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. My talk is not selected for conference, can I opt for OpenSpace? </b></h5>
<ul class="faq-answer">
<li> Yes. You can submit an OpenSpace proposal once we start accepting the same. Early proposals can be accepted at <a href="mailto:cfp@in.pycon.org?subject=OpenSpace_Proposal">cfp@in.pycon.org</a></li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. What is the screening process of OpenSpace talk? </b></h5>
<ul class="faq-answer">
<li> There is no screening process. We are trying to be better organized upfront by knowing the number of OpenSpace talks. This will help the organizing team plan to get all logistics required. Check the <a href="https://in.pycon.org/2018/open-spaces.html" target="_blank">OpenSpaces</a> page under events for more information.</li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. Where can I stay while in Hyderabad for the conference?</b> </h5>
<ul class="faq-answer">
<li>We have tied up with OYO Rooms to provide hotels at affordable rates. Please check <a href="https://in.pycon.org/blog/2018/announcing-oyo-rooms-as-accomodation-partner.html">this blog post</a> for more information.</li>
</ul>
</div>
<!-- <div class="pycon-faq">
<h5><b>Q. I need to cancel my ticket due to unavoidable cicumstances. What is the refund policy?</b></h5>
<ul class="faq-answer">
<li> We allow tickets to be cancelled, but cancellation might be barred in the last few days leading up to the conference. This space will be updated if cancellation is barred at any time.</li>
</ul>
</div> -->
<div class="pycon-faq">
<h5><b>Q. Where can I buy tickets for PyCon India 2018?</b></h5>
<ul class="faq-answer">
<li>You can buy tickets at this <a href="https://in.pycon.org/2018/#tickets">link</a>.</li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. What is the pricing of PyCon India 2018 tickets?</b></h5>
<ul class="faq-answer">
<li>Find the pricing at this <a href="https://in.pycon.org/2018/#tickets">link</a>.</li>
</ul>
<div class="pycon-faq">
</div>
<h5><b>Q. Is there a different ticket for Workshop?</b></h5>
<ul class="faq-answer">
<li>Yes. Workshop tickets are separate from conference tickets. Get them at this <a href="https://in.pycon.org/2018/#tickets">link</a>.</a></li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. There is a change in my plan so I can't attend the Conference. Can I get a refund?</b></h5>
<ul class="faq-answer">
<li>You can Transfer your tickets. Transfer can be done until Sept 30, 2018. To Transfer/Cancel your tickets write an email to <a href="mailto:tickets@hydpy.org">tickets@hydpy.org</a>.</li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. Is accomodation included in the ticket?</b></h5>
<ul class="faq-answer">
<li>No, it doesn't include accomodation. The ticket covers an all access pass to the conference/workshop including lunch, snacks, T-shirt and goodies.</a></li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. Is Devsprints tickets free?</b></h5>
<ul class="faq-answer">
<li>Yes. Any person who has a conference ticket is eligible to attend the Devsprints. However seats to Devsprints are limited. To manage the logistics for the event, one needs to register for the event for a nominal fee. Check this for <a href="https://in.pycon.org/blog/2018/devsprints-ticket-are-open.html" target="_blank">more information.</a></li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. I have bought the ticket for the morning workshop but I want to attend evening workshop can I do that?</b></h5>
<ul class="faq-answer">
<li>Please cancel the ticket and reregister. The participant will just incur the loss of ticketing platform.</a></li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. I have bought the workshop ticket am I eligible to participate in DevSprint?</b></h5>
<ul class="faq-answer">
<li>No. A conference ticket is required to participate in the devsprint.</li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. Would be there any on-spot ticket registration at PyCon India 2018 venue?</b></h5>
<ul class="faq-answer">
<li>No, there won't be any on-spot tickets available for the conference.</a></li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. Can I switch between the workshop in session time?</b></h5>
<ul class="faq-answer">
<li>No. Each track is planned at their full capacity.</a></li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. I am a student who is graduating this year before the Conference date. Which ticket should I buy?</b></h5>
<ul class="faq-answer">
<li>Students should show their valid ID card on the day of the Conference during registration to be eligible for the student ticket. So you should buy an early bird or regular ticket if you won't have your ID during the conference.</a></li>
</ul>
</div>
<div class="pycon-faq">
<h5><b>Q. My question is not listed here / I am still unclear about a few things. Whom should I contact?</b></h5>
<ul class="faq-answer">
<li> If its a general query send it to <a href="mailto:contact@in.pycon.org">contact@in.pycon.org</a>. For all ticket related queries please write to <a href="mailto:tickets@hydpy.org">tickets@hydpy.org</a>.</li>
</ul>
</div>
</div>
</div>
</section>
<!-- /Section: about -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<p>Copyright © 2018 Python Software Society of India</p>
</div>
<div class="col-md-4">
<img src="img/footer-logo.png" alt="image">
<br>
<br>
<ul class="list-inline">
<li><a href="https://www.facebook.com/PyConIndia" target="_blank" class="icon"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/pyconindia" target="_blank" class="icon"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://mail.python.org/mailman/listinfo/inpycon" target="_blank" class="icon"><i class="fa fa-envelope" aria-hidden="true"></i></a></li>
<li><a href="mailto:tickets@hydpy.org" class="icon"><i class="fa fa-ticket" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="col-md-4">
<a href="http://webchirpy.com" target="_blank"> <img src="img/wc.png" alt="image" class="pull-right img-responsive"> </a>
</div>
</div>
</div>
</footer>
<!-- Core JavaScript Files -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
<script src="js/jtline.js"></script>
<script src="js/canvas.js"></script>
</body>
</html>