From d39cdd1fea6ccc4bfdea703a77c74b27ce7fb9d4 Mon Sep 17 00:00:00 2001 From: Daniel Marin Date: Mon, 16 Nov 2015 22:19:46 -0500 Subject: [PATCH] Updating poster archive --- poster-archive/F15/git101.tex | 48 +++++++++++++++++++++++++++++++ poster-archive/F15/harraptalk.tex | 46 +++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 poster-archive/F15/git101.tex create mode 100644 poster-archive/F15/harraptalk.tex diff --git a/poster-archive/F15/git101.tex b/poster-archive/F15/git101.tex new file mode 100644 index 0000000..9de9db0 --- /dev/null +++ b/poster-archive/F15/git101.tex @@ -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} \ No newline at end of file diff --git a/poster-archive/F15/harraptalk.tex b/poster-archive/F15/harraptalk.tex new file mode 100644 index 0000000..f521784 --- /dev/null +++ b/poster-archive/F15/harraptalk.tex @@ -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} \ No newline at end of file