project/templates/about/certificates.html
changeset 217 29e341584aba
child 420 56e520066333
equal deleted inserted replaced
216:b64e4240e94c 217:29e341584aba
       
     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 <h4 id="sec-2_1">Participants &amp; Speakers </h4>
       
    38 
       
    39 <ul>
       
    40 <li>
       
    41 T-shirts are given to all participants who contribute significantly
       
    42 in the sprints, invited speakers and conference presenters.
       
    43 </li>
       
    44 <li>
       
    45 The sprint lead has to recommend/approve contributors for a t-shirt.
       
    46 </li>
       
    47 <li>
       
    48 Only one t-shirt per participant will be given.
       
    49 
       
    50 </li>
       
    51 </ul>
       
    52 
       
    53 <h3 id="sec-3">Certificate of Participation </h3>
       
    54 
       
    55 <h4 id="sec-3_1">Participants </h4>
       
    56 
       
    57 <ul>
       
    58 <li>
       
    59 Participants simply attending the conference talks, tutorials, and sprints, will not be given 
       
    60 any certificates. They will, however, be given receipts for the payment made, which can be 
       
    61 submitted to their respective institutions/organizations.
       
    62 
       
    63 </li>
       
    64 </ul>
       
    65 
       
    66 <h3 id="sec-4">Other goodies </h3>
       
    67 
       
    68 <h4 id="sec-4_1">Participants &amp; Presenters </h4>
       
    69 
       
    70 <ul>
       
    71 <li>
       
    72 Rewards/swag will be given to participants who perform exceptionally
       
    73 well in the sprints.
       
    74 </li>
       
    75 <li>
       
    76 The sprint lead has to recommend contributors for these rewards.
       
    77 </li>
       
    78 <li>
       
    79 Some rewards  may be sent by post/courier to participants after
       
    80 the event.
       
    81 
       
    82 </li>
       
    83 </ul>
       
    84 
       
    85 <h3 id="sec-5">Note </h3>
       
    86 
       
    87 <ul>
       
    88 <li>
       
    89 Please do not contact SciPy.in organizers for a <i>Certificate of      Participation</i> as mere participation/sitting through the event
       
    90 does not entitle a participant/registrant for a certificate of
       
    91 participation or appreciation.
       
    92 </li>
       
    93 <li>
       
    94 Participants will be eligible only for a <b>Receipt</b> for the amount
       
    95 paid towards registration and accommodation.
       
    96 </li>
       
    97 <li>
       
    98 The decision of the sprint leads and the FOSSEE team would be final and binding.
       
    99 </li>
       
   100 </ul>
       
   101 
       
   102 {% endblock content %}