# HG changeset patch # User Madhusudan.C.S # Date 1254472355 -19800 # Node ID 2345fffc92eea57087435b90d297b92015754c3b # Parent 243a7e90f3c3867a7c27e99194146fda9a7ab20e Renamed homepage.html to home.html to be consistent with Web conventions. diff -r 243a7e90f3c3 -r 2345fffc92ee template/home.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/template/home.html Fri Oct 02 14:02:35 2009 +0530 @@ -0,0 +1,64 @@ +{% extends "index.html" %} +{% load i18n %} +{% block siderbar %} + +{% endblock %} +{% block centercontent %} +
+ +
+

Scipy.in is a conference providing opportunities to spread the use of +the Python programming language in the Scientific Computing community in +India. It provides a unique opportunity to interact with the "Who's who" +of the Python for Scientific Computing fraternity and learn, understand, +participate and contribute what is happening in the realms of Scientific +Computing using Python. Attendees of the conference and participants of +the sprints planned will be able to access and review the tools +available, apart from learning domain-specific applications and how the +tools apply to a plethora of application problems.
+ +One of the goals of the conference is to combine education, engineering, +and science with computing through the medium of Python and thereby +extrapolate on how powerful Scientific Computing is in various fields +and among different communities.

+ +
+
+
+
+

Theme

+
+
+

Theme for Conference talks - "Scientific Python in Action" with respect to Application and Teaching

+
+
+
+
+

Venue:

+
+
+

This conference is organized by "Free/Open source Software in Science and Engineering Education" (FOSSEE) project under the National Mission on Education (NME) through Information and Communication Technologies (ICT) jointly with SPACE-Kerala . SPACE-Kerala is helping coordinate and organize the conference.
+The conference is proposed to be held at the Technopark in Trivandrum, keeping in mind accessibility, the number of attendees and the location, among other aspects to be considered.

+
+
+
+
+

Dates

+
+
+

Its a 6-day program between December 12--17, 2009, comprising of 2 days of conference, 2 days of tutorials with 2 parallel tracks (one specifically for teachers and the other for the general +public), and 2 days of Sprints.

+ + + + + + + + +
DateActivity
Saturday, Dec. 12 2009Conference
Sunday, Dec. 13 2009Conference
Monday, Dec. 14 2009Tutorials
Tuesday, Dec. 15 2009Tutorials
Wednesday, Dec. 16 2009Sprint
Thursday, Dec. 17 2009Sprint
+
+
+{% endblock %} diff -r 243a7e90f3c3 -r 2345fffc92ee template/homepage.html --- a/template/homepage.html Fri Oct 02 14:01:48 2009 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,64 +0,0 @@ -{% extends "index.html" %} -{% load i18n %} -{% block siderbar %} - -{% endblock %} -{% block centercontent %} -
- -
-

Scipy.in is a conference providing opportunities to spread the use of -the Python programming language in the Scientific Computing community in -India. It provides a unique opportunity to interact with the "Who's who" -of the Python for Scientific Computing fraternity and learn, understand, -participate and contribute what is happening in the realms of Scientific -Computing using Python. Attendees of the conference and participants of -the sprints planned will be able to access and review the tools -available, apart from learning domain-specific applications and how the -tools apply to a plethora of application problems.
- -One of the goals of the conference is to combine education, engineering, -and science with computing through the medium of Python and thereby -extrapolate on how powerful Scientific Computing is in various fields -and among different communities.

- -
-
-
-
-

Theme

-
-
-

Theme for Conference talks - "Scientific Python in Action" with respect to Application and Teaching

-
-
-
-
-

Venue:

-
-
-

This conference is organized by "Free/Open source Software in Science and Engineering Education" (FOSSEE) project under the National Mission on Education (NME) through Information and Communication Technologies (ICT) jointly with SPACE-Kerala . SPACE-Kerala is helping coordinate and organize the conference.
-The conference is proposed to be held at the Technopark in Trivandrum, keeping in mind accessibility, the number of attendees and the location, among other aspects to be considered.

-
-
-
-
-

Dates

-
-
-

Its a 6-day program between December 12--17, 2009, comprising of 2 days of conference, 2 days of tutorials with 2 parallel tracks (one specifically for teachers and the other for the general -public), and 2 days of Sprints.

- - - - - - - - -
DateActivity
Saturday, Dec. 12 2009Conference
Sunday, Dec. 13 2009Conference
Monday, Dec. 14 2009Tutorials
Tuesday, Dec. 15 2009Tutorials
Wednesday, Dec. 16 2009Sprint
Thursday, Dec. 17 2009Sprint
-
-
-{% endblock %}