diff options
author | Madhusudan.C.S | 2010-12-11 14:44:37 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-12-11 14:44:37 +0530 |
commit | cb1789ab7a25c9acbcc449a25ce2f43f431d8e0a (patch) | |
tree | aad7f49c2513fd4fe8ce71667569e60d58d545b3 /project | |
parent | 397096092e11f5a7ed85c4960973be0bf264114c (diff) | |
download | scipycon-cb1789ab7a25c9acbcc449a25ce2f43f431d8e0a.tar.gz scipycon-cb1789ab7a25c9acbcc449a25ce2f43f431d8e0a.tar.bz2 scipycon-cb1789ab7a25c9acbcc449a25ce2f43f431d8e0a.zip |
Added Jarrod's talk abstract to the website.
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/talk/conf_schedule.html | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/project/templates/talk/conf_schedule.html b/project/templates/talk/conf_schedule.html index 59cab1a..d6dcf4b 100644 --- a/project/templates/talk/conf_schedule.html +++ b/project/templates/talk/conf_schedule.html @@ -68,7 +68,7 @@ <tr><td class="right">15:15-15:35</td><td class="left">Puneeth Chaganti</td><td class="left"><a href="#sec-4_21">Pictures, Songs and Python</a></td></tr> <tr><td class="right">15:35-15:55</td><td class="left">Hrishikesh Deshpande</td><td class="left"><a href="#sec-4_5">Wavelet based denoising of ECG using Python</a></td></tr> <tr><td class="right">15:55-16:10</td><td class="left"></td><td class="left">Tea-Break</td></tr> -<tr><td class="right">16:10-16:40</td><td class="left">Jarrod Millman</td><td class="left"><b>Invited Talk</b></td></tr> +<tr><td class="right">16:10-16:40</td><td class="left">Jarrod Millman</td><td class="left"><b>Invited Talk</b><a href="#sec-3_8">Building an open development community for neuroimaging analysis</a></td></tr> <tr><td class="right">16:40-17:00</td><td class="left">Ramakrishna Reddy Yekulla</td><td class="left"><a href="#sec-4_13">Building and Packaging your Scientific Python Application For Linux Distributions</a></td></tr> <tr><td class="right">17:00-17:20</td><td class="left">Yogesh Karpate</td><td class="left"><a href="#sec-4_16">Automatic Proteomic Finger Printing using Scipy</a></td></tr> <tr><td class="right">17:20-17:40</td><td class="left">Manjusha Joshi</td><td class="left"><a href="#sec-4_15">SAGE for Scientific computing and Education enhancement</a></td></tr> @@ -313,6 +313,40 @@ bit about my PhD on super-resolution imaging! +<h3 id="sec-3_8">Building an open development community for neuroimaging analysis</h3> + + +<p>Jarrod Millman +</p> + + + +<h4 id="sec-3_8_1">Talk/Paper Abstract </h4> + + +<p>Programming is becoming increasingly important to scientific activity. As its +importance grows, the need for better software tools becomes more and more +central to scientific practice. However, many fields of science rely on +badly written, poorly documented, and insufficiently tested codebases. +Moreover, scientific software packages often implement only the approaches +and algorithms needed or promoted by the specific lab where the software +was written.</p> + +<p>In this talk, I will illustrate this situation by discussing some of the +weaknesses of the software ecosystem for neuroimaging analysis circa 2004. +I will then describe how several of my colleagues and I are attempting +to rectify this situation with a project called Neuroimaging in Python +(http://nipy.org). Specifically, I will discuss the approach we've taken +(e.g., using Python) and the lessons we've learned. +</p> + + + + + + + + <h2 id="sec-4">Submitted Talks </h2> |