-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
# Sobre el proyecto | ||
Tmde app curricula es un proyecto que nace de la unidad curricular Taller de Ingenieria dirigida por Modelos, desarrollado utilizando las herramientas de eclipse, java, y ecore. | ||
El proyecto fue desarrollado originalmente por [@fapret](https://github.com/fapret) y [@sfreirelp](https://github.com/sfreirelp), y se encuentra licensiado para todo el publico | ||
bajo la licencia GPL-3.0. | ||
## Change readme language | ||
[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/fapret/tmde-app-curricula/blob/main/README.md) | ||
[![es](https://img.shields.io/badge/lang-es-orange.svg)](https://github.com/fapret/tmde-app-curricula/blob/main/README.es.md) | ||
# About the Project | ||
The **Tmde app curricula** project originated from the Model-Driven Engineering Workshop course, developed using tools like Eclipse, Java, and Ecore. The project was initially created by [@fapret](https://github.com/fapret) and [@sfreirelp](https://github.com/sfreirelp), and is licensed under the GPL-3.0 license for public use. | ||
|
||
El fin del proyecto es realizar una aplicacion utilizando Ingenieria dirigida por modelos (MBSE) para poder ayudar al estudiante durante su carrera, en especial al saber que | ||
unidades curriculares puede cursar para asi tener una mejor guia, al igual que poder tener una retrospectiva de como ha sido su carrera. | ||
The goal of the project is to create an application utilizing Model-Based Systems Engineering (MBSE) to assist students throughout their academic journey, especially by helping them understand which courses they can take, thus providing better guidance and offering a retrospective view of their academic career. | ||
|
||
Durante el desarrollo se enfoco en como funciona la Universidad de la Republica (UdelaR), en especifico la carrera de ingenieria en computacion, aunque se espera que tambien | ||
funcione para otras carreras de la misma. | ||
During development, the project focused on how the University of the Republic (UdelaR) operates, specifically the Computer Engineering program, though it is expected to work for other degree programs as well. | ||
|
||
Se puede leer el informe original del proyecto [aqui](https://github.com/fapret/tmde-app-curricula/blob/main/proyecto/informe_gr04.pdf) | ||
Y tambien la presentacion que incluye imagenes del metamodelo [aqui](https://github.com/fapret/tmde-app-curricula/blob/main/proyecto/presentacion_gr04.pdf) | ||
You can read the original project report [here](https://github.com/fapret/tmde-app-curricula/blob/main/proyecto/informe_gr04.pdf), and view the presentation with images of the metamodel [here](https://github.com/fapret/tmde-app-curricula/blob/main/proyecto/presentacion_gr04.pdf). | ||
|
||
El proyecto se esta ejecutando y se puede utilizar desde: [https://tmde.fapret.com](https://tmde.fapret.com) | ||
The project is running and can be used at: [https://tmde.fapret.com](https://tmde.fapret.com) | ||
|
||
Requisitos de ejecución: | ||
Execution requirements: | ||
|
||
- Eclipse | ||
- Tomcat | ||
- Librería de Ecore | ||
- Ecore Library | ||
- Java | ||
|
||
# Imagenes del proyecto | ||
Imagen de una curricula completa | ||
# Project Images | ||
Complete curriculum view | ||
![image](https://github.com/user-attachments/assets/1c90a30a-b830-49ba-8e5b-8f1778bc46ff) | ||
Imagen de las unidades curriculares que puede cursar un estudiante | ||
|
||
Courses a student can enroll in | ||
![image](https://github.com/user-attachments/assets/5e051c01-e122-4b3c-84eb-d84761eb7025) | ||
Consulta datos de una unidad curricular | ||
|
||
Course data query | ||
![image](https://github.com/user-attachments/assets/edd120c7-81d8-482b-9458-8aaadfc5dce9) | ||
Consulta si se puede cursar una unidad curricular | ||
|
||
Check if a course is available to take | ||
![image](https://github.com/user-attachments/assets/185f65b2-75b7-4c29-ba32-d59c3685ec5c) |