project/templates/about/day_one.html
author primal primal007@gmail.com
Sun, 04 Dec 2011 15:05:33 +0530
branch2011
changeset 508 c03e1d6d7bda
child 510 a7e85cdc6ed0
permissions -rw-r--r--
Day 1 - First half blog
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
508
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
     1
{% extends "base.html" %}
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
     2
{% block content %}
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
     3
<div class="entry">
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
     4
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
     5
<p>
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
     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.
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
     7
</p>
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
     8
<p>
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
     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/>
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    10
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    11
<li> Smart People</li>
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    12
<li> Trust and Communication</li>
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    13
<li>Choosing where we have to pioneer</li>
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    14
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    15
</p>
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    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. 
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    17
<p>
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    18
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    19
<p>
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    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.
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    21
</p>
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    22
<p>
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    23
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    24
</p>
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    25
Details of other talks will be put up soon.
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    26
</p>
c03e1d6d7bda Day 1 - First half blog
primal primal007@gmail.com
parents:
diff changeset
    27
{% endblock content %}