Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.12 KB

USER_GUIDE.md

File metadata and controls

48 lines (32 loc) · 2.12 KB

Open registration

You will only be able to register if applications are open.

To open registration change the HACKATHON_APP_DEADLINE variable in app/hackathon_variables.py

Review applications

  1. Register using your hackathon email (ex: *@ugahacks.com).
  2. Confirm your email (you will get a confirmation email)
  3. Open website again.

INTERNAL: How to make a normal user into a volunteer/reviewer

  1. Log in your admin account created in the first step from set up (see README).
  2. Access Admin tab (see top bar)
  3. Go to User page (see side bar)
  4. Find user you need to change.
  5. Go to Permissions tab
  6. Check the Organizer (for reviews), Volunteer (for checkin) or Director (for invites) boxes.
  7. Save user

Review mechanism

Score calculation

The above specified scores can be summed up in 2 (1-10) separate values:

TECHNICAL SKILLS. How the hacker is prepared from a technical point of view to participate in UGAHacks. This may include:

  • Projects he has worked on question
  • Information such as github, CV, linkedin…
  • Background: What has the hacker done before (internships…)

PERSONAL SKILLS. How the hacker is prepared from a personal point of view to participate UGAHacks. This may include:

  • Level of dedication to fill the application (are answers to “most excited about UGAHacks” and “projects you have collaborated with” well developed/well explained?)
  • Correctness/politeness (i.e. no “I want free food” stuff)
  • General valoration in: interest in learning, collaborating...

If the reviewer personally knows the applicant, that reviewer should skip the application to avoid bias.

We process this after standardizing votes for each reviewer so that all votes weight similarly. This way we can save votes from people being too kind or too bad.

Final vote for application

vote = TECH_SKILLS*0.2+PERSONAL_SKILLS*0.8

Batch of invites algorithm

Choose N depending on number of confirmed and invited. From there, order by score. Choose N first ones and invite. Separate depending if they need travel reimbursement or not (110 reimbursement maximum).