Created
July 24, 2015 20:07
-
-
Save TechplexEngineer/1e765dd79a44efd90b83 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| var sec = [ | |
| { | |
| name: "Game - The Arena", | |
| subsections: [ | |
| { | |
| name: "Field", | |
| subsections: [ | |
| "Guardrail", | |
| "Alliance Wall", | |
| "Scoring Platforms", | |
| "Step", | |
| "Zone Markings" | |
| ] | |
| },{ | |
| name: "Alliance Stations", | |
| subsections: [ | |
| "Player Stations", | |
| "Human Player Station", | |
| "Human Player Zone" | |
| ] | |
| },{ | |
| name: "Game Elements", | |
| subsections: [ | |
| "Totes", | |
| "Recycling Containers", | |
| "Litter" | |
| ] | |
| }, | |
| "Field Management System", | |
| ] | |
| },{ | |
| name: "Game - The Game", | |
| subsections: [ | |
| { | |
| name: "Overview", | |
| subsections: [ | |
| "Match Timing" | |
| "Scoring" | |
| "Penalty Assignment" | |
| "Match Logistics" | |
| ] | |
| },{ | |
| name: "Game Rules", | |
| subsections: [ | |
| "Safety", | |
| "Pre-Match and Post-Match", | |
| "General Rules", | |
| "Auto Rules", | |
| "Robot Actions", | |
| "Human Actions" | |
| ] | |
| } | |
| ] | |
| },{ | |
| name: "Game - The Robot", | |
| subsections: [ | |
| "General Robot Design", | |
| "Safety & Damage Prevention", | |
| "Budget Constraints", | |
| "Fabrication Schedule", | |
| "Material Utilization", | |
| "Motors & Actuators", | |
| "Power Distribution", | |
| "Control, Command, & Signals System", | |
| "Pneumatic System", | |
| "Operator Console", | |
| ] | |
| },{ | |
| name: "Game - The Tournament", | |
| subsections: [ | |
| { | |
| name: "Overview", | |
| subsections: [ | |
| "Match Schedules" | |
| ] | |
| },{ | |
| name: "Practice Matches", | |
| subsections: [ | |
| "Schedule", | |
| "Filler Line" | |
| ] | |
| },{ | |
| name: "Qualification Matches", | |
| subsections: [ | |
| "Schedule", | |
| "Match Assignment", | |
| "Qualification Average (QA)", | |
| "Qualification Seeding" | |
| ] | |
| },{ | |
| name: "Playoff Matches", | |
| subsections: [ | |
| "Alliance Selection Process" | |
| "Backup Teams" | |
| "Playoff Scoring" | |
| "Playoff Match Format" | |
| "Pit Crews" | |
| ] | |
| },{ | |
| name: "Tournament Rules", | |
| subsections: [ | |
| "Safety and Security Rules" | |
| "Eligibility and Inspection" | |
| "Referee Interaction" | |
| "Yellow and Red Cards" | |
| "Match Replays" | |
| "Timeout and Backup Team Rules" | |
| "Measurement" | |
| "Special Equipment Rules" | |
| ] | |
| } | |
| ] | |
| }, | |
| "Game - Glossary", | |
| "Admin - Introduction", | |
| "Admin - Team Resources", | |
| "Admin - Team Organization", | |
| "Admin - At the Events", | |
| "Admin - Robot Packaging and Transporting", | |
| "Admin - Awards" | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment