diff -r 51217f07e73a -r 1229a47c63ea project/templates/talk/list-all-talks.html --- a/project/templates/talk/list-all-talks.html Fri Dec 11 17:31:38 2009 +0530 +++ b/project/templates/talk/list-all-talks.html Sat Dec 12 02:17:26 2009 +0530 @@ -3,29 +3,164 @@ {% block title %}My Talks{% endblock %} {% block content %} -

My Talks

-{% if talk_list %} -

List of the talks I have submitted.

- - +

SciPy.in 2009 Schedule

+Talk type: Keynote: Keynote +General/Non-programmer: General +Beginner Programmer: Beginner +Intermediate Programmer: Intermediate +Advanced Programmer: Advanced +

+
+

Day 1, Saturday, December 12th, 2009

+ + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - {% for talk in talk_list %} - - - - - - - - {% endfor %} + + + + + + + +

Time

Talk

Speaker
8:30AM - 9:30AMRegistration
9:30AM - 10:15AM

Welcome


+

Presidential Address


+

Introduction to SciPy.in 2009

Mr. Jarrod Millman
+

Inaugaration

Dr. Travis Oliphant
+

Vote of thanks

Dr. Prabhu Ramachandran +
10:15AM - 10:25AM

Introduction to Travis Oliphant

Mr. Jarrod Millman
10:25AM - 11:25AM

Keynote: SciPy Beginnings and Applications

Dr. Travis Oliphant
TitleSpeakerTopicDurationAudience type11:25AM - 11:45AM

Tea Break

11:45AM - 12:45PM

Spoken Tutorials: Strategies for promoting open source software and +bridging digital divide +

Professor Kannan Moudgalya
12:45PM - 1:15PM

A Python based SPH framework

Chandrashekhar Kaushik
11:25AM - 11:45AM

Lunch Break

2:15PM - 2:45PM

Experimentation with python - why not do it the FOSS way?

Praneeth Bodduluri & Suryajith Chillara
2:45PM - 3:15PM

Digital Image Processing with Python

Debayan Banerjee
3:15PM - 3:45PM

3D object recognition from 2D view-aspects using similarity measures

Abhishek Pathak
3:25PM - 4:00PM

Tea Break

4:00PM - 5:00PM

Understanding GIL and How it affects your processing speed

Senthil Kumaran
5:00PM - 5:30PM

Language Detector for Python using n-gram

Kumaran M
5:30PM - 6:00PM

General Break

{{ talk.title }}{{ talk.speaker.get_full_name }}{{ talk.topic }}{{ talk.duration }}{{ talk.audience }}
6:00PM - 7:00PM

Cultural events

7:00PM - 8:30PM

Dinner

-{% else %} -

No talks

-{% endif %} +

Day 2, Saturday, December 13th, 2009

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Time

Talk

Speaker
9:30AM - 10:00AM

Nipype

Chris Burns
10:00AM - 10:45AM

An update on the NumPy/SciPy projects & a discussion of build and distribution systems

David Cournapeau
10:45AM - 11:15AM

A brief introduction to Sage

Dr. Prabhu Ramachandran
11:15AM - 11:30AM

Tea Break

11:30AM - 12:00PM

Finding candidate transcription factors involved in gene regulation

Farhat Habib
12:00PM - 12:30PM

Python and AVRs: Perfect way to make cheap and functional instrumentation

Akshay Srinivasan
12:30PM - 1:00PM

Brain computer

Deepak Nath
1:00PM - 2:00PM

Lunch Break

2:00PM - 3:00PM

Mayavi - Prabhu

Dr. Prabhu Ramachandran
3:00PM - 3:30PM

Chaco and Traits

Dr. Travis Oliphant
3:30PM - 3:45PM

Tea Break

3:45PM - 4:15PM

SODAR data using fuzzy rule-base expert system package implemented in python

Abhishek Pathak
4:15PM - 4:45PM

A graph matching approach to classification of SODAR data

Abhishek Pathak
4:45PM - 5:15PM

The SciPy web and documentation tools

Jarrod Millman
5:15PM - 5:45PM

The FOSSEE project

Asokan Pichai
5:45PM - 6:00PM

Valedictory talk

Dr. Prabhu Ramachandran
{% endblock content %}