diff --git a/src/app/data/faqs_data.ts b/src/app/data/faqs_data.ts index 459d051c..9d79be48 100644 --- a/src/app/data/faqs_data.ts +++ b/src/app/data/faqs_data.ts @@ -199,13 +199,14 @@ export const travel_faqs: FAQs[] = [ { type: "Enumeration", content: - "To be able to receive Travel Reimbursement money, you need to match the following criteria:", + "To be eligible for Travel Reimbursement, participants must meet all of the following criteria:", options: [ - "Upload your tickets before April 26th to our platform (we only accept flight, bus, or train tickets) alongside your PayPal account (we only pay this way).", - "The arrival tickets should be after April 19th and the departure tickets should be prior to 1st May.", - "In the hackathon, it’s mandatory to demo your project to HackUPC judges, presenting only to sponsors will not be considered valid.", - "The project should follow all the HackUPC rules.", - "After the hackathon, upload your Devpost link to our platform.", + "Confirmation & Receipts:
• After confirming your spot at HackUPC, you must upload your travel receipts (plane, train, or bus) before the start of the event.
• Receipts must be in your name and include price breakdown, purchase date, and travel dates.", + "Travel Dates:
• Travel dates must be within one week before or one week after the event, i.e. from April 21st to May 5th (both included).", + "Reimbursement Amount:
• The reimbursed amount will be the minimum between 50% of your travel expenses and the maximum amount assigned to your destination, determined by the organizing team based on budget and demand.", + "Project Requirements:
• You must demo a valid project to the HackUPC judges (presenting only to sponsors is not sufficient).
• The project must follow all HackUPC rules.
• Your Devpost username must reasonably resemble your real name.
• The GitHub repository and Devpost completeness will be evaluated (e.g. regular commits, all required Devpost sections).", + "Attendance:
• You must be able to demonstrate active participation and minimum attendance at the event. Participation in meals, workshops, activities, and other official events may be considered.", + "Post-Event:
• After the hackathon, you must upload your Devpost link to the platform.", ], }, ],