New posters.

This commit is contained in:
Elana Hashman 2013-11-14 22:01:36 -05:00
parent 949ea70e54
commit f43db6ad64
4 changed files with 164 additions and 12 deletions

View File

@ -0,0 +1,47 @@
%% This is csc-poster-sample, a sample CSC poster
%% Copyright (C) 2003 Computer Science Club of the University of Waterloo
%%
%% This program is free software; you can redistribute it and/or modify
%% it under the terms of the GNU General Public License as published by
%% the Free Software Foundation; either version 2 of the License, or
%% (at your option) any later version.
%%
%% This program is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
%% GNU General Public License for more details.
%%
%% You should have received a copy of the GNU General Public License
%% along with this program; if not, write to the Free Software
%% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
\documentclass{article}
\usepackage{csc-poster}
\begin{document}
%% TITLE
% This command lays out the top of the document.
% The first parameter is the title.
% The second parameter is the speaker. This parameter may be empty.
\vspace*{-10mm}
\cschead{CSC Hackathon \\\& Code Party!!1}{Calum T. Dalek}
Join us for a night of code, food, and caffeine in the MC Comfy. We will be
serving real food (curry! naan!) as well as plenty of snacking edibles and
beverages for your hacking enjoyment.\\
\noindent Not sure what to work on? You can bring your homework or just hang
out and socialize. If you are interested in getting involved in an Open Source
project, there will be mentors present to get you started. Make sure to bring
your friends---we look forward to seeing you there!\\
%% FOOTER
% The first through third arguments tell us the date and time.
% The last argument is a pithy saying. It may be empty.
% Following the footer, the CSC logo is printed.
\cscfoot{Friday, 2013-11-22}{6:30PM}{Comfy Lounge (MC 3001)}{{\tt int main() \{
puts("Hello World!"); \}}}
\end{document}

View File

