-
Notifications
You must be signed in to change notification settings - Fork 55
/
faqs.html
359 lines (349 loc) · 18.2 KB
/
faqs.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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PyCon India 2017</title>
<link rel="icon" href="images/favicon.png" type="images/png" sizes="16x16">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/customScrollbar.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/prettyPhoto.css">
<link rel="stylesheet" href="css/jquery.fullpage.css">
<link rel="stylesheet" href="css/transitions.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/colors/color-3.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<script src="js/wow/wow.min.js"></script>
<script src="js/wow/init.wow.js"></script>
<style>
html,
body{height: auto;}
</style>
</head>
<body class="tg-home tg-homeone">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!--************************************
Wrapper Start
*************************************-->
<div id="tg-wrapper" class="tg-wrapper tg-haslayout">
<!--************************************
Header Start
*************************************-->
<!--************************************
Header Start
*************************************-->
<header id="tg-header" class="tg-header tg-haslayout">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<strong class="tg-logo"><a href="index.html"><img src="images/logo.png" alt="company logo here"></a></strong>
<div class="tg-navigationarea">
<nav id="tg-nav" class="tg-nav">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#tg-navigation" 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 id="tg-navigation" class="collapse navbar-collapse tg-navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="/2017/#speakers">Speakers</a></li>
<li><a href="/2017/#schedule">Schedule</a></li>
<li><a href="sponsorship.html">Sponsorship</a></li>
<li><a href="https://in.pycon.org/blog/">Blog</a></li>
<li><a href="faqs.html">FAQs</a></li>
<li class="menu-item-has-children">
<a href="javascript:void(0);">More</a>
<ul class="sub-menu">
<li><a href="childcare.html">Childcare</a></li>
<li><a target="_blank" href="https://in.pycon.org/cfp/2017/proposals">View Proposals</a></li>
<li><a href="volunteer.html">Volunteer</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="coc.html">Code of Conduct</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!--************************************
Header Stop
*************************************-->
<!--************************************
Inner Baner Start
*************************************-->
<div class="tg-innerbanner tg-haslayout tg-bgparallax">
<div class="container">
<div class="tg-innerbannercontent">
<div class="tg-pagetitle">
<h1 class="animated fadeInDown">F.A.Q</h1>
</div>
<ol class="tg-breadcrumb">
<li><a href="#">Home</a></li>
<li class="tg-active">F.A.Q</li>
</ol>
</div>
</div>
</div>
<!--************************************
Inner Baner End
*************************************-->
<!--************************************
Main Start
*************************************-->
<main id="tg-main" class="tg-main tg-haslayout">
<div class="tg-askquestions tg-sectionspace">
<div class="container">
<div class="row">
<div class="col-xs-offset-0 col-xs-12 col-sm-offset-0 col-sm-12 col-md-offset-2 col-md-8 col-lg-offset-2 col-lg-8">
<div class="tg-sectionhead-faq">
<div class="tg-sectionheading">
<h2>Frequently Asked Questions</h2>
<h3>A Little Help For You</h3>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="tg-commonquestions-faq">
<div id="tg-themescroll" class="tg-themeaccordian tg-themescrollbar">
<div id="tg-accordion" class="tg-accordion" role="tablist" aria-multiselectable="true">
<div class="tg-panel">
<h4><span>Q.</span>I want to present a talk/workshop at the conference. What should I do?</h4>
<div class="tg-panelcontent">
<div class="tg-description">
<p><span>A.</span>You can submit the proposal for your <a href="https://in.pycon.org/cfp/2017/proposals/">talk/workshop here</a>.</p>
</div>
</div>
</div>
<div class="tg-panel">
<h4><span>Q.</span>How do I upload presentations to the site?</h4>
<div class="tg-panelcontent">
<div class="tg-description">
<p><span>A.</span>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.</p>
</div>
</div>
</div>
<div class="tg-panel">
<h4><span>Q.</span>I want to volunteer for the conference. What should I do?</h4>
<div class="tg-panelcontent">
<div class="tg-description">
<p><span>A.</span>Please share your details by <a href="http://bit.ly/inpycon2017">filling this form</a> and the team will soon get back to you with responsibilities according to the domains you choose.</p>
</div>
</div>
</div>
<div class="tg-panel">
<h4><span>Q.</span>I am a speaker/volunteer at the conference. Do I need to buy a ticket?</h4>
<div class="tg-panelcontent">
<div class="tg-description">
<p><span>A.</span>Yes. At PyCon India, everybody buys tickets. Even the event organizers buy tickets. Your ticket helps keep the event affordable for all.</p>
</div>
</div>
</div>
<div class="tg-panel">
<h4><span>Q.</span>Will the Internet and WiFi setup be good enough for a large crowd? Should I get a datacard?</h4>
<div class="tg-panelcontent">
<div class="tg-description">
<p><span>A.</span>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.
</p>
</div>
</div>
</div>
<div class="tg-panel">
<h4><span>Q.</span>What are the workshop and conference timings?</h4>
<div class="tg-panelcontent">
<div class="tg-description">
<p><span>A.</span>- Workshop and Devsprint (Nov 2nd and 3rd): 08:00 AM - 06:30 PM.</p>
<p class="tg-offset">- Conference days (Nov 4th and 5th): 08:00 AM - 5.30 PM.</p>
</div>
</div>
</div>
<div class="tg-panel">
<h4><span>Q.</span>What all does the Conference ticket (November 4 & 5) include? </h4>
<div class="tg-panelcontent">
<div class="tg-description">
<p><span>A.</span>- Full conference pass for two days.</p>
<p class="tg-offset">- Breakfast, Lunch and High-Tea.<br>
- PyCon India T-shirt which will be distributed on November 4th.</p>
</div>
</div>
</div>
<div class="tg-panel">
<h4><span>Q.</span>My talk is not selected for conference, can I opt for OpenSpace? </h4>
<div class="tg-panelcontent">
<div class="tg-description">
<p><span>A.</span>Yes. You can submit an OpenSpace proposal once we start accepting the same. Keep following to further updates.</p>
</div>
</div>
</div>
<div class="tg-panel">
<h4><span>Q.</span>What is the screening process of OpenSpace talk?</h4>
<div class="tg-panelcontent">
<div class="tg-description">
<p><span>A.</span>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.</p>
</div>
</div>
</div>
<!-- <div class="tg-panel">
<h4><span>Q.</span>Where can I stay while in Delhi for the conference?/h4>
<div class="tg-panelcontent">
<div class="tg-description">
<p><span>A.</span>There is a vibrant Python community in Delhi with whom one can share rooms. Else, you can also look for budget hotels around the Jawahar Lal Nehru University.</p>
</div>
</div>
</div> -->
<!-- <div class="tg-panel">
<h4><span>Q.</span>How can I travel to the conference venue?</h4>
<div class="tg-panelcontent">
<div class="tg-description">
<p><span>A.</span>You can easily reach the conference by taking a cab to the Jawahar Lal Nehru University. The venue also has good public transport connectivity:<br>
- Green Park Metro Station - 7.5 Km<br>
- Rajiv Chowk Metro Station- 15 Km<br>
- Hazrat Nizammudin Railway Station - 15.5 Km
</p>
</div>
</div>
</div> -->
<div class="tg-panel">
<h4><span>Q.</span>I need to cancel my ticket due to unavoidable circumstances. What is the refund/transfer policy?</h4>
<div class="tg-panelcontent">
<div class="tg-description">
<p><span>A.</span>- All tickets are transferable.</p>
<p class="tg-offset">- Early bird tickets cannot be canceled. They can only be transferred.</p>
<p class="tg-offset">- All other tickets can be canceled till 15th Oct 2017.</p>
<p class="tg-offset">- Tickets can be transferred till 31th Oct 2017 using the ticket transfer <a href="https://www.explara.com/manage-tickets">link</a>.</p>
</div>
</div>
</div>
<div class="tg-panel">
<h4><span>Q.</span>Do I have to buy a seperate ticket for the Dev Sprint?</h4>
<div class="tg-panelcontent">
<div class="tg-description">
<p><span>A.</span>No, you don't have to buy a seperate ticket for Dev Sprint. But you'll need to have either a Conference Ticket or a Workshop Ticket to be able to enter Dev Sprint. Entry into Dev Sprint will be 'first come first serve' based.</a></p>
</div>
</div>
</div>
<div class="tg-panel">
<h4><span>Q.</span>My question is not listed here / I am still unclear about a few things. Whom should I contact?</h4>
<div class="tg-panelcontent">
<div class="tg-description">
<p><span>A.</span>Please send an email to <a href="mailto:[email protected]">[email protected].</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!--************************************
Main End
*************************************-->
<!--************************************
Footer Start
*************************************-->
<footer id="tg-footer" class="tg-footer tg-haslayout">
<div class="tg-foorterbar">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<p class="tg-copyrights">Copyright © 2017 Python Software Society of India</p>
<ul class="tg-socialicons">
<li class="tg-facebook"><a href="https://www.facebook.com/PyConIndia/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="tg-twitter"><a href="https://twitter.com/pyconindia" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="tg-linkedin"><a href="https://webchat.freenode.net/?channels=%23pyconindia" target="_blank"><i class="fa fa-comments"></i></a></li>
<li class="tg-googleplus"><a href="https://mail.python.org/mailman/listinfo/inpycon" target="_blank"><i class="fa fa-envelope"></i></a></li>
</ul>
<strong class="tg-logo"><a href="index.html"><img src="images/logo.png" alt=""></a></strong>
</div>
</div>
</div>
</div>
</footer>
<!--************************************
Footer End
*************************************-->
</div>
<!--************************************
Wrapper End
*************************************-->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.3/moment.min.js"></script>
<script type="text/javascript" src="js/vendor/twitter-post-fetcher.js"></script>
<script type="text/javascript" src="js/vendor/twitter-post-fetcher-config.js"></script>
<script src="js/vendor/jquery-library.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="https://maps.google.com/maps/api/js?key=AIzaSyCR-KEWAVCn52mSdeVeTqZjtqbmVJyfSus&language=en"></script>
<script src="js/customScrollbar.min.js"></script>
<script src="js/packery.pkgd.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.hoverdir.js"></script>
<script src="js/jquery.vide.min.js"></script>
<script src="js/jquery.fullpage.js"></script>
<script src="js/isotope.pkgd.js"></script>
<script src="js/prettyPhoto.js"></script>
<script src="js/countdown.js"></script>
<script src="js/countTo.js"></script>
<script src="js/appear.js"></script>
<script src="js/gmap3.js"></script>
<script src="js/feed.js"></script>
<script src="js/markdown-it.min.js"></script>
<script src="js/main.js"></script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-60420410-1','auto');ga('send','pageview');
</script>
<script>
$(document).ready(function(){
// Add scrollspy to <body>
$('body').scrollspy({target: ".navbar", offset: 50});
// Add smooth scrolling on all links inside the navbar
$("#tg-navigation a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
</body>
</html>