parent
520d0e5151
commit
a1c4af5da1
@ -0,0 +1,134 @@ |
||||
\documentclass[titlepage]{article} |
||||
\usepackage{amsmath} |
||||
\usepackage{color} |
||||
\usepackage{listings} |
||||
\usepackage[pdftex]{graphicx} |
||||
\graphicspath{{uw-logos/}{csc-logos/}} |
||||
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} |
||||
\newcommand{\tab}{\hspace*{2em}} |
||||
\begin{document} |
||||
\begin{titlepage} |
||||
\begin{center} |
||||
\includegraphics[width=0.3\textwidth]{uw-cmyk} \tab\tab \includegraphics[width=0.5\textwidth]{csclogo-nowords} |
||||
\HRule \\[0.4cm] |
||||
{\huge \bfseries University of Waterloo \\Computer Science Club }\\ Press Kit\\[0.4cm] |
||||
\HRule \\[1.5cm] |
||||
\begin{minipage}{0.4\textwidth} |
||||
\begin{flushleft} \large |
||||
\emph{Author:}\\ |
||||
Edgar Bering, \\Winter 2010 Vice President |
||||
\end{flushleft} |
||||
\end{minipage} |
||||
\begin{minipage}{0.4\textwidth} |
||||
\begin{flushright} \large |
||||
\end{flushright} |
||||
\end{minipage} |
||||
\vfill |
||||
{\large Last Modified: \today} |
||||
\end{center} |
||||
\end{titlepage} |
||||
\tableofcontents |
||||
\setcounter{tocdepth}{2} |
||||
|
||||
\section{General information} |
||||
|
||||
\subsection{About the Computer Science Club} |
||||
|
||||
Founded in 1967, the University of Waterloo Computer Science Club has been a nexus of undergraduate |
||||
Computer Science at Waterloo. Organized an run entirely by undergraduates, the club has a broad mandate |
||||
to promote a greater interest in CS amongst the undergraduate population. Towards this goal the club |
||||
organizes lectures in CS from high-profile out of town speakers (Joel Spolsky, Richard Stallman, and Gerald Sussman are |
||||
amongst the club's distinguished guests) targeted at the undergraduate community; hosts programming contests; |
||||
and operates an office on the University of Waterloo campus to provide a library, work area, and social space |
||||
for Computer Science Students. For further details, visit \texttt{csclub.uwaterloo.ca}. |
||||
|
||||
\subsection{About the University of Waterloo} |
||||
|
||||
In just half a century, the University of Waterloo, located at the heart of Canada's Technology |
||||
Triangle, has become one of Canada's leading comprehensive universities with 30,000 full- and |
||||
part-time students in undergraduate and graduate programs. Waterloo, as home to the world's largest |
||||
post-secondary co-operative education program, embraces its connections to the world and encourages |
||||
enterprising partnerships in learning, research and discovery. In the next decade, the university is |
||||
committed to building a better future for Canada and the world by championing innovation and |
||||
collaboration to create solutions relevant to the needs of today and tomorrow. For further details, |
||||
visit \texttt{www.uwaterloo.ca}. |
||||
|
||||
\section{Quick Facts} |
||||
|
||||
\subsection{Computer Science Club} |
||||
|
||||
\subsubsection{Basic Information} |
||||
|
||||
\begin{description} |
||||
|
||||
\item[Founded:] 1967 |
||||
|
||||
\item[Membership:] 247 |
||||
|
||||
\item[Website:]\texttt{csclub.uwaterloo.ca} |
||||
|
||||
\item[Recent speakers:] Joel Spolsky, Richard Stallman, Paul Lutus, Gerald J. Sussman |
||||
|
||||
\end{description} |
||||
|
||||
\subsubsection{Leadership} |
||||
|
||||
\begin{description} |
||||
|
||||
\item[President:] Jeff Cameron |
||||
|
||||
\item[Vice President:] Brennan Taylor |
||||
|
||||
\item[Faculty Advisor:] Prabhakar Ragde |
||||
|
||||
\end{description} |
||||
|
||||
\end{description} |
||||
|
||||
\section{Biographies} |
||||
|
||||
\subsection{CSC President: Jeff Cameron} |
||||
|
||||
\subsection{CSC VP: Brennan Taylor} |
||||
|
||||
\section{Photograph Usage Guidelines} |
||||
|
||||
The photographs included with this kit are released for use in media covering |
||||
the CS Club, all other rights are reserved by the original photographer. Captions are provided here, |
||||
the numbers correspond to the photo number: |
||||
|
||||
\begin{enumerate} |
||||
\end{enumerate} |
||||
|
||||
\section{Logo and Brand Usage Guidelines} |
||||
|
||||
\subsection{CSC Logo} |
||||
|
||||
There are two versions of the CSC Logo included with this kit, one with words and one without. If |
||||
the phrase "Computer Science Club" will appear obviously close to a wordless logo, and it is difficult |
||||
to fit in the logo with words, then by all means use what looks better. Otherwise, as our logo's brand |
||||
recognition isn't that strong outside of the University of Waterloo community please use the CSC logo |
||||
with words as one piece. |
||||
|
||||
In either case do not modify the aspect ratio or font specified (if you do not have a license for |
||||
Helvetica use an appropriate substitute). The logo may presented in any colour on any background |
||||
provided a sufficiently high contrast is used and, if used, the words must remain easily ledgible. |
||||
|
||||
The CSC logo may be used along side anything closely related to the Computer Science Club. |
||||
|
||||
\subsection{Universtity of Waterloo Logo} |
||||
|
||||
Please refer to \texttt{http://www.graphics.uwaterloo.ca/design/Visual\_ID.pdf} for the |
||||
University of Waterloo's visual identity guide and logo usage guidelines. |
||||
|
||||
\section{Contact Information} |
||||
|
||||
\subsection{General CSC Inquiries} |
||||
|
||||
\begin{description} |
||||
\item[Who:] Computer Science Club Executive |
||||
\item[E-mail:] \texttt{exec@csclub.uwaterloo.ca} |
||||
\item[Phone:] (519)-888-4567 x33870 |
||||
\end{description} |
||||
|
||||
\end{document} |
Loading…
Reference in new issue