From 2b3bf85fb9e9011fb9df39466605ba683ff23be3 Mon Sep 17 00:00:00 2001 From: anishshobithps Date: Sat, 11 May 2024 16:02:14 +0530 Subject: [PATCH] rm: events --- src/app/api/coordinators/verify/[id]/route.ts | 7 - src/data/categoryList.ts | 1676 ++++++++--------- 2 files changed, 838 insertions(+), 845 deletions(-) diff --git a/src/app/api/coordinators/verify/[id]/route.ts b/src/app/api/coordinators/verify/[id]/route.ts index d39dd47..fe99b9e 100644 --- a/src/app/api/coordinators/verify/[id]/route.ts +++ b/src/app/api/coordinators/verify/[id]/route.ts @@ -15,13 +15,6 @@ export async function GET( ); } - if (session.user.role !== UserRole.COORDINATOR) { - return NextResponse.json( - { message: "Forbidden", isOk: false }, - { status: 403 } - ); - } - const { id } = context.params; const user = await prisma.user.findUnique({ diff --git a/src/data/categoryList.ts b/src/data/categoryList.ts index e6e4349..7f6736c 100644 --- a/src/data/categoryList.ts +++ b/src/data/categoryList.ts @@ -7,51 +7,51 @@ const categoriesList = { thumbnail: `${tiaraAssetsPrefix}/technical/technical_thumbnail.avif`, events: [ { - "0": { - team: false, - name: "SyncLine Sprint (Line Follower)", - description: "Experience the adrenaline-fueled intensity in a high-speed race of synchronized robots.", - rules: [ - "All team members must be full-time students.", - "No restrictions on team number per institute.", - "Team size: 3-5 members.", - "Registered ID card required.", - "Only one team in the arena at a time.", - "2 rounds with different maps.", - "Black line on white arena.", - "Autonomous robots after crossing start line.", - "Line width approx. 3 cm.", - "Teams provide batteries, power supply available.", - "Robot intact until results.", - "Judges' decision final.", - ], - prerequisites: ["Knowledge of robotics and line following algorithms.", "Robot building skills."], - general_rules: ["Sportsmanship and adherence to event guidelines."], - thumbnail: `${tiaraAssetsPrefix}/technical/syncline_sprints.avif`, - startTime: "2024-05-10 09:00:00", - // endTime: "2024-05-10 11:00:00", - costs: 250, - facultyCoordinators: [ - { - name: "Dr. Robotics Expert", - phone: "555-123-4567", - }, - { - name: "Dr. Robotics Expert", - phone: "555-123-4567", - }, - ], - studentCoordinators: [ - { - name: "Sufaid", - phone: "7795287262", - }, - { - name: "Shreyas Rai", - phone: "9731068224", - }, - ], - }, + // "0": { + // team: false, + // name: "SyncLine Sprint (Line Follower)", + // description: "Experience the adrenaline-fueled intensity in a high-speed race of synchronized robots.", + // rules: [ + // "All team members must be full-time students.", + // "No restrictions on team number per institute.", + // "Team size: 3-5 members.", + // "Registered ID card required.", + // "Only one team in the arena at a time.", + // "2 rounds with different maps.", + // "Black line on white arena.", + // "Autonomous robots after crossing start line.", + // "Line width approx. 3 cm.", + // "Teams provide batteries, power supply available.", + // "Robot intact until results.", + // "Judges' decision final.", + // ], + // prerequisites: ["Knowledge of robotics and line following algorithms.", "Robot building skills."], + // general_rules: ["Sportsmanship and adherence to event guidelines."], + // thumbnail: `${tiaraAssetsPrefix}/technical/syncline_sprints.avif`, + // startTime: "2024-05-10 09:00:00", + // // endTime: "2024-05-10 11:00:00", + // costs: 250, + // facultyCoordinators: [ + // { + // name: "Dr. Robotics Expert", + // phone: "555-123-4567", + // }, + // { + // name: "Dr. Robotics Expert", + // phone: "555-123-4567", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Sufaid", + // phone: "7795287262", + // }, + // { + // name: "Shreyas Rai", + // phone: "9731068224", + // }, + // ], + // }, // "1": { // team: false, // name: "DirtDash RC (RC Extreme)", @@ -282,87 +282,87 @@ const categoriesList = { // }, // ], // }, - "7": { - team: false, - name: "HydroBlast (Water Rocketry)", - description: "Ascend to Ambitious Victory with Hydro-Powered Mastery.", - rules: [ - "Team size: Up to 4 members.", - "All members from the same institution.", - "Judges' decisions final.", - "Multi-stage rockets allowed.", - "No electronic or chemical components (except water).", - "No fire or explosives.", - "Teams provide launchpads and pumps.", - "Rocket volume limit: 2.5 liters.", - "2 rounds: Distance challenge and target accuracy.", - ], - prerequisites: ["Knowledge of rocketry and water rocket design."], - general_rules: ["Sportsmanship and adherence to event guidelines."], - thumbnail: `${tiaraAssetsPrefix}/technical/hydroblast.avif`, - startTime: "2024-05-11 09:00:00", - // endTime: "2024-05-09 17:00:00", - costs: 250, - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Awais", - phone: "9591319165", - }, - { - name: "Jeevith", - phone: "9591710600", - }, - ], - }, - "8": { - team: false, - name: "Drone Clash (Drone Challenge)", - description: "Experience the ultimate rush of Drone Racing for an electrifying journey to victory.", - rules: [ - "Open to all drone enthusiasts.", - "Individual or team participation (up to 5 members).", - "No restrictions on team composition.", - "One attempt per bot.", - "Penalties for collisions.", - "No arena access during race.", - "No test flights.", - "Teams must have charged batteries.", - "Drone must cross finish line to win.", - "Off-the-shelf drones prohibited.", - "Frame size limitations.", - "Battery/power supply limitations.", - "Line-of-sight operation.", - "Radio telemetry range limitations.", - ], - prerequisites: ["Drone building and piloting skills."], - general_rules: ["Sportsmanship and adherence to event guidelines."], - thumbnail: `${tiaraAssetsPrefix}/technical/drone_clash.avif`, - startTime: "2024-05-11 09:00:00", - // endTime: "2024-05-09 17:00:00", - costs: 250, - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Mukshith", - phone: "9113223178", - }, - { - name: "Akshay", - phone: "9741473448", - }, - ], - }, + // "7": { + // team: false, + // name: "HydroBlast (Water Rocketry)", + // description: "Ascend to Ambitious Victory with Hydro-Powered Mastery.", + // rules: [ + // "Team size: Up to 4 members.", + // "All members from the same institution.", + // "Judges' decisions final.", + // "Multi-stage rockets allowed.", + // "No electronic or chemical components (except water).", + // "No fire or explosives.", + // "Teams provide launchpads and pumps.", + // "Rocket volume limit: 2.5 liters.", + // "2 rounds: Distance challenge and target accuracy.", + // ], + // prerequisites: ["Knowledge of rocketry and water rocket design."], + // general_rules: ["Sportsmanship and adherence to event guidelines."], + // thumbnail: `${tiaraAssetsPrefix}/technical/hydroblast.avif`, + // startTime: "2024-05-11 09:00:00", + // // endTime: "2024-05-09 17:00:00", + // costs: 250, + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Awais", + // phone: "9591319165", + // }, + // { + // name: "Jeevith", + // phone: "9591710600", + // }, + // ], + // }, + // "8": { + // team: false, + // name: "Drone Clash (Drone Challenge)", + // description: "Experience the ultimate rush of Drone Racing for an electrifying journey to victory.", + // rules: [ + // "Open to all drone enthusiasts.", + // "Individual or team participation (up to 5 members).", + // "No restrictions on team composition.", + // "One attempt per bot.", + // "Penalties for collisions.", + // "No arena access during race.", + // "No test flights.", + // "Teams must have charged batteries.", + // "Drone must cross finish line to win.", + // "Off-the-shelf drones prohibited.", + // "Frame size limitations.", + // "Battery/power supply limitations.", + // "Line-of-sight operation.", + // "Radio telemetry range limitations.", + // ], + // prerequisites: ["Drone building and piloting skills."], + // general_rules: ["Sportsmanship and adherence to event guidelines."], + // thumbnail: `${tiaraAssetsPrefix}/technical/drone_clash.avif`, + // startTime: "2024-05-11 09:00:00", + // // endTime: "2024-05-09 17:00:00", + // costs: 250, + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Mukshith", + // phone: "9113223178", + // }, + // { + // name: "Akshay", + // phone: "9741473448", + // }, + // ], + // }, // "9": { // team: false, // name: "CADventures (3D CAD Challenge)", @@ -406,82 +406,82 @@ const categoriesList = { // }, // ], // }, - "10": { - team: false, - name: "Business Bay (Shark Tank)", - description: "A dynamic thrill of Ideas and Toss.", - rules: [ - "Team size: 2-3 Members", - "Plagiarized content found in any video will lead to immediate disqualification.", - "Decision of the judges will be final in all regards." - ], - prerequisites: [], + // "10": { + // team: false, + // name: "Business Bay (Shark Tank)", + // description: "A dynamic thrill of Ideas and Toss.", + // rules: [ + // "Team size: 2-3 Members", + // "Plagiarized content found in any video will lead to immediate disqualification.", + // "Decision of the judges will be final in all regards." + // ], + // prerequisites: [], - general_rules: ["Sportsmanship and adherence to event guidelines."], - thumbnail: `${tiaraAssetsPrefix}/technical/business_bay.avif`, - startTime: "2024-05-09 10:00:00", - // endTime: "2024-05-09 12:00:00", - costs: 250, - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Venita", - phone: "9606133612", - }, - { - name: "Prajwal Dsouza", - phone: "8277547570", - }, - ], - }, - "11": { - team: false, - name: "Black Mirror (Technical Treasure Hunt)", - description: "Fusion of storytelling and puzzles tangled in quest.", - rules: [ - "Teams of minimum two members maximum three members. ", - "Any department / semester combination allowed.", - "All students must belong to the same college. ", - "Judges' and organizers' decisions shall be final.", - // "Penalties for collisions.", - // "No arena access during race.", - // "No test flights.", - // "Teams must have charged batteries.", - // "Drone must cross finish line to win.", - // "Off-the-shelf drones prohibited.", - // "Frame size limitations.", - // "Battery/power supply limitations.", - // "Line-of-sight operation.", - // "Radio telemetry range limitations.", - ], - prerequisites: [], - general_rules: ["Sportsmanship and adherence to event guidelines."], - thumbnail: `${tiaraAssetsPrefix}/technical/black_mirror.avif`, - startTime: "2024-05-10 09:00:00", - endTime: "2024-05-11 13:00:00", - costs: 250, - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Vyasa M", - phone: "8618497080", - }, - { - name: "Leon Veigas", - phone: "7022449523", - }, - ], - }, + // general_rules: ["Sportsmanship and adherence to event guidelines."], + // thumbnail: `${tiaraAssetsPrefix}/technical/business_bay.avif`, + // startTime: "2024-05-09 10:00:00", + // // endTime: "2024-05-09 12:00:00", + // costs: 250, + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Venita", + // phone: "9606133612", + // }, + // { + // name: "Prajwal Dsouza", + // phone: "8277547570", + // }, + // ], + // }, + // "11": { + // team: false, + // name: "Black Mirror (Technical Treasure Hunt)", + // description: "Fusion of storytelling and puzzles tangled in quest.", + // rules: [ + // "Teams of minimum two members maximum three members. ", + // "Any department / semester combination allowed.", + // "All students must belong to the same college. ", + // "Judges' and organizers' decisions shall be final.", + // // "Penalties for collisions.", + // // "No arena access during race.", + // // "No test flights.", + // // "Teams must have charged batteries.", + // // "Drone must cross finish line to win.", + // // "Off-the-shelf drones prohibited.", + // // "Frame size limitations.", + // // "Battery/power supply limitations.", + // // "Line-of-sight operation.", + // // "Radio telemetry range limitations.", + // ], + // prerequisites: [], + // general_rules: ["Sportsmanship and adherence to event guidelines."], + // thumbnail: `${tiaraAssetsPrefix}/technical/black_mirror.avif`, + // startTime: "2024-05-10 09:00:00", + // endTime: "2024-05-11 13:00:00", + // costs: 250, + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Vyasa M", + // phone: "8618497080", + // }, + // { + // name: "Leon Veigas", + // phone: "7022449523", + // }, + // ], + // }, }, ], }, @@ -529,103 +529,30 @@ const categoriesList = { // }, // ], // }, - "1": { - team: false, - name: "Reeload (Reel Making)", - description: "Cinematic brilliance and creative flair in one thrilling reel.", - prerequisites: [ - "The Reeload is an individual event where participants showcase their talents independently.", - "Record and edit videos on the given topic with creative tools.", - "Each participant is allowed to submit only one reel.", - ], - rules: [ - "The duration of the reel is to be a minimum of 30 seconds and a maximum of 60 seconds.", - "The event starts at 9:00 a.m. and ends at 9:00 p.m. on the same day.", - "All the participants will be added to the WhatsApp group, and the link to upload the reels will be shared.", - "The reels should be uploaded before 11:59 p.m., after which no submissions will be considered.", - "Any act of indiscipline by participants calls for the cancellation of registration.", - "After the event day, further instructions will be shared on how to upload the reels to their own accounts.", - "For judging purposes, those with a private account switch to public.", - "Judging will be based on the quality and creativity of the video, and not on the number of views and likes.", - "The judges' and organizers' decisions will be the final ones.", - ], - costs: 250, - thumbnail: `${tiaraAssetsPrefix}/nontechnical/reeload.avif`, - startTime: "2024-05-09 09:00", - endTime: "2024-05-11 18:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Kaneeksha Kiran", - phone: "9071201842", - }, - { - name: "Vishak Kumble", - phone: "9746547253", - }, - ], - }, - "2": { - team: false, - name: "Headline Hustle (Mock Press)", - description: "Plunge into the frenetic realm of journalism", - prerequisites: [ - "Each participant is required to perform individually, showcasing their skills and abilities without assistance from teammates.", - "Registration options include on-site or pre-registration.", - "Punctuality is essential; candidates must be present at the venue on time.", - ], - rules: [ - "Each participant has 10 minutes to prepare for their assigned character and introduce themselves accordingly.", - "Following the introduction, participants will field questions from judges acting as journalists, as well as from fellow participants and the audience.", - "Categories are chosen by participants, but specific personalities within those categories are revealed via a draw during the competition.", - "Participants must embody their assigned personality and refrain from any inappropriate behavior.", - "Audience participation is encouraged, and organizers reserve the right to modify round formats as needed.", - "The judges' decision will be deemed final and binding.", - "Round 1: General/Entertainment Quiz.", - "Round 2: The final round will be a mock press conference.", - ], - costs: 250, - thumbnail: `${tiaraAssetsPrefix}/nontechnical/headline_hustle.avif`, - startTime: "2024-05-11 09:00", - // endTime: "2024-05-11 12:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Canute Pinto", - phone: "8904155670", - }, - { - name: "Apeksha Neha", - phone: "8431151695", - }, - ], - }, - // "3": { + // "1": { // team: false, - // name: "Synergy (Best Management Team)", - // description: - // "Management excellence and success through leadership with each member a pillar of expertise navigating challenges with finesse", + // name: "Reeload (Reel Making)", + // description: "Cinematic brilliance and creative flair in one thrilling reel.", + // prerequisites: [ + // "The Reeload is an individual event where participants showcase their talents independently.", + // "Record and edit videos on the given topic with creative tools.", + // "Each participant is allowed to submit only one reel.", + // ], // rules: [ - // "On-the-spot or pre-registration can be done.", - // "Team must consist of 3 Members.", - // "Candidates should be present at the venue on time.", - // "Participant must carry their own laptop and other accessories.", + // "The duration of the reel is to be a minimum of 30 seconds and a maximum of 60 seconds.", + // "The event starts at 9:00 a.m. and ends at 9:00 p.m. on the same day.", + // "All the participants will be added to the WhatsApp group, and the link to upload the reels will be shared.", + // "The reels should be uploaded before 11:59 p.m., after which no submissions will be considered.", + // "Any act of indiscipline by participants calls for the cancellation of registration.", + // "After the event day, further instructions will be shared on how to upload the reels to their own accounts.", + // "For judging purposes, those with a private account switch to public.", + // "Judging will be based on the quality and creativity of the video, and not on the number of views and likes.", + // "The judges' and organizers' decisions will be the final ones.", // ], - // prerequisites: [], // costs: 250, - // thumbnail: `${tiaraAssetsPrefix}/nontechnical/synergy.avif`, - // startTime: "2024-05-09 10:00", - // endTime: "2024-05-10 12:00", + // thumbnail: `${tiaraAssetsPrefix}/nontechnical/reeload.avif`, + // startTime: "2024-05-09 09:00", + // endTime: "2024-05-11 18:00", // facultyCoordinators: [ // { // name: "Michael Johnson", @@ -634,189 +561,262 @@ const categoriesList = { // ], // studentCoordinators: [ // { - // name: "Yashika S Amin", - // phone: "7975366851", + // name: "Kaneeksha Kiran", + // phone: "9071201842", // }, // { - // name: "Mehak Khader", - // phone: "9535259017", + // name: "Vishak Kumble", + // phone: "9746547253", + // }, + // ], + // }, + // "2": { + // team: false, + // name: "Headline Hustle (Mock Press)", + // description: "Plunge into the frenetic realm of journalism", + // prerequisites: [ + // "Each participant is required to perform individually, showcasing their skills and abilities without assistance from teammates.", + // "Registration options include on-site or pre-registration.", + // "Punctuality is essential; candidates must be present at the venue on time.", + // ], + // rules: [ + // "Each participant has 10 minutes to prepare for their assigned character and introduce themselves accordingly.", + // "Following the introduction, participants will field questions from judges acting as journalists, as well as from fellow participants and the audience.", + // "Categories are chosen by participants, but specific personalities within those categories are revealed via a draw during the competition.", + // "Participants must embody their assigned personality and refrain from any inappropriate behavior.", + // "Audience participation is encouraged, and organizers reserve the right to modify round formats as needed.", + // "The judges' decision will be deemed final and binding.", + // "Round 1: General/Entertainment Quiz.", + // "Round 2: The final round will be a mock press conference.", + // ], + // costs: 250, + // thumbnail: `${tiaraAssetsPrefix}/nontechnical/headline_hustle.avif`, + // startTime: "2024-05-11 09:00", + // // endTime: "2024-05-11 12:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Canute Pinto", + // phone: "8904155670", + // }, + // { + // name: "Apeksha Neha", + // phone: "8431151695", + // }, + // ], + // }, + // "3": { + // team: false, + // name: "Synergy (Best Management Team)", + // description: + // "Management excellence and success through leadership with each member a pillar of expertise navigating challenges with finesse", + // rules: [ + // "On-the-spot or pre-registration can be done.", + // "Team must consist of 3 Members.", + // "Candidates should be present at the venue on time.", + // "Participant must carry their own laptop and other accessories.", + // ], + // prerequisites: [], + // costs: 250, + // thumbnail: `${tiaraAssetsPrefix}/nontechnical/synergy.avif`, + // startTime: "2024-05-09 10:00", + // endTime: "2024-05-10 12:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Yashika S Amin", + // phone: "7975366851", + // }, + // { + // name: "Mehak Khader", + // phone: "9535259017", + // }, + // ], + // }, + // "4": { + // team: false, + // name: "Lines & Shades (Sketching)", + // description: "Transforming canvas into mesmerizing masterpiece", + // prerequisites: ["Each participant must perform individually."], + // rules: [ + // "The theme will be revealed at the beginning of the competition.", + // "Participants can seek inspiration from internet sources during the first 8 minutes only.", + // "Only lead pencil drawings are permitted; no colored artwork will be accepted.", + // "Participants must use the drawing sheets provided by the organizers.", + // "The competition has a time limit of 90 minutes for completing the artwork.", + // "Participants are responsible for bringing their own art materials.", + // "Plagiarism is strictly prohibited and will result in disqualification.", + // "The decisions of the judges and organizers are final.", + // ], + // costs: 250, + // thumbnail: `${tiaraAssetsPrefix}/nontechnical/lines_and_shades.avif`, + // startTime: "2024-05-11 13:00", + // // endTime: "2024-05-11 16:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Sabin PS", + // phone: "9980878406", + // }, + // { + // name: "Anisha Sharal Dsouza ", + // phone: "8792146855", + // }, + // ], + // }, + // "5": { + // team: false, + // name: "Mask It! (Face Painting)", + // description: "Unleash artistic alchemy with patterns converge on human canvas", + // prerequisites: ["Teams shall consist of two members only."], + // rules: [ + // "The theme will be announced at the beginning of the competition.", + // "Participants may reference internet sources for inspiration during the initial 8 minutes.", + // "Each team must bring their own colors, brushes, and supplies.", + // "Stencils, stamps, and masks are not permitted.", + // "The competition must be completed within a 90-minute time frame.", + // "Participants will be evaluated on originality, creativity, and presentation.", + // "The decisions made by the judges and organizers are final.", + // ], + // costs: 250, + // thumbnail: `${tiaraAssetsPrefix}/nontechnical/mask.avif`, + // startTime: "2024-05-11 13:00", + // // endTime: "2024-05-11 16:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Sonal Riva Gonsalves", + // phone: "7204206754", + // }, + // { + // name: "Pragathi Jayakar", + // phone: "7019727270", + // }, + // ], + // }, + // "6": { + // team: false, + // name: "Persuasion Pit (Debate)", + // description: "The art of rhetoric to shape the tides of debate", + // prerequisites: ["Teams consist of two members each."], + // rules: [ + // "Topics will be provided 15 minutes before the round begins.", + // "One team will argue in favor of the topic, while the other team will argue against it.", + // "Each team has a maximum of 5 minutes to present their arguments.", + // "Vulgarity or misbehavior will result in disqualification.", + // "The decisions of the judges and organizers are final.", + // ], + // costs: 250, + // thumbnail: `${tiaraAssetsPrefix}/nontechnical/rersuasion_pit.avif`, + // startTime: "2024-05-10 09:00", + // // endTime: "2024-05-10 12:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Apeksha A", + // phone: "9567026847", + // }, + // { + // name: "Sandesh bekal", + // phone: "9663557289", + // }, + // ], + // }, + // "7": { + // team: false, + // name: "Humor Hustle (Stand-Up Comedy)", + // description: "Life's laughs, unleashed one punchline at a time.", + // prerequisites: ["Teams may consist of a maximum of two participants."], + // rules: [ + // "The content must be original and not copied from any source.", + // "It is strictly prohibited to use words that may offend or hurt the sentiments of individuals or religious groups.", + // "Performances should not rely on reading scripts from books or mobile devices.", + // "Vulgarity or misbehavior will not be tolerated.", + // "Each performance is allotted 7 minutes, with an additional 1 minute for setup if needed.", + // "The decisions made by the judges and organizers are final.", + // ], + // costs: 250, + // thumbnail: `${tiaraAssetsPrefix}/nontechnical/humor_hustle.avif`, + // startTime: "2024-05-10 09:00", + // // endTime: "2024-05-10 13:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Sathwik A Bangera", + // phone: "6361973634", + // }, + // { + // name: "Thejaswi bhandary", + // phone: "961116785", + // }, + // ], + // }, + // "8": { + // team: false, + // name: "Treasure Trek (Treasure Hunt)", + // description: + // "Embark on an exhilarating adventure, unravelling mysteries and uncovering treasures, in thrill of the hunt", + // prerequisites: ["Teams are limited to three members each."], + // rules: [ + // "The event comprises four rounds, each with its own unique challenges.", + // "Detailed instructions will be provided at the venue, ensuring all participants are prepared.", + // "Judges' and organizers' decisions are ultimate and binding, ensuring fair play throughout the competition.", + // ], + // costs: 250, + // thumbnail: `${tiaraAssetsPrefix}/nontechnical/treasure_trek.avif`, + // startTime: "2024-05-09 10:00", + // // endTime: "2024-05-12 14:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Vineeth Shenoy P", + // phone: "9449559975", + // }, + // { + // name: "Anusha K", + // phone: "9591053484", + // }, + // { + // name: "Charisma Shivani", + // phone: "8660832070", // }, // ], // }, - "4": { - team: false, - name: "Lines & Shades (Sketching)", - description: "Transforming canvas into mesmerizing masterpiece", - prerequisites: ["Each participant must perform individually."], - rules: [ - "The theme will be revealed at the beginning of the competition.", - "Participants can seek inspiration from internet sources during the first 8 minutes only.", - "Only lead pencil drawings are permitted; no colored artwork will be accepted.", - "Participants must use the drawing sheets provided by the organizers.", - "The competition has a time limit of 90 minutes for completing the artwork.", - "Participants are responsible for bringing their own art materials.", - "Plagiarism is strictly prohibited and will result in disqualification.", - "The decisions of the judges and organizers are final.", - ], - costs: 250, - thumbnail: `${tiaraAssetsPrefix}/nontechnical/lines_and_shades.avif`, - startTime: "2024-05-11 13:00", - // endTime: "2024-05-11 16:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Sabin PS", - phone: "9980878406", - }, - { - name: "Anisha Sharal Dsouza ", - phone: "8792146855", - }, - ], - }, - "5": { - team: false, - name: "Mask It! (Face Painting)", - description: "Unleash artistic alchemy with patterns converge on human canvas", - prerequisites: ["Teams shall consist of two members only."], - rules: [ - "The theme will be announced at the beginning of the competition.", - "Participants may reference internet sources for inspiration during the initial 8 minutes.", - "Each team must bring their own colors, brushes, and supplies.", - "Stencils, stamps, and masks are not permitted.", - "The competition must be completed within a 90-minute time frame.", - "Participants will be evaluated on originality, creativity, and presentation.", - "The decisions made by the judges and organizers are final.", - ], - costs: 250, - thumbnail: `${tiaraAssetsPrefix}/nontechnical/mask.avif`, - startTime: "2024-05-11 13:00", - // endTime: "2024-05-11 16:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Sonal Riva Gonsalves", - phone: "7204206754", - }, - { - name: "Pragathi Jayakar", - phone: "7019727270", - }, - ], - }, - "6": { - team: false, - name: "Persuasion Pit (Debate)", - description: "The art of rhetoric to shape the tides of debate", - prerequisites: ["Teams consist of two members each."], - rules: [ - "Topics will be provided 15 minutes before the round begins.", - "One team will argue in favor of the topic, while the other team will argue against it.", - "Each team has a maximum of 5 minutes to present their arguments.", - "Vulgarity or misbehavior will result in disqualification.", - "The decisions of the judges and organizers are final.", - ], - costs: 250, - thumbnail: `${tiaraAssetsPrefix}/nontechnical/rersuasion_pit.avif`, - startTime: "2024-05-10 09:00", - // endTime: "2024-05-10 12:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Apeksha A", - phone: "9567026847", - }, - { - name: "Sandesh bekal", - phone: "9663557289", - }, - ], - }, - "7": { - team: false, - name: "Humor Hustle (Stand-Up Comedy)", - description: "Life's laughs, unleashed one punchline at a time.", - prerequisites: ["Teams may consist of a maximum of two participants."], - rules: [ - "The content must be original and not copied from any source.", - "It is strictly prohibited to use words that may offend or hurt the sentiments of individuals or religious groups.", - "Performances should not rely on reading scripts from books or mobile devices.", - "Vulgarity or misbehavior will not be tolerated.", - "Each performance is allotted 7 minutes, with an additional 1 minute for setup if needed.", - "The decisions made by the judges and organizers are final.", - ], - costs: 250, - thumbnail: `${tiaraAssetsPrefix}/nontechnical/humor_hustle.avif`, - startTime: "2024-05-10 09:00", - // endTime: "2024-05-10 13:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Sathwik A Bangera", - phone: "6361973634", - }, - { - name: "Thejaswi bhandary", - phone: "961116785", - }, - ], - }, - "8": { - team: false, - name: "Treasure Trek (Treasure Hunt)", - description: - "Embark on an exhilarating adventure, unravelling mysteries and uncovering treasures, in thrill of the hunt", - prerequisites: ["Teams are limited to three members each."], - rules: [ - "The event comprises four rounds, each with its own unique challenges.", - "Detailed instructions will be provided at the venue, ensuring all participants are prepared.", - "Judges' and organizers' decisions are ultimate and binding, ensuring fair play throughout the competition.", - ], - costs: 250, - thumbnail: `${tiaraAssetsPrefix}/nontechnical/treasure_trek.avif`, - startTime: "2024-05-09 10:00", - // endTime: "2024-05-12 14:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Vineeth Shenoy P", - phone: "9449559975", - }, - { - name: "Anusha K", - phone: "9591053484", - }, - { - name: "Charisma Shivani", - phone: "8660832070", - }, - ], - }, // "9": { // team: false, // name: "BGMI (Battle Ground Mobile India)", @@ -865,88 +865,88 @@ const categoriesList = { // }, // ], // }, - "10": { - team: false, - name: "Valorant", - description: "We fight to win", - prerequisites: [ - "Participants must play on their main Riot account and be at least 16 years old.", - "Having a college ID is compulsory.", - ], - rules: [ - "Teams will consist of five players, one of whom will be designated captain.", - "By participating in the Tournament, Participants acknowledge they will comply with the Tournament Rules and decisions made by the Administration.", - "The Administration has the right to modify the rules and regulations for adjustments at any time without notice.", - "Participants must be respectful towards Admins and other Participants. Insults and unfair or disrespectful behavior will not be tolerated.", - "Vulgar, racist, sexist, or otherwise offensive player names are forbidden, at the sole discretion of the Tournament Admins.", - "Participants must commit to playing the entire Tournament.", - "All matches will be a Best-of-One.", - "All players must report at the venue before the start of the tournament; failure to do so will lead to disqualification.", - "All Participants must be available in the waiting area 10 minutes before their match starts and ready up for each match.", - "Players must get their own accessories; the management will not be providing anything to the players. It is recommended to have an ethernet port on your laptop; if not, please inform the admins beforehand.", - "The map pool consists of Ascent, Bind, Breeze, Icebox, Lotus, Split, and Sunset.", - "Participants are prohibited from intentionally disconnecting from the game once a match begins. If a Participant or Team disconnects intentionally after the game has started, the game will continue with the remaining players and will not be restarted.", - "If Participants are found guilty of Bug Abuse or in breach of Riot's Terms of Service, they may face consequences including automatic disqualification.", - ], - costs: 250, - thumbnail: `${tiaraAssetsPrefix}/nontechnical/defy_the_limits.avif`, - startTime: "2024-05-09 10:00", - // endTime: "2024-05-12 14:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Kavish", - phone: "9740540640", - }, - { - name: "Gavrav Salian", - phone: "8310515805", - }, - { - name: "G Ram Kishan Rao", - phone: "8217633312", - }, - ], - }, - "11": { - team: false, - name: "Cosmeticraze (Make-up and Hairstyle)", - description: " Beauty knows no bounds, redefining norms in an artful fusion of makeup and tress.", - prerequisites: ["Three members make a team, including the model."], - rules: [ - "Participants must create hair and makeup looks that align with a specific theme, 'Retro Glamour.'", - "Competitors are typically given 90 minutes of time to complete their makeup looks.", - "Makeup looks are evaluated based on various criteria, including creativity, originality, precision, and attention to detail.", - "Competitors must adhere to strict hygiene and sanitation standards when applying makeup, including using disposable applicators, sanitizing tools between uses, and following proper makeup removal protocols.", - "Organizers reserve the right to disqualify participants who violate competition rules, engage in unethical behavior, or fail to meet eligibility requirements.", - "Judges' and organizers' decisions shall be final.", - ], - costs: 250, - thumbnail: `${tiaraAssetsPrefix}/nontechnical/cosmeticraze.avif`, - startTime: "2024-05-11 09:00", - // endTime: "2024-05-11 12:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Shrilakshmi Shetty", - phone: "7483845980", - }, - { - name: "Jessica Fernandes", - phone: "7019978723", - }, - ], - }, + // "10": { + // team: false, + // name: "Valorant", + // description: "We fight to win", + // prerequisites: [ + // "Participants must play on their main Riot account and be at least 16 years old.", + // "Having a college ID is compulsory.", + // ], + // rules: [ + // "Teams will consist of five players, one of whom will be designated captain.", + // "By participating in the Tournament, Participants acknowledge they will comply with the Tournament Rules and decisions made by the Administration.", + // "The Administration has the right to modify the rules and regulations for adjustments at any time without notice.", + // "Participants must be respectful towards Admins and other Participants. Insults and unfair or disrespectful behavior will not be tolerated.", + // "Vulgar, racist, sexist, or otherwise offensive player names are forbidden, at the sole discretion of the Tournament Admins.", + // "Participants must commit to playing the entire Tournament.", + // "All matches will be a Best-of-One.", + // "All players must report at the venue before the start of the tournament; failure to do so will lead to disqualification.", + // "All Participants must be available in the waiting area 10 minutes before their match starts and ready up for each match.", + // "Players must get their own accessories; the management will not be providing anything to the players. It is recommended to have an ethernet port on your laptop; if not, please inform the admins beforehand.", + // "The map pool consists of Ascent, Bind, Breeze, Icebox, Lotus, Split, and Sunset.", + // "Participants are prohibited from intentionally disconnecting from the game once a match begins. If a Participant or Team disconnects intentionally after the game has started, the game will continue with the remaining players and will not be restarted.", + // "If Participants are found guilty of Bug Abuse or in breach of Riot's Terms of Service, they may face consequences including automatic disqualification.", + // ], + // costs: 250, + // thumbnail: `${tiaraAssetsPrefix}/nontechnical/defy_the_limits.avif`, + // startTime: "2024-05-09 10:00", + // // endTime: "2024-05-12 14:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Kavish", + // phone: "9740540640", + // }, + // { + // name: "Gavrav Salian", + // phone: "8310515805", + // }, + // { + // name: "G Ram Kishan Rao", + // phone: "8217633312", + // }, + // ], + // }, + // "11": { + // team: false, + // name: "Cosmeticraze (Make-up and Hairstyle)", + // description: " Beauty knows no bounds, redefining norms in an artful fusion of makeup and tress.", + // prerequisites: ["Three members make a team, including the model."], + // rules: [ + // "Participants must create hair and makeup looks that align with a specific theme, 'Retro Glamour.'", + // "Competitors are typically given 90 minutes of time to complete their makeup looks.", + // "Makeup looks are evaluated based on various criteria, including creativity, originality, precision, and attention to detail.", + // "Competitors must adhere to strict hygiene and sanitation standards when applying makeup, including using disposable applicators, sanitizing tools between uses, and following proper makeup removal protocols.", + // "Organizers reserve the right to disqualify participants who violate competition rules, engage in unethical behavior, or fail to meet eligibility requirements.", + // "Judges' and organizers' decisions shall be final.", + // ], + // costs: 250, + // thumbnail: `${tiaraAssetsPrefix}/nontechnical/cosmeticraze.avif`, + // startTime: "2024-05-11 09:00", + // // endTime: "2024-05-11 12:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Shrilakshmi Shetty", + // phone: "7483845980", + // }, + // { + // name: "Jessica Fernandes", + // phone: "7019978723", + // }, + // ], + // }, // "12": { // team: true, // name: "Gully-Googly (Gully Cricket)", @@ -1038,66 +1038,66 @@ const categoriesList = { // }, // ], // }, - "14": { - team: false, - name: "Buzz Wire", - description: "", - rules: ["RR"], - prerequisites: ["PP"], - costs: 1, - thumbnail: `${tiaraAssetsPrefix}/nontechnical/buzzwire.avif`, - startTime: "2024-05-09 09:00", - endTime: "2024-05-11 18:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Sharvya", - phone: "7022586972", - }, - { - name: "Karthik P Nayak", - phone: "9074861006", - }, - { - name: "Janessa Merle Dsouza", - phone: "6362946868", - }, - ], - }, - "15": { - name: "Aim The Target", - description: "", - rules: ["RR"], - prerequisites: ["PP"], - thumbnail: `${tiaraAssetsPrefix}/nontechnical/aimthetarget.avif`, - startTime: "2024-05-09 09:00", - endTime: "2024-05-11 18:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Sharvya", - phone: "7022586972", - }, - { - name: "Dhanush R Naik", - phone: "8494990579", - }, - { - name: "Jessica Henry Serrao", - phone: "7899931051", - }, - ], - }, + // "14": { + // team: false, + // name: "Buzz Wire", + // description: "", + // rules: ["RR"], + // prerequisites: ["PP"], + // costs: 1, + // thumbnail: `${tiaraAssetsPrefix}/nontechnical/buzzwire.avif`, + // startTime: "2024-05-09 09:00", + // endTime: "2024-05-11 18:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Sharvya", + // phone: "7022586972", + // }, + // { + // name: "Karthik P Nayak", + // phone: "9074861006", + // }, + // { + // name: "Janessa Merle Dsouza", + // phone: "6362946868", + // }, + // ], + // }, + // "15": { + // name: "Aim The Target", + // description: "", + // rules: ["RR"], + // prerequisites: ["PP"], + // thumbnail: `${tiaraAssetsPrefix}/nontechnical/aimthetarget.avif`, + // startTime: "2024-05-09 09:00", + // endTime: "2024-05-11 18:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Sharvya", + // phone: "7022586972", + // }, + // { + // name: "Dhanush R Naik", + // phone: "8494990579", + // }, + // { + // name: "Jessica Henry Serrao", + // phone: "7899931051", + // }, + // ], + // }, }, ], }, @@ -1107,87 +1107,87 @@ const categoriesList = { thumbnail: `${tiaraAssetsPrefix}/cultural/cultural_thumbnail.avif`, events: [ { - "0": { - team: false, - name: "Rythmic Fusion (Group Dance)", - description: "Every step ignites the fire!", - prerequisites: [ - "All dance forms are allowed.", - "Team size: Minimum number of dancers in a team - 7", - "No maximum limit for participants.", - "Sound tracks should be submitted in a pen drive prior to the event to the respective event coordinator.", - "An individual cannot take part in multiple groups in the same event.", - "College ID is mandatory at the event site.", - ], - rules: [ - "Each team will be allotted 5 minutes for their performance and 1 minute for stage setting, totaling 6 minutes.", - "Exceeding the time limit may lead to negative marking.", - "An instance of vulgarity / disturbing content will lead to a forceful halt of performance and immediate disqualification.", - "No use of any powdered substances/fire/water / animals / smoke machine on stage.", - "Audio file should be in MP3 format.", - "Judges and organizers' decisions are final and binding.", - ], - costs: 250, - thumbnail: `${tiaraAssetsPrefix}/cultural/rythmic_fusion.avif`, - startTime: "2024-05-11 09:00", - // endTime: "2024-05-11 17:00", - facultyCoordinators: [ - { - name: "John Doe", - phone: "+1234567890", - }, - ], - studentCoordinators: [ - { - name: "Ananya Aithal", - phone: "6364199432", - }, - { - name: "Sumanth", - phone: "968650968", - }, - ], - }, - "1": { - team: false, - name: "Harmony Heaven (Group Singing)", - description: " Harmony in every note, unity in every voice", - prerequisites: [], - rules: [ - "Team size and composition:", - "Maximum no. of members (including accompanists) - 10", - "Minimum vocalists - 4", - "Maximum vocalists - 7", - "Maximum no. of instruments per team: 3", - "Time limit: 2 minutes of setup time + 6 minutes of performance time (8 minutes in total).", - "No pre-recorded instrumentals or vocals will be allowed.", - "One individual is allowed to be a part of only one group. (Being part of more than one group will result in immediate disqualification).", - "Any regional languages, as well as English songs, will be permitted.", - "Explicit or offensive lyrics/gestures/misconduct will be disqualified immediately.", - "Participants must bring their own instruments.", - "Judges and organizers' decisions are final and binding.", - ], - costs: 250, - thumbnail: `${tiaraAssetsPrefix}/cultural/harmony_heaven.avif`, - startTime: "2024-05-10 09:00", - // endTime: "2024-05-10 12:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Vijna Shetty", - phone: "7795830582", - }, - { - name: "Ashel Dsouza", - phone: "9110879491", - }, - ], - }, + // "0": { + // team: false, + // name: "Rythmic Fusion (Group Dance)", + // description: "Every step ignites the fire!", + // prerequisites: [ + // "All dance forms are allowed.", + // "Team size: Minimum number of dancers in a team - 7", + // "No maximum limit for participants.", + // "Sound tracks should be submitted in a pen drive prior to the event to the respective event coordinator.", + // "An individual cannot take part in multiple groups in the same event.", + // "College ID is mandatory at the event site.", + // ], + // rules: [ + // "Each team will be allotted 5 minutes for their performance and 1 minute for stage setting, totaling 6 minutes.", + // "Exceeding the time limit may lead to negative marking.", + // "An instance of vulgarity / disturbing content will lead to a forceful halt of performance and immediate disqualification.", + // "No use of any powdered substances/fire/water / animals / smoke machine on stage.", + // "Audio file should be in MP3 format.", + // "Judges and organizers' decisions are final and binding.", + // ], + // costs: 250, + // thumbnail: `${tiaraAssetsPrefix}/cultural/rythmic_fusion.avif`, + // startTime: "2024-05-11 09:00", + // // endTime: "2024-05-11 17:00", + // facultyCoordinators: [ + // { + // name: "John Doe", + // phone: "+1234567890", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Ananya Aithal", + // phone: "6364199432", + // }, + // { + // name: "Sumanth", + // phone: "968650968", + // }, + // ], + // }, + // "1": { + // team: false, + // name: "Harmony Heaven (Group Singing)", + // description: " Harmony in every note, unity in every voice", + // prerequisites: [], + // rules: [ + // "Team size and composition:", + // "Maximum no. of members (including accompanists) - 10", + // "Minimum vocalists - 4", + // "Maximum vocalists - 7", + // "Maximum no. of instruments per team: 3", + // "Time limit: 2 minutes of setup time + 6 minutes of performance time (8 minutes in total).", + // "No pre-recorded instrumentals or vocals will be allowed.", + // "One individual is allowed to be a part of only one group. (Being part of more than one group will result in immediate disqualification).", + // "Any regional languages, as well as English songs, will be permitted.", + // "Explicit or offensive lyrics/gestures/misconduct will be disqualified immediately.", + // "Participants must bring their own instruments.", + // "Judges and organizers' decisions are final and binding.", + // ], + // costs: 250, + // thumbnail: `${tiaraAssetsPrefix}/cultural/harmony_heaven.avif`, + // startTime: "2024-05-10 09:00", + // // endTime: "2024-05-10 12:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Vijna Shetty", + // phone: "7795830582", + // }, + // { + // name: "Ashel Dsouza", + // phone: "9110879491", + // }, + // ], + // }, }, ], }, @@ -1362,149 +1362,149 @@ const categoriesList = { }, ], }, - "4": { - name: "Tech Titan Tussle (Robo War, 3lbs)", - description: "Witness sparks fly and metal clash in the ultimate showdown of robotic combat", - prerequisites: ["Participants must carry any valid ID for registration."], - rules: [ - "Team size: 3-6 members.", - "Compliance with organizers' directives is mandatory; violations lead to disqualification.", - "Judges' decisions are final.", - "Bot weight limit: 3lb and 8kg categories.", - "Only wireless bots allowed.", - "Various weapons allowed with exceptions and limitations.", - "Knock-out format for contests.", - "Safety inspection before the event; unsafe bots discarded.", - "Bot declared immobile if unable to exhibit linear motion of at least one inch within 10 seconds.", - "LEGO kits, readymade kits, etc., not permitted; readymade gear boxes allowed.", - "Organizers reserve the right to modify rules.", - "Strict enforcement of allocated time; no extensions.", - "Unsafe bots disqualified during the match.", - "Criteria for judging informed on event day.", - ], - costs: 300, - thumbnail: `${tiaraAssetsPrefix}/mega/techtitan.avif`, - startTime: "2024-05-09 10:00", - endTime: "2024-05-11 12:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Arvin Seth", - phone: "9108366524", - }, - { - name: "Delson Tellis", - phone: "8310990921", - }, - { - name: "Shreyas", - phone: "7090265515", - }, - ], - }, - "50": { - name: "Tech Titan Tussle (Robo War, 8KG)", - description: "Witness sparks fly and metal clash in the ultimate showdown of robotic combat", - prerequisites: ["Participants must carry any valid ID for registration."], - rules: [ - "Team size: 3-6 members.", - "Compliance with organizers' directives is mandatory; violations lead to disqualification.", - "Judges' decisions are final.", - "Bot weight limit: 3lb and 8kg categories.", - "Only wireless bots allowed.", - "Various weapons allowed with exceptions and limitations.", - "Knock-out format for contests.", - "Safety inspection before the event; unsafe bots discarded.", - "Bot declared immobile if unable to exhibit linear motion of at least one inch within 10 seconds.", - "LEGO kits, readymade kits, etc., not permitted; readymade gear boxes allowed.", - "Organizers reserve the right to modify rules.", - "Strict enforcement of allocated time; no extensions.", - "Unsafe bots disqualified during the match.", - "Criteria for judging informed on event day.", - ], - costs: 300, - thumbnail: `${tiaraAssetsPrefix}/mega/techtitan.avif`, - startTime: "2024-05-09 10:00", - endTime: "2024-05-11 12:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Arvin Seth", - phone: "9108366524", - }, - { - name: "Delson Tellis", - phone: "8310990921", - }, - { - name: "Shreyas", - phone: "7090265515", - }, - ], - }, - "6": { - name: "Sky Surge (RC Plane Extreme)", - description: "Taking imagination on flight with cutting-edge innovation", - prerequisites: [ - "Sky Surge (RC Plane Extreme) is an open-to-all event.", - "Teams can have a maximum of 4 members.", - "Teams must register through the official Tiara'24 website. Spot entries are not allowed.", - "Team members must possess a Tiara ID to participate.", - "Participants must design and fabricate an RC aircraft; readymade models are not allowed.", - "The same aircraft should be used in both rounds.", - "Use of 2.4 GHz radio is required for all competing aircraft.", - "Receivers installed in the aircraft must be in 'receiver mode only'.", - "Last date for abstract submission: April 30, 2024.", - ], - rules: [ - "Teams must adhere to design constraints including T/W ratio, propeller diameter, and wingspan limitations.", - "Only electric motors are allowed; IC engines or other means of providing thrust are prohibited.", - "Use of gyroscopes (gyros) and programming assistance in receivers is prohibited.", - "Programming for any step of the mission is not allowed.", - "Use of FPV or any other support for flying is not allowed.", - "The competition will be conducted in 3 rounds, with final points being the sum of points earned in each round.", - "Teams will have 2 attempts in round 2 and 3, and the best of the scores will be considered from each round.", - "Metal propellers are not allowed.", - "Organizers will check all systems (servos, motors, etc.) for functionality before the competition.", - "In case of disputes/discrepancies, the organizers' decision will be final and binding.", - "Any changes in rules will be updated on the official Tiara'24 website and notified to registered teams.", - "For details about the competition rounds, please refer to the rulebook.", - ], - costs: 300, - thumbnail: `${tiaraAssetsPrefix}/mega/sky_surge.avif`, - startTime: "2024-05-09 10:00", - // endTime: "2024-05-12 16:00", - facultyCoordinators: [ - { - name: "Michael Johnson", - phone: "+1122334455", - }, - ], - studentCoordinators: [ - { - name: "Oshin", - phone: "7349031558", - }, - { - name: "Prajwal", - phone: "7019111734", - }, - { - name: "Mayur", - phone: "9353832081", - }, - ], - }, + // "4": { + // name: "Tech Titan Tussle (Robo War, 3lbs)", + // description: "Witness sparks fly and metal clash in the ultimate showdown of robotic combat", + // prerequisites: ["Participants must carry any valid ID for registration."], + // rules: [ + // "Team size: 3-6 members.", + // "Compliance with organizers' directives is mandatory; violations lead to disqualification.", + // "Judges' decisions are final.", + // "Bot weight limit: 3lb and 8kg categories.", + // "Only wireless bots allowed.", + // "Various weapons allowed with exceptions and limitations.", + // "Knock-out format for contests.", + // "Safety inspection before the event; unsafe bots discarded.", + // "Bot declared immobile if unable to exhibit linear motion of at least one inch within 10 seconds.", + // "LEGO kits, readymade kits, etc., not permitted; readymade gear boxes allowed.", + // "Organizers reserve the right to modify rules.", + // "Strict enforcement of allocated time; no extensions.", + // "Unsafe bots disqualified during the match.", + // "Criteria for judging informed on event day.", + // ], + // costs: 300, + // thumbnail: `${tiaraAssetsPrefix}/mega/techtitan.avif`, + // startTime: "2024-05-09 10:00", + // endTime: "2024-05-11 12:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Arvin Seth", + // phone: "9108366524", + // }, + // { + // name: "Delson Tellis", + // phone: "8310990921", + // }, + // { + // name: "Shreyas", + // phone: "7090265515", + // }, + // ], + // }, + // "50": { + // name: "Tech Titan Tussle (Robo War, 8KG)", + // description: "Witness sparks fly and metal clash in the ultimate showdown of robotic combat", + // prerequisites: ["Participants must carry any valid ID for registration."], + // rules: [ + // "Team size: 3-6 members.", + // "Compliance with organizers' directives is mandatory; violations lead to disqualification.", + // "Judges' decisions are final.", + // "Bot weight limit: 3lb and 8kg categories.", + // "Only wireless bots allowed.", + // "Various weapons allowed with exceptions and limitations.", + // "Knock-out format for contests.", + // "Safety inspection before the event; unsafe bots discarded.", + // "Bot declared immobile if unable to exhibit linear motion of at least one inch within 10 seconds.", + // "LEGO kits, readymade kits, etc., not permitted; readymade gear boxes allowed.", + // "Organizers reserve the right to modify rules.", + // "Strict enforcement of allocated time; no extensions.", + // "Unsafe bots disqualified during the match.", + // "Criteria for judging informed on event day.", + // ], + // costs: 300, + // thumbnail: `${tiaraAssetsPrefix}/mega/techtitan.avif`, + // startTime: "2024-05-09 10:00", + // endTime: "2024-05-11 12:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Arvin Seth", + // phone: "9108366524", + // }, + // { + // name: "Delson Tellis", + // phone: "8310990921", + // }, + // { + // name: "Shreyas", + // phone: "7090265515", + // }, + // ], + // }, + // "6": { + // name: "Sky Surge (RC Plane Extreme)", + // description: "Taking imagination on flight with cutting-edge innovation", + // prerequisites: [ + // "Sky Surge (RC Plane Extreme) is an open-to-all event.", + // "Teams can have a maximum of 4 members.", + // "Teams must register through the official Tiara'24 website. Spot entries are not allowed.", + // "Team members must possess a Tiara ID to participate.", + // "Participants must design and fabricate an RC aircraft; readymade models are not allowed.", + // "The same aircraft should be used in both rounds.", + // "Use of 2.4 GHz radio is required for all competing aircraft.", + // "Receivers installed in the aircraft must be in 'receiver mode only'.", + // "Last date for abstract submission: April 30, 2024.", + // ], + // rules: [ + // "Teams must adhere to design constraints including T/W ratio, propeller diameter, and wingspan limitations.", + // "Only electric motors are allowed; IC engines or other means of providing thrust are prohibited.", + // "Use of gyroscopes (gyros) and programming assistance in receivers is prohibited.", + // "Programming for any step of the mission is not allowed.", + // "Use of FPV or any other support for flying is not allowed.", + // "The competition will be conducted in 3 rounds, with final points being the sum of points earned in each round.", + // "Teams will have 2 attempts in round 2 and 3, and the best of the scores will be considered from each round.", + // "Metal propellers are not allowed.", + // "Organizers will check all systems (servos, motors, etc.) for functionality before the competition.", + // "In case of disputes/discrepancies, the organizers' decision will be final and binding.", + // "Any changes in rules will be updated on the official Tiara'24 website and notified to registered teams.", + // "For details about the competition rounds, please refer to the rulebook.", + // ], + // costs: 300, + // thumbnail: `${tiaraAssetsPrefix}/mega/sky_surge.avif`, + // startTime: "2024-05-09 10:00", + // // endTime: "2024-05-12 16:00", + // facultyCoordinators: [ + // { + // name: "Michael Johnson", + // phone: "+1122334455", + // }, + // ], + // studentCoordinators: [ + // { + // name: "Oshin", + // phone: "7349031558", + // }, + // { + // name: "Prajwal", + // phone: "7019111734", + // }, + // { + // name: "Mayur", + // phone: "9353832081", + // }, + // ], + // }, }, ], },