Day 1 - First half blog 2011
authorprimal primal007@gmail.com
Sun, 04 Dec 2011 15:05:33 +0530
branch2011
changeset 508 c03e1d6d7bda
parent 507 e2fcfb0d144e
child 509 ef3377e227e4
Day 1 - First half blog
project/templates/about/day_one.html
project/templates/about/day_zero.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project/templates/about/day_one.html	Sun Dec 04 15:05:33 2011 +0530
@@ -0,0 +1,27 @@
+{% extends "base.html" %}
+{% block content %}
+<div class="entry">
+
+<p>
+Welcome to SciPy India 2011. If you are in IIT Bombay and would like to listen to the talks at the conference without paying a penny, please feel free to drop by the venue. You would be missing the awesome food and tshirt though.
+</p>
+<p>
+The day started with <b>Prof. Prabhu Ramachandran</b> gave an introduction on the conference and a briefing on how it all started in the year 2009. It was followed by keynote by Eric Jones on <i>"What matters in Scientific Software Projects? 10 years of Success and Failure Distilled"</i>. Below are few of the main points of his keynote were about the requirements for a successful project. <br/>
+
+<li> Smart People</li>
+<li> Trust and Communication</li>
+<li>Choosing where we have to pioneer</li>
+
+</p>
+Next <b>Ankur Gupta</b> talked about the <i>Multiprocessing module and Gearman</i> and showed live code review of multiprocessing in Python can improve the performance of the program in multiprocessor machines. He also pointed out the logger and debugging modules. 
+<p>
+
+<p>
+Kunal Puri introduced the PySPH module in his talk on <b>Smoothed Particle Hydrodynamics with Python</b>. He progressed onto explaining the architecture of PySPH and it's underlying modules. The demos on the collision of two elastic balls and a breaking dam showcased the power of this package.
+</p>
+<p>
+
+</p>
+Details of other talks will be put up soon.
+</p>
+{% endblock content %}
--- a/project/templates/about/day_zero.html	Sat Dec 03 21:18:57 2011 -0500
+++ b/project/templates/about/day_zero.html	Sun Dec 04 15:05:33 2011 +0530
@@ -9,21 +9,16 @@
 <p> 
 The first priority of the day was to finalize the schedule of the event. This took a bit longer than previously thought but we finally completed it by evening. If you haven't seen it already, have a look at the talks happening tomorrow and the day after. If you love either Science or Python or Both, you would be committing a sin by being not at SciPy India 2011 for the next 4 days. By afternoon, participants started pouring into IIT Bombay for the event. The registration desk at main gate, managed by Anand, Kiran, Harish, Yogesh, Manas and others, guided people to their accomodation facilities. We had already prepared this and this which would really come in handy if you are new at IITB.
 </p>
-<br/>
-<br/>
+<br/><br/>
 <img  align="center" src="/static/img/reg-desk1.jpg" title="Near the main gate" height="200" width="300" />
-<br/>
-<br/>
+<br/><br/>
 <p>
 While the other set of the team was busy in the lab, preparing the packages for the participants which contains various information pamphlets, notepad, a pen and food coupons for all of the days. It took hours to complete the job and the efforts of Srikant, Sushma and Priya deserves a special mention here.
 </p> 
 <img align="center" src="/static/img/packing.jpg" title="Getting things ready" height="200" width="300" />
-<br/>
-<br/>
+<br/><br/>
 <p>
 Getting back to the event, it kicks off with the Keynote by Eric Jones, CEO of Enthought, talking on "What Matters in Scientific Software Projects? 10 Years of Success and Failure Distilled". All the talks in the schedule are promising and if you are low on time, talks by Invited Speakers -  Mateusz Paprocki, Ajith Kumar and Prof. Prabhu Ramachandran are something you definitely wouldn't want to miss.
 </p>
-<p>
-<h3>Follow this space for more live updates from the conference.</h3>
-</p>
+<p><h3>Follow this space for more live updates from the conference.</h3></p>
 {% endblock content %}