# HG changeset patch # User Madhusudan.C.S # Date 1257412038 -19800 # Node ID 07e4c036a0e7625cb21d33902372c4465c09b181 # Parent 290f372287070637d0fbd455a076fc2ffc460ad3 Added venue information. diff -r 290f37228707 -r 07e4c036a0e7 project/static/css/styles.css --- a/project/static/css/styles.css Thu Nov 05 14:25:03 2009 +0530 +++ b/project/static/css/styles.css Thu Nov 05 14:37:18 2009 +0530 @@ -11,7 +11,11 @@ p { text-indent: 1em; - width: 70%; + width: 80%; + font-family: Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif; + font-size: 1.1em; + color: #58585a; + margin-left: 1em; } pre.plain { font-family: Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif; diff -r 290f37228707 -r 07e4c036a0e7 project/templates/about/venue.html --- a/project/templates/about/venue.html Thu Nov 05 14:25:03 2009 +0530 +++ b/project/templates/about/venue.html Thu Nov 05 14:37:18 2009 +0530 @@ -1,4 +1,17 @@ {% extends "base.html" %} {% block content %} -

We will update this page once we have more information on it.

+

Venue

+
+

This conference is jointly 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), SPACE-Kerala , + Kerala State IT Mission (KSITM) + and SIG-FOSS of CSI. 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.

+
{% endblock content %} \ No newline at end of file diff -r 290f37228707 -r 07e4c036a0e7 project/templates/home.html --- a/project/templates/home.html Thu Nov 05 14:25:03 2009 +0530 +++ b/project/templates/home.html Thu Nov 05 14:37:18 2009 +0530 @@ -1,34 +1,27 @@ {% 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.
+

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

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