Fixed formatting and such

This commit is contained in:
Webmaster 2007-02-02 06:20:03 +00:00
parent 913de847ea
commit d2ea422785
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ University of Waterloo
Waterloo, Ontario, CANADA Waterloo, Ontario, CANADA
N2L 3G1 N2L 3G1
</pre> </pre>
<p>Our office phone number is (519) 888-4567x33870</p> <p>Our office phone number is (519) 888-4567 x33870</p>
</section> </section>
<section title="What... is your quest?"> <section title="What... is your quest?">
@ -68,7 +68,7 @@ N2L 3G1
<section title="Can I join?"> <section title="Can I join?">
<p> <p>
If you are (or have been) student, faculty or staff at the If you are (or have been) a student, faculty or staff at the
<a href="http://www.uwaterloo.ca/">University of Waterloo</a>, you <a href="http://www.uwaterloo.ca/">University of Waterloo</a>, you
can become a full member of the CSC. Otherwise, you can become an can become a full member of the CSC. Otherwise, you can become an
affiliate member, meaning you can't vote or hold executive affiliate member, meaning you can't vote or hold executive

View File

@ -167,7 +167,7 @@
<p> <p>
Copyright Copyright
<xsl:text disable-output-escaping="yes">&amp;copy;</xsl:text> <xsl:text disable-output-escaping="yes">&amp;copy;</xsl:text>
2002<xsl:text disable-output-escaping="yes">&amp;ndash;</xsl:text>2004 2002<xsl:text disable-output-escaping="yes">&amp;ndash;</xsl:text>2007
Computer Science Club of the University of Waterloo.<br /> Computer Science Club of the University of Waterloo.<br />
KDE Crystal theme icons are copyright KDE Crystal theme icons are copyright
<xsl:text disable-output-escaping="yes">&amp;copy;</xsl:text> <xsl:text disable-output-escaping="yes">&amp;copy;</xsl:text>

View File

@ -52,7 +52,7 @@
<short>A demo/intrdocution to a new source code search engine. A talk by Holden Karau</short> <short>A demo/intrdocution to a new source code search engine. A talk by Holden Karau</short>
<abstract> <abstract>
<p> <p>
Source Code Search engines are a relatively new phenomenon . The general idea of most source code search engines is helping programmers find Source code search engines are a relatively new phenomenon . The general idea of most source code search engines is helping programmers find
pre-existing code. So if you were writing some code and you wanted to find a csv library, for example, you could search for csv. All The Code is a pre-existing code. So if you were writing some code and you wanted to find a csv library, for example, you could search for csv. All The Code is a
next generation source code search engine. Unlike earlier generations of source code search engines, it considers how code is used to help determine next generation source code search engine. Unlike earlier generations of source code search engines, it considers how code is used to help determine
relevance of code. relevance of code.