project/templates/talk/speakers.html
branch2011
changeset 522 01b130ea8d8d
parent 453 62063e573649
--- a/project/templates/talk/speakers.html	Mon Jan 30 15:18:14 2012 +0530
+++ b/project/templates/talk/speakers.html	Mon Jan 30 15:19:23 2012 +0530
@@ -16,6 +16,34 @@
       	Eric was the Keynote Speaker at SciPy US 2011.
     </div></div>
     
+    
+    <div id="speaker">
+	<div id="speakerphoto"><img alt="Ajith Kumar"
+        src="/static/img/emma_small.jpg" width=200 /></div>
+       <div id="speakerinfo"><h3>Emmanuelle Gouillart</h3>
+      	Emmanuelle Gouillart is a physics researcher in a joint laboratory
+		between the French National Research Center (CNRS), and the French
+		industry group Saint-Gobain. Her research interests are in glass melting,
+		tomography imaging, and fluid mixing. She started teaching Scientific
+		Python during the Python African Tour event in Dakar in 2009, and was one
+		of the organizers of the Euroscipy conferences in Paris in 2010 and 2011.
+		Emmanuelle is now one of the developers of the Python module
+		scikits-image. 
+    </div></div>
+    
+    <div id="speaker">
+	<div id="speakerphoto"><img alt="Ajith Kumar"
+        src="/static/img/ajith.jpg" width=200 /></div>
+       <div id="speakerinfo"><h3>Ajith Kumar</h3>
+      	His main area of work is development of instrumentation for particle 
+      	accelerators and associated experiments, including radio-frequency 
+      	accelerating structures, control and data acquisition systems, 
+      	digital and radio frequency electronics modules. Also involved in 
+      	developing laboratory equipment (expeyes.in) for teaching physics and 
+      	engineering following the philosophy of Free Software. Has been a user 
+      	and propagator of Free Software in the field of education for several years. 
+    </div></div>
+    
     <div id="speaker">
     <div id="speakerphoto"><img alt="Jarrod Millman"
         src="/static/img/jarrod.png" /></div>
@@ -29,6 +57,20 @@
     
     
     <div id="speaker">
+    <div id="speakerphoto"><img alt="Ole Nielsen"
+        src="/static/img/ole.jpg" /></div>
+       <div id="speakerinfo"><h3>Ole Nielsen</h3>
+       Ole Nielsen has been an Open Source adopter, promotor and 
+       developer since the early nineties during his career as technical 
+       consultant, academic researcher, government scientist and development 
+       professional within an aid organisation. Ole has a double Master's degree in 
+       Mathematics and Computer Science as well as a PhD in scientific computing 
+       from universities in Denmark. Ole joined AusAID in Jakarta in 2010 to support 
+       the Indonesian government in multi-hazard disaster risk reduction. 
+    </div></div>
+    
+    
+    <div id="speaker">
     <div id="speakerphoto"><img alt="Mateusz Paprocki"
         src="/static/img/mateusz.jpg" width=200 /></div>
        <div id="speakerinfo"><h3>Mateusz Paprocki</h3>
@@ -68,7 +110,23 @@
        address at India's first PyCon.  Prabhu currently heads the FOSSEE project 
        (http://fossee.in) which aims to spread the use of Python (and other Free 
        Software) in the curriculum.  
-    </div></div>    
+    </div></div>
+    
+     <div id="speaker">
+    <div id="speakerphoto"><img alt="Gaël Varoquaux"
+        src="/static/img/gael.jpg" width=200/></div>
+       <div id="speakerinfo"><h3>Gaël Varoquaux</h3>
+       Gaël Varoquaux is a researcher in computational science at INRIA, 
+       in the Neurospin research institute (Paris, France). His research 
+       activities include statistical and computational techniques for 
+       probabilistic modeling of intrinsic brain activity using functional 
+       imaging. He has a strong interest in making advanced data-processing 
+       techniques available across new scientific fields. For this purpose, 
+       he favors the development of easy-to-use, inter-disciplinary, 
+       open-source, scientific software, with a focus on the Python language. 
+       Varoquaux has a PhD in quantum physics, is a graduate from Ecole Normale 
+       Superieure, Paris.   
+    </div></div>        
 
 </div>
 {% endblock content %}