templates/talks_proposed.html
branchanoop
changeset 91 9fab907060a7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/talks_proposed.html	Wed Jul 14 21:04:12 2010 +0530
@@ -0,0 +1,84 @@
+{% extends 'base.html' %}
+{% block title %}
+Talks Proposed
+{% endblock %}
+{% block content %}
+<h2>Talks Proposed</h2>
+
+<div id="table-of-contents">
+<div id="text-table-of-contents">
+<ul>
+<li><a href="#sec-1">1 Introduction to Sage and the Sage Notebook </a></li>
+<li><a href="#sec-2">2 Running a Sage notebook server </a></li>
+<li><a href="#sec-3">3 Cryptography in Sage </a></li>
+<li><a href="#sec-4">4 SAGE (PARI) for Number Theory </a></li>
+<li><a href="#sec-5">5 SAGE (GAP) for Groups and Representation </a></li>
+<li><a href="#sec-6">6 Number Theory and its Applications to Cryptography </a></li>
+<li><a href="#sec-7">7 Introduction to Python programming </a></li>
+</ul>
+</div>
+</div>
+
+<div id="outline-container-1" class="outline-2">
+<h2 id="sec-1">1 Introduction to Sage and the Sage Notebook </h2>
+<div id="text-1">
+
+<p>Submitted by - Prof. William Stein
+</p></div>
+
+</div>
+
+<div id="outline-container-2" class="outline-2">
+<h2 id="sec-2">2 Running a Sage notebook server </h2>
+<div id="text-2">
+
+<p>Submitted by - Prof. William Stein
+</p></div>
+
+</div>
+
+<div id="outline-container-3" class="outline-2">
+<h2 id="sec-3">3 Cryptography in Sage </h2>
+<div id="text-3">
+
+<p>Submitted by - Sourav Sen Gupta
+</p></div>
+
+</div>
+
+<div id="outline-container-4" class="outline-2">
+<h2 id="sec-4">4 SAGE (PARI) for Number Theory </h2>
+<div id="text-4">
+
+<p>Submitted by - Dr. P. Vanchinatan
+</p></div>
+
+</div>
+
+<div id="outline-container-5" class="outline-2">
+<h2 id="sec-5">5 SAGE (GAP) for Groups and Representation </h2>
+<div id="text-5">
+
+<p>Submitted by - Dr. P. Vanchinatan
+</p></div>
+
+</div>
+
+<div id="outline-container-6" class="outline-2">
+<h2 id="sec-6">6 Number Theory and its Applications to Cryptography </h2>
+<div id="text-6">
+
+<p>Submitted by - Dr. P. Vanchinatan
+</p></div>
+
+</div>
+
+<div id="outline-container-7" class="outline-2">
+<h2 id="sec-7">7 Introduction to Python programming </h2>
+<div id="text-7">
+
+<p>Submitted by - Dr. P. Vanchinatan
+</p></div>
+</div>
+
+{% endblock %}