As a student, you can apply to up to five research projects per summer period. Each application carries a priority number from 1 (highest) to 5 (lowest) that the allocation algorithm uses to assign you to a project. You control the order of your applications at any time before allocation runs.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/AngelZurita28/VeranoRegional/llms.txt
Use this file to discover all available pages before exploring further.
Application window
The application window is defined by thestartCreateApplicationDate and endCreateApplicationDate fields of the active summer period configuration. Applications submitted outside this window may be rejected by the platform. Check your dashboard for the open and close dates of the current period.
Applying to a project
Browse the project catalog
Go to View Projects and use the keyword, area, and modality filters to find projects that match your interests and career. Open a project card to read the full description, required skills, and minimum career progress percentage.
Apply from the project detail page
On the project detail page, click Apply. The platform creates a new application record and automatically assigns it the next available priority number (one higher than your current highest priority).
Manage your application list
Navigate to My Applications to see all your current applications sorted by priority. Use drag-and-drop to reorder them. The new order is saved immediately via an AJAX call to
updateApplicationOrder.Priority system
Each application has apriority value between 1 and 5 assigned by you. Priority 1 is your first choice; priority 5 is your last. The allocation algorithm processes your applications in priority order and assigns you to the first project you are eligible for that still has open slots.
You can reorder your applications at any time before allocation runs by dragging and dropping the rows in My Applications. The updated order is sent as a JSON array of application IDs to the update_application_order endpoint and applied immediately.
Cancelling an application
To remove an application, open My Applications and click Cancel on the application you want to remove. The platform:- Deletes the application record.
- Automatically renumbers the remaining applications so priorities stay consecutive (e.g., if you cancel priority 2, the old priorities 3, 4, 5 become 2, 3, 4). This reordering is handled in a single database transaction to prevent inconsistencies.
Researcher view
Researchers (role 4) can view all applicants for each of their projects by going to My Projects and clicking View applicants. The applicant list shows each student’s name, student code, career, campus, institution, GPA, career progress percentage, current priority, and validation status, sorted by priority in ascending order.Applications are linked to the active summer period at creation time. Your application list resets for each new edition of the program.