Skip to content

Commit

Permalink
Merge pull request #208 from FdelMazo/agregar-plan-2020-ingenieria-al…
Browse files Browse the repository at this point in the history
…imentos

Agregar plan 2020 de Ingeniera de Alimentos
  • Loading branch information
lopezac authored Apr 2, 2024
2 parents 9a92523 + d580381 commit a615e46
Show file tree
Hide file tree
Showing 2 changed files with 482 additions and 1 deletion.
30 changes: 29 additions & 1 deletion src/carreras.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,34 @@ export const CARRERAS = [
electivas: 10,
},
},
{
id: "alimentos-2020",
link: "https://fi.uba.ar/grado/carreras/ingenieria-de-alimentos/plan-de-estudios",
ano: 2020,
graph: require("./data/alimentos-2020.json"),
finDeCarrera: [
{ id: "tesis", materia: "TESIS" },
{ id: "tpp", materia: "TPP" },
],
creditos: {
total: 243,
electivas: 12,
checkbox: [
{
nombre: "Prueba de nivel de idioma inglés",
nombrecorto: "Inglés",
bg: COLORS.enfinal[50],
color: "enfinal",
},
{
nombre: "Actividades profesionales de 192 horas",
nombrecorto: "Práctica Profesional",
bg: COLORS.habilitadas[50],
color: "habilitadas",
},
],
},
},
{
id: "civil",
link: "https://fi.uba.ar/grado/carreras/ingenieria-civil/plan-de-estudios",
Expand Down Expand Up @@ -585,7 +613,7 @@ export const PLANES = [
{
nombre: "Ingeniería de Alimentos",
nombrecorto: "Alimentos",
planes: ["alimentos"],
planes: ["alimentos", "alimentos-2020"],
},
{
nombre: "Ingeniería Electricista",
Expand Down
Loading

0 comments on commit a615e46

Please sign in to comment.