Skip to content

Commit a0e98d8

Browse files
committed
Update documentation
1 parent 1f65582 commit a0e98d8

File tree

6 files changed

+41
-28
lines changed

6 files changed

+41
-28
lines changed

_sources/workshop/abstracts-2018.rst.txt

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,26 @@ Incomplete sampling of ecological networks
3535
TBD
3636

3737

38+
.. _mckenzie:
39+
40+
A history of spectral graph theory and its applications, part I
41+
---------------------------------------------------------------
42+
43+
| **Theo McKenzie**
44+
45+
Spectral graph theory gives an expression of the combinatorial properties of a
46+
graph using the eigenvalues and eigenvectors of matrices associated with the
47+
graph. These ideas were first introduced in the late 80s in order to prove
48+
Cheeger's inequality for finding a sparse cut. The utility of spectral graph
49+
theory eventually stretched to Laplacian systems for solving linear equations.
50+
Implementing graph sparsification gives us the ability to do this quickly. In
51+
this talk we will describe the introduction of the Laplacian matrix and its use
52+
in these areas.
53+
3854
.. _schild:
3955

40-
A brief history of graph algorithms using spectral graph theory, part I
41-
-----------------------------------------------------------------------
56+
A history of spectral graph theory and its applications, part II
57+
----------------------------------------------------------------
4258

4359
| **Aaron Schild**
4460
@@ -49,21 +65,11 @@ spectrum of the Laplacian matrix with fast Laplacian solvers. To obtain fast
4965
Laplacian solvers, we needed to sparsify graphs, for which we exploited
5066
concentration phenomena of random matrices. In the 2010s, improvements to these
5167
tools led to improvements on a wide variety of problems, like maximum flow,
52-
travelling salesman (both symmetric and asymetric), and random spanning tree
68+
travelling salesman (both symmetric and asymmetric), and random spanning tree
5369
generation. In this talk, we briefly survey this chain of events and suggest
5470
some future directions.
5571

5672

57-
.. _mckenzie:
58-
59-
A brief history of graph algorithms using spectral graph theory, part II
60-
------------------------------------------------------------------------
61-
62-
| **Theo McKenzie**
63-
64-
TBD
65-
66-
6773
.. _hagberg:
6874

6975
Connecting graph data, algorithms, and software

_sources/workshop/agenda-2018.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ March 27
1414
+--------------+-----------------------------------+
1515
| 11:00--11:30 | **Tea** |
1616
+--------------+-----------------------------------+
17-
| 11:30--12:00 | Aaron Schild, :ref:`schild` |
17+
| 11:30--12:00 | Theo McKenzie, :ref:`mckenzie` |
1818
+--------------+-----------------------------------+
19-
| 12:00--12:30 | Theo McKenzie, :ref:`mckenzie` |
19+
| 12:00--12:30 | Aaron Schild, :ref:`schild` |
2020
+--------------+-----------------------------------+
2121
| 12:30--2:00 | **Lunch** |
2222
+--------------+-----------------------------------+

objects.inv

