Adding library to build system, updating menu, and updating IQC talk information.

This commit is contained in:
Michael Gregson 2009-03-10 23:41:16 -04:00
parent 14ffd0723f
commit 9b76842650
4 changed files with 19 additions and 6 deletions

View File

@ -2,7 +2,7 @@ SHELL = umask 002; exec /bin/sh
FILES = events.ics events.atom news.atom index.html stats.html \
favicon.ico default.css csclub.der csclub.pem
SUBDIRS = about events office news services media buttons logos flash
SUBDIRS = about events office news services media buttons logos flash library
include common.mk

View File

@ -59,16 +59,26 @@ and its guranteed to be dazzling.
</abstract>
</eventitem>
<eventitem date="2009-03-12" time="5:00 PM" etime="7:00 PM" room="TBA"
<eventitem date="2009-03-12" time="5:00 PM" etime="7:00 PM" room="RAC2009"
title="IQC - Programming Quantum Computers">
<short>
<p>
A brief intro to Quantum Computing and why it matters,
followed by a talk on programming quantum computers.
followed by a talk on programming quantum computers. Meet at
the CSC at 4:00PM for a guided walk to the RAC.
</p>
</short>
<abstract><p>
TBA</p></abstract>
<abstract>
<p>
Raymond Laflamme is the director of the Institute for Quantum
Computing at the University of Waterloo and holds the Canada
Research Chair in Quantum Information. He will give a brief
introduction to quantum computing and why it matters, followed
by a talk on programming quantum computers. There will be
tours of the IQC labs at the end, and pizza will be provided
back at the CSC for all attendees.
</p>
</abstract>
</eventitem>
<eventitem date="2009-02-27" time="5:00 PM" etime="7:00 PM" room="CSC Office: MC3036" title="Dooly's Night">

3
library/Makefile Normal file
View File

@ -0,0 +1,3 @@
FILES = index.cgi
RELDIR = buttons/
include ../common.mk

View File

@ -10,5 +10,5 @@
<menuitem title="Mailman" icon="mailman" absolute="true" href="/mailman/"/>
<menuitem title="gitweb" icon="gitweb" absolute="true" href="http://gitweb.csclub.uwaterloo.ca/"/>
<menuitem title="Gallery" icon="gallery" absolute="true" href="/gallery2/"/>
<menuitem title="Library" icon="gallery" absolute="true" href="http://csclub.uwaterloo.ca/~mthiffau/cgi-bin/library.cgi" />
<menuitem title="Library" icon="gallery" absolute="true" href="http://csclub.uwaterloo.ca/library" />
</menudefs>