From b83be680894a84c99f650b18d7ef9722ca41f3b5 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Thu, 5 Nov 2009 14:20:58 +0530 Subject: Forgot to add home.html in previous commit. Adding it now. --- project/templates/home.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 project/templates/home.html diff --git a/project/templates/home.html b/project/templates/home.html new file mode 100644 index 0000000..066f0ad --- /dev/null +++ b/project/templates/home.html @@ -0,0 +1,34 @@ +{% extends "base.html" %} + +{% block content %} +
+
+

Scope of the conference

+
+
+

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 %} -- cgit