91
|
1 |
{% extends 'base.html' %}
|
|
2 |
{% block title %}
|
|
3 |
Talks Proposed
|
|
4 |
{% endblock %}
|
|
5 |
{% block content %}
|
|
6 |
<h2>Talks Proposed</h2>
|
|
7 |
|
|
8 |
<div id="table-of-contents">
|
|
9 |
<div id="text-table-of-contents">
|
|
10 |
<ul>
|
|
11 |
<li><a href="#sec-1">1 Introduction to Sage and the Sage Notebook </a></li>
|
|
12 |
<li><a href="#sec-2">2 Running a Sage notebook server </a></li>
|
|
13 |
<li><a href="#sec-3">3 Cryptography in Sage </a></li>
|
|
14 |
<li><a href="#sec-4">4 SAGE (PARI) for Number Theory </a></li>
|
|
15 |
<li><a href="#sec-5">5 SAGE (GAP) for Groups and Representation </a></li>
|
|
16 |
<li><a href="#sec-6">6 Number Theory and its Applications to Cryptography </a></li>
|
|
17 |
<li><a href="#sec-7">7 Introduction to Python programming </a></li>
|
|
18 |
</ul>
|
|
19 |
</div>
|
|
20 |
</div>
|
|
21 |
|
|
22 |
<div id="outline-container-1" class="outline-2">
|
|
23 |
<h2 id="sec-1">1 Introduction to Sage and the Sage Notebook </h2>
|
|
24 |
<div id="text-1">
|
|
25 |
|
|
26 |
<p>Submitted by - Prof. William Stein
|
|
27 |
</p></div>
|
|
28 |
|
|
29 |
</div>
|
|
30 |
|
|
31 |
<div id="outline-container-2" class="outline-2">
|
|
32 |
<h2 id="sec-2">2 Running a Sage notebook server </h2>
|
|
33 |
<div id="text-2">
|
|
34 |
|
|
35 |
<p>Submitted by - Prof. William Stein
|
|
36 |
</p></div>
|
|
37 |
|
|
38 |
</div>
|
|
39 |
|
|
40 |
<div id="outline-container-3" class="outline-2">
|
|
41 |
<h2 id="sec-3">3 Cryptography in Sage </h2>
|
|
42 |
<div id="text-3">
|
|
43 |
|
|
44 |
<p>Submitted by - Sourav Sen Gupta
|
|
45 |
</p></div>
|
|
46 |
|
|
47 |
</div>
|
|
48 |
|
|
49 |
<div id="outline-container-4" class="outline-2">
|
|
50 |
<h2 id="sec-4">4 SAGE (PARI) for Number Theory </h2>
|
|
51 |
<div id="text-4">
|
|
52 |
|
|
53 |
<p>Submitted by - Dr. P. Vanchinatan
|
|
54 |
</p></div>
|
|
55 |
|
|
56 |
</div>
|
|
57 |
|
|
58 |
<div id="outline-container-5" class="outline-2">
|
|
59 |
<h2 id="sec-5">5 SAGE (GAP) for Groups and Representation </h2>
|
|
60 |
<div id="text-5">
|
|
61 |
|
|
62 |
<p>Submitted by - Dr. P. Vanchinatan
|
|
63 |
</p></div>
|
|
64 |
|
|
65 |
</div>
|
|
66 |
|
|
67 |
<div id="outline-container-6" class="outline-2">
|
|
68 |
<h2 id="sec-6">6 Number Theory and its Applications to Cryptography </h2>
|
|
69 |
<div id="text-6">
|
|
70 |
|
|
71 |
<p>Submitted by - Dr. P. Vanchinatan
|
|
72 |
</p></div>
|
|
73 |
|
|
74 |
</div>
|
|
75 |
|
|
76 |
<div id="outline-container-7" class="outline-2">
|
|
77 |
<h2 id="sec-7">7 Introduction to Python programming </h2>
|
|
78 |
<div id="text-7">
|
|
79 |
|
|
80 |
<p>Submitted by - Dr. P. Vanchinatan
|
|
81 |
</p></div>
|
|
82 |
</div>
|
|
83 |
|
|
84 |
{% endblock %}
|