summaryrefslogtreecommitdiff
path: root/templates/base.html
blob: 72aa996d979235473a4e5891a5ae16da36301b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{% load static %}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
    SciPy India 2012 - Scietific Computing Using Python
</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" href="{% static 'css/default.css'%}" type="text/css" /> 
</head>
<body>
<div id="header-wrapper">
	<div id="header" class="container">
		<div id="logo">
			<h1><a href="#">SciPy India </h1><br><h2>27-29 December, 2012</a></h2>
		</div>
		<div id="menu">
			<ul>
				<li><a href="{% url 'conference:home' %}" accesskey="1" title="">Home</a></li>
				<li>
				    <a href="#" accesskey="2" title="">Conference</a>
				    <ul>
				        <div class="arrow-up"></div>
				        <li><a href="{% url 'conference:keynote' %}">Keynote</a></li>
				        <li><a href="{% url 'conference:tutorials' %}">Tutorials</a></li>
				        <li><a href="{% url 'conference:talks' %}">Talks</a></li>
				        <li><a href="https://plus.google.com/photos/108547534465492743329/albums/5830648864137819041?banner=pwa" target=_blank>Image Gallery</a></li>
				    </ul>
                </li>
				<li><a href="{% url 'conference:sponsors' %}" accesskey="3" title="">Sponsors</a></li>
			</ul>
		</div>
	</div>
</div>


<div id="featured">&nbsp;</div>
<div id="wrapper">
{% block content %}

	<div id="page" class="container">
		<div id="content">
			<div class="title">
				<h2>SciPy India 2012</h2>
				<span class="byline">Conference on Python for Education & Scientific Computing</span> </div>
			<p><strong>SciPy India</strong>, 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 to Scientific Computing using 
          Python. Attendees of the conference and participants of the sprints 
          planned will be able to access and review the tools available. They 
          will also be able to learn 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. This conference 
          also aims to spread the use of Python for Scientific Computing in 
          various fields and among different communities. This was the 4th Consecutive year of the conference. </p>
	</div>
{% endblock %}
</div>
</div>
<div id="copyright" class="container">
	<p>Copyright (c) 2013 FOSSEE IIT Bombay All rights reserved.</p>
</div>
</body>
</html>