-
Notifications
You must be signed in to change notification settings - Fork 34
/
faq.html
250 lines (228 loc) · 13.9 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
<!DOCTYPE html>
<!--
===============================================================================
== NOTE: To edit html file, change the files inside /templates/ folder only. ==
== Use `staticjinja build` or `staticjinja watch` to recompile them. ==
===============================================================================
-->
<!--[if IE 8]><html lang="en" class="ie8"><![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"><![endif]-->
<!--[if !IE]> <!-->
<html lang="en">
<!-- <![endif]-->
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PyCon India 2016 in New Delhi | September 23rd to 25th</title>
<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.">
<script type="text/javascript">
if(window.location.host == 'in.pycon.org') {
document.write("<base href='/2016/' />");
}
</script>
<meta name="author" content="Pycon India">
<link rel="shortcut icon" href="favicon.png">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="fonts/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/custom.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll">
<!-- START SVG Sprite -->
<div style="height: 0; width: 0; position: absolute; visibility: hidden;" aria-hidden="true">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" focusable="false">
<symbol id="ripply-scott" viewBox="0 0 100 100">
<g>
<polygon points="5.6,77.4 0,29 39.1,0 83.8,19.3 89.4,67.7 50.3,96.7" />
<polygon fill="rgba(255,255,255,0.35)" transform="scale(0.5), translate(50, 50)" points="5.6,77.4 0,29 39.1,0 83.8,19.3 89.4,67.7 50.3,96.7" />
<polygon fill="rgba(255,255,255,0.25)" transform="scale(0.25), translate(145, 145)" points="5.6,77.4 0,29 39.1,0 83.8,19.3 89.4,67.7 50.3,96.7" />
</g>
</symbol>
</svg>
</div>
<!-- END SVG Sprite -->
<div id="nav-sidebar">
<nav class="navbar navbar-inverse sidebar navbar-fixed-top" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="index.html">
<!-- Brand -->
<h2 class="text-hide">Pycon India 2016</h2>
<img class="img-responsive navbar--logo" src="images/logosm.png" />
</a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-sidebar-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-sidebar-navbar-collapse-1">
<ul class="py16navbar nav navbar-nav">
<li><a href="#home" class="scrollto"> HOME </a></li>
<li><a href="#speakers" class="scrollto"> SPEAKERS </a></li>
<li><a href="#schedule" class="scrollto"> SCHEDULE </a></li>
<li><a href="#venue" class="scrollto"> VENUE </a></li>
<li><a href="#sponsors" class="scrollto"> SPONSORS </a></li>
<li><a href="https://in.pycon.org/blog/2016/"> BLOG </a></li>
<li><a href="sponsorship.html">SPONSORSHIP</a></li>
<li><a href="faq.html">FAQ </a></li>
<li><a href="team.html">TEAM</a></li>
<li><a href="coc.html">COC </a></li>
</ul>
</div>
</div>
<div class="nav-footer hidden-xs"></div>
</nav>
</div>
<div id="main-content">
<div class="skyline hidden-xs"></div>
<div class="overbg hidden-xs">
<div class="footerdown col-md-12">
<p class="col-md-6 text-center"> Copyright © 2016<a href="https://pssi.org.in/pyconindia/" style="color:#eee;"> Python Software Society of India.</a> </p>
<p class="col-md-6 text-center" id="footer-links">
<a href="https://webchat.freenode.net/?channels=%23pyconindia" target="_blank">IRC</a> |
<a href="https://mail.python.org/mailman/listinfo/inpycon" target="_blank">Mailing List</a> |
<a href="https://twitter.com/search?q=pyconindia" target="_blank">#pyconindia</a> |
<a href="https://www.facebook.com/PyConIndia" target="_blank">Facebook</a>
</p>
</div>
</div>
<!-- ******others****** -->
<section id="faq" class="others section">
<div class="row text-center">
<div class="col-md-12 sponsorship">
<div class="col-md-8 col-md-offset-2">
<h2 class="title text-center">
<img src="images/icons/faq.png" /><br/> FAQ
</h2>
</div>
<div class="col-md-10 col-md-offset-1 text-justify">
<br/>
<!-- <br/>
<h2 class="text-center">FAQ: Frequently Asked Questions</h2>
<br/> -->
<p>
<span><b>Q. I want to present a talk/workshop at the conference. What should I do?</b><br></span>
<span>A. You can submit the proposal for your talk/workshop <a href='http://in.pycon.org/cfp/2016/proposals/' target="blank">here.</a></span>
</p>
<br/>
<p>
<span><b>Q. How do I upload presentations to the site?</b><br></span>
<span>A. 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.</span>
</p>
<br/>
<p>
<span><b> Q. I want to volunteer for the conference. What should I do?</b><br></span>
<span>A. Please share your details by filling <a href='http://goo.gl/forms/slqxyXbst3' target="blank">this</a> form and the team will soon get back to you with responsibilities according to the domains you choose.</span>
</p>
<br/>
<p>
<span><b> Q. I am a speaker/volunteer at the conference. Do I need to buy a ticket?</b><br></span>
<span>A. Yes. At PyCon India, everybody buys tickets. Even the event organizers buy tickets. Your ticket helps keep the event affordable for all.</span>
</p>
<br/>
<p>
<span><b> Q. Will the Internet and WiFi setup be good enough for a large crowd? Should I get a datacard?</b><br></span>
<span>A. 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.</span>
</p>
<br/>
<p>
<span><b> Q. What are the workshop and conference timings?</b><br></span>
<span>A. - Workshop day (Sep 23rd): 08:00 AM - 06:30 PM.<br/></span>
<span> - Conference days (Sep 24th and 25th): 08:00 AM - 5.30 PM.</span>
</p>
<br/>
<p>
<span><b> Q. What all does the Conference ticket (September 24 & 25) include? </b><br></span>
<span>A. - Full conference pass for two days. <br> - Breakfast, Lunch and Hi-Tea.<br> - PyCon India T-shirt which will be distributed on Sep 25.</span>
</p>
<br/>
<p>
<span><b> Q. My talk is not selected for conference, can I opt for OpenSpace? </b><br></span>
<span>A. Yes. You can submit an OpenSpace proposal once we start accepting the same. Keep following to further updates</a></span>
</p>
<br/>
<p>
<span><b> Q. What is the screening process of OpenSpace talk? </b><br></span>
<span>A. There is no screening process.<br></span>
<span> 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.</span>
</p>
<br/>
<p>
<span><b>Q. Where can I stay while in Delhi for the conference?</b><br></span>
<span>A. There is a vibrant <a href="https://www.facebook.com/groups/ncrpython" target="blank">Python community</a> in Delhi with whom one can share rooms. Else, you can also look for budget hotels around the <a href="https://www.google.co.in/maps/place/Convention+Center/@28.5401491,77.163356,17z/data=!4m8!1m2!2m1!1sConvention+Jawaharlal+Nehru+University,+New+Delhi,+Delhi!3m4!1s0x390d1ddb55725eaf:0xdf1d45bdd082aedf!8m2!3d28.5383474!4d77.1658615" target="blank">Jawahar Lal Nehru University</a>.</span>
</p>
<br/>
<p>
<span><b>Q. How can I travel to the conference venue?</b><br></span>
<span>A. You can easily reach the conference by taking a cab to the <a href="https://www.google.co.in/maps/place/Convention+Center/@28.5401491,77.163356,17z/data=!4m8!1m2!2m1!1sConvention+Jawaharlal+Nehru+University,+New+Delhi,+Delhi!3m4!1s0x390d1ddb55725eaf:0xdf1d45bdd082aedf!8m2!3d28.5383474!4d77.1658615" target="blank">Jawahar Lal Nehru University</a>. 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</span>
</p>
<br/>
<p>
<span><b>Q. I need to cancel my ticket due to unavoidable cicumstances. What is the refund policy?</b><br></span>
<span>A. 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.</span>
</p>
<br/>
<p>
<span><b>Q. My question is not listed here / I am still unclear about a few things. Whom should I contact?</b><br></span>
<span>A. Please send an email to [email protected].</span>
</p>
<br/>
</div>
</div>
</div>
</section>
<!--//others-->
<footer class="visible-xs">
<div class="footer col-md-12">
<p class="col-md-4 text-center"> Copyright © 2016 <a href="https://pssi.org.in/pyconindia/">Python Software Society of India.</a> </p>
<p class="col-md-4 text-center" id="footer-links">
<a href="https://webchat.freenode.net/?channels=%23pyconindia" target="_blank">IRC</a> |
<a href="https://mail.python.org/mailman/listinfo/inpycon" target="_blank">Mailing List</a> |
<a href="https://twitter.com/search?q=pyconindia" target="_blank">#pyconindia</a> |
<a href="https://www.facebook.com/PyConIndia" target="_blank">Facebook</a>
</p>
</div>
</footer>
</div>
<!-- Bootstrap Core JavaScript -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/jquery.matchHeight.js" type="text/javascript"></script>
<!-- Custom JavaScript for this template -->
<script src="js/custom.js"></script>
<script src="js/tweenmax.js"></script>
<script src="js/ripple-config.js"></script>
<script>
$(function(){
$(window).scroll(function (event) {
var scroll = $(window).scrollTop();
if($(window).scrollTop() + $(window).height() == $(document).height() || scroll == 0)
{
$(".overbg").fadeIn('fast','swing');
// $(".skyline").fadeIn('fast','swing');
}
else
{
$(".overbg").fadeOut('fast','swing');
// $(".skyline").fadeOut('fast','swing');
}
});
});
</script>
</body>
</html>