-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
144 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,42 @@ | ||
import { Hackathon } from ".."; | ||
import "./hackathon.css"; | ||
import { Typewriter } from "../../components/introduction/Introduction.jsx"; | ||
|
||
|
||
<main className="content color__text hackathon"> | ||
|
||
<div class="text-center"> | ||
|
||
<div class="disclaimer"> | ||
|
||
This page is a work-in progress!! We're still planning this Hackathon. | ||
|
||
</div> | ||
|
||
<div class="title"> | ||
|
||
|
||
ObieSource presents… | ||
|
||
# \> OBIEHACKS | ||
<div | ||
className="obs__hackathon-intro-terminal-body" | ||
style={{ overflowWrap: "break-word" }} | ||
> | ||
<h1 className="obs__hackathon-intro-heading"> | ||
<Typewriter | ||
text={ | ||
"> OBIEHACKS\nSpring 2024" | ||
} | ||
sequenceAfter={[1000, () => setAnimationState(1)]} | ||
/> | ||
</h1> | ||
</div> | ||
|
||
_Spring 2024_ | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
## Overview and Goals | ||
|
||
OBIEHACKS is ObieSource’s first annual Hackathon. Our goal is to create a fun and competitive environment for students to create, innovate, and problem-solve! | ||
|
||
## Programming | ||
|
||
### Time, location, theme: | ||
<div class="obs__hackathon-devpost"> | ||
|
||
OBIEHACKS is open to all Oberlin students from all majors and disciplines, and is tentatively scheduled to happen on April 13, 2024 (Saturday) at Peter’s Hall Language Lab (Ben Toker is working on securing the location with Abe Reshad) | ||
[Learn more on our DevPost!](https://obiehacks.devpost.com/) | ||
|
||
### Pre-event: | ||
|
||
In order to compete in Hackathon, students must form groups of maximum 4-5 members, and fill out a Google Form before [deadline]. | ||
If a student do not have a group yet, they may mingle with other groupless peers on the OBIEHACKS Discord server. This server will also be ObieSource’s main channel of communication with hackers! | ||
|
||
### Agenda: | ||
|
||
- 9 AM - 10 AM: Briefing, Opening Ceremony | ||
- 10 AM - 9 PM: Hack time (with breaks in between) | ||
- 9 PM - 10 PM+: Judges discuss and pick winners | ||
- [sometime]: Announce winners, Closing ceremony | ||
|
||
### Example Submissions: | ||
|
||
All team must submit documentation of their project via DevPost, along with an artifact. The written documentation should sufficiently and clearly answer [the following questions] (this is so judges can interact with your artifact as you intend!) This artifact could come in the form of: | ||
|
||
- Website/web application | ||
- Mobile application | ||
- Game (software or physical!) | ||
- Interactive art | ||
- And more! | ||
|
||
### Awards: | ||
|
||
- Most Technically Impressive | ||
- Most Creative | ||
- Judges’ favourite | ||
- Best Hack for the Community | ||
|
||
## Logistics | ||
|
||
- Google Forms: | ||
- Team formation | ||
- Do you need accommodations (laptop?) | ||
- Costs: We want to be able to provide snacks and drinks to hackers, as well as lunch(?) if possible. | ||
- Location and Accommodations: As of right now, Language Lab in Peters is a suitable, and accessible location as a working space. We approximate that 6-8 teams should be able to work in this space. | ||
- Possible collaboration with Major League Hacking: Dan-Ha is currently reaching out to MLH as a sponsor organization for OBIEHACKS. | ||
</div> | ||
|
||
## Questions for Faculty: | ||
</div> | ||
|
||
- Adjudication: We need a panel of judges to pick the winners of the Hackathon. | ||
- Would any faculty be interested in/avaible to adjudicate ObieHacks? | ||
- What should the grading rubrics look like (clear documentation is definitely important) | ||
- What other awards should we do? | ||
- Costs: ObieSource has had a lot of difficulty in the past asking for snacks and meal coverage from SFC. | ||
- Can the department sponsor ObieHacks (just food) | ||
- How about publicity– can the department help print posters and advertise? | ||
|
||
</main> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters