-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (118 loc) · 5.96 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>SOU Hackathon 2023</title>
<link rel="stylesheet" href="styles/hackathon_page.css">
<link rel="icon" href="images/soulogo.png">
</head>
<body>
<main>
<header>
<h1><sup>the </sup>Southern Oregon University 2023 Hackathon</h1>
</header>
<h2>What is a Hackathon?</h2>
<p>
A hackathon is a coding contest where participants create a coding project quickly given a time restriction. The name comes from the word "hack" which originally meant writing code quickly without worrying about how elegant it is.
</p>
<h2>When is it?</h2>
<p>
Tuesday March 28th, 2023
</p>
<p>
9:30am - 5:30pm (PST)
</p>
<h2>Where is it?</h2>
<p class="info">
This is a hybrid event. You can choose to attend virtually via Zoom or in person at the Southern Oregon University campus in Ashland, Oregon.
<br/><br/>
Participants will be given the exact location and Zoom link after registering for the event.
</p>
<h2>Who can Compete?</h2>
<p>
SOU Hackathon 2023 is open to all Southern Oregon University students regardless of their major. It is also open to students who attend one of these community colleges:<br/><br/>
College of the Siskiyous<br/>
Klamath Community College<br/>
Rogue Community College<br/>
Southwestern Oregon Community College<br/>
Umpqua Community College
</p>
<h2>What Programming Languages are Allowed?</h2>
<p>We accept projects in these programming languages:<br/><br/>
C and C++<br/>
Java<br/>
JavaScript<br/>
Python<br/><br/>
HTML and CSS are also welcome</p>
<h2>What is the Theme?</h2>
<p>
The theme for our Hackathon this year is "Shakespeare". Southern Oregon University is located in beautiful Ashland, Oregon which is home to the Oregon Shakespeare Festival.<br/><br/>
Need some inspiration? Take a look at this assignment prompt from a Computer Science class at SOU:<br/><br/>
<a href="images/example.png"><img width="90%" src="images/example.png" alt="Download a copy of the file www.py4e.com/code3/romeo.txt. Write a program to open the file romeo.txt
and read it line by line. For each line, split the line into a list of words using the split function. For each
word, check to see if the word is already in a list. If the word is not in the list, add it to the list. When
the program completes, sort and print the resulting words in alphabetical order.
Enter file: romeo.txt
[’Arise’, ’But’, ’It’, ’Juliet’, ’Who’, ’already’,
’and’, ’breaks’, ’east’, ’envious’, ’fair’, ’grief’,
’is’, ’kill’, ’light’, ’moon’, ’pale’, ’sick’, ’soft’,
’sun’, ’the’, ’through’, ’what’, ’window’,
’with’, ’yonder’]
HINT: The split() function splits a string into a list."/></a>
</p>
<h2>What are the Prizes?</h2>
<p>
1st Place: $300<br/>
2nd Place: $200<br/>
3rd Place: $100
</p>
<p>All registered participants attending in-person are also eligible for a Hackathon t-shirt, a thermos, and more cool stuff!</p>
<h2>Are Group Projects Allowed?</h2>
<p>
Yes! Here are a few extra things you should know:
</p>
<p>
Everyone in the group needs to be registered for the event.<br/>
Only one person should submit the repository.<br/>
You must specify in the README.md file that your project is a group project.<br/>
Group projects will be judged with more scrutiny than individual projects.
</p>
<h2>How will Projects be Judged?</h2>
<p>Our judges will look at each submitted project and score it based on our <a href="https://docs.google.com/document/d/1T6CsYdZl9Kc5io2TSmg2rnNjFCir7HaU24Tms49SGp0/edit?usp=sharing">judging rubric</a>.</p>
<h2>How do I Register?</h2>
<p>
You can register to compete in this Hackathon by filling out our <a href="https://docs.google.com/forms/d/e/1FAIpQLSfXJSt9U6FDVmQTQ2RbTfcPXnJIVMl59D_psAVftk4yuwVFiA/viewform?usp=sf_link">Hackathon Registration Form</a>
</p>
<h2>Other Questions & How to Get in Touch</h2>
<p>If you have any questions related to SOU Hackathon 2023 or you want to get in touch with the event organizers you can fill out <a href="https://docs.google.com/forms/d/e/1FAIpQLScGL6xZ7E7Lm-39pEMRrSjB_m9kr_ldvrOh9ajd-4orp7X5MQ/viewform?usp=sf_link">this form</a>.</p>
<h2>Our Sponsors</h2>
<h3>Gold Sponsors</h3>
<div class="gold">
<a href="https://hunterfiber.com">
<img style="padding: 5px;" src="images/sponsorlogos/huntercommunications.png" alt="Hunter Communications" />
</a>
<br/>
<a href="https://shastanetworks.com">
<img style="padding: 5px;" src="images/sponsorlogos/shastanetworks.png" alt="Shasta Networks" />
</a>
</div>
<h3>Silver Sponsors</h3>
<div class="silver">
<a href="https://www.oppenheimerfoundation.org">
<img src="images/sponsorlogos/oppenheimer/Foundation-Logo.png" alt="Oppenheimer Foundation" />
</a>
<br/>
<a href="https://sou.edu/academics/computer-science">
<img src="images/sponsorlogos/sou_computerscience.png" alt="SOU Computer Science" />
</a>
</div>
<!--
<h3>Bronze Sponsors</h3>
<div class="bronze">
</div>
-->
<p>
At this time we are unable to accept additional sponsors for our 2023 Hackathon. If you would like to become a sponsor for future Hackathons or other Computer Science Club events, please contact us through <a href="https://docs.google.com/forms/d/e/1FAIpQLSfNVHFK8eolY88NTw6vALW0x40E6KiaKxSCAy1kjErFtH0BQA/viewform?usp=sf_link">this form</a>.
</p>
</main>
</body>
</html>