@ -0,0 +1,50 @@
%% This is csc-poster-sample, a sample CSC poster
%% Copyright (C) 2003 Computer Science Club of the University of Waterloo
%%
%% This program is free software; you can redistribute it and/or modify
%% it under the terms of the GNU General Public License as published by
%% the Free Software Foundation; either version 2 of the License, or
%% (at your option) any later version.
%%
%% This program is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
%% GNU General Public License for more details.
%%
%% You should have received a copy of the GNU General Public License
%% along with this program; if not, write to the Free Software
%% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
\documentclass{article}
\usepackage{csc-poster}
\begin{document}
\vspace*{-0.5in}
%% TITLE
% This command lays out the top of the document.
% The first parameter is the title.
% The second parameter is the speaker. This parameter may be empty.
\cschead{C++ GoingNative Video Lecture Series}{Calum T. Dalek}
%% SUBTITLE
% This command prints the sub-title and is completely optional.
\cscsubtitle{C++ Seasoning -- Sean Parent}
A look at many of the new features in C++ and a couple of old features you may
not have known about. With the goal of correctness in mind, we'll see how to
utilize these features to create simple, clear, and beautiful code. Just a
little pinch can really spice things up.\\
\noindent This is the fifth and final lecture in the C++ GoingNative Video
Lecture Series.\\
%% FOOTER
% The first through third arguments tell us the date and time.
% The last argument is a pithy saying. It may be empty.
% Following the footer, the CSC logo is printed.
\cscfoot{Thursday, 2013-11-21}{6:30 PM}{PHY 150}{{\tt
http://channel9.msdn.com/Events/GoingNative/2013}}
\end{document}

View File

@ -20,33 +20,35 @@
\begin{document}
\vspace*{-0.9in}
\vspace*{-0.75in}
%% TITLE
% This command lays out the top of the document.
% The first parameter is the title.
% The second parameter is the speaker. This parameter may be empty.
\cschead{Security and Privacy Lecture Series}{Sean Howard}
\cschead{Security and Privacy Lecture Series}{Calum T. Dalek}
%% SUBTITLE
% This command prints the sub-title and is completely optional.
\cscsubtitle{Trust in ISPs -- Calum T. Dalek}
\cscsubtitle{Trust in ISPs -- Sean Howard}
\vspace{-5mm}
\cscsubtitle{The Canadian Cybersecurity Institute}
Bell's recent announcement of their use of Deep Packet Inspection (DPI) crystalizes a long-standing issue: your ISP pwns you.
They control your IP allocation, your DNS, and your ARP and the AS paths. The question has never been about ability--it's about trust.
Whether Rogers, AT\&T, Virgin, Telia, BT, Vodafone or Wind, your onramp to the internet is your first and most potent point of security failure.
Bell's recent announcement of their use of Deep Packet Inspection (DPI) brings
to light a long-standing issue: your internet service provider (ISP) pwns you.
They control your IP allocation, your DNS, your ARP, the AS paths.\\[-3mm]
Founding member of the Canadian Cybersecurity Institute (cybersecurityinstitute.ca)
and employee of local ISP Sentex will come demo vividly the reasons you need to be able to trust your ISP.
\noindent Founding member of the Canadian Cybersecurity Institute and employee
of local ISP Sentex will vividly demo the reasons you need to be able to trust
your internet provider. Come for the talk, stay for the pizza!\\[-3mm]
Also, pizza!
\noindent This is the fifth lecture of six in the Security and Privacy Lecture Series.
\noindent This is the fifth lecture of six in the Security and Privacy Lecture
Series.\\[-1mm]
%% FOOTER
% The first through third arguments tell us the date and time.
% The last argument is a pithy saying. It may be empty.
% Following the footer, the CSC logo is printed.
\cscfoot{Tuesday, 2013-11-12}{5:00 PM}{MC 4060}{trust no one}
\cscfoot{Tuesday, 2013-11-12}{5:00 PM}{MC 4060}{{\tt trust no one}}
\end{document}

View File

@ -0,0 +1,53 @@
%% This is csc-poster-sample, a sample CSC poster
%% Copyright (C) 2003 Computer Science Club of the University of Waterloo
%%
%% This program is free software; you can redistribute it and/or modify
%% it under the terms of the GNU General Public License as published by
%% the Free Software Foundation; either version 2 of the License, or
%% (at your option) any later version.
%%
%% This program is distributed in the hope that it will be useful,
%% but WITHOUT ANY WARRANTY; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
%% GNU General Public License for more details.
%%
%% You should have received a copy of the GNU General Public License
%% along with this program; if not, write to the Free Software
%% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
\documentclass{article}
\usepackage{csc-poster}
\begin{document}
\vspace*{-0.7in}
%% TITLE
% This command lays out the top of the document.
% The first parameter is the title.
% The second parameter is the speaker. This parameter may be empty.
\cschead{Security and Privacy Lecture Series}{Calum T. Dalek}
%% SUBTITLE
% This command prints the sub-title and is completely optional.
\cscsubtitle{Disk Encryption -- Zak Blacher}
MMath Alumni Zak Blacher presents his talk, ``Disk Encryption: Digital Forensic
Analysis \& Full Volume Encryption.'' He aims to cover filesystem forensic
analysis and counter forensics by addressing the entire design stack: starting
with filesystem construction, design, and theory, and drilling down to the
inner workings of hard drives (modern platter hdds, as well as mlc-ssds). This
talk leads in to a discussion on full volume encryption, and how this helps to
protect one's data.\\[-3mm]
\noindent This is the sixth and final lecture in the Security and Privacy
Lecture Series.\\[-1mm]
%% FOOTER
% The first through third arguments tell us the date and time.
% The last argument is a pithy saying. It may be empty.
% Following the footer, the CSC logo is printed.
\cscfoot{Tuesday, 2013-11-26}{5:00 PM}{MC 2038}{{\tt
AO0Ilhc+ohrrNhKGorjFRwz951VxOu5up3pmDV7SjHFLjLEukIO/b}}
\end{document}