project/templates/about/day_one.html
branch2011
changeset 508 c03e1d6d7bda
child 510 a7e85cdc6ed0
equal deleted inserted replaced
507:e2fcfb0d144e 508:c03e1d6d7bda
       
     1 {% extends "base.html" %}
       
     2 {% block content %}
       
     3 <div class="entry">
       
     4 
       
     5 <p>
       
     6 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.
       
     7 </p>
       
     8 <p>
       
     9 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/>
       
    10 
       
    11 <li> Smart People</li>
       
    12 <li> Trust and Communication</li>
       
    13 <li>Choosing where we have to pioneer</li>
       
    14 
       
    15 </p>
       
    16 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. 
       
    17 <p>
       
    18 
       
    19 <p>
       
    20 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.
       
    21 </p>
       
    22 <p>
       
    23 
       
    24 </p>
       
    25 Details of other talks will be put up soon.
       
    26 </p>
       
    27 {% endblock content %}