Skip to main content
SIGEP — Sistema de Gestión de Eventos y Ponencias — is a Django-based SaaS platform for managing academic events end to end. It covers event creation, participant and speaker registration, rubric-based evaluations, schedule and venue management, and certificate generation, all within a single coordinated system.

What problem SIGEP solves

Organizing a conference, symposium, or science fair involves a chain of people who each own a different piece of the process: someone who creates the event, someone who configures it, experts who judge the work, the people who present, and those who attend. Without a shared platform these groups rely on email threads, spreadsheets, and manual coordination that breaks down at scale. SIGEP replaces that ad-hoc workflow with five purpose-built dashboards — one for each role — that share a single database and enforce clear permission boundaries throughout the event lifecycle.

The five-role model

Every user in SIGEP has exactly one role, stored in the rol field of the central Usuario model.
RoleCodeResponsibility
AdministratorADMINManages users, system configuration, and audit logs
CoordinatorCOORConfigures, publishes, and closes events
EvaluatorEVALReviews assigned projects and presentations using rubrics
SpeakerPONSubmits presentation materials and biographical information
ParticipantPARTRegisters projects and tracks evaluation results
The Administrator assigns roles and can invite users by email. Invited users receive a set-password link at /set-password/<uidb64>/<token>/ to activate their account.

The event lifecycle

Every event in SIGEP moves through three states: BORRADOR (Draft) — The event is created by an Administrator. It is not yet visible to participants or speakers. The Coordinator uses this phase to configure the schedule, registration rules, rubrics, and venue spaces. PUBLICADO (Published) — The Coordinator publishes the event. Registration opens for participants and speakers. Evaluators can be assigned to projects. CERRADO (Closed) — The Coordinator closes the event. Registrations are locked. Participants and speakers can download PDF certificates of participation from their dashboards.
BORRADOR → PUBLICADO → CERRADO

Where to go next

Quick start

Create your first event and invite users in a few steps.

Roles overview

See the full breakdown of what each role can and cannot do.

Build docs developers (and LLMs) love