From 1316a02504b24f7e38d847d27ff4cbfc561eee26 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Thu, 5 Nov 2009 14:37:18 +0530 Subject: Added venue information. --- project/static/css/styles.css | 6 ++++- project/templates/about/venue.html | 15 ++++++++++- project/templates/home.html | 51 ++++++++++++++++---------------------- 3 files changed, 41 insertions(+), 31 deletions(-) diff --git a/project/static/css/styles.css b/project/static/css/styles.css index 59c0076..680341a 100644 --- a/project/static/css/styles.css +++ b/project/static/css/styles.css @@ -11,7 +11,11 @@ body 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 --git a/project/templates/about/venue.html b/project/templates/about/venue.html index f0205f2..7bb93de 100644 --- a/project/templates/about/venue.html +++ b/project/templates/about/venue.html @@ -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 --git a/project/templates/home.html b/project/templates/home.html index 066f0ad..b073097 100644 --- a/project/templates/home.html +++ b/project/templates/home.html @@ -1,34 +1,27 @@ {% 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.
+

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