- Racer registrations done electronically via any modern web-device that has a camera
- Race staff can run the race via phone, tablet, or computer
- Shows every heat in the current race, with running results
- Always up-to-date race results viewable by rank and all participants
- Option to cycle thru results, suitable for projection screens
- Add late-arriving racers*
- Swap out racers* (for example, a car needs to be repaired)
- Integrates with electronic race track scoreboard. Supports:
- MicroWizard FastTrack http://www.microwizard.com/
- TODO: The Champ http://www.besttrack.com/champ_timer.htm
- Spectators can follow along on their smartphone, tablet, or laptop
- some restrictions/limitations apply
- Python 3
- Django 2.0
- Server requires the following ports to be open:
- Port 80 or 8080, set in {derby}/tornado/tornado-main.py
Start the server by running {derby}/tornado-server.sh
TODO: Find/add pics from 2017 & 2018
Pack 180 2016
Pack 180 2015
- Reserve/obtain A/V for the event:
- Projector/tv: show race info & standings
- (optional) Projector/tv #2 so race into and standings can be shown together
- (optional) Projector/tv: Live video
- (optional) Video camera + tripod for live video
- Test video source devices with projectors/TVs
- Order trophies (allow time.....)
- Get participation ribbons or patches, placement medals`
- Print instructions for joining network, racer URL
- Pre-seed database (Event, Persons) to minimize race-day data entry
- Print roster/manual scoring sheets in case of fatal technical failure
- Send out Derby Rules + Race-specific info
- Send out Volunteer signup
- All cars will race once every lane FUTURE: Add option to race more than once on each lane
- Pack-level: Cars will race against random scouts, not by den/rank. Each car races at least once on each lane.
- District-level: Group ranks into separate races
- Winners determined by lowest average time for all runs
- Pack-level races will have four sets of races:
- Pack heats - all cub scouts race together
- Wildcard - 2nd place rank finishers play for one slot in the pack finals
- Open division heats - anyone/everyone competes, meager entry fee to cover trophy costs
- Cars racing in the Pack heats are not eligible
- Pack finals - top finisher from each rank + the wild card
- Also do practice runs, where we don’t care which car runs where, but will want to see+keep the results.
- Bring your smartphone/tablet/laptop to follow along!
- Registrars should bring a charged smartphone or tablet
- Have them log in early and practice. All they need to do is add Racers and sometimes Persons, where they are not known in advance.
- Have sharpies, maybe also stickers on-hand. Registrars should label Racers with their ID number. Numbering the cars makes them faster to find during the races. Outside of that, this is only useful for the case where we have to fall back to manual procedures, or maybe if two cars look alike.
Legacy documentation (Google Doc)
2018: Experimenting with Jupyter notebook-based analysis and reporting this link will get you started: https://opensourcehacker.com/2014/08/13/turbocharge-your-python-prompt-and-django-shell-with-ipython-notebook/ summary:
- pip install django_extensions
- INSTALLED_APPS = [ .... 'django_extensions']
- python manage.py shell_plus --notebook