-2 Bytes
Binary file not shown.

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workshop/abstracts-2018.html

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,22 @@ <h1>Abstracts<a class="headerlink" href="#abstracts" title="Permalink to this he
6969
</div>
7070
<p>TBD</p>
7171
</div>
72-
<div class="section" id="a-brief-history-of-graph-algorithms-using-spectral-graph-theory-part-i">
73-
<span id="schild"></span><h2>A brief history of graph algorithms using spectral graph theory, part I<a class="headerlink" href="#a-brief-history-of-graph-algorithms-using-spectral-graph-theory-part-i" title="Permalink to this headline"></a></h2>
72+
<div class="section" id="a-history-of-spectral-graph-theory-and-its-applications-part-i">
73+
<span id="mckenzie"></span><h2>A history of spectral graph theory and its applications, part I<a class="headerlink" href="#a-history-of-spectral-graph-theory-and-its-applications-part-i" title="Permalink to this headline"></a></h2>
74+
<div class="line-block">
75+
<div class="line"><strong>Theo McKenzie</strong></div>
76+
</div>
77+
<p>Spectral graph theory gives an expression of the combinatorial properties of a
78+
graph using the eigenvalues and eigenvectors of matrices associated with the
79+
graph. These ideas were first introduced in the late 80s in order to prove
80+
Cheeger’s inequality for finding a sparse cut. The utility of spectral graph
81+
theory eventually stretched to Laplacian systems for solving linear equations.
82+
Implementing graph sparsification gives us the ability to do this quickly. In
83+
this talk we will describe the introduction of the Laplacian matrix and its use
84+
in these areas.</p>
85+
</div>
86+
<div class="section" id="a-history-of-spectral-graph-theory-and-its-applications-part-ii">
87+
<span id="schild"></span><h2>A history of spectral graph theory and its applications, part II<a class="headerlink" href="#a-history-of-spectral-graph-theory-and-its-applications-part-ii" title="Permalink to this headline"></a></h2>
7488
<div class="line-block">
7589
<div class="line"><strong>Aaron Schild</strong></div>
7690
</div>
@@ -81,17 +95,10 @@ <h1>Abstracts<a class="headerlink" href="#abstracts" title="Permalink to this he
8195
Laplacian solvers, we needed to sparsify graphs, for which we exploited
8296
concentration phenomena of random matrices. In the 2010s, improvements to these
8397
tools led to improvements on a wide variety of problems, like maximum flow,
84-
travelling salesman (both symmetric and asymetric), and random spanning tree
98+
travelling salesman (both symmetric and asymmetric), and random spanning tree
8599
generation. In this talk, we briefly survey this chain of events and suggest
86100
some future directions.</p>
87101
</div>
88-
<div class="section" id="a-brief-history-of-graph-algorithms-using-spectral-graph-theory-part-ii">
89-
<span id="mckenzie"></span><h2>A brief history of graph algorithms using spectral graph theory, part II<a class="headerlink" href="#a-brief-history-of-graph-algorithms-using-spectral-graph-theory-part-ii" title="Permalink to this headline"></a></h2>
90-
<div class="line-block">
91-
<div class="line"><strong>Theo McKenzie</strong></div>
92-
</div>
93-
<p>TBD</p>
94-
</div>
95102
<div class="section" id="connecting-graph-data-algorithms-and-software">
96103
<span id="hagberg"></span><h2>Connecting graph data, algorithms, and software<a class="headerlink" href="#connecting-graph-data-algorithms-and-software" title="Permalink to this headline"></a></h2>
97104
<div class="line-block">

workshop/agenda-2018.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ <h1>March 27<a class="headerlink" href="#march-27" title="Permalink to this head
6969
<td><strong>Tea</strong></td>
7070
</tr>
7171
<tr class="row-odd"><td>11:30–12:00</td>
72-
<td>Aaron Schild, <a class="reference internal" href="abstracts-2018.html#schild"><span class="std std-ref">A brief history of graph algorithms using spectral graph theory, part I</span></a></td>
72+
<td>Theo McKenzie, <a class="reference internal" href="abstracts-2018.html#mckenzie"><span class="std std-ref">A history of spectral graph theory and its applications, part I</span></a></td>
7373
</tr>
7474
<tr class="row-even"><td>12:00–12:30</td>
75-
<td>Theo McKenzie, <a class="reference internal" href="abstracts-2018.html#mckenzie"><span class="std std-ref">A brief history of graph algorithms using spectral graph theory, part II</span></a></td>
75+
<td>Aaron Schild, <a class="reference internal" href="abstracts-2018.html#schild"><span class="std std-ref">A history of spectral graph theory and its applications, part II</span></a></td>
7676
</tr>
7777
<tr class="row-odd"><td>12:30–2:00</td>
7878
<td><strong>Lunch</strong></td>

0 commit comments

Comments
 (0)