Updating poster archive

This commit is contained in:
Daniel Marin 2015-11-16 22:19:46 -05:00
parent 336fa4a4bb
commit d39cdd1fea
2 changed files with 94 additions and 0 deletions

View File

@ -0,0 +1,48 @@
%% 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.
\cschead{Git 101}{Charlie Wang}
%% SUBTITLE
% This command prints the sub-title and is completely optional.
\cscsubtitle{How to Use Git Properly}
git init, git add, git commit, git 'er done!
In Git 101, Charlie Wang will convince you to use Git for your projects and
show you a high level overview of how to use it properly.
This talk is recommended for CS 246 students.
Come for the tutorial, stay for the bad jokes.
%% 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 and MathSoc logos are printed.
\cscfoot{Thursday, 2015-11-19}{7:00-8:00 PM}{MC 4020}{}
\end{document}

View File

@ -0,0 +1,46 @@
%% 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.
\cschead{Static Analysis and Program Optimization Using Dataflow Analysis}{Sean Harrap}
%% SUBTITLE
% This command prints the sub-title and is completely optional.
\cscsubtitle{An Introduction}
An introduction to some basic issues with optimization of imperative programs, beginning with traditional methods such as tree traversals.
This will be followed by a more powerful solution to these problems, providing an overview of its mathematical foundations,
and then describing how it can be used to express optimizations simply and elegantly.
Some familiarity with the second year CS core (CS245, CS241, MATH239) will be assumed.
%% 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 and MathSoc logos are printed.
\cscfoot{Monday, 2015-11-23}{6:00 PM}{MC 4041}{}
\end{document}