diff --git a/.drone.yml b/.drone.yml index 8d3359d1..aab69260 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,18 +4,18 @@ type: docker name: node16 steps: -- name: check-lockfile - image: node:16 - commands: - - node ./check-lockfile.js - - name: install-deps image: node:16 - depends_on: - - check-lockfile commands: - npm install +- name: check-lockfile + image: node:16 + depends_on: + - install-deps + commands: + - npm run check-lockfile + - name: lint image: node:16 depends_on: @@ -28,12 +28,20 @@ steps: depends_on: - install-deps commands: - - npm run build + - npm run build:web + +- name: generate-calendar + image: node:16 + depends_on: + - install-deps + commands: + - npm run generate:calendar - name: export image: node:16 depends_on: - build + - generate-calendar commands: - npm run export diff --git a/.gitignore b/.gitignore index 922d92a5..d0cff56b 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +# Calendar is automatically generated +/public/events.ics \ No newline at end of file diff --git a/components/OrganizedContent.module.css b/components/OrganizedContent.module.css index 00113c82..69588eb6 100644 --- a/components/OrganizedContent.module.css +++ b/components/OrganizedContent.module.css @@ -22,10 +22,14 @@ } .nav { - top: calc(20rem / 16); position: sticky; - height: 100%; - margin: calc(8rem / 16) calc(32rem / 16) 0 0; + overflow: auto; + flex-shrink: 0; + + top: calc(20rem / 16); + margin: calc(8rem / 16) calc(32rem / 16) calc(20rem / 16) 0; + height: calc(100vh - (44rem / 16)); + color: var(--primary-heading); font-weight: 500; } @@ -107,6 +111,7 @@ .arrow { fill: var(--primary-accent); margin-top: calc(27rem / 16); + flex-shrink: 0; } .prevArrow { @@ -188,9 +193,9 @@ top: 0; left: 0; - overflow-y: auto; z-index: 30; + height: 100%; margin: 0; background: var(--primary-accent-lighter); width: calc(288rem / 16); diff --git a/content/about/index.mdx b/content/about/index.mdx index d390e640..dc44cfd3 100644 --- a/content/about/index.mdx +++ b/content/about/index.mdx @@ -16,13 +16,13 @@ growth. ## Our Vision -1. Academic: Promoting the knowledge and interest of Computer Science, as well +1. **Academic**: Promoting the knowledge and interest of Computer Science, as well as supporting students throughout their academic experiences. -2. Career: Providing career guidance and resources to help students gain +2. **Career**: Providing career guidance and resources to help students gain experience and knowledge for their own job search. -3. Community: Encouraging interpersonal relationships through community building +3. **Community**: Encouraging interpersonal relationships through community building and social events for all computing students. @@ -73,11 +73,11 @@ in the club.
-Computer Science Club
-Math & Computer 3036/3037
-University of Waterloo
-200 University Avenue West
-Waterloo, ON N2L 3G1
+Computer Science Club +Math & Computer 3036/3037 +University of Waterloo +200 University Avenue West +Waterloo, ON  N2L 3G1 Canada Our office phone number is [(519) 888-4567 x33870](tel:+15198884567,33870). diff --git a/content/events/1994/fall/ACM-Style-Programming-Contest.md b/content/events/1994/fall/ACM-Style-Programming-Contest.md index ae28d885..80ae45b6 100644 --- a/content/events/1994/fall/ACM-Style-Programming-Contest.md +++ b/content/events/1994/fall/ACM-Style-Programming-Contest.md @@ -1,14 +1,13 @@ --- -name: 'ACM-Style Programming Contest' -short: 'No description available' -date: 'Sat Oct 15 1994 11:00:00 GMT-0400 (Eastern Daylight Time)' +name: "ACM-Style Programming Contest" +short: "" +date: 'October 15 1994 11:00' online: false -location: 'MC 3022' +location: "MC 3022" --- ### Big Money and Prizes! -So you think you're a pretty good programmer? Pit your skills against others on campus in this triannual event! Contestants will have three hours to solve five programming problems in either C or Pascal. - -Last fall's winners went on to the International Finals and came first overall! You could be there, too! +So you think you're a pretty good programmer? Pit your skills against others on campus in this triannual event! Contestants will have three hours to solve five programming problems in either C or Pascal. +Last fall's winners went on to the International Finals and came first overall! You could be there, too! diff --git a/content/events/1994/fall/CSC-Elections.md b/content/events/1994/fall/CSC-Elections.md index 72899ee8..20321e3c 100644 --- a/content/events/1994/fall/CSC-Elections.md +++ b/content/events/1994/fall/CSC-Elections.md @@ -1,9 +1,9 @@ --- -name: 'CSC Elections' -short: 'No description available' -date: 'Fri Sep 16 1994 17:30:00 GMT-0400 (Eastern Daylight Time)' +name: "CSC Elections" +short: "" +date: 'September 16 1994 17:30' online: false -location: 'MC 4040' +location: "MC 4040" --- -No abstract available \ No newline at end of file +No abstract available diff --git a/content/events/1994/fall/Exploring-the-Internet.md b/content/events/1994/fall/Exploring-the-Internet.md index 23830021..82ef406a 100644 --- a/content/events/1994/fall/Exploring-the-Internet.md +++ b/content/events/1994/fall/Exploring-the-Internet.md @@ -1,14 +1,13 @@ --- -name: 'Exploring the Internet' -short: 'No description available' -date: 'Thu Oct 20 1994 17:30:00 GMT-0400 (Eastern Daylight Time)' +name: "Exploring the Internet" +short: "" +date: 'October 20 1994 17:30' online: false -location: 'MC 3009' +location: "MC 3009" --- ### Need something to do between assignments/beers? Did you know that your undergrad account at Waterloo gives you access to the world's largest computer network? With thousands of discussion groups, gigabytes of files to download, multimedia information browsers, even on-line entertainment? -The resources available on the Internet are vast and wondrous, but the tools for navigating it are sometimes confusing and arcane. In this hands-on tutorial you will get the chance to get your feet wet with the world's most mind-bogglingly big computer network, the protocols and programs used, and how to use them responsibly and effectively. - +The resources available on the Internet are vast and wondrous, but the tools for navigating it are sometimes confusing and arcane. In this hands-on tutorial you will get the chance to get your feet wet with the world's most mind-bogglingly big computer network, the protocols and programs used, and how to use them responsibly and effectively. diff --git a/content/events/1994/fall/Game-Theory.md b/content/events/1994/fall/Game-Theory.md index bc4f4389..4925b843 100644 --- a/content/events/1994/fall/Game-Theory.md +++ b/content/events/1994/fall/Game-Theory.md @@ -1,9 +1,9 @@ --- -name: 'Game Theory' -short: 'No description available' -date: 'Wed Nov 02 1994 17:30:00 GMT-0500 (Eastern Standard Time)' +name: "Game Theory" +short: "" +date: 'November 02 1994 17:30' online: false -location: 'MC 2038' +location: "MC 2038" --- ### From the Minimax Theorem, through Alpha-Beta, and beyond... @@ -11,4 +11,3 @@ location: 'MC 2038' This will be a discussion of the pitfalls of using mathematics and algorithms to play classical board games. Thorough descriptions shall be presented of the simple techniques used as the building blocks that make all modern computer game players. I will use tic-tac-toe as a control for my arguments. Other games such as Chess, Othello and Go shall be the be a greater measure of progress; and more importantly the targets of our dreams. To enhance the discussion of the future, Barney Pell's Metagamer shall be introduced. His work in define classes of games is important in identifying the features necessary for analysis. - diff --git a/content/events/1994/fall/Movie-Outing-Brainstorm.md b/content/events/1994/fall/Movie-Outing-Brainstorm.md index 541f52a6..b061d668 100644 --- a/content/events/1994/fall/Movie-Outing-Brainstorm.md +++ b/content/events/1994/fall/Movie-Outing-Brainstorm.md @@ -1,7 +1,7 @@ --- name: 'Movie Outing: Brainstorm' short: ' No description available. ' -date: 'Tue Sep 13 1994 22:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 13 1994 21:00' online: false location: 'Princess Cinema' --- diff --git a/content/events/1994/fall/Prograph-Picture-the-Future.md b/content/events/1994/fall/Prograph-Picture-the-Future.md index f7c431f8..0c1809dc 100644 --- a/content/events/1994/fall/Prograph-Picture-the-Future.md +++ b/content/events/1994/fall/Prograph-Picture-the-Future.md @@ -1,16 +1,15 @@ --- -name: 'Prograph: Picture the Future' -short: 'No description available' -date: 'Thu Oct 13 1994 18:00:00 GMT-0400 (Eastern Daylight Time)' +name: "Prograph: Picture the Future" +short: "" +date: 'October 13 1994 18:00' online: false -location: 'DC 1302' +location: "DC 1302" --- -What is the next step in the evolution of computer languages? Intelligent agents? Distributed objects? or visual languages? +What is the next step in the evolution of computer languages? Intelligent agents? Distributed objects? or visual languages? -Visual languages overcome many of the drawbacks and limitations of the textual languages that software development is based on today. Do you think about programming in a linear fashion? Or do you draw a mental picture of your algorithm and then linearize it for the benefit of your compiler? Wouldn't it be nice if you could code the same way you think? +Visual languages overcome many of the drawbacks and limitations of the textual languages that software development is based on today. Do you think about programming in a linear fashion? Or do you draw a mental picture of your algorithm and then linearize it for the benefit of your compiler? Wouldn't it be nice if you could code the same way you think? -Visual C++ and Visual BASIC aren't visual languages, but Prograph is. Prograph is a commercially available, visual, object-oriented, data-flow language. It is well suited to graphical user interface development, but is as powerful for general-purpose programming as any textual language. - -The talk will comprise a discussion of the problems of textual languages that visual languages solve, a live demonstration of Prograph, and some of my observations of the applications of Prograph to software development. +Visual C++ and Visual BASIC aren't visual languages, but Prograph is. Prograph is a commercially available, visual, object-oriented, data-flow language. It is well suited to graphical user interface development, but is as powerful for general-purpose programming as any textual language. +The talk will comprise a discussion of the problems of textual languages that visual languages solve, a live demonstration of Prograph, and some of my observations of the applications of Prograph to software development. diff --git a/content/events/1994/fall/SIGGRAPH-Video-Night.md b/content/events/1994/fall/SIGGRAPH-Video-Night.md index b141d31c..84d194da 100644 --- a/content/events/1994/fall/SIGGRAPH-Video-Night.md +++ b/content/events/1994/fall/SIGGRAPH-Video-Night.md @@ -1,9 +1,9 @@ --- -name: 'SIGGRAPH Video Night' -short: 'No description available' -date: 'Wed Sep 21 1994 19:30:00 GMT-0400 (Eastern Daylight Time)' +name: "SIGGRAPH Video Night" +short: "" +date: 'September 21 1994 19:30' online: false -location: 'DC 1302' +location: "DC 1302" --- -No abstract available \ No newline at end of file +No abstract available diff --git a/content/events/1994/fall/UNIX-I-Tutorial.md b/content/events/1994/fall/UNIX-I-Tutorial.md index c4048b07..70a30818 100644 --- a/content/events/1994/fall/UNIX-I-Tutorial.md +++ b/content/events/1994/fall/UNIX-I-Tutorial.md @@ -1,9 +1,9 @@ --- -name: 'UNIX I Tutorial' -short: 'No description available' -date: 'Thu Sep 22 1994 17:30:00 GMT-0400 (Eastern Daylight Time)' +name: "UNIX I Tutorial" +short: "" +date: 'September 22 1994 17:30' online: false -location: 'MC 3022' +location: "MC 3022" --- -No abstract available \ No newline at end of file +No abstract available diff --git a/content/events/1994/fall/UNIX-II-Tutorial.md b/content/events/1994/fall/UNIX-II-Tutorial.md index 6b50ebce..76c5fd1a 100644 --- a/content/events/1994/fall/UNIX-II-Tutorial.md +++ b/content/events/1994/fall/UNIX-II-Tutorial.md @@ -1,9 +1,9 @@ --- -name: 'UNIX II Tutorial' -short: 'No description available' -date: 'Mon Sep 26 1994 17:30:00 GMT-0400 (Eastern Daylight Time)' +name: "UNIX II Tutorial" +short: "" +date: 'September 26 1994 17:30' online: false -location: 'MC 3022' +location: "MC 3022" --- -No abstract available \ No newline at end of file +No abstract available diff --git a/content/events/1999/fall/Calculational-Mathematics.md b/content/events/1999/fall/Calculational-Mathematics.md index 9486b278..010a52c0 100644 --- a/content/events/1999/fall/Calculational-Mathematics.md +++ b/content/events/1999/fall/Calculational-Mathematics.md @@ -1,7 +1,7 @@ --- name: 'Calculational Mathematics' short: 'By Edgar Dijkstra' -date: 'Thu Dec 02 1999 14:30:00 GMT-0500 (Eastern Standard Time)' +date: 'December 02 1999 13:30' online: false location: 'DC1302' --- diff --git a/content/events/1999/fall/Ctrl-D.md b/content/events/1999/fall/Ctrl-D.md index ee55d429..a180539a 100644 --- a/content/events/1999/fall/Ctrl-D.md +++ b/content/events/1999/fall/Ctrl-D.md @@ -1,7 +1,7 @@ --- name: 'Ctrl-D' short: 'End-of-term dinner' -date: 'Wed Dec 01 1999 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'December 01 1999 19:00' online: false location: 'Golf''s Steakhouse' --- diff --git a/content/events/1999/fall/GDB,-Purify-Tutorial.md b/content/events/1999/fall/GDB,-Purify-Tutorial.md index 4af5bac0..06bc340a 100644 --- a/content/events/1999/fall/GDB,-Purify-Tutorial.md +++ b/content/events/1999/fall/GDB,-Purify-Tutorial.md @@ -1,14 +1,13 @@ --- -name: 'GDB, Purify Tutorial' -short: 'No description available.' -date: 'Tue Oct 19 1999 17:30:00 GMT-0400 (Eastern Daylight Time)' +name: "GDB, Purify Tutorial" +short: "" +date: 'October 19 1999 17:30' online: false -location: 'DC1304' +location: "DC1304" --- Debugging can be the most difficult and time consuming part of any program's life-cycle. Far from an exact science, it's more of an art ... and close to some kind of dark magic. Cryptic error messages, lousy error checking, and icky things like implicit casts can make it nearly impossible to know what's going on inside your program. Several tools are available to help automate your debugging. GDB and Purify are among the most powerful debugging tools available in a UNIX environment. GDB is an interactive debugger, allowing you to \`step' through a program, examine function calls, variable contents, stack traces and let you look at the state of a program after it crashes. Purify is a commercial program designed to help find and remove memory leaks from programs written in languages without automatic garbage collection. -This talk will cover how to compile your C and C++ programs for use with GDB and Purify, as well as how to use the available X interfaces. If a purify license is available on undergrad at the time of the talk, we will cover how to use it during runtime. - +This talk will cover how to compile your C and C++ programs for use with GDB and Purify, as well as how to use the available X interfaces. If a purify license is available on undergrad at the time of the talk, we will cover how to use it during runtime. diff --git a/content/events/1999/fall/Homebrew-Processors-and-Integrated-Systems-in-FPGAs.md b/content/events/1999/fall/Homebrew-Processors-and-Integrated-Systems-in-FPGAs.md index 6651f14a..ff0cffa3 100644 --- a/content/events/1999/fall/Homebrew-Processors-and-Integrated-Systems-in-FPGAs.md +++ b/content/events/1999/fall/Homebrew-Processors-and-Integrated-Systems-in-FPGAs.md @@ -1,7 +1,7 @@ --- name: 'Homebrew Processors and Integrated Systems in FPGAs' short: 'By Jan Gray' -date: 'Wed Dec 01 1999 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'December 01 1999 16:30' online: false location: 'MC2066' --- diff --git a/content/events/1999/fall/Living-Laboratories-The-Future-Computing-Environments-at-Georgia-Tech.md b/content/events/1999/fall/Living-Laboratories-The-Future-Computing-Environments-at-Georgia-Tech.md index 1deaa4bb..fca09ad1 100644 --- a/content/events/1999/fall/Living-Laboratories-The-Future-Computing-Environments-at-Georgia-Tech.md +++ b/content/events/1999/fall/Living-Laboratories-The-Future-Computing-Environments-at-Georgia-Tech.md @@ -2,7 +2,7 @@ name: 'Living Laboratories: The Future Computing Environments at Georgia Tech' short: 'By Blair MacIntyre and Elizabeth Mynatt' -date: 'Mon Oct 18 1999 15:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 18 1999 14:30' online: false location: 'DC1304' --- diff --git a/content/events/1999/fall/Open-Q&A-session.md b/content/events/1999/fall/Open-Q&A-session.md index 234ecd10..6ff20430 100644 --- a/content/events/1999/fall/Open-Q&A-session.md +++ b/content/events/1999/fall/Open-Q&A-session.md @@ -1,7 +1,7 @@ --- name: 'Open Q&A session' short: 'By Edsger Dijkstra' -date: 'Fri Dec 03 1999 16:00:00 GMT-0500 (Eastern Standard Time)' +date: 'December 03 1999 15:00' online: false location: 'DC1351' --- diff --git a/content/events/1999/fall/Proofs-and-Programs.md b/content/events/1999/fall/Proofs-and-Programs.md index 8e819195..3057f0fd 100644 --- a/content/events/1999/fall/Proofs-and-Programs.md +++ b/content/events/1999/fall/Proofs-and-Programs.md @@ -1,7 +1,7 @@ --- name: 'Proofs and Programs' short: 'By Edsger Dijkstra' -date: 'Fri Dec 03 1999 11:00:00 GMT-0500 (Eastern Standard Time)' +date: 'December 03 1999 10:00' online: false location: 'Siegfried Hall, St Jerome''s' diff --git a/content/events/2000/fall/CSC-Elections.md b/content/events/2000/fall/CSC-Elections.md index eb716f7d..49504ebc 100644 --- a/content/events/2000/fall/CSC-Elections.md +++ b/content/events/2000/fall/CSC-Elections.md @@ -1,7 +1,7 @@ --- name: 'CSC Elections' short: 'Fall 2000 Elections for the CSC.' -date: 'Thu Sep 14 2000 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 14 2000 18:00' online: false location: 'DC1302' --- diff --git a/content/events/2000/fall/Realising-the-Next-Generation-Internet.md b/content/events/2000/fall/Realising-the-Next-Generation-Internet.md index 247acc85..caf30b10 100644 --- a/content/events/2000/fall/Realising-the-Next-Generation-Internet.md +++ b/content/events/2000/fall/Realising-the-Next-Generation-Internet.md @@ -1,7 +1,7 @@ --- name: 'Realising the Next Generation Internet' short: 'By Frank Clegg of Microsoft Canada' -date: 'Mon Sep 25 2000 15:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 25 2000 14:30' online: false location: 'DC1302' --- diff --git a/content/events/2000/fall/SIGGraph-Video-Night.md b/content/events/2000/fall/SIGGraph-Video-Night.md index 1bcf13be..c6650416 100644 --- a/content/events/2000/fall/SIGGraph-Video-Night.md +++ b/content/events/2000/fall/SIGGraph-Video-Night.md @@ -1,7 +1,7 @@ --- name: 'SIGGraph Video Night' short: ' SIGGraph Video Night Featuring some truly awesome computer animations from Siggraph ''99. ' -date: 'Thu Sep 14 2000 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 14 2000 19:00' online: false location: 'DC1302' --- diff --git a/content/events/2000/spring/Ctrl-D.md b/content/events/2000/spring/Ctrl-D.md index 84c4fd06..7c8032c9 100644 --- a/content/events/2000/spring/Ctrl-D.md +++ b/content/events/2000/spring/Ctrl-D.md @@ -1,7 +1,7 @@ --- name: 'Ctrl-D' short: 'End-of-term dinner' -date: 'Thu Jul 20 2000 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 20 2000 19:00' online: false location: 'Ali Babas Steak House, 130 King Street S, Waterloo' diff --git a/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal-(1).md b/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal-(1).md index a781b745..0835a352 100644 --- a/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal-(1).md +++ b/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal-(1).md @@ -1,12 +1,11 @@ --- -name: 'Enterprise Java APIs and Implementing a Web Portal (1)' -short: 'No description available.' -date: 'Thu Mar 30 2000 17:30:00 GMT-0500 (Eastern Standard Time)' +name: "Enterprise Java APIs and Implementing a Web Portal (1)" +short: "" +date: 'March 30 2000 17:30' online: false -location: 'DC1304' +location: "DC1304" --- -Real World J2EE - Design Patterns and architecture behind the yet to be released J2EE portal: theserverside.com - -This talk will feature an exclusive look at the architecture behind the new J2EE portal: theserverside.com. Join Floyd Marinescu in a walk-through of the back-end of the portal, while learning about J2EE and its real world patterns, applications, problems and benefits. +Real World J2EE - Design Patterns and architecture behind the yet to be released J2EE portal: theserverside.com +This talk will feature an exclusive look at the architecture behind the new J2EE portal: theserverside.com. Join Floyd Marinescu in a walk-through of the back-end of the portal, while learning about J2EE and its real world patterns, applications, problems and benefits. diff --git a/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal.md b/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal.md index f1170de4..2ba1a5be 100644 --- a/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal.md +++ b/content/events/2000/winter/Enterprise-Java-APIs-and-Implementing-a-Web-Portal.md @@ -1,14 +1,13 @@ --- -name: 'Enterprise Java APIs and Implementing a Web Portal' -short: 'No description available.' -date: 'Fri Mar 24 2000 17:30:00 GMT-0500 (Eastern Standard Time)' +name: "Enterprise Java APIs and Implementing a Web Portal" +short: "" +date: 'March 24 2000 17:30' online: false -location: 'DC1304' +location: "DC1304" --- -### by Floyd Marinescu +### by Floyd Marinescu -The first talk will be an introduction to the Enterprise Java API's: Servlets, JSP, EJB, and how to use them to build eCommerce sites. - -The second talk will be about how these technologies were used to implement a real world portal. The talk will include an overview of the design patterns used and will feature architectural information about the yet to be release portal (which I am one of the developers) called theserverside.com. +The first talk will be an introduction to the Enterprise Java API's: Servlets, JSP, EJB, and how to use them to build eCommerce sites. +The second talk will be about how these technologies were used to implement a real world portal. The talk will include an overview of the design patterns used and will feature architectural information about the yet to be release portal (which I am one of the developers) called theserverside.com. diff --git a/content/events/2001/spring/ACM-Style-programming-contest.md b/content/events/2001/spring/ACM-Style-programming-contest.md index cc4f2106..3e3ee64b 100644 --- a/content/events/2001/spring/ACM-Style-programming-contest.md +++ b/content/events/2001/spring/ACM-Style-programming-contest.md @@ -1,7 +1,7 @@ --- name: 'ACM-Style programming contest' short: 'Practice for the ACM international programming contest' -date: 'Sat Jun 02 2001 11:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 02 2001 10:30' online: false location: 'MC3006' --- diff --git a/content/events/2001/winter/ACM-Style-programming-contest.md b/content/events/2001/winter/ACM-Style-programming-contest.md index a3851441..4136e2b2 100644 --- a/content/events/2001/winter/ACM-Style-programming-contest.md +++ b/content/events/2001/winter/ACM-Style-programming-contest.md @@ -1,7 +1,7 @@ --- name: 'ACM-Style programming contest' short: 'Practice for the ACM international programming contest' -date: 'Sat Jan 27 2001 11:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 27 2001 10:30' online: false location: 'MC3006' --- diff --git a/content/events/2001/winter/Executive-elections.md b/content/events/2001/winter/Executive-elections.md index 740e9020..f9123cf7 100644 --- a/content/events/2001/winter/Executive-elections.md +++ b/content/events/2001/winter/Executive-elections.md @@ -1,7 +1,7 @@ --- name: 'Executive elections' short: 'Winter 2001 CSC Elections.' -date: 'Mon Jan 15 2001 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 15 2001 16:30' online: false location: 'MC3036' --- diff --git a/content/events/2001/winter/Meeting-#2.md b/content/events/2001/winter/Meeting-#2.md index 1dabbe31..6b25ae84 100644 --- a/content/events/2001/winter/Meeting-#2.md +++ b/content/events/2001/winter/Meeting-#2.md @@ -1,7 +1,7 @@ --- name: 'Meeting #2' short: 'Second CSC meeting for Winter 2001.' -date: 'Mon Jan 22 2001 16:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 22 2001 15:30' online: false location: 'MC3036' --- diff --git a/content/events/2001/winter/Meeting-#3.md b/content/events/2001/winter/Meeting-#3.md index 92a9f7dd..51682198 100644 --- a/content/events/2001/winter/Meeting-#3.md +++ b/content/events/2001/winter/Meeting-#3.md @@ -1,9 +1,9 @@ --- -name: 'Meeting #3' -short: 'No description available.' -date: 'Mon Jan 29 2001 15:39:00 GMT-0500 (Eastern Standard Time)' +name: "Meeting #3" +short: "" +date: 'January 29 2001 15:39' online: false -location: 'MC3036' +location: "MC3036" --- -No abstract available. \ No newline at end of file +No abstract available. diff --git a/content/events/2001/winter/Meeting-#4.md b/content/events/2001/winter/Meeting-#4.md index 2e51755a..8fa11578 100644 --- a/content/events/2001/winter/Meeting-#4.md +++ b/content/events/2001/winter/Meeting-#4.md @@ -1,9 +1,9 @@ --- -name: 'Meeting #4' -short: 'No description available.' -date: 'Mon Feb 05 2001 16:30:00 GMT-0500 (Eastern Standard Time)' +name: "Meeting #4" +short: "" +date: 'February 05 2001 16:30' online: false -location: 'MC3036' +location: "MC3036" --- -No abstract available. \ No newline at end of file +No abstract available. diff --git a/content/events/2001/winter/Meeting-#5.md b/content/events/2001/winter/Meeting-#5.md index 518d768c..b8412da9 100644 --- a/content/events/2001/winter/Meeting-#5.md +++ b/content/events/2001/winter/Meeting-#5.md @@ -1,9 +1,9 @@ --- -name: 'Meeting #5' -short: 'No description available.' -date: 'Mon Feb 12 2001 16:30:00 GMT-0500 (Eastern Standard Time)' +name: "Meeting #5" +short: "" +date: 'February 12 2001 16:30' online: false -location: 'MC3036' +location: "MC3036" --- -No abstract available. \ No newline at end of file +No abstract available. diff --git a/content/events/2002/fall/A-GNU-Approach-to-Virtual-Memory-Management-in-a-Multiserver-Operating-System.md b/content/events/2002/fall/A-GNU-Approach-to-Virtual-Memory-Management-in-a-Multiserver-Operating-System.md index b3b5e09a..64780f50 100644 --- a/content/events/2002/fall/A-GNU-Approach-to-Virtual-Memory-Management-in-a-Multiserver-Operating-System.md +++ b/content/events/2002/fall/A-GNU-Approach-to-Virtual-Memory-Management-in-a-Multiserver-Operating-System.md @@ -1,7 +1,7 @@ --- name: 'A GNU Approach to Virtual Memory Management in a Multiserver Operating System' short: 'Neal Walfield, a GNU Hurd developer, talks about a possible Virtual Memory Management subsystem for the GNU Hurd' -date: 'Sat Oct 26 2002 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 26 2002 16:30' online: false location: 'MC2066' --- diff --git a/content/events/2002/fall/Automatic-Memory-Management-and-Garbage-Collection.md b/content/events/2002/fall/Automatic-Memory-Management-and-Garbage-Collection.md index e3f74978..41a7acd4 100644 --- a/content/events/2002/fall/Automatic-Memory-Management-and-Garbage-Collection.md +++ b/content/events/2002/fall/Automatic-Memory-Management-and-Garbage-Collection.md @@ -1,7 +1,7 @@ --- name: 'Automatic Memory Management and Garbage Collection' short: 'A talk by James A. Morrison' -date: 'Tue Nov 12 2002 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 12 2002 16:30' online: false location: 'MC4058' --- diff --git a/content/events/2002/fall/Business-Meeting.md b/content/events/2002/fall/Business-Meeting.md index 0253ee35..a715cd0a 100644 --- a/content/events/2002/fall/Business-Meeting.md +++ b/content/events/2002/fall/Business-Meeting.md @@ -1,7 +1,7 @@ --- name: 'Business Meeting' short: 'Vote on a constitutional change.' -date: 'Mon Sep 30 2002 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 30 2002 18:30' online: false location: 'Comfy lounge, MC3001' --- diff --git a/content/events/2002/fall/Debian-in-the-Enterprise.md b/content/events/2002/fall/Debian-in-the-Enterprise.md index ad31d444..62256ce3 100644 --- a/content/events/2002/fall/Debian-in-the-Enterprise.md +++ b/content/events/2002/fall/Debian-in-the-Enterprise.md @@ -1,7 +1,7 @@ --- name: 'Debian in the Enterprise' short: 'A talk by Simon Law' -date: 'Thu Oct 17 2002 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 17 2002 17:30' online: false location: 'MC2065' --- diff --git a/content/events/2002/fall/F02-elections.md b/content/events/2002/fall/F02-elections.md index df19faa4..3acb5b66 100644 --- a/content/events/2002/fall/F02-elections.md +++ b/content/events/2002/fall/F02-elections.md @@ -1,7 +1,7 @@ --- name: 'F02 elections' short: 'Come and vote for this term''s exec' -date: 'Mon Sep 16 2002 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 16 2002 17:30' online: false location: 'Comfy lounge' --- diff --git a/content/events/2002/fall/GNULinux-InstallFest-with-KW-LUG-and-UW-DIG.md b/content/events/2002/fall/GNULinux-InstallFest-with-KW-LUG-and-UW-DIG.md index 794d290c..476e55bc 100644 --- a/content/events/2002/fall/GNULinux-InstallFest-with-KW-LUG-and-UW-DIG.md +++ b/content/events/2002/fall/GNULinux-InstallFest-with-KW-LUG-and-UW-DIG.md @@ -1,7 +1,7 @@ --- name: 'GNU/Linux InstallFest with KW-LUG and UW-DIG' short: 'Bring over your computer and we''ll help you install GNU/Linux' -date: 'Sat Nov 02 2002 12:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 02 2002 11:00' online: false location: 'MC3002 (Math Coffee and Donut Store)' --- diff --git a/content/events/2002/fall/GNULinux-on-HPPA.md b/content/events/2002/fall/GNULinux-on-HPPA.md index 9e37ac9a..32d56037 100644 --- a/content/events/2002/fall/GNULinux-on-HPPA.md +++ b/content/events/2002/fall/GNULinux-on-HPPA.md @@ -1,7 +1,7 @@ --- name: 'GNU/Linux on HPPA' short: 'Carlos O''Donnell talks about "the last of the legacy processors to fall before the barbarian horde"' -date: 'Sat Oct 26 2002 14:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 26 2002 13:30' online: false location: 'MC2066' --- diff --git a/content/events/2002/fall/Metaprogramming-GPUs.md b/content/events/2002/fall/Metaprogramming-GPUs.md index f603e4d5..bedeaa74 100644 --- a/content/events/2002/fall/Metaprogramming-GPUs.md +++ b/content/events/2002/fall/Metaprogramming-GPUs.md @@ -1,7 +1,7 @@ --- name: 'Metaprogramming GPUs' short: 'A talk by Michael McCool of the Computer Graphics Lab.' -date: 'Tue Nov 19 2002 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 19 2002 16:30' online: false location: 'MC4058' --- diff --git a/content/events/2002/fall/Perl-6.md b/content/events/2002/fall/Perl-6.md index 74abe979..b8e67f31 100644 --- a/content/events/2002/fall/Perl-6.md +++ b/content/events/2002/fall/Perl-6.md @@ -1,7 +1,7 @@ --- name: 'Perl 6' short: 'A talk by Simon Law' -date: 'Thu Nov 21 2002 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 21 2002 18:00' online: false location: 'MC2066' --- diff --git a/content/events/2002/fall/Pints-with-the-Profs.md b/content/events/2002/fall/Pints-with-the-Profs.md index 7a28621a..fa68655d 100644 --- a/content/events/2002/fall/Pints-with-the-Profs.md +++ b/content/events/2002/fall/Pints-with-the-Profs.md @@ -1,7 +1,7 @@ --- name: 'Pints with the Profs' short: 'Get to know your profs and be the envy of your friends!' -date: 'Tue Oct 01 2002 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 01 2002 18:30' online: false location: 'The Bomber' --- diff --git a/content/events/2002/fall/Samba-and-You.md b/content/events/2002/fall/Samba-and-You.md index c5008387..ca14bffe 100644 --- a/content/events/2002/fall/Samba-and-You.md +++ b/content/events/2002/fall/Samba-and-You.md @@ -1,7 +1,7 @@ --- name: 'Samba and You' short: 'A talk by Dan Brovkovich, Mathsoc''s Computing Director' -date: 'Thu Nov 21 2002 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 21 2002 16:30' online: false location: 'MC2066' --- diff --git a/content/events/2002/fall/The-Evil-Side-of-C++.md b/content/events/2002/fall/The-Evil-Side-of-C++.md index f6d75a15..afabaa30 100644 --- a/content/events/2002/fall/The-Evil-Side-of-C++.md +++ b/content/events/2002/fall/The-Evil-Side-of-C++.md @@ -1,7 +1,7 @@ --- name: 'The Evil Side of C++' short: 'Abusing template metaprogramming in C++; aka. writing a Mandelbrot generator that runs at compile time' -date: 'Tue Nov 05 2002 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 05 2002 16:30' online: false location: 'MC 2065' --- diff --git a/content/events/2002/fall/The-GNU-General-Public-License.md b/content/events/2002/fall/The-GNU-General-Public-License.md index 0901bbb4..ef84ac8b 100644 --- a/content/events/2002/fall/The-GNU-General-Public-License.md +++ b/content/events/2002/fall/The-GNU-General-Public-License.md @@ -1,7 +1,7 @@ --- name: 'The GNU General Public License' short: 'The teeth of Free Software' -date: 'Thu Nov 07 2002 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 07 2002 17:30' online: false location: 'MC4063' --- diff --git a/content/events/2002/fall/The-Hurd-Interfaces.md b/content/events/2002/fall/The-Hurd-Interfaces.md index bbd6d9aa..f42fbec9 100644 --- a/content/events/2002/fall/The-Hurd-Interfaces.md +++ b/content/events/2002/fall/The-Hurd-Interfaces.md @@ -1,7 +1,7 @@ --- name: 'The Hurd Interfaces' short: 'Marcus Brinkmann, a GNU Hurd developer, talks about the Hurd server interfaces, at the heart of a GNU/Hurd system' -date: 'Sat Oct 26 2002 16:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 26 2002 15:00' online: false location: 'MC2066' --- diff --git a/content/events/2002/fall/Trip-to-York-University.md b/content/events/2002/fall/Trip-to-York-University.md index 37eeecdb..6f357486 100644 --- a/content/events/2002/fall/Trip-to-York-University.md +++ b/content/events/2002/fall/Trip-to-York-University.md @@ -1,7 +1,7 @@ --- name: 'Trip to York University' short: 'Going to visit the York University Computer Club' -date: 'Sat Nov 16 2002 14:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 16 2002 13:30' online: false location: 'York University' --- diff --git a/content/events/2002/fall/UNIX-101.md b/content/events/2002/fall/UNIX-101.md index ec9b075e..d65025c7 100644 --- a/content/events/2002/fall/UNIX-101.md +++ b/content/events/2002/fall/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'First Steps with UNIX' -date: 'Thu Sep 26 2002 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 26 2002 17:30' online: false location: 'MC3006' --- diff --git a/content/events/2002/fall/UNIX-102.md b/content/events/2002/fall/UNIX-102.md index f877f203..1f715b7e 100644 --- a/content/events/2002/fall/UNIX-102.md +++ b/content/events/2002/fall/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: 'Talking to your UNIX can be fun and profitable.' -date: 'Thu Oct 03 2002 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 03 2002 17:30' online: false location: 'MC3006' --- diff --git a/content/events/2002/fall/UNIX-103.md b/content/events/2002/fall/UNIX-103.md index 5c5e7a65..ca4ec24a 100644 --- a/content/events/2002/fall/UNIX-103.md +++ b/content/events/2002/fall/UNIX-103.md @@ -1,7 +1,7 @@ --- name: 'UNIX 103' short: '' -date: 'Thu Oct 10 2002 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 10 2002 17:30' online: false location: 'MC3006' --- diff --git a/content/events/2002/fall/Video-cards,-Linux-display-drivers-and-the-Kernel-Graphics-Interface-(KGI).md b/content/events/2002/fall/Video-cards,-Linux-display-drivers-and-the-Kernel-Graphics-Interface-(KGI).md index db14bad9..65b92a4f 100644 --- a/content/events/2002/fall/Video-cards,-Linux-display-drivers-and-the-Kernel-Graphics-Interface-(KGI).md +++ b/content/events/2002/fall/Video-cards,-Linux-display-drivers-and-the-Kernel-Graphics-Interface-(KGI).md @@ -1,7 +1,7 @@ --- name: 'Video cards, Linux display drivers and the Kernel Graphics Interface (KGI)' short: 'A talk by Filip Spacek, KGI developer' -date: 'Tue Oct 08 2002 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 08 2002 16:30' online: false location: 'MC4045' --- diff --git a/content/events/2002/spring/S02-elections.md b/content/events/2002/spring/S02-elections.md index 2aae90b8..018004fd 100644 --- a/content/events/2002/spring/S02-elections.md +++ b/content/events/2002/spring/S02-elections.md @@ -2,7 +2,7 @@ name: 'S02 elections' short: 'Come and vote for this term''s exec' -date: 'Sat May 11 2002 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 11 2002 19:00' online: false location: 'MC3036' --- diff --git a/content/events/2002/winter/An-Introduction-to-GNU-Hurd.md b/content/events/2002/winter/An-Introduction-to-GNU-Hurd.md index 5501318b..c7e2abf1 100644 --- a/content/events/2002/winter/An-Introduction-to-GNU-Hurd.md +++ b/content/events/2002/winter/An-Introduction-to-GNU-Hurd.md @@ -1,7 +1,7 @@ --- name: 'An Introduction to GNU Hurd' short: 'Bored of GNU/Linux? Try this experimental operating system!' -date: 'Sat Jan 26 2002 15:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 26 2002 14:00' online: false location: 'Comfy Lounge MC3001' --- diff --git a/content/events/2002/winter/Computer-Go,-The-Ultimate.md b/content/events/2002/winter/Computer-Go,-The-Ultimate.md index c15cc22f..fda69877 100644 --- a/content/events/2002/winter/Computer-Go,-The-Ultimate.md +++ b/content/events/2002/winter/Computer-Go,-The-Ultimate.md @@ -1,7 +1,7 @@ --- name: 'Computer Go, The Ultimate' short: 'Thomas Wolf from Brock University will be holding a talk on the Asian game of Go. All are welcome.' -date: 'Fri Mar 01 2002 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 01 2002 17:00' online: false location: 'MC4060' --- diff --git a/content/events/2002/winter/DVD-Video-Under-Linux.md b/content/events/2002/winter/DVD-Video-Under-Linux.md index 723eda7c..cd22c644 100644 --- a/content/events/2002/winter/DVD-Video-Under-Linux.md +++ b/content/events/2002/winter/DVD-Video-Under-Linux.md @@ -1,7 +1,7 @@ --- name: 'DVD-Video Under Linux' short: 'Billy Biggs will be holding a talk on DVD technology (in particular, CSS and playback issues) under Linux, giving some technical details as well as an overview of the current status of Free Software efforts. All are welcome.' -date: 'Wed Feb 13 2002 17:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 13 2002 16:00' online: false location: 'MC4060' --- diff --git a/content/events/2002/winter/GnuPGPGP-Keysigning-Party.md b/content/events/2002/winter/GnuPGPGP-Keysigning-Party.md index 49913561..0af7d122 100644 --- a/content/events/2002/winter/GnuPGPGP-Keysigning-Party.md +++ b/content/events/2002/winter/GnuPGPGP-Keysigning-Party.md @@ -1,7 +1,7 @@ --- name: 'GnuPG/PGP Keysigning Party' short: 'Get more signatures on your key!' -date: 'Sat Jan 26 2002 15:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 26 2002 14:30' online: false location: 'Comfy Lounge MC3001' --- diff --git a/content/events/2002/winter/UNIX-101-First-Steps-With-UNIX.md b/content/events/2002/winter/UNIX-101-First-Steps-With-UNIX.md index 33ed3338..93f450d8 100644 --- a/content/events/2002/winter/UNIX-101-First-Steps-With-UNIX.md +++ b/content/events/2002/winter/UNIX-101-First-Steps-With-UNIX.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101: First Steps With UNIX' short: ' This is the first in a series of seminars that cover the use of the UNIX Operating System. UNIX is used in a variety of applications, both in academia and industry. We will be covering the basics of the UNIX environment, as well as the use of PINE, an electronic mail and news reader. ' -date: 'Thu Jan 31 2002 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 31 2002 18:00' online: false location: 'MC2037' --- diff --git a/content/events/2002/winter/Unix-102-Fun-With-UNIX.md b/content/events/2002/winter/Unix-102-Fun-With-UNIX.md index 9a2101dd..8af74228 100644 --- a/content/events/2002/winter/Unix-102-Fun-With-UNIX.md +++ b/content/events/2002/winter/Unix-102-Fun-With-UNIX.md @@ -1,7 +1,7 @@ --- name: 'Unix 102: Fun With UNIX' short: 'This the second in a series of UNIX tutorials. Simon Law and James Perry will be presenting some more advanced UNIX techniques. All are welcome. Accounts will be provided for those needing them.' -date: 'Thu Feb 07 2002 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 07 2002 18:00' online: false location: 'MC2037' --- diff --git a/content/events/2003/fall/.NET-&-Linux-When-Worlds-Collide.md b/content/events/2003/fall/.NET-&-Linux-When-Worlds-Collide.md index e39f7abf..8191d2ae 100644 --- a/content/events/2003/fall/.NET-&-Linux-When-Worlds-Collide.md +++ b/content/events/2003/fall/.NET-&-Linux-When-Worlds-Collide.md @@ -1,7 +1,7 @@ --- name: '.NET & Linux: When Worlds Collide' short: 'A talk by James Perry' -date: 'Tue Oct 21 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 21 2003 16:30' online: false location: 'MC2065' --- diff --git a/content/events/2003/fall/CS-Pints-With-Profs.md b/content/events/2003/fall/CS-Pints-With-Profs.md index b66fb86b..28180453 100644 --- a/content/events/2003/fall/CS-Pints-With-Profs.md +++ b/content/events/2003/fall/CS-Pints-With-Profs.md @@ -1,7 +1,7 @@ --- name: 'CS Pints With Profs' short: 'Come have a pint with your favourite CS profs!' -date: 'Wed Nov 05 2003 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 05 2003 16:30' online: false location: 'Grad House Pub (Green Room)' --- diff --git a/content/events/2003/fall/CSC-Elections.md b/content/events/2003/fall/CSC-Elections.md index a9aaa4ce..e48a92b3 100644 --- a/content/events/2003/fall/CSC-Elections.md +++ b/content/events/2003/fall/CSC-Elections.md @@ -1,7 +1,7 @@ --- name: 'CSC Elections' short: 'CSC Fall 2003 Elections' -date: 'Wed Sep 17 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 17 2003 16:30' online: false location: 'MC3001 (Comfy)' --- diff --git a/content/events/2003/fall/Jon-'maddog'-Hall-Free-and-Open-Source-Its-uses-in-Business-and-Education.md b/content/events/2003/fall/Jon-'maddog'-Hall-Free-and-Open-Source-Its-uses-in-Business-and-Education.md index e8f0e733..f55285bc 100644 --- a/content/events/2003/fall/Jon-'maddog'-Hall-Free-and-Open-Source-Its-uses-in-Business-and-Education.md +++ b/content/events/2003/fall/Jon-'maddog'-Hall-Free-and-Open-Source-Its-uses-in-Business-and-Education.md @@ -1,7 +1,7 @@ --- name: 'Jon ''maddog'' Hall: Free and Open Source: Its uses in Business and Education' short: ' Free and Open Source software has been around for a long time, even longer then shrink-wrapped code.' -date: 'Mon Dec 01 2003 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'December 01 2003 19:00' online: false location: 'RCH 101' --- diff --git a/content/events/2003/fall/Poster-Team-Meeting.md b/content/events/2003/fall/Poster-Team-Meeting.md index b40346d0..4b21d1c7 100644 --- a/content/events/2003/fall/Poster-Team-Meeting.md +++ b/content/events/2003/fall/Poster-Team-Meeting.md @@ -1,7 +1,7 @@ --- name: 'Poster Team Meeting' short: 'Join the Poster Team and get Free Pizza!' -date: 'Mon Oct 06 2003 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 06 2003 16:00' online: false location: 'MC3001 (Comfy)' --- diff --git a/content/events/2003/fall/Real-Time-Graphics-Compilers.md b/content/events/2003/fall/Real-Time-Graphics-Compilers.md index 729ca547..005e72a9 100644 --- a/content/events/2003/fall/Real-Time-Graphics-Compilers.md +++ b/content/events/2003/fall/Real-Time-Graphics-Compilers.md @@ -1,7 +1,7 @@ --- name: 'Real-Time Graphics Compilers' short: 'Sh is a GPU metaprogramming language developed at the UW Computer Graphics Lab' -date: 'Wed Oct 22 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 22 2003 16:30' online: false location: 'MC4061' --- diff --git a/content/events/2003/fall/UNIX-101-Text-Editors.md b/content/events/2003/fall/UNIX-101-Text-Editors.md index efda4397..58e76ef5 100644 --- a/content/events/2003/fall/UNIX-101-Text-Editors.md +++ b/content/events/2003/fall/UNIX-101-Text-Editors.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101: Text Editors' short: 'vi vs. emacs: The Ultimate Showdown' -date: 'Thu Oct 02 2003 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 02 2003 16:00' online: false location: 'MC2037' --- diff --git a/content/events/2003/fall/UNIX-103-Development-Tools.md b/content/events/2003/fall/UNIX-103-Development-Tools.md index b0183040..f7d66426 100644 --- a/content/events/2003/fall/UNIX-103-Development-Tools.md +++ b/content/events/2003/fall/UNIX-103-Development-Tools.md @@ -1,7 +1,7 @@ --- name: 'UNIX 103: Development Tools' short: 'GCC, GDB, Make' -date: 'Thu Oct 16 2003 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 16 2003 16:00' online: false location: 'MC2037' --- diff --git a/content/events/2003/spring/A-Brief-History-of-Computer-Science.md b/content/events/2003/spring/A-Brief-History-of-Computer-Science.md index 618041b2..91b74a1a 100644 --- a/content/events/2003/spring/A-Brief-History-of-Computer-Science.md +++ b/content/events/2003/spring/A-Brief-History-of-Computer-Science.md @@ -1,7 +1,7 @@ --- name: 'A Brief History of Computer Science' short: 'War, insanity, espionage, beauty, domination, sacrifice, and tragic death... not what one might associate with the history of computer science. In this talk I will focus on the origin of our discipline in the fields of engineering, mathematics, and science, and on the complicated personalities that shaped its evolution. No advanced technical knowledge is required.' -date: 'Tue Jun 10 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 10 2003 16:30' online: false location: 'MC2066' --- diff --git a/content/events/2003/spring/Friday-Flicks.md b/content/events/2003/spring/Friday-Flicks.md index b57ccc62..c8f2fcbe 100644 --- a/content/events/2003/spring/Friday-Flicks.md +++ b/content/events/2003/spring/Friday-Flicks.md @@ -1,7 +1,7 @@ --- name: 'Friday Flicks' short: ' SIGGRAPH Electronic Theatre Showing ' -date: 'Fri Jun 27 2003 15:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 27 2003 14:30' online: false location: 'DC1302' --- diff --git a/content/events/2003/spring/Guelph-Trip.md b/content/events/2003/spring/Guelph-Trip.md index 4cb8fd0b..2fe4859c 100644 --- a/content/events/2003/spring/Guelph-Trip.md +++ b/content/events/2003/spring/Guelph-Trip.md @@ -1,7 +1,7 @@ --- name: 'Guelph Trip' short: 'Come Visit the University of Guelph''s Computer Science Club' -date: 'Fri Jul 04 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 04 2003 15:30' online: false location: 'University of Guelph' --- diff --git a/content/events/2003/spring/July-Exec-Meeting.md b/content/events/2003/spring/July-Exec-Meeting.md index e7174405..5b79dc03 100644 --- a/content/events/2003/spring/July-Exec-Meeting.md +++ b/content/events/2003/spring/July-Exec-Meeting.md @@ -2,7 +2,7 @@ name: 'July Exec Meeting' short: ' See Abstract for minutes ' -date: 'Thu Jul 24 2003 16:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 24 2003 15:00' online: false location: 'CSC Office' --- diff --git a/content/events/2003/spring/June-12-Exec-Meeting.md b/content/events/2003/spring/June-12-Exec-Meeting.md index c3cd26b3..e7135ef4 100644 --- a/content/events/2003/spring/June-12-Exec-Meeting.md +++ b/content/events/2003/spring/June-12-Exec-Meeting.md @@ -1,7 +1,7 @@ --- name: 'June 12 Exec Meeting' short: 'Have an issue that should be brought up? We''d love to hear it!' -date: 'Thu Jun 12 2003 16:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 12 2003 15:30' online: false location: 'MC3036 CSC Office' --- diff --git a/content/events/2003/spring/LaTeX-and-Work-Reports.md b/content/events/2003/spring/LaTeX-and-Work-Reports.md index 2e19f997..1fa21dcd 100644 --- a/content/events/2003/spring/LaTeX-and-Work-Reports.md +++ b/content/events/2003/spring/LaTeX-and-Work-Reports.md @@ -1,7 +1,7 @@ --- name: 'LaTeX and Work Reports' short: 'Writing beautiful work reports' -date: 'Thu Jul 31 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 31 2003 16:30' online: false location: 'MC4064' --- diff --git a/content/events/2003/spring/Mainframes-and-Linux.md b/content/events/2003/spring/Mainframes-and-Linux.md index 4e3ccd7c..365a6139 100644 --- a/content/events/2003/spring/Mainframes-and-Linux.md +++ b/content/events/2003/spring/Mainframes-and-Linux.md @@ -1,7 +1,7 @@ --- name: 'Mainframes and Linux' short: 'A talk by Jim Elliott. Jim is responsible for IBM''s in Open Source activities and IBM''s mainframe operating systems for Canada and the Carribbean.' -date: 'Tue Jul 08 2003 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 08 2003 16:00' online: false location: 'MC2065' --- diff --git a/content/events/2003/spring/May-22-Exec-Meeting.md b/content/events/2003/spring/May-22-Exec-Meeting.md index 51018932..11ddf77c 100644 --- a/content/events/2003/spring/May-22-Exec-Meeting.md +++ b/content/events/2003/spring/May-22-Exec-Meeting.md @@ -1,7 +1,7 @@ --- name: 'May 22 Exec Meeting' short: 'The execs discuss what needs discussion' -date: 'Thu May 22 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 22 2003 16:30' online: false location: 'MC3036 CSC Office' --- diff --git a/content/events/2003/spring/Pints-with-Profs!.md b/content/events/2003/spring/Pints-with-Profs!.md index 2e5801b7..9eb35367 100644 --- a/content/events/2003/spring/Pints-with-Profs!.md +++ b/content/events/2003/spring/Pints-with-Profs!.md @@ -1,7 +1,7 @@ --- name: 'Pints with Profs!' short: 'Get to know your profs and be the envy of your friends!' -date: 'Mon Jun 09 2003 06:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 09 2003 05:00' online: false location: 'The Grad House' --- diff --git a/content/events/2003/spring/Sh.md b/content/events/2003/spring/Sh.md index 26063372..d1019a64 100644 --- a/content/events/2003/spring/Sh.md +++ b/content/events/2003/spring/Sh.md @@ -1,7 +1,7 @@ --- name: 'Sh' short: 'Metaprogramming your way to stunning effects.' -date: 'Thu Jul 17 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 17 2003 16:30' online: false location: 'MC4064' --- diff --git a/content/events/2003/spring/Spring-2003-Elections.md b/content/events/2003/spring/Spring-2003-Elections.md index 704330ad..b17c0e44 100644 --- a/content/events/2003/spring/Spring-2003-Elections.md +++ b/content/events/2003/spring/Spring-2003-Elections.md @@ -1,7 +1,7 @@ --- name: 'Spring 2003 Elections' short: 'Come on out and vote for your exec!' -date: 'Wed May 14 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 14 2003 16:30' online: false location: 'MC3001 Comfy Lounge' --- diff --git a/content/events/2003/spring/Unix-101-First-Steps-With-Unix.md b/content/events/2003/spring/Unix-101-First-Steps-With-Unix.md index ad73cd4a..3f6eba74 100644 --- a/content/events/2003/spring/Unix-101-First-Steps-With-Unix.md +++ b/content/events/2003/spring/Unix-101-First-Steps-With-Unix.md @@ -1,7 +1,7 @@ --- name: 'Unix 101: First Steps With Unix' short: 'Learn Unix and be the envy of your friends!' -date: 'Thu May 29 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 29 2003 16:30' online: false location: 'MC2037' --- diff --git a/content/events/2003/spring/Unix-102-Fun-With-Unix.md b/content/events/2003/spring/Unix-102-Fun-With-Unix.md index 420b492c..3a435ead 100644 --- a/content/events/2003/spring/Unix-102-Fun-With-Unix.md +++ b/content/events/2003/spring/Unix-102-Fun-With-Unix.md @@ -1,7 +1,7 @@ --- name: 'Unix 102: Fun With Unix' short: 'Talking to your Unix can be fun and profitable' -date: 'Thu Jun 05 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 05 2003 16:30' online: false location: 'MC2037' --- diff --git a/content/events/2003/spring/Unix-103-Scripting-Unix.md b/content/events/2003/spring/Unix-103-Scripting-Unix.md index 3b2a31e9..750f3afb 100644 --- a/content/events/2003/spring/Unix-103-Scripting-Unix.md +++ b/content/events/2003/spring/Unix-103-Scripting-Unix.md @@ -1,7 +1,7 @@ --- name: 'Unix 103: Scripting Unix' short: 'You too can be a Unix taskmaster' -date: 'Thu Jun 12 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 12 2003 16:30' online: false location: 'MC2037' --- diff --git a/content/events/2003/spring/vi-the-visual-editor.md b/content/events/2003/spring/vi-the-visual-editor.md index 665189cf..b161da8d 100644 --- a/content/events/2003/spring/vi-the-visual-editor.md +++ b/content/events/2003/spring/vi-the-visual-editor.md @@ -1,7 +1,7 @@ --- name: 'vi: the visual editor' short: 'It''s not 6.' -date: 'Thu Jun 19 2003 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 19 2003 16:30' online: false location: 'MC2037' --- diff --git a/content/events/2003/winter/Abusing-the-C++-Compiler.md b/content/events/2003/winter/Abusing-the-C++-Compiler.md index ec303ca8..9dc2f280 100644 --- a/content/events/2003/winter/Abusing-the-C++-Compiler.md +++ b/content/events/2003/winter/Abusing-the-C++-Compiler.md @@ -1,7 +1,7 @@ --- name: 'Abusing the C++ Compiler' short: 'Abusing template metaprogramming in C++' -date: 'Wed Mar 26 2003 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 26 2003 18:00' online: false location: 'MC2065' --- diff --git a/content/events/2003/winter/Judy,-or-What-Is-It-Like-To-Be-A-Robot.md b/content/events/2003/winter/Judy,-or-What-Is-It-Like-To-Be-A-Robot.md index 704a5ebb..2c95954b 100644 --- a/content/events/2003/winter/Judy,-or-What-Is-It-Like-To-Be-A-Robot.md +++ b/content/events/2003/winter/Judy,-or-What-Is-It-Like-To-Be-A-Robot.md @@ -1,7 +1,7 @@ --- name: 'Judy, or What Is It Like To Be A Robot?' short: 'Held in co-operation with the UW Cognitive Science Club' -date: 'Mon Mar 24 2003 21:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 24 2003 20:00' online: false location: 'Humanities Theatre, Hagey Hall' --- diff --git a/content/events/2003/winter/LaTeX-A-Document-Processor.md b/content/events/2003/winter/LaTeX-A-Document-Processor.md index 0e00319c..b1e37733 100644 --- a/content/events/2003/winter/LaTeX-A-Document-Processor.md +++ b/content/events/2003/winter/LaTeX-A-Document-Processor.md @@ -1,7 +1,7 @@ --- name: 'LaTeX: A Document Processor' short: 'Typesetting beautiful text' -date: 'Thu Feb 06 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 06 2003 18:30' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/LaTeX-Beautiful-Mathematics.md b/content/events/2003/winter/LaTeX-Beautiful-Mathematics.md index 84338ed8..bb1c2839 100644 --- a/content/events/2003/winter/LaTeX-Beautiful-Mathematics.md +++ b/content/events/2003/winter/LaTeX-Beautiful-Mathematics.md @@ -1,7 +1,7 @@ --- name: 'LaTeX: Beautiful Mathematics' short: 'LaTeX => fun' -date: 'Thu Feb 20 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 20 2003 18:30' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/LaTeX-Reports.md b/content/events/2003/winter/LaTeX-Reports.md index 435eee09..e004e2f6 100644 --- a/content/events/2003/winter/LaTeX-Reports.md +++ b/content/events/2003/winter/LaTeX-Reports.md @@ -1,7 +1,7 @@ --- name: 'LaTeX: Reports' short: 'Writing reports that look good.' -date: 'Thu Feb 13 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 13 2003 18:30' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/Regular-Expressions.md b/content/events/2003/winter/Regular-Expressions.md index 6d4e46e3..2cc75593 100644 --- a/content/events/2003/winter/Regular-Expressions.md +++ b/content/events/2003/winter/Regular-Expressions.md @@ -1,7 +1,7 @@ --- name: 'Regular Expressions' short: 'Find your perfect match' -date: 'Thu Jan 23 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 23 2003 18:30' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/SSH-and-Networks.md b/content/events/2003/winter/SSH-and-Networks.md index f014af1a..2ef892ce 100644 --- a/content/events/2003/winter/SSH-and-Networks.md +++ b/content/events/2003/winter/SSH-and-Networks.md @@ -1,7 +1,7 @@ --- name: 'SSH and Networks' short: 'Once more into the breach' -date: 'Thu Mar 27 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'March 27 2003 18:30' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/Stream-Processing.md b/content/events/2003/winter/Stream-Processing.md index 13916c04..f62918ca 100644 --- a/content/events/2003/winter/Stream-Processing.md +++ b/content/events/2003/winter/Stream-Processing.md @@ -1,7 +1,7 @@ --- name: 'Stream Processing' short: 'A talk by Assistant Professor Michael McCool' -date: 'Tue Mar 25 2003 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'March 25 2003 16:30' online: false location: 'MC2065' --- diff --git a/content/events/2003/winter/The-BSD-License-Family.md b/content/events/2003/winter/The-BSD-License-Family.md index 4be9a624..541e5f57 100644 --- a/content/events/2003/winter/The-BSD-License-Family.md +++ b/content/events/2003/winter/The-BSD-License-Family.md @@ -1,7 +1,7 @@ --- name: 'The BSD License Family' short: 'Free for all' -date: 'Thu Feb 27 2003 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 27 2003 18:00' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/The-GNU-General-Public-License.md b/content/events/2003/winter/The-GNU-General-Public-License.md index 9f9df1dc..75784107 100644 --- a/content/events/2003/winter/The-GNU-General-Public-License.md +++ b/content/events/2003/winter/The-GNU-General-Public-License.md @@ -1,7 +1,7 @@ --- name: 'The GNU General Public License' short: 'The teeth of Free Software' -date: 'Thu Feb 27 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 27 2003 18:30' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/Unix-101-Tutorial.md b/content/events/2003/winter/Unix-101-Tutorial.md index c4150537..872e184a 100644 --- a/content/events/2003/winter/Unix-101-Tutorial.md +++ b/content/events/2003/winter/Unix-101-Tutorial.md @@ -1,7 +1,7 @@ --- name: 'Unix 101 Tutorial' short: 'Learn Unix and be the envy of your friends!' -date: 'Tue Feb 04 2003 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 04 2003 16:30' online: false location: 'MC2037' --- diff --git a/content/events/2003/winter/Unix-102-Tutorial.md b/content/events/2003/winter/Unix-102-Tutorial.md index e9cc60e0..e80bc9cd 100644 --- a/content/events/2003/winter/Unix-102-Tutorial.md +++ b/content/events/2003/winter/Unix-102-Tutorial.md @@ -1,7 +1,7 @@ --- name: 'Unix 102 Tutorial' short: 'Learn more Unix and be the envy of your friends!' -date: 'Tue Feb 11 2003 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 11 2003 16:30' online: false location: 'MC2037' --- diff --git a/content/events/2003/winter/Unix-103-Tutorial.md b/content/events/2003/winter/Unix-103-Tutorial.md index 3709eef8..6a5d4d10 100644 --- a/content/events/2003/winter/Unix-103-Tutorial.md +++ b/content/events/2003/winter/Unix-103-Tutorial.md @@ -1,7 +1,7 @@ --- name: 'Unix 103 Tutorial' short: 'Learn more Unix and be the envy of your friends!' -date: 'Tue Feb 18 2003 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 18 2003 16:30' online: false location: 'MC2037' --- diff --git a/content/events/2003/winter/W03-Elections.md b/content/events/2003/winter/W03-Elections.md index 0e8f448d..f59529a9 100644 --- a/content/events/2003/winter/W03-Elections.md +++ b/content/events/2003/winter/W03-Elections.md @@ -1,7 +1,7 @@ --- name: 'W03 Elections' short: 'Come out and vote for the new exec!' -date: 'Mon Jan 13 2003 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 13 2003 18:00' online: false location: 'MC3001' --- diff --git a/content/events/2003/winter/XML.md b/content/events/2003/winter/XML.md index 9db58b38..9aa024cf 100644 --- a/content/events/2003/winter/XML.md +++ b/content/events/2003/winter/XML.md @@ -1,7 +1,7 @@ --- name: 'XML' short: 'Give your documents more markup' -date: 'Thu Mar 13 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'March 13 2003 18:30' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/XSLT.md b/content/events/2003/winter/XSLT.md index 1be0d69b..74b1e49d 100644 --- a/content/events/2003/winter/XSLT.md +++ b/content/events/2003/winter/XSLT.md @@ -1,7 +1,7 @@ --- name: 'XSLT' short: 'Transforming your documents' -date: 'Thu Mar 20 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'March 20 2003 18:30' online: false location: 'MC1085' --- diff --git a/content/events/2003/winter/sed-&-awk.md b/content/events/2003/winter/sed-&-awk.md index 056d72c1..5d17118b 100644 --- a/content/events/2003/winter/sed-&-awk.md +++ b/content/events/2003/winter/sed-&-awk.md @@ -1,7 +1,7 @@ --- name: 'sed & awk' short: 'Unix text editing' -date: 'Thu Jan 30 2003 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 30 2003 18:30' online: false location: 'MC1085' --- diff --git a/content/events/2004/fall/CSC-Elections.md b/content/events/2004/fall/CSC-Elections.md index 8f4021b2..b9044df0 100644 --- a/content/events/2004/fall/CSC-Elections.md +++ b/content/events/2004/fall/CSC-Elections.md @@ -2,7 +2,7 @@ name: 'CSC Elections' short: 'Come out and vote for the Fall 2004 executive!' -date: 'Fri Sep 17 2004 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 17 2004 16:00' online: false location: 'The Comfy Lounge' --- diff --git a/content/events/2004/fall/CSC-Programming-Contest.md b/content/events/2004/fall/CSC-Programming-Contest.md index ee556dbe..d8640502 100644 --- a/content/events/2004/fall/CSC-Programming-Contest.md +++ b/content/events/2004/fall/CSC-Programming-Contest.md @@ -1,7 +1,7 @@ --- name: 'CSC Programming Contest' short: 'CSC Programming Contest' -date: 'Sun Oct 24 2004 00:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 23 2004 23:00' online: false location: 'MC 2037' --- diff --git a/content/events/2004/fall/CTRL-D.md b/content/events/2004/fall/CTRL-D.md index 5bf9823d..8ae1f176 100644 --- a/content/events/2004/fall/CTRL-D.md +++ b/content/events/2004/fall/CTRL-D.md @@ -1,7 +1,7 @@ --- name: 'CTRL-D' short: ' This semesters CTRL-D (or the club that really likes dinner) is going to be at Mongolian grill. Be there or be square' -date: 'Wed Dec 08 2004 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'December 08 2004 16:30' online: false location: 'Mongolian Grill' --- diff --git a/content/events/2004/fall/Eclipse.md b/content/events/2004/fall/Eclipse.md index fec05903..fe234f0a 100644 --- a/content/events/2004/fall/Eclipse.md +++ b/content/events/2004/fall/Eclipse.md @@ -1,7 +1,7 @@ --- name: 'Eclipse' short: 'How I Stopped Worrying and Learned to Love the IDE' -date: 'Wed Nov 24 2004 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 24 2004 16:30' online: false location: 'MC 2066' --- diff --git a/content/events/2004/fall/GracefulTavi.md b/content/events/2004/fall/GracefulTavi.md index 942f9e77..2b318173 100644 --- a/content/events/2004/fall/GracefulTavi.md +++ b/content/events/2004/fall/GracefulTavi.md @@ -1,7 +1,7 @@ --- name: 'GracefulTavi' short: 'Wiki software in PHP+MySQL' -date: 'Thu Nov 18 2004 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 18 2004 17:00' online: false location: 'MC 2066' --- diff --git a/content/events/2004/fall/Knitting-needles,-hairpins-and-other-tangled-objects.md b/content/events/2004/fall/Knitting-needles,-hairpins-and-other-tangled-objects.md index 85107e00..f84a7a2f 100644 --- a/content/events/2004/fall/Knitting-needles,-hairpins-and-other-tangled-objects.md +++ b/content/events/2004/fall/Knitting-needles,-hairpins-and-other-tangled-objects.md @@ -1,7 +1,7 @@ --- name: 'Knitting needles, hairpins and other tangled objects' short: 'In this talk, I''ll study linkages (objects built from sticks that are connected with flexible joints), and explain some interesting examples that can or cannot be straightened out' -date: 'Wed Dec 01 2004 15:30:00 GMT-0500 (Eastern Standard Time)' +date: 'December 01 2004 14:30' online: false location: 'MC 4058' --- diff --git a/content/events/2004/fall/Lemmings-Day!.md b/content/events/2004/fall/Lemmings-Day!.md index be4850b0..ef33ecf6 100644 --- a/content/events/2004/fall/Lemmings-Day!.md +++ b/content/events/2004/fall/Lemmings-Day!.md @@ -1,7 +1,7 @@ --- name: 'Lemmings Day!' short: 'Everyone else is doing it!' -date: 'Fri Nov 12 2004 15:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 12 2004 14:30' online: false location: 'MC 4063' --- diff --git a/content/events/2004/fall/UNIX-101.md b/content/events/2004/fall/UNIX-101.md index 328de2ed..c0cb8524 100644 --- a/content/events/2004/fall/UNIX-101.md +++ b/content/events/2004/fall/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'First UNIX tutorial' -date: 'Mon Sep 27 2004 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 27 2004 16:30' online: false location: 'MC 2037' --- diff --git a/content/events/2004/fall/UNIX-102.md b/content/events/2004/fall/UNIX-102.md index ffa0fb7c..a9d2a978 100644 --- a/content/events/2004/fall/UNIX-102.md +++ b/content/events/2004/fall/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: 'Fun with Unix' -date: 'Mon Oct 04 2004 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 04 2004 16:30' online: false location: 'MC 2037' --- diff --git a/content/events/2004/fall/UNIX-103-Scripting-Unix.md b/content/events/2004/fall/UNIX-103-Scripting-Unix.md index 601a5482..3157aeef 100644 --- a/content/events/2004/fall/UNIX-103-Scripting-Unix.md +++ b/content/events/2004/fall/UNIX-103-Scripting-Unix.md @@ -1,7 +1,7 @@ --- name: 'UNIX 103: Scripting Unix' short: 'You Too Can Be a Unix Taskmaster' -date: 'Mon Oct 18 2004 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 18 2004 16:30' online: false location: 'MC 2037' --- diff --git a/content/events/2004/spring/CSC-Elections.md b/content/events/2004/spring/CSC-Elections.md index 1136b9a8..385ced7a 100644 --- a/content/events/2004/spring/CSC-Elections.md +++ b/content/events/2004/spring/CSC-Elections.md @@ -1,7 +1,7 @@ --- name: 'CSC Elections' short: 'Come out and vote for the Spring 2004 executive!' -date: 'Wed May 12 2004 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 12 2004 16:30' online: false location: 'The Comfy Lounge' --- diff --git a/content/events/2004/spring/Case-Modding-Workshop!.md b/content/events/2004/spring/Case-Modding-Workshop!.md index e43ee215..665382df 100644 --- a/content/events/2004/spring/Case-Modding-Workshop!.md +++ b/content/events/2004/spring/Case-Modding-Workshop!.md @@ -1,7 +1,7 @@ --- name: 'Case Modding Workshop!' short: 'Come and learn how to make your computer 1337!' -date: 'Sat Jul 17 2004 12:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 17 2004 11:30' online: false location: 'RCH 308' --- diff --git a/content/events/2004/spring/Computing's-Next-Great-Empires-The-True-Future-of-Software.md b/content/events/2004/spring/Computing's-Next-Great-Empires-The-True-Future-of-Software.md index def447af..9d36cc4a 100644 --- a/content/events/2004/spring/Computing's-Next-Great-Empires-The-True-Future-of-Software.md +++ b/content/events/2004/spring/Computing's-Next-Great-Empires-The-True-Future-of-Software.md @@ -1,7 +1,7 @@ --- name: 'Computing''s Next Great Empires: The True Future of Software' short: 'A talk by Larry Smith' -date: 'Wed May 26 2004 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 26 2004 17:30' online: false location: 'DC 1350' --- diff --git a/content/events/2004/spring/Game-Complexity-Theorists-Ponder,-by-Jonathan-Buss.md b/content/events/2004/spring/Game-Complexity-Theorists-Ponder,-by-Jonathan-Buss.md index 01c1e369..6bcf39be 100644 --- a/content/events/2004/spring/Game-Complexity-Theorists-Ponder,-by-Jonathan-Buss.md +++ b/content/events/2004/spring/Game-Complexity-Theorists-Ponder,-by-Jonathan-Buss.md @@ -1,7 +1,7 @@ --- name: 'Game Complexity Theorists Ponder, by Jonathan Buss' short: 'Attention AI buffs: Game Complexity presentation' -date: 'Tue Jul 27 2004 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 27 2004 16:30' online: false location: 'MC 2065' --- diff --git a/content/events/2004/spring/``Optical-Snow''-Motion-parallax-and-heading-computation-in-densely-cluttered-scenes.--or--Why-Computer-Vision-needs-the-Fourier-Transform!.md b/content/events/2004/spring/``Optical-Snow''-Motion-parallax-and-heading-computation-in-densely-cluttered-scenes.--or--Why-Computer-Vision-needs-the-Fourier-Transform!.md index 1033f1ca..0773d144 100644 --- a/content/events/2004/spring/``Optical-Snow''-Motion-parallax-and-heading-computation-in-densely-cluttered-scenes.--or--Why-Computer-Vision-needs-the-Fourier-Transform!.md +++ b/content/events/2004/spring/``Optical-Snow''-Motion-parallax-and-heading-computation-in-densely-cluttered-scenes.--or--Why-Computer-Vision-needs-the-Fourier-Transform!.md @@ -1,7 +1,7 @@ --- name: '``Optical Snow'''': Motion parallax and heading computation in densely cluttered scenes. -or- Why Computer Vision needs the Fourier Transform!' short: 'A talk by Richard Mann; School of Computer Science' -date: 'Thu Jun 17 2004 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 17 2004 16:00' online: false location: 'MC 2066' --- diff --git a/content/events/2004/winter/Constitutional-Change.md b/content/events/2004/winter/Constitutional-Change.md index bf1138d8..00a3585e 100644 --- a/content/events/2004/winter/Constitutional-Change.md +++ b/content/events/2004/winter/Constitutional-Change.md @@ -1,7 +1,7 @@ --- name: 'Constitutional Change' short: 'Vote to change the CSC Constitution' -date: 'Thu Feb 05 2004 16:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 05 2004 15:30' online: false location: 'MC4041' --- diff --git a/content/events/2004/winter/Distributed-programming-for-CS-and-Engineering-students.md b/content/events/2004/winter/Distributed-programming-for-CS-and-Engineering-students.md index cad611bb..60812100 100644 --- a/content/events/2004/winter/Distributed-programming-for-CS-and-Engineering-students.md +++ b/content/events/2004/winter/Distributed-programming-for-CS-and-Engineering-students.md @@ -2,7 +2,7 @@ name: 'Distributed programming for CS and Engineering students' short: 'A talk by Simon Law' -date: 'Tue Mar 16 2004 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 16 2004 18:00' online: false location: 'MC4058' --- diff --git a/content/events/2004/winter/Extending-LaTeX-with-packages.md b/content/events/2004/winter/Extending-LaTeX-with-packages.md index cfc868e8..da5e3e29 100644 --- a/content/events/2004/winter/Extending-LaTeX-with-packages.md +++ b/content/events/2004/winter/Extending-LaTeX-with-packages.md @@ -1,7 +1,7 @@ --- name: 'Extending LaTeX with packages' short: 'A talk by Simon Law' -date: 'Tue Mar 23 2004 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 23 2004 18:00' online: false location: 'MC4058' --- diff --git a/content/events/2004/winter/Graphing-webs-of-trust.md b/content/events/2004/winter/Graphing-webs-of-trust.md index cbcb12fc..cc00bad2 100644 --- a/content/events/2004/winter/Graphing-webs-of-trust.md +++ b/content/events/2004/winter/Graphing-webs-of-trust.md @@ -1,7 +1,7 @@ --- name: 'Graphing webs-of-trust' short: 'A talk by Simon Law' -date: 'Tue Mar 02 2004 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 02 2004 18:00' online: false location: 'MC4042' --- diff --git a/content/events/2004/winter/InstallFest.md b/content/events/2004/winter/InstallFest.md index d77ca6c8..64a3e54a 100644 --- a/content/events/2004/winter/InstallFest.md +++ b/content/events/2004/winter/InstallFest.md @@ -1,7 +1,7 @@ --- name: 'InstallFest' short: 'See [http://uw-dig.uwaterloo.ca/installfest/]()' -date: 'Mon Jan 12 2004 16:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 12 2004 15:00' online: false location: 'DC1301' --- diff --git a/content/events/2004/winter/KW-Perl-Mongers.md b/content/events/2004/winter/KW-Perl-Mongers.md index 66a23d17..7346eb0b 100644 --- a/content/events/2004/winter/KW-Perl-Mongers.md +++ b/content/events/2004/winter/KW-Perl-Mongers.md @@ -1,7 +1,7 @@ --- name: 'KW Perl Mongers' short: 'Perl Modules: A look under the hood' -date: 'Wed Feb 18 2004 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 18 2004 19:00' online: false location: 'DC2305' --- diff --git a/content/events/2004/winter/LaTeXing-your-work-report.md b/content/events/2004/winter/LaTeXing-your-work-report.md index 62c2c6d1..e102829f 100644 --- a/content/events/2004/winter/LaTeXing-your-work-report.md +++ b/content/events/2004/winter/LaTeXing-your-work-report.md @@ -1,7 +1,7 @@ --- name: 'LaTeXing your work report' short: 'A talk by Simon Law' -date: 'Mon Mar 29 2004 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 29 2004 18:00' online: false location: 'MC 4058' --- diff --git a/content/events/2004/winter/Managing-your-home-directory-using-CVS.md b/content/events/2004/winter/Managing-your-home-directory-using-CVS.md index 573fc062..78be1fd9 100644 --- a/content/events/2004/winter/Managing-your-home-directory-using-CVS.md +++ b/content/events/2004/winter/Managing-your-home-directory-using-CVS.md @@ -1,7 +1,7 @@ --- name: 'Managing your home directory using CVS' short: 'A talk by Simon Law' -date: 'Tue Mar 09 2004 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 09 2004 18:00' online: false location: 'MC4062' --- diff --git a/content/events/2004/winter/Pints-with-Profs!.md b/content/events/2004/winter/Pints-with-Profs!.md index eae3dc02..61e54587 100644 --- a/content/events/2004/winter/Pints-with-Profs!.md +++ b/content/events/2004/winter/Pints-with-Profs!.md @@ -1,7 +1,7 @@ --- name: 'Pints with Profs!' short: 'Get to know your profs and be the envy of your friends!' -date: 'Tue Mar 30 2004 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'March 30 2004 17:30' online: false location: 'The Grad House' --- diff --git a/content/events/2004/winter/SPARC-Architecture.md b/content/events/2004/winter/SPARC-Architecture.md index 8f16ba64..907afb7f 100644 --- a/content/events/2004/winter/SPARC-Architecture.md +++ b/content/events/2004/winter/SPARC-Architecture.md @@ -1,7 +1,7 @@ --- name: 'SPARC Architecture' short: 'A talk by James Morrison' -date: 'Mon Mar 15 2004 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'March 15 2004 17:30' online: false location: 'MC4040' --- diff --git a/content/events/2005/fall/Party-with-Profs!.md b/content/events/2005/fall/Party-with-Profs!.md index 1d400fe4..7e38543d 100644 --- a/content/events/2005/fall/Party-with-Profs!.md +++ b/content/events/2005/fall/Party-with-Profs!.md @@ -1,7 +1,7 @@ --- name: 'Party with Profs!' short: 'Get to know your profs and be the envy of your friends!' -date: 'Mon Oct 17 2005 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 17 2005 17:30' online: false location: 'Fishbowl' --- diff --git a/content/events/2005/fall/Programming-Contest.md b/content/events/2005/fall/Programming-Contest.md index 6bc2812d..5af4b9bd 100644 --- a/content/events/2005/fall/Programming-Contest.md +++ b/content/events/2005/fall/Programming-Contest.md @@ -1,7 +1,7 @@ --- name: 'Programming Contest' short: 'Come out, program, and win shiny things!' -date: 'Tue Nov 29 2005 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 29 2005 17:30' online: false location: 'TBA' --- diff --git a/content/events/2005/fall/UNIX-101.md b/content/events/2005/fall/UNIX-101.md index 93177f70..e20d4d8e 100644 --- a/content/events/2005/fall/UNIX-101.md +++ b/content/events/2005/fall/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'First UNIX tutorial' -date: 'Tue Oct 04 2005 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 04 2005 16:30' online: false location: 'MC 2037' --- diff --git a/content/events/2005/fall/UNIX-102.md b/content/events/2005/fall/UNIX-102.md index 68394d3c..7b89597a 100644 --- a/content/events/2005/fall/UNIX-102.md +++ b/content/events/2005/fall/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: 'Fun with Unix' -date: 'Thu Oct 06 2005 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 06 2005 16:30' online: false location: 'MC3D 2037' --- diff --git a/content/events/2005/fall/UNIX-103-Scripting-Unix.md b/content/events/2005/fall/UNIX-103-Scripting-Unix.md index 90c7ab18..1f45290e 100644 --- a/content/events/2005/fall/UNIX-103-Scripting-Unix.md +++ b/content/events/2005/fall/UNIX-103-Scripting-Unix.md @@ -1,7 +1,7 @@ --- name: 'UNIX 103: Scripting Unix' short: 'You Too Can Be a Unix Taskmaster' -date: 'Tue Oct 11 2005 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 11 2005 16:30' online: false location: 'MC 2037' --- diff --git a/content/events/2005/spring/Programming-and-Verifying-the-Interactive-Web.md b/content/events/2005/spring/Programming-and-Verifying-the-Interactive-Web.md index eee1da5a..acf7703f 100644 --- a/content/events/2005/spring/Programming-and-Verifying-the-Interactive-Web.md +++ b/content/events/2005/spring/Programming-and-Verifying-the-Interactive-Web.md @@ -1,7 +1,7 @@ --- name: 'Programming and Verifying the Interactive Web' short: 'Shriram Krishnamurthi will be talking about continuations in Web Programming' -date: 'Thu Jun 02 2005 16:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 02 2005 15:30' online: false location: 'DC 1302' --- diff --git a/content/events/2005/spring/UW's-CS-curriculum-past,-present,-and-future.md b/content/events/2005/spring/UW's-CS-curriculum-past,-present,-and-future.md index 432f287f..873a8fbe 100644 --- a/content/events/2005/spring/UW's-CS-curriculum-past,-present,-and-future.md +++ b/content/events/2005/spring/UW's-CS-curriculum-past,-present,-and-future.md @@ -1,7 +1,7 @@ --- name: 'UW''s CS curriculum: past, present, and future' short: 'Come out to here Prabhakar Ragde talk about our UW''s CS curriculum' -date: 'Tue Jun 07 2005 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 07 2005 16:00' online: false location: 'MC 4042' --- diff --git a/content/events/2005/winter/CSC-Elections.md b/content/events/2005/winter/CSC-Elections.md index aa25e7e3..5bc0a831 100644 --- a/content/events/2005/winter/CSC-Elections.md +++ b/content/events/2005/winter/CSC-Elections.md @@ -2,7 +2,7 @@ name: 'CSC Elections' short: 'Come out and vote for the Winter 2005 executive!' -date: 'Thu Jan 13 2005 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 13 2005 16:30' online: false location: 'The Comfy Lounge' --- diff --git a/content/events/2005/winter/Oh-No!-More-Lemmings-Day!.md b/content/events/2005/winter/Oh-No!-More-Lemmings-Day!.md index 8c936b37..c84d78ed 100644 --- a/content/events/2005/winter/Oh-No!-More-Lemmings-Day!.md +++ b/content/events/2005/winter/Oh-No!-More-Lemmings-Day!.md @@ -1,7 +1,7 @@ --- name: 'Oh No! More Lemmings Day!' short: 'Come out for some retro Amiga-style Lemmings gaming action!' -date: 'Tue Mar 15 2005 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'March 15 2005 16:30' online: false location: 'MC 4060' --- diff --git a/content/events/2005/winter/UNIX-101.md b/content/events/2005/winter/UNIX-101.md index 1bb7d8b8..a14cd00b 100644 --- a/content/events/2005/winter/UNIX-101.md +++ b/content/events/2005/winter/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'First UNIX tutorial' -date: 'Tue Jan 25 2005 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 25 2005 16:30' online: false location: 'MC 2037' --- diff --git a/content/events/2005/winter/UNIX-102.md b/content/events/2005/winter/UNIX-102.md index d05e793c..d359d485 100644 --- a/content/events/2005/winter/UNIX-102.md +++ b/content/events/2005/winter/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: 'Fun with Unix' -date: 'Tue Feb 01 2005 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 01 2005 16:30' online: false location: 'MC 2037' --- diff --git a/content/events/2006/spring/CSC-Elections.md b/content/events/2006/spring/CSC-Elections.md index 61606757..6dffe1e7 100644 --- a/content/events/2006/spring/CSC-Elections.md +++ b/content/events/2006/spring/CSC-Elections.md @@ -2,7 +2,7 @@ name: 'CSC Elections' short: 'Come out and vote for the Spring 2006 executive!' -date: 'Mon May 08 2006 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 08 2006 16:30' online: false location: 'The Comfy Lounge' --- diff --git a/content/events/2006/spring/CSC-General-Meeting.md b/content/events/2006/spring/CSC-General-Meeting.md index 4890c907..af38703c 100644 --- a/content/events/2006/spring/CSC-General-Meeting.md +++ b/content/events/2006/spring/CSC-General-Meeting.md @@ -1,7 +1,7 @@ --- name: 'CSC General Meeting' short: 'Come out to discuss current & future plans/projects for the Club' -date: 'Wed Jun 21 2006 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 21 2006 16:30' online: false location: 'MC4042' --- diff --git a/content/events/2006/spring/CTRL-D.md b/content/events/2006/spring/CTRL-D.md index b8902fa4..2f6c9fc8 100644 --- a/content/events/2006/spring/CTRL-D.md +++ b/content/events/2006/spring/CTRL-D.md @@ -1,7 +1,7 @@ --- name: 'CTRL D' short: 'Come out for the Club that Really Likes Dinner' -date: 'Sat Jul 29 2006 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 29 2006 19:00' online: false location: 'East Side Mario' --- diff --git a/content/events/2006/spring/Cool-Stuff-to-do-With-Python.md b/content/events/2006/spring/Cool-Stuff-to-do-With-Python.md index 5282762d..9c832995 100644 --- a/content/events/2006/spring/Cool-Stuff-to-do-With-Python.md +++ b/content/events/2006/spring/Cool-Stuff-to-do-With-Python.md @@ -1,7 +1,7 @@ --- name: 'Cool Stuff to do With Python' short: 'Albert O''Connor will be introducing the joys of programming in python' -date: 'Thu Jul 20 2006 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 20 2006 17:30' online: false location: 'MC4041' --- diff --git a/content/events/2006/spring/Eighteen-Years-in-the-Software-Tools-Business.md b/content/events/2006/spring/Eighteen-Years-in-the-Software-Tools-Business.md index 6b0c54e3..fb09d195 100644 --- a/content/events/2006/spring/Eighteen-Years-in-the-Software-Tools-Business.md +++ b/content/events/2006/spring/Eighteen-Years-in-the-Software-Tools-Business.md @@ -1,7 +1,7 @@ --- name: 'Eighteen Years in the Software Tools Business' short: 'Eighteen Years in the Software Tools Business at Microsoft, a talk by Rico Mariani, (BMath CS/EEE 1988)' -date: 'Thu May 25 2006 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 25 2006 16:00' online: false location: 'MC 4060' --- diff --git a/content/events/2006/spring/Lemmings-Day.md b/content/events/2006/spring/Lemmings-Day.md index d763b3ca..a3d9c5a1 100644 --- a/content/events/2006/spring/Lemmings-Day.md +++ b/content/events/2006/spring/Lemmings-Day.md @@ -1,7 +1,7 @@ --- name: 'Lemmings Day' short: 'Come out for some retro Amiga-style Lemmings gaming action!' -date: 'Wed Jul 26 2006 16:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 26 2006 15:30' online: false location: 'MC Comfy Lounge' --- diff --git a/content/events/2006/spring/Linux-Installfest!.md b/content/events/2006/spring/Linux-Installfest!.md index 2171e469..1d7ea049 100644 --- a/content/events/2006/spring/Linux-Installfest!.md +++ b/content/events/2006/spring/Linux-Installfest!.md @@ -1,7 +1,7 @@ --- name: 'Linux Installfest!' short: 'A part of Linux Awareness Week' -date: 'Tue Jul 25 2006 14:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 25 2006 13:00' online: false location: 'DC Fishbowk' --- diff --git a/content/events/2006/spring/March-of-the-Penguins.md b/content/events/2006/spring/March-of-the-Penguins.md index 7463e9e0..c9f2dff7 100644 --- a/content/events/2006/spring/March-of-the-Penguins.md +++ b/content/events/2006/spring/March-of-the-Penguins.md @@ -1,7 +1,7 @@ --- name: 'March of the Penguins' short: 'The Computer Science Club will be showing March of the Penguins' -date: 'Fri Jul 21 2006 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 21 2006 17:30' online: false location: 'MC1085' --- diff --git a/content/events/2006/spring/Midnight-Madness,-Alpha-Edition.md b/content/events/2006/spring/Midnight-Madness,-Alpha-Edition.md index 58acfc64..0a5b17f1 100644 --- a/content/events/2006/spring/Midnight-Madness,-Alpha-Edition.md +++ b/content/events/2006/spring/Midnight-Madness,-Alpha-Edition.md @@ -1,7 +1,7 @@ --- name: 'Midnight Madness, Alpha Edition' short: 'Come out to discuss current & future plans/projects for the Club' -date: 'Tue Jul 18 2006 00:59:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 17 2006 23:59' online: false location: 'MC3036' --- diff --git a/content/events/2006/spring/Semacode-Image-recognition-on-mobile-camera-phones.md b/content/events/2006/spring/Semacode-Image-recognition-on-mobile-camera-phones.md index 5ed3d9b2..1c00279c 100644 --- a/content/events/2006/spring/Semacode-Image-recognition-on-mobile-camera-phones.md +++ b/content/events/2006/spring/Semacode-Image-recognition-on-mobile-camera-phones.md @@ -1,7 +1,7 @@ --- name: 'Semacode: Image recognition on mobile camera phones' short: 'Simon Woodside, founder of Semacode, comes to discuss image what it is like to start a business and how imaging code works' -date: 'Wed Jul 19 2006 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 19 2006 16:30' online: false location: 'MC1085' --- diff --git a/content/events/2006/spring/Simulating-multi-tasking-on-an-embedded-architecture.md b/content/events/2006/spring/Simulating-multi-tasking-on-an-embedded-architecture.md index c0b35ff2..fff58539 100644 --- a/content/events/2006/spring/Simulating-multi-tasking-on-an-embedded-architecture.md +++ b/content/events/2006/spring/Simulating-multi-tasking-on-an-embedded-architecture.md @@ -1,7 +1,7 @@ --- name: 'Simulating multi-tasking on an embedded architecture' short: 'Alex Tsay will look at the common hack used to simulate multi-processing in a real time embedded environment.' -date: 'Thu Jul 20 2006 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 20 2006 16:30' online: false location: 'MC4041' --- diff --git a/content/events/2006/spring/Software-development-gets-on-the-Cluetrain.md b/content/events/2006/spring/Software-development-gets-on-the-Cluetrain.md index 92619074..43894afa 100644 --- a/content/events/2006/spring/Software-development-gets-on-the-Cluetrain.md +++ b/content/events/2006/spring/Software-development-gets-on-the-Cluetrain.md @@ -1,7 +1,7 @@ --- name: 'Software development gets on the Cluetrain' short: 'or How communities of interest drive modern software development.' -date: 'Mon Jul 24 2006 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 24 2006 16:30' online: false location: 'MC 4063' --- diff --git a/content/events/2006/spring/Unix-101-and-102-Recording.md b/content/events/2006/spring/Unix-101-and-102-Recording.md index 7bc8dd8c..3c8f68c6 100644 --- a/content/events/2006/spring/Unix-101-and-102-Recording.md +++ b/content/events/2006/spring/Unix-101-and-102-Recording.md @@ -1,7 +1,7 @@ --- name: 'Unix 101 and 102 Recording' short: 'Unix 101 and 102 recording' -date: 'Sun May 14 2006 14:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 14 2006 13:00' online: false location: 'CSC' --- diff --git a/content/events/2006/spring/Video-4-Linux-Day.md b/content/events/2006/spring/Video-4-Linux-Day.md index 775e5123..6e41938e 100644 --- a/content/events/2006/spring/Video-4-Linux-Day.md +++ b/content/events/2006/spring/Video-4-Linux-Day.md @@ -1,7 +1,7 @@ --- name: 'Video 4 Linux Day' short: ' We don''t know enough about V4L' -date: 'Sat May 13 2006 14:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 13 2006 13:00' online: false location: 'CSC' --- diff --git a/content/events/2006/winter/Creating-Killer-Applications.md b/content/events/2006/winter/Creating-Killer-Applications.md index d9179c9b..975a05d0 100644 --- a/content/events/2006/winter/Creating-Killer-Applications.md +++ b/content/events/2006/winter/Creating-Killer-Applications.md @@ -1,7 +1,7 @@ --- name: 'Creating Killer Applications' short: 'A talk by Larry Smith' -date: 'Mon Mar 06 2006 17:45:00 GMT-0500 (Eastern Standard Time)' +date: 'March 06 2006 16:45' online: false location: 'Physics 145' --- diff --git a/content/events/2006/winter/Pints-With-Profs.md b/content/events/2006/winter/Pints-With-Profs.md index 93769f94..3ce615a2 100644 --- a/content/events/2006/winter/Pints-With-Profs.md +++ b/content/events/2006/winter/Pints-With-Profs.md @@ -1,7 +1,7 @@ --- name: 'Pints With Profs' short: 'Come out and meet your professors. Free food provided!' -date: 'Thu Feb 09 2006 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 09 2006 17:30' online: false location: 'Bombshelter Pub' --- diff --git a/content/events/2007/fall/Concurrent-Distributed-programming-with-JoCaml.md b/content/events/2007/fall/Concurrent-Distributed-programming-with-JoCaml.md index 77905cb5..17a88cd1 100644 --- a/content/events/2007/fall/Concurrent-Distributed-programming-with-JoCaml.md +++ b/content/events/2007/fall/Concurrent-Distributed-programming-with-JoCaml.md @@ -1,7 +1,7 @@ --- name: 'Concurrent / Distributed programming with JoCaml' short: 'Brennan Taylor' -date: 'Thu Nov 29 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 29 2007 16:30' online: false location: 'MC 4061' --- diff --git a/content/events/2007/fall/Distributed-Programming-with-Erlang.md b/content/events/2007/fall/Distributed-Programming-with-Erlang.md index 0f835fa0..6c72bb4f 100644 --- a/content/events/2007/fall/Distributed-Programming-with-Erlang.md +++ b/content/events/2007/fall/Distributed-Programming-with-Erlang.md @@ -1,7 +1,7 @@ --- name: 'Distributed Programming with Erlang' short: 'Brennan Taylor' -date: 'Thu Oct 04 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 04 2007 16:30' online: false location: 'TBA' --- diff --git a/content/events/2007/fall/General-Meeting.md b/content/events/2007/fall/General-Meeting.md index bc71ccda..3b9a643b 100644 --- a/content/events/2007/fall/General-Meeting.md +++ b/content/events/2007/fall/General-Meeting.md @@ -1,7 +1,7 @@ --- name: 'General Meeting' short: 'There is a general meeting scheduled for Friday, October 19, 2007 at 17:00.This is a chance to bring out any ideas and concerns about CSC happenings into the open, as well as a chance to make sure all CSC staff is up to speed on current CSC doings. The current agenda can be found at [http://wiki.csclub.uwaterloo.ca/wiki/Friday\_19\_October\_2007.]()' -date: 'Fri Oct 19 2007 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 19 2007 17:00' online: false location: 'MC4058' --- diff --git a/content/events/2007/fall/Google-Summer-of-Code,-a-look-back-on-2007.md b/content/events/2007/fall/Google-Summer-of-Code,-a-look-back-on-2007.md index aee7ed4e..fb952a6c 100644 --- a/content/events/2007/fall/Google-Summer-of-Code,-a-look-back-on-2007.md +++ b/content/events/2007/fall/Google-Summer-of-Code,-a-look-back-on-2007.md @@ -1,7 +1,7 @@ --- name: 'Google Summer of Code, a look back on 2007' short: 'Holden Karau' -date: 'Wed Dec 05 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'December 05 2007 16:30' online: false location: 'MC 4061' --- diff --git a/content/events/2007/fall/Join-Calculus-with-JoCaml.-Concurrent-programming-that-doesn't-fry-your-brain.md b/content/events/2007/fall/Join-Calculus-with-JoCaml.-Concurrent-programming-that-doesn't-fry-your-brain.md index 47e59710..9be6a5a0 100644 --- a/content/events/2007/fall/Join-Calculus-with-JoCaml.-Concurrent-programming-that-doesn't-fry-your-brain.md +++ b/content/events/2007/fall/Join-Calculus-with-JoCaml.-Concurrent-programming-that-doesn't-fry-your-brain.md @@ -1,7 +1,7 @@ --- name: 'Join-Calculus with JoCaml. Concurrent programming that doesn''t fry your brain' short: 'Brennan Taylor' -date: 'Tue Oct 09 2007 17:45:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 09 2007 16:45' online: false location: 'MC 4060' --- diff --git a/content/events/2007/fall/More-Haskell-functional-programming-fun!.md b/content/events/2007/fall/More-Haskell-functional-programming-fun!.md index 6c018dc7..fda260ec 100644 --- a/content/events/2007/fall/More-Haskell-functional-programming-fun!.md +++ b/content/events/2007/fall/More-Haskell-functional-programming-fun!.md @@ -1,7 +1,7 @@ --- name: 'More Haskell functional programming fun!' short: 'Andrei Barbu' -date: 'Thu Nov 22 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 22 2007 16:30' online: false location: 'MC 4041' --- diff --git a/content/events/2007/fall/Multi-Player-Linux-games-for-Linux-awarness-week.md b/content/events/2007/fall/Multi-Player-Linux-games-for-Linux-awarness-week.md index 80067d26..9ac6e638 100644 --- a/content/events/2007/fall/Multi-Player-Linux-games-for-Linux-awarness-week.md +++ b/content/events/2007/fall/Multi-Player-Linux-games-for-Linux-awarness-week.md @@ -1,7 +1,7 @@ --- name: 'Multi-Player Linux games for Linux awarness week' short: 'Multi-Player Gaming with Linux [Possibly Pizza!]' -date: 'Sun Dec 02 2007 15:30:00 GMT-0500 (Eastern Standard Time)' +date: 'December 02 2007 14:30' online: false location: 'TBA' --- diff --git a/content/events/2007/fall/Off-the-Record-Messaging-Useful-Security-and-Privacy-for-IM.md b/content/events/2007/fall/Off-the-Record-Messaging-Useful-Security-and-Privacy-for-IM.md index 5b2ce668..537046c9 100644 --- a/content/events/2007/fall/Off-the-Record-Messaging-Useful-Security-and-Privacy-for-IM.md +++ b/content/events/2007/fall/Off-the-Record-Messaging-Useful-Security-and-Privacy-for-IM.md @@ -1,7 +1,7 @@ --- name: 'Off-the-Record Messaging: Useful Security and Privacy for IM' short: 'Ian Goldberg' -date: 'Mon Oct 15 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 15 2007 16:30' online: false location: 'MC4041' --- diff --git a/content/events/2007/fall/PE-Executable-Translation-A-solution-for-legacy-games-on-linux-(Postponed).md b/content/events/2007/fall/PE-Executable-Translation-A-solution-for-legacy-games-on-linux-(Postponed).md index f8589920..8dc19a24 100644 --- a/content/events/2007/fall/PE-Executable-Translation-A-solution-for-legacy-games-on-linux-(Postponed).md +++ b/content/events/2007/fall/PE-Executable-Translation-A-solution-for-legacy-games-on-linux-(Postponed).md @@ -1,7 +1,7 @@ --- name: 'PE Executable Translation: A solution for legacy games on linux (Postponed)' short: 'David Tenty' -date: 'Tue Dec 04 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'December 04 2007 16:30' online: false location: 'TBA' --- diff --git a/content/events/2007/fall/Programming-Contest.md b/content/events/2007/fall/Programming-Contest.md index c8674b6b..e6d1c2d5 100644 --- a/content/events/2007/fall/Programming-Contest.md +++ b/content/events/2007/fall/Programming-Contest.md @@ -1,7 +1,7 @@ --- name: 'Programming Contest' short: 'Win Prizes!' -date: 'Sat Dec 01 2007 14:30:00 GMT-0500 (Eastern Standard Time)' +date: 'December 01 2007 13:30' online: false location: 'MC 2037' --- diff --git a/content/events/2007/fall/Putting-the-fun-into-Functional-Languages-and-Useful-Programming-with-OCamlF#.md b/content/events/2007/fall/Putting-the-fun-into-Functional-Languages-and-Useful-Programming-with-OCamlF#.md index 25fd946a..efd7f526 100644 --- a/content/events/2007/fall/Putting-the-fun-into-Functional-Languages-and-Useful-Programming-with-OCamlF#.md +++ b/content/events/2007/fall/Putting-the-fun-into-Functional-Languages-and-Useful-Programming-with-OCamlF#.md @@ -1,7 +1,7 @@ --- name: 'Putting the fun into Functional Languages and Useful Programming with OCaml/F#' short: 'Brennan Taylor' -date: 'Tue Oct 02 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 02 2007 16:30' online: false location: 'MC4061' --- diff --git a/content/events/2007/fall/Virtual-Reality,-Real-Law-The-regulation-of-Property-in-Video-Games.md b/content/events/2007/fall/Virtual-Reality,-Real-Law-The-regulation-of-Property-in-Video-Games.md index 38f63c91..211ab837 100644 --- a/content/events/2007/fall/Virtual-Reality,-Real-Law-The-regulation-of-Property-in-Video-Games.md +++ b/content/events/2007/fall/Virtual-Reality,-Real-Law-The-regulation-of-Property-in-Video-Games.md @@ -1,7 +1,7 @@ --- name: 'Virtual Reality, Real Law: The regulation of Property in Video Games' short: 'Susan Abramovitch' -date: 'Tue Sep 25 2007 14:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 25 2007 13:30' online: false location: 'DC 1302' --- diff --git a/content/events/2007/fall/Why-you-should-care-about-functional-programming-with-Haskell-New-er-Date.md b/content/events/2007/fall/Why-you-should-care-about-functional-programming-with-Haskell-New-er-Date.md index 3700573c..b1440cd5 100644 --- a/content/events/2007/fall/Why-you-should-care-about-functional-programming-with-Haskell-New-er-Date.md +++ b/content/events/2007/fall/Why-you-should-care-about-functional-programming-with-Haskell-New-er-Date.md @@ -1,7 +1,7 @@ --- name: 'Why you should care about functional programming with Haskell *New-er Date*' short: 'Andrei Barbu' -date: 'Tue Nov 20 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 20 2007 16:30' online: false location: 'MC 4041' --- diff --git a/content/events/2007/spring/C++0x---An-Overview.md b/content/events/2007/spring/C++0x---An-Overview.md index 22fa90e7..fa20f367 100644 --- a/content/events/2007/spring/C++0x---An-Overview.md +++ b/content/events/2007/spring/C++0x---An-Overview.md @@ -1,7 +1,7 @@ --- name: 'C++0x - An Overview' short: 'Bjarne Stroustrup' -date: 'Tue Jul 17 2007 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 17 2007 19:00' online: false location: 'AL 116' --- diff --git a/content/events/2007/spring/Copyright-vs-Community-in-the-Age-of-Computer-Networks.md b/content/events/2007/spring/Copyright-vs-Community-in-the-Age-of-Computer-Networks.md index bddb8fdc..f27cce3c 100644 --- a/content/events/2007/spring/Copyright-vs-Community-in-the-Age-of-Computer-Networks.md +++ b/content/events/2007/spring/Copyright-vs-Community-in-the-Age-of-Computer-Networks.md @@ -1,7 +1,7 @@ --- name: 'Copyright vs Community in the Age of Computer Networks' short: 'Richard Stallman' -date: 'Fri Jul 06 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 06 2007 16:30' online: false location: 'AL 116' --- diff --git a/content/events/2007/spring/Email-encryption-for-the-masses.md b/content/events/2007/spring/Email-encryption-for-the-masses.md index f05dd4c7..ad9b54e5 100644 --- a/content/events/2007/spring/Email-encryption-for-the-masses.md +++ b/content/events/2007/spring/Email-encryption-for-the-masses.md @@ -1,7 +1,7 @@ --- name: 'Email encryption for the masses' short: 'Ken Ho' -date: 'Fri Jun 22 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 22 2007 16:30' online: false location: 'MC 4042' --- diff --git a/content/events/2007/spring/Fedspulse.ca,-Web-3.0,-Portals-and-the-Metaverse.md b/content/events/2007/spring/Fedspulse.ca,-Web-3.0,-Portals-and-the-Metaverse.md index 237c30af..a8fb2857 100644 --- a/content/events/2007/spring/Fedspulse.ca,-Web-3.0,-Portals-and-the-Metaverse.md +++ b/content/events/2007/spring/Fedspulse.ca,-Web-3.0,-Portals-and-the-Metaverse.md @@ -1,7 +1,7 @@ --- name: 'Fedspulse.ca, Web 3.0, Portals and the Metaverse' short: 'Peter Macdonald' -date: 'Mon Jun 18 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 18 2007 16:30' online: false location: 'DC 4040' --- diff --git a/content/events/2007/spring/Usability-in-the-wild.md b/content/events/2007/spring/Usability-in-the-wild.md index d962b54d..783bdb9a 100644 --- a/content/events/2007/spring/Usability-in-the-wild.md +++ b/content/events/2007/spring/Usability-in-the-wild.md @@ -1,7 +1,7 @@ --- name: 'Usability in the wild' short: 'A talk by Michael Terry' -date: 'Wed Jun 27 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 27 2007 16:30' online: false location: 'MC 4042' --- diff --git a/content/events/2007/winter/All-The-Code.md b/content/events/2007/winter/All-The-Code.md index b055aec0..c0d0ca09 100644 --- a/content/events/2007/winter/All-The-Code.md +++ b/content/events/2007/winter/All-The-Code.md @@ -1,7 +1,7 @@ --- name: 'All The Code' short: 'A demo/introduction to a new source code search engine. A talk by Holden Karau' -date: 'Thu Mar 29 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 29 2007 16:30' online: false location: 'MC 1056' --- diff --git a/content/events/2007/winter/An-Introduction-to-Recognizing-Regular-Expressions-in-Haskell.md b/content/events/2007/winter/An-Introduction-to-Recognizing-Regular-Expressions-in-Haskell.md index d47298b3..75bf99fe 100644 --- a/content/events/2007/winter/An-Introduction-to-Recognizing-Regular-Expressions-in-Haskell.md +++ b/content/events/2007/winter/An-Introduction-to-Recognizing-Regular-Expressions-in-Haskell.md @@ -1,7 +1,7 @@ --- name: 'An Introduction to Recognizing Regular Expressions in Haskell' short: 'A talk by James deBoer' -date: 'Thu Feb 15 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 15 2007 16:30' online: false location: 'MC 2065' --- diff --git a/content/events/2007/winter/Computational-Physics-Simulations.md b/content/events/2007/winter/Computational-Physics-Simulations.md index 3c1bc83b..d4bd6ece 100644 --- a/content/events/2007/winter/Computational-Physics-Simulations.md +++ b/content/events/2007/winter/Computational-Physics-Simulations.md @@ -1,7 +1,7 @@ --- name: 'Computational Physics Simulations' short: 'A talk by David Tenty and Alex Parent' -date: 'Wed Mar 28 2007 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 28 2007 17:30' online: false location: 'MC 1056' --- diff --git a/content/events/2007/winter/Data-Analysis-with-Kernels-[an-introduction].md b/content/events/2007/winter/Data-Analysis-with-Kernels-[an-introduction].md index 31867696..8adc183e 100644 --- a/content/events/2007/winter/Data-Analysis-with-Kernels-[an-introduction].md +++ b/content/events/2007/winter/Data-Analysis-with-Kernels-[an-introduction].md @@ -1,7 +1,7 @@ --- name: 'Data Analysis with Kernels: [an introduction]' short: 'A talk by Michael Biggs. This talk is RESCHEDULED due to unexpected circumstances' -date: 'Wed Apr 04 2007 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 04 2007 16:00' online: false location: 'MC 1056' --- diff --git a/content/events/2007/winter/Introduction-to-3-d-Graphics.md b/content/events/2007/winter/Introduction-to-3-d-Graphics.md index 9249cdf0..06e85d3a 100644 --- a/content/events/2007/winter/Introduction-to-3-d-Graphics.md +++ b/content/events/2007/winter/Introduction-to-3-d-Graphics.md @@ -1,7 +1,7 @@ --- name: 'Introduction to 3-d Graphics' short: 'A talk by Chris "The Prof" Evensen' -date: 'Fri Feb 09 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 09 2007 16:30' online: false location: 'MC 4041' --- diff --git a/content/events/2007/winter/Loop-Optimizations.md b/content/events/2007/winter/Loop-Optimizations.md index 9f6ae52c..937c58c4 100644 --- a/content/events/2007/winter/Loop-Optimizations.md +++ b/content/events/2007/winter/Loop-Optimizations.md @@ -1,7 +1,7 @@ --- name: 'Loop Optimizations' short: 'A talk by Simina Branzei' -date: 'Sun Apr 08 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 08 2007 16:30' online: false location: 'MC 4041' --- diff --git a/content/events/2007/winter/Network-Security----Intrusion-Detection.md b/content/events/2007/winter/Network-Security----Intrusion-Detection.md index 863a0153..2f8f2fa7 100644 --- a/content/events/2007/winter/Network-Security----Intrusion-Detection.md +++ b/content/events/2007/winter/Network-Security----Intrusion-Detection.md @@ -1,7 +1,7 @@ --- name: 'Network Security -- Intrusion Detection' short: 'A talk by Reg Quinton' -date: 'Wed Jan 31 2007 17:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 31 2007 16:00' online: false location: 'MC 4041' --- diff --git a/content/events/2007/winter/ReactOS-An-Open-Source-OS-Platform-for-Learning.md b/content/events/2007/winter/ReactOS-An-Open-Source-OS-Platform-for-Learning.md index 74e7bb01..ce8fd526 100644 --- a/content/events/2007/winter/ReactOS-An-Open-Source-OS-Platform-for-Learning.md +++ b/content/events/2007/winter/ReactOS-An-Open-Source-OS-Platform-for-Learning.md @@ -1,7 +1,7 @@ --- name: 'ReactOS: An Open Source OS Platform for Learning' short: 'A talk by Alex Ionescu' -date: 'Mon Feb 26 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 26 2007 16:30' online: false location: 'DC 1350' --- diff --git a/content/events/2007/winter/Riding-The-Multi-core-Revolution.md b/content/events/2007/winter/Riding-The-Multi-core-Revolution.md index 12f1a640..c13a1c5b 100644 --- a/content/events/2007/winter/Riding-The-Multi-core-Revolution.md +++ b/content/events/2007/winter/Riding-The-Multi-core-Revolution.md @@ -1,7 +1,7 @@ --- name: 'Riding The Multi-core Revolution' short: 'How a Waterloo software company is changing the way people program computers. A talk by Stefanus Du Toit' -date: 'Wed Feb 07 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 07 2007 16:30' online: false location: 'MC 4041' --- diff --git a/content/events/2007/winter/Surprise-Bill-Gates-Visit.md b/content/events/2007/winter/Surprise-Bill-Gates-Visit.md index ef6a87c1..cb64cdc2 100644 --- a/content/events/2007/winter/Surprise-Bill-Gates-Visit.md +++ b/content/events/2007/winter/Surprise-Bill-Gates-Visit.md @@ -2,7 +2,7 @@ name: 'Surprise Bill Gates Visit' short: 'Bill Gates is coming to visit the CSClub' -date: 'Sun Apr 01 2007 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 01 2007 16:30' online: false location: 'MC 3036' --- diff --git a/content/events/2007/winter/The-Free-Software-Movement-and-the-GNULinux-Operating-System.md b/content/events/2007/winter/The-Free-Software-Movement-and-the-GNULinux-Operating-System.md index 29f3e6cf..35a2dff6 100644 --- a/content/events/2007/winter/The-Free-Software-Movement-and-the-GNULinux-Operating-System.md +++ b/content/events/2007/winter/The-Free-Software-Movement-and-the-GNULinux-Operating-System.md @@ -1,7 +1,7 @@ --- name: 'The Free Software Movement and the GNU/Linux Operating System' short: 'A talk by Richard M. Stallman (RMS) **[CANCELLED]**' -date: 'Wed Apr 11 2007 16:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 11 2007 15:30' online: false location: 'Hagey Hall' --- diff --git a/content/events/2007/winter/UW-Software-Start-ups-What-Worked-and-What-Did-Not.md b/content/events/2007/winter/UW-Software-Start-ups-What-Worked-and-What-Did-Not.md index 9597c3e5..b28f7283 100644 --- a/content/events/2007/winter/UW-Software-Start-ups-What-Worked-and-What-Did-Not.md +++ b/content/events/2007/winter/UW-Software-Start-ups-What-Worked-and-What-Did-Not.md @@ -1,7 +1,7 @@ --- name: 'UW Software Start-ups: What Worked and What Did Not' short: 'A talk by Larry Smith' -date: 'Thu Feb 08 2007 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 08 2007 16:30' online: false location: 'MC 2066' --- diff --git a/content/events/2007/winter/Writing-World-Class-Software.md b/content/events/2007/winter/Writing-World-Class-Software.md index 9bcbc2fa..3c4c58e2 100644 --- a/content/events/2007/winter/Writing-World-Class-Software.md +++ b/content/events/2007/winter/Writing-World-Class-Software.md @@ -1,7 +1,7 @@ --- name: 'Writing World Class Software' short: 'A talk by James Simpson' -date: 'Fri Feb 09 2007 21:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 09 2007 20:30' online: false location: 'DC 1351' --- diff --git a/content/events/2008/fall/CSClub-Elections.md b/content/events/2008/fall/CSClub-Elections.md index 17b7f56a..5d00235d 100644 --- a/content/events/2008/fall/CSClub-Elections.md +++ b/content/events/2008/fall/CSClub-Elections.md @@ -1,7 +1,7 @@ --- name: 'CSClub Elections' short: 'Elections are scheduled for Tues, Sep 16 @ 4:30 pm in the comfy lounge. The nomination period closes on Mon, Sep 15 @ 4:30 pm. Nominations may be sent to cro@csclub.uwaterloo.ca. Candidates should not engage in campaigning after the nomination period has closed.' -date: 'Tue Sep 16 2008 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 16 2008 16:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2008/fall/Changing-the-World-Conference.md b/content/events/2008/fall/Changing-the-World-Conference.md index 3e6dbdc6..c3bf21e3 100644 --- a/content/events/2008/fall/Changing-the-World-Conference.md +++ b/content/events/2008/fall/Changing-the-World-Conference.md @@ -1,7 +1,7 @@ --- name: 'Changing the World Conference' short: 'Organized by Queen''s students, Changing the World aims to bring together the world''s greatest visionaries to inspire people to innovate and better our world. Among these speakers include Nobel Peace Prize winner, Eric Chivian. He was a recipient for his work on stopping nuclear war.' -date: 'Sat Nov 15 2008 07:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 15 2008 06:30' online: false location: 'Toronto' --- diff --git a/content/events/2008/fall/Code-Party.md b/content/events/2008/fall/Code-Party.md index 69e2fb34..ef697e2d 100644 --- a/content/events/2008/fall/Code-Party.md +++ b/content/events/2008/fall/Code-Party.md @@ -1,7 +1,7 @@ --- name: 'Code Party' short: 'A fevered night of code, friends, fun, free energy drinks, and the CSC.' -date: 'Fri Oct 24 2008 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 24 2008 18:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2008/fall/Functional-Programming.md b/content/events/2008/fall/Functional-Programming.md index 725d0ef0..37866b04 100644 --- a/content/events/2008/fall/Functional-Programming.md +++ b/content/events/2008/fall/Functional-Programming.md @@ -1,7 +1,7 @@ --- name: 'Functional Programming' short: 'This talk will survey concepts, techniques, and languages for functional programming from both historical and contemporary perspectives, with reference to Lisp, Scheme, ML, Haskell, and Erlang. No prior background is assumed.' -date: 'Mon Nov 10 2008 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 10 2008 16:30' online: false location: 'MC4061' --- diff --git a/content/events/2008/fall/Game-Sketching.md b/content/events/2008/fall/Game-Sketching.md index 4dc8ee80..88a59d4b 100644 --- a/content/events/2008/fall/Game-Sketching.md +++ b/content/events/2008/fall/Game-Sketching.md @@ -1,7 +1,7 @@ --- name: 'Game Sketching' short: 'Juancho Buchanan, CTO Relic Entertainment' -date: 'Fri Oct 03 2008 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 03 2008 16:30' online: false location: 'MC2065' --- diff --git a/content/events/2008/fall/General-Meeting-2.md b/content/events/2008/fall/General-Meeting-2.md index 9d078dc2..a20f79f3 100644 --- a/content/events/2008/fall/General-Meeting-2.md +++ b/content/events/2008/fall/General-Meeting-2.md @@ -1,7 +1,7 @@ --- name: 'General Meeting 2' short: 'The second official general meeting of the term. Items on the adgenda are CSC Merch, upcoming talks, and other possible planned events, as well as the announcement of a librarian and planning of an office cleanout and a library organization day.' -date: 'Thu Oct 02 2008 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 02 2008 16:30' online: false location: 'MC4021' --- diff --git a/content/events/2008/fall/Linux-Install-Fest.md b/content/events/2008/fall/Linux-Install-Fest.md index 2a3340f9..2f7e137c 100644 --- a/content/events/2008/fall/Linux-Install-Fest.md +++ b/content/events/2008/fall/Linux-Install-Fest.md @@ -1,7 +1,7 @@ --- name: 'Linux Install Fest' short: 'Come join the CSC in celebrating the new releases of Ubuntu Linux, Free BSD and Open BSD, and get a hand installing one of them on your own system.' -date: 'Thu Nov 06 2008 11:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 06 2008 10:00' online: false location: 'SLC Multipurpose Room' --- diff --git a/content/events/2008/fall/Meet-the-CSC.md b/content/events/2008/fall/Meet-the-CSC.md index 80895087..efe4296f 100644 --- a/content/events/2008/fall/Meet-the-CSC.md +++ b/content/events/2008/fall/Meet-the-CSC.md @@ -1,7 +1,7 @@ --- name: 'Meet the CSC' short: 'Come out and meet other CSC members, find out about the CSC, meet the executive nominees, and join if you like what you see. Nominees should plan on attending.' -date: 'Fri Sep 12 2008 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 12 2008 16:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2008/fall/SIGGRAPH-Night.md b/content/events/2008/fall/SIGGRAPH-Night.md index 44d15707..85c87c2b 100644 --- a/content/events/2008/fall/SIGGRAPH-Night.md +++ b/content/events/2008/fall/SIGGRAPH-Night.md @@ -1,7 +1,7 @@ --- name: 'SIGGRAPH Night' short: 'Come out and watch the SIGGRAPH (Special Interest Group on Graphics) conference video review. A video of insane, amazing, and mind blowing computer graphics.' -date: 'Thu Oct 16 2008 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 16 2008 16:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2008/fall/Unix-101.md b/content/events/2008/fall/Unix-101.md index fd8a2b88..945f6737 100644 --- a/content/events/2008/fall/Unix-101.md +++ b/content/events/2008/fall/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: 'New to Unix? No problem, we''ll teach you to power use circles around your friends!' -date: 'Tue Oct 07 2008 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 07 2008 16:30' online: false location: 'MC2037' --- diff --git a/content/events/2008/fall/Unix-102.md b/content/events/2008/fall/Unix-102.md index 79f3aaee..7c60ac94 100644 --- a/content/events/2008/fall/Unix-102.md +++ b/content/events/2008/fall/Unix-102.md @@ -1,7 +1,7 @@ --- name: 'Unix 102' short: 'Want more from Unix? No problem, we''ll teach you to create and quickly edit high quality documents.' -date: 'Thu Oct 09 2008 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 09 2008 16:30' online: false location: 'MC2037' --- diff --git a/content/events/2008/winter/A-Brief-History-of-Blackberry-and-the-Wireless-Data-Telecom-Industry.md b/content/events/2008/winter/A-Brief-History-of-Blackberry-and-the-Wireless-Data-Telecom-Industry.md index f5f866aa..d3f2abeb 100644 --- a/content/events/2008/winter/A-Brief-History-of-Blackberry-and-the-Wireless-Data-Telecom-Industry.md +++ b/content/events/2008/winter/A-Brief-History-of-Blackberry-and-the-Wireless-Data-Telecom-Industry.md @@ -1,7 +1,7 @@ --- name: 'A Brief History of Blackberry and the Wireless Data Telecom Industry' short: 'Tyler Lessard' -date: 'Fri Feb 08 2008 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 08 2008 16:30' online: false location: 'MC4042' --- diff --git a/content/events/2008/winter/CSC-Programming-Contest-1.md b/content/events/2008/winter/CSC-Programming-Contest-1.md index 40cb96cf..73e6dd7e 100644 --- a/content/events/2008/winter/CSC-Programming-Contest-1.md +++ b/content/events/2008/winter/CSC-Programming-Contest-1.md @@ -1,7 +1,7 @@ --- name: 'CSC Programming Contest 1' short: 'Yes, we know this is Valentine''s Day.' -date: 'Thu Feb 14 2008 17:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 14 2008 16:00' online: false location: 'MC2061' --- diff --git a/content/events/2008/winter/CSClub-Elections.md b/content/events/2008/winter/CSClub-Elections.md index 249a1b0f..e6380a1a 100644 --- a/content/events/2008/winter/CSClub-Elections.md +++ b/content/events/2008/winter/CSClub-Elections.md @@ -1,7 +1,7 @@ --- name: 'CSClub Elections' short: 'Elections are scheduled for Tues, Jan 15 @ 4:30 pm in the comfy lounge. The nomination period closes on Mon, Jan 14 @ 4:30 pm. Candidates should not engage in campaigning after the nomination period has closed.' -date: 'Tue Jan 15 2008 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 15 2008 16:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2008/winter/Creating-Distributed-Applications-with-TIPC.md b/content/events/2008/winter/Creating-Distributed-Applications-with-TIPC.md index fc292841..09203356 100644 --- a/content/events/2008/winter/Creating-Distributed-Applications-with-TIPC.md +++ b/content/events/2008/winter/Creating-Distributed-Applications-with-TIPC.md @@ -1,7 +1,7 @@ --- name: 'Creating Distributed Applications with TIPC' short: 'Elmer Horvath' -date: 'Wed Jan 23 2008 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 23 2008 17:00' online: false location: 'MC 4020' --- diff --git a/content/events/2008/winter/Quantum-Information-Processing.md b/content/events/2008/winter/Quantum-Information-Processing.md index 562242e0..615642d4 100644 --- a/content/events/2008/winter/Quantum-Information-Processing.md +++ b/content/events/2008/winter/Quantum-Information-Processing.md @@ -1,7 +1,7 @@ --- name: 'Quantum Information Processing' short: 'Raymond Laflamme' -date: 'Fri Feb 29 2008 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 29 2008 17:00' online: false location: 'BFG2125' --- diff --git a/content/events/2009/fall/AI-Programming-Contest-sponsored-by-Google.md b/content/events/2009/fall/AI-Programming-Contest-sponsored-by-Google.md index 6d6fafee..673949bf 100644 --- a/content/events/2009/fall/AI-Programming-Contest-sponsored-by-Google.md +++ b/content/events/2009/fall/AI-Programming-Contest-sponsored-by-Google.md @@ -1,7 +1,7 @@ --- name: 'AI Programming Contest sponsored by Google' short: 'Come learn how to write an intelligent game-playing program. No past experience necessary. Submit your program using the [online web interface]() to watch it battle against other people''s programs. Beginners and experts welcome! Prizes provided by google, including the delivery of your resume to google recruiters.' -date: 'Mon Sep 28 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 28 2009 16:30' online: false location: 'MC3003' --- diff --git a/content/events/2009/fall/CSC-Goes-To-Dooly's.md b/content/events/2009/fall/CSC-Goes-To-Dooly's.md index 1e709a7f..c32ece0c 100644 --- a/content/events/2009/fall/CSC-Goes-To-Dooly's.md +++ b/content/events/2009/fall/CSC-Goes-To-Dooly's.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes To Dooly''s' short: 'We''re going to Dooly''s to play pool. What more do you want from us? Come to the Club office and we''ll all bus there together. We''ve got discount tables for club members so be sure to be there.' -date: 'Tue Oct 20 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 20 2009 16:30' online: false location: 'MC3036' --- diff --git a/content/events/2009/fall/Code-Party!!11!!.md b/content/events/2009/fall/Code-Party!!11!!.md index d6671892..070fadd7 100644 --- a/content/events/2009/fall/Code-Party!!11!!.md +++ b/content/events/2009/fall/Code-Party!!11!!.md @@ -1,7 +1,7 @@ --- name: 'Code Party!!11!!' short: 'A fevered night of code, friends, fun, energy drinks, and the CSC. Facebook will be around to bring some food and hang out.' -date: 'Fri Nov 27 2009 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 27 2009 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2009/fall/Code-Party-and-Contest-Finale.md b/content/events/2009/fall/Code-Party-and-Contest-Finale.md index 9dfe0b77..5275ddd6 100644 --- a/content/events/2009/fall/Code-Party-and-Contest-Finale.md +++ b/content/events/2009/fall/Code-Party-and-Contest-Finale.md @@ -1,7 +1,7 @@ --- name: 'Code Party and Contest Finale' short: 'Come on out for a night of code, contests, and energy drinks. Join the Computer Scinece Club for the finale of the Google AI Challenge and an all night code party. Finish up your entry, or start it (its not too late). Not interested in the contest? Come out anyway for a night of coding and comradarie with us.' -date: 'Fri Oct 16 2009 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 16 2009 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2009/fall/Elections.md b/content/events/2009/fall/Elections.md index 2e1dbc74..835aceb8 100644 --- a/content/events/2009/fall/Elections.md +++ b/content/events/2009/fall/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'Nominations are open now, either place your name on the nominees board or e-mail [the CRO]() to nominate someone for a position. Come to the Comfy Lounge to elect your fall term executive. Contact [the CRO]() if you have questions.' -date: 'Tue Sep 15 2009 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 15 2009 17:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2009/fall/In-the-Beginning.md b/content/events/2009/fall/In-the-Beginning.md index de763907..0c5939e2 100644 --- a/content/events/2009/fall/In-the-Beginning.md +++ b/content/events/2009/fall/In-the-Beginning.md @@ -1,7 +1,7 @@ --- name: 'In the Beginning' short: 'To most CS students an OS kernel is pretty low level. But there is something even lower, the instructions that must be executed to get the CPU ready to accept a kernel. That is, if you look at any processor''s reference manual there is a page or two describing the state of the CPU when it powered on. This talk describes what needs to happen next, up to the point where the first kernel instruction executes.' -date: 'Thu Nov 05 2009 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 05 2009 16:30' online: false location: 'MC2065' --- diff --git a/content/events/2009/fall/Linux-Install-Fest.md b/content/events/2009/fall/Linux-Install-Fest.md index 12e6f39a..070d10c4 100644 --- a/content/events/2009/fall/Linux-Install-Fest.md +++ b/content/events/2009/fall/Linux-Install-Fest.md @@ -1,7 +1,7 @@ --- name: 'Linux Install Fest' short: 'Interested in trying Linux but don''t know where to start? Come to the Linux install fest to demo Linux, get help installing it on your computer, either stand alone or a dual boot, and help setting up your fresh install. Have lunch and hang around if you like, or just come in for a CD.' -date: 'Sat Oct 03 2009 11:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 03 2009 10:00' online: false location: 'DC1301 FishBowl' --- diff --git a/content/events/2009/fall/The-Club-That-Really-Likes-Dinner.md b/content/events/2009/fall/The-Club-That-Really-Likes-Dinner.md index d95ba3bf..8999ff10 100644 --- a/content/events/2009/fall/The-Club-That-Really-Likes-Dinner.md +++ b/content/events/2009/fall/The-Club-That-Really-Likes-Dinner.md @@ -1,7 +1,7 @@ --- name: 'The Club That Really Likes Dinner' short: 'Come on out to the club''s termly end of term dinner, details in the abstract' -date: 'Sat Dec 05 2009 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'December 05 2009 18:30' online: false location: 'MC3036' --- diff --git a/content/events/2009/fall/UNIX-101.md b/content/events/2009/fall/UNIX-101.md index 455664be..9535f439 100644 --- a/content/events/2009/fall/UNIX-101.md +++ b/content/events/2009/fall/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'New to Unix? No problem, we''ll teach you to power use circles around your friends!' -date: 'Thu Sep 24 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 24 2009 16:30' online: false location: 'MC3003' --- diff --git a/content/events/2009/fall/UNIX-102.md b/content/events/2009/fall/UNIX-102.md index 1a31e0df..75af79ba 100644 --- a/content/events/2009/fall/UNIX-102.md +++ b/content/events/2009/fall/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: 'The next installment in the CS Club''s popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting.' -date: 'Thu Oct 01 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 01 2009 16:30' online: false location: 'MC3003' --- diff --git a/content/events/2009/fall/UNIX-103.md b/content/events/2009/fall/UNIX-103.md index 392c425c..b3687840 100644 --- a/content/events/2009/fall/UNIX-103.md +++ b/content/events/2009/fall/UNIX-103.md @@ -1,7 +1,7 @@ --- name: 'UNIX 103' short: 'In this long-awaited third installment of the popular Unix Tutorials the friendly experts of the CSC will teach you the simple art of version control. You will learn the purpose and use of two different Version Control Systems (git and subversion). This tutorial will advise you in the discipline of managing the source code of your projects and enable you to quickly learn new Version Control Systems in the work place -- a skill that is much sought after by employers.' -date: 'Thu Oct 08 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 08 2009 16:30' online: false location: 'MC3003' --- diff --git a/content/events/2009/fall/UofT-Graduate-School-Information-Session.md b/content/events/2009/fall/UofT-Graduate-School-Information-Session.md index cad6a21f..497608ef 100644 --- a/content/events/2009/fall/UofT-Graduate-School-Information-Session.md +++ b/content/events/2009/fall/UofT-Graduate-School-Information-Session.md @@ -1,7 +1,7 @@ --- name: 'UofT Graduate School Information Session' short: '"Is Graduate School for You?" Get the answers to your grad school questions - and have a bite to eat, our treat' -date: 'Wed Oct 14 2009 15:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 14 2009 14:30' online: false location: 'DC1304' --- diff --git a/content/events/2009/spring/Code-Party.md b/content/events/2009/spring/Code-Party.md index 4ee26fed..c14cda18 100644 --- a/content/events/2009/spring/Code-Party.md +++ b/content/events/2009/spring/Code-Party.md @@ -1,7 +1,7 @@ --- name: 'Code Party' short: 'Have an assignment or project you need to work on? We will be coding from 7:00pm until 7:00am starting on Friday, June 5th in the Comfy lounge. Join us!' -date: 'Fri Jun 05 2009 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 05 2009 19:00' online: false location: 'MC 3001' --- diff --git a/content/events/2009/spring/Dooly's-Night.md b/content/events/2009/spring/Dooly's-Night.md index a9735254..0b4379b6 100644 --- a/content/events/2009/spring/Dooly's-Night.md +++ b/content/events/2009/spring/Dooly's-Night.md @@ -1,7 +1,7 @@ --- name: 'Dooly''s Night' short: 'The CSC will be playing pool at Dooly''s. Join us for only a few dollars.' -date: 'Fri Jun 19 2009 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 19 2009 17:30' online: false location: 'Dooly''s' --- diff --git a/content/events/2009/spring/History-of-CS-Curriculum-at-UW.md b/content/events/2009/spring/History-of-CS-Curriculum-at-UW.md index f990227a..7747a1e4 100644 --- a/content/events/2009/spring/History-of-CS-Curriculum-at-UW.md +++ b/content/events/2009/spring/History-of-CS-Curriculum-at-UW.md @@ -1,7 +1,7 @@ --- name: 'History of CS Curriculum at UW' short: 'This talk provides a personal overview of the evolution of the undergraduate computer science curriculum at UW over the past forty years, concluding with an audience discussion of possible future developments.' -date: 'Tue Jul 07 2009 16:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 07 2009 15:00' online: false location: 'DC 1302' --- diff --git a/content/events/2009/spring/PHP-on-Windows.md b/content/events/2009/spring/PHP-on-Windows.md index 0cafb4ce..f15b09da 100644 --- a/content/events/2009/spring/PHP-on-Windows.md +++ b/content/events/2009/spring/PHP-on-Windows.md @@ -1,7 +1,7 @@ --- name: 'PHP on Windows' short: 'PHP Programming Contest Info Session' -date: 'Tue May 12 2009 13:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 12 2009 12:00' online: false location: 'MC 2034' --- diff --git a/content/events/2009/spring/Paper-Club.md b/content/events/2009/spring/Paper-Club.md index 926ea127..8fb320fd 100644 --- a/content/events/2009/spring/Paper-Club.md +++ b/content/events/2009/spring/Paper-Club.md @@ -1,7 +1,7 @@ --- name: 'Paper Club' short: 'Come and drink tea and read an academic CS paper with the Paper Club. We will be meeting from 4:30pm until 6:30pm on Monday, June 22th on the 4th floor of the MC (exact room number TBA). See http://csclub.uwaterloo.ca/\~paper' -date: 'Mon Jun 22 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 22 2009 16:30' online: false location: 'MC 4041' --- diff --git a/content/events/2009/spring/Unix-101.md b/content/events/2009/spring/Unix-101.md index c7c4ea5e..f259f8c5 100644 --- a/content/events/2009/spring/Unix-101.md +++ b/content/events/2009/spring/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: 'Need to use the UNIX environment for a course, want to overcome your fears of the command line, or just curious? Come and learn the arcane secrets of the UNIX command line interface from CSC mages. After this tutorial you will be comfortable with the essentials of navigating, manipulating and viewing files, and processing data at the UNIX shell prompt.' -date: 'Tue Jun 02 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 02 2009 16:30' online: false location: 'MC 2037' --- diff --git a/content/events/2009/spring/Unix-103.md b/content/events/2009/spring/Unix-103.md index 23d86613..9db9a551 100644 --- a/content/events/2009/spring/Unix-103.md +++ b/content/events/2009/spring/Unix-103.md @@ -1,7 +1,7 @@ --- name: 'Unix 103' short: 'In this long-awaited third installment of the popular Unix Tutorials the dark mages of the CSC will train you in the not-so-arcane magick of version control. You will learn the purpose and use of two different Version Control Systems (git and subversion). This tutorial will advise you in the discipline of managing the source code of your projects and enable you to quickly learn new Version Control Systems in the work place -- a skill that is much sought after by employers.' -date: 'Thu Jul 23 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 23 2009 16:30' online: false location: 'MC 3003' --- diff --git a/content/events/2009/winter/Artificial-Intelligence-Contest.md b/content/events/2009/winter/Artificial-Intelligence-Contest.md index 554e662f..b9e05cd5 100644 --- a/content/events/2009/winter/Artificial-Intelligence-Contest.md +++ b/content/events/2009/winter/Artificial-Intelligence-Contest.md @@ -1,7 +1,7 @@ --- name: 'Artificial Intelligence Contest' short: 'Come out and try your hand at writing a computer program that plays Minesweeper Flags, a two-player variant of the classic computer game, Minesweeper. Once you''re done, your program will compete head-to-head against the other entries in a fierce Minesweeper Flags tournament. There will be a contest kick-off session on Thursday March 19 at 4:30 PM in room MC3036. Submissions will be accepted until Saturday March 28.' -date: 'Thu Mar 19 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 19 2009 16:30' online: false location: 'MC2061' --- diff --git a/content/events/2009/winter/CTRL-D.md b/content/events/2009/winter/CTRL-D.md index 7fb1966a..1aa6b22e 100644 --- a/content/events/2009/winter/CTRL-D.md +++ b/content/events/2009/winter/CTRL-D.md @@ -1,7 +1,7 @@ --- name: 'CTRL-D' short: 'Join the Club That Really Likes Dinner for the End Of Term party! Inquire closer to the date for details.' -date: 'Fri Apr 03 2009 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 03 2009 18:00' online: false location: 'TBA' --- diff --git a/content/events/2009/winter/Canadian-Undergraduate-Technology-Conference.md b/content/events/2009/winter/Canadian-Undergraduate-Technology-Conference.md index 7cd90a36..3d2fa1ef 100644 --- a/content/events/2009/winter/Canadian-Undergraduate-Technology-Conference.md +++ b/content/events/2009/winter/Canadian-Undergraduate-Technology-Conference.md @@ -1,7 +1,7 @@ --- name: 'Canadian Undergraduate Technology Conference' short: 'See [cutc.ca]() for more details.' -date: 'Thu Mar 12 2009 09:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 12 2009 08:00' online: false location: 'Toronto Hilton' --- diff --git a/content/events/2009/winter/Code-Party!.md b/content/events/2009/winter/Code-Party!.md index 8180ce3e..783622d9 100644 --- a/content/events/2009/winter/Code-Party!.md +++ b/content/events/2009/winter/Code-Party!.md @@ -1,7 +1,7 @@ --- name: 'Code Party!' short: 'There is a CSC Code Party starting at 7:00PM (19:00). Come out and enjoy some good old programming and meet others interested in writing code! Free energy drinks and snacks for all. Plus, we have lots of things that need to be done if you''re looking for a project to work on!' -date: 'Fri Feb 06 2009 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 06 2009 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2009/winter/Code-Party.md b/content/events/2009/winter/Code-Party.md index 424ab3c0..37bad559 100644 --- a/content/events/2009/winter/Code-Party.md +++ b/content/events/2009/winter/Code-Party.md @@ -1,7 +1,7 @@ --- name: 'Code Party' short: 'CSC Code Party! Same as always - no sleep, lots of caffeine, and really nerdy entertainment. Bonus: Free Cake!' -date: 'Fri Mar 27 2009 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 27 2009 18:00' online: false location: 'Comfy Lounge (MC)' --- diff --git a/content/events/2009/winter/Code-party-!!11!!1!!.md b/content/events/2009/winter/Code-party-!!11!!1!!.md index 3ba6d2bf..de7c7963 100644 --- a/content/events/2009/winter/Code-party-!!11!!1!!.md +++ b/content/events/2009/winter/Code-party-!!11!!1!!.md @@ -1,7 +1,7 @@ --- name: 'Code party !!11!!1!!' short: 'There is a CSC Code Party Tonight starting at 7:30PM (1930) until we get bored (likely in the early in morning). Come out for fun hacking times, spreading Intertube memes (optional), hacking on the OpenMoko, creating music mixes, and other general classyness. If we manage to swing it, there will be delicious energy drinks for your consumption! Alternatively, if we don''t we will have each other as well as some delicious tea and coffee. Perhaps a crumpet' -date: 'Fri Jan 16 2009 20:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 16 2009 19:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2009/winter/Dooly's-Night.md b/content/events/2009/winter/Dooly's-Night.md index e58a0e30..668e806c 100644 --- a/content/events/2009/winter/Dooly's-Night.md +++ b/content/events/2009/winter/Dooly's-Night.md @@ -1,7 +1,7 @@ --- name: 'Dooly''s Night' short: 'Come join the CSC as we head to Dooly''s.' -date: 'Fri Feb 27 2009 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 27 2009 17:00' online: false location: 'CSC Office: MC3036' --- diff --git a/content/events/2009/winter/IQC---Programming-Quantum-Computers.md b/content/events/2009/winter/IQC---Programming-Quantum-Computers.md index a709cb1a..2135cff3 100644 --- a/content/events/2009/winter/IQC---Programming-Quantum-Computers.md +++ b/content/events/2009/winter/IQC---Programming-Quantum-Computers.md @@ -1,7 +1,7 @@ --- name: 'IQC - Programming Quantum Computers' short: 'A brief intro to Quantum Computing and why it matters, followed by a talk on programming quantum computers. Meet at the CSC at 4:00PM for a guided walk to the RAC.' -date: 'Thu Mar 12 2009 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 12 2009 17:00' online: false location: 'RAC2009' --- diff --git a/content/events/2009/winter/Joel-Spolsky.md b/content/events/2009/winter/Joel-Spolsky.md index 5b9d1e7a..a89de731 100644 --- a/content/events/2009/winter/Joel-Spolsky.md +++ b/content/events/2009/winter/Joel-Spolsky.md @@ -1,7 +1,7 @@ --- name: 'Joel Spolsky' short: 'Joel Spolsky, of [Joel on Software]() will be giving a talk entitled "Computer Science Education and the Software Industry".' -date: 'Thu Jan 22 2009 13:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 22 2009 12:00' online: false location: 'MC5136' --- diff --git a/content/events/2009/winter/Prabhakar-Ragde.md b/content/events/2009/winter/Prabhakar-Ragde.md index f4a0032a..0688f0c5 100644 --- a/content/events/2009/winter/Prabhakar-Ragde.md +++ b/content/events/2009/winter/Prabhakar-Ragde.md @@ -1,7 +1,7 @@ --- name: 'Prabhakar Ragde' short: 'Functional Lexing and Parsing' -date: 'Mon Mar 09 2009 16:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 09 2009 15:00' online: false location: 'DC1302' --- diff --git a/content/events/2009/winter/Rapid-prototyping-and-mathematical-art.md b/content/events/2009/winter/Rapid-prototyping-and-mathematical-art.md index e7ddbf7d..5d99e24c 100644 --- a/content/events/2009/winter/Rapid-prototyping-and-mathematical-art.md +++ b/content/events/2009/winter/Rapid-prototyping-and-mathematical-art.md @@ -1,7 +1,7 @@ --- name: 'Rapid prototyping and mathematical art' short: 'A talk by Craig S. Kaplan.' -date: 'Thu Apr 02 2009 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 02 2009 16:30' online: false location: 'DC1302' --- diff --git a/content/events/2009/winter/Richard-M.-Stallman.md b/content/events/2009/winter/Richard-M.-Stallman.md index e18a8d3e..4b50994b 100644 --- a/content/events/2009/winter/Richard-M.-Stallman.md +++ b/content/events/2009/winter/Richard-M.-Stallman.md @@ -1,7 +1,7 @@ --- name: 'Richard M. Stallman' short: 'The Free Software Movement and the GNU/Linux Operating System' -date: 'Thu Jan 29 2009 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 29 2009 18:30' online: false location: 'Modern Languages Theatre' --- diff --git a/content/events/2009/winter/SIGGRAPH-Night.md b/content/events/2009/winter/SIGGRAPH-Night.md index e2840c8f..5dbec963 100644 --- a/content/events/2009/winter/SIGGRAPH-Night.md +++ b/content/events/2009/winter/SIGGRAPH-Night.md @@ -1,7 +1,7 @@ --- name: 'SIGGRAPH Night' short: 'Come out and watch the SIGGRAPH (Special Interest Group on Graphics) conference video review. A video of insane, amazing, and mind blowing computer graphics. .' -date: 'Thu Mar 05 2009 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'March 05 2009 16:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2009/winter/Term-Elections.md b/content/events/2009/winter/Term-Elections.md index b99d0008..f64f4acc 100644 --- a/content/events/2009/winter/Term-Elections.md +++ b/content/events/2009/winter/Term-Elections.md @@ -1,7 +1,7 @@ --- name: 'Term Elections' short: 'Winter Elections' -date: 'Tue Jan 13 2009 17:20:00 GMT-0500 (Eastern Standard Time)' +date: 'January 13 2009 16:20' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2009/winter/UNIX-101-and-102.md b/content/events/2009/winter/UNIX-101-and-102.md index c44f6b69..d2705e8a 100644 --- a/content/events/2009/winter/UNIX-101-and-102.md +++ b/content/events/2009/winter/UNIX-101-and-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101 and 102' short: 'Continuing the popular Unix Tutorials with a rerun of 101 and the debut of 102.' -date: 'Thu Feb 05 2009 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 05 2009 17:30' online: false location: 'MC2062 and MC2063' --- diff --git a/content/events/2009/winter/UNIX-101.md b/content/events/2009/winter/UNIX-101.md index aa0ffc18..940099d9 100644 --- a/content/events/2009/winter/UNIX-101.md +++ b/content/events/2009/winter/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'New to Unix? No problem, we''ll teach you to power use circles around your friends!' -date: 'Tue Feb 03 2009 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 03 2009 17:30' online: false location: 'MC3003' --- diff --git a/content/events/2010/fall/A-Brief-Introduction-to-Video-Encoding.md b/content/events/2010/fall/A-Brief-Introduction-to-Video-Encoding.md index c2a9acac..ad39ad77 100644 --- a/content/events/2010/fall/A-Brief-Introduction-to-Video-Encoding.md +++ b/content/events/2010/fall/A-Brief-Introduction-to-Video-Encoding.md @@ -1,7 +1,7 @@ --- name: 'A Brief Introduction to Video Encoding' short: '*By Peter Barfuss*. In this talk, I will go over the concepts used in video encoding (such as motion estimation/compensation, inter- and intra- frame prediction, quantization and entropy encoding), and then demonstrate these concepts and algorithms in use in the MPEG-2 and the H.264 video codecs. In addition, some clever optimization tricks using SIMD/vectorization will be covered, assuming sufficient time to cover these topics.' -date: 'Tue Sep 28 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 28 2010 16:30' online: false location: 'MC4061' --- diff --git a/content/events/2010/fall/Analysis-of-randomized-algorithms-via-the-probabilistic-method.md b/content/events/2010/fall/Analysis-of-randomized-algorithms-via-the-probabilistic-method.md index 7a725d35..44eee7f4 100644 --- a/content/events/2010/fall/Analysis-of-randomized-algorithms-via-the-probabilistic-method.md +++ b/content/events/2010/fall/Analysis-of-randomized-algorithms-via-the-probabilistic-method.md @@ -1,7 +1,7 @@ --- name: 'Analysis of randomized algorithms via the probabilistic method' short: 'In this talk, we will give a few examples that illustrate the basic method and show how it can be used to prove the existence of objects with desirable combinatorial properties as well as produce them in expected polynomial time via randomized algorithms. Our main goal will be to present a very slick proof from 1995 due to Spencer on the performance of a randomized greedy algorithm for a set-packing problem. Spencer, for seemingly no reason, introduces a time variable into his greedy algorithm and treats set-packing as a Poisson process. Then, like magic, he is able to show that his greedy algorithm is very likely to produce a good result using basic properties of expected value.' -date: 'Tue Oct 26 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 26 2010 16:30' online: false location: 'MC4040' --- diff --git a/content/events/2010/fall/BareMetal-OS.md b/content/events/2010/fall/BareMetal-OS.md index fb86ee45..be87aad9 100644 --- a/content/events/2010/fall/BareMetal-OS.md +++ b/content/events/2010/fall/BareMetal-OS.md @@ -1,7 +1,7 @@ --- name: 'BareMetal OS' short: '*By Ian Seyler, Return to Infinity*. BareMetal is a new 64-bit OS for x86-64 based computers. The OS is written entirely in Assembly, while applications can be written in Assembly or C/C++. High Performance Computing is the main target application.' -date: 'Mon Oct 04 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 04 2010 16:30' online: false location: 'MC4021' --- diff --git a/content/events/2010/fall/CSC-Invades-Toronto.md b/content/events/2010/fall/CSC-Invades-Toronto.md index 0437312d..e2d41d81 100644 --- a/content/events/2010/fall/CSC-Invades-Toronto.md +++ b/content/events/2010/fall/CSC-Invades-Toronto.md @@ -1,7 +1,7 @@ --- name: 'CSC Invades Toronto' short: 'The CSC is going to Toronto to visit UofT''s [CSSU](), see what they do, and have beer with them. If you would like to come along, please come by the office and sign up. The cost for the trip is $2 per member. The bus will be leaving from the Davis Center (DC) Saturday Nov. 13 at NOON (some people may have been told 1pm, this is an error). Please show up a few minutes early so we may board.' -date: 'Sat Nov 13 2010 13:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 13 2010 12:00' online: false location: 'Outside DC' --- diff --git a/content/events/2010/fall/Calling-all-CS-Frosh.md b/content/events/2010/fall/Calling-all-CS-Frosh.md index f56385db..b8e9d6ca 100644 --- a/content/events/2010/fall/Calling-all-CS-Frosh.md +++ b/content/events/2010/fall/Calling-all-CS-Frosh.md @@ -1,7 +1,7 @@ --- name: 'Calling all CS Frosh' short: 'Come meet and greet your professors, advisors, and the heads of the school. Talk to the CSC executive and other upper year students about CS at Waterloo. Free food and beverages will also be available, so there is really no excuse to miss this.' -date: 'Thu Sep 23 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 23 2010 16:30' online: false location: 'DC1301 (The Fishbowl)' --- diff --git a/content/events/2010/fall/Cooking-for-Geeks.md b/content/events/2010/fall/Cooking-for-Geeks.md index 419a556c..9843bccd 100644 --- a/content/events/2010/fall/Cooking-for-Geeks.md +++ b/content/events/2010/fall/Cooking-for-Geeks.md @@ -1,7 +1,7 @@ --- name: 'Cooking for Geeks' short: 'The CSC is happy to be hosting Jeff Potter, author of "Cooking for Geeks" for a presentation on the finer arts of food science. Jeff''s book has been featured on NPR, BBC and his presentations have wowed audiences of hackers & foodies alike. We''re happy to have Jeff joining us for a hands on demonstration.' -date: 'Wed Sep 22 2010 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 22 2010 18:00' online: false location: 'MC4045' --- diff --git a/content/events/2010/fall/Elections.md b/content/events/2010/fall/Elections.md index 5bd1ad26..d1053819 100644 --- a/content/events/2010/fall/Elections.md +++ b/content/events/2010/fall/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'Fall term executive elections and general meeting.' -date: 'Tue Sep 14 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 14 2010 16:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2010/fall/Hackathon.md b/content/events/2010/fall/Hackathon.md index 5af8ad5a..96fd9548 100644 --- a/content/events/2010/fall/Hackathon.md +++ b/content/events/2010/fall/Hackathon.md @@ -1,7 +1,7 @@ --- name: 'Hackathon' short: 'Come join the CSC for a night of code, music with only 8 bits, and comradarie. We will be in the C&D Lounge from 7pm until 7am working on personal projects, open source projects, and whatever else comes to mind. If you''re interested in getting involved in free/open source development, some members will be on hand to guide you through the process.' -date: 'Fri Nov 05 2010 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'November 05 2010 19:00' online: false location: 'CnD Lounge (MC3002)' --- diff --git a/content/events/2010/fall/How-to-build-a-brain-From-single-neurons-to-cognition.md b/content/events/2010/fall/How-to-build-a-brain-From-single-neurons-to-cognition.md index fabd9fe7..56ea0e4e 100644 --- a/content/events/2010/fall/How-to-build-a-brain-From-single-neurons-to-cognition.md +++ b/content/events/2010/fall/How-to-build-a-brain-From-single-neurons-to-cognition.md @@ -1,7 +1,7 @@ --- name: 'How to build a brain: From single neurons to cognition' short: '*By Dr. Chris Eliasmith*. Theoretical neuroscience is a new discipline focused on constructing mathematical models of brain function. It has made significant headway in understanding aspects of the neural code. However, past work has largely focused on small numbers of neurons, and so the underlying representations are often simple. In this talk I demonstrate how the ideas underlying these simple forms of representation can underwrite a representational hierarchy that scales to support sophisticated, structure-sensitive representations.' -date: 'Tue Oct 12 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 12 2010 16:30' online: false location: 'MC4061' --- diff --git a/content/events/2010/fall/In-the-Beginning.md b/content/events/2010/fall/In-the-Beginning.md index 8758cacd..5a9df2e0 100644 --- a/content/events/2010/fall/In-the-Beginning.md +++ b/content/events/2010/fall/In-the-Beginning.md @@ -1,7 +1,7 @@ --- name: 'In the Beginning' short: '**by Dr. Prabhakar Ragde, Cheriton School of Computer Science**. I''ll be workshopping some lecture ideas involving representations of numbers, specification of computation in functional terms, reasoning about such specifications, and comparing the strengths and weaknesses of different approaches.' -date: 'Tue Sep 21 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 21 2010 16:30' online: false location: 'MC4061' --- diff --git a/content/events/2010/fall/Machine-learning-vs-human-learning---will-scientists-become-obsolete.md b/content/events/2010/fall/Machine-learning-vs-human-learning---will-scientists-become-obsolete.md index 11974b66..605070d9 100644 --- a/content/events/2010/fall/Machine-learning-vs-human-learning---will-scientists-become-obsolete.md +++ b/content/events/2010/fall/Machine-learning-vs-human-learning---will-scientists-become-obsolete.md @@ -1,7 +1,7 @@ --- name: 'Machine learning vs human learning - will scientists become obsolete?' short: '*by Dr. Shai Ben-David*.' -date: 'Tue Oct 19 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 19 2010 16:30' online: false location: 'RCH 306' --- diff --git a/content/events/2010/fall/Mathematics-and-aesthetics-in-maze-design.md b/content/events/2010/fall/Mathematics-and-aesthetics-in-maze-design.md index 0424e8ee..ddf63f43 100644 --- a/content/events/2010/fall/Mathematics-and-aesthetics-in-maze-design.md +++ b/content/events/2010/fall/Mathematics-and-aesthetics-in-maze-design.md @@ -1,7 +1,7 @@ --- name: 'Mathematics and aesthetics in maze design' short: '*by Dr. Craig S. Kaplan*. In this talk, I discuss the role of the computer in the process of designing mazes. I present some well known algorithms for maze construction, and more recent research that attempts to novel mazes with non-trivial mathematical or aesthetic properties.' -date: 'Wed Nov 17 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 17 2010 16:30' online: false location: 'MC4061' --- diff --git a/content/events/2010/fall/UNIX-102.md b/content/events/2010/fall/UNIX-102.md index ee839adc..aba4cca9 100644 --- a/content/events/2010/fall/UNIX-102.md +++ b/content/events/2010/fall/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: 'This installment in the CS Club''s popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting.' -date: 'Wed Oct 13 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 13 2010 16:30' online: false location: 'MC3003' --- diff --git a/content/events/2010/fall/UNIX-103.md b/content/events/2010/fall/UNIX-103.md index 7c5bd331..2d71b797 100644 --- a/content/events/2010/fall/UNIX-103.md +++ b/content/events/2010/fall/UNIX-103.md @@ -1,7 +1,7 @@ --- name: 'UNIX 103' short: 'Unix 103 will cover version control systems and how to use them to manage your projects. Unix 101 would be helpful, but all that is needed is basic knowledge of the Unix command line (how to enter commands).' -date: 'Wed Oct 06 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 06 2010 16:30' online: false location: 'MC3003' --- diff --git a/content/events/2010/fall/Unix-101.md b/content/events/2010/fall/Unix-101.md index 808ed128..f57cb82a 100644 --- a/content/events/2010/fall/Unix-101.md +++ b/content/events/2010/fall/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: 'Need to use the Unix environment for a course, want to overcome your fears of the command line, or just curious? Attend the first installment in the CSC''s popular series of Unix tutorials to learn the basics of the shell and how to navigate the unix environment. By the end of the hands on workshop you will be able to work efficiently from the command line and power-use circles around your friends.' -date: 'Wed Sep 29 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 29 2010 16:30' online: false location: 'MC3003' --- diff --git a/content/events/2010/spring/Code-Party.md b/content/events/2010/spring/Code-Party.md index 23fa4ba1..0aa65714 100644 --- a/content/events/2010/spring/Code-Party.md +++ b/content/events/2010/spring/Code-Party.md @@ -1,7 +1,7 @@ --- name: 'Code Party' short: 'There is a CSC Code Party Friday starting at 7:00PM (1900) until we get bored (likely in the early in morning). Come out for fun hacking times.' -date: 'Fri Jul 09 2010 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 09 2010 19:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2010/spring/Compiling-To-Combinators.md b/content/events/2010/spring/Compiling-To-Combinators.md index d5ac63d9..a28e40ea 100644 --- a/content/events/2010/spring/Compiling-To-Combinators.md +++ b/content/events/2010/spring/Compiling-To-Combinators.md @@ -1,7 +1,7 @@ --- name: 'Compiling To Combinators' short: 'Professor Ragde will be giving the first of our Professor talks for the Spring 2010 term.' -date: 'Tue Jun 22 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 22 2010 16:30' online: false location: 'MC2066' --- diff --git a/content/events/2010/spring/Dataflow-Analysis.md b/content/events/2010/spring/Dataflow-Analysis.md index d67722c8..f2f2ba02 100644 --- a/content/events/2010/spring/Dataflow-Analysis.md +++ b/content/events/2010/spring/Dataflow-Analysis.md @@ -1,7 +1,7 @@ --- name: 'Dataflow Analysis' short: 'Nomair Naeem, a P.H.D. Student at Waterloo, will be giving a talk about Dataflow Analysis' -date: 'Tue Jul 06 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 06 2010 16:30' online: false location: 'MC2054' --- diff --git a/content/events/2010/spring/Elections.md b/content/events/2010/spring/Elections.md index baf24ca4..993c3992 100644 --- a/content/events/2010/spring/Elections.md +++ b/content/events/2010/spring/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'Spring term executive elections and general meeting.' -date: 'Tue May 11 2010 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 11 2010 17:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2010/spring/Gerald-Sussman.md b/content/events/2010/spring/Gerald-Sussman.md index da8b728d..0c7bf3a2 100644 --- a/content/events/2010/spring/Gerald-Sussman.md +++ b/content/events/2010/spring/Gerald-Sussman.md @@ -1,7 +1,7 @@ --- name: 'Gerald Sussman' short: 'The Art of the Propagator' -date: 'Wed May 26 2010 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 26 2010 17:00' online: false location: 'MC5158' --- diff --git a/content/events/2010/spring/Halftoning-and-Digital-Art.md b/content/events/2010/spring/Halftoning-and-Digital-Art.md index 8fc1aa36..67564cbe 100644 --- a/content/events/2010/spring/Halftoning-and-Digital-Art.md +++ b/content/events/2010/spring/Halftoning-and-Digital-Art.md @@ -1,7 +1,7 @@ --- name: 'Halftoning and Digital Art' short: 'Edgar Bering will be giving a talk titled: Halftoning and Digital Art' -date: 'Tue Jul 13 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 13 2010 16:30' online: false location: 'MC2066' --- diff --git a/content/events/2010/spring/The-Incompressibility-Method.md b/content/events/2010/spring/The-Incompressibility-Method.md index 0c888aa1..69855200 100644 --- a/content/events/2010/spring/The-Incompressibility-Method.md +++ b/content/events/2010/spring/The-Incompressibility-Method.md @@ -1,7 +1,7 @@ --- name: 'The Incompressibility Method' short: ' In this talk, we shall explore the incompressibility method---an interesting and extremely powerful framework for determining the average-case runtime of algorithms. Within the right background knowledge, the heapsort question can be answered with an elegant 3-line proof. ' -date: 'Tue Jul 20 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 20 2010 16:30' online: false location: 'MC2066' --- diff --git a/content/events/2010/winter/A-Final-Party-of-Code.md b/content/events/2010/winter/A-Final-Party-of-Code.md index abdb038c..96cc1518 100644 --- a/content/events/2010/winter/A-Final-Party-of-Code.md +++ b/content/events/2010/winter/A-Final-Party-of-Code.md @@ -1,7 +1,7 @@ --- name: 'A Final Party of Code' short: 'There is a CSC/CMC Code Party Friday starting at 7:00PM (1900) until we get bored (likely in the early in morning). Come out for fun hacking times, spreading Intertube memes (optional), hacking on open source projects, doing some computational math, and other general classiness. There will be free energy drinks for everyone''s enjoyment. This is the last of the term so don''t miss out.' -date: 'Fri Mar 26 2010 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 26 2010 19:00' online: false location: 'MC7001' --- diff --git a/content/events/2010/winter/A-Party-of-Code.md b/content/events/2010/winter/A-Party-of-Code.md index 48ebd3a7..d099539c 100644 --- a/content/events/2010/winter/A-Party-of-Code.md +++ b/content/events/2010/winter/A-Party-of-Code.md @@ -1,7 +1,7 @@ --- name: 'A Party of Code' short: 'A fevered night of code, friends, fun, energy drinks, and the CSC.' -date: 'Fri Mar 12 2010 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 12 2010 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2010/winter/An-Introduction-to-Vector-Graphics-Libraries-with-Cairo.md b/content/events/2010/winter/An-Introduction-to-Vector-Graphics-Libraries-with-Cairo.md index 561863ec..42c61af0 100644 --- a/content/events/2010/winter/An-Introduction-to-Vector-Graphics-Libraries-with-Cairo.md +++ b/content/events/2010/winter/An-Introduction-to-Vector-Graphics-Libraries-with-Cairo.md @@ -1,7 +1,7 @@ --- name: 'An Introduction to Vector Graphics Libraries with Cairo' short: 'Cairo is an open source, cross platform, vector graphics library with the ability to output to many kinds of surfaces, including PDF, SVG and PNG surfaces, as well as X-Window, Win32 and Quartz 2D backends. Unlike the raster graphics used with programmes and libraries such as The Gimp and ImageMagick, vector graphics are not defined by grids of pixels, but rather by a collection of drawing operations. These operations detail how to draw lines, fill shapes, and even set text to create the desired image. This has the advantages of being infinitely scalable, smaller in file size, and simpler to express within a computer programme. This talk will be an introduction to the concepts and metaphors used by vector graphics libraries in general and Cairo in particular.' -date: 'Tue Feb 09 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 09 2010 16:30' online: false location: 'DC1304' --- diff --git a/content/events/2010/winter/Another-Party-of-Code.md b/content/events/2010/winter/Another-Party-of-Code.md index 6f864ec9..fe38966f 100644 --- a/content/events/2010/winter/Another-Party-of-Code.md +++ b/content/events/2010/winter/Another-Party-of-Code.md @@ -1,7 +1,7 @@ --- name: 'Another Party of Code' short: 'There is a CSC Code Party Friday starting at 7:00PM (1900) until we get bored (likely in the early in morning). Come out for fun hacking times, spreading Intertube memes (optional), hacking on the OpenMoko, creating music mixes, and other general classiness. There will be free energy drinks for everyone''s enjoyment.' -date: 'Fri Mar 19 2010 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 19 2010 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2010/winter/Approximation-Hardness-and-the-Unique-Games-Conjecture.md b/content/events/2010/winter/Approximation-Hardness-and-the-Unique-Games-Conjecture.md index a7adde08..89e20ebe 100644 --- a/content/events/2010/winter/Approximation-Hardness-and-the-Unique-Games-Conjecture.md +++ b/content/events/2010/winter/Approximation-Hardness-and-the-Unique-Games-Conjecture.md @@ -1,7 +1,7 @@ --- name: 'Approximation Hardness and the Unique Games Conjecture' short: 'The fifth installment in CS10: Undergraduate Seminars in CS, features CSC member Elyot Grant introducing the theory of approximation algorithms. Fun times and a lack of gruesome math are promised.' -date: 'Tue Mar 16 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 16 2010 16:30' online: false location: 'MC5158' --- diff --git a/content/events/2010/winter/Bowling.md b/content/events/2010/winter/Bowling.md index 502ba929..4d92184b 100644 --- a/content/events/2010/winter/Bowling.md +++ b/content/events/2010/winter/Bowling.md @@ -1,7 +1,7 @@ --- name: 'Bowling' short: 'The CSC is going bowling. $9.75 for shoes and two games. The bowling alley serves fried food and beer. Join us for some or all of the above' -date: 'Sat Mar 06 2010 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 06 2010 17:00' online: false location: 'Waterloo Bowling Lanes' --- diff --git a/content/events/2010/winter/Brush-Based-Constructive-Solid-Geometry.md b/content/events/2010/winter/Brush-Based-Constructive-Solid-Geometry.md index ffa418fc..66d2a1e7 100644 --- a/content/events/2010/winter/Brush-Based-Constructive-Solid-Geometry.md +++ b/content/events/2010/winter/Brush-Based-Constructive-Solid-Geometry.md @@ -1,7 +1,7 @@ --- name: 'Brush-Based Constructive Solid Geometry' short: 'The last talk in the CS10 series will be presented by Jordan Saunders, in which he will discuss methods for processing brush-based constructive solid geometry.' -date: 'Tue Apr 06 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 06 2010 16:30' online: false location: 'DC1304' --- diff --git a/content/events/2010/winter/CSCF-Town-Hall.md b/content/events/2010/winter/CSCF-Town-Hall.md index f0dde864..1abb35b2 100644 --- a/content/events/2010/winter/CSCF-Town-Hall.md +++ b/content/events/2010/winter/CSCF-Town-Hall.md @@ -1,7 +1,7 @@ --- name: 'CSCF Town Hall' short: 'Come to a town hall style meeting with the managers of CSCF to discuss how to improve the undergraduate (student.cs) computing environment. Have gripes? Suggestions? Requests? Now is the time to voice them.' -date: 'Thu Feb 25 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 25 2010 16:30' online: false location: 'DC1302' --- diff --git a/content/events/2010/winter/CTRL-D.md b/content/events/2010/winter/CTRL-D.md index 30455a93..193fa48e 100644 --- a/content/events/2010/winter/CTRL-D.md +++ b/content/events/2010/winter/CTRL-D.md @@ -1,7 +1,7 @@ --- name: 'CTRL-D' short: 'Once again the CSC will be holding its traditional end of term dinner. It will be at the Vice President''s house. If you don''t know how to get there meet at the club office at 6:30 PM, a group will be leaving from the MC then. The dinner will be potluck style so bring a dish for 4-6 people, or some plates or pop or something.' -date: 'Thu Apr 01 2010 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 01 2010 18:30' online: false location: 'CSC Office' --- diff --git a/content/events/2010/winter/Contest-Closing.md b/content/events/2010/winter/Contest-Closing.md index 9cc401a8..02125625 100644 --- a/content/events/2010/winter/Contest-Closing.md +++ b/content/events/2010/winter/Contest-Closing.md @@ -1,7 +1,7 @@ --- name: 'Contest Closing' short: 'The [contest]() is coming to a close tomorrow, so to finish it in style we will be having ice cream and code friday night. It would be a shame if Waterloo lost (we''re not on top of the [leaderboard]() right now) so come out and hack for the home team.' -date: 'Fri Feb 26 2010 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 26 2010 19:00' online: false location: 'CnD Lounge' --- diff --git a/content/events/2010/winter/Deep-learning-with-multiplicative-interactions.md b/content/events/2010/winter/Deep-learning-with-multiplicative-interactions.md index a16f3b6b..3da59877 100644 --- a/content/events/2010/winter/Deep-learning-with-multiplicative-interactions.md +++ b/content/events/2010/winter/Deep-learning-with-multiplicative-interactions.md @@ -1,7 +1,7 @@ --- name: 'Deep learning with multiplicative interactions' short: 'Geoffrey Hinton, from the University of Toronto and the Canadian Institute for Advanced Research, will discuss some of his latest work in learning networks and artificial intelligence. The talk will be accessable, so don''t hesitate to come out. More information about Dr. Hinton''s research can be found on [his website]().' -date: 'Tue Jan 26 2010 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 26 2010 17:00' online: false location: 'DC1302' --- diff --git a/content/events/2010/winter/Memory-Corruption-Security-Holes-How-to-exploit,-patch-and-prevent-them..md b/content/events/2010/winter/Memory-Corruption-Security-Holes-How-to-exploit,-patch-and-prevent-them..md index 216401bc..3c28b563 100644 --- a/content/events/2010/winter/Memory-Corruption-Security-Holes-How-to-exploit,-patch-and-prevent-them..md +++ b/content/events/2010/winter/Memory-Corruption-Security-Holes-How-to-exploit,-patch-and-prevent-them..md @@ -1,7 +1,7 @@ --- name: 'Memory-Corruption Security Holes: How to exploit, patch and prevent them.' short: 'Despite it being 2010, code is still being exploited due to stack overflows, a 40+ year old class of security vulnerabilities. In this talk, I will go over several common methods of program exploitation, both on the stack and on the heap, as well as going over some of the current mitigation techniques (i.e. stack canaries, ASLR, etc.) for these holes, and similarly, how some of these can be bypassed as well.' -date: 'Tue Mar 23 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 23 2010 16:30' online: false location: 'MC5158' --- diff --git a/content/events/2010/winter/NUI-The-future-of-robotics-and-automated-systems.md b/content/events/2010/winter/NUI-The-future-of-robotics-and-automated-systems.md index 6095b773..f77b9214 100644 --- a/content/events/2010/winter/NUI-The-future-of-robotics-and-automated-systems.md +++ b/content/events/2010/winter/NUI-The-future-of-robotics-and-automated-systems.md @@ -1,7 +1,7 @@ --- name: 'NUI: The future of robotics and automated systems' short: 'Member Sam Pasupalak will present some of his ongoing work in Natural User Interfaces and Robotics in this sixth installment of CS10.' -date: 'Tue Mar 30 2010 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 30 2010 16:30' online: false location: 'DC1304' --- diff --git a/content/events/2010/winter/QIP=PSPACE.md b/content/events/2010/winter/QIP=PSPACE.md index d725abe6..3fd2b1df 100644 --- a/content/events/2010/winter/QIP=PSPACE.md +++ b/content/events/2010/winter/QIP=PSPACE.md @@ -1,7 +1,7 @@ --- name: 'QIP=PSPACE' short: 'Dr. John Watrous of the [IQC]() will present his recent result "QIP=PSPACE". The talk will not assume any familiarity with quantum computing or complexity theory, and light refreshments will be provided.' -date: 'Tue Mar 02 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'March 02 2010 16:30' online: false location: 'DC1304' --- diff --git a/content/events/2010/winter/Software-Transactional-Memory-and-Using-STM-in-Haskell.md b/content/events/2010/winter/Software-Transactional-Memory-and-Using-STM-in-Haskell.md index a6671564..369a3d4f 100644 --- a/content/events/2010/winter/Software-Transactional-Memory-and-Using-STM-in-Haskell.md +++ b/content/events/2010/winter/Software-Transactional-Memory-and-Using-STM-in-Haskell.md @@ -1,7 +1,7 @@ --- name: 'Software Transactional Memory and Using STM in Haskell' short: 'The fourth Undergraduate Seminar in Computer Science will be presented by Brennan Taylor, a club member. He will be discussing various concurrent computing problems, and introducing Software Transactional Memory as a solution to them.' -date: 'Tue Mar 09 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'March 09 2010 16:30' online: false location: 'DC1304' --- diff --git a/content/events/2010/winter/The-Best-Algorithms-are-Randomized-Algorithms.md b/content/events/2010/winter/The-Best-Algorithms-are-Randomized-Algorithms.md index 70dc8ef4..bdd983a8 100644 --- a/content/events/2010/winter/The-Best-Algorithms-are-Randomized-Algorithms.md +++ b/content/events/2010/winter/The-Best-Algorithms-are-Randomized-Algorithms.md @@ -1,7 +1,7 @@ --- name: 'The Best Algorithms are Randomized Algorithms' short: 'In this talk Nicholas Harvey discusses the prevalence of randomized algorithms and their application to solving optimization problems on graphs; with startling results compared to deterministic algorithms.' -date: 'Tue Feb 23 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 23 2010 16:30' online: false location: 'MC5136B' --- diff --git a/content/events/2010/winter/UNIX-101-Encore.md b/content/events/2010/winter/UNIX-101-Encore.md index aea6ac61..8338edd5 100644 --- a/content/events/2010/winter/UNIX-101-Encore.md +++ b/content/events/2010/winter/UNIX-101-Encore.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101 Encore' short: 'New to Unix? No problem, we''ll teach you to power use circles around your friends! The popular tutorial returns for a second session, in case you missed the first one.' -date: 'Thu Feb 11 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 11 2010 16:30' online: false location: 'MC3005' --- diff --git a/content/events/2010/winter/UNIX-101.md b/content/events/2010/winter/UNIX-101.md index 4e6bd3ce..3a103549 100644 --- a/content/events/2010/winter/UNIX-101.md +++ b/content/events/2010/winter/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'New to Unix? No problem, we''ll teach you to power use circles around your friends!' -date: 'Wed Feb 10 2010 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 10 2010 16:30' online: false location: 'MC3003' --- diff --git a/content/events/2010/winter/Wilderness-Programming.md b/content/events/2010/winter/Wilderness-Programming.md index 4870bc8a..3eb7b3da 100644 --- a/content/events/2010/winter/Wilderness-Programming.md +++ b/content/events/2010/winter/Wilderness-Programming.md @@ -1,7 +1,7 @@ --- name: 'Wilderness Programming' short: 'Paul Lutus describes his early Apple II software development days, conducted from the far end of a 1200-foot power cord, in a tiny Oregon cabin. Paul describes how he wrote a best-seller (Apple Writer) in assembly language, while dealing with power outages, lightning storms and the occasional curious bear.' -date: 'Mon Jan 18 2010 16:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 18 2010 15:30' online: false location: 'MC2066' --- diff --git a/content/events/2010/winter/Windows-Azure-Lab.md b/content/events/2010/winter/Windows-Azure-Lab.md index b2c5af31..774207f2 100644 --- a/content/events/2010/winter/Windows-Azure-Lab.md +++ b/content/events/2010/winter/Windows-Azure-Lab.md @@ -1,7 +1,7 @@ --- name: 'Windows Azure Lab' short: 'Get the opportunity to learn about Microsoft''s Cloud Services Platform, Windows Azure. Attend this Hands-on-lab session sponsored by Microsoft.' -date: 'Wed Apr 07 2010 14:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 07 2010 13:00' online: false location: 'MC2037' --- diff --git a/content/events/2011/fall/CSC-Open-Data-Code-Party.md b/content/events/2011/fall/CSC-Open-Data-Code-Party.md index 1c22f5b3..f37a7dd6 100644 --- a/content/events/2011/fall/CSC-Open-Data-Code-Party.md +++ b/content/events/2011/fall/CSC-Open-Data-Code-Party.md @@ -1,7 +1,7 @@ --- name: 'CSC Open Data Code Party' short: '*by Calum T. Dalek*. The Computer Science Club is teaming up with the UW Open Data Initiative to bring you our third code party of the term! Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure.' -date: 'Fri Nov 18 2011 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 18 2011 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/fall/CSC-goes-to-Design-Our-Tomorrow.md b/content/events/2011/fall/CSC-goes-to-Design-Our-Tomorrow.md index 5d2d3f38..2ee38b21 100644 --- a/content/events/2011/fall/CSC-goes-to-Design-Our-Tomorrow.md +++ b/content/events/2011/fall/CSC-goes-to-Design-Our-Tomorrow.md @@ -1,7 +1,7 @@ --- name: 'CSC goes to Design Our Tomorrow' short: '*by Calum T. Dalek*. The Computer Science Club has a limited number of tickets available for the [Design Our Tomorrow Conference]() at the University of Toronto on Saturday, November 12, 10:00 - 16:30. See event information for ticket details.' -date: 'Sat Nov 12 2011 08:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 12 2011 07:30' online: false location: 'Davis Centre' --- diff --git a/content/events/2011/fall/Code-Party-1.md b/content/events/2011/fall/Code-Party-1.md index fe523a41..066312e0 100644 --- a/content/events/2011/fall/Code-Party-1.md +++ b/content/events/2011/fall/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: '*by Calum T. Dalek*. The Computer Science Club is having our first code party of the term! The theme for this code party will be collaborative development. We''ll present several ideas of small projects to work on for the unexperienced. Everyone is welcome; please bring your friends! There will be foodstuffs and sugary drinks available for your hacking pleasure.' -date: 'Fri Sep 30 2011 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 30 2011 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/fall/Code-Party-2.md b/content/events/2011/fall/Code-Party-2.md index 55cc7e8b..51ad7d65 100644 --- a/content/events/2011/fall/Code-Party-2.md +++ b/content/events/2011/fall/Code-Party-2.md @@ -1,7 +1,7 @@ --- name: 'Code Party 2' short: '*by Calum T. Dalek*. The Computer Science Club is having our second code party of the term! Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure.' -date: 'Fri Oct 21 2011 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 21 2011 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/fall/Elections.md b/content/events/2011/fall/Elections.md index a15bffde..1f313961 100644 --- a/content/events/2011/fall/Elections.md +++ b/content/events/2011/fall/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'Club elections. See related news items for details.' -date: 'Mon Sep 19 2011 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 19 2011 16:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/fall/How-Browsers-Work.md b/content/events/2011/fall/How-Browsers-Work.md index 777f6e8a..331219c5 100644 --- a/content/events/2011/fall/How-Browsers-Work.md +++ b/content/events/2011/fall/How-Browsers-Work.md @@ -1,7 +1,7 @@ --- name: 'How Browsers Work' short: '*by Ehsan Akhgari*. Veteran Mozilla engineer Ehsan Akhgari will present a talk on the internals of web browsers. The material will range from the fundamentals of content rendering to the latest innovations in browser design. Click on the talk title for a full abstract.' -date: 'Thu Oct 13 2011 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 13 2011 18:30' online: false location: 'MC 4020' --- diff --git a/content/events/2011/fall/UNIX-101-An-Introduction-to-the-Shell.md b/content/events/2011/fall/UNIX-101-An-Introduction-to-the-Shell.md index c6109b98..567a68b8 100644 --- a/content/events/2011/fall/UNIX-101-An-Introduction-to-the-Shell.md +++ b/content/events/2011/fall/UNIX-101-An-Introduction-to-the-Shell.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101: An Introduction to the Shell' short: '*by Calum T. Dalek*. New to Unix? No problem, we''ll teach you to power use circles around your friends!' -date: 'Thu Sep 29 2011 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 29 2011 16:00' online: false location: 'MC 3004' --- diff --git a/content/events/2011/fall/UNIX-102-Tools-in-the-UNIX-Environment.md b/content/events/2011/fall/UNIX-102-Tools-in-the-UNIX-Environment.md index 46666870..83795200 100644 --- a/content/events/2011/fall/UNIX-102-Tools-in-the-UNIX-Environment.md +++ b/content/events/2011/fall/UNIX-102-Tools-in-the-UNIX-Environment.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102: Tools in the UNIX Environment' short: '*by Calum T. Dalek*. The next installment in the CS Club''s popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting.' -date: 'Mon Oct 24 2011 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 24 2011 16:30' online: false location: 'MC 3003' --- diff --git a/content/events/2011/spring/An-Introduction-to-Steganography.md b/content/events/2011/spring/An-Introduction-to-Steganography.md index 5bf6d38e..7c366ac8 100644 --- a/content/events/2011/spring/An-Introduction-to-Steganography.md +++ b/content/events/2011/spring/An-Introduction-to-Steganography.md @@ -1,7 +1,7 @@ --- name: 'An Introduction to Steganography' short: 'As part of the CSC member talks series, Yomna Nasser will be presenting an introduction to steganography. Steganography is the act of hiding information such that it can only be found by its intended recipient. It has been practiced since ancient Greece, and is still in use today.This talk will include an introduction to the area, history, and some basic techniques for hiding information and detecting hidden data. There will be an overview of some of the mathematics involved, but nothing too rigorous.' -date: 'Wed Jul 20 2011 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 20 2011 16:30' online: false location: 'MC 2038' --- diff --git a/content/events/2011/spring/CSC-Goes-Outside.md b/content/events/2011/spring/CSC-Goes-Outside.md index 32193cab..ca54c5d7 100644 --- a/content/events/2011/spring/CSC-Goes-Outside.md +++ b/content/events/2011/spring/CSC-Goes-Outside.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes Outside' short: 'Do you like going outside? Are you vitamin-D deficient from being in the MC too long? Do you think marshmallows, hotdogs, and fire are a delicious combination?If so, you should join us as the CSC is going outside!Around 4PM, we''re going to Columbia Lake for some outdoor fun. We''ll have Frisbees, kites, snacks, and some drinks. We''ll be sticking around until dusk, when we''re going to have a campfire with marshmallows and hotdogs. We plan to be there until 10PM, but of course you''re welcome to come for any subinterval.' -date: 'Sat Jul 09 2011 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 09 2011 16:00' online: false location: 'Columbia Lake Firepit' --- diff --git a/content/events/2011/spring/CTRL-D.md b/content/events/2011/spring/CTRL-D.md index f102a872..8d849e1d 100644 --- a/content/events/2011/spring/CTRL-D.md +++ b/content/events/2011/spring/CTRL-D.md @@ -1,7 +1,7 @@ --- name: 'CTRL-D' short: 'The end of another term is here, and so we''re having our End-of-Term dinner. Everybody''s welcome to come to CTRL-D. We are running this like a potluck, so bringing food is suggested.' -date: 'Fri Jul 29 2011 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 29 2011 18:00' online: false location: 'home of askhader, see abstract' --- diff --git a/content/events/2011/spring/Code-Party-1.md b/content/events/2011/spring/Code-Party-1.md index b5236d5f..909f150c 100644 --- a/content/events/2011/spring/Code-Party-1.md +++ b/content/events/2011/spring/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: ' The Computer Science Club is having our first code party of the term. The theme for this week''s code party is personal projects. Come show us what you''ve been working on! Of course, everybody is welcome, even if you don''t have a project. ' -date: 'Fri Jun 03 2011 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 03 2011 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/spring/Code-Party-2.md b/content/events/2011/spring/Code-Party-2.md index 89fb09db..a17ce38c 100644 --- a/content/events/2011/spring/Code-Party-2.md +++ b/content/events/2011/spring/Code-Party-2.md @@ -1,7 +1,7 @@ --- name: 'Code Party 2' short: 'The second Code Party of the term takes place this Friday! Come hack on some code, solve some puzzles, and have some fun. The event starts in the evening and will run all night. You can show up for any portion of it. You should bring a laptop, and probably have something in mind to work on, though you''re welcome with neither.Snacks will be provided.' -date: 'Fri Jun 24 2011 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 24 2011 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/spring/Code-Party-3.md b/content/events/2011/spring/Code-Party-3.md index 11febb3d..2f1e3d49 100644 --- a/content/events/2011/spring/Code-Party-3.md +++ b/content/events/2011/spring/Code-Party-3.md @@ -1,7 +1,7 @@ --- name: 'Code Party 3' short: 'The final Code Party of the term is here! Come hack on some code, solve some puzzles, and have some fun. The event starts in the evening and will run all night. You can show up for any portion of it. You should bring a laptop, and probably have something in mind to work on, though you''re welcome with neither.Snacks will be provided. Everyone is welcome.Please note this date is postponed from the originally scheduled date due to conflicts with [Kitchener Ribfest & Craft Beer Show]()' -date: 'Fri Jul 22 2011 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 22 2011 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/spring/Elections-Nominees-List.md b/content/events/2011/spring/Elections-Nominees-List.md index a57123d2..9e184f0d 100644 --- a/content/events/2011/spring/Elections-Nominees-List.md +++ b/content/events/2011/spring/Elections-Nominees-List.md @@ -1,7 +1,7 @@ --- name: 'Elections Nominees List' short: 'CSC Elections, final list of nominations for Spring 2011' -date: 'Mon May 09 2011 18:31:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 09 2011 17:31' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/spring/Elections.md b/content/events/2011/spring/Elections.md index 2ce9358f..f8c46609 100644 --- a/content/events/2011/spring/Elections.md +++ b/content/events/2011/spring/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'CSC Elections have begun for the Spring 2011 term, nominations are open!' -date: 'Mon May 09 2011 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 09 2011 17:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/spring/General-Purpose-Computing-on-Graphics-Cards.md b/content/events/2011/spring/General-Purpose-Computing-on-Graphics-Cards.md index a41ef05f..050ce2d8 100644 --- a/content/events/2011/spring/General-Purpose-Computing-on-Graphics-Cards.md +++ b/content/events/2011/spring/General-Purpose-Computing-on-Graphics-Cards.md @@ -1,7 +1,7 @@ --- name: 'General Purpose Computing on Graphics Cards' short: ' In the first of our member talks for the term, Katie Hyatt will give a short introduction to General Purpose Graphics Processing Unit computing. This expanding field has many applications. The primary focus of this talk will be nVidia''s CUDA architecture. ' -date: 'Thu Jun 09 2011 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 09 2011 16:30' online: false location: 'MC 2054' --- diff --git a/content/events/2011/spring/Our-Troubles-with-Linux-and-Why-You-Should-Care.md b/content/events/2011/spring/Our-Troubles-with-Linux-and-Why-You-Should-Care.md index 916c1cd9..81e315e4 100644 --- a/content/events/2011/spring/Our-Troubles-with-Linux-and-Why-You-Should-Care.md +++ b/content/events/2011/spring/Our-Troubles-with-Linux-and-Why-You-Should-Care.md @@ -1,7 +1,7 @@ --- name: 'Our Troubles with Linux and Why You Should Care' short: 'A joint work between Professors Tim Brecht, Ashif Harji, and Peter Buhr, this talk describes experiences using the Linux kernel as a platform for conducting performance evaluations.' -date: 'Mon Jul 04 2011 14:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 04 2011 13:30' online: false location: 'MC 5158' --- diff --git a/content/events/2011/spring/Taming-Software-Bloat-with-AdaptableGIMP.md b/content/events/2011/spring/Taming-Software-Bloat-with-AdaptableGIMP.md index b911e4ff..70be175f 100644 --- a/content/events/2011/spring/Taming-Software-Bloat-with-AdaptableGIMP.md +++ b/content/events/2011/spring/Taming-Software-Bloat-with-AdaptableGIMP.md @@ -1,7 +1,7 @@ --- name: 'Taming Software Bloat with AdaptableGIMP' short: ' Ever use software with 100s or 1000s of commands? Ever have a hard time finding the right commands to perform your task? In this talk, we''ll present AdaptableGIMP, a new version of GIMP developed at Waterloo to help simplify complex user interfaces. ' -date: 'Tue Jun 14 2011 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 14 2011 16:30' online: false location: 'MC 2054' --- diff --git a/content/events/2011/winter/A-Smorgasbord-of-Perl-Talks.md b/content/events/2011/winter/A-Smorgasbord-of-Perl-Talks.md index af1a4bae..5bb46097 100644 --- a/content/events/2011/winter/A-Smorgasbord-of-Perl-Talks.md +++ b/content/events/2011/winter/A-Smorgasbord-of-Perl-Talks.md @@ -1,7 +1,7 @@ --- name: 'A Smorgasbord of Perl Talks' short: '*by KW Perl Mongers*. These talks are intended for programmers who are curious about the Swiss Army Chainsaw of languages, Perl.' -date: 'Thu Feb 17 2011 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 17 2011 19:00' online: false location: 'MC2017' --- diff --git a/content/events/2011/winter/Code-Party.md b/content/events/2011/winter/Code-Party.md index 69a53826..df892a18 100644 --- a/content/events/2011/winter/Code-Party.md +++ b/content/events/2011/winter/Code-Party.md @@ -1,7 +1,7 @@ --- name: 'Code Party' short: '*by Calum T. Dalek*. Come one, come all to the Code Party happening in the Comfy Lounge this Friday. The event starts at 7:00PM and will run through the night.' -date: 'Fri Feb 04 2011 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 04 2011 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2011/winter/Software-Patents.md b/content/events/2011/winter/Software-Patents.md index 60e76f23..195a63fb 100644 --- a/content/events/2011/winter/Software-Patents.md +++ b/content/events/2011/winter/Software-Patents.md @@ -1,7 +1,7 @@ --- name: 'Software Patents' short: '*by Stanley Khaing*. What are the requirements for obtaining a patent? Should software be patentable?' -date: 'Thu Mar 17 2011 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 17 2011 16:30' online: false location: 'MC2034' --- diff --git a/content/events/2011/winter/UNIX-101-An-Introduction-to-the-Shell.md b/content/events/2011/winter/UNIX-101-An-Introduction-to-the-Shell.md index cf27d468..91fd8dc5 100644 --- a/content/events/2011/winter/UNIX-101-An-Introduction-to-the-Shell.md +++ b/content/events/2011/winter/UNIX-101-An-Introduction-to-the-Shell.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101: An Introduction to the Shell' short: '*by Calum T. Dalek*. New to Unix? No problem, we''ll teach you to power use circles around your friends!' -date: 'Wed Jan 26 2011 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 26 2011 16:30' online: false location: 'MC3003' --- diff --git a/content/events/2011/winter/UNIX-102-Documents-and-Editing-in-the-Unix-environment.md b/content/events/2011/winter/UNIX-102-Documents-and-Editing-in-the-Unix-environment.md index 2cf8cb03..7b3148d6 100644 --- a/content/events/2011/winter/UNIX-102-Documents-and-Editing-in-the-Unix-environment.md +++ b/content/events/2011/winter/UNIX-102-Documents-and-Editing-in-the-Unix-environment.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102: Documents and Editing in the Unix environment' short: '*by Calum T. Dalek*. The next installment in the CS Club''s popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting.' -date: 'Wed Feb 02 2011 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 02 2011 16:30' online: false location: 'MC3003' --- diff --git a/content/events/2011/winter/UNIX-103-Version-Control-Systems.md b/content/events/2011/winter/UNIX-103-Version-Control-Systems.md index 6e630ca7..c795c0da 100644 --- a/content/events/2011/winter/UNIX-103-Version-Control-Systems.md +++ b/content/events/2011/winter/UNIX-103-Version-Control-Systems.md @@ -1,7 +1,7 @@ --- name: 'UNIX 103: Version Control Systems' short: '*by Calum T. Dalek*. In this long-awaited third installment of the popular Unix Tutorials the friendly experts of the CSC will teach you the simple art of version control.' -date: 'Wed Feb 09 2011 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 09 2011 16:30' online: false location: 'MC3003' --- diff --git a/content/events/2012/fall/CSC-Code-Party-2.md b/content/events/2012/fall/CSC-Code-Party-2.md index f5366f88..55e341e7 100644 --- a/content/events/2012/fall/CSC-Code-Party-2.md +++ b/content/events/2012/fall/CSC-Code-Party-2.md @@ -2,7 +2,7 @@ name: 'CSC Code Party 2' short: 'We will be holding our second code party of the term. Watch for further details, as we plan on working with some robots and Scala, git, and Haskell.' -date: 'Fri Oct 26 2012 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 26 2012 19:00' online: false location: 'MC 3001' --- diff --git a/content/events/2012/fall/Code-Party-1-FROSH-A-THON.md b/content/events/2012/fall/Code-Party-1-FROSH-A-THON.md index 77220f46..ad1965b5 100644 --- a/content/events/2012/fall/Code-Party-1-FROSH-A-THON.md +++ b/content/events/2012/fall/Code-Party-1-FROSH-A-THON.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1: FROSH-A-THON' short: 'The Computer Science Club is running our first "welcome back" code party of the term! Whether you''re a hacking guru or a newbie to computer science, you''re welcome to attend; there will be activities for all! Our party is loosely themed as a Linux installfest, where we will have a team of members dedicated to helping individuals install and learn to use one of many flavours of Linux.' -date: 'Fri Sep 14 2012 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 14 2012 19:00' online: false location: 'MC 3001' --- diff --git a/content/events/2012/fall/Code-Party-3.md b/content/events/2012/fall/Code-Party-3.md index 0d6068a1..1a2621f8 100644 --- a/content/events/2012/fall/Code-Party-3.md +++ b/content/events/2012/fall/Code-Party-3.md @@ -1,7 +1,7 @@ --- name: 'Code Party 3' short: 'The Computer Science Club is running our third, and last, code party of the term! Whether you''re a hacking guru or a newbie to computer science, you''re welcome to attend; there will be activities for all. Syed Albiz will be presenting a tutorial on implementing a [ray-tracer]() in C and Scheme.' -date: 'Fri Nov 23 2012 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 23 2012 19:00' online: false location: 'MC 3001' --- diff --git a/content/events/2012/fall/Elections.md b/content/events/2012/fall/Elections.md index 77e70ec9..b0c3f8f2 100644 --- a/content/events/2012/fall/Elections.md +++ b/content/events/2012/fall/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'CSC Elections have begun for the Fall 2012 term, nominations are open!' -date: 'Tue Sep 18 2012 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 18 2012 16:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2012/fall/KW-Perlmongers-Talk.md b/content/events/2012/fall/KW-Perlmongers-Talk.md index 3c2a0b58..2e625b35 100644 --- a/content/events/2012/fall/KW-Perlmongers-Talk.md +++ b/content/events/2012/fall/KW-Perlmongers-Talk.md @@ -1,7 +1,7 @@ --- name: 'KW Perlmongers Talk' short: '*by Justin Wheeler.*In his own words, this talk will cover the virtues of Perl: CPAN, Moose, CPAN, Catalyst, CPAN, DBIx::Class, CPAN, TMTOWTDI, and did I mention CPAN?' -date: 'Thu Nov 15 2012 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 15 2012 19:00' online: false location: 'DC 1302' --- diff --git a/content/events/2012/fall/SASMS.md b/content/events/2012/fall/SASMS.md index dc5524d2..a28b0474 100644 --- a/content/events/2012/fall/SASMS.md +++ b/content/events/2012/fall/SASMS.md @@ -1,7 +1,7 @@ --- name: 'SASMS' short: '*by PMC.*The Pure Mathematics, Applied Mathematics, Combinatorics & Optimization Club is hosting the Fall 2012 Short Attention Span Math Seminars (SASMS).' -date: 'Wed Nov 21 2012 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 21 2012 16:30' online: false location: 'MC 5136B' --- diff --git a/content/events/2012/fall/SCS-First-year-Welcome-Dinner.md b/content/events/2012/fall/SCS-First-year-Welcome-Dinner.md index 3376a348..55393cc1 100644 --- a/content/events/2012/fall/SCS-First-year-Welcome-Dinner.md +++ b/content/events/2012/fall/SCS-First-year-Welcome-Dinner.md @@ -1,7 +1,7 @@ --- name: 'SCS First-year Welcome Dinner' short: 'The School of Computer Science is hosting a dinner event for incoming first-year students. You''ll get to meet us, some of the faculty, and other new undergraduates. Food will be provided.' -date: 'Thu Sep 06 2012 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 06 2012 17:00' online: false location: 'Math 3 Atrium' --- diff --git a/content/events/2012/fall/The-Cryptographic-and-Game-Theoretical-Fundamentals-behind-Bitcoin.md b/content/events/2012/fall/The-Cryptographic-and-Game-Theoretical-Fundamentals-behind-Bitcoin.md index 7f3e28ad..c309b0cb 100644 --- a/content/events/2012/fall/The-Cryptographic-and-Game-Theoretical-Fundamentals-behind-Bitcoin.md +++ b/content/events/2012/fall/The-Cryptographic-and-Game-Theoretical-Fundamentals-behind-Bitcoin.md @@ -2,7 +2,7 @@ name: 'The Cryptographic and Game-Theoretical Fundamentals behind Bitcoin' short: '*by Vitalik Buterin.* In this talk, we will cover the cryptographic and game-theory principles behind the currency, including how the issues of double-spending, the "51% attack," and "mining" are addressed, the game-theory incentives to use Bitcoins honestly, and other issues being faced today in practice, such as implementation, attacks, and future scalability.' -date: 'Thu Oct 18 2012 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 18 2012 16:00' online: false location: 'MC 2034' --- diff --git a/content/events/2012/fall/Tron-Screening-Frosh-A-Tron.md b/content/events/2012/fall/Tron-Screening-Frosh-A-Tron.md index 232e98be..4f8a0d57 100644 --- a/content/events/2012/fall/Tron-Screening-Frosh-A-Tron.md +++ b/content/events/2012/fall/Tron-Screening-Frosh-A-Tron.md @@ -1,7 +1,7 @@ --- name: 'Tron Screening: Frosh-A-Tron' short: 'ehashman''s lousy frosh event naming scheme continues as we prepare for this week''s movie night---a screening of the original TRON in PHY 150. Come watch the groundbreaking film that defined the role of computer graphics and the quality of special effects in modern cinema. And bring your friends!' -date: 'Fri Sep 28 2012 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 28 2012 19:00' online: false location: 'PHY 150' --- diff --git a/content/events/2012/fall/UNIX-101.md b/content/events/2012/fall/UNIX-101.md index 7a626b0d..8bcb822c 100644 --- a/content/events/2012/fall/UNIX-101.md +++ b/content/events/2012/fall/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: '*by Calum T. Dalek*. New to the Unix computing environment? If you seek an introduction, look no further. We will be holding a series of tutorials on using Unix, beginning with Unix 101 this upcoming Monday. Topics that will be covered include basic interaction with the shell and use of myriad powerful tools.' -date: 'Mon Nov 19 2012 16:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 19 2012 15:30' online: false location: 'MC 3003' --- diff --git a/content/events/2012/spring/Code-Party-1.md b/content/events/2012/spring/Code-Party-1.md index b1ac68ce..bc81f971 100644 --- a/content/events/2012/spring/Code-Party-1.md +++ b/content/events/2012/spring/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: 'The Computer Science Club is running the first code party of the term! Come join us and hack on open source software, your own projects, or whatever comes up. Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure.' -date: 'Fri Jun 08 2012 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 08 2012 19:00' online: false location: 'MC 3001' --- diff --git a/content/events/2012/spring/Elections.md b/content/events/2012/spring/Elections.md index 60239bc4..0cee3487 100644 --- a/content/events/2012/spring/Elections.md +++ b/content/events/2012/spring/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'CSC Elections have begun for the Spring 2012 term, nominations are open!' -date: 'Thu May 10 2012 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 10 2012 16:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2012/spring/mmap-and-the-Mortgage-Crisis.md b/content/events/2012/spring/mmap-and-the-Mortgage-Crisis.md index 7e9a13ef..dc0bf5a1 100644 --- a/content/events/2012/spring/mmap-and-the-Mortgage-Crisis.md +++ b/content/events/2012/spring/mmap-and-the-Mortgage-Crisis.md @@ -1,7 +1,7 @@ --- name: 'mmap and the Mortgage Crisis' short: 'Palantir is a Palo Alto-based intelligence analysis software company that has partnered with the CSC to put on a tech talk and social. There will be free food, free drinks, and for one lucky winner, a free iPad, so why not come on out?' -date: 'Mon May 07 2012 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 07 2012 18:00' online: false location: 'DC 1302' --- diff --git a/content/events/2012/winter/Algorithms-Talk.md b/content/events/2012/winter/Algorithms-Talk.md index 3ed2c9b3..c86486e2 100644 --- a/content/events/2012/winter/Algorithms-Talk.md +++ b/content/events/2012/winter/Algorithms-Talk.md @@ -1,7 +1,7 @@ --- name: 'Algorithms Talk' short: '*by Victor Fan*. Join Victor Fan for his talk, intended for all second-year math students with a solid first-year background. Even if you are a first-year or a seasoned veteran, you will probably still take home something new, so please come out to enjoy the talk! Refreshments will be served.' -date: 'Tue Feb 07 2012 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 07 2012 18:00' online: false location: 'MC 4045' --- diff --git a/content/events/2012/winter/Code-Party-0.md b/content/events/2012/winter/Code-Party-0.md index 3c2a8864..82835f81 100644 --- a/content/events/2012/winter/Code-Party-0.md +++ b/content/events/2012/winter/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: '*by Calum T. Dalek*. The Computer Science Club is running the first code party of the term! Come join us and hack on open source software, your own projects, or whatever comes up. Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure.' -date: 'Fri Jan 27 2012 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 27 2012 18:30' online: false location: 'Math CnD' --- diff --git a/content/events/2012/winter/Elections.md b/content/events/2012/winter/Elections.md index 394a5c5a..eee8881b 100644 --- a/content/events/2012/winter/Elections.md +++ b/content/events/2012/winter/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'CSC Elections have begun for the Winter 2012 term, nominations are open!' -date: 'Thu Jan 12 2012 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 12 2012 16:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2012/winter/Feynman-Messenger-Lecture-Series.md b/content/events/2012/winter/Feynman-Messenger-Lecture-Series.md index 1d2dbf14..8a90fa9e 100644 --- a/content/events/2012/winter/Feynman-Messenger-Lecture-Series.md +++ b/content/events/2012/winter/Feynman-Messenger-Lecture-Series.md @@ -1,7 +1,7 @@ --- name: 'Feynman Messenger Lecture Series' short: '*by Calum T. Dalek*. Join the Computer Science Club and PhysClub every Wednesday evening for the rest of the term for our five screenings of the classic 1964 Messenger Lecture Series by Richard Feynman in PHY 150. Dinner provided!' -date: 'Wed Mar 07 2012 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'March 07 2012 17:30' online: false location: 'PHY 150' --- diff --git a/content/events/2012/winter/Multi-processor-Real-time-Systems.md b/content/events/2012/winter/Multi-processor-Real-time-Systems.md index be512155..22159f86 100644 --- a/content/events/2012/winter/Multi-processor-Real-time-Systems.md +++ b/content/events/2012/winter/Multi-processor-Real-time-Systems.md @@ -1,7 +1,7 @@ --- name: 'Multi-processor Real-time Systems' short: '*by Bill Cowan*. Programming systems that obey hard real-time constraints is difficult. So is programming multiple CPUs that interact to solve a single problem. This talk will describe the nature of computation typical of real-time systems, architectural solutions currently employed in CS 452, and possible architectures for multi-CPU systems.' -date: 'Thu Mar 22 2012 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 22 2012 16:30' online: false location: 'MC 4021' --- diff --git a/content/events/2012/winter/OpenCL-Code-Party.md b/content/events/2012/winter/OpenCL-Code-Party.md index 2d26ac54..f0db1402 100644 --- a/content/events/2012/winter/OpenCL-Code-Party.md +++ b/content/events/2012/winter/OpenCL-Code-Party.md @@ -1,7 +1,7 @@ --- name: 'OpenCL Code Party' short: '*by Calum T. Dalek*. The University of Waterloo Computer Science Club and AMD''s OpenCL programming competition comes to a close, as the contest ends at midnight and prizes are awarded! Open submissions will be judged, so make sure to come out and watch.' -date: 'Fri Mar 02 2012 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 02 2012 19:00' online: false location: 'MC 3001' --- diff --git a/content/events/2012/winter/OpenCL-Introduction.md b/content/events/2012/winter/OpenCL-Introduction.md index b6a896a9..03aa590b 100644 --- a/content/events/2012/winter/OpenCL-Introduction.md +++ b/content/events/2012/winter/OpenCL-Introduction.md @@ -1,7 +1,7 @@ --- name: 'OpenCL Introduction' short: '*by Calum T. Dalek*. The University of Waterloo Computer Science Club and AMD are running an OpenCL programming competition. If you''re interested in writing massively parallel software on the OpenCL platform, come out and join us for our introductory code party!' -date: 'Thu Feb 16 2012 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 16 2012 19:00' online: false location: 'MC 3001' --- diff --git a/content/events/2012/winter/UNIX-101.md b/content/events/2012/winter/UNIX-101.md index 681e5547..204c5bd6 100644 --- a/content/events/2012/winter/UNIX-101.md +++ b/content/events/2012/winter/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: '*by Calum T. Dalek*. New to the Unix computing environment? If you seek an introduction, look no further. We will be holding a series of tutorials on using Unix, beginning with Unix 101 this upcoming Thursday. Topics that will be covered include basic interaction with the shell and the motivations behind using it, and an introduction to compilation. You''ll have to learn this stuff in CS 246 anyways, so why not get a head start!' -date: 'Thu Feb 09 2012 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 09 2012 17:00' online: false location: 'MC 3003' --- diff --git a/content/events/2012/winter/UNIX-102.md b/content/events/2012/winter/UNIX-102.md index a619126a..dabadc26 100644 --- a/content/events/2012/winter/UNIX-102.md +++ b/content/events/2012/winter/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: '*by Calum T. Dalek*. The Computer Science Club will be running the second installment of our introductory UNIX tutorials for the term. We will be covering topics intended to show off the development-friendliness of the UNIX computing environment: "real" document editors, development tools, bash scripting, and version control.' -date: 'Thu Mar 08 2012 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'March 08 2012 17:30' online: false location: 'MC 3003' --- diff --git a/content/events/2013/fall/C++-GoingNative-Lectures.md b/content/events/2013/fall/C++-GoingNative-Lectures.md index a946c7b2..fad84938 100644 --- a/content/events/2013/fall/C++-GoingNative-Lectures.md +++ b/content/events/2013/fall/C++-GoingNative-Lectures.md @@ -1,7 +1,7 @@ --- name: 'C++ GoingNative Lectures' short: 'We will be showing GoingNative lectures from some of the top individuals working on C++ approximately biweekly on Thursdays at 6:30PM in the PHY 150 theatre. Every lecture will be accompanied with free pizza and drinks! Dates are Oct. 3, 17, 31 and Nov. 7 and 21. Please view this event in detail for more information.' -date: 'Thu Oct 03 2013 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 03 2013 18:30' online: false location: 'PHY 150' --- diff --git a/content/events/2013/fall/C++-Night-0x02---Don't-Help-The-Compiler.md b/content/events/2013/fall/C++-Night-0x02---Don't-Help-The-Compiler.md index 92bcfd4f..701bf9de 100644 --- a/content/events/2013/fall/C++-Night-0x02---Don't-Help-The-Compiler.md +++ b/content/events/2013/fall/C++-Night-0x02---Don't-Help-The-Compiler.md @@ -1,7 +1,7 @@ --- name: 'C++ Night 0x02 - Don''t Help The Compiler' short: 'The second in a series of recorded talks from GoingNative 2013. Featuring Stephan T. Lavavej.' -date: 'Thu Oct 17 2013 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 17 2013 18:30' online: false location: 'PHY 150' --- diff --git a/content/events/2013/fall/C++-Night-0x03---An-Effective-C++1114-Sampler.md b/content/events/2013/fall/C++-Night-0x03---An-Effective-C++1114-Sampler.md index ed768946..109b6893 100644 --- a/content/events/2013/fall/C++-Night-0x03---An-Effective-C++1114-Sampler.md +++ b/content/events/2013/fall/C++-Night-0x03---An-Effective-C++1114-Sampler.md @@ -1,7 +1,7 @@ --- name: 'C++ Night 0x03 - An Effective C++11/14 Sampler' short: 'The third in a series of recorded talks from GoingNative 2013. Featuring Scott Meyers.' -date: 'Thu Oct 31 2013 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 31 2013 18:30' online: false location: 'PHY 150' --- diff --git a/content/events/2013/fall/C++-Night-0x04---Writing-Quick-Code-in-C++,-Quickly.md b/content/events/2013/fall/C++-Night-0x04---Writing-Quick-Code-in-C++,-Quickly.md index 13f23afb..338c1313 100644 --- a/content/events/2013/fall/C++-Night-0x04---Writing-Quick-Code-in-C++,-Quickly.md +++ b/content/events/2013/fall/C++-Night-0x04---Writing-Quick-Code-in-C++,-Quickly.md @@ -1,7 +1,7 @@ --- name: 'C++ Night 0x04 - Writing Quick Code in C++, Quickly' short: 'The fourth in a series of recorded talks from GoingNative 2013. Featuring Andrei Alexandrescu.' -date: 'Thu Nov 07 2013 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 07 2013 18:30' online: false location: 'PHY 150' --- diff --git a/content/events/2013/fall/C++-Night-0x05---C++-Seasoning.md b/content/events/2013/fall/C++-Night-0x05---C++-Seasoning.md index 09d668b7..d59fb6ba 100644 --- a/content/events/2013/fall/C++-Night-0x05---C++-Seasoning.md +++ b/content/events/2013/fall/C++-Night-0x05---C++-Seasoning.md @@ -1,7 +1,7 @@ --- name: 'C++ Night 0x05 - C++ Seasoning' short: 'The fifth in a series of recorded talks from GoingNative 2013. Featuring Sean Parent.' -date: 'Thu Nov 21 2013 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 21 2013 18:30' online: false location: 'PHY 150' --- diff --git a/content/events/2013/fall/CSC-Goes-Bowling.md b/content/events/2013/fall/CSC-Goes-Bowling.md index bc08b5cc..60b7c505 100644 --- a/content/events/2013/fall/CSC-Goes-Bowling.md +++ b/content/events/2013/fall/CSC-Goes-Bowling.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes Bowling' short: 'All CSC members and their guests are invited for a night of free bowling at Bingemans! Transportation will be provided. If you are interested in attending, please RSVP using the online form by Oct. 18. You can find it by viewing this event in detail.' -date: 'Wed Oct 30 2013 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 30 2013 18:00' online: false location: 'Bingemans' --- diff --git a/content/events/2013/fall/CSC-Goes-to-Toronto-Erlang-Factory-Lite-2013.md b/content/events/2013/fall/CSC-Goes-to-Toronto-Erlang-Factory-Lite-2013.md index fbe1d526..ab5e58ff 100644 --- a/content/events/2013/fall/CSC-Goes-to-Toronto-Erlang-Factory-Lite-2013.md +++ b/content/events/2013/fall/CSC-Goes-to-Toronto-Erlang-Factory-Lite-2013.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes to Toronto Erlang Factory Lite 2013' short: 'The CSC has been invited to attend this Erlang conference in Toronto. If you are interested in attending, please sign up on our [web form](). We have submitted a MEF proposal to cover the transportation fees of up to 25 math undergraduates.' -date: 'Sat Nov 23 2013 01:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 23 2013 00:00' online: false location: 'Toronto, ON' --- diff --git a/content/events/2013/fall/Disk-Encryption.md b/content/events/2013/fall/Disk-Encryption.md index 7458c588..4516358f 100644 --- a/content/events/2013/fall/Disk-Encryption.md +++ b/content/events/2013/fall/Disk-Encryption.md @@ -1,7 +1,7 @@ --- name: 'Disk Encryption' short: 'The last lecture of our security and privacy series. By MMath alumnus Zak Blacher.' -date: 'Tue Nov 26 2013 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 26 2013 17:00' online: false location: 'MC 2038' --- diff --git a/content/events/2013/fall/Fall-2013-Elections.md b/content/events/2013/fall/Fall-2013-Elections.md index 6fd3daf4..4f216777 100644 --- a/content/events/2013/fall/Fall-2013-Elections.md +++ b/content/events/2013/fall/Fall-2013-Elections.md @@ -1,7 +1,7 @@ --- name: 'Fall 2013 Elections' short: 'Elections for Fall 2013 are being held! The Executive will be elected, and the Office Manager and Librarian will be appointed by the new executive.' -date: 'Tue Sep 17 2013 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 17 2013 16:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2013/fall/Hackathon-Code-Party!!.md b/content/events/2013/fall/Hackathon-Code-Party!!.md index 6c35bf80..ed96e319 100644 --- a/content/events/2013/fall/Hackathon-Code-Party!!.md +++ b/content/events/2013/fall/Hackathon-Code-Party!!.md @@ -1,7 +1,7 @@ --- name: 'Hackathon-Code Party!!' short: 'Join us for a night of code, food, and caffeine! There will be plenty of edibles and hacking for your enjoyment. If you are interested in getting involved in Open Source, there will be mentors on hand to get you started. Hope to see you there—bring your friends!' -date: 'Fri Nov 22 2013 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 22 2013 18:30' online: false location: 'MC 3001 (Comfy)' --- diff --git a/content/events/2013/fall/Hands-On-Seminar-on-Public-Key-Cryptography.md b/content/events/2013/fall/Hands-On-Seminar-on-Public-Key-Cryptography.md index 68508720..57ad46e1 100644 --- a/content/events/2013/fall/Hands-On-Seminar-on-Public-Key-Cryptography.md +++ b/content/events/2013/fall/Hands-On-Seminar-on-Public-Key-Cryptography.md @@ -1,7 +1,7 @@ --- name: 'Hands On Seminar on Public Key Cryptography' short: 'The fourth event in our security and privacy series. By undergraduate students Murphy Berzish and Nick Guenther.' -date: 'Tue Nov 05 2013 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 05 2013 18:00' online: false location: 'MC 3001 (Comfy)' --- diff --git a/content/events/2013/fall/Practical-Tor-Usage.md b/content/events/2013/fall/Practical-Tor-Usage.md index 3aaa650d..dae756b1 100644 --- a/content/events/2013/fall/Practical-Tor-Usage.md +++ b/content/events/2013/fall/Practical-Tor-Usage.md @@ -1,7 +1,7 @@ --- name: 'Practical Tor Usage' short: 'The third lecture of our security and privacy series. By undergraduate student Simon Gladstone.' -date: 'Thu Oct 24 2013 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 24 2013 18:30' online: false location: 'DC 1302' --- diff --git a/content/events/2013/fall/Trust-in-ISPs.md b/content/events/2013/fall/Trust-in-ISPs.md index b03c0d5f..a058d1c1 100644 --- a/content/events/2013/fall/Trust-in-ISPs.md +++ b/content/events/2013/fall/Trust-in-ISPs.md @@ -1,7 +1,7 @@ --- name: 'Trust in ISPs' short: 'This is the fifth lecture of six in the Security and Privacy Lecture Series. By founding member of the Canadian Cybersecurity Institute and employee of local ISP Sentex Sean Howard.' -date: 'Tue Nov 12 2013 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 12 2013 17:00' online: false location: 'MC 4060' --- diff --git a/content/events/2013/fall/Tunnels-and-Censorship.md b/content/events/2013/fall/Tunnels-and-Censorship.md index 094dff60..1652dfa8 100644 --- a/content/events/2013/fall/Tunnels-and-Censorship.md +++ b/content/events/2013/fall/Tunnels-and-Censorship.md @@ -1,7 +1,7 @@ --- name: 'Tunnels and Censorship' short: 'The second lecture of our security and privacy series. By undergraduate student Eric Dong.' -date: 'Tue Oct 15 2013 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 15 2013 17:00' online: false location: 'MC 4060' --- diff --git a/content/events/2013/fall/Why-Should-You-Care-About-Security-and-Privacy.md b/content/events/2013/fall/Why-Should-You-Care-About-Security-and-Privacy.md index 7564dc0d..0ef9f2d7 100644 --- a/content/events/2013/fall/Why-Should-You-Care-About-Security-and-Privacy.md +++ b/content/events/2013/fall/Why-Should-You-Care-About-Security-and-Privacy.md @@ -1,7 +1,7 @@ --- name: 'Why Should You Care About Security and Privacy' short: 'The first lecture of our security and privacy series. By PhD student Sarah Harvey.' -date: 'Tue Oct 08 2013 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 08 2013 17:00' online: false location: 'MC 4041' --- diff --git a/content/events/2013/spring/3D-Movies-and-Computer-Science.md b/content/events/2013/spring/3D-Movies-and-Computer-Science.md index 923e7baa..5f559543 100644 --- a/content/events/2013/spring/3D-Movies-and-Computer-Science.md +++ b/content/events/2013/spring/3D-Movies-and-Computer-Science.md @@ -1,7 +1,7 @@ --- name: '3D Movies and Computer Science' short: 'While humans started making 3D motion pictures in the 1800''s, several technical and artistic challenges prevented widespread interest in the medium. By investing heavily in a computerized production pipeline, James Cameron''s 2009 release of Avatar ushered in an era of mainstream interest in 3D film. However, many technical and artistic problems still find their way into otherwise-modern 3D movies. The talk explores some of these problems while introducing the fundamentals of 3D film-making from a CS perspective.' -date: 'Thu Jul 11 2013 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 11 2013 17:00' online: false location: 'MC 4041' --- diff --git a/content/events/2013/spring/CSC-Goes-Outside!.md b/content/events/2013/spring/CSC-Goes-Outside!.md index eff09b91..488839f8 100644 --- a/content/events/2013/spring/CSC-Goes-Outside!.md +++ b/content/events/2013/spring/CSC-Goes-Outside!.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes Outside!' short: 'Do you love the combination of s''mores, burgers, and fire? Are you brave enough to face the newly-grown geese? Do you want to play some Frisbee while listening to some chill tunes? If so, come hang out with the CSC at the EV3 Fire Pit this Friday! All are welcome for some outdoor food, games, and music.' -date: 'Fri Jul 19 2013 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 19 2013 19:00' online: false location: 'EV3 Fire Pit' --- diff --git a/content/events/2013/spring/Code-Party-1.md b/content/events/2013/spring/Code-Party-1.md index f238aece..4ee7d012 100644 --- a/content/events/2013/spring/Code-Party-1.md +++ b/content/events/2013/spring/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: 'Come out to the Code Party happening in the Comfy Lounge on July 26 at 7:00 PM! Why sleep when you could be hacking on $your\_favourite\_project or doing $something\_classy in great company? Join us for a night of coding, snacks, and camaraderie!' -date: 'Fri Jul 26 2013 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 26 2013 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2013/spring/Path-Tracing.md b/content/events/2013/spring/Path-Tracing.md index 5b87cff2..f0a54231 100644 --- a/content/events/2013/spring/Path-Tracing.md +++ b/content/events/2013/spring/Path-Tracing.md @@ -1,7 +1,7 @@ --- name: 'Path Tracing' short: 'As a follow on to last term''s tutorial on building a ray-tracer from scratch, this talk will be presenting the basic mechanics of how a bidirectional path-tracer creates a globally illuminated scene, advantages and limitations of this approach over other offline global illumination techniques along with a simple example path-tracer written in C++, and opportunities for hardware acceleration on GPUs, time permitting.' -date: 'Thu Jul 18 2013 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 18 2013 17:00' online: false location: 'MC 4041' --- diff --git a/content/events/2013/spring/Spring-2013-Elections.md b/content/events/2013/spring/Spring-2013-Elections.md index 297bd1d8..93e52a5f 100644 --- a/content/events/2013/spring/Spring-2013-Elections.md +++ b/content/events/2013/spring/Spring-2013-Elections.md @@ -1,7 +1,7 @@ --- name: 'Spring 2013 Elections' short: 'Elections for Spring 2013 are being held! The Executive will be elected, and the Office Manager and Librarian will be appointed by the new executive.' -date: 'Wed May 15 2013 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 15 2013 18:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2013/spring/The-Future-of-3D-Graphics-is-in-Software!.md b/content/events/2013/spring/The-Future-of-3D-Graphics-is-in-Software!.md index da00314e..52beec78 100644 --- a/content/events/2013/spring/The-Future-of-3D-Graphics-is-in-Software!.md +++ b/content/events/2013/spring/The-Future-of-3D-Graphics-is-in-Software!.md @@ -1,7 +1,7 @@ --- name: 'The Future of 3D Graphics is in Software!' short: 'Convergence between CPU and GPU approaches to processing sets the stage for an exciting transition to 3D rendering that takes place entirely in software. TransGaming''s Nicolas Capens and Gavriel State will speak about this convergence and how it will influence the future of graphics.' -date: 'Mon Jul 22 2013 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 22 2013 17:00' online: false location: 'MC 4020' --- diff --git a/content/events/2013/spring/Unix-101-Code-Party-0.md b/content/events/2013/spring/Unix-101-Code-Party-0.md index f435bdbf..7a201739 100644 --- a/content/events/2013/spring/Unix-101-Code-Party-0.md +++ b/content/events/2013/spring/Unix-101-Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Unix 101/ Code Party 0' short: 'We are offering a Unix tutorial on Friday, June 7th, 2013! Following the tutorial a code party will take place. Bring your laptops and chargers for an awesome night of coding, hacking and learning. All are welcome to join in the comfy lounge!' -date: 'Fri Jun 07 2013 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 07 2013 18:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2013/winter/Code-Party-1.md b/content/events/2013/winter/Code-Party-1.md index 0d685fda..278764c0 100644 --- a/content/events/2013/winter/Code-Party-1.md +++ b/content/events/2013/winter/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: 'The Computer Science Club is running the second code party of the term! Come join us and hack on open source software, your own projects, or whatever comes up. Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure.' -date: 'Mon Apr 01 2013 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 01 2013 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2013/winter/Elections.md b/content/events/2013/winter/Elections.md index 62933a4b..816f8f9b 100644 --- a/content/events/2013/winter/Elections.md +++ b/content/events/2013/winter/Elections.md @@ -1,7 +1,7 @@ --- name: 'Elections' short: 'CSC Elections have begun for the Winter 2013 term, nominations are open!' -date: 'Wed Jan 16 2013 17:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 16 2013 16:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2013/winter/Machine-Architecture,-Performance,-and-Scalability-Things-Your-Programming-Language-Never-Told-You.md b/content/events/2013/winter/Machine-Architecture,-Performance,-and-Scalability-Things-Your-Programming-Language-Never-Told-You.md index fe11d6d2..71508df3 100644 --- a/content/events/2013/winter/Machine-Architecture,-Performance,-and-Scalability-Things-Your-Programming-Language-Never-Told-You.md +++ b/content/events/2013/winter/Machine-Architecture,-Performance,-and-Scalability-Things-Your-Programming-Language-Never-Told-You.md @@ -1,7 +1,7 @@ --- name: 'Machine Architecture, Performance, and Scalability: Things Your Programming Language Never Told You' short: '"Herb Sutter is a leading authority on software development. He is the best selling author of several books including Exceptional C++ and C++ Coding Standards, as well as hundreds of technical papers and articles [and] has served for a decade as chair of the ISO C++ standards committee." - http://herbsutter.com/about' -date: 'Thu Feb 28 2013 17:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 28 2013 16:30' online: false location: 'DC 1302' --- diff --git a/content/events/2013/winter/Unix-101.md b/content/events/2013/winter/Unix-101.md index e2b9224a..7731741f 100644 --- a/content/events/2013/winter/Unix-101.md +++ b/content/events/2013/winter/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: '*by Calum T. Dalek*. New to the Unix computing environment? If you seek an introduction, look no further. We will be holding a tutorial on using Unix this upcoming Monday. Topics that will be covered include basic interaction with the shell and use of myriad powerful tools.' -date: 'Mon Apr 01 2013 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 01 2013 18:00' online: false location: 'MC 3003' --- diff --git a/content/events/2013/winter/Using-Computers-to-Find-Evidence-in-Litigation.md b/content/events/2013/winter/Using-Computers-to-Find-Evidence-in-Litigation.md index f30c3f1b..2a5a79ed 100644 --- a/content/events/2013/winter/Using-Computers-to-Find-Evidence-in-Litigation.md +++ b/content/events/2013/winter/Using-Computers-to-Find-Evidence-in-Litigation.md @@ -1,7 +1,7 @@ --- name: 'Using Computers to Find Evidence in Litigation' short: 'Professor Gordon Cormack will be presenting a talk on using machine-learning based spam filters to accurately locate relevent electronic documents - a process which has typically been very manual, and very expensive.' -date: 'Thu Mar 21 2013 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 21 2013 16:30' online: false location: 'MC 4020' --- diff --git a/content/events/2014/fall/'Hackers'-Screening.md b/content/events/2014/fall/'Hackers'-Screening.md index caaff272..f01d1368 100644 --- a/content/events/2014/fall/'Hackers'-Screening.md +++ b/content/events/2014/fall/'Hackers'-Screening.md @@ -1,7 +1,7 @@ --- name: '''Hackers'' Screening' short: 'Women in Computer Science (WiCS) and the Computer Science Club (CSC) will meet up in the Comfy Lounge to watch a favourite cult classic: Hackers. Join us as we relive our 90s teenage hacking fantasies and stuff our faces with popcorn and junk food.Hackers of the world, unite!' -date: 'Fri Nov 07 2014 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 07 2014 19:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2014/fall/Code-Party-0.md b/content/events/2014/fall/Code-Party-0.md index 8d66ccce..a49c61e6 100644 --- a/content/events/2014/fall/Code-Party-0.md +++ b/content/events/2014/fall/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Immediately after UNIX 101, we will be having our first annual code party. Enjoy a free dinner, relax, and share ideas with your friends about your favourite topics in computer science. Feel free to show up with or without personal projects to work on, we''ve got lots of ideas to get started with.' -date: 'Fri Oct 24 2014 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 24 2014 18:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2014/fall/Code-Party-1SE-Hack-Day-#13.md b/content/events/2014/fall/Code-Party-1SE-Hack-Day-#13.md index 4e76fe64..6cd5131a 100644 --- a/content/events/2014/fall/Code-Party-1SE-Hack-Day-#13.md +++ b/content/events/2014/fall/Code-Party-1SE-Hack-Day-#13.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1/SE Hack Day #13' short: 'Why sleep when you could be hacking on $SIDE\_PROJECT, or working on $THE\_NEXT\_BIG\_THING with some cool CSC/SE people? Come when you want, hack on something cool, demo before you leave.If you don''t have a project, don''t worry - we have a list of ideas, and a lot of people will be looking for an extra helping hand on their projects.NOTE: Dinner and snacks will only be served to those working on projects during the event.' -date: 'Fri Nov 21 2014 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 21 2014 18:00' online: false location: 'M3 1006' --- diff --git a/content/events/2014/fall/Talk-Building-a-Mobile-Platform-for-Android-and-iOS.md b/content/events/2014/fall/Talk-Building-a-Mobile-Platform-for-Android-and-iOS.md index fb5581a4..3e863d1f 100644 --- a/content/events/2014/fall/Talk-Building-a-Mobile-Platform-for-Android-and-iOS.md +++ b/content/events/2014/fall/Talk-Building-a-Mobile-Platform-for-Android-and-iOS.md @@ -1,7 +1,7 @@ --- name: 'Talk: Building a Mobile Platform for Android and iOS' short: 'Come listen to a Google software engineer give a talk on building a mobile platform for Android and iOS! Wesley Tarle has been leading development at Google in Kitchener and Mountain View, and building stuff for third-party developers on Android and iOS. He''s contributed to Google Play services since its inception and continues to produce APIs and SDKs focused on mobile startups. RSVP at http://goo.gl/Pwc3m4.' -date: 'Thu Sep 18 2014 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 18 2014 18:00' online: false location: 'MC 4021' --- diff --git a/content/events/2014/fall/Talk-C++-ABI.md b/content/events/2014/fall/Talk-C++-ABI.md index b11185f4..6b4f7f5e 100644 --- a/content/events/2014/fall/Talk-C++-ABI.md +++ b/content/events/2014/fall/Talk-C++-ABI.md @@ -1,7 +1,7 @@ --- name: 'Talk: C++ ABI' short: 'C++ is an interesting study because it supports a large number of powerful, abstract concepts, yet it operates very close to the hardware compared to many modern programming languages. There are also many implementations of C++ which must be made interoperable. I will discuss some aspects of the Itanium 64 Application Binary Interface (ABI) for C++, which is now the de facto standard across Unix-like platforms of all architectures. In particular, I will cover a number of aspects of the class system fundamental to C++: data layout, polymorphic types, construction and destruction, and dynamic casting.' -date: 'Tue Nov 25 2014 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 25 2014 17:30' online: false location: 'MC 4041' --- diff --git a/content/events/2014/fall/Talk-From-Zero-to-Kernel.md b/content/events/2014/fall/Talk-From-Zero-to-Kernel.md index 76539258..cdb1d457 100644 --- a/content/events/2014/fall/Talk-From-Zero-to-Kernel.md +++ b/content/events/2014/fall/Talk-From-Zero-to-Kernel.md @@ -1,7 +1,7 @@ --- name: 'Talk: From Zero to Kernel' short: 'From the massive supercomputer, to your laptop, to a Raspberry Pi: all computing systems run on an operating system powered by a kernel. The kernel is the most fundamental software running on your computer, enabling developers and users to interact with its hardware at a higher level.This talk will explore the process of writing a minimal kernel from scratch, common kernel responsibilities, and explore of the challenges of kernel development.' -date: 'Mon Nov 10 2014 06:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 10 2014 05:30' online: false location: 'RCH 205' --- diff --git a/content/events/2014/fall/Talk-Heroic-Android-HTTP.md b/content/events/2014/fall/Talk-Heroic-Android-HTTP.md index 05d6df3b..aee7f2e7 100644 --- a/content/events/2014/fall/Talk-Heroic-Android-HTTP.md +++ b/content/events/2014/fall/Talk-Heroic-Android-HTTP.md @@ -1,7 +1,7 @@ --- name: 'Talk: Heroic Android HTTP' short: 'The network is unreliable. 3G networking is slow. Using WiFi drains your battery. The NSA is spying on you. Different versions of HttpURLConnection have different bugs.Jesse Wilson, a software developer at Square, will be talking about OkHttp, a library that he maintains, and how to use it to make your app''s networking work even when conditions aren''t ideal. He will talk about how to configure caching to improve behavior and save resources. He will talk about crypto, and he will give advice on which libraries to use to make good networking easy.Please RSVP here: https://www.ticketfi.com/event/77/heroic-android-http.' -date: 'Thu Nov 27 2014 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 27 2014 18:00' online: false location: 'MC 4020' --- diff --git a/content/events/2014/fall/Talk-In-Pursuit-of-the-Travelling-Salesman.md b/content/events/2014/fall/Talk-In-Pursuit-of-the-Travelling-Salesman.md index ec869098..bf43561a 100644 --- a/content/events/2014/fall/Talk-In-Pursuit-of-the-Travelling-Salesman.md +++ b/content/events/2014/fall/Talk-In-Pursuit-of-the-Travelling-Salesman.md @@ -1,7 +1,7 @@ --- name: 'Talk: In Pursuit of the Travelling Salesman' short: 'The Travelling Salesman Problem is easy to state: given a number of cities along with the cost of travel between each pair, find the cheapest way to visit all of the cities and return to your starting point. However, TSP is very difficult to solve. In this talk, Professor Bill Cook will discuss the history, applications, and computation of this fascinating problem.' -date: 'Wed Oct 22 2014 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 22 2014 17:00' online: false location: 'MC 4041' --- diff --git a/content/events/2014/fall/Talk-Machine-Learning-at-Bloomberg.md b/content/events/2014/fall/Talk-Machine-Learning-at-Bloomberg.md index ae396d93..9e214062 100644 --- a/content/events/2014/fall/Talk-Machine-Learning-at-Bloomberg.md +++ b/content/events/2014/fall/Talk-Machine-Learning-at-Bloomberg.md @@ -1,7 +1,7 @@ --- name: 'Talk: Machine Learning at Bloomberg' short: 'Kang, our guest speaker from Bloomberg, will illustrate some examples and difficulties associated with working on some of the most fascinating technical challenges in business and finance. He will also show some of the machine learning applications at Bloomberg that are useful in this environment. Please show up early to ensure a spot (and dinner).' -date: 'Wed Nov 12 2014 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 12 2014 17:30' online: false location: 'EIT 1015' --- diff --git a/content/events/2014/fall/Talk-Why-Pattern-Recognition-is-Hard,-and-Why-Deep-Neural-Networks-Help.md b/content/events/2014/fall/Talk-Why-Pattern-Recognition-is-Hard,-and-Why-Deep-Neural-Networks-Help.md index e7987294..557258ad 100644 --- a/content/events/2014/fall/Talk-Why-Pattern-Recognition-is-Hard,-and-Why-Deep-Neural-Networks-Help.md +++ b/content/events/2014/fall/Talk-Why-Pattern-Recognition-is-Hard,-and-Why-Deep-Neural-Networks-Help.md @@ -1,7 +1,7 @@ --- name: 'Talk: Why Pattern Recognition is Hard, and Why Deep Neural Networks Help' short: 'In the last few years, there has been breakthrough progress in pattern recognition -- problems like computer vision and voice recognition. This sudden progress has come from a powerful class of models called deep neural networks.This talk will explore what it means to do pattern recognition, why it is a hard problem, and why deep neural networks are so effective. We will also look at exciting and strange recent results, such as state of the art object recognition in images, neural nets playing video games, neural nets proving theorems, and neural nets learning to run python programs!Our speaker, Christopher Olah, is a math-obsessed and Haskell-loving research intern from Google''s Deep Learning group. He has a blog about his research here: http://colah.github.io/.' -date: 'Mon Nov 17 2014 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 17 2014 18:00' online: false location: 'QNC 1502' --- diff --git a/content/events/2014/fall/Unix-101.md b/content/events/2014/fall/Unix-101.md index 5bb9586a..6165fa43 100644 --- a/content/events/2014/fall/Unix-101.md +++ b/content/events/2014/fall/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: 'Interested in Unix, but don''t know where to start? Then Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more.' -date: 'Fri Oct 24 2014 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 24 2014 17:00' online: false location: 'MC 3003' --- diff --git a/content/events/2014/spring/Battle-Decks.md b/content/events/2014/spring/Battle-Decks.md index a9a07929..68362176 100644 --- a/content/events/2014/spring/Battle-Decks.md +++ b/content/events/2014/spring/Battle-Decks.md @@ -1,7 +1,7 @@ --- name: 'Battle Decks' short: 'Five slides. Five minutes. Pure fun.' -date: 'Wed Jun 25 2014 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 25 2014 18:00' online: false location: 'MC 2035' --- diff --git a/content/events/2014/spring/Bloomberg-Technical-Talk.md b/content/events/2014/spring/Bloomberg-Technical-Talk.md index dc1281a1..acc8575a 100644 --- a/content/events/2014/spring/Bloomberg-Technical-Talk.md +++ b/content/events/2014/spring/Bloomberg-Technical-Talk.md @@ -1,7 +1,7 @@ --- name: 'Bloomberg Technical Talk' short: 'Learn how functional programming is used in the real world, while enjoying free dinner, and free swag.' -date: 'Thu Jun 19 2014 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 19 2014 17:30' online: false location: 'MC 4064' --- diff --git a/content/events/2014/spring/CSC-Goes-Outside...Again!.md b/content/events/2014/spring/CSC-Goes-Outside...Again!.md index 3df43943..54ea652d 100644 --- a/content/events/2014/spring/CSC-Goes-Outside...Again!.md +++ b/content/events/2014/spring/CSC-Goes-Outside...Again!.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes Outside...Again!' short: 'Do you like going outside? Are you vitamin-D deficient from being in the MC too long? Do you think s''mores and bonfire are a delicious combination? If so, you should join us as the CSC is going outside again! Around 7:30PM, we''re going to Laurel Creek Fire Pit for some outdoor fun. Come throw frisbees, relax and eat snacks in good company - even if you aren''t a fan of the outside or vitamin-D deficient! We''ll also have some sort of real food - probably pizza.' -date: 'Fri Jul 25 2014 20:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 25 2014 19:30' online: false location: 'Laurel Creek Fire Pit' --- diff --git a/content/events/2014/spring/CSC-Goes-Outside.md b/content/events/2014/spring/CSC-Goes-Outside.md index 62679542..10cebcff 100644 --- a/content/events/2014/spring/CSC-Goes-Outside.md +++ b/content/events/2014/spring/CSC-Goes-Outside.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes Outside' short: 'Come throw a frisbee, hang around a bonfire, and roast marshmellows! This is a social event just for fun, so come relax and eat snacks in good company!' -date: 'Fri Jun 13 2014 20:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 13 2014 19:30' online: false location: 'Laurel Creek Fire Pit' --- diff --git a/content/events/2014/spring/Spring-2014-Elections.md b/content/events/2014/spring/Spring-2014-Elections.md index 94f1c091..f7b3a4bc 100644 --- a/content/events/2014/spring/Spring-2014-Elections.md +++ b/content/events/2014/spring/Spring-2014-Elections.md @@ -1,7 +1,7 @@ --- name: 'Spring 2014 Elections' short: 'The Computer Science Club will soon be holding elections for this term''s executive. The president, vice president, treasurer, and secretary for the spring 2014 term will be elected. The system administrator, office manager, and librarian are also typically appointed here.' -date: 'Thu May 15 2014 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 15 2014 18:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2014/spring/The-Most-Important-Parts-of-School-(from-a-CS-dropout).md b/content/events/2014/spring/The-Most-Important-Parts-of-School-(from-a-CS-dropout).md index e116bbc3..bb8821f6 100644 --- a/content/events/2014/spring/The-Most-Important-Parts-of-School-(from-a-CS-dropout).md +++ b/content/events/2014/spring/The-Most-Important-Parts-of-School-(from-a-CS-dropout).md @@ -1,7 +1,7 @@ --- name: 'The Most Important Parts of School (from a CS dropout)' short: 'Learn about the real reasons you should be in school from David Wolever, CTO of akindi and a director of PyCon Canada.' -date: 'Tue Jul 22 2014 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 22 2014 18:00' online: false location: 'MC 4020' --- diff --git a/content/events/2014/spring/Unix-101Code-Party-0.md b/content/events/2014/spring/Unix-101Code-Party-0.md index 30553fa3..325b803c 100644 --- a/content/events/2014/spring/Unix-101Code-Party-0.md +++ b/content/events/2014/spring/Unix-101Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Unix 101/Code Party 0' short: 'Interested in Unix, but don''t know where to start? Then Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more.Afterwards we will be moving over to the MC Comfy Lounge for a fun night of hacking! The sysadmin position will also be ratified during a general meeting of the membership at this time. Come join us for an evening of fun, learning, and food!' -date: 'Fri May 30 2014 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 30 2014 17:30' online: false location: 'MC 3003, Comfy Lounge' --- diff --git a/content/events/2014/spring/Unix-102,-Code-Party-1.md b/content/events/2014/spring/Unix-102,-Code-Party-1.md index cce5c764..03dfc12b 100644 --- a/content/events/2014/spring/Unix-102,-Code-Party-1.md +++ b/content/events/2014/spring/Unix-102,-Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Unix 102, Code Party 1' short: 'Learn how to host a website and spend the night hacking!' -date: 'Fri Jul 11 2014 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 11 2014 17:00' online: false location: 'MC 3003, M3 1006' --- diff --git a/content/events/2014/winter/Battle-Decks.md b/content/events/2014/winter/Battle-Decks.md index 7f803e9b..167017b3 100644 --- a/content/events/2014/winter/Battle-Decks.md +++ b/content/events/2014/winter/Battle-Decks.md @@ -1,7 +1,7 @@ --- name: 'Battle Decks' short: 'Create a 5-slide PowerPoint presentation about a specific topic. Bring it with you to the event (on a flash drive). Submit it into the lottery. Select a random PowerPoint presentation from the lottery and talk about it on the spot.' -date: 'Tue Mar 18 2014 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 18 2014 19:00' online: false location: 'MC 4041' --- diff --git a/content/events/2014/winter/Bloomberg-Talk.md b/content/events/2014/winter/Bloomberg-Talk.md index 5ef5f3ef..3135ae72 100644 --- a/content/events/2014/winter/Bloomberg-Talk.md +++ b/content/events/2014/winter/Bloomberg-Talk.md @@ -1,7 +1,7 @@ --- name: 'Bloomberg Talk' short: 'Bloomberg''s Alex Scotti will be presenting a talk this Tuesday on concurrency control implementations in relational databases. Free swag and dinner will be provided.' -date: 'Tue Feb 04 2014 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 04 2014 17:30' online: false location: 'MC 4058' --- diff --git a/content/events/2014/winter/Code-Party-0.md b/content/events/2014/winter/Code-Party-0.md index cb1b6076..f1ef3775 100644 --- a/content/events/2014/winter/Code-Party-0.md +++ b/content/events/2014/winter/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Immediately after UNIX 101, we will be having our first annual code party. Enjoy a free dinner, relax, and share ideas with your friends about your favourite topics in computer science.' -date: 'Thu Feb 13 2014 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 13 2014 18:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2014/winter/Code-Party-1.md b/content/events/2014/winter/Code-Party-1.md index 54b20b8a..8b210e0b 100644 --- a/content/events/2014/winter/Code-Party-1.md +++ b/content/events/2014/winter/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: 'We will be having our 2nd code party this term. Enjoy a free dinner, relax, and share ideas with your friends about your favourite topics in computer science.' -date: 'Fri Mar 14 2014 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 14 2014 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2014/winter/HackWaterloo.md b/content/events/2014/winter/HackWaterloo.md index 091a1f66..5903a9da 100644 --- a/content/events/2014/winter/HackWaterloo.md +++ b/content/events/2014/winter/HackWaterloo.md @@ -1,7 +1,7 @@ --- name: 'HackWaterloo' short: 'Work on a software project for 24 hours in teams of up to 4 members. Swag will be provided by Facebook and Google. A Microsoft Surface Tablet will be awarded to the winning team. Register and find out more at [http://hack-waterloo.com]().' -date: 'Fri Mar 28 2014 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 28 2014 19:00' online: false location: 'CPH 1346' --- diff --git a/content/events/2014/winter/UNIX-101.md b/content/events/2014/winter/UNIX-101.md index c374d989..e834c8e6 100644 --- a/content/events/2014/winter/UNIX-101.md +++ b/content/events/2014/winter/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'Learn the basics of using tools found commonly on UNIX-like operating systems. For students new to this topic, knowledge gained from UNIX 101 would be useful in coursework.' -date: 'Thu Feb 13 2014 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 13 2014 17:30' online: false location: 'MC 3003' --- diff --git a/content/events/2014/winter/Winter-2014-Elections.md b/content/events/2014/winter/Winter-2014-Elections.md index 527994be..28fa6d00 100644 --- a/content/events/2014/winter/Winter-2014-Elections.md +++ b/content/events/2014/winter/Winter-2014-Elections.md @@ -1,7 +1,7 @@ --- name: 'Winter 2014 Elections' short: 'Elections for Winter 2014 are being held! The Executive will be elected, and the Office Manager and Librarian will be appointed by the new executive.' -date: 'Thu Jan 16 2014 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 16 2014 17:30' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2015/fall/'Git-101'.md b/content/events/2015/fall/'Git-101'.md index 85680522..04619090 100644 --- a/content/events/2015/fall/'Git-101'.md +++ b/content/events/2015/fall/'Git-101'.md @@ -1,7 +1,7 @@ --- name: '''Git 101''' short: 'Learn how to use Git properly in an exciting talk by Charlie Wang!' -date: 'Thu Nov 19 2015 08:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 19 2015 07:00' online: false location: 'MC 4020' --- diff --git a/content/events/2015/fall/'Static-Analysis-and-Program-Optimization-Using-Dataflow-Analysis'.md b/content/events/2015/fall/'Static-Analysis-and-Program-Optimization-Using-Dataflow-Analysis'.md index e142b3b9..4fe9c13d 100644 --- a/content/events/2015/fall/'Static-Analysis-and-Program-Optimization-Using-Dataflow-Analysis'.md +++ b/content/events/2015/fall/'Static-Analysis-and-Program-Optimization-Using-Dataflow-Analysis'.md @@ -1,7 +1,7 @@ --- name: '''Static Analysis and Program Optimization Using Dataflow Analysis''' short: 'An introduction to some basic issues with optimization of imperative programs, by Sean Harrap' -date: 'Mon Nov 23 2015 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 23 2015 18:00' online: false location: 'MC 4041' --- diff --git a/content/events/2015/fall/'Why-Am-I-Studying-This'.md b/content/events/2015/fall/'Why-Am-I-Studying-This'.md index 027ecaf5..66deb345 100644 --- a/content/events/2015/fall/'Why-Am-I-Studying-This'.md +++ b/content/events/2015/fall/'Why-Am-I-Studying-This'.md @@ -1,7 +1,7 @@ --- name: '''Why Am I Studying This?''' short: 'Big-O, the Halting Problem, Finite State Machines, and more are concepts that get even more interesting in the real world. Come and hear Tom Rathborne talk about how theory hits reality (often with a bang!) at Booking.com.' -date: 'Fri Oct 02 2015 20:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 02 2015 19:30' online: false location: 'MC 4040' --- diff --git a/content/events/2015/fall/An-Introduction-to-Google's-FOAM-Framework.md b/content/events/2015/fall/An-Introduction-to-Google's-FOAM-Framework.md index 9dbcbb69..39d88f81 100644 --- a/content/events/2015/fall/An-Introduction-to-Google's-FOAM-Framework.md +++ b/content/events/2015/fall/An-Introduction-to-Google's-FOAM-Framework.md @@ -1,7 +1,7 @@ --- name: 'An Introduction to Google''s FOAM Framework' short: 'An introduction to Google''s FOAM framework, an open-source modeling framework written in Javascript, by Google''s Kevin Greer.' -date: 'Thu Nov 26 2015 06:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 26 2015 05:00' online: false location: 'MC 4063' --- diff --git a/content/events/2015/fall/Back-to-Back-Talks-Culture-Turnaround-and-Software-Defined-Networks.md b/content/events/2015/fall/Back-to-Back-Talks-Culture-Turnaround-and-Software-Defined-Networks.md index 9860034e..ae74086c 100644 --- a/content/events/2015/fall/Back-to-Back-Talks-Culture-Turnaround-and-Software-Defined-Networks.md +++ b/content/events/2015/fall/Back-to-Back-Talks-Culture-Turnaround-and-Software-Defined-Networks.md @@ -1,7 +1,7 @@ --- name: 'Back to Back Talks: Culture Turnaround and Software Defined Networks' short: 'Back to back talks from John Stix and Francisco Dominguez on turning a company''s culture around and on Software Defined Networks!' -date: 'Wed Sep 30 2015 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 30 2015 17:00' online: false location: 'DC 1304' --- diff --git a/content/events/2015/fall/CSC-and-WiCS-Career-Panel.md b/content/events/2015/fall/CSC-and-WiCS-Career-Panel.md index 5e5025a1..aefccce0 100644 --- a/content/events/2015/fall/CSC-and-WiCS-Career-Panel.md +++ b/content/events/2015/fall/CSC-and-WiCS-Career-Panel.md @@ -1,7 +1,7 @@ --- name: 'CSC and WiCS Career Panel' short: 'The CSC is joining WiCS to host a career panel! Come hear from Waterloo alumni as they speak about their time at Waterloo, experience with coop, and life beyond the university. Please register at http://bit.ly/1OyJP6D' -date: 'Thu Sep 24 2015 17:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 24 2015 16:30' online: false location: 'EIT 3142' --- diff --git a/content/events/2015/fall/Cory-Doctorow---The-War-on-General-Purpose-Computing.md b/content/events/2015/fall/Cory-Doctorow---The-War-on-General-Purpose-Computing.md index 923631b1..7066af7b 100644 --- a/content/events/2015/fall/Cory-Doctorow---The-War-on-General-Purpose-Computing.md +++ b/content/events/2015/fall/Cory-Doctorow---The-War-on-General-Purpose-Computing.md @@ -1,7 +1,7 @@ --- name: 'Cory Doctorow - The War on General Purpose Computing' short: ' Between walled gardens, surveillance agencies, and political opponents, no matter who''s winning the war on general purpose computing you''re losing. The Computer Science Club will be hosting Cory Doctorow''s talk in the Theatre of the Arts on October 16. ' -date: 'Fri Oct 16 2015 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 16 2015 19:00' online: false location: 'ML Theatre of the Arts' --- diff --git a/content/events/2015/fall/Fall-2015-Elections.md b/content/events/2015/fall/Fall-2015-Elections.md index 0eac6e64..acd191e8 100644 --- a/content/events/2015/fall/Fall-2015-Elections.md +++ b/content/events/2015/fall/Fall-2015-Elections.md @@ -1,7 +1,7 @@ --- name: 'Fall 2015 Elections' short: 'The Computer Science Club will be holding elections for the Fall 2015 term on Tuesday, September 22nd in MC Comfy (MC 3001) at 19:00. During the meeting, the president, vice-president, treasurer and secretary will be elected, the sysadmin will be ratified, and the librarian and office manager will be appointed.See inside for nominations.' -date: 'Tue Sep 22 2015 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 22 2015 19:00' online: false location: 'MC 3001' --- diff --git a/content/events/2015/fall/Google-Cardboard.md b/content/events/2015/fall/Google-Cardboard.md index 9de05455..4d3bca6f 100644 --- a/content/events/2015/fall/Google-Cardboard.md +++ b/content/events/2015/fall/Google-Cardboard.md @@ -1,7 +1,7 @@ --- name: 'Google Cardboard' short: 'Come for a talk from Rob Suderman on Cardboard, Google''s recent exploration in affordable, cereal box based Virtual Reality.' -date: 'Thu Sep 17 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 17 2015 18:00' online: false location: 'MC 2065' --- diff --git a/content/events/2015/fall/Results-of-Fall-2015-Elections.md b/content/events/2015/fall/Results-of-Fall-2015-Elections.md index ec0c4f27..e3134189 100644 --- a/content/events/2015/fall/Results-of-Fall-2015-Elections.md +++ b/content/events/2015/fall/Results-of-Fall-2015-Elections.md @@ -1,7 +1,7 @@ --- name: 'Results of Fall 2015 Elections' short: 'The Computer Science Club has elected its executive for the term, and a new Office Manager and System Administrator have been appointed.See inside for results.' -date: 'Tue Sep 22 2015 22:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 22 2015 21:00' online: false location: 'MC 3001' --- diff --git a/content/events/2015/fall/Starting-an-VN-Indie-Game-Company-as-a-UW-Student.md b/content/events/2015/fall/Starting-an-VN-Indie-Game-Company-as-a-UW-Student.md index 13c16f77..45ac4293 100644 --- a/content/events/2015/fall/Starting-an-VN-Indie-Game-Company-as-a-UW-Student.md +++ b/content/events/2015/fall/Starting-an-VN-Indie-Game-Company-as-a-UW-Student.md @@ -1,7 +1,7 @@ --- name: 'Starting an VN Indie Game Company as a UW Student' short: 'Come out to a talk by Alfe Clemencio!Many people want to make games as signified by all the game development schools that are appearing everywhere. But how would you do it as a UW student? This talk shares the experiences of how making Sakura River Interactive was founded without any Angel/VC investment.' -date: 'Wed Oct 07 2015 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 07 2015 17:30' online: false location: 'MC 4061' --- diff --git a/content/events/2015/fall/WiCS-and-CSC-watch-War-Games!.md b/content/events/2015/fall/WiCS-and-CSC-watch-War-Games!.md index 05c152c7..63dfaaf7 100644 --- a/content/events/2015/fall/WiCS-and-CSC-watch-War-Games!.md +++ b/content/events/2015/fall/WiCS-and-CSC-watch-War-Games!.md @@ -1,7 +1,7 @@ --- name: 'WiCS and CSC watch War Games!' short: 'WiCS and CSC are watching War Games in the Comfy lounge.' -date: 'Fri Nov 27 2015 20:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 27 2015 19:30' online: false location: 'MC Comfy' --- diff --git a/content/events/2015/spring/Algorithms-for-Shortest-Paths.md b/content/events/2015/spring/Algorithms-for-Shortest-Paths.md index 28603c44..5ca50f01 100644 --- a/content/events/2015/spring/Algorithms-for-Shortest-Paths.md +++ b/content/events/2015/spring/Algorithms-for-Shortest-Paths.md @@ -1,7 +1,7 @@ --- name: 'Algorithms for Shortest Paths' short: 'Come to this exciting talk about path-finding algorithms which is being presented by Professor Anna Lubiw.' -date: 'Thu Jul 16 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 16 2015 18:00' online: false location: 'MC 4064' --- diff --git a/content/events/2015/spring/By-Elections.md b/content/events/2015/spring/By-Elections.md index 18f3f66a..a4f87099 100644 --- a/content/events/2015/spring/By-Elections.md +++ b/content/events/2015/spring/By-Elections.md @@ -1,7 +1,7 @@ --- name: 'By-Elections' short: 'As there are vacancies in the executive council, there will be by-election on May 22nd. The following positions are open for election:- Treasurer- SecretaryThe executive are also looking for people who may be interested in the following positions:- Systems Administrator- Office Manager- Librarian' -date: 'Fri May 22 2015 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 22 2015 16:00' online: false location: 'MC 3001 (Coomfy)' --- diff --git a/content/events/2015/spring/Infrasound-is-all-around-us.md b/content/events/2015/spring/Infrasound-is-all-around-us.md index d4191a7d..801f9743 100644 --- a/content/events/2015/spring/Infrasound-is-all-around-us.md +++ b/content/events/2015/spring/Infrasound-is-all-around-us.md @@ -1,7 +1,7 @@ --- name: 'Infrasound is all around us' short: 'Ambient infra sound surrounds us. Richard Mann presents his current research and equipment on measuring infra sound, and samples of recorded infra sound.' -date: 'Wed Jul 08 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 08 2015 18:00' online: false location: 'MC 4060' --- diff --git a/content/events/2015/spring/UNIX-102.md b/content/events/2015/spring/UNIX-102.md index 68490ce9..87e31d23 100644 --- a/content/events/2015/spring/UNIX-102.md +++ b/content/events/2015/spring/UNIX-102.md @@ -1,7 +1,7 @@ --- name: 'UNIX 102' short: 'n things SCS hasn''t told you about the shell' -date: 'Fri Jun 19 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 19 2015 18:00' online: false location: 'MC 3003' --- diff --git a/content/events/2015/spring/WiCS-and-CSC-Go-Outside.md b/content/events/2015/spring/WiCS-and-CSC-Go-Outside.md index b90c9664..fca2015a 100644 --- a/content/events/2015/spring/WiCS-and-CSC-Go-Outside.md +++ b/content/events/2015/spring/WiCS-and-CSC-Go-Outside.md @@ -1,7 +1,7 @@ --- name: 'WiCS and CSC Go Outside' short: 'Come hang out with the Women in Computer Science and the Computer Science Club! There will be s''mores and frozen yogurt. Also fire. And a creek. Let''s enjoy the outdoors!' -date: 'Fri Jun 26 2015 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 26 2015 19:00' online: false location: 'Laurel Creek Firepit' --- diff --git a/content/events/2015/winter/Alumni-Tech-Talk.md b/content/events/2015/winter/Alumni-Tech-Talk.md index 7cd222f3..dbc4af0f 100644 --- a/content/events/2015/winter/Alumni-Tech-Talk.md +++ b/content/events/2015/winter/Alumni-Tech-Talk.md @@ -1,7 +1,7 @@ --- name: 'Alumni Tech Talk' short: 'Alex Tsay from AeroFS will talk about the high availability distributed file systems they develop.The CAP Theorem outlined the fundamental limitations of a distributed system. When designing a distributed system, one has to constantly be aware of the trade-off between consistency and availability. Most distributed systems are designed with consistency in mind. However, AeroFS has decided to build a high-availability file system instead. In this tech talk, I''ll be presenting an overview of AeroFS file system, advantages and challenges of a high-availability file system, and examine the inner workings of AeroFS''s core syncing algorithm.' -date: 'Wed Jan 21 2015 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 21 2015 18:00' online: false location: 'MC 2017' --- diff --git a/content/events/2015/winter/Code-Party-0.md b/content/events/2015/winter/Code-Party-0.md index e9ede960..6085553e 100644 --- a/content/events/2015/winter/Code-Party-0.md +++ b/content/events/2015/winter/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'The first code party of Winter 2015, and we have something a litle different this time. We''re running a Code Retreat (coderetreat.org) with Boltmade. The result of this is that you will be able to do a coding challenge, wherein you implement Rule 110 (like the Game of Life). Of course, if you want to work on whatever you can do that as well. Delicious free food, but RSVP! [bit.ly/code-party-0]()' -date: 'Fri Feb 27 2015 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 27 2015 18:00' online: false location: 'EV3 1408' --- diff --git a/content/events/2015/winter/Constitutional-GM-and-Code-Party-1.md b/content/events/2015/winter/Constitutional-GM-and-Code-Party-1.md index bcbd745b..3a089eca 100644 --- a/content/events/2015/winter/Constitutional-GM-and-Code-Party-1.md +++ b/content/events/2015/winter/Constitutional-GM-and-Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Constitutional GM and Code Party 1' short: 'GM for the W2015 term, two main amendments to be discussed: Requiring elections to be held within two weeks of the beginning of term and adopting a club-wide code of conduct.
Code Party 1 follows, we''re doing timed code golf problems, T-shirts might find themselves on people who do well on code golf.' -date: 'Fri Mar 27 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 27 2015 18:00' online: false location: 'EIT 1015' --- diff --git a/content/events/2015/winter/Describing-and-Synthesizing-Microfluidics.md b/content/events/2015/winter/Describing-and-Synthesizing-Microfluidics.md index 4341ec5a..eb09fd71 100644 --- a/content/events/2015/winter/Describing-and-Synthesizing-Microfluidics.md +++ b/content/events/2015/winter/Describing-and-Synthesizing-Microfluidics.md @@ -1,7 +1,7 @@ --- name: 'Describing and Synthesizing Microfluidics' short: 'Derek Rayside presents current research on the field of microfluidics. Microfluidics are currently developed mainly by trial and error. How can this be improved?' -date: 'Thu Apr 02 2015 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 02 2015 17:30' online: false location: 'MC 4020' --- diff --git a/content/events/2015/winter/Making-Robots-Behave.md b/content/events/2015/winter/Making-Robots-Behave.md index 19fd4d54..7ca8dfff 100644 --- a/content/events/2015/winter/Making-Robots-Behave.md +++ b/content/events/2015/winter/Making-Robots-Behave.md @@ -1,7 +1,7 @@ --- name: 'Making Robots Behave' short: 'Part of the Cheriton School of CS'' Distinguished Lecture Series, MIT''s Leslie Kaelbling will discuss robotic AI applied to the messy real world. We make a number of approximations during planning but regain robustness and effectiveness through a continuous state estimation and replanning process. This allows us to solve problems that would otherwise be intractable to solve optimally.' -date: 'Thu Feb 05 2015 16:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 05 2015 15:30' online: false location: 'DC 1302' --- diff --git a/content/events/2015/winter/Racket's-Magical-match.md b/content/events/2015/winter/Racket's-Magical-match.md index f3b4a933..3d80fbf0 100644 --- a/content/events/2015/winter/Racket's-Magical-match.md +++ b/content/events/2015/winter/Racket's-Magical-match.md @@ -1,7 +1,7 @@ --- name: 'Racket''s Magical match' short: 'Theo Belaire, a fourth-year CS student, will be talking about Racket''s match'' function. Bug resistant, legible, and super powerful! Especially useful for CS 241 in writing compilers, but all-round a joy to write.' -date: 'Mon Feb 02 2015 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 02 2015 18:00' online: false location: 'MC 4063' --- diff --git a/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-1.md b/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-1.md index 6a774326..f79dbbf2 100644 --- a/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-1.md +++ b/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-1.md @@ -1,7 +1,7 @@ --- name: 'Runtime Type Inference in Dynamic Languages - Day 1' short: 'Javascript is fast. In some cases, very close to compiled-language fast. How is this even possible? How do we know what types our variables have? How can we optimize it well? Kannan Vijayan will be talking about the historical advances in JIT-compilation of dynamically typed programs over two days. Of course, both of those talks will have free food.' -date: 'Mon Mar 09 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 09 2015 18:00' online: false location: 'MC 4040' --- diff --git a/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-2.md b/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-2.md index 5f44e85a..77aaf872 100644 --- a/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-2.md +++ b/content/events/2015/winter/Runtime-Type-Inference-in-Dynamic-Languages---Day-2.md @@ -1,7 +1,7 @@ --- name: 'Runtime Type Inference in Dynamic Languages - Day 2' short: 'Day 2 of Runtime Type Inference in Dynamic Languages with Kannan Vijayan' -date: 'Tue Mar 10 2015 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 10 2015 18:00' online: false location: 'MC 4040' --- diff --git a/content/events/2015/winter/SAT-and-SMT-solvers.md b/content/events/2015/winter/SAT-and-SMT-solvers.md index d68e1961..0ca26146 100644 --- a/content/events/2015/winter/SAT-and-SMT-solvers.md +++ b/content/events/2015/winter/SAT-and-SMT-solvers.md @@ -1,7 +1,7 @@ --- name: 'SAT and SMT solvers' short: 'Murphy Berzish explains how to programmatically determine if a program is satisfiable, and how to find a concrete counterexample if it is unsatisfiable. At the core are SAT/SMT solvers. SAT theory deals with Boolean Satisfiability solvers, while SMT theory--Satisfiability Modulo a Theory--allows SMT to be extended to common data structures. Free food!' -date: 'Tue Mar 03 2015 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 03 2015 18:00' online: false location: 'MC 2038' --- diff --git a/content/events/2015/winter/Tech-Talk-Google-Fiber-Internet-The-Messy-Bits.md b/content/events/2015/winter/Tech-Talk-Google-Fiber-Internet-The-Messy-Bits.md index 77d65a17..85bfc71a 100644 --- a/content/events/2015/winter/Tech-Talk-Google-Fiber-Internet-The-Messy-Bits.md +++ b/content/events/2015/winter/Tech-Talk-Google-Fiber-Internet-The-Messy-Bits.md @@ -1,7 +1,7 @@ --- name: 'Tech Talk: Google Fiber Internet: The Messy Bits' short: 'Our speaker, Avery Pennarun, will share some not-very-secret secrets from the team creating GFiber''s open source router firmware, including some discussion of wifi, marketing truthiness, the laws of physics, something about coaxial cables, embedded ARM processors, queuing theory, signal processing, hardware design, and kernel driver optimization. If you''re lucky, he may also rant about poor garbage collector implementations. Also, there will be at least one slide containing one of those swooshy circle-and-arrow lifecycle diagrams, we promise.Please RSVP here: http://bit.ly/GoogleFiberTalk.' -date: 'Thu Jan 15 2015 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 15 2015 18:00' online: false location: 'MC 2065' --- diff --git a/content/events/2015/winter/Winter-2015-Elections.md b/content/events/2015/winter/Winter-2015-Elections.md index ad6c810a..3e42a7b9 100644 --- a/content/events/2015/winter/Winter-2015-Elections.md +++ b/content/events/2015/winter/Winter-2015-Elections.md @@ -1,7 +1,7 @@ --- name: 'Winter 2015 Elections' short: 'Elections for Winter 2015 are being held! Submit a nomination and join your fellow members in choosing this term''s CSC executive. (Please note the time change to 7PM.)' -date: 'Thu Jan 15 2015 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 15 2015 19:00' online: false location: 'Comfy Lounge' --- diff --git a/content/events/2016/fall/ALT+TAB-Talks.md b/content/events/2016/fall/ALT+TAB-Talks.md index 3608dd39..2ddcf71c 100644 --- a/content/events/2016/fall/ALT+TAB-Talks.md +++ b/content/events/2016/fall/ALT+TAB-Talks.md @@ -1,7 +1,7 @@ --- name: 'ALT+TAB Talks' short: 'Various members of the CSC will be giving brief, 25 minute talks on CS-related topics. An list of the talks being delivered can be found if you follow the event page link in this description. There will be food provided.' -date: 'Wed Nov 30 2016 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 30 2016 18:00' online: false location: 'MC 4063' --- diff --git a/content/events/2016/fall/Bringing-OOP-Best-Practices-to-the-World-of-Functional-Programming.md b/content/events/2016/fall/Bringing-OOP-Best-Practices-to-the-World-of-Functional-Programming.md index 1578887f..68fec894 100644 --- a/content/events/2016/fall/Bringing-OOP-Best-Practices-to-the-World-of-Functional-Programming.md +++ b/content/events/2016/fall/Bringing-OOP-Best-Practices-to-the-World-of-Functional-Programming.md @@ -1,7 +1,7 @@ --- name: 'Bringing OOP Best Practices to the World of Functional Programming' short: 'The CSC will have its first talk of the term this Thursday, October 6th. UW alumna and CSC member Elana Hashman will be giving a talk on using functional programming languages (like Racket!) in industry, and how some concepts from the more common object-oriented paradigm are translated to the functional paradigm. The abstract for the talk is below.' -date: 'Thu Oct 06 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 06 2016 18:00' online: false location: 'MC 4021' --- diff --git a/content/events/2016/fall/CSC-and-WiCS-Go-Outside.md b/content/events/2016/fall/CSC-and-WiCS-Go-Outside.md index 4d4cce93..fc1880e1 100644 --- a/content/events/2016/fall/CSC-and-WiCS-Go-Outside.md +++ b/content/events/2016/fall/CSC-and-WiCS-Go-Outside.md @@ -1,7 +1,7 @@ --- name: 'CSC and WiCS Go Outside' short: 'The CSC and WiCS (Women in Computer Science) are co-hosting a social event on Thursday, October 13th (the day after reading week). We will be Going Outside to the Columbia Lake 2 Fire Pit; there will be a campfire, s''mores, lots of food, frisbees, grass, etc. Bring your friends!' -date: 'Thu Oct 13 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 13 2016 18:00' online: false location: 'Columbia Lake 2 Fire Pit' --- diff --git a/content/events/2016/fall/CSCPMC-EOT-Party.md b/content/events/2016/fall/CSCPMC-EOT-Party.md index 89bb029d..e91c52ac 100644 --- a/content/events/2016/fall/CSCPMC-EOT-Party.md +++ b/content/events/2016/fall/CSCPMC-EOT-Party.md @@ -1,7 +1,7 @@ --- name: 'CSC/PMC EOT Party' short: 'The CSC and the PMAMC&OC (aka pure math club) are hosting our end of term events together! We''ll be taking over MC Comfy to hang out, eat lots of food (from Kismet!), and play board games.' -date: 'Mon Dec 05 2016 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'December 05 2016 18:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2016/fall/Code-Party.md b/content/events/2016/fall/Code-Party.md index 5e23edcf..2c6d2982 100644 --- a/content/events/2016/fall/Code-Party.md +++ b/content/events/2016/fall/Code-Party.md @@ -1,7 +1,7 @@ --- name: 'Code Party' short: 'Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party and do it, with great company and great food.' -date: 'Wed Nov 16 2016 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 16 2016 18:30' online: false location: 'M3 1006' --- diff --git a/content/events/2016/fall/Edmund-Noble-Member-Talk.md b/content/events/2016/fall/Edmund-Noble-Member-Talk.md index 944681b4..8d1cd846 100644 --- a/content/events/2016/fall/Edmund-Noble-Member-Talk.md +++ b/content/events/2016/fall/Edmund-Noble-Member-Talk.md @@ -1,7 +1,7 @@ --- name: 'Edmund Noble Member Talk' short: 'CSC member Edmund Noble will be giving a talk, titled "Purely Functional Programming with Freely-Generated Domain Specific Languages". The talk will focus on embedded DSLs that exist within other languages, and how they can easily be constructed.' -date: 'Fri Nov 25 2016 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 25 2016 18:00' online: false location: 'MC 4063' --- diff --git a/content/events/2016/fall/Fall-2016-Elections.md b/content/events/2016/fall/Fall-2016-Elections.md index 8408240b..30715e4a 100644 --- a/content/events/2016/fall/Fall-2016-Elections.md +++ b/content/events/2016/fall/Fall-2016-Elections.md @@ -1,7 +1,7 @@ --- name: 'Fall 2016 Elections' short: 'The Computer Science Club will be holding elections for the Fall 2016 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian will be appointed.' -date: 'Mon Sep 19 2016 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 19 2016 18:30' online: false location: 'MC Comfy Lounge' --- diff --git a/content/events/2016/fall/Feminism-in-STEM---a-101-Panel.md b/content/events/2016/fall/Feminism-in-STEM---a-101-Panel.md index ce91098c..58ad016e 100644 --- a/content/events/2016/fall/Feminism-in-STEM---a-101-Panel.md +++ b/content/events/2016/fall/Feminism-in-STEM---a-101-Panel.md @@ -1,7 +1,7 @@ --- name: 'Feminism in STEM - a 101 Panel' short: 'An introductory feminism in STEM panel, free food.' -date: 'Tue Oct 18 2016 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 18 2016 17:30' online: false location: 'QNC 1507' --- diff --git a/content/events/2016/fall/General-Meeting.md b/content/events/2016/fall/General-Meeting.md index 577476db..f7aeef4e 100644 --- a/content/events/2016/fall/General-Meeting.md +++ b/content/events/2016/fall/General-Meeting.md @@ -1,7 +1,7 @@ --- name: 'General Meeting' short: 'This general meeting will be held to discuss changes to our Code of Conduct.' -date: 'Wed Nov 16 2016 21:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 16 2016 20:30' online: false location: 'M3 1006' --- diff --git a/content/events/2016/fall/Richard-Mann-Prof-Talk.md b/content/events/2016/fall/Richard-Mann-Prof-Talk.md index 9f272cb8..e62a36c2 100644 --- a/content/events/2016/fall/Richard-Mann-Prof-Talk.md +++ b/content/events/2016/fall/Richard-Mann-Prof-Talk.md @@ -1,7 +1,7 @@ --- name: 'Richard Mann Prof Talk' short: 'Professor Richard Mann will be giving a talk, titled "Open Source Software for Sound Measurement and Analysis". He will be presenting information about his new course, CS 489, Computational Sound, which will be running in Winter 2017.' -date: 'Mon Nov 21 2016 19:15:00 GMT-0500 (Eastern Standard Time)' +date: 'November 21 2016 18:15' online: false location: 'MC 4063' --- diff --git a/content/events/2016/fall/UNIX-101.md b/content/events/2016/fall/UNIX-101.md index f490ca1d..012cfa85 100644 --- a/content/events/2016/fall/UNIX-101.md +++ b/content/events/2016/fall/UNIX-101.md @@ -1,7 +1,7 @@ --- name: 'UNIX 101' short: 'The CSC is having its next event, UNIX 101, on Wednesday November 9th at 6 PM in MC 3003 (the mac lab across from the CSC). UNIX 101 is a tutorial where we teach the basics of using a command-line (terminal) environment in UNIX. Knowing how to use the command-line and UNIX is an invaluable skill in CS, and helps prepare you for future projects and co-ops.' -date: 'Wed Nov 09 2016 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 09 2016 18:00' online: false location: 'MC 3003' --- diff --git a/content/events/2016/spring/CSC-Does-Spring-Cleaning.md b/content/events/2016/spring/CSC-Does-Spring-Cleaning.md index 832361aa..d97b0c88 100644 --- a/content/events/2016/spring/CSC-Does-Spring-Cleaning.md +++ b/content/events/2016/spring/CSC-Does-Spring-Cleaning.md @@ -1,7 +1,7 @@ --- name: 'CSC Does Spring Cleaning' short: 'Come out and help make the office slightly less messy! We will bribe... uh, provide you with food for helping. :)' -date: 'Wed May 25 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 25 2016 18:00' online: false location: 'MC 3036 (CSC Office)' --- diff --git a/content/events/2016/spring/Code-Party-0.md b/content/events/2016/spring/Code-Party-0.md index 2dc8ffd8..a8f84eeb 100644 --- a/content/events/2016/spring/Code-Party-0.md +++ b/content/events/2016/spring/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party 0 and do it, with great company and great food.' -date: 'Thu Jun 02 2016 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 02 2016 18:30' online: false location: 'STC 0010' --- diff --git a/content/events/2016/spring/Computer-Science-Beyond-Bits-and-Bytes.md b/content/events/2016/spring/Computer-Science-Beyond-Bits-and-Bytes.md index 20d70ed7..1c5aa51c 100644 --- a/content/events/2016/spring/Computer-Science-Beyond-Bits-and-Bytes.md +++ b/content/events/2016/spring/Computer-Science-Beyond-Bits-and-Bytes.md @@ -1,7 +1,7 @@ --- name: 'Computer Science: Beyond Bits and Bytes' short: 'Gladimir Baranoski is an Associate Professor at the School of Computer Science, in the Natural Phenomena Simulation Group. He will be giving a talk on underappreciated facets of computer science and its connections to other disciplines.' -date: 'Thu Jul 14 2016 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 14 2016 18:30' online: false location: 'MC 2034' --- diff --git a/content/events/2016/spring/Notorious-CS452.md b/content/events/2016/spring/Notorious-CS452.md index bc8b348d..e755046e 100644 --- a/content/events/2016/spring/Notorious-CS452.md +++ b/content/events/2016/spring/Notorious-CS452.md @@ -1,7 +1,7 @@ --- name: 'Notorious CS452' short: 'Bill Cowan is the Director of the Computer Graphics Lab, and teaches the notorious CS452, lovingly known as the trains course by CS students. He will be giving a talk on that very course.' -date: 'Thu Jul 21 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 21 2016 18:00' online: false location: 'MC 4045' --- diff --git a/content/events/2016/spring/Richard-Mann-Prof-Talk-and-EOT.md b/content/events/2016/spring/Richard-Mann-Prof-Talk-and-EOT.md index 5878cc73..302b617e 100644 --- a/content/events/2016/spring/Richard-Mann-Prof-Talk-and-EOT.md +++ b/content/events/2016/spring/Richard-Mann-Prof-Talk-and-EOT.md @@ -1,7 +1,7 @@ --- name: 'Richard Mann Prof Talk and EOT' short: 'Join us on Monday, July 25th at 6pm in the MC Comfy Lounge for an exciting prof talk by Richard Mann on Open Source Computer Sound Measurement. The abstract for the talk is below. We will follow this up by an EOT event with dinner and board games! Last event of the term, get hype.' -date: 'Mon Jul 25 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 25 2016 18:00' online: false location: 'MC Comfy Lounge' --- diff --git a/content/events/2016/spring/Spring-2016-Elections.md b/content/events/2016/spring/Spring-2016-Elections.md index 286a5f58..8cf55289 100644 --- a/content/events/2016/spring/Spring-2016-Elections.md +++ b/content/events/2016/spring/Spring-2016-Elections.md @@ -1,7 +1,7 @@ --- name: 'Spring 2016 Elections' short: 'The Computer Science Club will be holding elections for the Spring 2016 for President, Vice-President, Secretary, and Treasurer. Additionally, librarian, office manager, sysadmin, and fridge regent will be appointed and ratified.' -date: 'Thu May 12 2016 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 12 2016 19:00' online: false location: 'MC 3001 (Comfy)' --- diff --git a/content/events/2016/spring/WiCS-and-CSC-Go-Outside!.md b/content/events/2016/spring/WiCS-and-CSC-Go-Outside!.md index 6a2c03bc..e3b18056 100644 --- a/content/events/2016/spring/WiCS-and-CSC-Go-Outside!.md +++ b/content/events/2016/spring/WiCS-and-CSC-Go-Outside!.md @@ -1,7 +1,7 @@ --- name: 'WiCS and CSC Go Outside!' short: 'Join us at BMH Green for a night outdoors with fellow people in Computer Science! There will be ice cream and board games and frisbees and maybe some water guns. Bring your friends!' -date: 'Mon Jul 11 2016 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 11 2016 19:00' online: false location: 'BMH Green' --- diff --git a/content/events/2016/spring/scp-talks.md b/content/events/2016/spring/scp-talks.md index dd696781..850e73a1 100644 --- a/content/events/2016/spring/scp-talks.md +++ b/content/events/2016/spring/scp-talks.md @@ -1,7 +1,7 @@ --- name: 'scp talks' short: 'Listen to cool 15-20 lightning talks by CSC members on a variety of computer science and related topics.' -date: 'Wed Jun 08 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 08 2016 18:00' online: false location: 'MC 5479' --- diff --git a/content/events/2016/winter/Code-Party.md b/content/events/2016/winter/Code-Party.md index f79929bb..4f87e8e5 100644 --- a/content/events/2016/winter/Code-Party.md +++ b/content/events/2016/winter/Code-Party.md @@ -1,7 +1,7 @@ --- name: 'Code Party' short: 'The CS Club is having its termly code party! Come out and work on projects, assignments, and more. Food is provided!' -date: 'Thu Feb 04 2016 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 04 2016 18:00' online: false location: 'STC 0010' --- diff --git a/content/events/2016/winter/Eth1-Jane-Street-Competition.md b/content/events/2016/winter/Eth1-Jane-Street-Competition.md index add43115..ba1d1c12 100644 --- a/content/events/2016/winter/Eth1-Jane-Street-Competition.md +++ b/content/events/2016/winter/Eth1-Jane-Street-Competition.md @@ -1,7 +1,7 @@ --- name: 'Eth1: Jane Street Competition' short: 'eth1: a day-long programming contest. Form teams and hack together a trading bot to compete against others and the markets.' -date: 'Sat Jan 23 2016 12:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 23 2016 11:00' online: false location: 'TBA' --- diff --git a/content/events/2016/winter/Git-102.md b/content/events/2016/winter/Git-102.md index f7240b90..14abc12c 100644 --- a/content/events/2016/winter/Git-102.md +++ b/content/events/2016/winter/Git-102.md @@ -1,7 +1,7 @@ --- name: 'Git 102' short: 'Git 102 : Why you learned git in the first place.' -date: 'Wed Mar 16 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 16 2016 18:00' online: false location: 'MC3003' --- diff --git a/content/events/2016/winter/Movie-Night-Big-Hero-6.md b/content/events/2016/winter/Movie-Night-Big-Hero-6.md index 7e043df5..0d9f569a 100644 --- a/content/events/2016/winter/Movie-Night-Big-Hero-6.md +++ b/content/events/2016/winter/Movie-Night-Big-Hero-6.md @@ -1,7 +1,7 @@ --- name: 'Movie Night: Big Hero 6' short: 'Movie Night! Come watch "Big Hero 6" with the CSC!' -date: 'Wed Feb 10 2016 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 10 2016 18:30' online: false location: 'MC Comfy' --- diff --git a/content/events/2016/winter/On-Surrounding-a-Polygon.md b/content/events/2016/winter/On-Surrounding-a-Polygon.md index 4c511a94..6ee89417 100644 --- a/content/events/2016/winter/On-Surrounding-a-Polygon.md +++ b/content/events/2016/winter/On-Surrounding-a-Polygon.md @@ -1,7 +1,7 @@ --- name: 'On Surrounding a Polygon' short: 'Come out to a talk on surrounding a polygon by Dr. Craig Kaplan! Also stay afterwards for our EOT and socialize :) food will be provided!' -date: 'Mon Apr 04 2016 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 04 2016 17:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2016/winter/SASMS-Style-Talk-Night.md b/content/events/2016/winter/SASMS-Style-Talk-Night.md index f3f795d9..ed758ab9 100644 --- a/content/events/2016/winter/SASMS-Style-Talk-Night.md +++ b/content/events/2016/winter/SASMS-Style-Talk-Night.md @@ -1,7 +1,7 @@ --- name: 'SASMS Style Talk Night' short: 'The CSC is hosting the first annual member talk series! This is a chance for anyone to come and give a short talk on any relevant topic. Some talks already arranged are on topics ranging from modern Javascript, to the Linux Kernel.' -date: 'Tue Mar 29 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 29 2016 18:00' online: false location: 'MC 4021' --- diff --git a/content/events/2016/winter/SAT-and-SMT-Solvers-for-Software-Engineering-and-Security.md b/content/events/2016/winter/SAT-and-SMT-Solvers-for-Software-Engineering-and-Security.md index 2b4caad7..aa03254b 100644 --- a/content/events/2016/winter/SAT-and-SMT-Solvers-for-Software-Engineering-and-Security.md +++ b/content/events/2016/winter/SAT-and-SMT-Solvers-for-Software-Engineering-and-Security.md @@ -1,7 +1,7 @@ --- name: 'SAT and SMT Solvers for Software Engineering and Security' short: 'A talk about SAT and SMT Solvers for Software Engineering and Security by Dr. Vijay Ganesh' -date: 'Wed Mar 23 2016 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 23 2016 18:00' online: false location: 'QNC 1502' --- diff --git a/content/events/2016/winter/Steve-Bourque-and-Mike-Patterson-Network-Infrastructure-talk.md b/content/events/2016/winter/Steve-Bourque-and-Mike-Patterson-Network-Infrastructure-talk.md index c7d62fa4..aebbc8b0 100644 --- a/content/events/2016/winter/Steve-Bourque-and-Mike-Patterson-Network-Infrastructure-talk.md +++ b/content/events/2016/winter/Steve-Bourque-and-Mike-Patterson-Network-Infrastructure-talk.md @@ -1,7 +1,7 @@ --- name: 'Steve Bourque and Mike Patterson Network Infrastructure talk' short: 'Steve Bourque and Mike Patterson of IST will give a brief overview of campus network connectivity and interconnectivity.' -date: 'Wed Mar 09 2016 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'March 09 2016 18:30' online: false location: 'MC4058' --- diff --git a/content/events/2016/winter/Tea-and-Study.md b/content/events/2016/winter/Tea-and-Study.md index c8e5df2b..985f7f1a 100644 --- a/content/events/2016/winter/Tea-and-Study.md +++ b/content/events/2016/winter/Tea-and-Study.md @@ -1,7 +1,7 @@ --- name: 'Tea and Study' short: 'It''s midterms season, and everyone has to study. So why not come study with the CS Club? Everyone welcome, especially new members! There will be tea and delicious snacks and outlets. Plus our delightful company. See you there!' -date: 'Thu Mar 03 2016 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 03 2016 18:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2016/winter/Unix-101.md b/content/events/2016/winter/Unix-101.md index 8957ad27..2438c0c3 100644 --- a/content/events/2016/winter/Unix-101.md +++ b/content/events/2016/winter/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: 'Interested in Linux, but don''t know where to start? Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more! (Cookies after)' -date: 'Thu Jan 28 2016 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 28 2016 18:00' online: false location: 'MC 3003' --- diff --git a/content/events/2016/winter/Winter-2016-Elections.md b/content/events/2016/winter/Winter-2016-Elections.md index 7c2b67d0..c4183878 100644 --- a/content/events/2016/winter/Winter-2016-Elections.md +++ b/content/events/2016/winter/Winter-2016-Elections.md @@ -1,7 +1,7 @@ --- name: 'Winter 2016 Elections' short: 'Interested in Linux, but don''t know where to start? Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more! (Cookies after)' -date: 'Thu Jan 14 2016 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 14 2016 19:00' online: false location: 'MC 3001 (Comfy)' --- diff --git a/content/events/2017/fall/Alt+Tab-Talks.md b/content/events/2017/fall/Alt+Tab-Talks.md index 19d444c5..ff92a0dd 100644 --- a/content/events/2017/fall/Alt+Tab-Talks.md +++ b/content/events/2017/fall/Alt+Tab-Talks.md @@ -1,7 +1,7 @@ --- name: 'Alt+Tab Talks' short: 'Come watch (or give!) interesting short talks by CS Club members. Talks include "Dynamic programming as path finding", "What is a landing page", "Subsurface scattering" and "How to compute on a GPU", but more are welcome (email [tghume@csclub.uwaterloo.ca]())! Click the link to the event detail page for more info.' -date: 'Thu Nov 09 2017 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 09 2017 18:00' online: false location: 'MC 4059' --- diff --git a/content/events/2017/fall/CSC+WiCS-Fall-Social-and-Movie-Night.md b/content/events/2017/fall/CSC+WiCS-Fall-Social-and-Movie-Night.md index 2d44c07a..b08e9086 100644 --- a/content/events/2017/fall/CSC+WiCS-Fall-Social-and-Movie-Night.md +++ b/content/events/2017/fall/CSC+WiCS-Fall-Social-and-Movie-Night.md @@ -1,7 +1,7 @@ --- name: 'CSC+WiCS Fall Social and Movie Night' short: 'Join other CSC and WiCS members for a social event featuring free food, board games and a showing of Wonder Woman.' -date: 'Thu Nov 02 2017 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'November 02 2017 19:00' online: false location: 'MC 4059 and MC 4061' --- diff --git a/content/events/2017/fall/CSC-Goes-Outside.md b/content/events/2017/fall/CSC-Goes-Outside.md index cbfb9659..7eeab7c0 100644 --- a/content/events/2017/fall/CSC-Goes-Outside.md +++ b/content/events/2017/fall/CSC-Goes-Outside.md @@ -1,7 +1,7 @@ --- name: 'CSC Goes Outside' short: 'Come join us for a bonfire outside at the Laurel Creek firepit (across Ring. Rd. from EV3) with fellow CSC members. Smores and snacks will be provided.' -date: 'Thu Oct 05 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 05 2017 18:00' online: false location: 'Laurel Creek Firepit' --- diff --git a/content/events/2017/fall/CTF-Computer-Networking-Workshop.md b/content/events/2017/fall/CTF-Computer-Networking-Workshop.md index bcc67dd3..bb4fce90 100644 --- a/content/events/2017/fall/CTF-Computer-Networking-Workshop.md +++ b/content/events/2017/fall/CTF-Computer-Networking-Workshop.md @@ -1,7 +1,7 @@ --- name: 'CTF Computer Networking Workshop' short: 'Hosted in collaboration with the [Univerisy of Waterloo CTF Club]()' -date: 'Thu Nov 23 2017 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 23 2017 18:00' online: false location: 'STC 0010' --- diff --git a/content/events/2017/fall/Capture-the-Flag-Computing-Competition.md b/content/events/2017/fall/Capture-the-Flag-Computing-Competition.md index 9e5f2254..a7822cc1 100644 --- a/content/events/2017/fall/Capture-the-Flag-Computing-Competition.md +++ b/content/events/2017/fall/Capture-the-Flag-Computing-Competition.md @@ -1,7 +1,7 @@ --- name: 'Capture the Flag Computing Competition' short: 'Test your programming, web, networking, and trivial skillsLearn how to reverse engineer, crack codes, and use various tools.Win prizes!' -date: 'Tue Nov 14 2017 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 14 2017 18:00' online: false location: 'STC 0020' --- diff --git a/content/events/2017/fall/Code-Party-0.md b/content/events/2017/fall/Code-Party-0.md index 14b6e140..b5261ff1 100644 --- a/content/events/2017/fall/Code-Party-0.md +++ b/content/events/2017/fall/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'The CS Club is hosting our first Code Party of the term (Friday September 29th) from 6:30pm until late in the evening in M3 1006!Come code with us, eat some food, do some things.' -date: 'Fri Sep 29 2017 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 29 2017 18:30' online: false location: 'M3 1006' --- diff --git a/content/events/2017/fall/Code-Party-1.md b/content/events/2017/fall/Code-Party-1.md index b75e9cba..4de046a0 100644 --- a/content/events/2017/fall/Code-Party-1.md +++ b/content/events/2017/fall/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: 'The CS Club is hosting our second Code Party of the term from 6:00pm until late in the evening in STC 0050!Come code with us, eat some food, do some things.' -date: 'Wed Nov 15 2017 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 15 2017 17:30' online: false location: 'STC 0050' --- diff --git a/content/events/2017/fall/End-of-Term-Event.md b/content/events/2017/fall/End-of-Term-Event.md index 2234e9e2..0ee27f6e 100644 --- a/content/events/2017/fall/End-of-Term-Event.md +++ b/content/events/2017/fall/End-of-Term-Event.md @@ -1,7 +1,7 @@ --- name: 'End of Term Event' short: 'Join fellow CSC members for our end of term social. There will be food and good company. We can grab board games from Mathsoc.' -date: 'Fri Dec 01 2017 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'December 01 2017 18:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2017/fall/Fall-2017-Elections.md b/content/events/2017/fall/Fall-2017-Elections.md index 29fd5bf7..3b001346 100644 --- a/content/events/2017/fall/Fall-2017-Elections.md +++ b/content/events/2017/fall/Fall-2017-Elections.md @@ -1,7 +1,7 @@ --- name: 'Fall 2017 Elections' short: 'The Computer Science Club will be holding elections for the Spring 2017 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian, CTF Club Liaison and Fridge Person will be appointed.' -date: 'Fri Sep 15 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 15 2017 18:00' online: false location: 'MC Comfy Lounge' --- diff --git a/content/events/2017/fall/Fall-2017-Special-Elections.md b/content/events/2017/fall/Fall-2017-Special-Elections.md index 1f46dead..5c6b2aae 100644 --- a/content/events/2017/fall/Fall-2017-Special-Elections.md +++ b/content/events/2017/fall/Fall-2017-Special-Elections.md @@ -1,7 +1,7 @@ --- name: 'Fall 2017 Special Elections' short: 'The Computer Science Club will be holding special elections for the Spring 2017 Vice-President and Secretary. Additionally, the Systems Administrator, Office Manager and Librarian, CTF Club Liaison and IMPAD will be appointed.' -date: 'Fri Sep 22 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 22 2017 18:00' online: false location: 'MC Comfy Lounge' --- diff --git a/content/events/2017/fall/Unix-101.md b/content/events/2017/fall/Unix-101.md index c2f1075e..14609a0e 100644 --- a/content/events/2017/fall/Unix-101.md +++ b/content/events/2017/fall/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: 'Interested in Linux, but don''t know where to start? Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more! (Snacks after)' -date: 'Thu Oct 12 2017 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 12 2017 17:30' online: false location: 'MC 3003' --- diff --git a/content/events/2017/spring/Alt-Tab-S17.md b/content/events/2017/spring/Alt-Tab-S17.md index d8ba1c4d..c20fa67a 100644 --- a/content/events/2017/spring/Alt-Tab-S17.md +++ b/content/events/2017/spring/Alt-Tab-S17.md @@ -1,7 +1,7 @@ --- name: 'Alt-Tab: S17' short: 'Join us for food and interesting member talks!' -date: 'Tue Jul 18 2017 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 18 2017 17:00' online: false location: 'MC4040' --- diff --git a/content/events/2017/spring/CSC-and-WiCS-Goes-Outside.md b/content/events/2017/spring/CSC-and-WiCS-Goes-Outside.md index 4595a6ce..917f4999 100644 --- a/content/events/2017/spring/CSC-and-WiCS-Goes-Outside.md +++ b/content/events/2017/spring/CSC-and-WiCS-Goes-Outside.md @@ -1,7 +1,7 @@ --- name: 'CSC and WiCS Goes Outside' short: 'Come join Women in Computer Science and the Computer Science Club outdoors!' -date: 'Wed Jul 05 2017 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 05 2017 19:00' online: false location: 'Laurel Creek Firepit' --- diff --git a/content/events/2017/spring/Code-Party-0.md b/content/events/2017/spring/Code-Party-0.md index 70421b8c..978795e0 100644 --- a/content/events/2017/spring/Code-Party-0.md +++ b/content/events/2017/spring/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Join us for Code Party 0!' -date: 'Thu Jun 22 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 22 2017 18:00' online: false location: 'STC 0020' --- diff --git a/content/events/2017/spring/End-of-Term-Party.md b/content/events/2017/spring/End-of-Term-Party.md index c7c3e1bb..4bffa80d 100644 --- a/content/events/2017/spring/End-of-Term-Party.md +++ b/content/events/2017/spring/End-of-Term-Party.md @@ -1,7 +1,7 @@ --- name: 'End of Term Party' short: 'Come celebrate the end of the term with us in MC Comfy!' -date: 'Mon Jul 24 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 24 2017 18:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2017/spring/Spring-2017-Elections.md b/content/events/2017/spring/Spring-2017-Elections.md index 6f0a0d26..a7beb062 100644 --- a/content/events/2017/spring/Spring-2017-Elections.md +++ b/content/events/2017/spring/Spring-2017-Elections.md @@ -1,7 +1,7 @@ --- name: 'Spring 2017 Elections' short: 'The Computer Science Club will be holding elections for the Spring 2017 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian will be appointed.' -date: 'Wed May 17 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 17 2017 18:00' online: false location: 'MC Comfy Lounge' --- diff --git a/content/events/2017/spring/Spring-Cleaning.md b/content/events/2017/spring/Spring-Cleaning.md index 59828cf1..2dcad82c 100644 --- a/content/events/2017/spring/Spring-Cleaning.md +++ b/content/events/2017/spring/Spring-Cleaning.md @@ -1,7 +1,7 @@ --- name: 'Spring Cleaning' short: 'Join us for Spring Cleaning!' -date: 'Sat Jul 15 2017 11:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 15 2017 10:00' online: false location: 'CSC Office' --- diff --git a/content/events/2017/spring/Understanding-machine-learning---a-theory-perspective.md b/content/events/2017/spring/Understanding-machine-learning---a-theory-perspective.md index 468dc217..7827ee59 100644 --- a/content/events/2017/spring/Understanding-machine-learning---a-theory-perspective.md +++ b/content/events/2017/spring/Understanding-machine-learning---a-theory-perspective.md @@ -1,7 +1,7 @@ --- name: 'Understanding machine learning - a theory perspective' short: 'Professor Shai Ben-David will discuss the basic principles behind machine learning and how they relate to some of the headline-making practical tools, in addition to the major research challenges and directions that address the fast expanding scope of potential machine learning applications.' -date: 'Thu Jun 15 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 15 2017 18:00' online: false location: 'MC4060' --- diff --git a/content/events/2017/spring/Unix-102.md b/content/events/2017/spring/Unix-102.md index 291233b2..7bf70656 100644 --- a/content/events/2017/spring/Unix-102.md +++ b/content/events/2017/spring/Unix-102.md @@ -1,7 +1,7 @@ --- name: 'Unix 102' short: 'Come gain some more in-depth knowledge or some less well-known tips and tricks for using the command line.' -date: 'Thu Jun 01 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 01 2017 18:00' online: false location: 'MC 3003' --- diff --git a/content/events/2017/winter/Alt+Tab-Talks.md b/content/events/2017/winter/Alt+Tab-Talks.md index 4a3606bc..1b82e473 100644 --- a/content/events/2017/winter/Alt+Tab-Talks.md +++ b/content/events/2017/winter/Alt+Tab-Talks.md @@ -1,7 +1,7 @@ --- name: 'Alt+Tab Talks' short: 'Come watch (or give!) interesting short talks by CS Club members. Talks include "Stepping into math: building a step-by-step algebra solver" and "Online database migrations at scale", but more are welcome (email [tghume@csclub.uwaterloo.ca]())! Click the link to the event detail page for more info. (Note: date was moved to Thursday)' -date: 'Thu Mar 09 2017 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 09 2017 18:00' online: false location: 'MC 4042' --- diff --git a/content/events/2017/winter/Code-Party-0.md b/content/events/2017/winter/Code-Party-0.md index b8ce3cf1..6e4d8cbd 100644 --- a/content/events/2017/winter/Code-Party-0.md +++ b/content/events/2017/winter/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party 0 and do it, with great company and great food. Come any time after 5pm, but if you come earlier your food preferences are more likely to be accounted for, and there''s more time for coding!' -date: 'Wed Feb 08 2017 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 08 2017 17:00' online: false location: 'STC 0020' --- diff --git a/content/events/2017/winter/Code-Party-1.md b/content/events/2017/winter/Code-Party-1.md index 6d6594df..0d255c94 100644 --- a/content/events/2017/winter/Code-Party-1.md +++ b/content/events/2017/winter/Code-Party-1.md @@ -1,7 +1,7 @@ --- name: 'Code Party 1' short: 'Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party 1 and do it, with great company and great food. Come any time after 5pm, but if you come earlier your food preferences are more likely to be accounted for, and there''s more time for coding!' -date: 'Wed Apr 05 2017 18:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 05 2017 17:00' online: false location: 'STC 0060' --- diff --git a/content/events/2017/winter/Unix-201.md b/content/events/2017/winter/Unix-201.md index 3962ee76..8aaed8d8 100644 --- a/content/events/2017/winter/Unix-201.md +++ b/content/events/2017/winter/Unix-201.md @@ -1,7 +1,7 @@ --- name: 'Unix 201' short: 'A talk and demo about more advanced Unix tricks and tools than are taught in our regular Unix 101 events. Topics may include customizing your prompt, the ranger console file manager, fancy shells, htop, rsync and using terminal escape sequences in your programs.' -date: 'Wed Mar 22 2017 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 22 2017 18:00' online: false location: 'MC 4045' --- diff --git a/content/events/2017/winter/Winter-2017-Elections.md b/content/events/2017/winter/Winter-2017-Elections.md index e05cc21c..46e4244f 100644 --- a/content/events/2017/winter/Winter-2017-Elections.md +++ b/content/events/2017/winter/Winter-2017-Elections.md @@ -1,7 +1,7 @@ --- name: 'Winter 2017 Elections' short: 'The Computer Science Club will be holding elections for the Winter 2017 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian will be appointed.' -date: 'Thu Jan 12 2017 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 12 2017 18:00' online: false location: 'MC Comfy Lounge' --- diff --git a/content/events/2018/fall/Alt-Tab.md b/content/events/2018/fall/Alt-Tab.md index 4112d6e8..8637adb0 100644 --- a/content/events/2018/fall/Alt-Tab.md +++ b/content/events/2018/fall/Alt-Tab.md @@ -1,7 +1,7 @@ --- name: 'Alt-Tab' short: 'Alt-Tab is coming up next week on Thursday Nov. 29th 6-8pm at MC 5417. We have an amazing group of members giving short talks on topics of their choice.' -date: 'Thu Nov 29 2018 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 29 2018 18:00' online: false location: 'MC 5479' --- diff --git a/content/events/2018/fall/CSC-&-WiCS-&-MathSoc-go-outside!.md b/content/events/2018/fall/CSC-&-WiCS-&-MathSoc-go-outside!.md index 5534b1fa..1b7a5b57 100644 --- a/content/events/2018/fall/CSC-&-WiCS-&-MathSoc-go-outside!.md +++ b/content/events/2018/fall/CSC-&-WiCS-&-MathSoc-go-outside!.md @@ -1,7 +1,7 @@ --- name: 'CSC & WiCS & MathSoc go outside!' short: 'We will be having a bonfire this Wednesday, Oct 3rd 7-10pm, at Columbia Lake Firepit 2 (NW of CIF), co-hosted with WiCS and MathSoc. Smores and snacks will be provided!' -date: 'Wed Oct 03 2018 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 03 2018 19:00' online: false location: 'Columbia Lake Firepit 2' --- diff --git a/content/events/2018/fall/CSC-EOT.md b/content/events/2018/fall/CSC-EOT.md index fccb6829..887c190e 100644 --- a/content/events/2018/fall/CSC-EOT.md +++ b/content/events/2018/fall/CSC-EOT.md @@ -1,7 +1,7 @@ --- name: 'CSC EOT' short: 'CSC End of term celebrations on December 3rd, at 7 PM in MC Comfy.' -date: 'Mon Dec 03 2018 08:00:00 GMT-0500 (Eastern Standard Time)' +date: 'December 03 2018 07:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2018/fall/Code-Party-0.md b/content/events/2018/fall/Code-Party-0.md index 737c906d..8a51caaa 100644 --- a/content/events/2018/fall/Code-Party-0.md +++ b/content/events/2018/fall/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'The CS Club is hosting our first Code Party of the term from 6:30pm until \~9:30pm in EV3-1408, on Thursday October 18.' -date: 'Thu Oct 18 2018 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 18 2018 18:30' online: false location: 'EV3-1408' --- diff --git a/content/events/2018/fall/Data-Driven-UIs,-Incrementally.md b/content/events/2018/fall/Data-Driven-UIs,-Incrementally.md index 3e4b8d7a..1fec2031 100644 --- a/content/events/2018/fall/Data-Driven-UIs,-Incrementally.md +++ b/content/events/2018/fall/Data-Driven-UIs,-Incrementally.md @@ -1,7 +1,7 @@ --- name: 'Data Driven UIs, Incrementally' short: 'Jane Street''s Yaron Minsky is coming to Waterloo to give a talk aimed at undergraduate students.' -date: 'Mon Oct 15 2018 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 15 2018 17:30' online: false location: 'DC 1302' --- diff --git a/content/events/2018/fall/Gloves-101.md b/content/events/2018/fall/Gloves-101.md index 158ef546..8de0577b 100644 --- a/content/events/2018/fall/Gloves-101.md +++ b/content/events/2018/fall/Gloves-101.md @@ -1,7 +1,7 @@ --- name: 'Gloves 101' short: 'Make touchscreen gloves with the CS Club on October 29, 5:30 PM in QNC 1506.' -date: 'Mon Oct 29 2018 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 29 2018 17:30' online: false location: 'QNC-1506' --- diff --git a/content/events/2018/fall/Netplay-in-emulators.md b/content/events/2018/fall/Netplay-in-emulators.md index b562d099..efa96fc5 100644 --- a/content/events/2018/fall/Netplay-in-emulators.md +++ b/content/events/2018/fall/Netplay-in-emulators.md @@ -1,7 +1,7 @@ --- name: 'Netplay in emulators' short: 'Professor Gregor Richards will be talking about netplay in emulators, which allows for playing video games over the internet.' -date: 'Mon Nov 12 2018 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 12 2018 17:30' online: false location: 'MC-4063' --- diff --git a/content/events/2018/fall/Unix-101.md b/content/events/2018/fall/Unix-101.md index e0060389..da587b86 100644 --- a/content/events/2018/fall/Unix-101.md +++ b/content/events/2018/fall/Unix-101.md @@ -1,7 +1,7 @@ --- name: 'Unix 101' short: 'Learn the basics of UNIX with the CS Club on October 22, 5:30 PM in MC 3003.' -date: 'Mon Oct 22 2018 18:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 22 2018 17:30' online: false location: 'MC-3003' --- diff --git a/content/events/2018/fall/[Cancelled]-BBC-microbit-computer-What-is-it-good-for.md b/content/events/2018/fall/[Cancelled]-BBC-microbit-computer-What-is-it-good-for.md index c3535f35..598308c3 100644 --- a/content/events/2018/fall/[Cancelled]-BBC-microbit-computer-What-is-it-good-for.md +++ b/content/events/2018/fall/[Cancelled]-BBC-microbit-computer-What-is-it-good-for.md @@ -1,7 +1,7 @@ --- name: '[Cancelled] BBC micro:bit computer: What is it good for?' short: 'Professor Richard Mann will be talking about the BBC micro:bit, an embedded computer that is popular with hobbyists and comes with a variety of peripherals.' -date: 'Mon Nov 05 2018 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'November 05 2018 17:30' online: false location: 'MC-4063' --- diff --git a/content/events/2018/spring/Alt-Tab.md b/content/events/2018/spring/Alt-Tab.md index b9fcbe8a..69ceef1c 100644 --- a/content/events/2018/spring/Alt-Tab.md +++ b/content/events/2018/spring/Alt-Tab.md @@ -1,7 +1,7 @@ --- name: 'Alt-Tab' short: 'Come hear 10-15 minutes talks from CSC members on a variety of topics.' -date: 'Wed Jul 04 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 04 2018 18:00' online: false location: 'MC 4058' --- diff --git a/content/events/2018/spring/CSC-and-WiCS-Go-Outside.md b/content/events/2018/spring/CSC-and-WiCS-Go-Outside.md index 4ff738ea..53a4d715 100644 --- a/content/events/2018/spring/CSC-and-WiCS-Go-Outside.md +++ b/content/events/2018/spring/CSC-and-WiCS-Go-Outside.md @@ -1,7 +1,7 @@ --- name: 'CSC and WiCS Go Outside' short: 'Come join us for a bonfire outside at the Laurel Creek firepit (across Ring. Rd. from EV3) with fellow CSC and WiCS members. Smores and snacks will be provided.' -date: 'Mon Jun 04 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 04 2018 18:00' online: false location: 'Laurel Creek Firepit' --- diff --git a/content/events/2018/spring/Capture-the-Flag.md b/content/events/2018/spring/Capture-the-Flag.md index f14289e8..a9813cfd 100644 --- a/content/events/2018/spring/Capture-the-Flag.md +++ b/content/events/2018/spring/Capture-the-Flag.md @@ -1,7 +1,7 @@ --- name: 'Capture the Flag' short: 'Test your programming, web, networking, and trivia skills in this computer security themed contest. Learn how to reverse engineer, crack codes, find flaws in websites, and use security tools.' -date: 'Wed Jul 11 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 11 2018 18:00' online: false location: 'STC 0010' --- diff --git a/content/events/2018/spring/Code-Party-0.md b/content/events/2018/spring/Code-Party-0.md index e556c927..b50eaa41 100644 --- a/content/events/2018/spring/Code-Party-0.md +++ b/content/events/2018/spring/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'The CS Club is hosting our first Code Party of the term from 6:30pm until \~9:30pm in STC 0020!Come code with us, eat some food, do some things.' -date: 'Mon May 28 2018 19:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 28 2018 18:30' online: false location: 'STC 0020' --- diff --git a/content/events/2018/spring/Sound-From-microphones-to-speakers-and-everything-inbetween.md b/content/events/2018/spring/Sound-From-microphones-to-speakers-and-everything-inbetween.md index 84bccc60..944ff31f 100644 --- a/content/events/2018/spring/Sound-From-microphones-to-speakers-and-everything-inbetween.md +++ b/content/events/2018/spring/Sound-From-microphones-to-speakers-and-everything-inbetween.md @@ -1,7 +1,7 @@ --- name: 'Sound: From microphones to speakers and everything inbetween' short: 'The CSC will be hosting a Prof Talk by Richard Mann.' -date: 'Tue Jul 17 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 17 2018 18:00' online: false location: 'MC 4041' --- diff --git a/content/events/2018/winter/Alt-Tab-W18.md b/content/events/2018/winter/Alt-Tab-W18.md index bf6cde6c..61e00f94 100644 --- a/content/events/2018/winter/Alt-Tab-W18.md +++ b/content/events/2018/winter/Alt-Tab-W18.md @@ -1,7 +1,7 @@ --- name: 'Alt-Tab: W18' short: ' CSC will be hosting our termly Alt-Tab event, the Computer Science version of Short Attention Span Math Seminars (SASMS) hosted by that math club down the hall. It will be a night full of friendly talks. ' -date: 'Wed Mar 28 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 28 2018 18:00' online: false location: 'MC 4020' --- diff --git a/content/events/2018/winter/Code-Party-0.md b/content/events/2018/winter/Code-Party-0.md index 369c805c..f3e88c4d 100644 --- a/content/events/2018/winter/Code-Party-0.md +++ b/content/events/2018/winter/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Our first code party of the term! Food is sandwiches, constitution amendments are a go, and Dr. Morton will be talking there! It''ll be fun.' -date: 'Thu Jan 25 2018 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 25 2018 18:00' online: false location: 'STC 0040' --- diff --git a/content/events/2018/winter/Discussion-with-maddog.md b/content/events/2018/winter/Discussion-with-maddog.md index ac7e6035..2b882e66 100644 --- a/content/events/2018/winter/Discussion-with-maddog.md +++ b/content/events/2018/winter/Discussion-with-maddog.md @@ -1,7 +1,7 @@ --- name: 'Discussion with maddog' short: 'We''ll be having a discussion session with maddog, an out-of-town speaker from the LPI. Food will be provided, as well as good company. Come out!' -date: 'Tue Mar 13 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 13 2018 18:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2018/winter/Prof-Talk-with-Richard-Mann.md b/content/events/2018/winter/Prof-Talk-with-Richard-Mann.md index 30c83349..52fbc547 100644 --- a/content/events/2018/winter/Prof-Talk-with-Richard-Mann.md +++ b/content/events/2018/winter/Prof-Talk-with-Richard-Mann.md @@ -1,7 +1,7 @@ --- name: 'Prof Talk with Richard Mann' short: 'Professor Richard Mann will be giving a talk on black-box testing of audio gear. Come out to see fancy audio gear, learn more about his Advanced Topics course in Computational Sound, and eat free food! Click through for his abstract.' -date: 'Thu Mar 22 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 22 2018 18:00' online: false location: 'MC 4059' --- diff --git a/content/events/2018/winter/Programming-for-the-22nd-Century.md b/content/events/2018/winter/Programming-for-the-22nd-Century.md index f3850bcf..90b8c174 100644 --- a/content/events/2018/winter/Programming-for-the-22nd-Century.md +++ b/content/events/2018/winter/Programming-for-the-22nd-Century.md @@ -1,7 +1,7 @@ --- name: 'Programming for the 22nd Century' short: 'We are bringing an out-of-town speaker, John "maddog" Hall, to come speak! Come to this event, where he will be talking about changes in programming paradigms since the invention of C, and the discussion event tomorrow.' -date: 'Mon Mar 12 2018 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 12 2018 18:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2018/winter/Technical-Interview-Prep.md b/content/events/2018/winter/Technical-Interview-Prep.md index 82e0ad46..d7faa957 100644 --- a/content/events/2018/winter/Technical-Interview-Prep.md +++ b/content/events/2018/winter/Technical-Interview-Prep.md @@ -1,7 +1,7 @@ --- name: 'Technical Interview Prep' short: 'Our first workshop of the term! Fatema and Arshia will be heading a workshop on how to prepare for technical interviews.Got technical interviews? Come out!' -date: 'Wed Feb 07 2018 18:30:00 GMT-0500 (Eastern Standard Time)' +date: 'February 07 2018 17:30' online: false location: 'QNC 1502' --- diff --git a/content/events/2018/winter/Uncode-Party-with-WiCS.md b/content/events/2018/winter/Uncode-Party-with-WiCS.md index 4fbe6c56..72f9d714 100644 --- a/content/events/2018/winter/Uncode-Party-with-WiCS.md +++ b/content/events/2018/winter/Uncode-Party-with-WiCS.md @@ -1,7 +1,7 @@ --- name: 'Uncode Party with WiCS' short: ' We are having a joint Code Party with Women in Computer Science (WiCS). This time, it''s an Uncode Party, where you try to find the worst solutions possible to programming problems that we will provide. ' -date: 'Mon Mar 26 2018 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 26 2018 19:00' online: false location: 'QNC 2502' --- diff --git a/content/events/2018/winter/Winter-2018-Elections.md b/content/events/2018/winter/Winter-2018-Elections.md index d5984099..40af53fe 100644 --- a/content/events/2018/winter/Winter-2018-Elections.md +++ b/content/events/2018/winter/Winter-2018-Elections.md @@ -1,7 +1,7 @@ --- name: 'Winter 2018 Elections' short: 'The Computer Science Club will be holding elections for the Winter 2018 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian, CTF Club Liaison and IMAPd (fridge and snack runs) will be appointed.' -date: 'Mon Jan 15 2018 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 15 2018 17:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2019/spring/Alt-Tab.md b/content/events/2019/spring/Alt-Tab.md index 8600770f..37f76b2c 100644 --- a/content/events/2019/spring/Alt-Tab.md +++ b/content/events/2019/spring/Alt-Tab.md @@ -1,7 +1,7 @@ --- name: 'Alt-Tab' short: 'The Computer Science Club will be holding a joint event with Women in Computer Science on Thursday, July 18th at MC 5417 at 6:00 PM.' -date: 'Thu Jul 18 2019 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 18 2019 18:00' online: false location: 'MC 5417' --- diff --git a/content/events/2019/spring/Code-Party-0.md b/content/events/2019/spring/Code-Party-0.md index e31021e5..ae552b18 100644 --- a/content/events/2019/spring/Code-Party-0.md +++ b/content/events/2019/spring/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'The Computer Science Club will be holding Code Party 0 on Tuesday, June 18th at PHY 150 at 6:00 PM.' -date: 'Tue Jun 18 2019 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 18 2019 18:00' online: false location: 'PHY 150' --- diff --git a/content/events/2019/spring/End-of-Term-Event.md b/content/events/2019/spring/End-of-Term-Event.md index 02ec54a6..a6766174 100644 --- a/content/events/2019/spring/End-of-Term-Event.md +++ b/content/events/2019/spring/End-of-Term-Event.md @@ -1,7 +1,7 @@ --- name: 'End of Term Event' short: 'The Computer Science Club will be holding a end of term event on Monday, July 29th at MC Comfy at 6:00 PM.' -date: 'Mon Jul 29 2019 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 29 2019 18:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2019/spring/Movie-Night.md b/content/events/2019/spring/Movie-Night.md index c9fe18d2..5952d399 100644 --- a/content/events/2019/spring/Movie-Night.md +++ b/content/events/2019/spring/Movie-Night.md @@ -1,7 +1,7 @@ --- name: 'Movie Night' short: 'The Computer Science Club will be holding a joint event with Women in Computer Science on Tuesday, July 9th at MC Comfy at 7:00 PM.' -date: 'Tue Jul 09 2019 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 09 2019 19:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2019/spring/Spring-2019-Elections.md b/content/events/2019/spring/Spring-2019-Elections.md index 14ace040..563b773d 100644 --- a/content/events/2019/spring/Spring-2019-Elections.md +++ b/content/events/2019/spring/Spring-2019-Elections.md @@ -1,7 +1,7 @@ --- name: 'Spring 2019 Elections' short: 'The Computer Science Club will be holding elections for the Spring 2019 term on Thursday, May 16th in MC Comfy (MC 3001) at 7:00 PM.' -date: 'Thu May 16 2019 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 16 2019 19:00' online: false location: 'MC Comfy (MC 3001)' --- diff --git a/content/events/2019/spring/WiCS-x-CSC-Bondfire-Night.md b/content/events/2019/spring/WiCS-x-CSC-Bondfire-Night.md index a85697e2..9082476c 100644 --- a/content/events/2019/spring/WiCS-x-CSC-Bondfire-Night.md +++ b/content/events/2019/spring/WiCS-x-CSC-Bondfire-Night.md @@ -1,7 +1,7 @@ --- name: 'WiCS x CSC Bondfire Night' short: 'The Computer Science Club will be holding a joint event with Women in Computer Science on Wednesday, June 5th at MC Comfy at 7:00 PM. NOTE: the event has been moved from the Laurel Creek Firepit due to rain.' -date: 'Wed Jun 05 2019 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 05 2019 19:00' online: false location: 'MOVED to MC Comfy' --- diff --git a/content/events/2019/winter/Algorithms-practice-workshop.md b/content/events/2019/winter/Algorithms-practice-workshop.md index d5ee09c7..c6825ce5 100644 --- a/content/events/2019/winter/Algorithms-practice-workshop.md +++ b/content/events/2019/winter/Algorithms-practice-workshop.md @@ -1,7 +1,7 @@ --- name: 'Algorithms practice workshop' short: 'Algorithms practice workshop on January 24th, 2019, at 6:30 PM in STC 0060' -date: 'Thu Jan 24 2019 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 24 2019 18:30' online: false location: 'STC 0060' --- diff --git a/content/events/2019/winter/CSC-+-WiCS-Movie-Night.md b/content/events/2019/winter/CSC-+-WiCS-Movie-Night.md index 679220b3..185b728f 100644 --- a/content/events/2019/winter/CSC-+-WiCS-Movie-Night.md +++ b/content/events/2019/winter/CSC-+-WiCS-Movie-Night.md @@ -1,7 +1,7 @@ --- name: 'CSC + WiCS Movie Night' short: 'CSC + WiCS Movie Night on March 21th, 2019, at 6 PM in MC Comfy' -date: 'Thu Mar 21 2019 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 21 2019 18:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2019/winter/Code-Party-0.md b/content/events/2019/winter/Code-Party-0.md index 320861f3..bf03c355 100644 --- a/content/events/2019/winter/Code-Party-0.md +++ b/content/events/2019/winter/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Code Party 0 on March 13th, 2019, at 6 PM in QNC 1502' -date: 'Wed Mar 13 2019 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 13 2019 18:00' online: false location: 'QNC 1502' --- diff --git a/content/events/2019/winter/Git-101.md b/content/events/2019/winter/Git-101.md index f687c7e9..71d6c072 100644 --- a/content/events/2019/winter/Git-101.md +++ b/content/events/2019/winter/Git-101.md @@ -1,7 +1,7 @@ --- name: 'Git 101' short: 'Git 101 workshop on March 2nd, 2019, at 12 PM in QNC 1502' -date: 'Sat Mar 02 2019 13:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 02 2019 12:00' online: false location: 'QNC 1502' --- diff --git a/content/events/2019/winter/Prof-talk-Animated-Tilings.md b/content/events/2019/winter/Prof-talk-Animated-Tilings.md index 3e6864b3..c645f64e 100644 --- a/content/events/2019/winter/Prof-talk-Animated-Tilings.md +++ b/content/events/2019/winter/Prof-talk-Animated-Tilings.md @@ -1,7 +1,7 @@ --- name: 'Prof talk: Animated Tilings' short: 'Professor Craig Kaplan will be talking about tiling arrangements on March 20th, 2019, at 4 PM in PHY 150' -date: 'Wed Mar 20 2019 17:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 20 2019 16:00' online: false location: 'PHY 150' --- diff --git a/content/events/2019/winter/Prof-talk-Making-the-Switch-Going-from-2D-to-S3D.md b/content/events/2019/winter/Prof-talk-Making-the-Switch-Going-from-2D-to-S3D.md index e405ce0f..a30a9655 100644 --- a/content/events/2019/winter/Prof-talk-Making-the-Switch-Going-from-2D-to-S3D.md +++ b/content/events/2019/winter/Prof-talk-Making-the-Switch-Going-from-2D-to-S3D.md @@ -1,7 +1,7 @@ --- name: 'Prof talk: Making the Switch: Going from 2D to S3D' short: 'We will be having our second prof talk of the term with Lesley Istead, on April 5, 3:30 pm in STC 0020. She will be talking about the problems and algorithms used in the film industry to go from 2D to S3D. Come listen to the talk and enjoy some free food!' -date: 'Fri Apr 05 2019 16:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 05 2019 15:30' online: false location: 'STC 0020' --- diff --git a/content/events/2020/fall/Roasting-Our-First-Year-Resumes.md b/content/events/2020/fall/Roasting-Our-First-Year-Resumes.md index 14237e60..a2d07fc3 100644 --- a/content/events/2020/fall/Roasting-Our-First-Year-Resumes.md +++ b/content/events/2020/fall/Roasting-Our-First-Year-Resumes.md @@ -1,7 +1,7 @@ --- name: 'Roasting Our First Year Resumes' short: 'Upper years students will be critiquing their own resumes from first year.👉 Streamed at [twitch.tv/uwcsclub]()' -date: 'Wed Nov 25 2020 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 25 2020 19:00' online: true location: 'Online' --- diff --git a/content/events/2020/fall/WiCS-x-CSC-Alt-Tab.md b/content/events/2020/fall/WiCS-x-CSC-Alt-Tab.md index 369a32c2..0d21bc5e 100644 --- a/content/events/2020/fall/WiCS-x-CSC-Alt-Tab.md +++ b/content/events/2020/fall/WiCS-x-CSC-Alt-Tab.md @@ -1,7 +1,7 @@ --- name: 'WiCS x CSC: Alt-Tab' short: 'CSC and WiCS are hosting Alt-Tab on November 19th, 5-7 PM EST.' -date: 'Thu Nov 19 2020 18:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 19 2020 17:00' online: true location: 'Online' --- diff --git a/content/events/2020/winter/Code-Party-0.md b/content/events/2020/winter/Code-Party-0.md index fb9af010..9ae56787 100644 --- a/content/events/2020/winter/Code-Party-0.md +++ b/content/events/2020/winter/Code-Party-0.md @@ -1,7 +1,7 @@ --- name: 'Code Party 0' short: 'Code Party 0 on January 28th, 2020, at 6:30 PM in STC 0010' -date: 'Tue Jan 28 2020 19:30:00 GMT-0500 (Eastern Standard Time)' +date: 'January 28 2020 18:30' online: false location: 'STC 0010' --- diff --git a/content/events/2020/winter/Physical-Security-Workshop.md b/content/events/2020/winter/Physical-Security-Workshop.md index 1392ef82..4b3259f7 100644 --- a/content/events/2020/winter/Physical-Security-Workshop.md +++ b/content/events/2020/winter/Physical-Security-Workshop.md @@ -1,7 +1,7 @@ --- name: 'Physical Security Workshop' short: 'Physical Security Workshop on Tuesday, Feb 11th, at 6:00 PM in MC 4045' -date: 'Tue Feb 11 2020 19:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 11 2020 18:00' online: false location: 'MC 4045' --- diff --git a/content/events/2020/winter/WiCS-x-CSC-Bondfire.md b/content/events/2020/winter/WiCS-x-CSC-Bondfire.md index c2ee605b..6aa5bfae 100644 --- a/content/events/2020/winter/WiCS-x-CSC-Bondfire.md +++ b/content/events/2020/winter/WiCS-x-CSC-Bondfire.md @@ -1,7 +1,7 @@ --- name: 'WiCS x CSC Bondfire' short: '"Bonfire" with WiCS Thursday March 12th @ 6PM in MC Comfy' -date: 'Thu Mar 12 2020 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 12 2020 18:00' online: false location: 'MC Comfy' --- diff --git a/content/events/2021/fall/BOT.md b/content/events/2021/fall/BOT.md index 469b0d4f..740f0808 100644 --- a/content/events/2021/fall/BOT.md +++ b/content/events/2021/fall/BOT.md @@ -1,7 +1,7 @@ --- name: 'CSC BOT & Game Night' short: 'Learn about our plans for the term and play some games with us.' -date: 'Tuesday September 14 2021 19:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 14 2021 19:00' online: true location: 'Twitch' poster: 'images/events/2021/fall/BOT.png' diff --git a/content/events/2021/fall/project-program-kick-off.md b/content/events/2021/fall/project-program-kick-off.md new file mode 100644 index 00000000..487bb954 --- /dev/null +++ b/content/events/2021/fall/project-program-kick-off.md @@ -0,0 +1,22 @@ +--- +name: 'Project Program Kick-Off' +short: 'Attend to get details about Project Program, a month-long event that will have mentors support your team in creating a side-project.' +date: 'September 23 2021 19:00' +online: true +location: 'Zoom' +poster: 'images/events/2021/fall/project-program-kickoff.png' +registerLink: https://bit.ly/project-program-kick-off +--- + +📢 Project Program is back for Fall 2021, and we’re excited to see mentors support you to create a month-long project! + +DSC and CSC are collaborating again to help you create your side project by guiding your group of mentees through brainstorming project ideas, creating roadmaps with milestones and achievements, and finally presenting your project for the chance to win prizes! 🏆 + +📌 The details of the program will be discussed during this event, so if you’re interested in participating, be sure to attend! + +📅 Event Date: Thursday, September 23rd from 7:00-8:00pm EDT on [Zoom](https://us06web.zoom.us/j/89144349767?pwd=Z3BZREI0MGNRWXdFWmZMM1JRVU5CQT09). 💻 + + +👉 No need to register, but we'll send you an email alert if you do! Click the register button to sign up. Alternatively, you can also email us at exec@csclub.uwaterloo.ca to sign up as well. + +See you then! 👋 diff --git a/content/events/2021/fall/speed-friending.md b/content/events/2021/fall/speed-friending.md new file mode 100644 index 00000000..d894db64 --- /dev/null +++ b/content/events/2021/fall/speed-friending.md @@ -0,0 +1,25 @@ +--- +name: 'Speed Friending' +short: 'Make some new friends with CSC!' +date: 'October 01 2021 20:00' +online: true +location: 'Zoom' +registerLink: https://forms.gle/j7knjxKND6UkfF2U7 +--- +📢 New fall term, lots of new members! Whether you’re a first year joining us for the first time, or a seasoned friend-making veteran, CSC is happy to announce that our Speed-Friending event is back! 🥰 Come hop on a Zoom call with us to get a chance to connect with others in our community. 🙌 + +Like last term’s event, you will be able to meet others in groups of 3 or 4, with around 10 minutes to talk. 🎤 An optional prompt will act as an icebreaker, but feel free to discuss anything you want! Remember to connect with the people in your groups if you’d like to stay in contact afterwards! + +Registration is optional; we’ll just be sending you a reminder on the day of, as well as a calendar invite. + +📅 Event Date: Oct.1st 2021, 8-9pm ET +💻 Zoom: +Topic: CSC Social: Speed Friending +Time: Oct 1, 2021 08:00 PM Eastern Time (US and Canada) + +Join Zoom Meeting +https://us06web.zoom.us/j/87952442346?pwd=NnRrbU93VlpacTdiK2NXR2l2WDFxQT09 + +👉 Sign up using the register button. Alternatively, you can also email us at exec@csclub.uwaterloo.ca. + +Hope to see you there! 🌸 diff --git a/content/events/2021/spring/Afterhours-Burnout.md b/content/events/2021/spring/Afterhours-Burnout.md index 4762ff17..619368b1 100644 --- a/content/events/2021/spring/Afterhours-Burnout.md +++ b/content/events/2021/spring/Afterhours-Burnout.md @@ -1,7 +1,7 @@ --- name: 'Afterhours: Burnout' short: 'This Afterhours will be a discussion about recognizing burnout, recovering from burnout, and preventing it from occurring.' -date: 'Sat Jul 17 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 17 2021 19:00' online: true location: 'Online' --- diff --git a/content/events/2021/spring/CSC-BOT-&-Game-Night.md b/content/events/2021/spring/CSC-BOT-&-Game-Night.md index e548ca97..23698916 100644 --- a/content/events/2021/spring/CSC-BOT-&-Game-Night.md +++ b/content/events/2021/spring/CSC-BOT-&-Game-Night.md @@ -1,7 +1,7 @@ --- name: 'CSC BOT & Game Night' short: 'Learn about our plans for the term and play some games with us.' -date: 'Mon May 17 2021 21:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 17 2021 20:00' online: true location: 'Online' --- diff --git a/content/events/2021/spring/CSC-x-SE-Soc-Interview-Prep.md b/content/events/2021/spring/CSC-x-SE-Soc-Interview-Prep.md index 92b30bfe..73a59f7a 100644 --- a/content/events/2021/spring/CSC-x-SE-Soc-Interview-Prep.md +++ b/content/events/2021/spring/CSC-x-SE-Soc-Interview-Prep.md @@ -1,7 +1,7 @@ --- name: 'CSC x SE Soc: Interview Prep' short: 'CSC and SE Soc are hosting an Interview Prep Workshop next week! Join Kristy Gao and Bimesh De Silva as they review the interview process, from behavioural to technical interviews. They''ll finish off with live mock interviews, and the event will be held on Twitch (https://www.twitch.tv/uwcsclub).' -date: 'Mon May 24 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 24 2021 19:00' online: true location: 'Online' --- diff --git a/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-1).md b/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-1).md index eb39d9d8..b9695b35 100644 --- a/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-1).md +++ b/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-1).md @@ -1,7 +1,7 @@ --- name: 'Drop-in Resume Critiques (Day 1)' short: 'Live Resume Critiques with Tech+, UW Data Science Club, and UW PM (registration required).' -date: 'Sat May 15 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 15 2021 19:00' online: true location: 'Online' --- diff --git a/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-2).md b/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-2).md index fd84cd87..04388d33 100644 --- a/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-2).md +++ b/content/events/2021/spring/Drop-in-Resume-Critiques-(Day-2).md @@ -1,7 +1,7 @@ --- name: 'Drop-in Resume Critiques (Day 2)' short: 'Live Resume Critiques with Tech+, UW Data Science Club, and UW PM (registration required).' -date: 'Sun May 16 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 16 2021 19:00' online: true location: 'Online' --- diff --git a/content/events/2021/spring/Speed-Friending.md b/content/events/2021/spring/Speed-Friending.md index f67bbe27..0cc75161 100644 --- a/content/events/2021/spring/Speed-Friending.md +++ b/content/events/2021/spring/Speed-Friending.md @@ -1,7 +1,7 @@ --- name: 'Speed-Friending' short: 'Come hop on a Zoom call with us to to connect with others in our community!' -date: 'Tue Jun 15 2021 21:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 15 2021 20:00' online: true location: 'Online' --- diff --git a/content/events/2021/spring/Titus-Winters-Tech-Talk.md b/content/events/2021/spring/Titus-Winters-Tech-Talk.md index 129b733b..b07f3bb2 100644 --- a/content/events/2021/spring/Titus-Winters-Tech-Talk.md +++ b/content/events/2021/spring/Titus-Winters-Tech-Talk.md @@ -1,7 +1,7 @@ --- name: 'Titus Winters Tech Talk' short: 'Become inspired in an upcoming talk by Titus Winters on June 10th from 7-8pm ET, who will share how good team culture can positively impact code!' -date: 'Thu Jun 10 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 10 2021 19:00' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Afterhours-Personal-Relationships.md b/content/events/2021/winter/Afterhours-Personal-Relationships.md index da65466d..55116944 100644 --- a/content/events/2021/winter/Afterhours-Personal-Relationships.md +++ b/content/events/2021/winter/Afterhours-Personal-Relationships.md @@ -1,7 +1,7 @@ --- name: 'Afterhours: Personal Relationships' short: 'Join CSC as we talk about personal relationships.' -date: 'Sat Mar 06 2021 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 06 2021 19:00' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Alt-Tab.md b/content/events/2021/winter/Alt-Tab.md index aa9e5d7b..4d9a586d 100644 --- a/content/events/2021/winter/Alt-Tab.md +++ b/content/events/2021/winter/Alt-Tab.md @@ -1,7 +1,7 @@ --- name: 'Alt-Tab' short: 'Join us for lightning tech talk presented by students.' -date: 'Sat Mar 27 2021 15:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 27 2021 14:30' online: true location: 'Online' --- diff --git a/content/events/2021/winter/CTCI136.md b/content/events/2021/winter/CTCI136.md index 716c1601..a36f8dd4 100644 --- a/content/events/2021/winter/CTCI136.md +++ b/content/events/2021/winter/CTCI136.md @@ -1,7 +1,7 @@ --- name: 'CTCI136' short: 'Join us for tips and tricks on technical interviews.' -date: 'Tue Jan 26 2021 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 26 2021 19:00' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Fun-Friday.md b/content/events/2021/winter/Fun-Friday.md index f18882be..15f56131 100644 --- a/content/events/2021/winter/Fun-Friday.md +++ b/content/events/2021/winter/Fun-Friday.md @@ -1,7 +1,7 @@ --- name: 'Fun Friday' short: 'Join CSC as we play games all night!' -date: 'Fri Feb 19 2021 21:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 19 2021 20:00' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Get-involved-in-CS-Club!.md b/content/events/2021/winter/Get-involved-in-CS-Club!.md index 51c06243..c7dfd068 100644 --- a/content/events/2021/winter/Get-involved-in-CS-Club!.md +++ b/content/events/2021/winter/Get-involved-in-CS-Club!.md @@ -1,7 +1,7 @@ --- name: 'Get involved in CS Club!' short: 'Learn about how you can involved with CS Club this term.' -date: 'Mon Jan 11 2021 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 11 2021 19:00' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Out-of-The-Box-React.md b/content/events/2021/winter/Out-of-The-Box-React.md index d543e305..711db6dd 100644 --- a/content/events/2021/winter/Out-of-The-Box-React.md +++ b/content/events/2021/winter/Out-of-The-Box-React.md @@ -1,7 +1,7 @@ --- name: 'Out of The Box: React' short: 'Learn how React works and make your own version!' -date: 'Thu Mar 25 2021 20:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 25 2021 19:00' online: true location: 'Online' --- diff --git a/content/events/2021/winter/RES-135.md b/content/events/2021/winter/RES-135.md index 5f6270e3..ace7d17b 100644 --- a/content/events/2021/winter/RES-135.md +++ b/content/events/2021/winter/RES-135.md @@ -1,7 +1,7 @@ --- name: 'RES 135' short: 'Join us for resume and WaterlooWorks tips for the upcoming coop search.' -date: 'Thu Jan 14 2021 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 14 2021 19:00' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Recovering-From-a-Rough-Term.md b/content/events/2021/winter/Recovering-From-a-Rough-Term.md index ca3cf338..b8880fdf 100644 --- a/content/events/2021/winter/Recovering-From-a-Rough-Term.md +++ b/content/events/2021/winter/Recovering-From-a-Rough-Term.md @@ -1,7 +1,7 @@ --- name: 'Recovering From a Rough Term' short: 'Join us to learn about other students have bounced back from a rough term, and how you can too.' -date: 'Thu Jan 28 2021 20:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 28 2021 19:00' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Speed-Friending.md b/content/events/2021/winter/Speed-Friending.md index 8f765168..392307fa 100644 --- a/content/events/2021/winter/Speed-Friending.md +++ b/content/events/2021/winter/Speed-Friending.md @@ -1,7 +1,7 @@ --- name: 'Speed-Friending' short: 'Join CSC to meet new people in a Speed-Friending event.' -date: 'Tue Mar 16 2021 20:30:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 16 2021 19:30' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Talk-to-CSC-Tuesday.md b/content/events/2021/winter/Talk-to-CSC-Tuesday.md index 3a6c8b7a..1c24b090 100644 --- a/content/events/2021/winter/Talk-to-CSC-Tuesday.md +++ b/content/events/2021/winter/Talk-to-CSC-Tuesday.md @@ -1,7 +1,7 @@ --- name: 'Talk to CSC Tuesday' short: 'Come meet and chill out with CSC execs.' -date: 'Tue Feb 16 2021 21:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 16 2021 20:00' online: true location: 'Online' --- diff --git a/content/events/2021/winter/Theatre-Thursday.md b/content/events/2021/winter/Theatre-Thursday.md index 6ba81a01..20b00b3d 100644 --- a/content/events/2021/winter/Theatre-Thursday.md +++ b/content/events/2021/winter/Theatre-Thursday.md @@ -1,7 +1,7 @@ --- name: 'Theatre Thursday' short: 'Come watch a movie with CSC!' -date: 'Thu Feb 18 2021 21:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 18 2021 20:00' online: true location: 'Online' --- diff --git a/content/get-involved.mdx b/content/get-involved.mdx index daf61b69..c268b505 100644 --- a/content/get-involved.mdx +++ b/content/get-involved.mdx @@ -26,7 +26,7 @@ You do not need to bring your WatCard or sign the usage agreement again. -
+
Online Term Email the CSC Systems Committee at diff --git a/content/news/2002/fall/2002-09-16-sjdutoit-35c9a5.md b/content/news/2002/fall/2002-09-16-sjdutoit-35c9a5.md index d965d19f..6b9111b5 100644 --- a/content/news/2002/fall/2002-09-16-sjdutoit-35c9a5.md +++ b/content/news/2002/fall/2002-09-16-sjdutoit-35c9a5.md @@ -1,6 +1,6 @@ --- author: 'sjdutoit' -date: 'Mon Sep 16 2002 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 16 2002 01:00' --- The Fall elections have occured and the [results]() are in. \ No newline at end of file diff --git a/content/news/2002/fall/2002-09-18-sjdutoit-8db635.md b/content/news/2002/fall/2002-09-18-sjdutoit-8db635.md index 82e97f33..5344e18a 100644 --- a/content/news/2002/fall/2002-09-18-sjdutoit-8db635.md +++ b/content/news/2002/fall/2002-09-18-sjdutoit-8db635.md @@ -1,6 +1,6 @@ --- author: 'sjdutoit' -date: 'Wed Sep 18 2002 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 18 2002 01:00' --- We've changed to the new site! Please send your comments to the [webmaster](). The [old site]() is still available. A few things may not be working quite right yet, but I'm working on it. \ No newline at end of file diff --git a/content/news/2002/fall/2002-09-30-sjdutoit-f28c49.md b/content/news/2002/fall/2002-09-30-sjdutoit-f28c49.md index b9ce4fd6..69e93e40 100644 --- a/content/news/2002/fall/2002-09-30-sjdutoit-f28c49.md +++ b/content/news/2002/fall/2002-09-30-sjdutoit-f28c49.md @@ -1,6 +1,6 @@ --- author: 'sjdutoit' -date: 'Mon Sep 30 2002 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 30 2002 01:00' --- The business meeting of 2002-09-30 was concluded and the [constitutional change]() was approved with a 14:2 majority (and one spoiled ballot). See the new [constitution](). \ No newline at end of file diff --git a/content/news/2002/fall/2002-10-29-sjdutoit-491492.md b/content/news/2002/fall/2002-10-29-sjdutoit-491492.md index 15617096..240e6ade 100644 --- a/content/news/2002/fall/2002-10-29-sjdutoit-491492.md +++ b/content/news/2002/fall/2002-10-29-sjdutoit-491492.md @@ -1,6 +1,6 @@ --- author: 'sjdutoit' -date: 'Tue Oct 29 2002 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'October 29 2002 00:00' --- Due to lack of time for preparation, the Romp Through The Linux Kernel talks were cancelled. Sorry for the inconvenience. Hopefully these talks will happen next term. \ No newline at end of file diff --git a/content/news/2002/winter/2002-02-03-sjdutoit-c75285.md b/content/news/2002/winter/2002-02-03-sjdutoit-c75285.md index 43fab2dd..e932ce4e 100644 --- a/content/news/2002/winter/2002-02-03-sjdutoit-c75285.md +++ b/content/news/2002/winter/2002-02-03-sjdutoit-c75285.md @@ -1,6 +1,6 @@ --- author: 'sjdutoit' -date: 'Sun Feb 03 2002 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 03 2002 00:00' --- XML goodness. \ No newline at end of file diff --git a/content/news/2002/winter/2002-02-04-sjdutoit-a0e4fb.md b/content/news/2002/winter/2002-02-04-sjdutoit-a0e4fb.md index f2c16a85..45b52cbb 100644 --- a/content/news/2002/winter/2002-02-04-sjdutoit-a0e4fb.md +++ b/content/news/2002/winter/2002-02-04-sjdutoit-a0e4fb.md @@ -1,6 +1,6 @@ --- author: 'sjdutoit' -date: 'Mon Feb 04 2002 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 04 2002 00:00' --- About/Memberlist stub up. Made the CSC logo gold. Isn't it nifty? \ No newline at end of file diff --git a/content/news/2002/winter/2002-04-15-sjdutoit-3784f2.md b/content/news/2002/winter/2002-04-15-sjdutoit-3784f2.md index 5fbf340d..93d782c8 100644 --- a/content/news/2002/winter/2002-04-15-sjdutoit-3784f2.md +++ b/content/news/2002/winter/2002-04-15-sjdutoit-3784f2.md @@ -1,6 +1,6 @@ --- author: 'sjdutoit' -date: 'Mon Apr 15 2002 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 15 2002 01:00' --- Added a bunch of [old events]() and some documents, including the [constitution](). \ No newline at end of file diff --git a/content/news/2002/winter/2002-04-15-sjdutoit-a7a80c.md b/content/news/2002/winter/2002-04-15-sjdutoit-a7a80c.md index 0b627225..d063759a 100644 --- a/content/news/2002/winter/2002-04-15-sjdutoit-a7a80c.md +++ b/content/news/2002/winter/2002-04-15-sjdutoit-a7a80c.md @@ -1,6 +1,6 @@ --- author: 'sjdutoit' -date: 'Mon Apr 15 2002 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 15 2002 01:00' --- Added the [membership list](). [Old events]() are working. Event terms, as well as the current term are determined automagically now. Lots of work done. Some more stubs up (office etc.). And I introduce cow - that is, the CSC Ontological Webalizer - which is just a wrapper around libxslt with some extra xpath functions. It is now what is being used to build the site, instead of xsltproc. \ No newline at end of file diff --git a/content/news/2002/winter/2002-04-22-sjdutoit-fc28c9.md b/content/news/2002/winter/2002-04-22-sjdutoit-fc28c9.md index f1ca503c..cf54cecb 100644 --- a/content/news/2002/winter/2002-04-22-sjdutoit-fc28c9.md +++ b/content/news/2002/winter/2002-04-22-sjdutoit-fc28c9.md @@ -1,6 +1,6 @@ --- author: 'sjdutoit' -date: 'Mon Apr 22 2002 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 22 2002 01:00' --- Added [books]()! About 2.5 shelves are there, minus a whole lot that weren't readily accessible from the Library of Congress. Getting all of the books on there is going to be a tough job. These are, by the way, managed by good-old (or new?) CEO. Thanks to Ryan Golbeck and Petio for their hard work getting ISBN numbers onto disc. \ No newline at end of file diff --git a/content/news/2003/fall/2003-09-17-sfllaw-88bade.md b/content/news/2003/fall/2003-09-17-sfllaw-88bade.md index fb8da7c2..02a8f5bc 100644 --- a/content/news/2003/fall/2003-09-17-sfllaw-88bade.md +++ b/content/news/2003/fall/2003-09-17-sfllaw-88bade.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Wed Sep 17 2003 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 17 2003 01:00' --- The CSC elections took place and we have a new [executive]() for Fall 2003. \ No newline at end of file diff --git a/content/news/2003/spring/2003-05-14-sjdutoit-157b55.md b/content/news/2003/spring/2003-05-14-sjdutoit-157b55.md index b90854bd..9736eb62 100644 --- a/content/news/2003/spring/2003-05-14-sjdutoit-157b55.md +++ b/content/news/2003/spring/2003-05-14-sjdutoit-157b55.md @@ -1,6 +1,6 @@ --- author: 'sjdutoit' -date: 'Wed May 14 2003 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 14 2003 01:00' --- The CSC elections took place and we have a new [executive]() for Spring 2003. \ No newline at end of file diff --git a/content/news/2003/spring/2003-06-05-sfllaw-b09e42.md b/content/news/2003/spring/2003-06-05-sfllaw-b09e42.md index fe5e5981..5fe97c20 100644 --- a/content/news/2003/spring/2003-06-05-sfllaw-b09e42.md +++ b/content/news/2003/spring/2003-06-05-sfllaw-b09e42.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Thu Jun 05 2003 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 05 2003 01:00' --- We have a new computer called `glucose-fructose`, or `sugar` for short. As a result, `carbonated-water` is temporarily out of service, although it should return within a month. \ No newline at end of file diff --git a/content/news/2003/spring/2003-07-03-sfllaw-0ac342.md b/content/news/2003/spring/2003-07-03-sfllaw-0ac342.md index f55d2b0d..446de6bb 100644 --- a/content/news/2003/spring/2003-07-03-sfllaw-0ac342.md +++ b/content/news/2003/spring/2003-07-03-sfllaw-0ac342.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Thu Jul 03 2003 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 03 2003 01:00' --- We have been notified by the Guelph Computer Club that they are unable to host our group event. Sorry for the inconvenience. \ No newline at end of file diff --git a/content/news/2003/spring/2003-07-09-ja2morri-964bcc.md b/content/news/2003/spring/2003-07-09-ja2morri-964bcc.md index cae8bc42..fc586273 100644 --- a/content/news/2003/spring/2003-07-09-ja2morri-964bcc.md +++ b/content/news/2003/spring/2003-07-09-ja2morri-964bcc.md @@ -1,6 +1,6 @@ --- author: 'ja2morri' -date: 'Wed Jul 09 2003 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 09 2003 01:00' --- Jim Elliott gave a great talk for the CSC yesterday and has put his slides online. diff --git a/content/news/2003/spring/2003-08-06-ja2morri-d5c161.md b/content/news/2003/spring/2003-08-06-ja2morri-d5c161.md index 4c4f2625..c76135a8 100644 --- a/content/news/2003/spring/2003-08-06-ja2morri-d5c161.md +++ b/content/news/2003/spring/2003-08-06-ja2morri-d5c161.md @@ -1,6 +1,6 @@ --- author: 'ja2morri' -date: 'Wed Aug 06 2003 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'August 06 2003 01:00' --- We've finally gotten around to disabling accounts. If you find your account has been improperly disabled please email [the executive](). We are keeping a back up of the files and mail for each disabled account for a short period of time. \ No newline at end of file diff --git a/content/news/2003/spring/2003-08-12-ja2morri-f68082.md b/content/news/2003/spring/2003-08-12-ja2morri-f68082.md index 252624b4..06bf4373 100644 --- a/content/news/2003/spring/2003-08-12-ja2morri-f68082.md +++ b/content/news/2003/spring/2003-08-12-ja2morri-f68082.md @@ -1,6 +1,6 @@ --- author: 'ja2morri' -date: 'Tue Aug 12 2003 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'August 12 2003 01:00' --- `carbonated-water`, `h2o`, is back up. It's a great machine for reading mail on. \ No newline at end of file diff --git a/content/news/2003/spring/2003-08-12-ja2morri-fb31df.md b/content/news/2003/spring/2003-08-12-ja2morri-fb31df.md index 42c87aa3..e98ff130 100644 --- a/content/news/2003/spring/2003-08-12-ja2morri-fb31df.md +++ b/content/news/2003/spring/2003-08-12-ja2morri-fb31df.md @@ -1,6 +1,6 @@ --- author: 'ja2morri' -date: 'Tue Aug 12 2003 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'August 12 2003 01:00' --- The [CSC Procedures manual]() has been added to the website. Thanks go to Shannon Mann for reminding us of this document. \ No newline at end of file diff --git a/content/news/2003/winter/2003-01-13-sfllaw-f11880.md b/content/news/2003/winter/2003-01-13-sfllaw-f11880.md index 216158d9..55b4b962 100644 --- a/content/news/2003/winter/2003-01-13-sfllaw-f11880.md +++ b/content/news/2003/winter/2003-01-13-sfllaw-f11880.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Mon Jan 13 2003 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 13 2003 00:00' --- The CSC elections took place and we have a new [executive]() for Winter 2003. \ No newline at end of file diff --git a/content/news/2004/fall/2004-09-15-mbiggs-a2a7e4.md b/content/news/2004/fall/2004-09-15-mbiggs-a2a7e4.md index a55471d7..e28966f7 100644 --- a/content/news/2004/fall/2004-09-15-mbiggs-a2a7e4.md +++ b/content/news/2004/fall/2004-09-15-mbiggs-a2a7e4.md @@ -1,6 +1,6 @@ --- author: 'mbiggs' -date: 'Wed Sep 15 2004 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 15 2004 01:00' --- [Here]() is the audio for Professor Buss' talk: Game Complexity Theorists Ponder, in mp3 format. Enjoy! \ No newline at end of file diff --git a/content/news/2004/fall/2004-09-27-jeperry-c2312b.md b/content/news/2004/fall/2004-09-27-jeperry-c2312b.md index 8aa87360..8f2e2c08 100644 --- a/content/news/2004/fall/2004-09-27-jeperry-c2312b.md +++ b/content/news/2004/fall/2004-09-27-jeperry-c2312b.md @@ -1,6 +1,6 @@ --- author: 'jeperry' -date: 'Mon Sep 27 2004 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 27 2004 01:00' --- The Fall 2004 elections have occured. We have a new [executive](). \ No newline at end of file diff --git a/content/news/2004/fall/2004-10-23-jeperry-eaa7d1.md b/content/news/2004/fall/2004-10-23-jeperry-eaa7d1.md index 10d9559b..398a5755 100644 --- a/content/news/2004/fall/2004-10-23-jeperry-eaa7d1.md +++ b/content/news/2004/fall/2004-10-23-jeperry-eaa7d1.md @@ -1,6 +1,6 @@ --- author: 'jeperry' -date: 'Sat Oct 23 2004 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 23 2004 01:00' --- The F04 CSC Programming Contest is underway. Go to [the website]() for more information. \ No newline at end of file diff --git a/content/news/2004/spring/2004-05-12-mbiggs-709351.md b/content/news/2004/spring/2004-05-12-mbiggs-709351.md index a677ee07..326e4646 100644 --- a/content/news/2004/spring/2004-05-12-mbiggs-709351.md +++ b/content/news/2004/spring/2004-05-12-mbiggs-709351.md @@ -1,6 +1,6 @@ --- author: 'mbiggs' -date: 'Wed May 12 2004 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 12 2004 01:00' --- The CSC elections took place and we have a new [executive]() for Spring 2004. \ No newline at end of file diff --git a/content/news/2004/spring/2004-05-31-zbnichol-0a8813.md b/content/news/2004/spring/2004-05-31-zbnichol-0a8813.md index 01ce3c02..95577103 100644 --- a/content/news/2004/spring/2004-05-31-zbnichol-0a8813.md +++ b/content/news/2004/spring/2004-05-31-zbnichol-0a8813.md @@ -1,6 +1,6 @@ --- author: 'zbnichol' -date: 'Mon May 31 2004 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 31 2004 01:00' --- Audio has been added for the Larry Smith talk: Computing's Next Great Empires. It is available [in Ogg format]() or [in MP3 format](). Thanks to all who came out. The talk was a great success. \ No newline at end of file diff --git a/content/news/2004/winter/2004-01-22-sfllaw-d12535.md b/content/news/2004/winter/2004-01-22-sfllaw-d12535.md index a900b580..4460cf1f 100644 --- a/content/news/2004/winter/2004-01-22-sfllaw-d12535.md +++ b/content/news/2004/winter/2004-01-22-sfllaw-d12535.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Thu Jan 22 2004 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 22 2004 00:00' --- The CSC elections took place and we have a new [executive]() for Winter 2004. \ No newline at end of file diff --git a/content/news/2004/winter/2004-01-25-sfllaw-033287.md b/content/news/2004/winter/2004-01-25-sfllaw-033287.md index ffbe062b..41fae6d5 100644 --- a/content/news/2004/winter/2004-01-25-sfllaw-033287.md +++ b/content/news/2004/winter/2004-01-25-sfllaw-033287.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Sun Jan 25 2004 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 25 2004 00:00' --- `carbonated-water`, `h2o`, is back down. It's awaiting a new power supply. \ No newline at end of file diff --git a/content/news/2004/winter/2004-02-02-sfllaw-15f29d.md b/content/news/2004/winter/2004-02-02-sfllaw-15f29d.md index a90e7c36..fd687755 100644 --- a/content/news/2004/winter/2004-02-02-sfllaw-15f29d.md +++ b/content/news/2004/winter/2004-02-02-sfllaw-15f29d.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Mon Feb 02 2004 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 02 2004 00:00' --- `perpugilliam` went down over the weekend due to a failing disk. Please back up all your important data as it is starting to go bad. We are trying to acquire a replacement. \ No newline at end of file diff --git a/content/news/2004/winter/2004-02-05-sfllaw-946fa7.md b/content/news/2004/winter/2004-02-05-sfllaw-946fa7.md index 887da1a4..30d0bcd1 100644 --- a/content/news/2004/winter/2004-02-05-sfllaw-946fa7.md +++ b/content/news/2004/winter/2004-02-05-sfllaw-946fa7.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Thu Feb 05 2004 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 05 2004 00:00' --- We voted 15 to 0 to 0 in favour of changing the [constitution]() to follow MathSoc policy. An updated copy of the document is now online. \ No newline at end of file diff --git a/content/news/2004/winter/2004-03-16-sfllaw-48f1e9.md b/content/news/2004/winter/2004-03-16-sfllaw-48f1e9.md index ca404dae..7df92103 100644 --- a/content/news/2004/winter/2004-03-16-sfllaw-48f1e9.md +++ b/content/news/2004/winter/2004-03-16-sfllaw-48f1e9.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Tue Mar 16 2004 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 16 2004 00:00' --- The books that we purchased have arrived. Now we have two books that can be signed by Kernighan when he comes. \ No newline at end of file diff --git a/content/news/2004/winter/2004-03-19-sfllaw-d99436.md b/content/news/2004/winter/2004-03-19-sfllaw-d99436.md index 4280848c..10df9ada 100644 --- a/content/news/2004/winter/2004-03-19-sfllaw-d99436.md +++ b/content/news/2004/winter/2004-03-19-sfllaw-d99436.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Fri Mar 19 2004 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 19 2004 00:00' --- Kernighan came to Waterloo, and the Computer Science Club got our books signed by him. Not only that, but we took [photographs of him]() too. \ No newline at end of file diff --git a/content/news/2004/winter/2004-04-01-sfllaw-e42a05.md b/content/news/2004/winter/2004-04-01-sfllaw-e42a05.md index 6d5e3635..a9cb0a69 100644 --- a/content/news/2004/winter/2004-04-01-sfllaw-e42a05.md +++ b/content/news/2004/winter/2004-04-01-sfllaw-e42a05.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Thu Apr 01 2004 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'April 01 2004 00:00' --- `glucose-fructose` will be going down for hardware upgrades on 2004-04-02 for an indeterminate amount of time. We thank MathSoc and MEF for their generous support in purchasing this hardware, and apologise for any inconvenience this downtime will cause. \ No newline at end of file diff --git a/content/news/2004/winter/2004-04-02-sfllaw-b6effa.md b/content/news/2004/winter/2004-04-02-sfllaw-b6effa.md index db3d3439..a9123bb7 100644 --- a/content/news/2004/winter/2004-04-02-sfllaw-b6effa.md +++ b/content/news/2004/winter/2004-04-02-sfllaw-b6effa.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Fri Apr 02 2004 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'April 02 2004 00:00' --- `glucose-fructose` is back on-line. It has a new 120 GB hard disk, a new power supply, and an nVidia GeForce FX 5900. \ No newline at end of file diff --git a/content/news/2004/winter/2004-04-07-mbiggs-eb3e23.md b/content/news/2004/winter/2004-04-07-mbiggs-eb3e23.md index 3b230a35..352c8e79 100644 --- a/content/news/2004/winter/2004-04-07-mbiggs-eb3e23.md +++ b/content/news/2004/winter/2004-04-07-mbiggs-eb3e23.md @@ -1,6 +1,6 @@ --- author: 'mbiggs' -date: 'Wed Apr 07 2004 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 07 2004 01:00' --- Pictures of [CTRL-D]() are available in the gallery. \ No newline at end of file diff --git a/content/news/2004/winter/2004-04-16-sfllaw-399637.md b/content/news/2004/winter/2004-04-16-sfllaw-399637.md index e9246d67..47b026e1 100644 --- a/content/news/2004/winter/2004-04-16-sfllaw-399637.md +++ b/content/news/2004/winter/2004-04-16-sfllaw-399637.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Fri Apr 16 2004 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 16 2004 01:00' --- `carbonated-water` is back up. It now runs as the backup mail exchange and also serves a a slave LDAP server. What this means is that if `perpugilliam` goes down, your mail will not be dropped and you'll still be able to login to other machines. \ No newline at end of file diff --git a/content/news/2004/winter/2004-04-16-sfllaw-9417ab.md b/content/news/2004/winter/2004-04-16-sfllaw-9417ab.md index 66d93396..8b309fea 100644 --- a/content/news/2004/winter/2004-04-16-sfllaw-9417ab.md +++ b/content/news/2004/winter/2004-04-16-sfllaw-9417ab.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Fri Apr 16 2004 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 16 2004 01:00' --- `perpugilliam` will be going down for hardware upgrades on 2004-04-16 to 2004-04-19. We thank MathSoc and MEF for their generous support in purchasing this hardware, and apologise for any inconvenience this downtime will cause. \ No newline at end of file diff --git a/content/news/2004/winter/2004-04-19-sfllaw-d8e9e0.md b/content/news/2004/winter/2004-04-19-sfllaw-d8e9e0.md index a87acb49..76108804 100644 --- a/content/news/2004/winter/2004-04-19-sfllaw-d8e9e0.md +++ b/content/news/2004/winter/2004-04-19-sfllaw-d8e9e0.md @@ -1,6 +1,6 @@ --- author: 'sfllaw' -date: 'Mon Apr 19 2004 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 19 2004 01:00' --- `perpugilliam` has been restored, with two new disks courtesy of MathSoc and MEF. There are now disk quotas for users, with a 250 MB soft quota and a 500 MB hard quota, with a 14-day grace period. \ No newline at end of file diff --git a/content/news/2006/fall/2006-09-21-woconnor-a3e5b7.md b/content/news/2006/fall/2006-09-21-woconnor-a3e5b7.md index 863cfc83..7e6767e1 100644 --- a/content/news/2006/fall/2006-09-21-woconnor-a3e5b7.md +++ b/content/news/2006/fall/2006-09-21-woconnor-a3e5b7.md @@ -1,6 +1,6 @@ --- author: 'woconnor' -date: 'Thu Sep 21 2006 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 21 2006 01:00' --- The [executive]() has been elected for the Fall 2006 term. \ No newline at end of file diff --git a/content/news/2006/spring/2006-05-10-hkarau-033a60.md b/content/news/2006/spring/2006-05-10-hkarau-033a60.md index 4ccd2194..bf28d66e 100644 --- a/content/news/2006/spring/2006-05-10-hkarau-033a60.md +++ b/content/news/2006/spring/2006-05-10-hkarau-033a60.md @@ -1,6 +1,6 @@ --- author: 'hkarau' -date: 'Wed May 10 2006 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 10 2006 01:00' --- The CSC [executive]() for Summer 2006 term has been elected. \ No newline at end of file diff --git a/content/news/2006/spring/2006-05-19-hkarau-cd79ed.md b/content/news/2006/spring/2006-05-19-hkarau-cd79ed.md index 3b8060ab..96875d46 100644 --- a/content/news/2006/spring/2006-05-19-hkarau-cd79ed.md +++ b/content/news/2006/spring/2006-05-19-hkarau-cd79ed.md @@ -1,6 +1,6 @@ --- author: 'hkarau' -date: 'Fri May 19 2006 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 19 2006 01:00' --- Larry Smith's talk on Creating Killer applications is now online in our new [ section ]()(in video :-)). \ No newline at end of file diff --git a/content/news/2006/spring/2006-06-04-hkarau-d96598.md b/content/news/2006/spring/2006-06-04-hkarau-d96598.md index 22cf7170..6340bc1a 100644 --- a/content/news/2006/spring/2006-06-04-hkarau-d96598.md +++ b/content/news/2006/spring/2006-06-04-hkarau-d96598.md @@ -1,6 +1,6 @@ --- author: 'hkarau' -date: 'Sun Jun 04 2006 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 04 2006 01:00' --- The BeBox lives again. BeOS is a unique operating system from the same era as Windows 95. If you'd like to see it run, port something to it (we have the developement tools!), or just watch the funny lights on the front of it, stop by the office and take a look \ No newline at end of file diff --git a/content/news/2006/winter/2006-01-10-ddenisen-3f8cc0.md b/content/news/2006/winter/2006-01-10-ddenisen-3f8cc0.md index 8c536996..e6c10b72 100644 --- a/content/news/2006/winter/2006-01-10-ddenisen-3f8cc0.md +++ b/content/news/2006/winter/2006-01-10-ddenisen-3f8cc0.md @@ -1,6 +1,6 @@ --- author: 'ddenisen' -date: 'Tue Jan 10 2006 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 10 2006 00:00' --- The CSC [executive]() for Winter 2006 term has been elected. \ No newline at end of file diff --git a/content/news/2007/fall/2007-09-01-dtbartle-60b881.md b/content/news/2007/fall/2007-09-01-dtbartle-60b881.md index 818568fd..535343cf 100644 --- a/content/news/2007/fall/2007-09-01-dtbartle-60b881.md +++ b/content/news/2007/fall/2007-09-01-dtbartle-60b881.md @@ -1,6 +1,6 @@ --- author: 'dtbartle' -date: 'Sat Sep 01 2007 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 01 2007 01:00' --- Nominations are now being accepted for Fall 2007 executive positions. Nominiations close on Sept 19 at 4:30 pm. See [uw.csc]() for details. \ No newline at end of file diff --git a/content/news/2007/fall/2007-09-01-dtbartle-a3778f.md b/content/news/2007/fall/2007-09-01-dtbartle-a3778f.md index ad9f8c20..108e4363 100644 --- a/content/news/2007/fall/2007-09-01-dtbartle-a3778f.md +++ b/content/news/2007/fall/2007-09-01-dtbartle-a3778f.md @@ -1,6 +1,6 @@ --- author: 'dtbartle' -date: 'Sat Sep 01 2007 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 01 2007 01:00' --- Our talks our now mirrored on mirror.cs for ResNet and on-campus users. \ No newline at end of file diff --git a/content/news/2007/fall/2007-09-09-dtbartle-1e3191.md b/content/news/2007/fall/2007-09-09-dtbartle-1e3191.md index fd57fc9c..197ed934 100644 --- a/content/news/2007/fall/2007-09-09-dtbartle-1e3191.md +++ b/content/news/2007/fall/2007-09-09-dtbartle-1e3191.md @@ -1,6 +1,6 @@ --- author: 'dtbartle' -date: 'Sun Sep 09 2007 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 09 2007 01:00' --- The Fall 2007 election has been scheduled for Sept 20 at 4:30 pm in the comfy lounge. \ No newline at end of file diff --git a/content/news/2007/spring/2007-05-11-mspang-6ef6f4.md b/content/news/2007/spring/2007-05-11-mspang-6ef6f4.md index 48c10da1..3c790877 100644 --- a/content/news/2007/spring/2007-05-11-mspang-6ef6f4.md +++ b/content/news/2007/spring/2007-05-11-mspang-6ef6f4.md @@ -1,6 +1,6 @@ --- author: 'mspang' -date: 'Fri May 11 2007 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 11 2007 01:00' --- The [executive]() has been elected for the Spring 2007 term. \ No newline at end of file diff --git a/content/news/2007/winter/2007-01-12-daltenty-21fc58.md b/content/news/2007/winter/2007-01-12-daltenty-21fc58.md index 2a45b13e..e6fda733 100644 --- a/content/news/2007/winter/2007-01-12-daltenty-21fc58.md +++ b/content/news/2007/winter/2007-01-12-daltenty-21fc58.md @@ -1,6 +1,6 @@ --- author: 'daltenty' -date: 'Fri Jan 12 2007 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 12 2007 00:00' --- The [executive]() has been elected for the Winter 2007 term. \ No newline at end of file diff --git a/content/news/2008/fall/2008-09-16-dtbartle-ecd9a3.md b/content/news/2008/fall/2008-09-16-dtbartle-ecd9a3.md index 8c72c92e..45c1cd51 100644 --- a/content/news/2008/fall/2008-09-16-dtbartle-ecd9a3.md +++ b/content/news/2008/fall/2008-09-16-dtbartle-ecd9a3.md @@ -1,6 +1,6 @@ --- author: 'dtbartle' -date: 'Tue Sep 16 2008 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 16 2008 01:00' --- The following people were elected today: - President: m3lawren (Matt Lawrence) diff --git a/content/news/2008/spring/2008-05-04-dtbartle-c82f66.md b/content/news/2008/spring/2008-05-04-dtbartle-c82f66.md index 93efd62d..8922d1a7 100644 --- a/content/news/2008/spring/2008-05-04-dtbartle-c82f66.md +++ b/content/news/2008/spring/2008-05-04-dtbartle-c82f66.md @@ -1,6 +1,6 @@ --- author: 'dtbartle' -date: 'Sun May 04 2008 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 04 2008 01:00' --- Spring 2008 elections will be held on Tuesday May 13th at 4:30pm in the Comfy Lounge. diff --git a/content/news/2008/spring/2008-05-16-b4taylor-412b68.md b/content/news/2008/spring/2008-05-16-b4taylor-412b68.md index 9aeedbaf..a3708045 100644 --- a/content/news/2008/spring/2008-05-16-b4taylor-412b68.md +++ b/content/news/2008/spring/2008-05-16-b4taylor-412b68.md @@ -1,6 +1,6 @@ --- author: 'b4taylor' -date: 'Fri May 16 2008 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 16 2008 01:00' --- New positions were elected on Tuesday. Check the exec section to see who won. \ No newline at end of file diff --git a/content/news/2008/winter/2008-01-08-dtbartle-11500c.md b/content/news/2008/winter/2008-01-08-dtbartle-11500c.md index d8076221..7b0f85e0 100644 --- a/content/news/2008/winter/2008-01-08-dtbartle-11500c.md +++ b/content/news/2008/winter/2008-01-08-dtbartle-11500c.md @@ -1,6 +1,6 @@ --- author: 'dtbartle' -date: 'Tue Jan 08 2008 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 08 2008 00:00' --- The CSClub mirror ([mirror.csclub.uwaterloo.ca]()) is now on the ResNet "don't count" list. This means that downloading software from our mirror will not count against your quota. [Click here]() for a list of Linux distributions and open-source software that we mirror. \ No newline at end of file diff --git a/content/news/2008/winter/2008-01-15-dtbartle-4f6743.md b/content/news/2008/winter/2008-01-15-dtbartle-4f6743.md index aa0e86de..ba1fc51e 100644 --- a/content/news/2008/winter/2008-01-15-dtbartle-4f6743.md +++ b/content/news/2008/winter/2008-01-15-dtbartle-4f6743.md @@ -1,6 +1,6 @@ --- author: 'dtbartle' -date: 'Tue Jan 15 2008 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 15 2008 00:00' --- Winter 2008 elections are over; [click here]() to see the new executive and other positions. \ No newline at end of file diff --git a/content/news/2009/fall/2009-10-02-ebering-d067f2.md b/content/news/2009/fall/2009-10-02-ebering-d067f2.md index 9b312eab..4c3774bd 100644 --- a/content/news/2009/fall/2009-10-02-ebering-d067f2.md +++ b/content/news/2009/fall/2009-10-02-ebering-d067f2.md @@ -1,6 +1,6 @@ --- author: 'ebering' -date: 'Fri Oct 02 2009 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 02 2009 01:00' --- ### Contest Still Open! diff --git a/content/news/2009/fall/2009-10-17-ebering-b8180b.md b/content/news/2009/fall/2009-10-17-ebering-b8180b.md index 0812a298..9d2e5367 100644 --- a/content/news/2009/fall/2009-10-17-ebering-b8180b.md +++ b/content/news/2009/fall/2009-10-17-ebering-b8180b.md @@ -1,6 +1,6 @@ --- author: 'ebering' -date: 'Sat Oct 17 2009 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 17 2009 01:00' --- ### Contest Over diff --git a/content/news/2009/spring/2009-05-04-kspaans-a1eebf.md b/content/news/2009/spring/2009-05-04-kspaans-a1eebf.md index 8b612611..c9e39930 100644 --- a/content/news/2009/spring/2009-05-04-kspaans-a1eebf.md +++ b/content/news/2009/spring/2009-05-04-kspaans-a1eebf.md @@ -1,6 +1,6 @@ --- author: 'kspaans' -date: 'Mon May 04 2009 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 04 2009 01:00' --- Kyle (The CRO) has opened the nominations for positions and set the election date. Elections will be held on **Tuesday May 12, 2009 at 4:30 PM** in the Comfy Lounge. [Nominees and voting policy]() for the election. \ No newline at end of file diff --git a/content/news/2009/spring/2009-05-12-kspaans-5f0506.md b/content/news/2009/spring/2009-05-12-kspaans-5f0506.md index 85130aef..2237b3b3 100644 --- a/content/news/2009/spring/2009-05-12-kspaans-5f0506.md +++ b/content/news/2009/spring/2009-05-12-kspaans-5f0506.md @@ -1,6 +1,6 @@ --- author: 'kspaans' -date: 'Tue May 12 2009 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 12 2009 01:00' --- The elections are complete. Your executive for the Spring 2009 term are: - President: mspang (Michael Spang) diff --git a/content/news/2009/spring/2009-05-14-ebering-c774cb.md b/content/news/2009/spring/2009-05-14-ebering-c774cb.md index b1a9a772..173b4f45 100644 --- a/content/news/2009/spring/2009-05-14-ebering-c774cb.md +++ b/content/news/2009/spring/2009-05-14-ebering-c774cb.md @@ -1,6 +1,6 @@ --- author: 'ebering' -date: 'Thu May 14 2009 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 14 2009 01:00' --- Some of the talks from the Winter term are available on the website in the [media]() section, including the IQC talk and video from the lab tours. Joel Spolsky and Richard Stallman's talks are coming soon. \ No newline at end of file diff --git a/content/news/2009/spring/2009-05-26-j3parker-e50cb7.md b/content/news/2009/spring/2009-05-26-j3parker-e50cb7.md index 27b41067..c2238ba6 100644 --- a/content/news/2009/spring/2009-05-26-j3parker-e50cb7.md +++ b/content/news/2009/spring/2009-05-26-j3parker-e50cb7.md @@ -1,6 +1,6 @@ --- author: 'j3parker' -date: 'Tue May 26 2009 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 26 2009 01:00' --- Upcoming events: - UNIX 101: Need to learn unix for a course, or just to be a ninja? Swing by MC 2037 on Thursday, June 2nd at 4:30PM for a tutorial session. diff --git a/content/news/2009/spring/2009-06-18-mgregson-1828cc.md b/content/news/2009/spring/2009-06-18-mgregson-1828cc.md index 56816ca4..55216638 100644 --- a/content/news/2009/spring/2009-06-18-mgregson-1828cc.md +++ b/content/news/2009/spring/2009-06-18-mgregson-1828cc.md @@ -1,6 +1,6 @@ --- author: 'mgregson' -date: 'Thu Jun 18 2009 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 18 2009 01:00' --- ### Do you text... do you iPod? diff --git a/content/news/2009/winter/2009-01-06-b4taylor-400664.md b/content/news/2009/winter/2009-01-06-b4taylor-400664.md index 01ad9597..21b775d5 100644 --- a/content/news/2009/winter/2009-01-06-b4taylor-400664.md +++ b/content/news/2009/winter/2009-01-06-b4taylor-400664.md @@ -1,6 +1,6 @@ --- author: 'b4taylor' -date: 'Tue Jan 06 2009 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 06 2009 00:00' --- Holden (The CRO) has opened the nominations for positions and set the election date. Elections will be held on **Tuesday January 13, 2009 at 4:30 PM** \ No newline at end of file diff --git a/content/news/2009/winter/2009-01-29-mgregson-93eb1e.md b/content/news/2009/winter/2009-01-29-mgregson-93eb1e.md index 12d1a577..ee78a0ad 100644 --- a/content/news/2009/winter/2009-01-29-mgregson-93eb1e.md +++ b/content/news/2009/winter/2009-01-29-mgregson-93eb1e.md @@ -1,6 +1,6 @@ --- author: 'mgregson' -date: 'Thu Jan 29 2009 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 29 2009 00:00' --- Richard Stallman's flight has been delayed and he will be arriving in Waterloo later than expected. As a result, the talk has been moved to the Modern Languages Theatre at 6:30PM. Drop by the CSC for more information! Sorry for the confusion! \ No newline at end of file diff --git a/content/news/2009/winter/2009-03-24-ebering-d6f8f5.md b/content/news/2009/winter/2009-03-24-ebering-d6f8f5.md index 17123149..6c021670 100644 --- a/content/news/2009/winter/2009-03-24-ebering-d6f8f5.md +++ b/content/news/2009/winter/2009-03-24-ebering-d6f8f5.md @@ -1,6 +1,6 @@ --- author: 'ebering' -date: 'Tue Mar 24 2009 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 24 2009 01:00' --- The contest is still open and will be until Saturday. For contest details go to [the contest website](), and come to the code party friday night for some last minute hacking! \ No newline at end of file diff --git a/content/news/2009/winter/2009-04-13-ebering-d67574.md b/content/news/2009/winter/2009-04-13-ebering-d67574.md index 5ac1cb73..52cd7215 100644 --- a/content/news/2009/winter/2009-04-13-ebering-d67574.md +++ b/content/news/2009/winter/2009-04-13-ebering-d67574.md @@ -1,6 +1,6 @@ --- author: 'ebering' -date: 'Mon Apr 13 2009 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 13 2009 01:00' --- CSC Branded Merchindise is now available for purchase [here]() for your owning pleasure. \ No newline at end of file diff --git a/content/news/2010/fall/2010-09-04-m2ellis-cedb0c.md b/content/news/2010/fall/2010-09-04-m2ellis-cedb0c.md index db532e32..b360b06f 100644 --- a/content/news/2010/fall/2010-09-04-m2ellis-cedb0c.md +++ b/content/news/2010/fall/2010-09-04-m2ellis-cedb0c.md @@ -1,6 +1,6 @@ --- author: 'm2ellis' -date: 'Sat Sep 04 2010 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 04 2010 01:00' --- Nominations for the fall term executives are now open. They will close on Sunday September 12. The election will be held on Tuesday the 14th. To enter a nomination write the name/position on the CSC office whiteboard or send it to [cro@csclub.uwaterloo.ca]() \ No newline at end of file diff --git a/content/news/2010/fall/2010-09-10-m2ellis-eadf6e.md b/content/news/2010/fall/2010-09-10-m2ellis-eadf6e.md index 7a0f81b2..177083a9 100644 --- a/content/news/2010/fall/2010-09-10-m2ellis-eadf6e.md +++ b/content/news/2010/fall/2010-09-10-m2ellis-eadf6e.md @@ -1,6 +1,6 @@ --- author: 'm2ellis' -date: 'Fri Sep 10 2010 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 10 2010 01:00' --- Time for the election on September 14th has been decided. It will be held at 16:30 in the MC comfy lounge. \ No newline at end of file diff --git a/content/news/2010/fall/2010-09-12-m2ellis-346b67.md b/content/news/2010/fall/2010-09-12-m2ellis-346b67.md index 8a0247d9..e1020fb7 100644 --- a/content/news/2010/fall/2010-09-12-m2ellis-346b67.md +++ b/content/news/2010/fall/2010-09-12-m2ellis-346b67.md @@ -1,6 +1,6 @@ --- author: 'm2ellis' -date: 'Sun Sep 12 2010 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 12 2010 01:00' --- Nominations are now closed. The nominations are as follows: - President: j3parker, kspaans, jdonland, mspang diff --git a/content/news/2010/fall/2010-09-14-m2ellis-7d35df.md b/content/news/2010/fall/2010-09-14-m2ellis-7d35df.md index ad2ca336..ad56d959 100644 --- a/content/news/2010/fall/2010-09-14-m2ellis-7d35df.md +++ b/content/news/2010/fall/2010-09-14-m2ellis-7d35df.md @@ -1,6 +1,6 @@ --- author: 'm2ellis' -date: 'Tue Sep 14 2010 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 14 2010 01:00' --- Elections are over. The results are: - President: j3parker diff --git a/content/news/2010/fall/2010-09-22-m2ellis-f78d49.md b/content/news/2010/fall/2010-09-22-m2ellis-f78d49.md index 1cd27c7e..a910f340 100644 --- a/content/news/2010/fall/2010-09-22-m2ellis-f78d49.md +++ b/content/news/2010/fall/2010-09-22-m2ellis-f78d49.md @@ -1,6 +1,6 @@ --- author: 'm2ellis' -date: 'Wed Sep 22 2010 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 22 2010 01:00' --- We experienced a recent power outage which caused the RAID array hosting mirror data to need to be rebuilt. As a result, the mirrored data is temporarily read-only. We hope to resume synchronizing as soon as possible. We apologize for any inconvenience. You can view the reconstruction progress on the [mirror's index page]() \ No newline at end of file diff --git a/content/news/2010/fall/2010-11-03-ebering-5e3c16.md b/content/news/2010/fall/2010-11-03-ebering-5e3c16.md index 085e459e..9702c954 100644 --- a/content/news/2010/fall/2010-11-03-ebering-5e3c16.md +++ b/content/news/2010/fall/2010-11-03-ebering-5e3c16.md @@ -1,6 +1,6 @@ --- author: 'ebering' -date: 'Wed Nov 03 2010 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'November 03 2010 01:00' --- The CSC has been invited to MathSoc's annual Charity Ball. If you are interested in attending with the CSC, please contact Gwynneth Leece [gnleece@csclub.uwaterloo.ca](). The Charitby Ball costs $20 per person and includes a three-course dinner. It is Saturday November 20th at 6pm. \ No newline at end of file diff --git a/content/news/2010/spring/2010-05-10-ebering-c7a095.md b/content/news/2010/spring/2010-05-10-ebering-c7a095.md index 62da521c..e1b41ac2 100644 --- a/content/news/2010/spring/2010-05-10-ebering-c7a095.md +++ b/content/news/2010/spring/2010-05-10-ebering-c7a095.md @@ -1,6 +1,6 @@ --- author: 'ebering' -date: 'Mon May 10 2010 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 10 2010 01:00' --- Nominations for the spring term executive are closed. Nominees are: - President: Jeff Cameron (j3camero), Kevin Farnworth (kfarnwor) diff --git a/content/news/2010/spring/2010-05-11-ebering-918ddf.md b/content/news/2010/spring/2010-05-11-ebering-918ddf.md index dcd7161c..cf64f5ef 100644 --- a/content/news/2010/spring/2010-05-11-ebering-918ddf.md +++ b/content/news/2010/spring/2010-05-11-ebering-918ddf.md @@ -1,6 +1,6 @@ --- author: 'ebering' -date: 'Tue May 11 2010 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 11 2010 01:00' --- Elections have concluded, congratulations to the new executive: - President: Jeff Cameron (j3camero) diff --git a/content/news/2010/winter/2010-02-01-ebering-e69ae7.md b/content/news/2010/winter/2010-02-01-ebering-e69ae7.md index acd23391..7000ce22 100644 --- a/content/news/2010/winter/2010-02-01-ebering-e69ae7.md +++ b/content/news/2010/winter/2010-02-01-ebering-e69ae7.md @@ -1,6 +1,6 @@ --- author: 'ebering' -date: 'Mon Feb 01 2010 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 01 2010 00:00' --- ### [Contest now open!]() diff --git a/content/news/2011/fall/2011-09-08-jy2wong-d99031.md b/content/news/2011/fall/2011-09-08-jy2wong-d99031.md index e9862473..766829ac 100644 --- a/content/news/2011/fall/2011-09-08-jy2wong-d99031.md +++ b/content/news/2011/fall/2011-09-08-jy2wong-d99031.md @@ -1,6 +1,6 @@ --- author: 'jy2wong' -date: 'Thu Sep 08 2011 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 08 2011 01:00' --- Nominations for the Fall 2011 exec are open. You can nominate candidates for President, Vice President, Treasurer or Secretary by writing their name on the office whiteboard under the appropriate heading, or by emailing [cro@csclub.uwaterloo.ca]() with their name and position(s). Nominations close Sunday, September 18th at 4:30PM. diff --git a/content/news/2011/fall/2011-09-18-ebering-50c248.md b/content/news/2011/fall/2011-09-18-ebering-50c248.md index 712f7cb0..bb4bfe07 100644 --- a/content/news/2011/fall/2011-09-18-ebering-50c248.md +++ b/content/news/2011/fall/2011-09-18-ebering-50c248.md @@ -1,6 +1,6 @@ --- author: 'ebering' -date: 'Sun Sep 18 2011 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 18 2011 01:00' --- Nominations for the Fall 2011 exec are closed. Nominees are as follows: diff --git a/content/news/2011/fall/2011-09-19-ebering-3e5766.md b/content/news/2011/fall/2011-09-19-ebering-3e5766.md index 7427e890..6eabae3c 100644 --- a/content/news/2011/fall/2011-09-19-ebering-3e5766.md +++ b/content/news/2011/fall/2011-09-19-ebering-3e5766.md @@ -1,6 +1,6 @@ --- author: 'ebering' -date: 'Mon Sep 19 2011 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 19 2011 01:00' --- Elections for Fall 2011 have concluded. The following people were elected. diff --git a/content/news/2011/spring/2011-05-09-ebering-7a89ff.md b/content/news/2011/spring/2011-05-09-ebering-7a89ff.md index 3649052f..3e3706be 100644 --- a/content/news/2011/spring/2011-05-09-ebering-7a89ff.md +++ b/content/news/2011/spring/2011-05-09-ebering-7a89ff.md @@ -1,6 +1,6 @@ --- author: 'ebering' -date: 'Mon May 09 2011 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 09 2011 01:00' --- The results, including appointments, are: diff --git a/content/news/2011/winter/2011-01-04-scshunt-5c680c.md b/content/news/2011/winter/2011-01-04-scshunt-5c680c.md index 794ed30d..684ae319 100644 --- a/content/news/2011/winter/2011-01-04-scshunt-5c680c.md +++ b/content/news/2011/winter/2011-01-04-scshunt-5c680c.md @@ -1,6 +1,6 @@ --- author: 'scshunt' -date: 'Tue Jan 04 2011 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 04 2011 00:00' --- Nominations for Winter 2011 executive are now open on the CSC whiteboard. They close at 3:00 PM on Tuesday, January 11. Elections will be held at 4:00 PM on Wednesday, January 12 on the brand-new furniture in the Comfy Lounge. You can also nominate someone or ask any other questions or just complain to [cro@csclub.uwaterloo.ca](). \ No newline at end of file diff --git a/content/news/2011/winter/2011-01-06-scshunt-88b3d8.md b/content/news/2011/winter/2011-01-06-scshunt-88b3d8.md index d34e77fe..7f47a97a 100644 --- a/content/news/2011/winter/2011-01-06-scshunt-88b3d8.md +++ b/content/news/2011/winter/2011-01-06-scshunt-88b3d8.md @@ -1,6 +1,6 @@ --- author: 'scshunt' -date: 'Thu Jan 06 2011 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 06 2011 00:00' --- It has come to my attention that some people believe I previously claimed that nominations close at 3:00 PM. This is false. They close, and have always closed, at 4:30. We have always been at war with Eurasia. \ No newline at end of file diff --git a/content/news/2011/winter/2011-01-11-scshunt-299375.md b/content/news/2011/winter/2011-01-11-scshunt-299375.md index 982f6df4..84780418 100644 --- a/content/news/2011/winter/2011-01-11-scshunt-299375.md +++ b/content/news/2011/winter/2011-01-11-scshunt-299375.md @@ -1,6 +1,6 @@ --- author: 'scshunt' -date: 'Tue Jan 11 2011 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 11 2011 00:00' --- Nominations have closed at some point. The nominations are as follows: - President: ebering diff --git a/content/news/2011/winter/2011-01-12-scshunt-87299f.md b/content/news/2011/winter/2011-01-12-scshunt-87299f.md index 65940d24..0979dca8 100644 --- a/content/news/2011/winter/2011-01-12-scshunt-87299f.md +++ b/content/news/2011/winter/2011-01-12-scshunt-87299f.md @@ -1,6 +1,6 @@ --- author: 'scshunt' -date: 'Wed Jan 12 2011 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 12 2011 00:00' --- There is a correction in the nominee list. m4burns was nominated for Vice-President, not b4taylor. Apologies. If you cannot attend the meeting, please send a vote to cro@csclub.uwaterloo.ca. \ No newline at end of file diff --git a/content/news/2011/winter/2011-01-12-scshunt-9c63b9.md b/content/news/2011/winter/2011-01-12-scshunt-9c63b9.md index fe432dec..1eb007be 100644 --- a/content/news/2011/winter/2011-01-12-scshunt-9c63b9.md +++ b/content/news/2011/winter/2011-01-12-scshunt-9c63b9.md @@ -1,6 +1,6 @@ --- author: 'scshunt' -date: 'Wed Jan 12 2011 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 12 2011 00:00' --- The election is over. The new executive are: diff --git a/content/news/2012/fall/2012-09-04-m4burns-ce433e.md b/content/news/2012/fall/2012-09-04-m4burns-ce433e.md index 1bc68225..388a108a 100644 --- a/content/news/2012/fall/2012-09-04-m4burns-ce433e.md +++ b/content/news/2012/fall/2012-09-04-m4burns-ce433e.md @@ -1,6 +1,6 @@ --- author: 'm4burns' -date: 'Tue Sep 04 2012 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 04 2012 01:00' --- Elections for Fall 2012 will be held on September 13 at 4:00 PM. Nominations will begin on September 6th, and will end 24 hours prior to elections. Nominations may be emailed to [cro@csclub.uwaterloo.ca](). This term's CRO is Owen Smith (omsmith). \ No newline at end of file diff --git a/content/news/2012/fall/2012-10-03-jbroman-46c9e3.md b/content/news/2012/fall/2012-10-03-jbroman-46c9e3.md index 440ce341..fec4c3f1 100644 --- a/content/news/2012/fall/2012-10-03-jbroman-46c9e3.md +++ b/content/news/2012/fall/2012-10-03-jbroman-46c9e3.md @@ -1,6 +1,6 @@ --- author: 'jbroman' -date: 'Wed Oct 03 2012 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 03 2012 01:00' --- Due to repeated power failure in the MC building, multiple CSC systems are experiencing critical service interruptions. We apologize for the inconvenience. \ No newline at end of file diff --git a/content/news/2012/spring/2012-06-06-m4burns-1a39cc.md b/content/news/2012/spring/2012-06-06-m4burns-1a39cc.md index cfc6dbe2..e9522708 100644 --- a/content/news/2012/spring/2012-06-06-m4burns-1a39cc.md +++ b/content/news/2012/spring/2012-06-06-m4burns-1a39cc.md @@ -1,6 +1,6 @@ --- author: 'm4burns' -date: 'Wed Jun 06 2012 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 06 2012 01:00' --- To all of our members who are interested in attending CUMC at UBCO this summer, please remember to [apply for funding!]() \ No newline at end of file diff --git a/content/news/2012/winter/2012-01-12-jy2wong-1f02e3.md b/content/news/2012/winter/2012-01-12-jy2wong-1f02e3.md index 677f1629..35a4677f 100644 --- a/content/news/2012/winter/2012-01-12-jy2wong-1f02e3.md +++ b/content/news/2012/winter/2012-01-12-jy2wong-1f02e3.md @@ -1,6 +1,6 @@ --- author: 'jy2wong' -date: 'Thu Jan 12 2012 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 12 2012 00:00' --- Elections for Winter 2012 have concluded. The following people were elected. diff --git a/content/news/2012/winter/2012-02-13-m4burns-e08350.md b/content/news/2012/winter/2012-02-13-m4burns-e08350.md index 20eac313..e9d0bef3 100644 --- a/content/news/2012/winter/2012-02-13-m4burns-e08350.md +++ b/content/news/2012/winter/2012-02-13-m4burns-e08350.md @@ -1,6 +1,6 @@ --- author: 'm4burns' -date: 'Mon Feb 13 2012 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 13 2012 00:00' --- Recorded talks from 2010 to 2012 have been added to the [media]() page. \ No newline at end of file diff --git a/content/news/2012/winter/2012-02-27-ehashman-a6df83.md b/content/news/2012/winter/2012-02-27-ehashman-a6df83.md index 7ff19b50..f2925e07 100644 --- a/content/news/2012/winter/2012-02-27-ehashman-a6df83.md +++ b/content/news/2012/winter/2012-02-27-ehashman-a6df83.md @@ -1,6 +1,6 @@ --- author: 'ehashman' -date: 'Mon Feb 27 2012 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 27 2012 00:00' --- The CSC and AMD are running an [OpenCL programming contest!]() If you're interested in winning a laptop or a graphics card, you should [read more]() and [register here](). diff --git a/content/news/2013/fall/2013-09-17-jbroman-8f02b4.md b/content/news/2013/fall/2013-09-17-jbroman-8f02b4.md index 5a594fcd..cf7f35d7 100644 --- a/content/news/2013/fall/2013-09-17-jbroman-8f02b4.md +++ b/content/news/2013/fall/2013-09-17-jbroman-8f02b4.md @@ -1,6 +1,6 @@ --- author: 'jbroman' -date: 'Tue Sep 17 2013 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 17 2013 01:00' --- Congratulations to this term's new executive! diff --git a/content/news/2013/fall/2013-09-29-ehashman-45346e.md b/content/news/2013/fall/2013-09-29-ehashman-45346e.md index 6c7d5565..8cfa4885 100644 --- a/content/news/2013/fall/2013-09-29-ehashman-45346e.md +++ b/content/news/2013/fall/2013-09-29-ehashman-45346e.md @@ -1,6 +1,6 @@ --- author: 'ehashman' -date: 'Sun Sep 29 2013 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 29 2013 01:00' --- Is there something that you're particularly passionate about and would like to share with others? Do you want to practice presenting on a topic of interest to the membership? We are accepting proposals for member talks for the Fall 2013 term. Tell us about a project you're really passionate about, or perhaps a theoretical problem you find interesting. diff --git a/content/news/2013/fall/2013-10-01-ehashman-8d5262.md b/content/news/2013/fall/2013-10-01-ehashman-8d5262.md index 853b9cb1..15436c75 100644 --- a/content/news/2013/fall/2013-10-01-ehashman-8d5262.md +++ b/content/news/2013/fall/2013-10-01-ehashman-8d5262.md @@ -1,6 +1,6 @@ --- author: 'ehashman' -date: 'Tue Oct 01 2013 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 01 2013 01:00' --- A number of talks on security and privacy have been planned for this term. Email [progcom]() if you are interested in getting involved. See individual events for more detail. \ No newline at end of file diff --git a/content/news/2013/fall/2013-10-18-ehashman-72ae86.md b/content/news/2013/fall/2013-10-18-ehashman-72ae86.md index 1c50de01..9662669c 100644 --- a/content/news/2013/fall/2013-10-18-ehashman-72ae86.md +++ b/content/news/2013/fall/2013-10-18-ehashman-72ae86.md @@ -1,6 +1,6 @@ --- author: 'ehashman' -date: 'Fri Oct 18 2013 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 18 2013 01:00' --- Bowling has been moved from Oct. 23 to Oct. 30. See the [event details]() for more information. \ No newline at end of file diff --git a/content/news/2013/fall/2013-10-23-ehashman-3dbdc1.md b/content/news/2013/fall/2013-10-23-ehashman-3dbdc1.md index f38befe2..c1f14850 100644 --- a/content/news/2013/fall/2013-10-23-ehashman-3dbdc1.md +++ b/content/news/2013/fall/2013-10-23-ehashman-3dbdc1.md @@ -1,6 +1,6 @@ --- author: 'ehashman' -date: 'Wed Oct 23 2013 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 23 2013 01:00' --- It's been a while since we last ordered shirts for members. As such, we would like to order a new batch, and invite you to supply the design for the shirt! The winning candidate (and possibly some runner-ups) will receive a free shirt in the size of their choice. Please send your submissions to [the executive](). diff --git a/content/news/2013/spring/2013-05-06-scshunt-2e5d9f.md b/content/news/2013/spring/2013-05-06-scshunt-2e5d9f.md index 8a76c32d..f40382bd 100644 --- a/content/news/2013/spring/2013-05-06-scshunt-2e5d9f.md +++ b/content/news/2013/spring/2013-05-06-scshunt-2e5d9f.md @@ -1,6 +1,6 @@ --- author: 'scshunt' -date: 'Mon May 06 2013 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 06 2013 01:00' --- Welcome to Spring 2013! diff --git a/content/news/2013/spring/2013-05-16-omsmith-20694e.md b/content/news/2013/spring/2013-05-16-omsmith-20694e.md index 151b6ea4..c69628e6 100644 --- a/content/news/2013/spring/2013-05-16-omsmith-20694e.md +++ b/content/news/2013/spring/2013-05-16-omsmith-20694e.md @@ -1,6 +1,6 @@ --- author: 'omsmith' -date: 'Thu May 16 2013 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 16 2013 01:00' --- Congratulations to this terms new executive! diff --git a/content/news/2013/spring/2013-05-28-ehashman-50295d.md b/content/news/2013/spring/2013-05-28-ehashman-50295d.md index 87444296..abe98e2a 100644 --- a/content/news/2013/spring/2013-05-28-ehashman-50295d.md +++ b/content/news/2013/spring/2013-05-28-ehashman-50295d.md @@ -1,6 +1,6 @@ --- author: 'ehashman' -date: 'Tue May 28 2013 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 28 2013 01:00' --- Consider attending the Canadian Undergraduate Mathematics Conference in Montreal, Quebec this semester, July 10—14. Funding for transportation and accommodations has been generously provided by MEF, MathSoc, and the Dean's Office. diff --git a/content/news/2013/winter/2013-01-17-omsmith-28578e.md b/content/news/2013/winter/2013-01-17-omsmith-28578e.md index 40d8a8ca..83af16c4 100644 --- a/content/news/2013/winter/2013-01-17-omsmith-28578e.md +++ b/content/news/2013/winter/2013-01-17-omsmith-28578e.md @@ -1,6 +1,6 @@ --- author: 'omsmith' -date: 'Thu Jan 17 2013 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 17 2013 00:00' --- Elections for Winter 2013 have concluded. The following people were elected. diff --git a/content/news/2014/fall/2014-09-22-yj7kim-4eb444.md b/content/news/2014/fall/2014-09-22-yj7kim-4eb444.md index fad9917b..ab8d6dba 100644 --- a/content/news/2014/fall/2014-09-22-yj7kim-4eb444.md +++ b/content/news/2014/fall/2014-09-22-yj7kim-4eb444.md @@ -1,6 +1,6 @@ --- author: 'yj7kim' -date: 'Mon Sep 22 2014 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 22 2014 01:00' --- Elections for Fall 2014 have concluded. The following people were elected: diff --git a/content/news/2014/fall/2014-10-15-scshunt-de9b61.md b/content/news/2014/fall/2014-10-15-scshunt-de9b61.md index cd97f93e..7d76a396 100644 --- a/content/news/2014/fall/2014-10-15-scshunt-de9b61.md +++ b/content/news/2014/fall/2014-10-15-scshunt-de9b61.md @@ -1,6 +1,6 @@ --- author: 'scshunt' -date: 'Wed Oct 15 2014 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 15 2014 01:00' --- Our [free software mirror]() is currently down due to maintenance and multiple disk failure on the backup. We are working on bringing up a replacement. We do not have an ETA at this time for when service will be restored. Apologies for any inconvenience. \ No newline at end of file diff --git a/content/news/2014/fall/2014-11-05-glgambet-9bae98.md b/content/news/2014/fall/2014-11-05-glgambet-9bae98.md index 9a9151d7..be93ca62 100644 --- a/content/news/2014/fall/2014-11-05-glgambet-9bae98.md +++ b/content/news/2014/fall/2014-11-05-glgambet-9bae98.md @@ -1,6 +1,6 @@ --- author: 'glgambet' -date: 'Wed Nov 05 2014 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 05 2014 00:00' --- We are waxing the office floors on the evening of November 5th. You can come out for 7pm to help move anything on the floor out of the office. \ No newline at end of file diff --git a/content/news/2014/spring/2014-05-15-b2coutts-68a4a5.md b/content/news/2014/spring/2014-05-15-b2coutts-68a4a5.md index e3cc0814..cd773b41 100644 --- a/content/news/2014/spring/2014-05-15-b2coutts-68a4a5.md +++ b/content/news/2014/spring/2014-05-15-b2coutts-68a4a5.md @@ -1,6 +1,6 @@ --- author: 'b2coutts' -date: 'Thu May 15 2014 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 15 2014 01:00' --- Elections for Spring 2014 have concluded. The following people were elected: diff --git a/content/news/2014/winter/2014-01-16-jbroman-51419e.md b/content/news/2014/winter/2014-01-16-jbroman-51419e.md index ccadcad6..cc9038ee 100644 --- a/content/news/2014/winter/2014-01-16-jbroman-51419e.md +++ b/content/news/2014/winter/2014-01-16-jbroman-51419e.md @@ -1,6 +1,6 @@ --- author: 'jbroman' -date: 'Thu Jan 16 2014 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 16 2014 00:00' --- Elections for Winter 2014 have concluded. The following people were elected: diff --git a/content/news/2015/spring/2015-05-14-glgambet-8d07ec.md b/content/news/2015/spring/2015-05-14-glgambet-8d07ec.md index 83ca5d47..b5dfa381 100644 --- a/content/news/2015/spring/2015-05-14-glgambet-8d07ec.md +++ b/content/news/2015/spring/2015-05-14-glgambet-8d07ec.md @@ -1,6 +1,6 @@ --- author: 'glgambet' -date: 'Thu May 14 2015 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 14 2015 01:00' --- Elections for Spring 2015 have concluded. The following people were elected: diff --git a/content/news/2015/spring/2015-05-22-kpwarr-fb4a99.md b/content/news/2015/spring/2015-05-22-kpwarr-fb4a99.md index 4d2fb004..3c31c19c 100644 --- a/content/news/2015/spring/2015-05-22-kpwarr-fb4a99.md +++ b/content/news/2015/spring/2015-05-22-kpwarr-fb4a99.md @@ -1,6 +1,6 @@ --- author: 'kpwarr' -date: 'Fri May 22 2015 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 22 2015 01:00' --- By-Elections for Spring 2015 have concluded. The following people were elected: diff --git a/content/news/2015/winter/2015-01-16-yj7kim-4d0998.md b/content/news/2015/winter/2015-01-16-yj7kim-4d0998.md index 3c48fa11..1477d58d 100644 --- a/content/news/2015/winter/2015-01-16-yj7kim-4d0998.md +++ b/content/news/2015/winter/2015-01-16-yj7kim-4d0998.md @@ -1,6 +1,6 @@ --- author: 'yj7kim' -date: 'Fri Jan 16 2015 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 16 2015 00:00' --- Elections for Winter 2015 have concluded. The following people were elected: diff --git a/content/news/2015/winter/2015-03-17-glgambet-33f558.md b/content/news/2015/winter/2015-03-17-glgambet-33f558.md index 47fddb4e..4c3fe699 100644 --- a/content/news/2015/winter/2015-03-17-glgambet-33f558.md +++ b/content/news/2015/winter/2015-03-17-glgambet-33f558.md @@ -1,6 +1,6 @@ --- author: 'glgambet' -date: 'Tue Mar 17 2015 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 17 2015 01:00' --- There will be a general meeting on March 27th to discuss constitution amendments and the institution of a Code of Conduct. diff --git a/content/news/2015/winter/2015-03-27-glgambet-f83766.md b/content/news/2015/winter/2015-03-27-glgambet-f83766.md index d7478ae2..ce61bc2f 100644 --- a/content/news/2015/winter/2015-03-27-glgambet-f83766.md +++ b/content/news/2015/winter/2015-03-27-glgambet-f83766.md @@ -1,6 +1,6 @@ --- author: 'glgambet' -date: 'Fri Mar 27 2015 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 27 2015 01:00' --- The Computer Science Club adopted the proposed Code of Conduct (with amendments). The complete code of conduct can be found here: [ https://csclub.uwaterloo.ca/about/code-of-conduct ]() \ No newline at end of file diff --git a/content/news/2016/fall/2016-09-19-ztseguin-ecba56.md b/content/news/2016/fall/2016-09-19-ztseguin-ecba56.md index e0c26688..bff8b49c 100644 --- a/content/news/2016/fall/2016-09-19-ztseguin-ecba56.md +++ b/content/news/2016/fall/2016-09-19-ztseguin-ecba56.md @@ -1,6 +1,6 @@ --- author: 'ztseguin' -date: 'Mon Sep 19 2016 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 19 2016 01:00' --- Here are the results from this term's elections: diff --git a/content/news/2016/fall/2016-10-18-ztseguin-e6971d.md b/content/news/2016/fall/2016-10-18-ztseguin-e6971d.md index 1b7f4052..e5ee328a 100644 --- a/content/news/2016/fall/2016-10-18-ztseguin-e6971d.md +++ b/content/news/2016/fall/2016-10-18-ztseguin-e6971d.md @@ -1,6 +1,6 @@ --- author: 'ztseguin' -date: 'Tue Oct 18 2016 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 18 2016 01:00' --- Due to a planned power outage in the Mathematics & Computer Building on Sat. Oct 22 from 7am to 11pm, Computer Science Club systems and services will be unavailable. diff --git a/content/news/2016/fall/2016-11-10-ubarar-3e7bde.md b/content/news/2016/fall/2016-11-10-ubarar-3e7bde.md index 7f58efbd..610a22ed 100644 --- a/content/news/2016/fall/2016-11-10-ubarar-3e7bde.md +++ b/content/news/2016/fall/2016-11-10-ubarar-3e7bde.md @@ -1,6 +1,6 @@ --- author: 'ubarar' -date: 'Thu Nov 10 2016 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 10 2016 00:00' --- The Code of Conduct and the amended version can be found below: diff --git a/content/news/2016/fall/2016-11-20-ztseguin-0b8ed4.md b/content/news/2016/fall/2016-11-20-ztseguin-0b8ed4.md index 4e8947a3..c9542605 100644 --- a/content/news/2016/fall/2016-11-20-ztseguin-0b8ed4.md +++ b/content/news/2016/fall/2016-11-20-ztseguin-0b8ed4.md @@ -1,6 +1,6 @@ --- author: 'ztseguin' -date: 'Sun Nov 20 2016 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'November 20 2016 00:00' --- Due to a planned power outage in the Mathematics & Computer Building on Sat. Nov 26 from 7am to 5pm, Computer Science Club systems and services will be unavailable. diff --git a/content/news/2016/spring/2016-05-12-pj2melan-f6f27f.md b/content/news/2016/spring/2016-05-12-pj2melan-f6f27f.md index 9017ada1..6973035c 100644 --- a/content/news/2016/spring/2016-05-12-pj2melan-f6f27f.md +++ b/content/news/2016/spring/2016-05-12-pj2melan-f6f27f.md @@ -1,6 +1,6 @@ --- author: 'pj2melan' -date: 'Thu May 12 2016 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 12 2016 01:00' --- Elections for Spring 2016 have concluded. The following people were elected and ratified: diff --git a/content/news/2016/winter/2016-01-14-pj2melan-3f60a2.md b/content/news/2016/winter/2016-01-14-pj2melan-3f60a2.md index fd38d6a2..a5db9a9b 100644 --- a/content/news/2016/winter/2016-01-14-pj2melan-3f60a2.md +++ b/content/news/2016/winter/2016-01-14-pj2melan-3f60a2.md @@ -1,6 +1,6 @@ --- author: 'pj2melan' -date: 'Thu Jan 14 2016 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 14 2016 00:00' --- Elections for Winter 2016 have concluded. The following people were elected: diff --git a/content/news/2016/winter/2016-01-21-ztseguin-72d5b4.md b/content/news/2016/winter/2016-01-21-ztseguin-72d5b4.md index 371d59a5..104fe2a4 100644 --- a/content/news/2016/winter/2016-01-21-ztseguin-72d5b4.md +++ b/content/news/2016/winter/2016-01-21-ztseguin-72d5b4.md @@ -1,6 +1,6 @@ --- author: 'ztseguin' -date: 'Thu Jan 21 2016 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 21 2016 00:00' --- The [Computer Science Club Mirror]() is now running on potassium-benzoate, our new server which was purchased with funding from the [Mathematics Endowment Fund (MEF)](). We have also enhanced our mirror's network connectivity, adding IPv6 and 10Gbps. diff --git a/content/news/2016/winter/2016-02-09-ztseguin-42c3d6.md b/content/news/2016/winter/2016-02-09-ztseguin-42c3d6.md index 21a0ae7c..af18c3c3 100644 --- a/content/news/2016/winter/2016-02-09-ztseguin-42c3d6.md +++ b/content/news/2016/winter/2016-02-09-ztseguin-42c3d6.md @@ -1,6 +1,6 @@ --- author: 'ztseguin' -date: 'Tue Feb 09 2016 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 09 2016 00:00' --- Many of the Computer Science Club's systems and services will be unavailable for maintenance on Wednesday, February 17 from 11am to 5pm. diff --git a/content/news/2017/spring/2017-05-17-ztseguin-0ada22.md b/content/news/2017/spring/2017-05-17-ztseguin-0ada22.md index 987f5b69..09524f11 100644 --- a/content/news/2017/spring/2017-05-17-ztseguin-0ada22.md +++ b/content/news/2017/spring/2017-05-17-ztseguin-0ada22.md @@ -1,6 +1,6 @@ --- author: 'ztseguin' -date: 'Wed May 17 2017 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 17 2017 01:00' --- Here are the results from this term's elections: diff --git a/content/news/2017/winter/2017-01-14-b2coutts-26c28d.md b/content/news/2017/winter/2017-01-14-b2coutts-26c28d.md index da2f57d5..1403e872 100644 --- a/content/news/2017/winter/2017-01-14-b2coutts-26c28d.md +++ b/content/news/2017/winter/2017-01-14-b2coutts-26c28d.md @@ -1,6 +1,6 @@ --- author: 'b2coutts' -date: 'Sat Jan 14 2017 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 14 2017 00:00' --- Here are the results from this term's elections: diff --git a/content/news/2018/fall/2018-09-01-ztseguin-06d363.md b/content/news/2018/fall/2018-09-01-ztseguin-06d363.md index 6e2bf792..4adff591 100644 --- a/content/news/2018/fall/2018-09-01-ztseguin-06d363.md +++ b/content/news/2018/fall/2018-09-01-ztseguin-06d363.md @@ -1,6 +1,6 @@ --- author: 'ztseguin' -date: 'Sat Sep 01 2018 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 01 2018 01:00' --- Power has now been restored to the machine room and most CSC systems and services are now available, with the exception of: diff --git a/content/news/2018/fall/2018-09-12-c7zou-987f2c.md b/content/news/2018/fall/2018-09-12-c7zou-987f2c.md index 3910572f..b895c848 100644 --- a/content/news/2018/fall/2018-09-12-c7zou-987f2c.md +++ b/content/news/2018/fall/2018-09-12-c7zou-987f2c.md @@ -1,6 +1,6 @@ --- author: 'c7zou' -date: 'Wed Sep 12 2018 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 12 2018 01:00' --- Nominations for the Fall 2018 exec are open. You can nominate candidates for President, Vice President, Assistant Vice President, or Treasurer by submitting their name, username, and position to the ballot box in the CSC, or by emailing [cro@csclub.uwaterloo.ca]() with their name and position(s). Nominations close Monday, September 17th. diff --git a/content/news/2018/fall/2018-09-18-n3parikh-42ae8c.md b/content/news/2018/fall/2018-09-18-n3parikh-42ae8c.md index 01db574f..f43ae086 100644 --- a/content/news/2018/fall/2018-09-18-n3parikh-42ae8c.md +++ b/content/news/2018/fall/2018-09-18-n3parikh-42ae8c.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Tue Sep 18 2018 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 18 2018 01:00' --- Here are the results from this term's elections: diff --git a/content/news/2018/fall/2018-10-07-ztseguin-9c2174.md b/content/news/2018/fall/2018-10-07-ztseguin-9c2174.md index 817f1215..5e4bf4ec 100644 --- a/content/news/2018/fall/2018-10-07-ztseguin-9c2174.md +++ b/content/news/2018/fall/2018-10-07-ztseguin-9c2174.md @@ -1,6 +1,6 @@ --- author: 'ztseguin' -date: 'Sun Oct 07 2018 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 07 2018 01:00' --- We have been informed of a planned power outage that will affect CSC equipment on Oct. 9 at 11pm until Oct. 10 at 5am. diff --git a/content/news/2018/fall/2018-10-29-n3parikh-142076.md b/content/news/2018/fall/2018-10-29-n3parikh-142076.md index 215accb2..266d12fa 100644 --- a/content/news/2018/fall/2018-10-29-n3parikh-142076.md +++ b/content/news/2018/fall/2018-10-29-n3parikh-142076.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Mon Oct 29 2018 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'October 29 2018 01:00' --- CSC will be hosting Alt-Tab, a slightly longer version of lightning talks. It will be a night full of friendly talks during the week of November 26. diff --git a/content/news/2018/spring/2018-05-14-mnmailho-e15105.md b/content/news/2018/spring/2018-05-14-mnmailho-e15105.md index b51540fb..6a49612a 100644 --- a/content/news/2018/spring/2018-05-14-mnmailho-e15105.md +++ b/content/news/2018/spring/2018-05-14-mnmailho-e15105.md @@ -1,6 +1,6 @@ --- author: 'mnmailho' -date: 'Mon May 14 2018 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 14 2018 01:00' --- Here are the results from this term's elections: diff --git a/content/news/2018/spring/2018-05-14-pj2melan-f44c91.md b/content/news/2018/spring/2018-05-14-pj2melan-f44c91.md index 25ef5b18..497b0384 100644 --- a/content/news/2018/spring/2018-05-14-pj2melan-f44c91.md +++ b/content/news/2018/spring/2018-05-14-pj2melan-f44c91.md @@ -1,6 +1,6 @@ --- author: 'pj2melan' -date: 'Mon May 14 2018 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 14 2018 01:00' --- Here are the nominations for the Spring 2018 elections: diff --git a/content/news/2018/spring/2018-07-18-ztseguin-dd1aa1.md b/content/news/2018/spring/2018-07-18-ztseguin-dd1aa1.md index 8f4d324b..0da35e63 100644 --- a/content/news/2018/spring/2018-07-18-ztseguin-dd1aa1.md +++ b/content/news/2018/spring/2018-07-18-ztseguin-dd1aa1.md @@ -1,6 +1,6 @@ --- author: 'ztseguin' -date: 'Wed Jul 18 2018 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 18 2018 01:00' --- The Systems Committee has been informed of a planned power outage in the Math & Computer Building (MC) Tuesday, August 21 to Thursday, August 30. Systems will be unavailable starting Sunday, August 19 at 12pm EDT and are expected to be restored on Thursday, August 30. diff --git a/content/news/2018/spring/2018-08-31-ztseguin-5269f7.md b/content/news/2018/spring/2018-08-31-ztseguin-5269f7.md index 3dc6b25b..5dd9c1fb 100644 --- a/content/news/2018/spring/2018-08-31-ztseguin-5269f7.md +++ b/content/news/2018/spring/2018-08-31-ztseguin-5269f7.md @@ -1,6 +1,6 @@ --- author: 'ztseguin' -date: 'Fri Aug 31 2018 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'August 31 2018 01:00' --- While power has been restored to the Math & Computer Building (MC), power is not yet available in the machine room. As a result, most CSC services are still unavailable at this time. diff --git a/content/news/2018/winter/2018-03-26-pj2melan-8ddac4.md b/content/news/2018/winter/2018-03-26-pj2melan-8ddac4.md index feb194c4..d859755a 100644 --- a/content/news/2018/winter/2018-03-26-pj2melan-8ddac4.md +++ b/content/news/2018/winter/2018-03-26-pj2melan-8ddac4.md @@ -1,6 +1,6 @@ --- author: 'pj2melan' -date: 'Mon Mar 26 2018 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 26 2018 01:00' --- The winner of the uncode party is Jennifer Zhou! For a sorting algorithm that works by emailing our VP for each decision. diff --git a/content/news/2019/fall/2019-09-13-mtrberzi-fead22.md b/content/news/2019/fall/2019-09-13-mtrberzi-fead22.md index 561b0924..e50568a7 100644 --- a/content/news/2019/fall/2019-09-13-mtrberzi-fead22.md +++ b/content/news/2019/fall/2019-09-13-mtrberzi-fead22.md @@ -1,6 +1,6 @@ --- author: 'mtrberzi' -date: 'Fri Sep 13 2019 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 13 2019 01:00' --- Fall 2019 elections have concluded. Here are your executives for the term. diff --git a/content/news/2019/spring/2019-05-16-s455wang-dfe1a9.md b/content/news/2019/spring/2019-05-16-s455wang-dfe1a9.md index a91bfd6f..47119fc1 100644 --- a/content/news/2019/spring/2019-05-16-s455wang-dfe1a9.md +++ b/content/news/2019/spring/2019-05-16-s455wang-dfe1a9.md @@ -1,6 +1,6 @@ --- author: 's455wang' -date: 'Thu May 16 2019 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 16 2019 01:00' --- Spring 2019 elections have concluded. Here are your executives for the term. diff --git a/content/news/2019/spring/2019-08-11-s455wang-d44d2d.md b/content/news/2019/spring/2019-08-11-s455wang-d44d2d.md index c5a5a74e..d3fe4dd3 100644 --- a/content/news/2019/spring/2019-08-11-s455wang-d44d2d.md +++ b/content/news/2019/spring/2019-08-11-s455wang-d44d2d.md @@ -1,6 +1,6 @@ --- author: 's455wang' -date: 'Sun Aug 11 2019 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'August 11 2019 01:00' --- There will be a power outage on campus from 7:00 am until 9:00 pm on Sunday, August 18th (EDT). To prepare for this outage, all Computer Science Club servers will be down starting at 11:00 PM on Saturday, August 17th. This includes web hosting, CSC Cloud, email, and mirror. Please make sure you save all of your work before then, and we also recommend backing up your files just in case. diff --git a/content/news/2019/spring/2019-08-21-ztseguin-eee44d.md b/content/news/2019/spring/2019-08-21-ztseguin-eee44d.md index ded3e9ec..ab3678ce 100644 --- a/content/news/2019/spring/2019-08-21-ztseguin-eee44d.md +++ b/content/news/2019/spring/2019-08-21-ztseguin-eee44d.md @@ -1,6 +1,6 @@ --- author: 'ztseguin' -date: 'Wed Aug 21 2019 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'August 21 2019 01:00' --- On August 21st, we were informed that sometime before 2:30PM EDT taurine caught fire. As a result, it is currently unavailable and is expected to remain so permanently. diff --git a/content/news/2019/winter/2019-01-16-a3thakra-787058.md b/content/news/2019/winter/2019-01-16-a3thakra-787058.md index 71cf16ad..5aab197b 100644 --- a/content/news/2019/winter/2019-01-16-a3thakra-787058.md +++ b/content/news/2019/winter/2019-01-16-a3thakra-787058.md @@ -1,6 +1,6 @@ --- author: 'a3thakra' -date: 'Wed Jan 16 2019 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 16 2019 00:00' --- Here are the results from this term's elections: diff --git a/content/news/2019/winter/2019-01-17-a3thakra-cb5d44.md b/content/news/2019/winter/2019-01-17-a3thakra-cb5d44.md index c9d3ffa5..25179131 100644 --- a/content/news/2019/winter/2019-01-17-a3thakra-cb5d44.md +++ b/content/news/2019/winter/2019-01-17-a3thakra-cb5d44.md @@ -1,6 +1,6 @@ --- author: 'a3thakra' -date: 'Thu Jan 17 2019 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 17 2019 00:00' --- The remaining positions have been appointed: diff --git a/content/news/2019/winter/2019-02-19-a3thakra-8ccef8.md b/content/news/2019/winter/2019-02-19-a3thakra-8ccef8.md index bfccf1df..b9abad07 100644 --- a/content/news/2019/winter/2019-02-19-a3thakra-8ccef8.md +++ b/content/news/2019/winter/2019-02-19-a3thakra-8ccef8.md @@ -1,6 +1,6 @@ --- author: 'a3thakra' -date: 'Tue Feb 19 2019 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'February 19 2019 00:00' --- There will be scheduled downtime for maintenance on many Computer Science Club servers on Thursday, February 21 beginning at 9:45 AM. Machines are expected to be up by 11:30 AM, but issues may arise that require more time to correct. diff --git a/content/news/2020/fall/2020-09-12-abandali-cd398d.md b/content/news/2020/fall/2020-09-12-abandali-cd398d.md index b293f033..de5ebe19 100644 --- a/content/news/2020/fall/2020-09-12-abandali-cd398d.md +++ b/content/news/2020/fall/2020-09-12-abandali-cd398d.md @@ -1,6 +1,6 @@ --- author: 'abandali' -date: 'Sat Sep 12 2020 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 12 2020 01:00' --- MathSoc has decided to waive club fees for the Fall 2020 term as well. diff --git a/content/news/2020/fall/2020-09-12-agaikova-ea8211.md b/content/news/2020/fall/2020-09-12-agaikova-ea8211.md index a65c47f8..3e6eae15 100644 --- a/content/news/2020/fall/2020-09-12-agaikova-ea8211.md +++ b/content/news/2020/fall/2020-09-12-agaikova-ea8211.md @@ -1,6 +1,6 @@ --- author: 'agaikova' -date: 'Sat Sep 12 2020 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 12 2020 01:00' --- Due to the closure of campus this term, the Computer Science Club will be holding elections for Fall 2020 virtually. The president, vice-president, treasurer and assistant vice-president (formerly secretary) will be elected and the sysadmin will be ratified. The librarian and office manager will not be appointed, since the office will be closed for the Fall term. diff --git a/content/news/2020/fall/2020-09-28-abandali-c9f0c8.md b/content/news/2020/fall/2020-09-28-abandali-c9f0c8.md index abd43850..a9df41c1 100644 --- a/content/news/2020/fall/2020-09-28-abandali-c9f0c8.md +++ b/content/news/2020/fall/2020-09-28-abandali-c9f0c8.md @@ -1,6 +1,6 @@ --- author: 'abandali' -date: 'Mon Sep 28 2020 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 28 2020 01:00' --- The CSC Systems Committee announces the availability of the CSC's own installation of the ZNC IRC bouncer for CSC members at [znc.csclub.uwaterloo.ca](), as the second of several steps it is taking to bring modern user freedom- and privacy-respecting communication tools to CSC members. Please see the [notice]() sent to csc-general for the complete announcement. \ No newline at end of file diff --git a/content/news/2020/fall/2020-09-28-agaikova-6b81be.md b/content/news/2020/fall/2020-09-28-agaikova-6b81be.md index cd4a5627..f5a757a2 100644 --- a/content/news/2020/fall/2020-09-28-agaikova-6b81be.md +++ b/content/news/2020/fall/2020-09-28-agaikova-6b81be.md @@ -1,6 +1,6 @@ --- author: 'agaikova' -date: 'Mon Sep 28 2020 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 28 2020 01:00' --- Fall 2020 elections have concluded. Here are your executives for the term: diff --git a/content/news/2020/spring/2020-05-05-n3parikh-031bad.md b/content/news/2020/spring/2020-05-05-n3parikh-031bad.md index 73240ab4..d76b10fe 100644 --- a/content/news/2020/spring/2020-05-05-n3parikh-031bad.md +++ b/content/news/2020/spring/2020-05-05-n3parikh-031bad.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Tue May 05 2020 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 05 2020 01:00' --- Due to campus closure, MathSoc has decided not collect fees for the Spring 2020 term. diff --git a/content/news/2020/spring/2020-05-13-n3parikh-169dca.md b/content/news/2020/spring/2020-05-13-n3parikh-169dca.md index d24f75a6..50ccd1d8 100644 --- a/content/news/2020/spring/2020-05-13-n3parikh-169dca.md +++ b/content/news/2020/spring/2020-05-13-n3parikh-169dca.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Wed May 13 2020 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 13 2020 01:00' --- Due to the closure of campus this term, the Computer Science Club will be holding elections for Spring 2020 virtually. The president, vice-president, treasurer and assistant vice-president (formerly secretary) will be elected and the sysadmin will be ratified. The librarian and office manager will not be appointed, since the office will be closed for the Spring term. diff --git a/content/news/2020/spring/2020-05-26-ztseguin-f7bd50.md b/content/news/2020/spring/2020-05-26-ztseguin-f7bd50.md index bd58b088..df7fe758 100644 --- a/content/news/2020/spring/2020-05-26-ztseguin-f7bd50.md +++ b/content/news/2020/spring/2020-05-26-ztseguin-f7bd50.md @@ -1,6 +1,6 @@ --- author: 'ztseguin' -date: 'Tue May 26 2020 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 26 2020 01:00' --- The Systems Committee has been informed of a planned power outage in the Math & Computer Building (MC) on Thursday, May 28 from 10am to 12pm (noon) EDT. Club systems and services will be unavialble starting at 8am EDT. See the [announcement]() sent to csc-general for more information. \ No newline at end of file diff --git a/content/news/2020/spring/2020-05-28-abandali-e7bb8b.md b/content/news/2020/spring/2020-05-28-abandali-e7bb8b.md index 073af8f0..5143e6f5 100644 --- a/content/news/2020/spring/2020-05-28-abandali-e7bb8b.md +++ b/content/news/2020/spring/2020-05-28-abandali-e7bb8b.md @@ -1,6 +1,6 @@ --- author: 'abandali' -date: 'Thu May 28 2020 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 28 2020 01:00' --- Spring 2020 elections have concluded. Here are your executives for the term: diff --git a/content/news/2020/spring/2020-07-27-abandali-fad782.md b/content/news/2020/spring/2020-07-27-abandali-fad782.md index 2498e363..09b7f423 100644 --- a/content/news/2020/spring/2020-07-27-abandali-fad782.md +++ b/content/news/2020/spring/2020-07-27-abandali-fad782.md @@ -1,6 +1,6 @@ --- author: 'abandali' -date: 'Mon Jul 27 2020 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 27 2020 01:00' --- The CSC Systems Committee announces the availability of a new web IRC client for CSC members at [chat.csclub.uwaterloo.ca](), as the first of several steps it is taking to bring modern user freedom- and privacy-respecting communication tools to CSC members. Please see the [notice]() sent to csc-general for the complete announcement. \ No newline at end of file diff --git a/content/news/2020/winter/2020-01-15-n3parikh-feedab.md b/content/news/2020/winter/2020-01-15-n3parikh-feedab.md index 75c7277f..bc4fb640 100644 --- a/content/news/2020/winter/2020-01-15-n3parikh-feedab.md +++ b/content/news/2020/winter/2020-01-15-n3parikh-feedab.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Wed Jan 15 2020 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 15 2020 00:00' --- Winter 2020 elections have concluded. Here are your executives for the term. diff --git a/content/news/2020/winter/2020-04-15-n3parikh-18c016.md b/content/news/2020/winter/2020-04-15-n3parikh-18c016.md index 56ba1190..5ea04589 100644 --- a/content/news/2020/winter/2020-04-15-n3parikh-18c016.md +++ b/content/news/2020/winter/2020-04-15-n3parikh-18c016.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Wed Apr 15 2020 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 15 2020 01:00' --- The University has closed all campus buildings, so the club office is now closed until further notice. diff --git a/content/news/2021/fall/2021-09-12-n3parikh.md b/content/news/2021/fall/2021-09-12-n3parikh.md index 1168c7d5..fb7166d9 100644 --- a/content/news/2021/fall/2021-09-12-n3parikh.md +++ b/content/news/2021/fall/2021-09-12-n3parikh.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Wed Sep 12 2021 00:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'September 12 2021 00:00' --- 📢 UW’s Tech Clubs are proud to present to you Bootcamp! This event is a new initiative brought to you to help sharpen your resumes happening on September 19th from 6 PM to 10 PM ET. We're looking for both mentors who are willing to critique resumes, and mentees who would like their resume critiqued. diff --git a/content/news/2021/fall/2021-09-30-n3parikh.md b/content/news/2021/fall/2021-09-30-n3parikh.md new file mode 100644 index 00000000..0eb54045 --- /dev/null +++ b/content/news/2021/fall/2021-09-30-n3parikh.md @@ -0,0 +1,19 @@ +--- +author: 'n3parikh' +date: 'September 29 2021 00:00' +--- +DSC and CSC are excited to announce that we’re bringing back the Project Program for Fall 2021! + +Project Program is a month-long experience where you can plan and create amazing side projects as we support you! 🖥️ + +For Fall 2021, we will once again be pairing mentees with mentors who will help guide the mentees. 🏆 Together, you will let your creativity flow as you brainstorm ideas and create a final project that you’re passionate about. At the end, you’ll have the chance to present your project to win prizes! + +The applications for mentees are officially open! As a mentee, you’re responsible for creating a project, collaborating with your group, and learning along the way. ✨ + +If you’re interested in being a mentee, sign up today! + + 👉 Sign up at https://bit.ly/project-program-mentee-signup + +Alternatively, you can email us at exec@csclub.uwaterloo.ca with a short description about yourself, your experience, what types of projects you’d like to build, and who you’d like to work with! + +📅 Deadline to Sign Up: October 1, 2021 diff --git a/content/news/2021/fall/2021-10-19-n3parikh.md b/content/news/2021/fall/2021-10-19-n3parikh.md new file mode 100644 index 00000000..ecf36124 --- /dev/null +++ b/content/news/2021/fall/2021-10-19-n3parikh.md @@ -0,0 +1,23 @@ +--- +author: 'n3parikh' +date: 'October 19 2021 00:00' +--- + +Fall 2021 elections have concluded. Here are your executives for the term: + +- President: Dora Su (d43su) +- VP (Head of Events): Jason Sang (jzsang) +- AVP (Head of Marketing): Anjing Li (a348li) +- Treasurer: Yanni Wang (y3859wan) +- Sysadmin: Max Erenberg (merenber) + + + +Additionally, the following postions were appointed: + +- Head of Discord: Andrew Wang +- Head of Design: Sam Honoridez +- Head of Reps: Juthika Hoque + + + diff --git a/content/news/2021/spring/2021-05-07-n3parikh-9d0a9c.md b/content/news/2021/spring/2021-05-07-n3parikh-9d0a9c.md index e9525d40..3f6e5dcf 100644 --- a/content/news/2021/spring/2021-05-07-n3parikh-9d0a9c.md +++ b/content/news/2021/spring/2021-05-07-n3parikh-9d0a9c.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Fri May 07 2021 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 07 2021 01:00' --- Hello everyone! CSC and DSC are teaming up to bring you all a side-project event next term! Our goal with this event is to help you plan and execute an amazing side project over the course of several weeks, and we'll be releasing more details about this soon diff --git a/content/news/2021/spring/2021-05-14-merenber-53b3f8.md b/content/news/2021/spring/2021-05-14-merenber-53b3f8.md index 9f490e23..e4bb68f0 100644 --- a/content/news/2021/spring/2021-05-14-merenber-53b3f8.md +++ b/content/news/2021/spring/2021-05-14-merenber-53b3f8.md @@ -1,6 +1,6 @@ --- author: 'merenber' -date: 'Fri May 14 2021 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 14 2021 01:00' --- Computer Science Club systems and services will be unavailable on Saturday, May 15 due to a planned power outage in the Mathematics and Computer Building (MC) from 7am to 11am. diff --git a/content/news/2021/spring/2021-05-29-merenber-c5ca04.md b/content/news/2021/spring/2021-05-29-merenber-c5ca04.md index fede7b28..f531ca88 100644 --- a/content/news/2021/spring/2021-05-29-merenber-c5ca04.md +++ b/content/news/2021/spring/2021-05-29-merenber-c5ca04.md @@ -1,6 +1,6 @@ --- author: 'merenber' -date: 'Sat May 29 2021 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'May 29 2021 01:00' --- Due to recent events involving the Freenode IRC network, the #csc channel on Freenode has been migrated to [libera.chat](). If you are in the #csc channel on Freenode, please migrate to libera.chat as soon as possible. The two networks are currently being bridged temporarily to ease the transition. \ No newline at end of file diff --git a/content/news/2021/spring/2021-06-06-n3parikh-0ce62b.md b/content/news/2021/spring/2021-06-06-n3parikh-0ce62b.md index fb8fe120..b3b22b11 100644 --- a/content/news/2021/spring/2021-06-06-n3parikh-0ce62b.md +++ b/content/news/2021/spring/2021-06-06-n3parikh-0ce62b.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Sun Jun 06 2021 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 06 2021 01:00' --- MathSoc has decided to waive club fees for the Spring 2021 term. diff --git a/content/news/2021/spring/2021-06-06-n3parikh-e2ed48.md b/content/news/2021/spring/2021-06-06-n3parikh-e2ed48.md index 916dac42..a91c5acd 100644 --- a/content/news/2021/spring/2021-06-06-n3parikh-e2ed48.md +++ b/content/news/2021/spring/2021-06-06-n3parikh-e2ed48.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Sun Jun 06 2021 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'June 06 2021 01:00' --- Spring 2021 elections have concluded. Here are your executives for the term: diff --git a/content/news/2021/spring/2021-07-14-n3parikh-052625.md b/content/news/2021/spring/2021-07-14-n3parikh-052625.md index 0258d8e4..8e3f5c9e 100644 --- a/content/news/2021/spring/2021-07-14-n3parikh-052625.md +++ b/content/news/2021/spring/2021-07-14-n3parikh-052625.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Wed Jul 14 2021 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 14 2021 01:00' --- Join CSC for Alt-Tab, an event that consists of 10-15 minute talks by students on some interesting topics in the field of tech! Some topics that students have delivered talks on include virtual reality, pathfinding, web development, and competitive programming. The event will be hosted virtually at the end of July! Currently, we are looking for speakers for the event who are passionate about tech and want to gain some public-speaking experience. We would love to hear from everyone! diff --git a/content/news/2021/spring/2021-07-14-n3parikh-d7475d.md b/content/news/2021/spring/2021-07-14-n3parikh-d7475d.md index 5daaa5fd..6e1bec8e 100644 --- a/content/news/2021/spring/2021-07-14-n3parikh-d7475d.md +++ b/content/news/2021/spring/2021-07-14-n3parikh-d7475d.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Wed Jul 14 2021 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'July 14 2021 01:00' --- There will be a planned power outage in MC Saturday, July 17 from 7:00 am to 9:00 pm. Most CSC services will be unavailable during this time. CSC machines will be powered off one hour before the outage begins, at 6:00 am. diff --git a/content/news/2021/winter/2021-01-11-n3parikh-f87df7.md b/content/news/2021/winter/2021-01-11-n3parikh-f87df7.md index 39fe546b..85ddbcf8 100644 --- a/content/news/2021/winter/2021-01-11-n3parikh-f87df7.md +++ b/content/news/2021/winter/2021-01-11-n3parikh-f87df7.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Mon Jan 11 2021 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 11 2021 00:00' --- MathSoc has decided to waive club fees for the Winter 2021 term as well. diff --git a/content/news/2021/winter/2021-01-13-n3parikh-a6f356.md b/content/news/2021/winter/2021-01-13-n3parikh-a6f356.md index 5e936d45..b8805617 100644 --- a/content/news/2021/winter/2021-01-13-n3parikh-a6f356.md +++ b/content/news/2021/winter/2021-01-13-n3parikh-a6f356.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Wed Jan 13 2021 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 13 2021 00:00' --- Due to the closure of campus this term, the Computer Science Club will be holding elections for Winter 2021 virtually. The president, vice-president, treasurer and assistant vice-president (formerly secretary) will be elected and the sysadmin will be appointed. The librarian and office manager will not be appointed, since the office will be closed for the Fall term. diff --git a/content/news/2021/winter/2021-01-21-n3parikh-b645e7.md b/content/news/2021/winter/2021-01-21-n3parikh-b645e7.md index 3f1469ba..99e8b0ec 100644 --- a/content/news/2021/winter/2021-01-21-n3parikh-b645e7.md +++ b/content/news/2021/winter/2021-01-21-n3parikh-b645e7.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Thu Jan 21 2021 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'January 21 2021 00:00' --- Winter 2021 elections have concluded. Here are your executives for the term: diff --git a/content/news/2021/winter/2021-03-01-n3parikh-17459c.md b/content/news/2021/winter/2021-03-01-n3parikh-17459c.md index ab8ce719..4e4d7f47 100644 --- a/content/news/2021/winter/2021-03-01-n3parikh-17459c.md +++ b/content/news/2021/winter/2021-03-01-n3parikh-17459c.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Mon Mar 01 2021 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 01 2021 00:00' --- Join Computer Science Club for Alt-Tab, a lightning tech talk series presented by students. Alt-Tab consists of 10 to 15-minute talks about anything related to tech. They can be about cool new features, a fun project you made or really anything that you are excited about! We will be hosting it virtually this term late March. diff --git a/content/news/2021/winter/2021-03-07-merenber-a8cc2f.md b/content/news/2021/winter/2021-03-07-merenber-a8cc2f.md index 8f7d8845..bc325470 100644 --- a/content/news/2021/winter/2021-03-07-merenber-a8cc2f.md +++ b/content/news/2021/winter/2021-03-07-merenber-a8cc2f.md @@ -1,6 +1,6 @@ --- author: 'merenber' -date: 'Sun Mar 07 2021 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 07 2021 00:00' --- CSC now hosts its own instance of BigBlueButton at [https://bbb.csclub.uwaterloo.ca](), freely available for all members. diff --git a/content/news/2021/winter/2021-03-12-n3parikh-e3e7bb.md b/content/news/2021/winter/2021-03-12-n3parikh-e3e7bb.md index 4bf7c552..82a2a022 100644 --- a/content/news/2021/winter/2021-03-12-n3parikh-e3e7bb.md +++ b/content/news/2021/winter/2021-03-12-n3parikh-e3e7bb.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Fri Mar 12 2021 00:00:00 GMT-0500 (Eastern Standard Time)' +date: 'March 12 2021 00:00' --- We're gathering info about the CSC website in order to prep for a redesign. diff --git a/content/news/2021/winter/2021-03-19-merenber-90d74b.md b/content/news/2021/winter/2021-03-19-merenber-90d74b.md index 3388d827..332a081a 100644 --- a/content/news/2021/winter/2021-03-19-merenber-90d74b.md +++ b/content/news/2021/winter/2021-03-19-merenber-90d74b.md @@ -1,6 +1,6 @@ --- author: 'merenber' -date: 'Fri Mar 19 2021 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 19 2021 01:00' --- Computer Science Club systems and services will be unavailable on Saturday, Mar. 20 due to a planned power outage in the Mathematics and Computer Building (MC) from 7am to 5pm. diff --git a/content/news/2021/winter/2021-03-29-merenber-f78eee.md b/content/news/2021/winter/2021-03-29-merenber-f78eee.md index 0e88a1bc..d97c5fb1 100644 --- a/content/news/2021/winter/2021-03-29-merenber-f78eee.md +++ b/content/news/2021/winter/2021-03-29-merenber-f78eee.md @@ -1,6 +1,6 @@ --- author: 'merenber' -date: 'Mon Mar 29 2021 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 29 2021 01:00' --- The CSC has updated its SpamAssassin configuration to use a site-wide Bayesian learner instead of per-user. This will hopefully reduce duplicate efforts to keep spam out of our inboxes. Unfortunately this may lead to increased false positives. See the instructions on our [wiki]() on how to revert to the old behaviour if you wish to do so. \ No newline at end of file diff --git a/content/news/2021/winter/2021-03-31-merenber-6a9584.md b/content/news/2021/winter/2021-03-31-merenber-6a9584.md index 0567c132..4423a9c5 100644 --- a/content/news/2021/winter/2021-03-31-merenber-6a9584.md +++ b/content/news/2021/winter/2021-03-31-merenber-6a9584.md @@ -1,6 +1,6 @@ --- author: 'merenber' -date: 'Wed Mar 31 2021 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'March 31 2021 01:00' --- As part of an ongoing series to upgrade our email services, there will be some downtime for our email system over the course of the next few weeks. This affects mail.csclub.uwaterloo.ca and mailman.csclub.uwaterloo.ca. The downtime periods will only occur late at night (EDT) and should last no more than an hour at a time. diff --git a/content/news/2021/winter/2021-04-09-n3parikh-3f0bce.md b/content/news/2021/winter/2021-04-09-n3parikh-3f0bce.md index 577a8124..46981168 100644 --- a/content/news/2021/winter/2021-04-09-n3parikh-3f0bce.md +++ b/content/news/2021/winter/2021-04-09-n3parikh-3f0bce.md @@ -1,6 +1,6 @@ --- author: 'n3parikh' -date: 'Fri Apr 09 2021 01:00:00 GMT-0400 (Eastern Daylight Time)' +date: 'April 09 2021 01:00' --- Thank you to all the people that were able to attend our Get Involved event! As promised, we are excited to announce that we are officially accepting applications for CSC's Executive committee. diff --git a/content/resources/services/in-office-books.md b/content/resources/services/in-office-books.md index a4f18ca4..4afcca9c 100644 --- a/content/resources/services/in-office-books.md +++ b/content/resources/services/in-office-books.md @@ -3,4 +3,4 @@ title: In-Office Books index: 11 --- -The CS Club maintains an [extensive collection of Computer Science-related books](http://csclub.uwaterloo.ca/library/). Feel free to come by the office to take a look at our library. +The CS Club maintains an extensive collection of Computer Science-related books. Feel free to come by the office to take a look at our library. diff --git a/content/team/execs/01-kallen-tu.md b/content/team/execs/01-kallen-tu.md index 24b41243..17912751 100644 --- a/content/team/execs/01-kallen-tu.md +++ b/content/team/execs/01-kallen-tu.md @@ -3,4 +3,4 @@ name: Kallen Tu role: President --- -Hello, I'm Kallen, a 4th year CS student. +Hey everyone, I'm Kallen! I'm a 4th year CS student and it's my goal to make sure that every computing student at Waterloo has a place that they can belong and get the support they need 🙌. Outside of CSC, I'm an avid traveller and a hobbyist photographer 📷. I love playing games, finding new mountains to climb ⛰️, and watching horror movies. Feel free to reach out and chat with me about anything! diff --git a/content/team/systems-committee.json b/content/team/systems-committee.json index 8f60ed5e..8bf8e8c4 100644 --- a/content/team/systems-committee.json +++ b/content/team/systems-committee.json @@ -1,23 +1,27 @@ [ { "name": "Max Erenberg", - "role": "Admin" + "role": "Sysadmin" }, { "name": "Andrew Wang", - "role": "Member", + "role": "", "image": "/images/team/AndrewWang-Syscom.jpg" }, { "name": "Raymond Li", - "role": "Member" + "role": "" + }, + { + "name": "Rio Liu", + "role": "" }, { "name": "Amin Bandali", - "role": "Member" + "role": "Alumni" }, { "name": "Zachary Seguin", - "role": "Member" + "role": "Alumni" } ] diff --git a/lib/events.ts b/lib/events.ts index a3bb6f3c..8df6e449 100644 --- a/lib/events.ts +++ b/lib/events.ts @@ -1,6 +1,8 @@ import fs from "fs/promises"; import path from "path"; +import { parse } from "date-fns"; +import { utcToZonedTime, zonedTimeToUtc } from "date-fns-tz"; import matter from "gray-matter"; import { MDXRemoteSerializeResult } from "next-mdx-remote"; import { serialize } from "next-mdx-remote/serialize"; @@ -26,6 +28,16 @@ export async function getEventTermsByYear(year: string): Promise { .sort((a, b) => TERMS.indexOf(a) - TERMS.indexOf(b)); } +interface RawMetadata { + name: string; + poster?: string; + short: string; + date: string; + online?: boolean; + location: string; + registerLink?: string; +} + interface Metadata { name: string; poster?: string; @@ -42,21 +54,28 @@ export interface Event { metadata: Metadata; } +export const DATE_FORMAT = "MMMM dd yyyy HH:mm"; + export async function getEventBySlug( year: string, term: string, slug: string ): Promise { - const raw = await fs.readFile( + const file = await fs.readFile( path.join(EVENTS_PATH, year, term, `${slug}.md`), "utf-8" ); - const { content, data: metadata } = matter(raw); + const { content, data } = matter(file); + const raw = data as RawMetadata; return { content: await serialize(content), metadata: { - ...metadata, + ...raw, + online: raw.online ?? false, + date: getLocalDateFromEST( + parse(raw.date, DATE_FORMAT, new Date()) + ).toString(), // permaLink is based on the directory structure in /pages permaLink: `/events/${year}/${term}/${slug}`, } as Metadata, @@ -111,6 +130,20 @@ export async function getUpcomingEvents(): Promise { }); } +export async function getAllEvents() { + const events: Event[] = []; + + for (const year of await getEventYears()) { + for (const term of await getEventTermsByYear(year)) { + for (const slug of await getEventsByTerm(year, term)) { + events.push(await getEventBySlug(year, term, slug)); + } + } + } + + return events; +} + export async function getEventsPageProps({ year, term, @@ -256,3 +289,12 @@ function getFutureTerm( term: TERMS[index + 1], }; } + +// The date that's returned should be in local time +export function getLocalDateFromEST(date: Date) { + return utcToZonedTime( + // The parsed date is in EST + zonedTimeToUtc(date, "America/Toronto"), + Intl.DateTimeFormat().resolvedOptions().timeZone + ); +} diff --git a/lib/news.ts b/lib/news.ts index 2db87948..0ab30257 100644 --- a/lib/news.ts +++ b/lib/news.ts @@ -1,11 +1,14 @@ import fs from "fs/promises"; import path from "path"; +import { parse } from "date-fns"; import matter from "gray-matter"; import { MDXRemoteSerializeResult } from "next-mdx-remote"; import { serialize } from "next-mdx-remote/serialize"; -const NEWS_PATH = path.join("content", "news"); +import { DATE_FORMAT, getLocalDateFromEST } from "./events"; + +export const NEWS_PATH = path.join("content", "news"); const TERMS = ["winter", "spring", "fall"]; export interface Metadata { @@ -62,7 +65,12 @@ export async function getNewsBySlug( return { content: await serialize(content), - metadata: metadata as Metadata, + metadata: { + ...metadata, + date: getLocalDateFromEST( + parse(metadata.date, DATE_FORMAT, new Date()) + ).toString(), + } as Metadata, }; } diff --git a/package-lock.json b/package-lock.json index ba314f56..81a63b17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "@mdx-js/react": "^1.6.22", "@next/mdx": "11.0.1", "date-fns": "^2.11.1", + "date-fns-tz": "^1.1.6", "next": "11.0.1", "next-mdx-remote": "3.0.4", "prettier": "^2.3.0", @@ -21,7 +22,7 @@ }, "devDependencies": { "@types/mdx-js__react": "^1.5.3", - "@types/node": "^14.14.41", + "@types/node": "^16.9.1", "@types/react": "^17.0.14", "@typescript-eslint/eslint-plugin": "4.28.4", "@typescript-eslint/parser": "4.28.4", @@ -32,10 +33,12 @@ "eslint-plugin-react": "7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "gray-matter": "^4.0.3", + "ical-generator": "^3.0.0", "postcss": "^8.3.0", "postcss-calc": "^8.0.0", "postcss-flexbugs-fixes": "^5.0.2", "postcss-preset-env": "^6.7.0", + "ts-node": "^10.2.1", "typescript": "4.3.5" }, "engines": { @@ -547,6 +550,27 @@ "to-fast-properties": "^2.0.0" } }, + "node_modules/@cspotcode/source-map-consumer": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz", + "integrity": "sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, + "node_modules/@cspotcode/source-map-support": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.6.1.tgz", + "integrity": "sha512-DX3Z+T5dt1ockmPdobJS/FAsQPW4V4SrWEhD2iYQT2Cb2tQsiMnYxrcUH9By/Z3B+v0S5LMBkQtV/XOBbpLEOg==", + "dev": true, + "dependencies": { + "@cspotcode/source-map-consumer": "0.8.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@csstools/convert-colors": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz", @@ -966,6 +990,30 @@ "node": ">= 8" } }, + "node_modules/@tsconfig/node10": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.8.tgz", + "integrity": "sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==", + "dev": true + }, + "node_modules/@tsconfig/node12": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.9.tgz", + "integrity": "sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==", + "dev": true + }, + "node_modules/@tsconfig/node14": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.1.tgz", + "integrity": "sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==", + "dev": true + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.2.tgz", + "integrity": "sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==", + "dev": true + }, "node_modules/@types/hast": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.1.tgz", @@ -998,9 +1046,9 @@ } }, "node_modules/@types/node": { - "version": "14.14.41", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.41.tgz", - "integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==" + "version": "16.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.9.1.tgz", + "integrity": "sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g==" }, "node_modules/@types/parse5": { "version": "5.0.3", @@ -1329,6 +1377,15 @@ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, + "node_modules/acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -1390,6 +1447,12 @@ "node": ">= 8" } }, + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, "node_modules/argparse": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", @@ -2070,6 +2133,12 @@ "sha.js": "^2.4.8" } }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true + }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -2339,6 +2408,14 @@ "url": "https://opencollective.com/date-fns" } }, + "node_modules/date-fns-tz": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.1.6.tgz", + "integrity": "sha512-nyy+URfFI3KUY7udEJozcoftju+KduaqkVfwyTIE0traBiVye09QnyWKLZK7drRr5h9B7sPJITmQnS3U6YOdQg==", + "peerDependencies": { + "date-fns": ">=2.0.0-alpha.13" + } + }, "node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -2393,6 +2470,15 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "engines": { + "node": ">=0.3.1" + } + }, "node_modules/diffie-hellman": { "version": "5.0.3", "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", @@ -3856,6 +3942,58 @@ "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" }, + "node_modules/ical-generator": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ical-generator/-/ical-generator-3.0.0.tgz", + "integrity": "sha512-PlDOOipgTlMzbfDDy+NJixAf5bzNb46wf0JXPkhnSjNQJc50y/XTOhOnQW/cp6tD+4ITHIMhkCkQ4CrUlDKMFQ==", + "dev": true, + "dependencies": { + "uuid-random": "^1.3.2" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@touch4it/ical-timezones": ">=1.6.0", + "@types/luxon": ">= 1.26.0", + "@types/mocha": ">= 8.2.1", + "@types/node": ">= 15.0.0", + "dayjs": ">= 1.10.0", + "luxon": ">= 1.26.0", + "moment": ">= 2.29.0", + "moment-timezone": ">= 0.5.33", + "rrule": ">= 2.6.8" + }, + "peerDependenciesMeta": { + "@touch4it/ical-timezones": { + "optional": true + }, + "@types/luxon": { + "optional": true + }, + "@types/mocha": { + "optional": true + }, + "@types/node": { + "optional": true + }, + "dayjs": { + "optional": true + }, + "luxon": { + "optional": true + }, + "moment": { + "optional": true + }, + "moment-timezone": { + "optional": true + }, + "rrule": { + "optional": true + } + } + }, "node_modules/iconv-lite": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", @@ -4570,6 +4708,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, "node_modules/markdown-escapes": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", @@ -8516,6 +8660,62 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/ts-node": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.2.1.tgz", + "integrity": "sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==", + "dev": true, + "dependencies": { + "@cspotcode/source-map-support": "0.6.1", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/ts-node/node_modules/acorn": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", + "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/ts-pnp": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz", @@ -8840,6 +9040,12 @@ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, + "node_modules/uuid-random": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/uuid-random/-/uuid-random-1.3.2.tgz", + "integrity": "sha512-UOzej0Le/UgkbWEO8flm+0y+G+ljUon1QWTEZOq1rnMAsxo2+SckbiZdKzAHHlVh6gJqI1TjC/xwgR50MuCrBQ==", + "dev": true + }, "node_modules/v8-compile-cache": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", @@ -9013,6 +9219,15 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", @@ -9505,6 +9720,21 @@ "to-fast-properties": "^2.0.0" } }, + "@cspotcode/source-map-consumer": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz", + "integrity": "sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==", + "dev": true + }, + "@cspotcode/source-map-support": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.6.1.tgz", + "integrity": "sha512-DX3Z+T5dt1ockmPdobJS/FAsQPW4V4SrWEhD2iYQT2Cb2tQsiMnYxrcUH9By/Z3B+v0S5LMBkQtV/XOBbpLEOg==", + "dev": true, + "requires": { + "@cspotcode/source-map-consumer": "0.8.0" + } + }, "@csstools/convert-colors": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz", @@ -9822,6 +10052,30 @@ "fastq": "^1.6.0" } }, + "@tsconfig/node10": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.8.tgz", + "integrity": "sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==", + "dev": true + }, + "@tsconfig/node12": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.9.tgz", + "integrity": "sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==", + "dev": true + }, + "@tsconfig/node14": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.1.tgz", + "integrity": "sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==", + "dev": true + }, + "@tsconfig/node16": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.2.tgz", + "integrity": "sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==", + "dev": true + }, "@types/hast": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.1.tgz", @@ -9854,9 +10108,9 @@ } }, "@types/node": { - "version": "14.14.41", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.41.tgz", - "integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==" + "version": "16.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.9.1.tgz", + "integrity": "sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g==" }, "@types/parse5": { "version": "5.0.3", @@ -10066,6 +10320,12 @@ "dev": true, "requires": {} }, + "acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true + }, "ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -10111,6 +10371,12 @@ "picomatch": "^2.0.4" } }, + "arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, "argparse": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", @@ -10650,6 +10916,12 @@ "sha.js": "^2.4.8" } }, + "create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true + }, "cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -10840,6 +11112,12 @@ "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.1.tgz", "integrity": "sha512-m1WR0xGiC6j6jNFAyW4Nvh4WxAi4JF4w9jRJwSI8nBmNcyZXPcP9VUQG+6gHQXAmqaGEKDKhOqAtENDC941UkA==" }, + "date-fns-tz": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.1.6.tgz", + "integrity": "sha512-nyy+URfFI3KUY7udEJozcoftju+KduaqkVfwyTIE0traBiVye09QnyWKLZK7drRr5h9B7sPJITmQnS3U6YOdQg==", + "requires": {} + }, "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -10884,6 +11162,12 @@ "repeat-string": "^1.5.4" } }, + "diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true + }, "diffie-hellman": { "version": "5.0.3", "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", @@ -12005,6 +12289,15 @@ "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" }, + "ical-generator": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ical-generator/-/ical-generator-3.0.0.tgz", + "integrity": "sha512-PlDOOipgTlMzbfDDy+NJixAf5bzNb46wf0JXPkhnSjNQJc50y/XTOhOnQW/cp6tD+4ITHIMhkCkQ4CrUlDKMFQ==", + "dev": true, + "requires": { + "uuid-random": "^1.3.2" + } + }, "iconv-lite": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", @@ -12482,6 +12775,12 @@ "semver": "^6.0.0" } }, + "make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, "markdown-escapes": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", @@ -15479,6 +15778,34 @@ "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==" }, + "ts-node": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.2.1.tgz", + "integrity": "sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==", + "dev": true, + "requires": { + "@cspotcode/source-map-support": "0.6.1", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "yn": "3.1.1" + }, + "dependencies": { + "acorn": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", + "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==", + "dev": true + } + } + }, "ts-pnp": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz", @@ -15717,6 +16044,12 @@ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, + "uuid-random": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/uuid-random/-/uuid-random-1.3.2.tgz", + "integrity": "sha512-UOzej0Le/UgkbWEO8flm+0y+G+ljUon1QWTEZOq1rnMAsxo2+SckbiZdKzAHHlVh6gJqI1TjC/xwgR50MuCrBQ==", + "dev": true + }, "v8-compile-cache": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", @@ -15850,6 +16183,12 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, + "yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true + }, "yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/package.json b/package.json index 4c1ab6bf..f74f6adb 100644 --- a/package.json +++ b/package.json @@ -7,17 +7,21 @@ }, "scripts": { "dev": "next dev", - "build": "next build", + "build": "npm run build:web && npm run generate:calendar", + "build:web": "next build", "start": "next start", "export": "next export", - "lint": "eslint \"{pages,components,lib,hooks}/**/*.{js,ts,tsx,jsx}\" --quiet", - "lint:fix": "eslint \"{pages,components,lib,hooks}/**/*.{js,ts,tsx,jsx}\" --quiet --fix" + "lint": "eslint \"{pages,components,lib,hooks,scripts}/**/*.{js,ts,tsx,jsx}\" --quiet", + "lint:fix": "eslint \"{pages,components,lib,hooks,scripts}/**/*.{js,ts,tsx,jsx}\" --quiet --fix", + "generate:calendar": "ts-node ./scripts/generate-calendar", + "check-lockfile": "ts-node ./scripts/check-lockfile" }, "dependencies": { "@mdx-js/loader": "^1.6.22", "@mdx-js/react": "^1.6.22", "@next/mdx": "11.0.1", "date-fns": "^2.11.1", + "date-fns-tz": "^1.1.6", "next": "11.0.1", "next-mdx-remote": "3.0.4", "prettier": "^2.3.0", @@ -28,7 +32,7 @@ }, "devDependencies": { "@types/mdx-js__react": "^1.5.3", - "@types/node": "^14.14.41", + "@types/node": "^16.9.1", "@types/react": "^17.0.14", "@typescript-eslint/eslint-plugin": "4.28.4", "@typescript-eslint/parser": "4.28.4", @@ -39,10 +43,12 @@ "eslint-plugin-react": "7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "gray-matter": "^4.0.3", + "ical-generator": "^3.0.0", "postcss": "^8.3.0", "postcss-calc": "^8.0.0", "postcss-flexbugs-fixes": "^5.0.2", "postcss-preset-env": "^6.7.0", + "ts-node": "^10.2.1", "typescript": "4.3.5" } } diff --git a/pages/_document.tsx b/pages/_document.tsx new file mode 100644 index 00000000..f65df415 --- /dev/null +++ b/pages/_document.tsx @@ -0,0 +1,18 @@ +import Document, { Html, Head, Main, NextScript } from "next/document"; +import React from "react"; + +class MyDocument extends Document { + render() { + return ( + + + +
+ + + + ); + } +} + +export default MyDocument; diff --git a/public/events.ics b/public/events.ics deleted file mode 100644 index 82996c28..00000000 --- a/public/events.ics +++ /dev/null @@ -1,5707 +0,0 @@ -BEGIN:VCALENDAR -VERSION:2.0 -X-WR-CALNAME:University of Waterloo Computer Science Club -PRODID:-//Apple Computer, Inc//iCal 2.0//EN -X-WR-RELCALID:3359A191-B19E-4B53-BADC-DFC084FC51C9 -CALSCALE:GREGORIAN -METHOD:PUBLISH - -BEGIN:VEVENT -LOCATION:Twitch - Online -DTSTAMP:20060912T200708Z -UID:20210914T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210914T230000Z -DTEND:20210915T000000Z -SUMMARY:CSC BOT & Game Night -DESCRIPTION:Learn about our plans for the term and play some games with us. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210717T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210717T230000Z -DTEND:20210718T000000Z -SUMMARY:Afterhours: Burnout -DESCRIPTION:This Afterhours will be a discussion about recognizing burnout, recovering from burnout, and preventing it from occurring. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210616T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210616T000000Z -DTEND:20210616T010000Z -SUMMARY:Speed-Friending -DESCRIPTION:Come hop on a Zoom call with us to to connect with others in our community! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210610T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210610T230000Z -DTEND:20210611T000000Z -SUMMARY:Titus Winters Tech Talk -DESCRIPTION:Become inspired in an upcoming talk by Titus Winters on June 10th from 7-8pm ET, who will share how good team culture can positively impact code! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210524T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210524T040000Z -DTEND:20210524T050000Z -SUMMARY:CSC x SE Soc: Interview Prep -DESCRIPTION:CSC and SE Soc are hosting an Interview Prep Workshop next week! Join Kristy Gao and Bimesh De Silva as they review the interview process, from behavioural to technical interviews. They'll finish off with live mock interviews, and the event will be held on Twitch (https://www.twitch.tv/uwcsclub). -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210518T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210518T000000Z -DTEND:20210518T010000Z -SUMMARY:CSC BOT & Game Night -DESCRIPTION:Learn about our plans for the term and play some games with us. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210516T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210516T230000Z -DTEND:20210517T000000Z -SUMMARY:Drop-in Resume Critiques (Day 2) -DESCRIPTION:Live Resume Critiques with Tech+, UW Data Science Club, and UW PM (registration required). -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210515T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210515T230000Z -DTEND:20210516T000000Z -SUMMARY:Drop-in Resume Critiques (Day 1) -DESCRIPTION:Live Resume Critiques with Tech+, UW Data Science Club, and UW PM (registration required). -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210327T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210327T183000Z -DTEND:20210327T193000Z -SUMMARY:Alt-Tab -DESCRIPTION:Join us for lightning tech talk presented by students. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210325T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210325T040000Z -DTEND:20210325T050000Z -SUMMARY:Out of The Box: React -DESCRIPTION:Learn how React works and make your own version! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210316T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210316T233000Z -DTEND:20210317T003000Z -SUMMARY:Speed-Friending -DESCRIPTION:Join CSC to meet new people in a Speed-Friending event. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210307T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210307T000000Z -DTEND:20210307T010000Z -SUMMARY:Afterhours: Personal Relationships -DESCRIPTION:Join CSC as we talk about personal relationships. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210220T010000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210220T010000Z -DTEND:20210220T020000Z -SUMMARY:Fun Friday -DESCRIPTION:Join CSC as we play games all night! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210219T010000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210219T010000Z -DTEND:20210219T020000Z -SUMMARY:Theatre Thursday -DESCRIPTION:Come watch a movie with CSC! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210217T010000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210217T010000Z -DTEND:20210217T020000Z -SUMMARY:Talk to CSC Tuesday -DESCRIPTION:Come meet and chill out with CSC execs. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210129T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210129T000000Z -DTEND:20210129T010000Z -SUMMARY:Recovering From a Rough Term -DESCRIPTION:Join us to learn about other students have bounced back from a rough term, and how you can too. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210127T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210127T000000Z -DTEND:20210127T010000Z -SUMMARY:CTCI136 -DESCRIPTION:Join us for tips and tricks on technical interviews. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210115T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210115T000000Z -DTEND:20210115T010000Z -SUMMARY:RES 135 -DESCRIPTION:Join us for resume and WaterlooWorks tips for the upcoming coop search. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20210112T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20210112T000000Z -DTEND:20210112T010000Z -SUMMARY:Get involved in CS Club! -DESCRIPTION:Learn about how you can involved with CS Club this term. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20201126T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20201126T000000Z -DTEND:20201126T010000Z -SUMMARY:Roasting Our First Year Resumes -DESCRIPTION:Upper years students will be critiquing their own resumes from first year. 👉 Streamed at twitch.tv/uwcsclub -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Online -DTSTAMP:20060912T200708Z -UID:20201119T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20201119T220000Z -DTEND:20201119T230000Z -SUMMARY:WiCS x CSC: Alt-Tab -DESCRIPTION:CSC and WiCS are hosting Alt-Tab on November 19th, 5-7 PM EST. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20200312T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20200312T220000Z -DTEND:20200312T230000Z -SUMMARY:WiCS x CSC Bondfire -DESCRIPTION:"Bonfire" with WiCS Thursday March 12th @ 6PM in MC Comfy -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4045 -DTSTAMP:20060912T200708Z -UID:20200211T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20200211T230000Z -DTEND:20200212T000000Z -SUMMARY:Physical Security Workshop -DESCRIPTION:Physical Security Workshop on Tuesday, Feb 11th, at 6:00 PM in MC 4045 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0010 -DTSTAMP:20060912T200708Z -UID:20200128T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20200128T233000Z -DTEND:20200129T003000Z -SUMMARY:Code Party 0 -DESCRIPTION:Code Party 0 on January 28th, 2020, at 6:30 PM in STC 0010 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20190729T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190729T220000Z -DTEND:20190729T230000Z -SUMMARY:End of Term Event -DESCRIPTION:The Computer Science Club will be holding a end of term event on Monday, July 29th at MC Comfy at 6:00 PM. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 5417 -DTSTAMP:20060912T200708Z -UID:20190718T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190718T220000Z -DTEND:20190718T230000Z -SUMMARY:Alt-Tab -DESCRIPTION:The Computer Science Club will be holding a joint event with Women in Computer Science on Thursday, July 18th at MC 5417 at 6:00 PM. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20190709T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190709T230000Z -DTEND:20190710T000000Z -SUMMARY:Movie Night -DESCRIPTION:The Computer Science Club will be holding a joint event with Women in Computer Science on Tuesday, July 9th at MC Comfy at 7:00 PM. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20190618T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190618T220000Z -DTEND:20190618T230000Z -SUMMARY:Code Party 0 -DESCRIPTION:The Computer Science Club will be holding Code Party 0 on Tuesday, June 18th at PHY 150 at 6:00 PM. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MOVED to MC Comfy -DTSTAMP:20060912T200708Z -UID:20190605T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190605T230000Z -DTEND:20190606T000000Z -SUMMARY:WiCS x CSC Bondfire Night -DESCRIPTION:The Computer Science Club will be holding a joint event with Women in Computer Science on Wednesday, June 5th at MC Comfy at 7:00 PM. NOTE: the event has been moved from the Laurel Creek Firepit due to rain. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy (MC 3001) -DTSTAMP:20060912T200708Z -UID:20190516T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190516T230000Z -DTEND:20190517T000000Z -SUMMARY:Spring 2019 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Spring 2019 term on Thursday, May 16th in MC Comfy (MC 3001) at 7:00 PM. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0020 -DTSTAMP:20060912T200708Z -UID:20190405T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190405T193000Z -DTEND:20190405T203000Z -SUMMARY:Prof talk: Making the Switch: Going from 2D to S3D -DESCRIPTION:We will be having our second prof talk of the term with Lesley Istead, on April 5, 3:30 pm in STC 0020. She will be talking about the problems and algorithms used in the film industry to go from 2D to S3D. Come listen to the talk and enjoy some free food! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20190321T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190321T040000Z -DTEND:20190321T050000Z -SUMMARY:CSC + WiCS Movie Night -DESCRIPTION:CSC + WiCS Movie Night on March 21th, 2019, at 6 PM in MC Comfy -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20190320T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190320T040000Z -DTEND:20190320T050000Z -SUMMARY:Prof talk: Animated Tilings -DESCRIPTION:Professor Craig Kaplan will be talking about tiling arrangements on March 20th, 2019, at 4 PM in PHY 150 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC 1502 -DTSTAMP:20060912T200708Z -UID:20190313T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190313T040000Z -DTEND:20190313T050000Z -SUMMARY:Code Party 0 -DESCRIPTION:Code Party 0 on March 13th, 2019, at 6 PM in QNC 1502 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC 1502 -DTSTAMP:20060912T200708Z -UID:20190302T050000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190302T050000Z -DTEND:20190302T060000Z -SUMMARY:Git 101 -DESCRIPTION:Git 101 workshop on March 2nd, 2019, at 12 PM in QNC 1502 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0060 -DTSTAMP:20060912T200708Z -UID:20190124T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20190124T233000Z -DTEND:20190125T003000Z -SUMMARY:Algorithms practice workshop -DESCRIPTION:Algorithms practice workshop on January 24th, 2019, at 6:30 PM in STC 0060 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20181204T020000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181204T020000Z -DTEND:20181204T030000Z -SUMMARY:CSC EOT -DESCRIPTION:CSC End of term celebrations on December 3rd, at 7 PM in MC Comfy. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 5479 -DTSTAMP:20060912T200708Z -UID:20181129T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181129T230000Z -DTEND:20181130T000000Z -SUMMARY:Alt-Tab -DESCRIPTION:Alt-Tab is coming up next week on Thursday Nov. 29th 6-8pm at MC 5417. We have an amazing group of members giving short talks on topics of their choice. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC-4063 -DTSTAMP:20060912T200708Z -UID:20181112T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181112T223000Z -DTEND:20181112T233000Z -SUMMARY:Netplay in emulators -DESCRIPTION:Professor Gregor Richards will be talking about netplay in emulators, which allows for playing video games over the internet. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC-4063 -DTSTAMP:20060912T200708Z -UID:20181105T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181105T223000Z -DTEND:20181105T233000Z -SUMMARY:[Cancelled] BBC micro:bit computer: What is it good for? -DESCRIPTION:Professor Richard Mann will be talking about the BBC micro:bit, an embedded computer that is popular with hobbyists and comes with a variety of peripherals. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC-1506 -DTSTAMP:20060912T200708Z -UID:20181029T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181029T213000Z -DTEND:20181029T223000Z -SUMMARY:Gloves 101 -DESCRIPTION:Make touchscreen gloves with the CS Club on October 29, 5:30 PM in QNC 1506. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC-3003 -DTSTAMP:20060912T200708Z -UID:20181022T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181022T213000Z -DTEND:20181022T223000Z -SUMMARY:Unix 101 -DESCRIPTION:Learn the basics of UNIX with the CS Club on October 22, 5:30 PM in MC 3003. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - EV3-1408 -DTSTAMP:20060912T200708Z -UID:20181018T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181018T223000Z -DTEND:20181018T233000Z -SUMMARY:Code Party 0 -DESCRIPTION:The CS Club is hosting our first Code Party of the term from 6:30pm until ~9:30pm in EV3-1408, on Thursday October 18. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20181015T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181015T213000Z -DTEND:20181015T223000Z -SUMMARY:Data Driven UIs, Incrementally -DESCRIPTION:Jane Street's Yaron Minsky is coming to Waterloo to give a talk aimed at undergraduate students. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Columbia Lake Firepit 2 -DTSTAMP:20060912T200708Z -UID:20181003T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20181003T230000Z -DTEND:20181004T000000Z -SUMMARY:CSC & WiCS & MathSoc go outside! -DESCRIPTION:We will be having a bonfire this Wednesday, Oct 3rd 7-10pm, at Columbia Lake Firepit 2 (NW of CIF), co-hosted with WiCS and MathSoc. Smores and snacks will be provided! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20180717T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180717T220000Z -DTEND:20180717T230000Z -SUMMARY:Sound: From microphones to speakers and everything inbetween -DESCRIPTION:The CSC will be hosting a Prof Talk by Richard Mann. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0010 -DTSTAMP:20060912T200708Z -UID:20180711T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180711T220000Z -DTEND:20180711T230000Z -SUMMARY:Capture the Flag -DESCRIPTION:Test your programming, web, networking, and trivia skills in this computer security themed contest. Learn how to reverse engineer, crack codes, find flaws in websites, and use security tools. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4058 -DTSTAMP:20060912T200708Z -UID:20180704T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180704T220000Z -DTEND:20180704T230000Z -SUMMARY:Alt-Tab -DESCRIPTION:Come hear 10-15 minutes talks from CSC members on a variety of topics. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Laurel Creek Firepit -DTSTAMP:20060912T200708Z -UID:20180604T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180604T220000Z -DTEND:20180604T230000Z -SUMMARY:CSC and WiCS Go Outside -DESCRIPTION:Come join us for a bonfire outside at the Laurel Creek firepit (across Ring. Rd. from EV3) with fellow CSC and WiCS members. Smores and snacks will be provided. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0020 -DTSTAMP:20060912T200708Z -UID:20180528T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180528T223000Z -DTEND:20180528T233000Z -SUMMARY:Code Party 0 -DESCRIPTION:The CS Club is hosting our first Code Party of the term from 6:30pm until ~9:30pm in STC 0020! Come code with us, eat some food, do some things. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20180328T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180328T220000Z -DTEND:20180328T230000Z -SUMMARY:Alt-Tab: W18 -DESCRIPTION:CSC will be hosting our termly Alt-Tab event, the Computer Science version of Short Attention Span Math Seminars (SASMS) hosted by that math club down the hall. It will be a night full of friendly talks. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC 2502 -DTSTAMP:20060912T200708Z -UID:20180326T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180326T230000Z -DTEND:20180327T000000Z -SUMMARY:Uncode Party with WiCS -DESCRIPTION:We are having a joint Code Party with Women in Computer Science (WiCS). This time, it's an Uncode Party, where you try to find the worst solutions possible to programming problems that we will provide. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4059 -DTSTAMP:20060912T200708Z -UID:20180322T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180322T220000Z -DTEND:20180322T230000Z -SUMMARY:Prof Talk with Richard Mann -DESCRIPTION:Professor Richard Mann will be giving a talk on black-box testing of audio gear. Come out to see fancy audio gear, learn more about his Advanced Topics course in Computational Sound, and eat free food! Click through for his abstract. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20180313T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180313T220000Z -DTEND:20180313T230000Z -SUMMARY:Discussion with maddog -DESCRIPTION:We'll be having a discussion session with maddog, an out-of-town speaker from the LPI. Food will be provided, as well as good company. Come out! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20180312T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180312T220000Z -DTEND:20180312T230000Z -SUMMARY:Programming for the 22nd Century -DESCRIPTION:We are bringing an out-of-town speaker, John "maddog" Hall, to come speak! Come to this event, where he will be talking about changes in programming paradigms since the invention of C, and the discussion event tomorrow. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC 1502 -DTSTAMP:20060912T200708Z -UID:20180207T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180207T223000Z -DTEND:20180207T233000Z -SUMMARY:Technical Interview Prep -DESCRIPTION:Our first workshop of the term! Fatema and Arshia will be heading a workshop on how to prepare for technical interviews. Got technical interviews? Come out! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0040 -DTSTAMP:20060912T200708Z -UID:20180125T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180125T230000Z -DTEND:20180126T000000Z -SUMMARY:Code Party 0 -DESCRIPTION:Our first code party of the term! Food is sandwiches, constitution amendments are a go, and Dr. Morton will be talking there! It'll be fun. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20180115T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20180115T220000Z -DTEND:20180115T230000Z -SUMMARY:Winter 2018 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Winter 2018 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian, CTF Club Liaison and IMAPd (fridge and snack runs) will be appointed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20171201T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171201T230000Z -DTEND:20171202T000000Z -SUMMARY:End of Term Event -DESCRIPTION:Join fellow CSC members for our end of term social. There will be food and good company. We can grab board games from Mathsoc. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0010 -DTSTAMP:20060912T200708Z -UID:20171123T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171123T230000Z -DTEND:20171124T000000Z -SUMMARY:CTF Computer Networking Workshop -DESCRIPTION:Hosted in collaboration with the Univerisy of Waterloo CTF Club -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0050 -DTSTAMP:20060912T200708Z -UID:20171115T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171115T223000Z -DTEND:20171115T233000Z -SUMMARY:Code Party 1 -DESCRIPTION:The CS Club is hosting our second Code Party of the term from 6:00pm until late in the evening in STC 0050! Come code with us, eat some food, do some things. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0020 -DTSTAMP:20060912T200708Z -UID:20171114T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171114T230000Z -DTEND:20171115T000000Z -SUMMARY:Capture the Flag Computing Competition -DESCRIPTION:Test your programming, web, networking, and trivial skills Learn how to reverse engineer, crack codes, and use various tools. Win prizes! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4059 -DTSTAMP:20060912T200708Z -UID:20171109T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171109T230000Z -DTEND:20171110T000000Z -SUMMARY:Alt+Tab Talks -DESCRIPTION:Come watch (or give!) interesting short talks by CS Club members. Talks include "Dynamic programming as path finding", "What is a landing page", "Subsurface scattering" and "How to compute on a GPU", but more are welcome (email tghume@csclub.uwaterloo.ca)! Click the link to the event detail page for more info. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4059 and MC 4061 -DTSTAMP:20060912T200708Z -UID:20171102T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171102T040000Z -DTEND:20171102T050000Z -SUMMARY:CSC+WiCS Fall Social and Movie Night -DESCRIPTION:Join other CSC and WiCS members for a social event featuring free food, board games and a showing of Wonder Woman. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20171012T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171012T213000Z -DTEND:20171012T223000Z -SUMMARY:Unix 101 -DESCRIPTION:Interested in Linux, but don't know where to start? Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more! (Snacks after) -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Laurel Creek Firepit -DTSTAMP:20060912T200708Z -UID:20171005T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20171005T220000Z -DTEND:20171005T230000Z -SUMMARY:CSC Goes Outside -DESCRIPTION:Come join us for a bonfire outside at the Laurel Creek firepit (across Ring. Rd. from EV3) with fellow CSC members. Smores and snacks will be provided. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - M3 1006 -DTSTAMP:20060912T200708Z -UID:20170929T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170929T223000Z -DTEND:20170929T233000Z -SUMMARY:Code Party 0 -DESCRIPTION:The CS Club is hosting our first Code Party of the term (Friday September 29th) from 6:30pm until late in the evening in M3 1006! Come code with us, eat some food, do some things. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20170922T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170922T220000Z -DTEND:20170922T230000Z -SUMMARY:Fall 2017 Special Elections -DESCRIPTION:The Computer Science Club will be holding special elections for the Spring 2017 Vice-President and Secretary. Additionally, the Systems Administrator, Office Manager and Librarian, CTF Club Liaison and IMPAD will be appointed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20170915T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170915T220000Z -DTEND:20170915T230000Z -SUMMARY:Fall 2017 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Spring 2017 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian, CTF Club Liaison and Fridge Person will be appointed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20170724T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170724T220000Z -DTEND:20170724T230000Z -SUMMARY:End of Term Party -DESCRIPTION:Come celebrate the end of the term with us in MC Comfy! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4040 -DTSTAMP:20060912T200708Z -UID:20170718T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170718T210000Z -DTEND:20170718T220000Z -SUMMARY:Alt-Tab: S17 -DESCRIPTION:Join us for food and interesting member talks! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CSC Office -DTSTAMP:20060912T200708Z -UID:20170715T140000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170715T140000Z -DTEND:20170715T150000Z -SUMMARY:Spring Cleaning -DESCRIPTION:Join us for Spring Cleaning! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Laurel Creek Firepit -DTSTAMP:20060912T200708Z -UID:20170705T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170705T230000Z -DTEND:20170706T000000Z -SUMMARY:CSC and WiCS Goes Outside -DESCRIPTION:Come join Women in Computer Science and the Computer Science Club outdoors! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0020 -DTSTAMP:20060912T200708Z -UID:20170622T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170622T220000Z -DTEND:20170622T230000Z -SUMMARY:Code Party 0 -DESCRIPTION:Join us for Code Party 0! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4060 -DTSTAMP:20060912T200708Z -UID:20170615T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170615T220000Z -DTEND:20170615T230000Z -SUMMARY:Understanding machine learning - a theory perspective -DESCRIPTION:Professor Shai Ben-David will discuss the basic principles behind machine learning and how they relate to some of the headline-making practical tools, in addition to the major research challenges and directions that address the fast expanding scope of potential machine learning applications. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20170601T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170601T220000Z -DTEND:20170601T230000Z -SUMMARY:Unix 102 -DESCRIPTION:Come gain some more in-depth knowledge or some less well-known tips and tricks for using the command line. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20170517T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170517T220000Z -DTEND:20170517T230000Z -SUMMARY:Spring 2017 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Spring 2017 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian will be appointed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0060 -DTSTAMP:20060912T200708Z -UID:20170405T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170405T210000Z -DTEND:20170405T220000Z -SUMMARY:Code Party 1 -DESCRIPTION:Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party 1 and do it, with great company and great food. Come any time after 5pm, but if you come earlier your food preferences are more likely to be accounted for, and there's more time for coding! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4045 -DTSTAMP:20060912T200708Z -UID:20170322T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170322T220000Z -DTEND:20170322T230000Z -SUMMARY:Unix 201 -DESCRIPTION:A talk and demo about more advanced Unix tricks and tools than are taught in our regular Unix 101 events. Topics may include customizing your prompt, the ranger console file manager, fancy shells, htop, rsync and using terminal escape sequences in your programs. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4042 -DTSTAMP:20060912T200708Z -UID:20170309T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170309T230000Z -DTEND:20170310T000000Z -SUMMARY:Alt+Tab Talks -DESCRIPTION:Come watch (or give!) interesting short talks by CS Club members. Talks include "Stepping into math: building a step-by-step algebra solver" and "Online database migrations at scale", but more are welcome (email tghume@csclub.uwaterloo.ca)! Click the link to the event detail page for more info. (Note: date was moved to Thursday) -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0020 -DTSTAMP:20060912T200708Z -UID:20170208T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170208T220000Z -DTEND:20170208T230000Z -SUMMARY:Code Party 0 -DESCRIPTION:Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party 0 and do it, with great company and great food. Come any time after 5pm, but if you come earlier your food preferences are more likely to be accounted for, and there's more time for coding! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20170112T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20170112T230000Z -DTEND:20170113T000000Z -SUMMARY:Winter 2017 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Winter 2017 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian will be appointed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20161205T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161205T230000Z -DTEND:20161206T000000Z -SUMMARY:CSC/PMC EOT Party -DESCRIPTION:The CSC and the PMAMC&OC (aka pure math club) are hosting our end of term events together! We'll be taking over MC Comfy to hang out, eat lots of food (from Kismet!), and play board games. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4063 -DTSTAMP:20060912T200708Z -UID:20161130T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161130T230000Z -DTEND:20161201T000000Z -SUMMARY:ALT+TAB Talks -DESCRIPTION:Various members of the CSC will be giving brief, 25 minute talks on CS-related topics. An list of the talks being delivered can be found if you follow the event page link in this description. There will be food provided. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4063 -DTSTAMP:20060912T200708Z -UID:20161125T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161125T230000Z -DTEND:20161126T000000Z -SUMMARY:Edmund Noble Member Talk -DESCRIPTION:CSC member Edmund Noble will be giving a talk, titled "Purely Functional Programming with Freely-Generated Domain Specific Languages". The talk will focus on embedded DSLs that exist within other languages, and how they can easily be constructed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4063 -DTSTAMP:20060912T200708Z -UID:20161121T231500Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161121T231500Z -DTEND:20161122T001500Z -SUMMARY:Richard Mann Prof Talk -DESCRIPTION:Professor Richard Mann will be giving a talk, titled "Open Source Software for Sound Measurement and Analysis". He will be presenting information about his new course, CS 489, Computational Sound, which will be running in Winter 2017. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - M3 1006 -DTSTAMP:20060912T200708Z -UID:20161117T013000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161117T013000Z -DTEND:20161117T023000Z -SUMMARY:General Meeting -DESCRIPTION:This general meeting will be held to discuss changes to our Code of Conduct. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - M3 1006 -DTSTAMP:20060912T200708Z -UID:20161116T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161116T233000Z -DTEND:20161117T003000Z -SUMMARY:Code Party -DESCRIPTION:Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party and do it, with great company and great food. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20161109T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161109T230000Z -DTEND:20161110T000000Z -SUMMARY:UNIX 101 -DESCRIPTION:The CSC is having its next event, UNIX 101, on Wednesday November 9th at 6 PM in MC 3003 (the mac lab across from the CSC). UNIX 101 is a tutorial where we teach the basics of using a command-line (terminal) environment in UNIX. Knowing how to use the command-line and UNIX is an invaluable skill in CS, and helps prepare you for future projects and co-ops. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC 1507 -DTSTAMP:20060912T200708Z -UID:20161018T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161018T213000Z -DTEND:20161018T223000Z -SUMMARY:Feminism in STEM - a 101 Panel -DESCRIPTION:An introductory feminism in STEM panel, free food. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Columbia Lake 2 Fire Pit -DTSTAMP:20060912T200708Z -UID:20161013T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161013T220000Z -DTEND:20161013T230000Z -SUMMARY:CSC and WiCS Go Outside -DESCRIPTION:The CSC and WiCS (Women in Computer Science) are co-hosting a social event on Thursday, October 13th (the day after reading week). We will be Going Outside to the Columbia Lake 2 Fire Pit; there will be a campfire, s'mores, lots of food, frisbees, grass, etc. Bring your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4021 -DTSTAMP:20060912T200708Z -UID:20161006T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20161006T220000Z -DTEND:20161006T230000Z -SUMMARY:Bringing OOP Best Practices to the World of Functional Programming -DESCRIPTION:The CSC will have its first talk of the term this Thursday, October 6th. UW alumna and CSC member Elana Hashman will be giving a talk on using functional programming languages (like Racket!) in industry, and how some concepts from the more common object-oriented paradigm are translated to the functional paradigm. The abstract for the talk is below. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20160919T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160919T223000Z -DTEND:20160919T233000Z -SUMMARY:Fall 2016 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Fall 2016 President, Vice-President, Secretary and Treasurer. Additionally, the Systems Administrator, Office Manager and Librarian will be appointed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20160725T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160725T220000Z -DTEND:20160725T230000Z -SUMMARY:Richard Mann Prof Talk and EOT -DESCRIPTION:Join us on Monday, July 25th at 6pm in the MC Comfy Lounge for an exciting prof talk by Richard Mann on Open Source Computer Sound Measurement. The abstract for the talk is below. We will follow this up by an EOT event with dinner and board games! Last event of the term, get hype. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4045 -DTSTAMP:20060912T200708Z -UID:20160721T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160721T220000Z -DTEND:20160721T230000Z -SUMMARY:Notorious CS452 -DESCRIPTION:Bill Cowan is the Director of the Computer Graphics Lab, and teaches the notorious CS452, lovingly known as the trains course by CS students. He will be giving a talk on that very course. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2034 -DTSTAMP:20060912T200708Z -UID:20160714T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160714T223000Z -DTEND:20160714T233000Z -SUMMARY:Computer Science: Beyond Bits and Bytes -DESCRIPTION:Gladimir Baranoski is an Associate Professor at the School of Computer Science, in the Natural Phenomena Simulation Group. He will be giving a talk on underappreciated facets of computer science and its connections to other disciplines. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - BMH Green -DTSTAMP:20060912T200708Z -UID:20160711T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160711T230000Z -DTEND:20160712T000000Z -SUMMARY:WiCS and CSC Go Outside! -DESCRIPTION:Join us at BMH Green for a night outdoors with fellow people in Computer Science! There will be ice cream and board games and frisbees and maybe some water guns. Bring your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 5479 -DTSTAMP:20060912T200708Z -UID:20160608T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160608T220000Z -DTEND:20160608T230000Z -SUMMARY:scp talks -DESCRIPTION:Listen to cool 15-20 lightning talks by CSC members on a variety of computer science and related topics. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0010 -DTSTAMP:20060912T200708Z -UID:20160602T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160602T223000Z -DTEND:20160602T233000Z -SUMMARY:Code Party 0 -DESCRIPTION:Come code with us, eat some food, do some things. Personal projects you want to work on? Homework projects you need to finish? Or want some time to explore some new technology and chat about it? You can join us at Code Party 0 and do it, with great company and great food. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3036 (CSC Office) -DTSTAMP:20060912T200708Z -UID:20160525T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160525T220000Z -DTEND:20160525T230000Z -SUMMARY:CSC Does Spring Cleaning -DESCRIPTION:Come out and help make the office slightly less messy! We will bribe... uh, provide you with food for helping. :) -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 (Comfy) -DTSTAMP:20060912T200708Z -UID:20160512T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160512T230000Z -DTEND:20160513T000000Z -SUMMARY:Spring 2016 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Spring 2016 for President, Vice-President, Secretary, and Treasurer. Additionally, librarian, office manager, sysadmin, and fridge regent will be appointed and ratified. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20160404T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160404T210000Z -DTEND:20160404T220000Z -SUMMARY:On Surrounding a Polygon -DESCRIPTION:Come out to a talk on surrounding a polygon by Dr. Craig Kaplan! Also stay afterwards for our EOT and socialize :) food will be provided! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4021 -DTSTAMP:20060912T200708Z -UID:20160329T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160329T220000Z -DTEND:20160329T230000Z -SUMMARY:SASMS Style Talk Night -DESCRIPTION:The CSC is hosting the first annual member talk series! This is a chance for anyone to come and give a short talk on any relevant topic. Some talks already arranged are on topics ranging from modern Javascript, to the Linux Kernel. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC 1502 -DTSTAMP:20060912T200708Z -UID:20160323T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160323T220000Z -DTEND:20160323T230000Z -SUMMARY:SAT and SMT Solvers for Software Engineering and Security -DESCRIPTION:A talk about SAT and SMT Solvers for Software Engineering and Security by Dr. Vijay Ganesh -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20160316T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160316T220000Z -DTEND:20160316T230000Z -SUMMARY:Git 102 -DESCRIPTION:Git 102 : Why you learned git in the first place. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4058 -DTSTAMP:20060912T200708Z -UID:20160309T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160309T233000Z -DTEND:20160310T003000Z -SUMMARY:Steve Bourque and Mike Patterson Network Infrastructure talk -DESCRIPTION:Steve Bourque and Mike Patterson of IST will give a brief overview of campus network connectivity and interconnectivity. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20160303T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160303T230000Z -DTEND:20160304T000000Z -SUMMARY:Tea and Study -DESCRIPTION:It's midterms season, and everyone has to study. So why not come study with the CS Club? Everyone welcome, especially new members! There will be tea and delicious snacks and outlets. Plus our delightful company. See you there! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20160210T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160210T233000Z -DTEND:20160211T003000Z -SUMMARY:Movie Night: Big Hero 6 -DESCRIPTION:Movie Night! Come watch "Big Hero 6" with the CSC! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - STC 0010 -DTSTAMP:20060912T200708Z -UID:20160204T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160204T230000Z -DTEND:20160205T000000Z -SUMMARY:Code Party -DESCRIPTION:The CS Club is having its termly code party! Come out and work on projects, assignments, and more. Food is provided! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20160128T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160128T230000Z -DTEND:20160129T000000Z -SUMMARY:Unix 101 -DESCRIPTION:Interested in Linux, but don't know where to start? Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more! (Cookies after) -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - TBA -DTSTAMP:20060912T200708Z -UID:20160123T160000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160123T160000Z -DTEND:20160123T170000Z -SUMMARY:Eth1: Jane Street Competition -DESCRIPTION:eth1: a day-long programming contest. Form teams and hack together a trading bot to compete against others and the markets. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 (Comfy) -DTSTAMP:20060912T200708Z -UID:20160114T050000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20160114T050000Z -DTEND:20160114T060000Z -SUMMARY:Winter 2016 Elections -DESCRIPTION:Interested in Linux, but don't know where to start? Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more! (Cookies after) -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20151128T003000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20151128T003000Z -DTEND:20151128T013000Z -SUMMARY:WiCS and CSC watch War Games! -DESCRIPTION:WiCS and CSC are watching War Games in the Comfy lounge. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4063 -DTSTAMP:20060912T200708Z -UID:20151127T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20151127T000000Z -DTEND:20151127T010000Z -SUMMARY:An Introduction to Google's FOAM Framework -DESCRIPTION:An introduction to Google's FOAM framework, an open-source modeling framework written in Javascript, by Google's Kevin Greer. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20151123T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20151123T230000Z -DTEND:20151124T000000Z -SUMMARY:'Static Analysis and Program Optimization Using Dataflow Analysis' -DESCRIPTION:An introduction to some basic issues with optimization of imperative programs, by Sean Harrap -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20151120T010000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20151120T010000Z -DTEND:20151120T020000Z -SUMMARY:'Git 101' -DESCRIPTION:Learn how to use Git properly in an exciting talk by Charlie Wang! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - ML Theatre of the Arts -DTSTAMP:20060912T200708Z -UID:20151016T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20151016T230000Z -DTEND:20151017T000000Z -SUMMARY:Cory Doctorow - The War on General Purpose Computing -DESCRIPTION:Between walled gardens, surveillance agencies, and political opponents, no matter who's winning the war on general purpose computing you're losing. The Computer Science Club will be hosting Cory Doctorow's talk in the Theatre of the Arts on October 16. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4061 -DTSTAMP:20060912T200708Z -UID:20151007T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20151007T213000Z -DTEND:20151007T223000Z -SUMMARY:Starting an VN Indie Game Company as a UW Student -DESCRIPTION:Come out to a talk by Alfe Clemencio! Many people want to make games as signified by all the game development schools that are appearing everywhere. But how would you do it as a UW student? This talk shares the experiences of how making Sakura River Interactive was founded without any Angel/VC investment. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4040 -DTSTAMP:20060912T200708Z -UID:20151002T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20151002T233000Z -DTEND:20151003T003000Z -SUMMARY:'Why Am I Studying This?' -DESCRIPTION:Big-O, the Halting Problem, Finite State Machines, and more are concepts that get even more interesting in the real world. Come and hear Tom Rathborne talk about how theory hits reality (often with a bang!) at Booking.com. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1304 -DTSTAMP:20060912T200708Z -UID:20150930T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150930T210000Z -DTEND:20150930T220000Z -SUMMARY:Back to Back Talks: Culture Turnaround and Software Defined Networks -DESCRIPTION:Back to back talks from John Stix and Francisco Dominguez on turning a company's culture around and on Software Defined Networks! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - EIT 3142 -DTSTAMP:20060912T200708Z -UID:20150924T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150924T203000Z -DTEND:20150924T213000Z -SUMMARY:CSC and WiCS Career Panel -DESCRIPTION:The CSC is joining WiCS to host a career panel! Come hear from Waterloo alumni as they speak about their time at Waterloo, experience with coop, and life beyond the university. Please register at http://bit.ly/1OyJP6D -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20150922T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150922T040000Z -DTEND:20150922T050000Z -SUMMARY:Results of Fall 2015 Elections -DESCRIPTION:The Computer Science Club has elected its executive for the term, and a new Office Manager and System Administrator have been appointed. See inside for results. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20150922T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150922T040000Z -DTEND:20150922T050000Z -SUMMARY:Fall 2015 Elections -DESCRIPTION:The Computer Science Club will be holding elections for the Fall 2015 term on Tuesday, September 22nd in MC Comfy (MC 3001) at 19:00. During the meeting, the president, vice-president, treasurer and secretary will be elected, the sysadmin will be ratified, and the librarian and office manager will be appointed. See inside for nominations. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2065 -DTSTAMP:20060912T200708Z -UID:20150917T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150917T040000Z -DTEND:20150917T050000Z -SUMMARY:Google Cardboard -DESCRIPTION:Come for a talk from Rob Suderman on Cardboard, Google's recent exploration in affordable, cereal box based Virtual Reality. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4064 -DTSTAMP:20060912T200708Z -UID:20150716T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150716T040000Z -DTEND:20150716T050000Z -SUMMARY:Algorithms for Shortest Paths -DESCRIPTION:Come to this exciting talk about path-finding algorithms which is being presented by Professor Anna Lubiw. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4060 -DTSTAMP:20060912T200708Z -UID:20150708T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150708T040000Z -DTEND:20150708T050000Z -SUMMARY:Infrasound is all around us -DESCRIPTION:Ambient infra sound surrounds us. Richard Mann presents his current research and equipment on measuring infra sound, and samples of recorded infra sound. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Laurel Creek Firepit -DTSTAMP:20060912T200708Z -UID:20150626T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150626T230000Z -DTEND:20150627T000000Z -SUMMARY:WiCS and CSC Go Outside -DESCRIPTION:Come hang out with the Women in Computer Science and the Computer Science Club! There will be s'mores and frozen yogurt. Also fire. And a creek. Let's enjoy the outdoors! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20150619T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150619T220000Z -DTEND:20150619T230000Z -SUMMARY:UNIX 102 -DESCRIPTION:n things SCS hasn't told you about the shell -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 (Coomfy) -DTSTAMP:20060912T200708Z -UID:20150522T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150522T200000Z -DTEND:20150522T210000Z -SUMMARY:By-Elections -DESCRIPTION:As there are vacancies in the executive council, there will be by-election on May 22nd. The following positions are open for election: Treasurer Secretary The executive are also looking for people who may be interested in the following positions: Systems Administrator Office Manager Librarian -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20150402T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150402T213000Z -DTEND:20150402T223000Z -SUMMARY:Describing and Synthesizing Microfluidics -DESCRIPTION:Derek Rayside presents current research on the field of microfluidics. Microfluidics are currently developed mainly by trial and error. How can this be improved? -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - EIT 1015 -DTSTAMP:20060912T200708Z -UID:20150327T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150327T220000Z -DTEND:20150327T230000Z -SUMMARY:Constitutional GM and Code Party 1 -DESCRIPTION:GM for the W2015 term, two main amendments to be discussed: Requiring elections to be held within two weeks of the beginning of term and adopting a club-wide code of conduct. Code Party 1 follows, we're doing timed code golf problems, T-shirts might find themselves on people who do well on code golf. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4040 -DTSTAMP:20060912T200708Z -UID:20150310T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150310T220000Z -DTEND:20150310T230000Z -SUMMARY:Runtime Type Inference in Dynamic Languages - Day 2 -DESCRIPTION:Day 2 of Runtime Type Inference in Dynamic Languages with Kannan Vijayan -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4040 -DTSTAMP:20060912T200708Z -UID:20150309T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150309T220000Z -DTEND:20150309T230000Z -SUMMARY:Runtime Type Inference in Dynamic Languages - Day 1 -DESCRIPTION:Javascript is fast. In some cases, very close to compiled-language fast. How is this even possible? How do we know what types our variables have? How can we optimize it well? Kannan Vijayan will be talking about the historical advances in JIT-compilation of dynamically typed programs over two days. Of course, both of those talks will have free food. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2038 -DTSTAMP:20060912T200708Z -UID:20150303T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150303T230000Z -DTEND:20150304T000000Z -SUMMARY:SAT and SMT solvers -DESCRIPTION:Murphy Berzish explains how to programmatically determine if a program is satisfiable, and how to find a concrete counterexample if it is unsatisfiable. At the core are SAT/SMT solvers. SAT theory deals with Boolean Satisfiability solvers, while SMT theory--Satisfiability Modulo a Theory--allows SMT to be extended to common data structures. Free food! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - EV3 1408 -DTSTAMP:20060912T200708Z -UID:20150227T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150227T230000Z -DTEND:20150228T000000Z -SUMMARY:Code Party 0 -DESCRIPTION:The first code party of Winter 2015, and we have something a litle different this time. We're running a Code Retreat (coderetreat.org) with Boltmade. The result of this is that you will be able to do a coding challenge, wherein you implement Rule 110 (like the Game of Life). Of course, if you want to work on whatever you can do that as well. Delicious free food, but RSVP! bit.ly/code-party-0 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20150205T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150205T203000Z -DTEND:20150205T213000Z -SUMMARY:Making Robots Behave -DESCRIPTION:Part of the Cheriton School of CS' Distinguished Lecture Series, MIT's Leslie Kaelbling will discuss robotic AI applied to the messy real world. We make a number of approximations during planning but regain robustness and effectiveness through a continuous state estimation and replanning process. This allows us to solve problems that would otherwise be intractable to solve optimally. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4063 -DTSTAMP:20060912T200708Z -UID:20150202T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150202T230000Z -DTEND:20150203T000000Z -SUMMARY:Racket's Magical match -DESCRIPTION:Theo Belaire, a fourth-year CS student, will be talking about Racket's match' function. Bug resistant, legible, and super powerful! Especially useful for CS 241 in writing compilers, but all-round a joy to write. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2017 -DTSTAMP:20060912T200708Z -UID:20150121T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150121T230000Z -DTEND:20150122T000000Z -SUMMARY:Alumni Tech Talk -DESCRIPTION:Alex Tsay from AeroFS will talk about the high availability distributed file systems they develop. The CAP Theorem outlined the fundamental limitations of a distributed system. When designing a distributed system, one has to constantly be aware of the trade-off between consistency and availability. Most distributed systems are designed with consistency in mind. However, AeroFS has decided to build a high-availability file system instead. In this tech talk, I'll be presenting an overview of AeroFS file system, advantages and challenges of a high-availability file system, and examine the inner workings of AeroFS's core syncing algorithm. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20150116T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150116T000000Z -DTEND:20150116T010000Z -SUMMARY:Winter 2015 Elections -DESCRIPTION:Elections for Winter 2015 are being held! Submit a nomination and join your fellow members in choosing this term's CSC executive. (Please note the time change to 7PM.) -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2065 -DTSTAMP:20060912T200708Z -UID:20150115T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20150115T230000Z -DTEND:20150116T000000Z -SUMMARY:Tech Talk: Google Fiber Internet: The Messy Bits -DESCRIPTION:Our speaker, Avery Pennarun, will share some not-very-secret secrets from the team creating GFiber's open source router firmware, including some discussion of wifi, marketing truthiness, the laws of physics, something about coaxial cables, embedded ARM processors, queuing theory, signal processing, hardware design, and kernel driver optimization. If you're lucky, he may also rant about poor garbage collector implementations. Also, there will be at least one slide containing one of those swooshy circle-and-arrow lifecycle diagrams, we promise. Please RSVP here: http://bit.ly/GoogleFiberTalk. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20141127T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141127T230000Z -DTEND:20141128T000000Z -SUMMARY:Talk: Heroic Android HTTP -DESCRIPTION:The network is unreliable. 3G networking is slow. Using WiFi drains your battery. The NSA is spying on you. Different versions of HttpURLConnection have different bugs. Jesse Wilson, a software developer at Square, will be talking about OkHttp, a library that he maintains, and how to use it to make your app's networking work even when conditions aren't ideal. He will talk about how to configure caching to improve behavior and save resources. He will talk about crypto, and he will give advice on which libraries to use to make good networking easy. Please RSVP here: https://www.ticketfi.com/event/77/heroic-android-http. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20141125T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141125T223000Z -DTEND:20141125T233000Z -SUMMARY:Talk: C++ ABI -DESCRIPTION:C++ is an interesting study because it supports a large number of powerful, abstract concepts, yet it operates very close to the hardware compared to many modern programming languages. There are also many implementations of C++ which must be made interoperable. I will discuss some aspects of the Itanium 64 Application Binary Interface (ABI) for C++, which is now the de facto standard across Unix-like platforms of all architectures. In particular, I will cover a number of aspects of the class system fundamental to C++: data layout, polymorphic types, construction and destruction, and dynamic casting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - M3 1006 -DTSTAMP:20060912T200708Z -UID:20141121T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141121T230000Z -DTEND:20141122T000000Z -SUMMARY:Code Party 1/SE Hack Day #13 -DESCRIPTION:Why sleep when you could be hacking on $SIDE_PROJECT, or working on $THE_NEXT_BIG_THING with some cool CSC/SE people? Come when you want, hack on something cool, demo before you leave. If you don't have a project, don't worry - we have a list of ideas, and a lot of people will be looking for an extra helping hand on their projects. NOTE: Dinner and snacks will only be served to those working on projects during the event. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - QNC 1502 -DTSTAMP:20060912T200708Z -UID:20141117T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141117T230000Z -DTEND:20141118T000000Z -SUMMARY:Talk: Why Pattern Recognition is Hard, and Why Deep Neural Networks Help -DESCRIPTION:In the last few years, there has been breakthrough progress in pattern recognition -- problems like computer vision and voice recognition. This sudden progress has come from a powerful class of models called deep neural networks. This talk will explore what it means to do pattern recognition, why it is a hard problem, and why deep neural networks are so effective. We will also look at exciting and strange recent results, such as state of the art object recognition in images, neural nets playing video games, neural nets proving theorems, and neural nets learning to run python programs! Our speaker, Christopher Olah, is a math-obsessed and Haskell-loving research intern from Google's Deep Learning group. He has a blog about his research here: http://colah.github.io/. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - EIT 1015 -DTSTAMP:20060912T200708Z -UID:20141112T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141112T223000Z -DTEND:20141112T233000Z -SUMMARY:Talk: Machine Learning at Bloomberg -DESCRIPTION:Kang, our guest speaker from Bloomberg, will illustrate some examples and difficulties associated with working on some of the most fascinating technical challenges in business and finance. He will also show some of the machine learning applications at Bloomberg that are useful in this environment. Please show up early to ensure a spot (and dinner). -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - RCH 205 -DTSTAMP:20060912T200708Z -UID:20141110T050000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141110T050000Z -DTEND:20141110T060000Z -SUMMARY:Talk: From Zero to Kernel -DESCRIPTION:From the massive supercomputer, to your laptop, to a Raspberry Pi: all computing systems run on an operating system powered by a kernel. The kernel is the most fundamental software running on your computer, enabling developers and users to interact with its hardware at a higher level. This talk will explore the process of writing a minimal kernel from scratch, common kernel responsibilities, and explore of the challenges of kernel development. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20141108T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141108T000000Z -DTEND:20141108T010000Z -SUMMARY:'Hackers' Screening -DESCRIPTION:Women in Computer Science (WiCS) and the Computer Science Club (CSC) will meet up in the Comfy Lounge to watch a favourite cult classic: Hackers. Join us as we relive our 90s teenage hacking fantasies and stuff our faces with popcorn and junk food. Hackers of the world, unite! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20141024T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141024T210000Z -DTEND:20141024T220000Z -SUMMARY:Unix 101 -DESCRIPTION:Interested in Unix, but don't know where to start? Then Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20141024T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141024T220000Z -DTEND:20141024T230000Z -SUMMARY:Code Party 0 -DESCRIPTION:Immediately after UNIX 101, we will be having our first annual code party. Enjoy a free dinner, relax, and share ideas with your friends about your favourite topics in computer science. Feel free to show up with or without personal projects to work on, we've got lots of ideas to get started with. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20141022T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20141022T210000Z -DTEND:20141022T220000Z -SUMMARY:Talk: In Pursuit of the Travelling Salesman -DESCRIPTION:The Travelling Salesman Problem is easy to state: given a number of cities along with the cost of travel between each pair, find the cheapest way to visit all of the cities and return to your starting point. However, TSP is very difficult to solve. In this talk, Professor Bill Cook will discuss the history, applications, and computation of this fascinating problem. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4021 -DTSTAMP:20060912T200708Z -UID:20140918T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140918T220000Z -DTEND:20140918T230000Z -SUMMARY:Talk: Building a Mobile Platform for Android and iOS -DESCRIPTION:Come listen to a Google software engineer give a talk on building a mobile platform for Android and iOS! Wesley Tarle has been leading development at Google in Kitchener and Mountain View, and building stuff for third-party developers on Android and iOS. He's contributed to Google Play services since its inception and continues to produce APIs and SDKs focused on mobile startups. RSVP at http://goo.gl/Pwc3m4. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Laurel Creek Fire Pit -DTSTAMP:20060912T200708Z -UID:20140725T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140725T233000Z -DTEND:20140726T003000Z -SUMMARY:CSC Goes Outside...Again! -DESCRIPTION:Do you like going outside? Are you vitamin-D deficient from being in the MC too long? Do you think s'mores and bonfire are a delicious combination? If so, you should join us as the CSC is going outside again! Around 7:30PM, we're going to Laurel Creek Fire Pit for some outdoor fun. Come throw frisbees, relax and eat snacks in good company - even if you aren't a fan of the outside or vitamin-D deficient! We'll also have some sort of real food - probably pizza. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20140722T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140722T220000Z -DTEND:20140722T230000Z -SUMMARY:The Most Important Parts of School (from a CS dropout) -DESCRIPTION:Learn about the real reasons you should be in school from David Wolever, CTO of akindi and a director of PyCon Canada. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003, M3 1006 -DTSTAMP:20060912T200708Z -UID:20140711T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140711T210000Z -DTEND:20140711T220000Z -SUMMARY:Unix 102, Code Party 1 -DESCRIPTION:Learn how to host a website and spend the night hacking! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2035 -DTSTAMP:20060912T200708Z -UID:20140625T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140625T220000Z -DTEND:20140625T230000Z -SUMMARY:Battle Decks -DESCRIPTION:Five slides. Five minutes. Pure fun. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4064 -DTSTAMP:20060912T200708Z -UID:20140619T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140619T213000Z -DTEND:20140619T223000Z -SUMMARY:Bloomberg Technical Talk -DESCRIPTION:Learn how functional programming is used in the real world, while enjoying free dinner, and free swag. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Laurel Creek Fire Pit -DTSTAMP:20060912T200708Z -UID:20140613T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140613T233000Z -DTEND:20140614T003000Z -SUMMARY:CSC Goes Outside -DESCRIPTION:Come throw a frisbee, hang around a bonfire, and roast marshmellows! This is a social event just for fun, so come relax and eat snacks in good company! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003, Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20140530T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140530T213000Z -DTEND:20140530T223000Z -SUMMARY:Unix 101/Code Party 0 -DESCRIPTION:Interested in Unix, but don't know where to start? Then Come learn some basic topics with us including interaction with the shell, motivation for using it, some simple commands, and more. Afterwards we will be moving over to the MC Comfy Lounge for a fun night of hacking! The sysadmin position will also be ratified during a general meeting of the membership at this time. Come join us for an evening of fun, learning, and food! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20140515T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140515T220000Z -DTEND:20140515T230000Z -SUMMARY:Spring 2014 Elections -DESCRIPTION:The Computer Science Club will soon be holding elections for this term's executive. The president, vice president, treasurer, and secretary for the spring 2014 term will be elected. The system administrator, office manager, and librarian are also typically appointed here. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CPH 1346 -DTSTAMP:20060912T200708Z -UID:20140328T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140328T230000Z -DTEND:20140329T000000Z -SUMMARY:HackWaterloo -DESCRIPTION:Work on a software project for 24 hours in teams of up to 4 members. Swag will be provided by Facebook and Google. A Microsoft Surface Tablet will be awarded to the winning team. Register and find out more at http://hack-waterloo.com. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20140318T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140318T230000Z -DTEND:20140319T000000Z -SUMMARY:Battle Decks -DESCRIPTION:Create a 5-slide PowerPoint presentation about a specific topic. Bring it with you to the event (on a flash drive). Submit it into the lottery. Select a random PowerPoint presentation from the lottery and talk about it on the spot. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20140314T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140314T230000Z -DTEND:20140315T000000Z -SUMMARY:Code Party 1 -DESCRIPTION:We will be having our 2nd code party this term. Enjoy a free dinner, relax, and share ideas with your friends about your favourite topics in computer science. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20140213T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140213T223000Z -DTEND:20140213T233000Z -SUMMARY:UNIX 101 -DESCRIPTION:Learn the basics of using tools found commonly on UNIX-like operating systems. For students new to this topic, knowledge gained from UNIX 101 would be useful in coursework. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20140213T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140213T233000Z -DTEND:20140214T003000Z -SUMMARY:Code Party 0 -DESCRIPTION:Immediately after UNIX 101, we will be having our first annual code party. Enjoy a free dinner, relax, and share ideas with your friends about your favourite topics in computer science. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4058 -DTSTAMP:20060912T200708Z -UID:20140204T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140204T223000Z -DTEND:20140204T233000Z -SUMMARY:Bloomberg Talk -DESCRIPTION:Bloomberg's Alex Scotti will be presenting a talk this Tuesday on concurrency control implementations in relational databases. Free swag and dinner will be provided. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20140116T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20140116T223000Z -DTEND:20140116T233000Z -SUMMARY:Winter 2014 Elections -DESCRIPTION:Elections for Winter 2014 are being held! The Executive will be elected, and the Office Manager and Librarian will be appointed by the new executive. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Toronto, ON -DTSTAMP:20060912T200708Z -UID:20131123T050000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131123T050000Z -DTEND:20131123T060000Z -SUMMARY:CSC Goes to Toronto Erlang Factory Lite 2013 -DESCRIPTION:The CSC has been invited to attend this Erlang conference in Toronto. If you are interested in attending, please sign up on our web form. We have submitted a MEF proposal to cover the transportation fees of up to 25 math undergraduates. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 (Comfy) -DTSTAMP:20060912T200708Z -UID:20131122T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131122T233000Z -DTEND:20131123T003000Z -SUMMARY:Hackathon-Code Party!! -DESCRIPTION:Join us for a night of code, food, and caffeine! There will be plenty of edibles and hacking for your enjoyment. If you are interested in getting involved in Open Source, there will be mentors on hand to get you started. Hope to see you there—bring your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2038 -DTSTAMP:20060912T200708Z -UID:20131126T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131126T220000Z -DTEND:20131126T230000Z -SUMMARY:Disk Encryption -DESCRIPTION:The last lecture of our security and privacy series. By MMath alumnus Zak Blacher. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4060 -DTSTAMP:20060912T200708Z -UID:20131112T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131112T220000Z -DTEND:20131112T230000Z -SUMMARY:Trust in ISPs -DESCRIPTION:This is the fifth lecture of six in the Security and Privacy Lecture Series. By founding member of the Canadian Cybersecurity Institute and employee of local ISP Sentex Sean Howard. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 (Comfy) -DTSTAMP:20060912T200708Z -UID:20131105T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131105T230000Z -DTEND:20131106T000000Z -SUMMARY:Hands On Seminar on Public Key Cryptography -DESCRIPTION:The fourth event in our security and privacy series. By undergraduate students Murphy Berzish and Nick Guenther. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20131024T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131024T223000Z -DTEND:20131024T233000Z -SUMMARY:Practical Tor Usage -DESCRIPTION:The third lecture of our security and privacy series. By undergraduate student Simon Gladstone. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4060 -DTSTAMP:20060912T200708Z -UID:20131015T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131015T210000Z -DTEND:20131015T220000Z -SUMMARY:Tunnels and Censorship -DESCRIPTION:The second lecture of our security and privacy series. By undergraduate student Eric Dong. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20131008T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131008T210000Z -DTEND:20131008T220000Z -SUMMARY:Why Should You Care About Security and Privacy -DESCRIPTION:The first lecture of our security and privacy series. By PhD student Sarah Harvey. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20131003T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131003T223000Z -DTEND:20131003T233000Z -SUMMARY:C++ GoingNative Lectures -DESCRIPTION:We will be showing GoingNative lectures from some of the top individuals working on C++ approximately biweekly on Thursdays at 6:30PM in the PHY 150 theatre. Every lecture will be accompanied with free pizza and drinks! Dates are Oct. 3, 17, 31 and Nov. 7 and 21. Please view this event in detail for more information. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20131017T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131017T223000Z -DTEND:20131017T233000Z -SUMMARY:C++ Night 0x02 - Don't Help The Compiler -DESCRIPTION:The second in a series of recorded talks from GoingNative 2013. Featuring Stephan T. Lavavej. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20131031T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131031T223000Z -DTEND:20131031T233000Z -SUMMARY:C++ Night 0x03 - An Effective C++11/14 Sampler -DESCRIPTION:The third in a series of recorded talks from GoingNative 2013. Featuring Scott Meyers. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20131107T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131107T233000Z -DTEND:20131108T003000Z -SUMMARY:C++ Night 0x04 - Writing Quick Code in C++, Quickly -DESCRIPTION:The fourth in a series of recorded talks from GoingNative 2013. Featuring Andrei Alexandrescu. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20131121T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131121T233000Z -DTEND:20131122T003000Z -SUMMARY:C++ Night 0x05 - C++ Seasoning -DESCRIPTION:The fifth in a series of recorded talks from GoingNative 2013. Featuring Sean Parent. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Bingemans -DTSTAMP:20060912T200708Z -UID:20131030T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20131030T220000Z -DTEND:20131030T230000Z -SUMMARY:CSC Goes Bowling -DESCRIPTION:All CSC members and their guests are invited for a night of free bowling at Bingemans! Transportation will be provided. If you are interested in attending, please RSVP using the online form by Oct. 18. You can find it by viewing this event in detail. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20130917T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130917T203000Z -DTEND:20130917T213000Z -SUMMARY:Fall 2013 Elections -DESCRIPTION:Elections for Fall 2013 are being held! The Executive will be elected, and the Office Manager and Librarian will be appointed by the new executive. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20130726T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130726T230000Z -DTEND:20130727T000000Z -SUMMARY:Code Party 1 -DESCRIPTION:Come out to the Code Party happening in the Comfy Lounge on July 26 at 7:00 PM! Why sleep when you could be hacking on $your_favourite_project or doing $something_classy in great company? Join us for a night of coding, snacks, and camaraderie! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20130722T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130722T210000Z -DTEND:20130722T220000Z -SUMMARY:The Future of 3D Graphics is in Software! -DESCRIPTION:Convergence between CPU and GPU approaches to processing sets the stage for an exciting transition to 3D rendering that takes place entirely in software. TransGaming's Nicolas Capens and Gavriel State will speak about this convergence and how it will influence the future of graphics. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - EV3 Fire Pit -DTSTAMP:20060912T200708Z -UID:20130719T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130719T230000Z -DTEND:20130720T000000Z -SUMMARY:CSC Goes Outside! -DESCRIPTION:Do you love the combination of s'mores, burgers, and fire? Are you brave enough to face the newly-grown geese? Do you want to play some Frisbee while listening to some chill tunes? If so, come hang out with the CSC at the EV3 Fire Pit this Friday! All are welcome for some outdoor food, games, and music. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20130718T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130718T210000Z -DTEND:20130718T220000Z -SUMMARY:Path Tracing -DESCRIPTION:As a follow on to last term's tutorial on building a ray-tracer from scratch, this talk will be presenting the basic mechanics of how a bidirectional path-tracer creates a globally illuminated scene, advantages and limitations of this approach over other offline global illumination techniques along with a simple example path-tracer written in C++, and opportunities for hardware acceleration on GPUs, time permitting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20130711T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130711T210000Z -DTEND:20130711T220000Z -SUMMARY:3D Movies and Computer Science -DESCRIPTION:While humans started making 3D motion pictures in the 1800's, several technical and artistic challenges prevented widespread interest in the medium. By investing heavily in a computerized production pipeline, James Cameron's 2009 release of Avatar ushered in an era of mainstream interest in 3D film. However, many technical and artistic problems still find their way into otherwise-modern 3D movies. The talk explores some of these problems while introducing the fundamentals of 3D film-making from a CS perspective. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20130607T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130607T220000Z -DTEND:20130607T230000Z -SUMMARY:Unix 101/ Code Party 0 -DESCRIPTION:We are offering a Unix tutorial on Friday, June 7th, 2013! Following the tutorial a code party will take place. Bring your laptops and chargers for an awesome night of coding, hacking and learning. All are welcome to join in the comfy lounge! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20130515T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130515T220000Z -DTEND:20130515T230000Z -SUMMARY:Spring 2013 Elections -DESCRIPTION:Elections for Spring 2013 are being held! The Executive will be elected, and the Office Manager and Librarian will be appointed by the new executive. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20130401T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130401T230000Z -DTEND:20130402T000000Z -SUMMARY:Code Party 1 -DESCRIPTION:The Computer Science Club is running the second code party of the term! Come join us and hack on open source software, your own projects, or whatever comes up. Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20130401T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130401T220000Z -DTEND:20130401T230000Z -SUMMARY:Unix 101 -DESCRIPTION:by Calum T. Dalek. New to the Unix computing environment? If you seek an introduction, look no further. We will be holding a tutorial on using Unix this upcoming Monday. Topics that will be covered include basic interaction with the shell and use of myriad powerful tools. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20130321T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130321T203000Z -DTEND:20130321T213000Z -SUMMARY:Using Computers to Find Evidence in Litigation -DESCRIPTION:Professor Gordon Cormack will be presenting a talk on using machine-learning based spam filters to accurately locate relevent electronic documents - a process which has typically been very manual, and very expensive. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20130228T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130228T213000Z -DTEND:20130228T223000Z -SUMMARY:Machine Architecture, Performance, and Scalability: Things Your Programming Language Never Told You -DESCRIPTION:"Herb Sutter is a leading authority on software development. He is the best selling author of several books including Exceptional C++ and C++ Coding Standards, as well as hundreds of technical papers and articles [and] has served for a decade as chair of the ISO C++ standards committee." - http://herbsutter.com/about -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20130116T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20130116T210000Z -DTEND:20130116T220000Z -SUMMARY:Elections -DESCRIPTION:CSC Elections have begun for the Winter 2013 term, nominations are open! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20121123T050000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20121123T050000Z -DTEND:20121123T060000Z -SUMMARY:Code Party 3 -DESCRIPTION:The Computer Science Club is running our third, and last, code party of the term! Whether you're a hacking guru or a newbie to computer science, you're welcome to attend; there will be activities for all. Syed Albiz will be presenting a tutorial on implementing a ray-tracer in C and Scheme. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 5136B -DTSTAMP:20060912T200708Z -UID:20121121T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20121121T213000Z -DTEND:20121121T223000Z -SUMMARY:SASMS -DESCRIPTION:by PMC.The Pure Mathematics, Applied Mathematics, Combinatorics & Optimization Club is hosting the Fall 2012 Short Attention Span Math Seminars (SASMS). -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20121119T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20121119T203000Z -DTEND:20121119T213000Z -SUMMARY:UNIX 101 -DESCRIPTION:by Calum T. Dalek. New to the Unix computing environment? If you seek an introduction, look no further. We will be holding a series of tutorials on using Unix, beginning with Unix 101 this upcoming Monday. Topics that will be covered include basic interaction with the shell and use of myriad powerful tools. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20121116T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20121116T000000Z -DTEND:20121116T010000Z -SUMMARY:KW Perlmongers Talk -DESCRIPTION:by Justin Wheeler.In his own words, this talk will cover the virtues of Perl: CPAN, Moose, CPAN, Catalyst, CPAN, DBIx::Class, CPAN, TMTOWTDI, and did I mention CPAN? -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20121026T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20121026T230000Z -DTEND:20121027T000000Z -SUMMARY:CSC Code Party 2 -DESCRIPTION:We will be holding our second code party of the term. Watch for further details, as we plan on working with some robots and Scala, git, and Haskell. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2034 -DTSTAMP:20060912T200708Z -UID:20121018T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20121018T200000Z -DTEND:20121018T210000Z -SUMMARY:The Cryptographic and Game-Theoretical Fundamentals behind Bitcoin -DESCRIPTION:by Vitalik Buterin. In this talk, we will cover the cryptographic and game-theory principles behind the currency, including how the issues of double-spending, the "51% attack," and "mining" are addressed, the game-theory incentives to use Bitcoins honestly, and other issues being faced today in practice, such as implementation, attacks, and future scalability. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20120928T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120928T230000Z -DTEND:20120929T000000Z -SUMMARY:Tron Screening: Frosh-A-Tron -DESCRIPTION:ehashman's lousy frosh event naming scheme continues as we prepare for this week's movie night---a screening of the original TRON in PHY 150. Come watch the groundbreaking film that defined the role of computer graphics and the quality of special effects in modern cinema. And bring your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20120914T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120914T040000Z -DTEND:20120914T050000Z -SUMMARY:Code Party 1: FROSH-A-THON -DESCRIPTION:The Computer Science Club is running our first "welcome back" code party of the term! Whether you're a hacking guru or a newbie to computer science, you're welcome to attend; there will be activities for all! Our party is loosely themed as a Linux installfest, where we will have a team of members dedicated to helping individuals install and learn to use one of many flavours of Linux. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20120918T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120918T200000Z -DTEND:20120918T210000Z -SUMMARY:Elections -DESCRIPTION:CSC Elections have begun for the Fall 2012 term, nominations are open! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Math 3 Atrium -DTSTAMP:20060912T200708Z -UID:20120906T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120906T040000Z -DTEND:20120906T050000Z -SUMMARY:SCS First-year Welcome Dinner -DESCRIPTION:The School of Computer Science is hosting a dinner event for incoming first-year students. You'll get to meet us, some of the faculty, and other new undergraduates. Food will be provided. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20120608T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120608T040000Z -DTEND:20120608T050000Z -SUMMARY:Code Party 1 -DESCRIPTION:The Computer Science Club is running the first code party of the term! Come join us and hack on open source software, your own projects, or whatever comes up. Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20120510T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120510T203000Z -DTEND:20120510T213000Z -SUMMARY:Elections -DESCRIPTION:CSC Elections have begun for the Spring 2012 term, nominations are open! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20120507T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120507T220000Z -DTEND:20120507T230000Z -SUMMARY:mmap and the Mortgage Crisis -DESCRIPTION:Palantir is a Palo Alto-based intelligence analysis software company that has partnered with the CSC to put on a tech talk and social. There will be free food, free drinks, and for one lucky winner, a free iPad, so why not come on out? -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4021 -DTSTAMP:20060912T200708Z -UID:20120322T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120322T203000Z -DTEND:20120322T213000Z -SUMMARY:Multi-processor Real-time Systems -DESCRIPTION:by Bill Cowan. Programming systems that obey hard real-time constraints is difficult. So is programming multiple CPUs that interact to solve a single problem. This talk will describe the nature of computation typical of real-time systems, architectural solutions currently employed in CS 452, and possible architectures for multi-CPU systems. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20120308T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120308T223000Z -DTEND:20120308T233000Z -SUMMARY:UNIX 102 -DESCRIPTION:by Calum T. Dalek. The Computer Science Club will be running the second installment of our introductory UNIX tutorials for the term. We will be covering topics intended to show off the development-friendliness of the UNIX computing environment: "real" document editors, development tools, bash scripting, and version control. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20120303T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120303T000000Z -DTEND:20120303T010000Z -SUMMARY:OpenCL Code Party -DESCRIPTION:by Calum T. Dalek. The University of Waterloo Computer Science Club and AMD's OpenCL programming competition comes to a close, as the contest ends at midnight and prizes are awarded! Open submissions will be judged, so make sure to come out and watch. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - PHY 150 -DTSTAMP:20060912T200708Z -UID:20120307T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120307T223000Z -DTEND:20120307T233000Z -SUMMARY:Feynman Messenger Lecture Series -DESCRIPTION:by Calum T. Dalek. Join the Computer Science Club and PhysClub every Wednesday evening for the rest of the term for our five screenings of the classic 1964 Messenger Lecture Series by Richard Feynman in PHY 150. Dinner provided! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20120217T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120217T000000Z -DTEND:20120217T010000Z -SUMMARY:OpenCL Introduction -DESCRIPTION:by Calum T. Dalek. The University of Waterloo Computer Science Club and AMD are running an OpenCL programming competition. If you're interested in writing massively parallel software on the OpenCL platform, come out and join us for our introductory code party! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20120209T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120209T220000Z -DTEND:20120209T230000Z -SUMMARY:UNIX 101 -DESCRIPTION:by Calum T. Dalek. New to the Unix computing environment? If you seek an introduction, look no further. We will be holding a series of tutorials on using Unix, beginning with Unix 101 this upcoming Thursday. Topics that will be covered include basic interaction with the shell and the motivations behind using it, and an introduction to compilation. You'll have to learn this stuff in CS 246 anyways, so why not get a head start! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4045 -DTSTAMP:20060912T200708Z -UID:20120207T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120207T230000Z -DTEND:20120208T000000Z -SUMMARY:Algorithms Talk -DESCRIPTION:by Victor Fan. Join Victor Fan for his talk, intended for all second-year math students with a solid first-year background. Even if you are a first-year or a seasoned veteran, you will probably still take home something new, so please come out to enjoy the talk! Refreshments will be served. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Math CnD -DTSTAMP:20060912T200708Z -UID:20120127T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120127T233000Z -DTEND:20120128T003000Z -SUMMARY:Code Party 0 -DESCRIPTION:by Calum T. Dalek. The Computer Science Club is running the first code party of the term! Come join us and hack on open source software, your own projects, or whatever comes up. Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20120112T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20120112T213000Z -DTEND:20120112T223000Z -SUMMARY:Elections -DESCRIPTION:CSC Elections have begun for the Winter 2012 term, nominations are open! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20111119T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20111119T000000Z -DTEND:20111119T010000Z -SUMMARY:CSC Open Data Code Party -DESCRIPTION:by Calum T. Dalek. The Computer Science Club is teaming up with the UW Open Data Initiative to bring you our third code party of the term! Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Davis Centre -DTSTAMP:20060912T200708Z -UID:20111112T123000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20111112T123000Z -DTEND:20111112T133000Z -SUMMARY:CSC goes to Design Our Tomorrow -DESCRIPTION:by Calum T. Dalek. The Computer Science Club has a limited number of tickets available for the Design Our Tomorrow Conference at the University of Toronto on Saturday, November 12, 10:00 - 16:30. See event information for ticket details. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20111024T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20111024T203000Z -DTEND:20111024T213000Z -SUMMARY:UNIX 102: Tools in the UNIX Environment -DESCRIPTION:by Calum T. Dalek. The next installment in the CS Club's popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20111021T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20111021T040000Z -DTEND:20111021T050000Z -SUMMARY:Code Party 2 -DESCRIPTION:by Calum T. Dalek. The Computer Science Club is having our second code party of the term! Everyone is welcome; please bring your friends. There will be foodstuffs and sugary drinks available for your hacking pleasure. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20111013T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20111013T223000Z -DTEND:20111013T233000Z -SUMMARY:How Browsers Work -DESCRIPTION:by Ehsan Akhgari. Veteran Mozilla engineer Ehsan Akhgari will present a talk on the internals of web browsers. The material will range from the fundamentals of content rendering to the latest innovations in browser design. Click on the talk title for a full abstract. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110930T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110930T040000Z -DTEND:20110930T050000Z -SUMMARY:Code Party 1 -DESCRIPTION:by Calum T. Dalek. The Computer Science Club is having our first code party of the term! The theme for this code party will be collaborative development. We'll present several ideas of small projects to work on for the unexperienced. Everyone is welcome; please bring your friends! There will be foodstuffs and sugary drinks available for your hacking pleasure. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3004 -DTSTAMP:20060912T200708Z -UID:20110929T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110929T200000Z -DTEND:20110929T213000Z -SUMMARY:UNIX 101: An Introduction to the Shell -DESCRIPTION:by Calum T. Dalek. New to Unix? No problem, we'll teach you to power use circles around your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110919T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110919T203000Z -DTEND:20110919T213000Z -SUMMARY:Elections -DESCRIPTION:Club elections. See related news items for details. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - home of askhader, see abstract -DTSTAMP:20060912T200708Z -UID:20110729T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110729T040000Z -DTEND:20110729T050000Z -SUMMARY:CTRL-D -DESCRIPTION:The end of another term is here, and so we're having our End-of-Term dinner. Everybody's welcome to come to CTRL-D. We are running this like a potluck, so bringing food is suggested. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110722T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110722T040000Z -DTEND:20110722T050000Z -SUMMARY:Code Party 3 -DESCRIPTION:The final Code Party of the term is here! Come hack on some code, solve some puzzles, and have some fun. The event starts in the evening and will run all night. You can show up for any portion of it. You should bring a laptop, and probably have something in mind to work on, though you're welcome with neither. Snacks will be provided. Everyone is welcome. Please note this date is postponed from the originally scheduled date due to conflicts with Kitchener Ribfest & Craft Beer Show -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2038 -DTSTAMP:20060912T200708Z -UID:20110720T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110720T203000Z -DTEND:20110720T213000Z -SUMMARY:An Introduction to Steganography -DESCRIPTION:As part of the CSC member talks series, Yomna Nasser will be presenting an introduction to steganography. Steganography is the act of hiding information such that it can only be found by its intended recipient. It has been practiced since ancient Greece, and is still in use today. This talk will include an introduction to the area, history, and some basic techniques for hiding information and detecting hidden data. There will be an overview of some of the mathematics involved, but nothing too rigorous. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Columbia Lake Firepit -DTSTAMP:20060912T200708Z -UID:20110709T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110709T040000Z -DTEND:20110709T050000Z -SUMMARY:CSC Goes Outside -DESCRIPTION:Do you like going outside? Are you vitamin-D deficient from being in the MC too long? Do you think marshmallows, hotdogs, and fire are a delicious combination? If so, you should join us as the CSC is going outside! Around 4PM, we're going to Columbia Lake for some outdoor fun. We'll have Frisbees, kites, snacks, and some drinks. We'll be sticking around until dusk, when we're going to have a campfire with marshmallows and hotdogs. We plan to be there until 10PM, but of course you're welcome to come for any subinterval. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 5158 -DTSTAMP:20060912T200708Z -UID:20110704T173000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110704T173000Z -DTEND:20110704T183000Z -SUMMARY:Our Troubles with Linux and Why You Should Care -DESCRIPTION:A joint work between Professors Tim Brecht, Ashif Harji, and Peter Buhr, this talk describes experiences using the Linux kernel as a platform for conducting performance evaluations. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110624T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110624T040000Z -DTEND:20110624T050000Z -SUMMARY:Code Party 2 -DESCRIPTION:The second Code Party of the term takes place this Friday! Come hack on some code, solve some puzzles, and have some fun. The event starts in the evening and will run all night. You can show up for any portion of it. You should bring a laptop, and probably have something in mind to work on, though you're welcome with neither. Snacks will be provided. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2054 -DTSTAMP:20060912T200708Z -UID:20110614T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110614T203000Z -DTEND:20110614T213000Z -SUMMARY:Taming Software Bloat with AdaptableGIMP -DESCRIPTION:Ever use software with 100s or 1000s of commands? Ever have a hard time finding the right commands to perform your task? In this talk, we'll present AdaptableGIMP, a new version of GIMP developed at Waterloo to help simplify complex user interfaces. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2054 -DTSTAMP:20060912T200708Z -UID:20110609T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110609T203000Z -DTEND:20110609T213000Z -SUMMARY:General Purpose Computing on Graphics Cards -DESCRIPTION:In the first of our member talks for the term, Katie Hyatt will give a short introduction to General Purpose Graphics Processing Unit computing. This expanding field has many applications. The primary focus of this talk will be nVidia's CUDA architecture. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110603T040000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110603T040000Z -DTEND:20110603T050000Z -SUMMARY:Code Party 1 -DESCRIPTION:The Computer Science Club is having our first code party of the term. The theme for this week's code party is personal projects. Come show us what you've been working on! Of course, everybody is welcome, even if you don't have a project. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110509T213100Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110509T213100Z -DTEND:20110509T223100Z -SUMMARY:Elections Nominees List -DESCRIPTION:CSC Elections, final list of nominations for Spring 2011 -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110509T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110509T213000Z -DTEND:20110509T223000Z -SUMMARY:Elections -DESCRIPTION:CSC Elections have begun for the Spring 2011 term, nominations are open! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2034 -DTSTAMP:20060912T200708Z -UID:20110317T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110317T203000Z -DTEND:20110317T213000Z -SUMMARY:Software Patents -DESCRIPTION:by Stanley Khaing. What are the requirements for obtaining a patent? Should software be patentable? -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2017 -DTSTAMP:20060912T200708Z -UID:20110218T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110218T000000Z -DTEND:20110218T010000Z -SUMMARY:A Smorgasbord of Perl Talks -DESCRIPTION:by KW Perl Mongers. These talks are intended for programmers who are curious about the Swiss Army Chainsaw of languages, Perl. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20110209T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110209T213000Z -DTEND:20110209T223000Z -SUMMARY:UNIX 103: Version Control Systems -DESCRIPTION:by Calum T. Dalek. In this long-awaited third installment of the popular Unix Tutorials the friendly experts of the CSC will teach you the simple art of version control. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20110205T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110205T000000Z -DTEND:20110205T010000Z -SUMMARY:Code Party -DESCRIPTION:by Calum T. Dalek. Come one, come all to the Code Party happening in the Comfy Lounge this Friday. The event starts at 7:00PM and will run through the night. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20110202T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110202T213000Z -DTEND:20110202T223000Z -SUMMARY:UNIX 102: Documents and Editing in the Unix environment -DESCRIPTION:by Calum T. Dalek. The next installment in the CS Club's popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20110126T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20110126T213000Z -DTEND:20110126T223000Z -SUMMARY:UNIX 101: An Introduction to the Shell -DESCRIPTION:by Calum T. Dalek. New to Unix? No problem, we'll teach you to power use circles around your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4061 -DTSTAMP:20060912T200708Z -UID:20101117T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101117T213000Z -DTEND:20101117T223000Z -SUMMARY:Mathematics and aesthetics in maze design -DESCRIPTION:by Dr. Craig S. Kaplan. In this talk, I discuss the role of the computer in the process of designing mazes. I present some well known algorithms for maze construction, and more recent research that attempts to novel mazes with non-trivial mathematical or aesthetic properties. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Outside DC -DTSTAMP:20060912T200708Z -UID:20101113T170000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101113T170000Z -DTEND:20101113T180000Z -SUMMARY:CSC Invades Toronto -DESCRIPTION:The CSC is going to Toronto to visit UofT's CSSU, see what they do, and have beer with them. If you would like to come along, please come by the office and sign up. The cost for the trip is $2 per member. The bus will be leaving from the Davis Center (DC) Saturday Nov. 13 at NOON (some people may have been told 1pm, this is an error). Please show up a few minutes early so we may board. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CnD Lounge (MC3002) -DTSTAMP:20060912T200708Z -UID:20101105T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101105T230000Z -DTEND:20101106T000000Z -SUMMARY:Hackathon -DESCRIPTION:Come join the CSC for a night of code, music with only 8 bits, and comradarie. We will be in the C&D Lounge from 7pm until 7am working on personal projects, open source projects, and whatever else comes to mind. If you're interested in getting involved in free/open source development, some members will be on hand to guide you through the process. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4040 -DTSTAMP:20060912T200708Z -UID:20101026T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101026T203000Z -DTEND:20101026T213000Z -SUMMARY:Analysis of randomized algorithms via the probabilistic method -DESCRIPTION:In this talk, we will give a few examples that illustrate the basic method and show how it can be used to prove the existence of objects with desirable combinatorial properties as well as produce them in expected polynomial time via randomized algorithms. Our main goal will be to present a very slick proof from 1995 due to Spencer on the performance of a randomized greedy algorithm for a set-packing problem. Spencer, for seemingly no reason, introduces a time variable into his greedy algorithm and treats set-packing as a Poisson process. Then, like magic, he is able to show that his greedy algorithm is very likely to produce a good result using basic properties of expected value. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - RCH 306 -DTSTAMP:20060912T200708Z -UID:20101019T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101019T203000Z -DTEND:20101019T213000Z -SUMMARY:Machine learning vs human learning - will scientists become obsolete? -DESCRIPTION:by Dr. Shai Ben-David. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20101013T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101013T203000Z -DTEND:20101013T213000Z -SUMMARY:UNIX 102 -DESCRIPTION:This installment in the CS Club's popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20101006T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101006T203000Z -DTEND:20101006T213000Z -SUMMARY:UNIX 103 -DESCRIPTION:Unix 103 will cover version control systems and how to use them to manage your projects. Unix 101 would be helpful, but all that is needed is basic knowledge of the Unix command line (how to enter commands). -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4061 -DTSTAMP:20060912T200708Z -UID:20101012T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101012T203000Z -DTEND:20101012T213000Z -SUMMARY:How to build a brain: From single neurons to cognition -DESCRIPTION:By Dr. Chris Eliasmith. Theoretical neuroscience is a new discipline focused on constructing mathematical models of brain function. It has made significant headway in understanding aspects of the neural code. However, past work has largely focused on small numbers of neurons, and so the underlying representations are often simple. In this talk I demonstrate how the ideas underlying these simple forms of representation can underwrite a representational hierarchy that scales to support sophisticated, structure-sensitive representations. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4021 -DTSTAMP:20060912T200708Z -UID:20101004T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20101004T203000Z -DTEND:20101004T213000Z -SUMMARY:BareMetal OS -DESCRIPTION:By Ian Seyler, Return to Infinity. BareMetal is a new 64-bit OS for x86-64 based computers. The OS is written entirely in Assembly, while applications can be written in Assembly or C/C++. High Performance Computing is the main target application. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4061 -DTSTAMP:20060912T200708Z -UID:20100928T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100928T203000Z -DTEND:20100928T213000Z -SUMMARY:A Brief Introduction to Video Encoding -DESCRIPTION:By Peter Barfuss. In this talk, I will go over the concepts used in video encoding (such as motion estimation/compensation, inter- and intra- frame prediction, quantization and entropy encoding), and then demonstrate these concepts and algorithms in use in the MPEG-2 and the H.264 video codecs. In addition, some clever optimization tricks using SIMD/vectorization will be covered, assuming sufficient time to cover these topics. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1301 (The Fishbowl) -DTSTAMP:20060912T200708Z -UID:20100923T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100923T203000Z -DTEND:20100923T213000Z -SUMMARY:Calling all CS Frosh -DESCRIPTION:Come meet and greet your professors, advisors, and the heads of the school. Talk to the CSC executive and other upper year students about CS at Waterloo. Free food and beverages will also be available, so there is really no excuse to miss this. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20100929T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100929T203000Z -DTEND:20100929T213000Z -SUMMARY:Unix 101 -DESCRIPTION:Need to use the Unix environment for a course, want to overcome your fears of the command line, or just curious? Attend the first installment in the CSC's popular series of Unix tutorials to learn the basics of the shell and how to navigate the unix environment. By the end of the hands on workshop you will be able to work efficiently from the command line and power-use circles around your friends. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4045 -DTSTAMP:20060912T200708Z -UID:20100922T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100922T220000Z -DTEND:20100922T230000Z -SUMMARY:Cooking for Geeks -DESCRIPTION:The CSC is happy to be hosting Jeff Potter, author of "Cooking for Geeks" for a presentation on the finer arts of food science. Jeff's book has been featured on NPR, BBC and his presentations have wowed audiences of hackers & foodies alike. We're happy to have Jeff joining us for a hands on demonstration. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4061 -DTSTAMP:20060912T200708Z -UID:20100921T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100921T203000Z -DTEND:20100921T213000Z -SUMMARY:In the Beginning -DESCRIPTION:by Dr. Prabhakar Ragde, Cheriton School of Computer Science. I'll be workshopping some lecture ideas involving representations of numbers, specification of computation in functional terms, reasoning about such specifications, and comparing the strengths and weaknesses of different approaches. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20100914T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100914T203000Z -DTEND:20100914T213000Z -SUMMARY:Elections -DESCRIPTION:Fall term executive elections and general meeting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20100720T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100720T203000Z -DTEND:20100720T213000Z -SUMMARY:The Incompressibility Method -DESCRIPTION:In this talk, we shall explore the incompressibility method---an interesting and extremely powerful framework for determining the average-case runtime of algorithms. Within the right background knowledge, the heapsort question can be answered with an elegant 3-line proof. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20100713T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100713T203000Z -DTEND:20100713T213000Z -SUMMARY:Halftoning and Digital Art -DESCRIPTION:Edgar Bering will be giving a talk titled: Halftoning and Digital Art -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy -DTSTAMP:20060912T200708Z -UID:20100709T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100709T230000Z -DTEND:20100710T000000Z -SUMMARY:Code Party -DESCRIPTION:There is a CSC Code Party Friday starting at 7:00PM (1900) until we get bored (likely in the early in morning). Come out for fun hacking times. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2054 -DTSTAMP:20060912T200708Z -UID:20100706T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100706T203000Z -DTEND:20100706T213000Z -SUMMARY:Dataflow Analysis -DESCRIPTION:Nomair Naeem, a P.H.D. Student at Waterloo, will be giving a talk about Dataflow Analysis -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20100622T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100622T203000Z -DTEND:20100622T213000Z -SUMMARY:Compiling To Combinators -DESCRIPTION:Professor Ragde will be giving the first of our Professor talks for the Spring 2010 term. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20100525T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100525T210000Z -DTEND:20100525T220000Z -SUMMARY:Gerald Sussman -DESCRIPTION:Why Programming is a Good Medium for Expressing Poorly Understood and Sloppily Formulated Ideas -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC5136 -DTSTAMP:20060912T200708Z -UID:20100526T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100526T193000Z -DTEND:20100526T203000Z -SUMMARY:Gerald Sussman -DESCRIPTION:Public Reception -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC5158 -DTSTAMP:20060912T200708Z -UID:20100526T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100526T210000Z -DTEND:20100526T220000Z -SUMMARY:Gerald Sussman -DESCRIPTION:The Art of the Propagator -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20100511T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100511T213000Z -DTEND:20100511T223000Z -SUMMARY:Elections -DESCRIPTION:Spring term executive elections and general meeting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20100406T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100406T203000Z -DTEND:20100406T213000Z -SUMMARY:Brush-Based Constructive Solid Geometry -DESCRIPTION:The last talk in the CS10 series will be presented by Jordan Saunders, in which he will discuss methods for processing brush-based constructive solid geometry. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20100407T170000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100407T170000Z -DTEND:20100407T180000Z -SUMMARY:Windows Azure Lab -DESCRIPTION:Get the opportunity to learn about Microsoft's Cloud Services Platform, Windows Azure. Attend this Hands-on-lab session sponsored by Microsoft. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CSC Office -DTSTAMP:20060912T200708Z -UID:20100401T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100401T223000Z -DTEND:20100401T233000Z -SUMMARY:CTRL-D -DESCRIPTION:Once again the CSC will be holding its traditional end of term dinner. It will be at the Vice President's house. If you don't know how to get there meet at the club office at 6:30 PM, a group will be leaving from the MC then. The dinner will be potluck style so bring a dish for 4-6 people, or some plates or pop or something. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20100330T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100330T203000Z -DTEND:20100330T213000Z -SUMMARY:NUI: The future of robotics and automated systems -DESCRIPTION:Member Sam Pasupalak will present some of his ongoing work in Natural User Interfaces and Robotics in this sixth installment of CS10. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC7001 -DTSTAMP:20060912T200708Z -UID:20100326T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100326T230000Z -DTEND:20100327T000000Z -SUMMARY:A Final Party of Code -DESCRIPTION:There is a CSC/CMC Code Party Friday starting at 7:00PM (1900) until we get bored (likely in the early in morning). Come out for fun hacking times, spreading Intertube memes (optional), hacking on open source projects, doing some computational math, and other general classiness. There will be free energy drinks for everyone's enjoyment. This is the last of the term so don't miss out. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC5158 -DTSTAMP:20060912T200708Z -UID:20100323T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100323T203000Z -DTEND:20100323T213000Z -SUMMARY:Memory-Corruption Security Holes: How to exploit, patch and prevent them. -DESCRIPTION:Despite it being 2010, code is still being exploited due to stack overflows, a 40+ year old class of security vulnerabilities. In this talk, I will go over several common methods of program exploitation, both on the stack and on the heap, as well as going over some of the current mitigation techniques (i.e. stack canaries, ASLR, etc.) for these holes, and similarly, how some of these can be bypassed as well. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20100319T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100319T230000Z -DTEND:20100320T000000Z -SUMMARY:Another Party of Code -DESCRIPTION:There is a CSC Code Party Friday starting at 7:00PM (1900) until we get bored (likely in the early in morning). Come out for fun hacking times, spreading Intertube memes (optional), hacking on the OpenMoko, creating music mixes, and other general classiness. There will be free energy drinks for everyone's enjoyment. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC5158 -DTSTAMP:20060912T200708Z -UID:20100316T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100316T203000Z -DTEND:20100316T213000Z -SUMMARY:Approximation Hardness and the Unique Games Conjecture -DESCRIPTION:The fifth installment in CS10: Undergraduate Seminars in CS, features CSC member Elyot Grant introducing the theory of approximation algorithms. Fun times and a lack of gruesome math are promised. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20100313T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100313T000000Z -DTEND:20100313T010000Z -SUMMARY:A Party of Code -DESCRIPTION:A fevered night of code, friends, fun, energy drinks, and the CSC. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20100309T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100309T213000Z -DTEND:20100309T223000Z -SUMMARY:Software Transactional Memory and Using STM in Haskell -DESCRIPTION:The fourth Undergraduate Seminar in Computer Science will be presented by Brennan Taylor, a club member. He will be discussing various concurrent computing problems, and introducing Software Transactional Memory as a solution to them. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Waterloo Bowling Lanes -DTSTAMP:20060912T200708Z -UID:20100306T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100306T220000Z -DTEND:20100306T230000Z -SUMMARY:Bowling -DESCRIPTION:The CSC is going bowling. $9.75 for shoes and two games. The bowling alley serves fried food and beer. Join us for some or all of the above -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20100302T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100302T213000Z -DTEND:20100302T223000Z -SUMMARY:QIP=PSPACE -DESCRIPTION:Dr. John Watrous of the IQC will present his recent result "QIP=PSPACE". The talk will not assume any familiarity with quantum computing or complexity theory, and light refreshments will be provided. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CnD Lounge -DTSTAMP:20060912T200708Z -UID:20100227T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100227T000000Z -DTEND:20100227T010000Z -SUMMARY:Contest Closing -DESCRIPTION:The contest is coming to a close tomorrow, so to finish it in style we will be having ice cream and code friday night. It would be a shame if Waterloo lost (we're not on top of the leaderboard right now) so come out and hack for the home team. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20100225T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100225T213000Z -DTEND:20100225T223000Z -SUMMARY:CSCF Town Hall -DESCRIPTION:Come to a town hall style meeting with the managers of CSCF to discuss how to improve the undergraduate (student.cs) computing environment. Have gripes? Suggestions? Requests? Now is the time to voice them. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC5136B -DTSTAMP:20060912T200708Z -UID:20100223T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100223T213000Z -DTEND:20100223T223000Z -SUMMARY:The Best Algorithms are Randomized Algorithms -DESCRIPTION:In this talk Nicholas Harvey discusses the prevalence of randomized algorithms and their application to solving optimization problems on graphs; with startling results compared to deterministic algorithms. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20100209T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100209T213000Z -DTEND:20100209T223000Z -SUMMARY:An Introduction to Vector Graphics Libraries with Cairo -DESCRIPTION:Cairo is an open source, cross platform, vector graphics library with the ability to output to many kinds of surfaces, including PDF, SVG and PNG surfaces, as well as X-Window, Win32 and Quartz 2D backends. Unlike the raster graphics used with programmes and libraries such as The Gimp and ImageMagick, vector graphics are not defined by grids of pixels, but rather by a collection of drawing operations. These operations detail how to draw lines, fill shapes, and even set text to create the desired image. This has the advantages of being infinitely scalable, smaller in file size, and simpler to express within a computer programme. This talk will be an introduction to the concepts and metaphors used by vector graphics libraries in general and Cairo in particular. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3005 -DTSTAMP:20060912T200708Z -UID:20100211T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100211T213000Z -DTEND:20100211T223000Z -SUMMARY:UNIX 101 Encore -DESCRIPTION:New to Unix? No problem, we'll teach you to power use circles around your friends! The popular tutorial returns for a second session, in case you missed the first one. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20100210T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100210T213000Z -DTEND:20100210T223000Z -SUMMARY:UNIX 101 -DESCRIPTION:New to Unix? No problem, we'll teach you to power use circles around your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20100118T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100118T203000Z -DTEND:20100118T213000Z -SUMMARY:Wilderness Programming -DESCRIPTION:Paul Lutus describes his early Apple II software development days, conducted from the far end of a 1200-foot power cord, in a tiny Oregon cabin. Paul describes how he wrote a best-seller (Apple Writer) in assembly language, while dealing with power outages, lightning storms and the occasional curious bear. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20100126T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20100126T220000Z -DTEND:20100126T230000Z -SUMMARY:Deep learning with multiplicative interactions -DESCRIPTION:Geoffrey Hinton, from the University of Toronto and the Canadian Institute for Advanced Research, will discuss some of his latest work in learning networks and artificial intelligence. The talk will be accessable, so don't hesitate to come out. More information about Dr. Hinton's research can be found on his website. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20091205T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091205T233000Z -DTEND:20091206T045500Z -SUMMARY:The Club That Really Likes Dinner -DESCRIPTION:Come on out to the club's termly end of term dinner, details in the abstract -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20091128T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091128T000000Z -DTEND:20091128T120000Z -SUMMARY:Code Party!!11!! -DESCRIPTION:A fevered night of code, friends, fun, energy drinks, and the CSC. Facebook will be around to bring some food and hang out. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2065 -DTSTAMP:20060912T200708Z -UID:20091105T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091105T213000Z -DTEND:20091105T223000Z -SUMMARY:In the Beginning -DESCRIPTION:To most CS students an OS kernel is pretty low level. But there is something even lower, the instructions that must be executed to get the CPU ready to accept a kernel. That is, if you look at any processor's reference manual there is a page or two describing the state of the CPU when it powered on. This talk describes what needs to happen next, up to the point where the first kernel instruction executes. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20091020T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091020T203000Z -DTEND:20091020T213000Z -SUMMARY:CSC Goes To Dooly's -DESCRIPTION:We're going to Dooly's to play pool. What more do you want from us? Come to the Club office and we'll all bus there together. We've got discount tables for club members so be sure to be there. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20091016T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091016T230000Z -DTEND:20091017T000000Z -SUMMARY:Code Party and Contest Finale -DESCRIPTION:Come on out for a night of code, contests, and energy drinks. Join the Computer Scinece Club for the finale of the Google AI Challenge and an all night code party. Finish up your entry, or start it (its not too late). Not interested in the contest? Come out anyway for a night of coding and comradarie with us. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20091008T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091008T203000Z -DTEND:20091008T213000Z -SUMMARY:UNIX 103 -DESCRIPTION:In this long-awaited third installment of the popular Unix Tutorials the friendly experts of the CSC will teach you the simple art of version control. You will learn the purpose and use of two different Version Control Systems (git and subversion). This tutorial will advise you in the discipline of managing the source code of your projects and enable you to quickly learn new Version Control Systems in the work place -- a skill that is much sought after by employers. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20091014T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091014T183000Z -DTEND:20091014T193000Z -SUMMARY:UofT Graduate School Information Session -DESCRIPTION:"Is Graduate School for You?" Get the answers to your grad school questions - and have a bite to eat, our treat -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1301 FishBowl -DTSTAMP:20060912T200708Z -UID:20091003T140000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091003T140000Z -DTEND:20091003T193000Z -SUMMARY:Linux Install Fest -DESCRIPTION:Interested in trying Linux but don't know where to start? Come to the Linux install fest to demo Linux, get help installing it on your computer, either stand alone or a dual boot, and help setting up your fresh install. Have lunch and hang around if you like, or just come in for a CD. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20091001T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20091001T203000Z -DTEND:20091001T213000Z -SUMMARY:UNIX 102 -DESCRIPTION:The next installment in the CS Club's popular Unix tutorials UNIX 102 introduces powerful text editing tools for programming and document formatting. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20090928T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090928T203000Z -DTEND:20091009T040000Z -SUMMARY:AI Programming Contest sponsored by Google -DESCRIPTION:Come learn how to write an intelligent game-playing program. No past experience necessary. Submit your program using the online web interface to watch it battle against other people's programs. Beginners and experts welcome! Prizes provided by google, including the delivery of your resume to google recruiters. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20090924T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090924T203000Z -DTEND:20090924T213000Z -SUMMARY:UNIX 101 -DESCRIPTION:New to Unix? No problem, we'll teach you to power use circles around your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20090915T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090915T210000Z -DTEND:20090915T220000Z -SUMMARY:Elections -DESCRIPTION:Nominations are open now, either place your name on the nominees board or e-mail the CRO to nominate someone for a position. Come to the Comfy Lounge to elect your fall term executive. Contact the CRO if you have questions. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3003 -DTSTAMP:20060912T200708Z -UID:20090723T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090723T203000Z -DTEND:20090723T220000Z -SUMMARY:Unix 103 -DESCRIPTION:In this long-awaited third installment of the popular Unix Tutorials the dark mages of the CSC will train you in the not-so-arcane magick of version control. You will learn the purpose and use of two different Version Control Systems (git and subversion). This tutorial will advise you in the discipline of managing the source code of your projects and enable you to quickly learn new Version Control Systems in the work place -- a skill that is much sought after by employers. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20090717T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090717T230000Z -DTEND:20090718T080000Z -SUMMARY:Code Party -DESCRIPTION:Have an assignment or project you need to work on? We will be coding from 7:00pm until 4:00am starting on Friday, July 17th in the Comfy lounge. Join us! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20090707T190000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090707T190000Z -DTEND:20090707T210000Z -SUMMARY:History of CS Curriculum at UW -DESCRIPTION:This talk provides a personal overview of the evolution of the undergraduate computer science curriculum at UW over the past forty years, concluding with an audience discussion of possible future developments. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20090622T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090622T203000Z -DTEND:20090622T223000Z -SUMMARY:Paper Club -DESCRIPTION:Come and drink tea and read an academic CS paper with the Paper Club. We will be meeting from 4:30pm until 6:30pm on Monday, June 22th on the 4th floor of the MC (exact room number TBA). See http://csclub.uwaterloo.ca/~paper -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Dooly's -DTSTAMP:20060912T200708Z -UID:20090619T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090619T213000Z -DTEND:20090619T223000Z -SUMMARY:Dooly's Night -DESCRIPTION:The CSC will be playing pool at Dooly's. Join us for only a few dollars. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3001 -DTSTAMP:20060912T200708Z -UID:20090605T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090605T230000Z -DTEND:20090606T080000Z -SUMMARY:Code Party -DESCRIPTION:Have an assignment or project you need to work on? We will be coding from 7:00pm until 7:00am starting on Friday, June 5th in the Comfy lounge. Join us! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20090602T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090602T203000Z -DTEND:20090602T213000Z -SUMMARY:Unix 101 -DESCRIPTION:Need to use the UNIX environment for a course, want to overcome your fears of the command line, or just curious? Come and learn the arcane secrets of the UNIX command line interface from CSC mages. After this tutorial you will be comfortable with the essentials of navigating, manipulating and viewing files, and processing data at the UNIX shell prompt. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2034 -DTSTAMP:20060912T200708Z -UID:20090512T160000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090512T160000Z -DTEND:20090512T170000Z -SUMMARY:PHP on Windows -DESCRIPTION:PHP Programming Contest Info Session -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20090402T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090402T203000Z -DTEND:20090402T213000Z -SUMMARY:Rapid prototyping and mathematical art -DESCRIPTION:A talk by Craig S. Kaplan. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - TBA -DTSTAMP:20060912T200708Z -UID:20090403T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090403T220000Z -DTEND:20090404T100000Z -SUMMARY:CTRL-D -DESCRIPTION:Join the Club That Really Likes Dinner for the End Of Term party! Inquire closer to the date for details. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge (MC) -DTSTAMP:20060912T200708Z -UID:20090327T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090327T220000Z -DTEND:20090328T160000Z -SUMMARY:Code Party -DESCRIPTION:CSC Code Party! Same as always - no sleep, lots of caffeine, and really nerdy entertainment. Bonus: Free Cake! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2061 -DTSTAMP:20060912T200708Z -UID:20090319T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090319T203000Z -DTEND:20090328T160000Z -SUMMARY:Artificial Intelligence Contest -DESCRIPTION:Come out and try your hand at writing a computer program that plays Minesweeper Flags, a two-player variant of the classic computer game, Minesweeper. Once you're done, your program will compete head-to-head against the other entries in a fierce Minesweeper Flags tournament. There will be a contest kick-off session on Thursday March 19 at 4:30 PM in room MC3036. Submissions will be accepted until Saturday March 28. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20090305T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090305T213000Z -DTEND:20090305T233000Z -SUMMARY:SIGGRAPH Night -DESCRIPTION:Come out and watch the SIGGRAPH (Special Interest Group on Graphics) conference video review. A video of insane, amazing, and mind blowing computer graphics. . -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Toronto Hilton -DTSTAMP:20060912T200708Z -UID:20090312T120000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090312T120000Z -DTEND:20090314T010000Z -SUMMARY:Canadian Undergraduate Technology Conference -DESCRIPTION:See cutc.ca for more details. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20090309T190000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090309T190000Z -DTEND:20090309T200000Z -SUMMARY:Prabhakar Ragde -DESCRIPTION:Functional Lexing and Parsing -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - RAC2009 -DTSTAMP:20060912T200708Z -UID:20090312T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090312T210000Z -DTEND:20090312T230000Z -SUMMARY:IQC - Programming Quantum Computers -DESCRIPTION:A brief intro to Quantum Computing and why it matters, followed by a talk on programming quantum computers. Meet at the CSC at 4:00PM for a guided walk to the RAC. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CSC Office: MC3036 -DTSTAMP:20060912T200708Z -UID:20090227T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090227T220000Z -DTEND:20090228T000000Z -SUMMARY:Dooly's Night -DESCRIPTION:Come join the CSC as we head to Dooly's. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2062 and MC2063 -DTSTAMP:20060912T200708Z -UID:20090205T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090205T223000Z -DTEND:20090205T233000Z -SUMMARY:UNIX 101 and 102 -DESCRIPTION:Continuing the popular Unix Tutorials with a rerun of 101 and the debut of 102. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3003 -DTSTAMP:20060912T200708Z -UID:20090203T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090203T223000Z -DTEND:20090203T233000Z -SUMMARY:UNIX 101 -DESCRIPTION:New to Unix? No problem, we'll teach you to power use circles around your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20090207T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090207T000000Z -DTEND:20090207T010000Z -SUMMARY:Code Party! -DESCRIPTION:There is a CSC Code Party starting at 7:00PM (19:00). Come out and enjoy some good old programming and meet others interested in writing code! Free energy drinks and snacks for all. Plus, we have lots of things that need to be done if you're looking for a project to work on! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20090117T003000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090117T003000Z -DTEND:20090117T013000Z -SUMMARY:Code party !!11!!1!! -DESCRIPTION:There is a CSC Code Party Tonight starting at 7:30PM (1930) until we get bored (likely in the early in morning). Come out for fun hacking times, spreading Intertube memes (optional), hacking on the OpenMoko, creating music mixes, and other general classyness. If we manage to swing it, there will be delicious energy drinks for your consumption! Alternatively, if we don't we will have each other as well as some delicious tea and coffee. Perhaps a crumpet -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Modern Languages Theatre -DTSTAMP:20060912T200708Z -UID:20090129T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090129T233000Z -DTEND:20090130T003000Z -SUMMARY:Richard M. Stallman -DESCRIPTION:The Free Software Movement and the GNU/Linux Operating System -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC5136 -DTSTAMP:20060912T200708Z -UID:20090122T170000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090122T170000Z -DTEND:20090122T180000Z -SUMMARY:Joel Spolsky -DESCRIPTION:Joel Spolsky, of Joel on Software will be giving a talk entitled "Computer Science Education and the Software Industry". -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20090113T212000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20090113T212000Z -DTEND:20090113T222000Z -SUMMARY:Term Elections -DESCRIPTION:Winter Elections -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Toronto -DTSTAMP:20060912T200708Z -UID:20081115T113000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081115T113000Z -DTEND:20081115T123000Z -SUMMARY:Changing the World Conference -DESCRIPTION:Organized by Queen's students, Changing the World aims to bring together the world's greatest visionaries to inspire people to innovate and better our world. Among these speakers include Nobel Peace Prize winner, Eric Chivian. He was a recipient for his work on stopping nuclear war. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - SLC Multipurpose Room -DTSTAMP:20060912T200708Z -UID:20081106T150000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081106T150000Z -DTEND:20081106T160000Z -SUMMARY:Linux Install Fest -DESCRIPTION:Come join the CSC in celebrating the new releases of Ubuntu Linux, Free BSD and Open BSD, and get a hand installing one of them on your own system. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4061 -DTSTAMP:20060912T200708Z -UID:20081110T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081110T213000Z -DTEND:20081110T223000Z -SUMMARY:Functional Programming -DESCRIPTION:This talk will survey concepts, techniques, and languages for functional programming from both historical and contemporary perspectives, with reference to Lisp, Scheme, ML, Haskell, and Erlang. No prior background is assumed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20081024T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081024T220000Z -DTEND:20081024T230000Z -SUMMARY:Code Party -DESCRIPTION:A fevered night of code, friends, fun, free energy drinks, and the CSC. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20081016T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081016T203000Z -DTEND:20081016T213000Z -SUMMARY:SIGGRAPH Night -DESCRIPTION:Come out and watch the SIGGRAPH (Special Interest Group on Graphics) conference video review. A video of insane, amazing, and mind blowing computer graphics. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20080912T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080912T203000Z -DTEND:20080912T213000Z -SUMMARY:Meet the CSC -DESCRIPTION:Come out and meet other CSC members, find out about the CSC, meet the executive nominees, and join if you like what you see. Nominees should plan on attending. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20080916T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080916T203000Z -DTEND:20080916T213000Z -SUMMARY:CSClub Elections -DESCRIPTION:Elections are scheduled for Tues, Sep 16 @ 4:30 pm in the comfy lounge. The nomination period closes on Mon, Sep 15 @ 4:30 pm. Nominations may be sent to cro@csclub.uwaterloo.ca. Candidates should not engage in campaigning after the nomination period has closed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20080925T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080925T203000Z -DTEND:20080925T213000Z -SUMMARY:Unix 101 -DESCRIPTION:New to Unix? No problem, we'll teach you to power use circles around your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20081007T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081007T203000Z -DTEND:20081007T213000Z -SUMMARY:Unix 101 -DESCRIPTION:New to Unix? No problem, we'll teach you to power use circles around your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20081009T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081009T203000Z -DTEND:20081009T213000Z -SUMMARY:Unix 102 -DESCRIPTION:Want more from Unix? No problem, we'll teach you to create and quickly edit high quality documents. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2065 -DTSTAMP:20060912T200708Z -UID:20081003T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081003T203000Z -DTEND:20081003T213000Z -SUMMARY:Game Sketching -DESCRIPTION:Juancho Buchanan, CTO Relic Entertainment -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4021 -DTSTAMP:20060912T200708Z -UID:20081002T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20081002T203000Z -DTEND:20081002T213000Z -SUMMARY:General Meeting 2 -DESCRIPTION:The second official general meeting of the term. Items on the adgenda are CSC Merch, upcoming talks, and other possible planned events, as well as the announcement of a librarian and planning of an office cleanout and a library organization day. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4042 -DTSTAMP:20060912T200708Z -UID:20080208T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080208T213000Z -DTEND:20080208T223000Z -SUMMARY:A Brief History of Blackberry and the Wireless Data Telecom Industry -DESCRIPTION:Tyler Lessard -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - BFG2125 -DTSTAMP:20060912T200708Z -UID:20080229T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080229T220000Z -DTEND:20080229T230000Z -SUMMARY:Quantum Information Processing -DESCRIPTION:Raymond Laflamme -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2061 -DTSTAMP:20060912T200708Z -UID:20080214T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080214T210000Z -DTEND:20080214T220000Z -SUMMARY:CSC Programming Contest 1 -DESCRIPTION:Yes, we know this is Valentine's Day. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4020 -DTSTAMP:20060912T200708Z -UID:20080123T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080123T220000Z -DTEND:20080123T230000Z -SUMMARY:Creating Distributed Applications with TIPC -DESCRIPTION:Elmer Horvath -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20080115T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20080115T213000Z -DTEND:20080115T223000Z -SUMMARY:CSClub Elections -DESCRIPTION:Elections are scheduled for Tues, Jan 15 @ 4:30 pm in the comfy lounge. The nomination period closes on Mon, Jan 14 @ 4:30 pm. Candidates should not engage in campaigning after the nomination period has closed. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4058 -DTSTAMP:20060912T200708Z -UID:20071019T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071019T210000Z -DTEND:20071019T220000Z -SUMMARY:General Meeting -DESCRIPTION:There is a general meeting scheduled for Friday, October 19, 2007 at 17:00. This is a chance to bring out any ideas and concerns about CSC happenings into the open, as well as a chance to make sure all CSC staff is up to speed on current CSC doings. The current agenda can be found at http://wiki.csclub.uwaterloo.ca/wiki/Friday_19_October_2007. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20070925T173000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070925T173000Z -DTEND:20070925T183000Z -SUMMARY:Virtual Reality, Real Law: The regulation of Property in Video Games -DESCRIPTION:Susan Abramovitch -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4061 -DTSTAMP:20060912T200708Z -UID:20071002T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071002T203000Z -DTEND:20071002T213000Z -SUMMARY:Putting the fun into Functional Languages and Useful Programming with OCaml/F# -DESCRIPTION:Brennan Taylor -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4060 -DTSTAMP:20060912T200708Z -UID:20071009T204500Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071009T204500Z -DTEND:20071009T214500Z -SUMMARY:Join-Calculus with JoCaml. Concurrent programming that doesn't fry your brain -DESCRIPTION:Brennan Taylor -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4041 -DTSTAMP:20060912T200708Z -UID:20071015T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071015T203000Z -DTEND:20071015T213000Z -SUMMARY:Off-the-Record Messaging: Useful Security and Privacy for IM -DESCRIPTION:Ian Goldberg -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20071120T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071120T213000Z -DTEND:20071120T223000Z -SUMMARY:Why you should care about functional programming with Haskell *New-er Date* -DESCRIPTION:Andrei Barbu -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20071122T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071122T213000Z -DTEND:20071122T223000Z -SUMMARY:More Haskell functional programming fun! -DESCRIPTION:Andrei Barbu -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4061 -DTSTAMP:20060912T200708Z -UID:20071129T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071129T213000Z -DTEND:20071129T223000Z -SUMMARY:Concurrent / Distributed programming with JoCaml -DESCRIPTION:Brennan Taylor -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - TBA -DTSTAMP:20060912T200708Z -UID:20071204T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071204T213000Z -DTEND:20071204T223000Z -SUMMARY:PE Executable Translation: A solution for legacy games on linux (Postponed) -DESCRIPTION:David Tenty -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20071201T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071201T183000Z -DTEND:20071201T193000Z -SUMMARY:Programming Contest -DESCRIPTION:Win Prizes! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - TBA -DTSTAMP:20060912T200708Z -UID:20071202T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071202T193000Z -DTEND:20071202T203000Z -SUMMARY:Multi-Player Linux games for Linux awarness week -DESCRIPTION:Multi-Player Gaming with Linux [Possibly Pizza!] -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - TBA -DTSTAMP:20060912T200708Z -UID:20071004T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071004T203000Z -DTEND:20071004T213000Z -SUMMARY:Distributed Programming with Erlang -DESCRIPTION:Brennan Taylor -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4061 -DTSTAMP:20060912T200708Z -UID:20071205T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20071205T213000Z -DTEND:20071205T223000Z -SUMMARY:Google Summer of Code, a look back on 2007 -DESCRIPTION:Holden Karau -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - AL 116 -DTSTAMP:20060912T200708Z -UID:20070717T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070717T230000Z -DTEND:20070718T000000Z -SUMMARY:C++0x - An Overview -DESCRIPTION:Bjarne Stroustrup -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - AL 116 -DTSTAMP:20060912T200708Z -UID:20070706T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070706T203000Z -DTEND:20070706T213000Z -SUMMARY:Copyright vs Community in the Age of Computer Networks -DESCRIPTION:Richard Stallman -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4042 -DTSTAMP:20060912T200708Z -UID:20070627T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070627T203000Z -DTEND:20070627T213000Z -SUMMARY:Usability in the wild -DESCRIPTION:A talk by Michael Terry -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4042 -DTSTAMP:20060912T200708Z -UID:20070622T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070622T203000Z -DTEND:20070622T213000Z -SUMMARY:Email encryption for the masses -DESCRIPTION:Ken Ho -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 4040 -DTSTAMP:20060912T200708Z -UID:20070618T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070618T203000Z -DTEND:20070618T213000Z -SUMMARY:Fedspulse.ca, Web 3.0, Portals and the Metaverse -DESCRIPTION:Peter Macdonald -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Hagey Hall -DTSTAMP:20060912T200708Z -UID:20070411T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070411T193000Z -DTEND:20070411T203000Z -SUMMARY:The Free Software Movement and the GNU/Linux Operating System -DESCRIPTION:A talk by Richard M. Stallman (RMS) [CANCELLED] -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20070408T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070408T203000Z -DTEND:20070408T213000Z -SUMMARY:Loop Optimizations -DESCRIPTION:A talk by Simina Branzei -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3036 -DTSTAMP:20060912T200708Z -UID:20070401T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070401T203000Z -DTEND:20070401T213000Z -SUMMARY:Surprise Bill Gates Visit -DESCRIPTION:Bill Gates is coming to visit the CSClub -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 1056 -DTSTAMP:20060912T200708Z -UID:20070328T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070328T213000Z -DTEND:20070328T223000Z -SUMMARY:Computational Physics Simulations -DESCRIPTION:A talk by David Tenty and Alex Parent -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 1056 -DTSTAMP:20060912T200708Z -UID:20070329T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070329T203000Z -DTEND:20070329T213000Z -SUMMARY:All The Code -DESCRIPTION:A demo/introduction to a new source code search engine. A talk by Holden Karau -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 1056 -DTSTAMP:20060912T200708Z -UID:20070404T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070404T200000Z -DTEND:20070404T210000Z -SUMMARY:Data Analysis with Kernels: [an introduction] -DESCRIPTION:A talk by Michael Biggs. This talk is RESCHEDULED due to unexpected circumstances -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1350 -DTSTAMP:20060912T200708Z -UID:20070226T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070226T213000Z -DTEND:20070226T223000Z -SUMMARY:ReactOS: An Open Source OS Platform for Learning -DESCRIPTION:A talk by Alex Ionescu -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2065 -DTSTAMP:20060912T200708Z -UID:20070215T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070215T213000Z -DTEND:20070215T223000Z -SUMMARY:An Introduction to Recognizing Regular Expressions in Haskell -DESCRIPTION:A talk by James deBoer -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20070209T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070209T213000Z -DTEND:20070209T223000Z -SUMMARY:Introduction to 3-d Graphics -DESCRIPTION:A talk by Chris "The Prof" Evensen -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1351 -DTSTAMP:20060912T200708Z -UID:20070210T013000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070210T013000Z -DTEND:20070210T023000Z -SUMMARY:Writing World Class Software -DESCRIPTION:A talk by James Simpson -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2066 -DTSTAMP:20060912T200708Z -UID:20070208T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070208T213000Z -DTEND:20070208T223000Z -SUMMARY:UW Software Start-ups: What Worked and What Did Not -DESCRIPTION:A talk by Larry Smith -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20070207T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070207T213000Z -DTEND:20070207T223000Z -SUMMARY:Riding The Multi-core Revolution -DESCRIPTION:How a Waterloo software company is changing the way people program computers. A talk by Stefanus Du Toit -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4041 -DTSTAMP:20060912T200708Z -UID:20070131T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20070131T210000Z -DTEND:20070131T220000Z -SUMMARY:Network Security -- Intrusion Detection -DESCRIPTION:A talk by Reg Quinton -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - East Side Mario -DTSTAMP:20060912T200708Z -UID:20060729T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060729T230000Z -DTEND:20060730T000000Z -SUMMARY:CTRL D -DESCRIPTION:Come out for the Club that Really Likes Dinner -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20060726T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060726T193000Z -DTEND:20060726T203000Z -SUMMARY:Lemmings Day -DESCRIPTION:Come out for some retro Amiga-style Lemmings gaming action! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC Fishbowk -DTSTAMP:20060912T200708Z -UID:20060725T170000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060725T170000Z -DTEND:20060725T180000Z -SUMMARY:Linux Installfest! -DESCRIPTION:A part of Linux Awareness Week -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4063 -DTSTAMP:20060912T200708Z -UID:20060724T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060724T203000Z -DTEND:20060724T213000Z -SUMMARY:Software development gets on the Cluetrain -DESCRIPTION:or How communities of interest drive modern software development. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20060721T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060721T213000Z -DTEND:20060721T223000Z -SUMMARY:March of the Penguins -DESCRIPTION:The Computer Science Club will be showing March of the Penguins -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4041 -DTSTAMP:20060912T200708Z -UID:20060720T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060720T213000Z -DTEND:20060720T223000Z -SUMMARY:Cool Stuff to do With Python -DESCRIPTION:Albert O'Connor will be introducing the joys of programming in python -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4041 -DTSTAMP:20060912T200708Z -UID:20060720T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060720T203000Z -DTEND:20060720T213000Z -SUMMARY:Simulating multi-tasking on an embedded architecture -DESCRIPTION:Alex Tsay will look at the common hack used to simulate multi-processing in a real time embedded environment. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20060719T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060719T203000Z -DTEND:20060719T213000Z -SUMMARY:Semacode: Image recognition on mobile camera phones -DESCRIPTION:Simon Woodside, founder of Semacode, comes to discuss image what it is like to start a business and how imaging code works -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20060718T035900Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060718T035900Z -DTEND:20060718T045900Z -SUMMARY:Midnight Madness, Alpha Edition -DESCRIPTION:Come out to discuss current & future plans/projects for the Club -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4042 -DTSTAMP:20060912T200708Z -UID:20060621T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060621T203000Z -DTEND:20060621T213000Z -SUMMARY:CSC General Meeting -DESCRIPTION:Come out to discuss current & future plans/projects for the Club -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4060 -DTSTAMP:20060912T200708Z -UID:20060525T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060525T200000Z -DTEND:20060525T210000Z -SUMMARY:Eighteen Years in the Software Tools Business -DESCRIPTION:Eighteen Years in the Software Tools Business at Microsoft, a talk by Rico Mariani, (BMath CS/EEE 1988) -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CSC -DTSTAMP:20060912T200708Z -UID:20060514T170000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060514T170000Z -DTEND:20060514T180000Z -SUMMARY:Unix 101 and 102 Recording -DESCRIPTION:Unix 101 and 102 recording -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CSC -DTSTAMP:20060912T200708Z -UID:20060513T170000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060513T170000Z -DTEND:20060513T180000Z -SUMMARY:Video 4 Linux Day -DESCRIPTION:We don't know enough about V4L -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - The Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20060508T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060508T203000Z -DTEND:20060508T213000Z -SUMMARY:CSC Elections -DESCRIPTION:Come out and vote for the Spring 2006 executive! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Physics 145 -DTSTAMP:20060912T200708Z -UID:20060306T214500Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060306T214500Z -DTEND:20060306T224500Z -SUMMARY:Creating Killer Applications -DESCRIPTION:A talk by Larry Smith -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Bombshelter Pub -DTSTAMP:20060912T200708Z -UID:20060209T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20060209T223000Z -DTEND:20060209T233000Z -SUMMARY:Pints With Profs -DESCRIPTION:Come out and meet your professors. Free food provided! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - TBA -DTSTAMP:20060912T200708Z -UID:20051129T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20051129T223000Z -DTEND:20051129T233000Z -SUMMARY:Programming Contest -DESCRIPTION:Come out, program, and win shiny things! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Fishbowl -DTSTAMP:20060912T200708Z -UID:20051017T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20051017T213000Z -DTEND:20051017T223000Z -SUMMARY:Party with Profs! -DESCRIPTION:Get to know your profs and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20051011T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20051011T203000Z -DTEND:20051011T213000Z -SUMMARY:UNIX 103: Scripting Unix -DESCRIPTION:You Too Can Be a Unix Taskmaster -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3D 2037 -DTSTAMP:20060912T200708Z -UID:20051006T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20051006T203000Z -DTEND:20051006T213000Z -SUMMARY:UNIX 102 -DESCRIPTION:Fun with Unix -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20051004T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20051004T203000Z -DTEND:20051004T213000Z -SUMMARY:UNIX 101 -DESCRIPTION:First UNIX tutorial -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:20050602T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20050602T193000Z -DTEND:20050602T203000Z -SUMMARY:Programming and Verifying the Interactive Web -DESCRIPTION:Shriram Krishnamurthi will be talking about continuations in Web Programming -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4042 -DTSTAMP:20060912T200708Z -UID:20050607T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20050607T200000Z -DTEND:20050607T210000Z -SUMMARY:UW's CS curriculum: past, present, and future -DESCRIPTION:Come out to here Prabhakar Ragde talk about our UW's CS curriculum -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4060 -DTSTAMP:20060912T200708Z -UID:20050315T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20050315T213000Z -DTEND:20050315T223000Z -SUMMARY:Oh No! More Lemmings Day! -DESCRIPTION:Come out for some retro Amiga-style Lemmings gaming action! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20050201T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20050201T213000Z -DTEND:20050201T223000Z -SUMMARY:UNIX 102 -DESCRIPTION:Fun with Unix -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20050125T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20050125T213000Z -DTEND:20050125T223000Z -SUMMARY:UNIX 101 -DESCRIPTION:First UNIX tutorial -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - The Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20050113T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20050113T213000Z -DTEND:20050113T223000Z -SUMMARY:CSC Elections -DESCRIPTION:Come out and vote for the Winter 2005 executive! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Mongolian Grill -DTSTAMP:20060912T200708Z -UID:20041208T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041208T213000Z -DTEND:20041208T223000Z -SUMMARY:CTRL-D -DESCRIPTION:This semesters CTRL-D (or the club that really likes dinner) is going to be at Mongolian grill. Be there or be square -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4058 -DTSTAMP:20060912T200708Z -UID:20041201T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041201T193000Z -DTEND:20041201T203000Z -SUMMARY:Knitting needles, hairpins and other tangled objects -DESCRIPTION:In this talk, I'll study linkages (objects built from sticks that are connected with flexible joints), and explain some interesting examples that can or cannot be straightened out -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2066 -DTSTAMP:20060912T200708Z -UID:20041124T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041124T213000Z -DTEND:20041124T223000Z -SUMMARY:Eclipse -DESCRIPTION:How I Stopped Worrying and Learned to Love the IDE -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2066 -DTSTAMP:20060912T200708Z -UID:20041118T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041118T220000Z -DTEND:20041118T230000Z -SUMMARY:GracefulTavi -DESCRIPTION:Wiki software in PHP+MySQL -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4063 -DTSTAMP:20060912T200708Z -UID:20041112T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041112T193000Z -DTEND:20041112T203000Z -SUMMARY:Lemmings Day! -DESCRIPTION:Everyone else is doing it! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20041024T030000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041024T030000Z -DTEND:20041024T040000Z -SUMMARY:CSC Programming Contest -DESCRIPTION:CSC Programming Contest -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20041018T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041018T203000Z -DTEND:20041018T213000Z -SUMMARY:UNIX 103: Scripting Unix -DESCRIPTION:You Too Can Be a Unix Taskmaster -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20041004T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20041004T203000Z -DTEND:20041004T213000Z -SUMMARY:UNIX 102 -DESCRIPTION:Fun with Unix -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2037 -DTSTAMP:20060912T200708Z -UID:20040927T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040927T203000Z -DTEND:20040927T213000Z -SUMMARY:UNIX 101 -DESCRIPTION:First UNIX tutorial -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - The Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20040917T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040917T200000Z -DTEND:20040917T210000Z -SUMMARY:CSC Elections -DESCRIPTION:Come out and vote for the Fall 2004 executive! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2065 -DTSTAMP:20060912T200708Z -UID:20040727T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040727T203000Z -DTEND:20040727T213000Z -SUMMARY:Game Complexity Theorists Ponder, by Jonathan Buss -DESCRIPTION:Attention AI buffs: Game Complexity presentation -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - RCH 308 -DTSTAMP:20060912T200708Z -UID:20040717T153000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040717T153000Z -DTEND:20040717T163000Z -SUMMARY:Case Modding Workshop! -DESCRIPTION:Come and learn how to make your computer 1337! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2066 -DTSTAMP:20060912T200708Z -UID:20040617T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040617T200000Z -DTEND:20040617T210000Z -SUMMARY:``Optical Snow'': Motion parallax and heading computation in densely cluttered scenes. -or- Why Computer Vision needs the Fourier Transform! -DESCRIPTION:A talk by Richard Mann; School of Computer Science -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1350 -DTSTAMP:20060912T200708Z -UID:20040526T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040526T213000Z -DTEND:20040526T223000Z -SUMMARY:Computing's Next Great Empires: The True Future of Software -DESCRIPTION:A talk by Larry Smith -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - The Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20040512T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040512T203000Z -DTEND:20040512T213000Z -SUMMARY:CSC Elections -DESCRIPTION:Come out and vote for the Spring 2004 executive! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4058 -DTSTAMP:20060912T200708Z -UID:20040329T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040329T230000Z -DTEND:20040330T000000Z -SUMMARY:LaTeXing your work report -DESCRIPTION:A talk by Simon Law -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - The Grad House -DTSTAMP:20060912T200708Z -UID:20040330T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040330T223000Z -DTEND:20040330T233000Z -SUMMARY:Pints with Profs! -DESCRIPTION:Get to know your profs and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4058 -DTSTAMP:20060912T200708Z -UID:20040323T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040323T230000Z -DTEND:20040324T000000Z -SUMMARY:Extending LaTeX with packages -DESCRIPTION:A talk by Simon Law -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4058 -DTSTAMP:20060912T200708Z -UID:20040316T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040316T230000Z -DTEND:20040317T000000Z -SUMMARY:Distributed programming for CS and Engineering students -DESCRIPTION:A talk by Simon Law -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4040 -DTSTAMP:20060912T200708Z -UID:20040315T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040315T223000Z -DTEND:20040315T233000Z -SUMMARY:SPARC Architecture -DESCRIPTION:A talk by James Morrison -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4062 -DTSTAMP:20060912T200708Z -UID:20040309T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040309T230000Z -DTEND:20040310T000000Z -SUMMARY:Managing your home directory using CVS -DESCRIPTION:A talk by Simon Law -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4042 -DTSTAMP:20060912T200708Z -UID:20040302T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040302T230000Z -DTEND:20040303T000000Z -SUMMARY:Graphing webs-of-trust -DESCRIPTION:A talk by Simon Law -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC2305 -DTSTAMP:20060912T200708Z -UID:20040219T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040219T000000Z -DTEND:20040219T010000Z -SUMMARY:KW Perl Mongers -DESCRIPTION:Perl Modules: A look under the hood -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4041 -DTSTAMP:20060912T200708Z -UID:20040205T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040205T203000Z -DTEND:20040205T213000Z -SUMMARY:Constitutional Change -DESCRIPTION:Vote to change the CSC Constitution -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1301 -DTSTAMP:20060912T200708Z -UID:20040112T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20040112T200000Z -DTEND:20040112T210000Z -SUMMARY:InstallFest -DESCRIPTION:See http://uw-dig.uwaterloo.ca/installfest/ -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - RCH 101 -DTSTAMP:20060912T200708Z -UID:20031202T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031202T000000Z -DTEND:20031202T010000Z -SUMMARY:Jon 'maddog' Hall: Free and Open Source: Its uses in Business and Education -DESCRIPTION:Free and Open Source software has been around for a long time, even longer then shrink-wrapped code. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Grad House Pub (Green Room) -DTSTAMP:20060912T200708Z -UID:20031105T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031105T213000Z -DTEND:20031105T223000Z -SUMMARY:CS Pints With Profs -DESCRIPTION:Come have a pint with your favourite CS profs! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2065 -DTSTAMP:20060912T200708Z -UID:20031021T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031021T203000Z -DTEND:20031021T213000Z -SUMMARY:.NET & Linux: When Worlds Collide -DESCRIPTION:A talk by James Perry -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4061 -DTSTAMP:20060912T200708Z -UID:20031022T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031022T203000Z -DTEND:20031022T213000Z -SUMMARY:Real-Time Graphics Compilers -DESCRIPTION:Sh is a GPU metaprogramming language developed at the UW Computer Graphics Lab -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3001 (Comfy) -DTSTAMP:20060912T200708Z -UID:20031017T190000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031017T190000Z -DTEND:20031017T200000Z -SUMMARY:Poster Team Meeting -DESCRIPTION:More free pizza from the Poster Team -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20031016T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031016T200000Z -DTEND:20031016T210000Z -SUMMARY:UNIX 103: Development Tools -DESCRIPTION:GCC, GDB, Make -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20031002T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031002T200000Z -DTEND:20031002T210000Z -SUMMARY:UNIX 101: Text Editors -DESCRIPTION:vi vs. emacs: The Ultimate Showdown -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3001 (Comfy) -DTSTAMP:20060912T200708Z -UID:20031006T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20031006T200000Z -DTEND:20031006T210000Z -SUMMARY:Poster Team Meeting -DESCRIPTION:Join the Poster Team and get Free Pizza! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3001 (Comfy) -DTSTAMP:20060912T200708Z -UID:20030917T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030917T203000Z -DTEND:20030917T213000Z -SUMMARY:CSC Elections -DESCRIPTION:CSC Fall 2003 Elections -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4064 -DTSTAMP:20060912T200708Z -UID:20030731T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030731T203000Z -DTEND:20030731T213000Z -SUMMARY:LaTeX and Work Reports -DESCRIPTION:Writing beautiful work reports -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030724T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030724T203000Z -DTEND:20030724T213000Z -SUMMARY:vi: the visual editor -DESCRIPTION:It's not 6. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - CSC Office -DTSTAMP:20060912T200708Z -UID:20030724T190000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030724T190000Z -DTEND:20030724T200000Z -SUMMARY:July Exec Meeting -DESCRIPTION:See Abstract for minutes -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20030627T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030627T183000Z -DTEND:20030627T193000Z -SUMMARY:Friday Flicks -DESCRIPTION:SIGGRAPH Electronic Theatre Showing -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2065 -DTSTAMP:20060912T200708Z -UID:20030708T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030708T200000Z -DTEND:20030708T210000Z -SUMMARY:Mainframes and Linux -DESCRIPTION:A talk by Jim Elliott. Jim is responsible for IBM's in Open Source activities and IBM's mainframe operating systems for Canada and the Carribbean. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - University of Guelph -DTSTAMP:20060912T200708Z -UID:20030704T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030704T193000Z -DTEND:20030704T203000Z -SUMMARY:Guelph Trip -DESCRIPTION:Come Visit the University of Guelph's Computer Science Club -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4064 -DTSTAMP:20060912T200708Z -UID:20030717T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030717T203000Z -DTEND:20030717T213000Z -SUMMARY:Sh -DESCRIPTION:Metaprogramming your way to stunning effects. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030619T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030619T203000Z -DTEND:20030619T213000Z -SUMMARY:vi: the visual editor -DESCRIPTION:It's not 6. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 CSC Office -DTSTAMP:20060912T200708Z -UID:20030612T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030612T193000Z -DTEND:20030612T203000Z -SUMMARY:June 12 Exec Meeting -DESCRIPTION:Have an issue that should be brought up? We'd love to hear it! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20030610T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030610T203000Z -DTEND:20030610T213000Z -SUMMARY:A Brief History of Computer Science -DESCRIPTION:War, insanity, espionage, beauty, domination, sacrifice, and tragic death... not what one might associate with the history of computer science. In this talk I will focus on the origin of our discipline in the fields of engineering, mathematics, and science, and on the complicated personalities that shaped its evolution. No advanced technical knowledge is required. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - The Grad House -DTSTAMP:20060912T200708Z -UID:20030610T010000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030610T010000Z -DTEND:20030610T020000Z -SUMMARY:Pints with Profs! -DESCRIPTION:Get to know your profs and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030529T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030529T203000Z -DTEND:20030529T213000Z -SUMMARY:Unix 101: First Steps With Unix -DESCRIPTION:Learn Unix and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030605T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030605T203000Z -DTEND:20030605T213000Z -SUMMARY:Unix 102: Fun With Unix -DESCRIPTION:Talking to your Unix can be fun and profitable -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030612T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030612T203000Z -DTEND:20030612T213000Z -SUMMARY:Unix 103: Scripting Unix -DESCRIPTION:You too can be a Unix taskmaster -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 CSC Office -DTSTAMP:20060912T200708Z -UID:20030522T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030522T203000Z -DTEND:20030522T213000Z -SUMMARY:May 22 Exec Meeting -DESCRIPTION:The execs discuss what needs discussion -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3001 Comfy Lounge -DTSTAMP:20060912T200708Z -UID:20030514T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030514T203000Z -DTEND:20030514T213000Z -SUMMARY:Spring 2003 Elections -DESCRIPTION:Come on out and vote for your exec! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030204T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030204T213000Z -DTEND:20030204T223000Z -SUMMARY:Unix 101 Tutorial -DESCRIPTION:Learn Unix and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030211T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030211T213000Z -DTEND:20030211T223000Z -SUMMARY:Unix 102 Tutorial -DESCRIPTION:Learn more Unix and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20030218T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030218T213000Z -DTEND:20030218T223000Z -SUMMARY:Unix 103 Tutorial -DESCRIPTION:Learn more Unix and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3001 -DTSTAMP:20060912T200708Z -UID:20030113T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030113T230000Z -DTEND:20030114T000000Z -SUMMARY:W03 Elections -DESCRIPTION:Come out and vote for the new exec! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030123T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030123T233000Z -DTEND:20030124T003000Z -SUMMARY:Regular Expressions -DESCRIPTION:Find your perfect match -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030130T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030130T233000Z -DTEND:20030131T003000Z -SUMMARY:sed & awk -DESCRIPTION:Unix text editing -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030206T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030206T233000Z -DTEND:20030207T003000Z -SUMMARY:LaTeX: A Document Processor -DESCRIPTION:Typesetting beautiful text -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030213T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030213T233000Z -DTEND:20030214T003000Z -SUMMARY:LaTeX: Reports -DESCRIPTION:Writing reports that look good. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030220T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030220T233000Z -DTEND:20030221T003000Z -SUMMARY:LaTeX: Beautiful Mathematics -DESCRIPTION:LaTeX => fun -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030227T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030227T230000Z -DTEND:20030228T000000Z -SUMMARY:The BSD License Family -DESCRIPTION:Free for all -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030227T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030227T233000Z -DTEND:20030228T003000Z -SUMMARY:The GNU General Public License -DESCRIPTION:The teeth of Free Software -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030313T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030313T233000Z -DTEND:20030314T003000Z -SUMMARY:XML -DESCRIPTION:Give your documents more markup -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030320T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030320T233000Z -DTEND:20030321T003000Z -SUMMARY:XSLT -DESCRIPTION:Transforming your documents -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Humanities Theatre, Hagey Hall -DTSTAMP:20060912T200708Z -UID:20030325T010000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030325T010000Z -DTEND:20030325T020000Z -SUMMARY:Judy, or What Is It Like To Be A Robot? -DESCRIPTION:Held in co-operation with the UW Cognitive Science Club -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2065 -DTSTAMP:20060912T200708Z -UID:20030325T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030325T213000Z -DTEND:20030325T223000Z -SUMMARY:Stream Processing -DESCRIPTION:A talk by Assistant Professor Michael McCool -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2065 -DTSTAMP:20060912T200708Z -UID:20030326T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030326T230000Z -DTEND:20030327T000000Z -SUMMARY:Abusing the C++ Compiler -DESCRIPTION:Abusing template metaprogramming in C++ -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC1085 -DTSTAMP:20060912T200708Z -UID:20030327T233000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20030327T233000Z -DTEND:20030328T003000Z -SUMMARY:SSH and Networks -DESCRIPTION:Once more into the breach -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Princess Cinema -DTSTAMP:20060912T200708Z -UID:19940914T010000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19940914T010000Z -DTEND:19940914T020000Z -SUMMARY:Movie Outing: Brainstorm -DESCRIPTION:No description available. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 4040 -DTSTAMP:20060912T200708Z -UID:19940916T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19940916T203000Z -DTEND:19940916T213000Z -SUMMARY:CSC Elections -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3022 -DTSTAMP:20060912T200708Z -UID:19940919T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19940919T203000Z -DTEND:19940919T213000Z -SUMMARY:UNIX I Tutorial -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:19940921T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19940921T223000Z -DTEND:19940921T233000Z -SUMMARY:SIGGRAPH Video Night -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3022 -DTSTAMP:20060912T200708Z -UID:19940922T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19940922T203000Z -DTEND:19940922T213000Z -SUMMARY:UNIX I Tutorial -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3022 -DTSTAMP:20060912T200708Z -UID:19940926T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19940926T203000Z -DTEND:19940926T213000Z -SUMMARY:UNIX II Tutorial -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC 1302 -DTSTAMP:20060912T200708Z -UID:19941013T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19941013T210000Z -DTEND:19941013T220000Z -SUMMARY:Prograph: Picture the Future -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3022 -DTSTAMP:20060912T200708Z -UID:19941015T140000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19941015T140000Z -DTEND:19941015T150000Z -SUMMARY:ACM-Style Programming Contest -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 3009 -DTSTAMP:20060912T200708Z -UID:19941020T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19941020T203000Z -DTEND:19941020T213000Z -SUMMARY:Exploring the Internet -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2038 -DTSTAMP:20060912T200708Z -UID:19941102T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19941102T213000Z -DTEND:19941102T223000Z -SUMMARY:Game Theory -DESCRIPTION:No description available -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:19991018T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19991018T183000Z -DTEND:19991018T193000Z -SUMMARY:Living Laboratories: The Future Computing Environments at Georgia Tech -DESCRIPTION:By Blair MacIntyre and Elizabeth Mynatt -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:19991019T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19991019T203000Z -DTEND:19991019T213000Z -SUMMARY:GDB, Purify Tutorial -DESCRIPTION:No description available. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:19991201T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19991201T213000Z -DTEND:19991201T223000Z -SUMMARY:Homebrew Processors and Integrated Systems in FPGAs -DESCRIPTION:By Jan Gray -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Golf's Steakhouse -DTSTAMP:20060912T200708Z -UID:19991202T000000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19991202T000000Z -DTEND:19991202T010000Z -SUMMARY:Ctrl-D -DESCRIPTION:End-of-term dinner -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:19991202T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19991202T183000Z -DTEND:19991202T193000Z -SUMMARY:Calculational Mathematics -DESCRIPTION:By Edgar Dijkstra -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Siegfried Hall, St Jerome's -DTSTAMP:20060912T200708Z -UID:19991203T150000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19991203T150000Z -DTEND:19991203T160000Z -SUMMARY:Proofs and Programs -DESCRIPTION:By Edsger Dijkstra -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1351 -DTSTAMP:20060912T200708Z -UID:19991203T200000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:19991203T200000Z -DTEND:19991203T210000Z -SUMMARY:Open Q&A session -DESCRIPTION:By Edsger Dijkstra -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20000324T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20000324T213000Z -DTEND:20000324T223000Z -SUMMARY:Enterprise Java APIs and Implementing a Web Portal -DESCRIPTION:No description available. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1304 -DTSTAMP:20060912T200708Z -UID:20000330T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20000330T213000Z -DTEND:20000330T223000Z -SUMMARY:Enterprise Java APIs and Implementing a Web Portal (1) -DESCRIPTION:No description available. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Ali Babas Steak House, 130 King Street S, Waterloo -DTSTAMP:20060912T200708Z -UID:20000720T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20000720T230000Z -DTEND:20000721T000000Z -SUMMARY:Ctrl-D -DESCRIPTION:End-of-term dinner -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20000914T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20000914T220000Z -DTEND:20000914T230000Z -SUMMARY:CSC Elections -DESCRIPTION:Fall 2000 Elections for the CSC. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20000914T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20000914T230000Z -DTEND:20000915T000000Z -SUMMARY:SIGGraph Video Night -DESCRIPTION:SIGGraph Video Night Featuring some truly awesome computer animations from Siggraph '99. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - DC1302 -DTSTAMP:20060912T200708Z -UID:20000925T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20000925T183000Z -DTEND:20000925T193000Z -SUMMARY:Realising the Next Generation Internet -DESCRIPTION:By Frank Clegg of Microsoft Canada -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20010115T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20010115T213000Z -DTEND:20010115T223000Z -SUMMARY:Executive elections -DESCRIPTION:Winter 2001 CSC Elections. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20010122T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20010122T203000Z -DTEND:20010122T213000Z -SUMMARY:Meeting #2 -DESCRIPTION:Second CSC meeting for Winter 2001. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3006 -DTSTAMP:20060912T200708Z -UID:20010127T153000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20010127T153000Z -DTEND:20010127T163000Z -SUMMARY:ACM-Style programming contest -DESCRIPTION:Practice for the ACM international programming contest -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20010129T193900Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20010129T193900Z -DTEND:20010129T203900Z -SUMMARY:Meeting #3 -DESCRIPTION:No description available. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20010205T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20010205T203000Z -DTEND:20010205T213000Z -SUMMARY:Meeting #4 -DESCRIPTION:No description available. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20010212T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20010212T203000Z -DTEND:20010212T213000Z -SUMMARY:Meeting #5 -DESCRIPTION:No description available. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3006 -DTSTAMP:20060912T200708Z -UID:20010602T143000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20010602T143000Z -DTEND:20010602T153000Z -SUMMARY:ACM-Style programming contest -DESCRIPTION:Practice for the ACM international programming contest -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge MC3001 -DTSTAMP:20060912T200708Z -UID:20020126T190000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020126T190000Z -DTEND:20020126T200000Z -SUMMARY:An Introduction to GNU Hurd -DESCRIPTION:Bored of GNU/Linux? Try this experimental operating system! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy Lounge MC3001 -DTSTAMP:20060912T200708Z -UID:20020126T193000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020126T193000Z -DTEND:20020126T203000Z -SUMMARY:GnuPG/PGP Keysigning Party -DESCRIPTION:Get more signatures on your key! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20020131T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020131T230000Z -DTEND:20020201T000000Z -SUMMARY:UNIX 101: First Steps With UNIX -DESCRIPTION:This is the first in a series of seminars that cover the use of the UNIX Operating System. UNIX is used in a variety of applications, both in academia and industry. We will be covering the basics of the UNIX environment, as well as the use of PINE, an electronic mail and news reader. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4060 -DTSTAMP:20060912T200708Z -UID:20020213T210000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020213T210000Z -DTEND:20020213T220000Z -SUMMARY:DVD-Video Under Linux -DESCRIPTION:Billy Biggs will be holding a talk on DVD technology (in particular, CSS and playback issues) under Linux, giving some technical details as well as an overview of the current status of Free Software efforts. All are welcome. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2037 -DTSTAMP:20060912T200708Z -UID:20020207T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020207T230000Z -DTEND:20020208T000000Z -SUMMARY:Unix 102: Fun With UNIX -DESCRIPTION:This the second in a series of UNIX tutorials. Simon Law and James Perry will be presenting some more advanced UNIX techniques. All are welcome. Accounts will be provided for those needing them. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4060 -DTSTAMP:20060912T200708Z -UID:20020301T220000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020301T220000Z -DTEND:20020301T230000Z -SUMMARY:Computer Go, The Ultimate -DESCRIPTION:Thomas Wolf from Brock University will be holding a talk on the Asian game of Go. All are welcome. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3036 -DTSTAMP:20060912T200708Z -UID:20020511T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020511T230000Z -DTEND:20020512T000000Z -SUMMARY:S02 elections -DESCRIPTION:Come and vote for this term's exec -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy lounge -DTSTAMP:20060912T200708Z -UID:20020916T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020916T213000Z -DTEND:20020916T223000Z -SUMMARY:F02 elections -DESCRIPTION:Come and vote for this term's exec -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - Comfy lounge, MC3001 -DTSTAMP:20060912T200708Z -UID:20020930T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020930T223000Z -DTEND:20020930T233000Z -SUMMARY:Business Meeting -DESCRIPTION:Vote on a constitutional change. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3006 -DTSTAMP:20060912T200708Z -UID:20020926T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20020926T213000Z -DTEND:20020926T223000Z -SUMMARY:UNIX 101 -DESCRIPTION:First Steps with UNIX -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - The Bomber -DTSTAMP:20060912T200708Z -UID:20021001T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021001T223000Z -DTEND:20021001T233000Z -SUMMARY:Pints with the Profs -DESCRIPTION:Get to know your profs and be the envy of your friends! -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3006 -DTSTAMP:20060912T200708Z -UID:20021003T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021003T213000Z -DTEND:20021003T223000Z -SUMMARY:UNIX 102 -DESCRIPTION:Talking to your UNIX can be fun and profitable. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4045 -DTSTAMP:20060912T200708Z -UID:20021008T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021008T203000Z -DTEND:20021008T213000Z -SUMMARY:Video cards, Linux display drivers and the Kernel Graphics Interface (KGI) -DESCRIPTION:A talk by Filip Spacek, KGI developer -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3006 -DTSTAMP:20060912T200708Z -UID:20021010T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021010T213000Z -DTEND:20021010T223000Z -SUMMARY:UNIX 103 -DESCRIPTION:No abstract available yet. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC 2065 -DTSTAMP:20060912T200708Z -UID:20021105T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021105T213000Z -DTEND:20021105T223000Z -SUMMARY:The Evil Side of C++ -DESCRIPTION:Abusing template metaprogramming in C++; aka. writing a Mandelbrot generator that runs at compile time -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC3002 (Math Coffee and Donut Store) -DTSTAMP:20060912T200708Z -UID:20021102T160000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021102T160000Z -DTEND:20021102T170000Z -SUMMARY:GNU/Linux InstallFest with KW-LUG and UW-DIG -DESCRIPTION:Bring over your computer and we'll help you install GNU/Linux -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4063 -DTSTAMP:20060912T200708Z -UID:20021107T223000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021107T223000Z -DTEND:20021107T233000Z -SUMMARY:The GNU General Public License -DESCRIPTION:The teeth of Free Software -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4058 -DTSTAMP:20060912T200708Z -UID:20021119T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021119T213000Z -DTEND:20021119T223000Z -SUMMARY:Metaprogramming GPUs -DESCRIPTION:A talk by Michael McCool of the Computer Graphics Lab. -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - York University -DTSTAMP:20060912T200708Z -UID:20021116T183000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021116T183000Z -DTEND:20021116T193000Z -SUMMARY:Trip to York University -DESCRIPTION:Going to visit the York University Computer Club -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20021121T230000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021121T230000Z -DTEND:20021122T000000Z -SUMMARY:Perl 6 -DESCRIPTION:A talk by Simon Law -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20021121T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021121T213000Z -DTEND:20021121T223000Z -SUMMARY:Samba and You -DESCRIPTION:A talk by Dan Brovkovich, Mathsoc's Computing Director -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20021026T173000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021026T173000Z -DTEND:20021026T183000Z -SUMMARY:GNU/Linux on HPPA -DESCRIPTION:Carlos O'Donnell talks about "the last of the legacy processors to fall before the barbarian horde" -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20021026T190000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021026T190000Z -DTEND:20021026T200000Z -SUMMARY:The Hurd Interfaces -DESCRIPTION:Marcus Brinkmann, a GNU Hurd developer, talks about the Hurd server interfaces, at the heart of a GNU/Hurd system -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2066 -DTSTAMP:20060912T200708Z -UID:20021026T203000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021026T203000Z -DTEND:20021026T213000Z -SUMMARY:A GNU Approach to Virtual Memory Management in a Multiserver Operating System -DESCRIPTION:Neal Walfield, a GNU Hurd developer, talks about a possible Virtual Memory Management subsystem for the GNU Hurd -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC2065 -DTSTAMP:20060912T200708Z -UID:20021017T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021017T213000Z -DTEND:20021017T223000Z -SUMMARY:Debian in the Enterprise -DESCRIPTION:A talk by Simon Law -END:VEVENT - -BEGIN:VEVENT -LOCATION:University of Waterloo - MC4058 -DTSTAMP:20060912T200708Z -UID:20021112T213000Z@csclub.uwaterloo.ca -SEQUENCE:11 -DTSTART:20021112T213000Z -DTEND:20021112T223000Z -SUMMARY:Automatic Memory Management and Garbage Collection -DESCRIPTION:A talk by James A. Morrison -END:VEVENT - -END:VCALENDAR diff --git a/public/images/events/2021/fall/project-program-kickoff.png b/public/images/events/2021/fall/project-program-kickoff.png new file mode 100644 index 00000000..93da1a21 Binary files /dev/null and b/public/images/events/2021/fall/project-program-kickoff.png differ diff --git a/public/images/team/RioLiu.jpg b/public/images/team/RioLiu.jpg new file mode 100644 index 00000000..ad934b2f Binary files /dev/null and b/public/images/team/RioLiu.jpg differ diff --git a/scripts/change-dates.ts b/scripts/change-dates.ts new file mode 100644 index 00000000..a4a112d4 --- /dev/null +++ b/scripts/change-dates.ts @@ -0,0 +1,55 @@ +import fs from "fs/promises"; +import path from "path"; + +import { format } from "date-fns"; + +import { + DATE_FORMAT, + getEventsByTerm, + getEventTermsByYear, + getEventYears, +} from "../lib/events"; +import { + getNewsByTerm, + getNewsTermsByYear, + getNewsYears, + NEWS_PATH, +} from "../lib/news"; +const EVENTS_PATH = path.join("content", "events"); + +export async function main() { + for (const year of await getEventYears()) { + for (const term of await getEventTermsByYear(year)) { + for (const slug of await getEventsByTerm(year, term)) { + const filePath = path.join(EVENTS_PATH, year, term, `${slug}.md`); + const file = await fs.readFile(filePath, "utf-8"); + + await fs.writeFile(filePath, replaceDate(file)); + } + } + } + + for (const year of await getNewsYears()) { + for (const term of await getNewsTermsByYear(year)) { + for (const slug of await getNewsByTerm(year, term)) { + const filePath = path.join(NEWS_PATH, year, term, `${slug}.md`); + const file = await fs.readFile(filePath, "utf-8"); + + await fs.writeFile(filePath, replaceDate(file)); + } + } + } +} + +function replaceDate(file: string) { + const lines = file.split("\n"); + const dateLineIdx = lines.findIndex((line) => line.startsWith("date: ")); + const dateLine = lines[dateLineIdx]; + const date = new Date(dateLine.slice("date: ".length + 1, -1)); + + lines[dateLineIdx] = `date: '${format(date, DATE_FORMAT)}'`; + + return lines.join("\n"); +} + +void main(); diff --git a/check-lockfile.js b/scripts/check-lockfile.ts similarity index 56% rename from check-lockfile.js rename to scripts/check-lockfile.ts index 5215c499..a3e009d3 100644 --- a/check-lockfile.js +++ b/scripts/check-lockfile.ts @@ -1,10 +1,12 @@ -const lockfile = require('./package-lock.json') +import lockfile from "../package-lock.json"; if (lockfile.lockfileVersion !== 2) { - console.error(` + console.error( + ` Please upgrade to npm v7 and revert changes to the lockfile. - \`npm i -g npm\` to upgrade. -`.trim()) - process.exit(1) -} \ No newline at end of file +`.trim() + ); + process.exit(1); +} diff --git a/scripts/generate-calendar.ts b/scripts/generate-calendar.ts new file mode 100644 index 00000000..f99c9092 --- /dev/null +++ b/scripts/generate-calendar.ts @@ -0,0 +1,46 @@ +import { writeFile } from "fs/promises"; +import path from "path"; + +import { addHours } from "date-fns"; +import ical, { ICalCalendarMethod } from "ical-generator"; + +import { getAllEvents } from "../lib/events"; + +export async function generateCalendar() { + const events = await getAllEvents(); + const link = (link: string) => + `https://${path.join( + "csclub.uwaterloo.ca", + process.env.NEXT_PUBLIC_BASE_PATH ?? "", + link + )}`; + + const calendar = ical({ + name: "University of Waterloo Computer Science Club", + method: ICalCalendarMethod.PUBLISH, + scale: "GREGORIAN", + x: { "X-WR-RELCALID": "3359A191-B19E-4B53-BADC-DFC084FC51C9" }, + events: events.reverse().map(({ metadata }) => ({ + id: `${new Date(metadata.date) + .toISOString() + .replaceAll("-", "") + .replaceAll(":", "") + .replaceAll(".", "")}@csclub.uwaterloo.ca`, + summary: metadata.name, + description: `${metadata.short} --- Learn more at ${link( + metadata.permaLink + )}`, + start: new Date(metadata.date), + end: addHours(new Date(metadata.date), 1), + location: metadata.online + ? metadata.location + : `University of Waterloo - ${metadata.location}`, + organizer: "exec@csclub.uwaterloo.ca", + url: link(metadata.permaLink), + })), + }); + + await writeFile("public/events.ics", calendar.toString()); +} + +void generateCalendar(); diff --git a/tsconfig.json b/tsconfig.json index ea06f1e2..079a3ab6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "baseUrl": ".", - "target": "es5", + "target": "ES2020", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, @@ -9,7 +9,7 @@ "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, - "module": "esnext", + "module": "CommonJS", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true,