diff options
-rw-r--r-- | project/templates/talk/conf_schedule.html | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/project/templates/talk/conf_schedule.html b/project/templates/talk/conf_schedule.html index f582491..b7b5447 100644 --- a/project/templates/talk/conf_schedule.html +++ b/project/templates/talk/conf_schedule.html @@ -55,7 +55,7 @@ <tr><td class="right">09:00-10:00</td><td class="left">John Hunter</td><td class="left"><b>Special Talk</b>: <a href="#sec-3_4">matplotlib: Beyond the simple plot</a></td></tr> <tr><td class="right">10:00-10:45</td><td class="left">Prabhu Ramachandran</td><td class="left"><b>Invited Talk</b>: <a href="#sec-3_5">Mayavi : Bringing Data to Life</a></td></tr> <tr><td class="right">10:45-11:00</td><td class="left"></td><td class="left">Tea</td></tr> -<tr><td class="right">11:00-11:45</td><td class="left">Stéfan van der Walt</td><td class="left"><b>Invited Talk</b></td></tr> +<tr><td class="right">11:00-11:45</td><td class="left">Stéfan van der Walt</td><td class="left"><b>Invited Talk</b>: <a href="#sec-3_7">In Pursuit of a Pythonic PhD</a></td></tr> <tr><td class="right">11:45-12:15</td><td class="left">Dharhas Pothina</td><td class="left"><a href="#sec-4_6">HyPy & HydroPic: Using python to analyze hydrographic survey data</a></td></tr> <tr><td class="right">12:15-12:35</td><td class="left">Prashant Agrawal</td><td class="left"><a href="#sec-4_18">A Parallel 3D Flow Solver in Python Based on Vortex Methods</a></td></tr> <tr><td class="right">12:35-13:05</td><td class="left">Ajith Kumar</td><td class="left"><a href="#sec-4_12">Python in Science Experiments using Phoenix</a></td></tr> @@ -283,6 +283,35 @@ of existing pipeline systems. +<h3 id="sec-3_7">In Pursuit of a Pythonic PhD </h3> + + +<p>Stéfan van der Walt +</p> + + + +<h4 id="sec-3_7_1">Talk/Paper Abstract </h4> + + +<p>In May of 2005, I started a pilgrimage to transform myself into +a doctor of engineering. Little did I know, then, that my +journey would bring me in touch with some of the most creative, +vibrant and inspiring minds in the open source world, and that +an opportunity would arise to help realise their (and now my) +dream: a completely free and open environment for performing +cutting edge science. In this talk, I take you on my journey, +and along the way introduce the NumPy and SciPy projects, our +community, the early days of packaging, our documentation +project, the publication of conference proceedings as well as +work-shops and sprints around the world. I may even tell you a +bit about my PhD on super-resolution imaging! +</p> + + + + + <h2 id="sec-4">Submitted Talks </h2> |