-
Notifications
You must be signed in to change notification settings - Fork 1
/
news.html
192 lines (188 loc) · 7.93 KB
/
news.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html>
<head>
<!--#include virtual="header.html" -->
<script src="jquery.js"></script>
<script>
$(function() {
$("#includedContent").load("header.html");
});
</script>
<link rel="stylesheet" type="text/css" href="css/news.css">
<link href='http://fonts.googleapis.com/css?family=Playfair+Display:700italic' rel='stylesheet' type='text/css'>
<script src="js/news.js"></script>
<link href='http://fonts.googleapis.com/css?family=Rajdhani:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="includedContent"></div>
<div id="background"></div>
<div class="mainContent">
<div class="content">
<div id="ccpc2014" class="newsitem">
<h3 id="ccpc" class="newsBanner">2014 Calgary Collegiate Programming Contest</h3>
<div id="ccpcDropDown" class="dropdown">
<div class="text">
<p>
The 2014 Calgary Collegiate Programming Contest was our first contest to sell out with 100 registered participants. We had a 38 official teams all from the University of Calgary ranging in sizes from 1 to 3.<br>
Congratulations to all our winners:
<p class="textWinners">
First place: Team Jogging <br>
</p>
<p class="textWinners">
Consisting of Haoming Fu and Linquan Zhang. <br>
</p>
<br>
<p class="textWinners">
Second place: Team Free Coffee!
</p>
<p class="textWinners">
Consisting of Nathan Harms, Wen Li, and Yasamin Nazari. <br>
</p>
<br>
<p class="textWinners">
Third place: Team Permutohedron.
</p>
<p class="textWinners">
Consisting of Arash Afshar, Maryam Helmi and Mohsen Mollanoori. <br>
</p>
<br>
<p class="textWinners">
<a href="http://psc.cpsc.ucalgary.ca/ccpc/2014/contest/scores.php" target="_blank">Click here to view the full official scoreboard.</a>
</p>
<p class="textWinners">
<a href="http://psc.cpsc.ucalgary.ca/ccpc/2014/contest/scores.php?guest=yes" target="_blank">Click here to view the unoffical guest scoreboard</a>
</p>
<br>
Visit the <a href ="http://psc.cpsc.ucalgary.ca/ccpc/2014/" target="_blank">Full 2014 CCPC Contest Website</a> to learn more about these types of contests, view the contest photos, or download the problems and answers.
<br>
<br>
Read the <a href ="http://ucalgary.ca/utoday/issue/2014-03-31/computer-science-students-program-their-way-1800-cash-prize" target="_blank">Ucalgary news article</a> about the 2014 CCPC.
<br>
This contest was sponsored entirely by <a href="http://www.coverity.com/" target="_blank">Coverity</a>
<br>
</p>
</div>
<div id="images">
<img class="posterImages" src="img/rsz_1poster.jpg">
</div>
</div>
</div>
<div id="acpc2013" class="newsitem">
<h3 id="acpc" class="newsBanner">2013 Alberta Collegiate Programming Contest</h3>
<div id="acpcDropDown" class="dropdown">
<div class="text">
<p>
The 2013 Alberta Collegiate Programming Contest was an opportunity for students from universities in Alberta to compete in a programming contest against each other.
In total we had 15 teams from the University of Calgary, 2 teams from the University of Alberta, and 4 teams from the University of Lethbridge.
Congratulations to all our winners:
<p class="textWinners">
First place: Team Phoenix <br>
</p>
<p class="textWinners">
Consisting of Kent Williams-King, Hichem Aichour, and Karl Augsten from the University of Calgary.
</p>
<br>
<p class="textWinners">
Second place: University of Lethbridge 1
</p>
<p class="textWinners">
Consisting of Farshad Barahimi, Chris Martin from the University of Lethbridge <br>
</p>
<br>
<p class="textWinners">
Third place: University of Alberta Green
</p>
<p class="textWinners">
Consisting of Henry Brausen, Afshin Arefi, Jason Yuan from the University of Alberta <br>
</p>
<br>
<p class="textWinners">
<a href="http://psc.cpsc.ucalgary.ca/acpc/2013/contest/scores.php" target="_blank">Click here to view the full official scoreboard.</a>
</p>
<p class="textWinners">
<a href="http://psc.cpsc.ucalgary.ca/acpc/2013/contest/scores.php?guest=yes" target="_blank">Click here to view the unoffical guest scoreboard</a>
</p>
<br>
Visit the <a href ="http://psc.cpsc.ucalgary.ca/acpc/2013/" target="_blank">Full 2013 ACPC Contest Website</a> learn more about these types of contests, get the contest photos, or download the problems and answers.<br>
This contest was sponsored entirely by <a href="http://www.arcurve.com/" target="_blank">Arcurve</a>
<br>
</p>
</div>
<div id="images">
<img class="posterImages" src="img/rsz_acpcPoster.jpg">
</div>
</div>
</div>
<div id="worldFinals2013" class="newsitem">
<h3 id="worldFinals" class="newsBanner">2013 ACM-ICPC World Finals</h3>
<div id="worldFinalsDropDown" class="dropdown">
<div class="text">
<p>
In the summer of 2013, team Phoenix placed first in the 2012 Regionals and recieved an invitation to go on to the ICPC World Finals in Saint Petersburg, Russia!
Team Phoenix consisting of: Kent Williams-King, Hichem Aichour, and Toryn Klassen, placed 84th overall by completing two questions in 325 minutes.
</p>
<p class="textWinners">
<a href="http://icpc.baylor.edu/regionals/finder/world-finals-2013/standings" target="_blank">Click here to view the offical scoreboard</a>
</p>
<br>
<p class="textWinners">
<a href="http://icpc.baylor.edu/" target="_blank">Click here to visit the acm icpc website</a>
</p>
</div>
<div id="images">
<img class="posterImages" src="img/psc.png">
</div>
</div>
</div>
<div class="newsitem">
<h3 id="ccpc2013" class="newsBanner">2013 Calgary Collegiate Programming Contest</h3>
<div id="ccpc2013DropDown" class="dropdown">
<div class="text">
<p>
Congratulations to all our winners:
<p class="textWinners">
First place: Team Odysseus <br>
</p>
<p class="textWinners">
Consisting of Kurtis Niedling, Karl Augsten, and Kent Williams-King.<br>
</p>
<br>
<p class="textWinners">
Second place: Team Thinking
</p>
<p class="textWinners">
Consisting of Linquan Zhang and Haoming Fu.<br>
</p>
<br>
<p class="textWinners">
Third place: Team YummyStuff
</p>
<p class="textWinners">
Consisting of Wen Li Looi.<br>
</p>
<br>
<p class="textWinners">
<a href="http://psc.cpsc.ucalgary.ca/ccpc/2013/contest/scores.php" target="_blank">Click here to view the full official scoreboard.</a>
</p>
<p class="textWinners">
<a href="http://psc.cpsc.ucalgary.ca/ccpc/2013/contest/scores.php?guest=yes" target="_blank">Click here to view the unoffical guest scoreboard</a>
</p>
<br>
Visit the <a href ="http://psc.cpsc.ucalgary.ca/ccpc/2013/" target="_blank">Full 2013 CCPC Contest Website</a> to learn more about these types of contests, view the contest photos, or download the problems and answers.
<br>
<br>
Read the <a href ="http://www.ucalgary.ca/news/utoday/march28-2013/computer-science" target="_blank">Ucalgary news article</a> about the 2013 CCPC.
<br>
This contest was sponsored entirely by <a href="http://www.coverity.com/" target="_blank">Coverity</a>
<br>
</p>
</div>
<div id="images">
<img class="posterImages" src="img/ccpc2013.jpg">
</div>
</div>
</div>
</div>
</div>
</body>
</html>