# HG changeset patch # User Madhusudan.C.S # Date 1257411058 -19800 # Node ID 1de2f4008a5d8a2d237b8a00d974a95ce8ec17dc # Parent 39f05885c9e7bd3ffd78e811f01b2fa6a08d2273 Forgot to add home.html in previous commit. Adding it now. diff -r 39f05885c9e7 -r 1de2f4008a5d project/templates/home.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/home.html Thu Nov 05 14:20:58 2009 +0530 @@ -0,0 +1,34 @@ +{% extends "base.html" %} + +{% block content %} +
+ +
+

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

+
+
+{% endblock content %}