Skip to content

Commit

Permalink
Merge pull request #221 from FdelMazo/add-bioingenieria-plan
Browse files Browse the repository at this point in the history
Añadir plan 2020 de bioingenieria
  • Loading branch information
lopezac authored Dec 23, 2024
2 parents b69de98 + b8ae3dc commit 5e9d449
Show file tree
Hide file tree
Showing 2 changed files with 525 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/carreras.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,34 @@ export const CARRERAS = [
],
},
},
{
id: "bioingenieria-2020",
// link: "https://fi.uba.ar/grado/carreras/bioingenieria/plan-de-estudios",
link: "https://drive.google.com/file/d/1URSwsBv1VdNoSPfcDUwQjQz2j5AU-3AG/view",
beta: true,
ano: 2020,
graph: require("./data/bioingenieria-2020.json"),
creditos: {
total: 250,
electivas: 16,
checkbox: [
{
nombre: "Prueba de nivel de idioma inglés",
nombrecorto: "Inglés",
bg: COLORS.enfinal[50],
color: "enfinal",
},
],
materias: [
{
id: "TIF",
nombrecorto: "TIF",
bg: COLORS.findecarrera[50],
color: "findecarrera",
},
],
},
},
{
id: "alimentos",
link: "https://fi.uba.ar/grado/carreras/ingenieria-de-alimentos/plan-de-estudios",
Expand Down Expand Up @@ -641,6 +669,11 @@ export const PLANES = [
nombrecorto: "Alimentos",
planes: ["alimentos", "alimentos-2020"],
},
{
nombre: "Bioingeniería",
nombrecorto: "Bioingeniería",
planes: ["bioingenieria-2020"],
},
{
nombre: "Ingeniería en Energía Eléctrica",
nombrecorto: "Electricista",
Expand Down
Loading

0 comments on commit 5e9d449

Please sign in to comment.