217
|
1 |
{% extends "base.html" %}
|
|
2 |
{% block content %}
|
|
3 |
<h1 class="title">Certificates</h1>
|
|
4 |
|
|
5 |
|
|
6 |
<h3 id="sec-1">Certificate of Appreciation </h3>
|
|
7 |
|
|
8 |
<h4 id="sec-1_1">Participants </h4>
|
|
9 |
|
|
10 |
<ul>
|
|
11 |
<li>
|
|
12 |
A <i>Certificate of Appreciation</i> will be issued for
|
|
13 |
participants and presenters who contribute considerably during
|
|
14 |
the sprints.
|
|
15 |
</li>
|
|
16 |
<li>
|
|
17 |
To be considered for the <i>Certificate of Appreciation</i>, the
|
|
18 |
sprint lead has to approve the participant, based on the proof
|
|
19 |
of contribution in sprints.
|
|
20 |
</li>
|
|
21 |
</ul>
|
|
22 |
|
|
23 |
<h4 id="sec-1_2">Conference Presenters </h4>
|
|
24 |
|
|
25 |
<ul>
|
|
26 |
<li>
|
|
27 |
A separate <i>Certificate of Appreciation</i> will be given to all
|
|
28 |
conference presenters (including those giving Lightning
|
|
29 |
Talks). Conference presenters will be selected based on the
|
|
30 |
abstracts submitted on the website.
|
|
31 |
|
|
32 |
</li>
|
|
33 |
</ul>
|
|
34 |
|
|
35 |
<h3 id="sec-2">T-Shirts </h3>
|
|
36 |
|
|
37 |
<h3 id="sec-3">Certificate of Participation </h3>
|
|
38 |
|
|
39 |
<h4 id="sec-3_1">Participants </h4>
|
|
40 |
|
|
41 |
<ul>
|
|
42 |
<li>
|
|
43 |
Participants simply attending the conference talks, tutorials, and sprints, will not be given
|
|
44 |
any certificates. They will, however, be given receipts for the payment made, which can be
|
|
45 |
submitted to their respective institutions/organizations.
|
|
46 |
|
|
47 |
</li>
|
|
48 |
</ul>
|
|
49 |
|
|
50 |
<h3 id="sec-4">Other goodies </h3>
|
|
51 |
|
|
52 |
<h4 id="sec-4_1">Participants & Presenters </h4>
|
|
53 |
|
|
54 |
<ul>
|
|
55 |
<li>
|
|
56 |
Rewards/swag will be given to participants who perform exceptionally
|
|
57 |
well in the sprints.
|
|
58 |
</li>
|
|
59 |
<li>
|
|
60 |
The sprint lead has to recommend contributors for these rewards.
|
|
61 |
</li>
|
|
62 |
<li>
|
|
63 |
Some rewards may be sent by post/courier to participants after
|
|
64 |
the event.
|
|
65 |
|
|
66 |
</li>
|
|
67 |
</ul>
|
|
68 |
|
|
69 |
<h3 id="sec-5">Note </h3>
|
|
70 |
|
|
71 |
<ul>
|
|
72 |
<li>
|
|
73 |
Please do not contact SciPy.in organizers for a <i>Certificate of Participation</i> as mere participation/sitting through the event
|
|
74 |
does not entitle a participant/registrant for a certificate of
|
|
75 |
participation or appreciation.
|
|
76 |
</li>
|
|
77 |
<li>
|
|
78 |
Participants will be eligible only for a <b>Receipt</b> for the amount
|
|
79 |
paid towards registration and accommodation.
|
|
80 |
</li>
|
|
81 |
<li>
|
|
82 |
The decision of the sprint leads and the FOSSEE team would be final and binding.
|
|
83 |
</li>
|
|
84 |
</ul>
|
|
85 |
|
|
86 |
{% endblock content %}
|