Skip to content

Commit

Permalink
chore: update scraped subjects data
Browse files Browse the repository at this point in the history
  • Loading branch information
MiCarrera committed Dec 9, 2024
1 parent 30b4302 commit db6679c
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 4 deletions.
77 changes: 77 additions & 0 deletions db/data/scraped_prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16795,6 +16795,24 @@
subject_needed_name: TALLER DE COMPUTACION GRAFICA
subject_code: AT023
is_exam: false
- type: logical
logical_operator: and
operands:
- type: subject
needs: course
subject_needed_code: MC10
subject_needed_name: CÁLCULO I
subject_code: CAL2
is_exam: false
- type: logical
logical_operator: and
operands:
- type: subject
needs: course
subject_needed_code: MC10
subject_needed_name: CÁLCULO I
subject_code: CAL2
is_exam: true
- type: logical
logical_operator: and
operands:
Expand Down Expand Up @@ -16999,6 +17017,32 @@
subject_needed_name: ALGEBRA LINEAL II
subject_code: CIM24
is_exam: true
- type: logical
logical_operator: and
operands:
- type: subject
needs: all
subject_needed_code: MC10
subject_needed_name: CÁLCULO I
- type: subject
needs: all
subject_needed_code: AL
subject_needed_name: GEOMETRÍA Y ÁLGEBRA LINEAL
subject_code: CM
is_exam: false
- type: logical
logical_operator: and
operands:
- type: subject
needs: all
subject_needed_code: AL
subject_needed_name: GEOMETRÍA Y ÁLGEBRA LINEAL
- type: subject
needs: all
subject_needed_code: MC10
subject_needed_name: CÁLCULO I
subject_code: CM
is_exam: true
- type: logical
logical_operator: not
operands:
Expand Down Expand Up @@ -17082,6 +17126,26 @@
needs: exam
subject_code: D87
is_exam: true
- type: logical
logical_operator: and
operands:
- type: subject
needs: exam
subject_needed_code: '1321'
subject_needed_name: PROGRAMACION 2
- type: logical
logical_operator: or
operands:
- type: subject
subject_needed_code: '1061'
subject_needed_name: CALCULO DIF. E INTEGRAL EN UNA VARIABLE
needs: exam
- type: subject
subject_needed_code: MC10
subject_needed_name: CÁLCULO I
needs: exam
subject_code: EPCN
is_exam: false
- type: logical
logical_operator: and
operands:
Expand Down Expand Up @@ -18288,3 +18352,16 @@
subject_needed_name: FISICA 1A CIOCT 2023
subject_code: SRN50
is_exam: true
- type: logical
logical_operator: and
operands:
- type: subject
needs: all
subject_needed_code: MC10
subject_needed_name: CÁLCULO I
- type: subject
needs: all
subject_needed_code: AL
subject_needed_name: GEOMETRÍA Y ÁLGEBRA LINEAL
subject_code: TIIO
is_exam: false
26 changes: 22 additions & 4 deletions db/data/scraped_subjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@
subject_group: '4647'
'1891':
code: '1891'
name: TALLER DE SEGURIDAD INFÓRMATICA
name: TALLER DE SEGURIDAD INFORMÁTICA
credits: 10
has_exam: false
subject_group: '4428'
Expand Down Expand Up @@ -2721,7 +2721,7 @@ CAL2:
code: CAL2
name: CÁLCULO 2
credits: 10
has_exam: false
has_exam: true
subject_group: '4083'
CCT10:
code: CCT10
Expand Down Expand Up @@ -2883,7 +2883,7 @@ CM:
code: CM
name: COMPLEMENTO DE MATEMÁTICA
credits: 6
has_exam: false
has_exam: true
subject_group: '4083'
CM14:
code: CM14
Expand Down Expand Up @@ -3395,6 +3395,12 @@ DMA06:
credits: 13
has_exam: false
subject_group: '4083'
EPCN:
code: EPCN
name: ELEMENTOS DE PROGRAM Y CÁLCULO NUMÉRICO
credits: 6
has_exam: false
subject_group: '5020'
ESII:
code: ESII
name: ESTADÍSTICA II
Expand Down Expand Up @@ -3641,6 +3647,12 @@ IAR6:
credits: 6
has_exam: false
subject_group: '4882'
IE:
code: IE
name: INTRODUCCIÓN A LA ECONOMÍA
credits: 10
has_exam: false
subject_group: '5265'
IN35:
code: IN35
name: PROGRAMACION 1
Expand Down Expand Up @@ -3891,7 +3903,7 @@ MC10:
code: MC10
name: CÁLCULO I
credits: 10
has_exam: false
has_exam: true
subject_group: '4083'
MC13:
code: MC13
Expand Down Expand Up @@ -4223,6 +4235,12 @@ SRN50:
credits: 4
has_exam: true
subject_group: '4442'
TIIO:
code: TIIO
name: TALLER INTR A LA INVEST DE OPERACIONES
credits: 8
has_exam: false
subject_group: '4815'
TP25:
code: TP25
name: CREDITOS ASIGNADOS POR REVALIDA
Expand Down

0 comments on commit db6679c

Please sign in to comment.