add Professor Lubiw's recorded talk
This commit is contained in:
parent
351aa2812a
commit
ce44f6b4e1
30
events.xml
30
events.xml
|
@ -5,6 +5,36 @@
|
|||
|
||||
<!-- Spring 2015 -->
|
||||
|
||||
<eventitem date="2015-07-16" time="6 PM" room="MC 4064"
|
||||
title="Algorithms for Shortest Paths">
|
||||
<short>
|
||||
<p>
|
||||
Come to this exciting talk about path-finding algorithms which
|
||||
is being presented by Professor Anna Lubiw.
|
||||
</p>
|
||||
</short>
|
||||
<abstract>
|
||||
<p>
|
||||
Finding shortest paths is a problem that comes up in many applications:
|
||||
Google maps, network routing, motion planning, connectivity in social
|
||||
networks, and etc.
|
||||
The domain may be a graph, either explicitly or implicitly represented,
|
||||
or a geometric space.
|
||||
</p>
|
||||
<p>
|
||||
Professor Lubiw will survey the field, from Dijkstra's foundational algorithm to
|
||||
current results and open problems.
|
||||
There will be lots of pictures and lots of ideas.
|
||||
</p>
|
||||
<p>
|
||||
<a href="http://mirror.csclub.uwaterloo.ca/csclub/shortest-paths-CSclub.pdf">Click here to see the slides from the talk.</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="/media/Algorithms%20for%20Shortest%20Paths">Click here for the recorded talk.</a>
|
||||
</p>
|
||||
</abstract>
|
||||
</eventitem>
|
||||
|
||||
<eventitem date="2015-07-08" time="6 PM" room="MC 4060"
|
||||
title="Infra sound is all around us">
|
||||
<short>
|
||||
|
|
|
@ -11,6 +11,26 @@
|
|||
CD or DVD should you so choose.
|
||||
<ul class="media">
|
||||
|
||||
<mediaitem title="Algorithms for Shortest Paths">
|
||||
<abstract>
|
||||
<p>
|
||||
Finding shortest paths is a problem that comes up in many applications:
|
||||
Google maps, network routing, motion planning, connectivity in social
|
||||
networks, and etc.
|
||||
The domain may be a graph, either explicitly or implicitly represented,
|
||||
or a geometric space.
|
||||
</p>
|
||||
<p>
|
||||
Professor Lubiw will survey the field, from Dijkstra's foundational algorithm to
|
||||
current results and open problems.
|
||||
There will be lots of pictures and lots of ideas.
|
||||
</p>
|
||||
</abstract>
|
||||
<presentor>Anna Lubiw</presentor>
|
||||
<thumbnail file="alubiw-shortest-paths-thumb-small.jpg" />
|
||||
<mediafile file="alubiw-shortest-paths.mp4" type="Talk (x264)" />
|
||||
</mediaitem>
|
||||
|
||||
<mediaitem title="Infra Sound is All Around Us">
|
||||
<abstract>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue