-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·175 lines (140 loc) · 7.46 KB
/
index.html
File metadata and controls
executable file
·175 lines (140 loc) · 7.46 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<title>Welcome to CodePSU!</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic" rel="stylesheet" />
<link href="css/impress-demo.css" rel="stylesheet" />
</head>
<body class="impress-not-supported">
<div class="fallback-message">
<p>Your browser <b>doesn't support the features required</b> by impress.js, so you are presented with a simplified version of this presentation.</p>
<p>For the best experience please use the latest <b>Firefox</b>, <b>Chrome</b>, or <b>Safari</b> browser.</p>
</div>
<div id="impress">
<div id="title" class="step" data-x="0" data-y="0" data-scale="4">
<span class="welcome">Welcome to</span>
<img class="rotating" src="images/codepsu_wheel.png"/><img id="codepsu_text" src="images/codepsu_text.png"/>
<span class="subtitle positioning">Fall 2013</span>
</div>
<div id="acm" class="step" data-x="600" data-y="1800" data-rotate="90" data-scale="6">
<p><span class="small">Organized by:</span>
<br />
Penn State
<br /><br />
<img class="scaling" height="150px" src="images/acm.png"/>
<img class="scaling" height="150px" src="images/awc.png"/></p>
</div>
<div id="sponsors" class="step" data-x="1900" data-y="1800" data-z="-3000" data-rotate="300" data-scale="1">
<p>and sponsored by:</p>
<table>
<tr>
<td><img class="cisco" height="170px" src="images/cisco.png"/></td>
<td><img class="cap_one" height="150px" src="images/cap_one.png"/></td>
</tr><tr>
<td><img class="microsoft" height="65px" src="images/microsoft.png"/></td>
<td><img class="booz" height="95px" src="images/booz.jpg"/></td>
</tr>
</table>
</div>
<div id="food" class="step" data-x="3500" data-y="-850" data-rotate="270" data-scale="6">
<p>Before we start, check in if you haven't done so. We'll match up those without teams in a bit.</p>
</div>
<div id="tech_start" class="step" data-x="7600" data-y="-300" data-scale="6">
<p>Let's go over a few technical items to avoid confusion.</p>
</div>
<div class="step technical" data-x="7600" data-y="1000" data-rotate-x="90" data-scale="4">
<p>You should have 1 laptop for your team that is ready to go for writing C, C++, or Java.</p>
</div>
<div class="step technical" data-x="7600" data-y="6000" data-rotate-x="100" data-scale="4">
<p>Your code will be compiled on Linux, but it's just fine to work on Windows or Mac.
<br />
<span class="small">We'll only be using standard libraries anyway.</span></p>
</div>
<div class="step technical" data-x="7600" data-y="7000" data-rotate-z="90" data-scale="4">
<p>All submissions are subject to a secret time limit; take too long, and your process is killed.
<br />
<span class="small">Hint: Efficient code.</span></p>
</div>
<div class="step technical" data-x="8000" data-y="10000" data-rotate-z="180" data-scale="4">
<p>If you use C or C++, you must use `int main()` rather than `void main()` and <span class="never">NEVER</span> use `system("pause")`.</p>
</div>
<div class="step technical" data-x="9500" data-y="10000" data-rotate-x="90" data-scale="4">
<p>If you need `stdlib.h` or `math.h`/`cmath` you <strong>MUST</strong> explicitly `#include` these even though Visual Studio does not enforce this.</p>
<span class="small">Hint: Just include these header files in every submission.</span>
</div>
<div class="step technical" data-x="7600" data-y="12000" data-rotate-x="150" data-scale="4">
<p>Do not prompt for input. Anything your program prints is considered output and will be judged.</p>
</div>
<div class="step technical" data-x="7600" data-y="14000" data-rotate-x="160" data-scale="4">
<p>Read each problem carefully and pay attention to the given input bounds.</p>
</div>
<div class="step technical" data-x="3000" data-y="14000" data-rotate-x="160" data-rotate-y="180" data-scale="4">
<p>Finally, remember that competitive programming problems are difficult. Persistence pays off here.</p>
</div>
<div class="step" data-x="1000" data-y="4000" data-scale="4">
<p>For returning CodePSU competitors, we've made a few changes since last spring.</p>
</div>
<div class="step" data-x="1000" data-y="5500" data-rotate-y="-20" data-scale="4">
<p>We've switched to having two different problem packets. One packet for the advanced tier and one for the intermediate tier.
</div>
<div class="step" data-x="1000" data-y="7000" data-rotate-y="-40" data-scale="4">
<p>In order to be more like the ACM's ICPC, all problems are weighted equally.</p>
</div>
<div class="step" data-x="1000" data-y="8500" data-rotate-y="-60" data-scale="4">
<p>The submission system needs the Java <strong>JDK</strong> installed on your computer to run. It's a big download, so do that now if you haven't already.</p>
</div>
<div class="step" data-x="1000" data-y="10000" data-rotate-y="-80" data-scale="4">
<p>You'll also need to download the submission system from
<br /><a href="http://acm.psu.edu/sites/all/files/codepsu-submissions-teams.zip">http://bit.ly/1cUZjjT</a>.
<br />
<span class="small">We'll go over this. Don't worry if you don't catch that URL.</span></p>
</div>
<div class="step" data-x="-3000" data-y="5000" data-z="1000" data-rotate-x="50" data-scale="4">
<p>Here's a quick timeline:
<ul>
<li>1.00-1.20: Check-in</li>
<li>1.20-1.45: Sponsor presentations</li>
<li>1.45-2.00: Submission system demo</li>
<li>2.00-6.00: Competition</li>
<li>6.00-7.00: Dinner and prizes</li>
</ul>
</p>
</div>
<div id="curious" class="step" data-x="-4000" data-y="2000" data-rotate="-90" data-scale="4">
<p>Curious about how all this works?<br />
<span class="small">Sure you are!</span>
</p>
</div>
<div id="source" class="step" data-x="-4000" data-y="2000" data-rotate="180" data-rotate-y="-90" data-scale="4">
<p>ecs.csus.edu/pc2<br />
<span class="small scaling">or for this intro: github.com/shanet/codepsu-intro</span>
</p>
</div>
<div class="step" data-x="-4000" data-y="0" data-rotate="180" data-scale="4">
<p>We have hundreds of dollars in prizes and CodePSU shirts to give away.
<br />
<span class="small">Not to mention all the food</span>
</p>
</div>
<div class="step" data-x="-4000" data-y="0" data-rotate-x="90" data-rotate="180" data-scale="4">
<p>So get ready! We'll be starting soon.</p>
</div>
<div id="overview" class="step" data-x="3000" data-y="1500" data-scale="15"></div>
</div>
<audio id="audio" loop="loop">
<source src="music/1.mp3" type="audio/mp3">
</audio>
<script src="js/impress.js"></script>
<script>
function nextStep() {
impress().next();
setTimeout("nextStep()", 5000);
}
impress().init();
document.getElementById("audio").play();
setTimeout("nextStep()", 5000);
</script>
</body>
</html>