equal
deleted
inserted
replaced
|
1 {% extends "base.html" %} |
|
2 <!-- TODO: Replace sentences with PR's suggestions. --> |
|
3 {% block title %} |
|
4 Schwag Sponsors |
|
5 {% endblock %} |
|
6 |
|
7 {% block content %} |
|
8 <h1>Schwag Sponsors</h1> |
|
9 |
|
10 <p>The SciPy.in 2009 Organising Committee would also like to thank the |
|
11 following organisations for their generous contributions of giveaway items for |
|
12 the SciPy.in PyCon attendees!</p> |
|
13 |
|
14 <p><ul> |
|
15 <li>(co-chair) <a href='https://cirl.berkeley.edu/view/User/JarrodMillman'>Jarrod Millman</a>, Neuroscience Institute, UC Berkeley (USA)</li> |
|
16 <li>(co-chair) <a href='http://www.aero.iitb.ac.in/~prabhu'>Prabhu Ramachandran</a>, Department of Aerospace Engineering, |
|
17 IIT Bombay (India)</li> |
|
18 <li>Vimal Joseph, <a href='http://space-kerala.org/'>SPACE-Kerala (India)</a></li> |
|
19 <li><a href='http://fossee.in/'>FOSSEE Team</a></li> |
|
20 <li><a href='http://www.itmission.kerala.gov.in'>Kerala State IT Mission(KSITM)</a></li> |
|
21 <li><a href='http://csi-india.org'>SIG-FOSS Of CSI</a></li> |
|
22 </ul></p> |
|
23 |
|
24 |
|
25 {% endblock %} |
|
26 |