Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.
/ gpeg-site Public archive

Research platform for the School Management Research Group (GPEG) at UESC, focusing on educational management, IDEB analysis, and teacher training. Built with Laravel and Vue.js.

License

Notifications You must be signed in to change notification settings

patricksferraz/gpeg-site

GPEG Logo GPEG - School Management Research Group

License: MIT PHP Version Laravel Version

Description

GPEG (Grupo de Pesquisa em Educação e Gestão) is a multidisciplinary research group based at the Universidade Estadual de Santa Cruz (UESC). Our mission is to investigate and address key questions related to School Management, Teacher Training, and Educational History. Currently, we are focused on the research project: "School Management and IDEB Results: What is the Relationship?" This project aims to identify the main factors influencing the performance of public high schools in Bahia, Brazil, based on the IDEB (Basic Education Development Index).

Table of Contents

Features

  • Multilingual Support: Available in English and Portuguese.
  • Research Forms: Interactive forms for data collection from school managers.
  • Team Presentation: Showcase of our multidisciplinary team of researchers.
  • Contact Form: Easy communication with the research group.
  • Modern Tech Stack: Built with Laravel 5.7, Vue.js, and Bootstrap.

Getting Started

Prerequisites

  • PHP >= 7.1.3
  • Composer
  • Node.js and NPM
  • Laravel 5.7

Installation

  1. Clone the repository:

    git clone https://github.com/patricksferraz/gpeg-site.git
    cd gpeg-site
  2. Install PHP dependencies:

    composer install
  3. Install JavaScript dependencies:

    npm install
  4. Set up your environment:

    cp .env.example .env
    php artisan key:generate
  5. Run database migrations:

    php artisan migrate
  6. Build assets:

    npm run dev
  7. Start the development server:

    php artisan serve

Usage

  • Home Page: Learn about GPEG and our research projects.
  • Research Forms: Access and fill out research questionnaires.
  • Team: Meet our team of researchers.
  • Contact: Reach out to us via the contact form.

Project Structure

  • app/: Core application code
  • resources/: Views, language files, and assets
  • routes/: Application routes
  • public/: Publicly accessible files
  • tests/: Automated tests

Contributing

We welcome contributions! Please read our Contributing Guidelines for details on our code of conduct and the process for submitting pull requests.

Team

  • Profa. Dra. Sônia Fonseca - Coordinator
  • Prof. Dr. Alfredo Dib - Coordinator
  • Profa. Dra. Sandra Magina - Researcher
  • Profa. Dra. Cristiane Nunes - Researcher
  • Profa. Dra. Maria Elizabete Couto - Researcher
  • Profa. Ms. Adriana Lemos - Researcher
  • Profa. Ms. Núbia Coelho - Researcher
  • Profa. Ms. Rejane Cristo - Researcher
  • Profa. Lizandra Lima - Researcher
  • Profa. Délia Ladeia - Researcher
  • João Vitor Mendes - Researcher
  • Eva Maia Malta - Researcher
  • Patrick Silva Ferraz - Researcher (GitHub)

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • Universidade Estadual de Santa Cruz (UESC)
  • CNPq
  • All contributors and partners

Contact

For any inquiries, please contact us at: gpeg.uesc@gmail.com

Releases

No releases published

Packages

No packages published