diff -r f3e61d6bf78f -r 5b0a6b71fd64 project/templates/talk/conf_schedule.html --- a/project/templates/talk/conf_schedule.html Tue Dec 07 19:59:28 2010 +0530 +++ b/project/templates/talk/conf_schedule.html Tue Dec 07 20:01:21 2010 +0530 @@ -4,7 +4,6 @@

Day 1

- @@ -17,21 +16,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +
09:30-10:30Perry GreenfieldKeynote: How Python Slithered into Astronomy
10:30-10:45Tea Break
10:45-11:30Fernando PerezSpecial Talk: IPython : Beyond the Simple Shell
11:30-12:00Asim MittalInteractive interfaces and Gesture recognition using Python
12:00-12:20Jayesh GandhiMicrocontroller experiment and its simulation using Python
12:20-12:50Vaidhy MayilrangamNatural Language Processing Using Python
12:50-13:20Georges KhaznadarLive media for training in experimental sciences
13:20-14:20Lunch
14:20-14:30Shubham ChakrabortyUse of Python and Phoenix-M interface in Robotics
14:30-14:40Erroju Rama KrishnaSimplified and effective Network Simulation using ns-3
14:40-14:50More Lightning Talks
14:50-15:20Asokan PichaiInvited Talk: Teaching Programming with Python
15:20-15:40Hemanth ChandranPerformance Evaluation of HYBRID MAC for 802.11ad: Next Generation Multi-Gbps Wi-Fi using SimPy
15:40-16:00Karthikeyan selvarajPyCenter
16:00-16:15Tea Break
16:15-16:45Satrajit GhoshInvited Talk: Nipype: Opensource platform for unified and replicable interaction with existing neuroimaging tools
16:45-17:05Nek SharanParallel Computation of Axisymmetric Jets
17:05-17:25pankaj pandeyPySPH: Smooth Particle Hydrodynamics with Python
11:30-11:50Farhat HabibPython as a Platform for Scientific Computing Literacy for 10+2 Students: Weighing the Balance
11:50-12:10Jayesh GandhiMicrocontroller experiment and its simulation using Python
12:10-12:40Vaidhy MayilrangamNatural Language Processing Using Python
12:40-13:10Georges KhaznadarLive media for training in experimental sciences
13:10-14:10Lunch
14:10-14:20Shubham ChakrabortyUse of Python and Phoenix-M interface in Robotics
14:20-14:30Erroju Rama KrishnaSimplified and effective Network Simulation using ns-3
14:30-14:40More Lightning Talks
14:40-15:10Asokan PichaiInvited Talk: Teaching Programming with Python
15:10-15:30Hemanth ChandranPerformance Evaluation of HYBRID MAC for 802.11ad: Next Generation Multi-Gbps Wi-Fi using SimPy
15:30-15:50Karthikeyan selvarajPyCenter
15:50-16:10Tea Break
16:10-16:40Satrajit GhoshInvited Talk: Nipype: Opensource platform for unified and replicable interaction with existing neuroimaging tools
16:40-17:00Nek SharanParallel Computation of Axisymmetric Jets
17:00-17:20pankaj pandeyPySPH: Smooth Particle Hydrodynamics with Python
@@ -68,7 +67,7 @@ 15:15-15:35Puneeth ChagantiPictures, Songs and Python 15:35-15:55Hrishikesh DeshpandeWavelet based denoising of ECG using Python 15:55-16:10Tea-Break -16:10-16:40Jarrod MillmanInvited Talk: Building an open development community for neuroimaging analysis +16:10-16:40Jarrod MillmanInvited Talk 16:40-17:00Ramakrishna Reddy YekullaBuilding and Packaging your Scientific Python Application For Linux Distributions 17:00-17:20Yogesh KarpateAutomatic Proteomic Finger Printing using Scipy 17:20-17:40Manjusha JoshiSAGE for Scientific computing and Education enhancement @@ -313,44 +312,6 @@ - - - -

Building an open development community for neuroimaging analysis

- - -

Jarrod Millman -

- - - -

Talk/Paper Abstract

- - -

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. - -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. -

- - - - - - - -

Submitted Talks

@@ -358,10 +319,10 @@ -

Interactive interfaces and Gesture recognition using Python

+

Python as a Platform for Scientific Computing Literacy for 10+2 Students: Weighing the Balance

-

Asim Mittal +

Farhat Habib

@@ -369,27 +330,31 @@

Talk/Paper Abstract

-

Gesture recognition has caught on in a big way, but methods of -integrating it with intuitive control still remain largely -expensive and closed source. -

-

-This talk aims at combining the IR tracking ability of the -Nintendo Wiimote along with a little scientific computing in -Python (Linux) to create a means of intuitively controlling -applications and the operating system, using gestures drawn in 2D -space using your fingers. -

-

-This talk is an extension of the work that I have done from my -talk at PyCon India. -

-

-You can find out more about my work and ongoing research on my -blog: http://baniyakiduniya.blogspot.com +

The use of Python as a language for introducing computing is +becoming increasingly widespread. Here we report out findings +from two years of running an introduction to computing course +with Python as the programming language, and building upon it, +using SciPy as a scientific computing language in a course on +scientific computing.

- +

+The course is designed as a general computing course for +introducing computing to first year undergraduate students of +science. We find that a large majority of our incoming students +have no prior exposure to programming and none of the students +had any exposure to Python. Thus, the design of the course is +such that it allows everybody to be brought up to speed with +general programming concepts. Later, the students will later +specialize in varied topics from Biology to pure Mathematics, +thus, the course emphasizes general computing concepts over +specialized techniques. At a second course in Scien- tific +Computing numerical methods are introduced with the aid of +Scipy. The introduction to computing course has been taught +twice in Fall 2009 and 2010 to batches of around 100 students +each. In this paper we report our experience with teaching +Python and student and faculty feedback related to the course. +

@@ -1447,4 +1412,5 @@ + {% endblock content %}