-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
executable file
·61 lines (47 loc) · 2.03 KB
/
about.php
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
<?php
$thispage = "about";
$title = "About";
include 'includes/_top.php';
?>
<div id="content">
<p><font size="+2">About Reflections | Projections</font></p>
<p></p>
<?php echo $rp_yearsago; ?> years ago, the student chapter of the Association for Computing Machinery at
the University of Illinois (ACM at UIUC) held its first annual student computing
conference. Attended by 150 students from across the Midwest and supported by
fourteen corporations, it was a great success. MechMania (a C++/AI programming
contest) and a job fair have been great additions to the conference since the
beginning.
<p>
This year, the ACM at UIUC is holding its <?php echo $rp_number; ?> annual conference from <?php echo "$rp_days"; ?>,
<?php echo "$rp_year"; ?> at the Urbana-Champaign campus. We expect to have over 500
student attendees and 30 corporate sponsors. There will be over 20 sessions
(individual talks, panel discussions, and workshops) that will encompass the
past, present, and future of computing.
<p>
ACM could not host this conference without the generous support of our sponsors.
Corporate partners donate money, equipment, and prizes to the conference effort.
Because of their donations, student attendee fees can be kept low, and the
quality of all of our events is enhanced.
<p>
Previous <?php echo $rp_name; ?> conference websites are available:
</p>
<p></p>
<center>
<a href="/conference/2005/">2005</a> •
<a href="/conference/2004/">2004</a> •
<a href="/conference/2003/">2003</a> •
<a href="/conference/2002/">2002</a> •
<a href="/conference/2001/">2001</a> •
<a href="/conference/2000/">2000</a> •
<a href="/conference/1999/">1999</a> •
<a href="/conference/1998/">1998</a> •
<a href="/conference/1997/">1997</a> •
<a href="/conference/1996/">1996</a> •
<a href="/conference/1995/">1995</a>
</center>
<p>
Other events of interest: <a href="http://www.engr.siu.edu/ugrad1/ieee/execonf/">SIU Xtremely Engineering Conference</a>
</p>
</div>
<?php include 'includes/_bottom.php'; ?>