Skip to content

Commit

Permalink
chore: run bin/rails scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 committed Jun 17, 2024
1 parent a174f53 commit 3dad2b3
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 21 deletions.
98 changes: 86 additions & 12 deletions db/data/scraped_prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,22 +457,10 @@
- type: logical
logical_operator: or
operands:
- type: subject
subject_needed_code: CP6
subject_needed_name: ANALISIS MATEMATICO II
needs: exam
- type: subject
subject_needed_code: CP25
subject_needed_name: ANALISIS MATEMATICO II (P. 74)
needs: exam
- type: subject
subject_needed_code: 1025P
subject_needed_name: CREDITOS NO ACUM PROB Y EST.
needs: exam
- type: subject
subject_needed_code: 1025T
subject_needed_name: CREDITOS NO ACUM PROBABILIDAD Y ESTADISTICA
needs: exam
- type: subject
subject_needed_code: '1025'
subject_needed_name: PROBABILIDAD Y ESTADISTICA
Expand All @@ -481,6 +469,17 @@
subject_needed_code: '1075'
subject_needed_name: PROBABILIDAD Y ESTADISTICA
needs: exam
- type: logical
logical_operator: or
operands:
- type: subject
subject_needed_code: '1443'
subject_needed_name: ARQUITECTURA DE COMPUTADORAS
needs: exam
- type: subject
subject_needed_code: 1443P
subject_needed_name: CREDITOS NO ACUM. CON ARQUITECTURA DE COMPUTADORAS
needs: exam
subject_code: '1438'
is_exam: false
- type: logical
Expand Down Expand Up @@ -7781,6 +7780,31 @@
needs: course
subject_code: '1773'
is_exam: false
- type: logical
logical_operator: not
operands:
- type: logical
logical_operator: or
operands:
- type: subject
subject_needed_code: SRN22
subject_needed_name: COMPRENSIÓN LECTORA DE INGLÉS
needs: exam
- type: subject
subject_needed_code: 816EU
subject_needed_name: INGLES CIENTÍFICO
needs: exam
subject_code: INFU1
is_exam: false
- type: logical
logical_operator: and
operands:
- type: subject
needs: course
subject_needed_code: INFU1
subject_needed_name: INGLES PARA FINES UNIVERSITARIOS I
subject_code: INFU1
is_exam: true
- type: logical
logical_operator: and
operands:
Expand Down Expand Up @@ -17768,6 +17792,56 @@
needs: all
subject_code: '1233'
is_exam: false
- type: logical
logical_operator: and
operands:
- type: logical
logical_operator: not
operands:
- type: subject
needs: all
subject_needed_code: '2217'
subject_needed_name: TUTORIAS ENTRE PARES 2
- type: logical
logical_operator: not
operands:
- type: subject
needs: all
subject_needed_code: '2216'
subject_needed_name: TUTORIAS ENTRE PARES 1
- type: logical
logical_operator: or
operands:
- type: subject
needs: exam_activity
subject_needed_code: '1151'
subject_needed_name: FISICA 1
- type: logical
logical_operator: and
operands:
- type: subject
subject_needed_code: '1061'
subject_needed_name: CALCULO DIF. E INTEGRAL EN UNA VARIABLE
needs: exam
- type: subject
subject_needed_code: '1062'
subject_needed_name: CALCULO DIF. E INTEGRAL EN VARIAS VARIABLES
needs: course
- type: logical
logical_operator: and
operands:
- type: subject
subject_needed_code: '1030'
subject_needed_name: GEOMETRIA Y ALGEBRA LINEAL 1
needs: exam
- type: subject
subject_needed_code: '1031'
subject_needed_name: GEOMETRIA Y ALGEBRA LINEAL 2
needs: course
- type: credits
credits: 55
subject_code: '5005'
is_exam: false
- type: logical
logical_operator: and
operands:
Expand Down
30 changes: 21 additions & 9 deletions db/data/scraped_subjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3305,6 +3305,18 @@ CH8:
credits: 8
has_exam: false
subject_group: '5265'
INFU1:
code: INFU1
name: INGLES PARA FINES UNIVERSITARIOS I
credits: 8
has_exam: true
subject_group: '3582'
'5005':
code: '5005'
name: TUTORIAS ENTRE PARES ACADEMICAS PROGRESA/FING
credits: 8
has_exam: false
subject_group: '3582'
'1236':
code: '1236'
name: SEMINARIO SOBRE ENCUENTROS ENTRE ARTE Y TECNOLOGIAS
Expand All @@ -3321,7 +3333,7 @@ SRN22:
code: SRN22
name: COMPRENSIÓN LECTORA DE INGLÉS
credits: 8
has_exam: false
has_exam: true
subject_group: '3582'
SRN25:
code: SRN25
Expand Down Expand Up @@ -3363,7 +3375,7 @@ AT021:
code: 816EU
name: INGLES CIENTÍFICO
credits: 4
has_exam: false
has_exam: true
subject_group: '3582'
2107A:
code: 2107A
Expand Down Expand Up @@ -3427,7 +3439,7 @@ GP4:
subject_group: '3582'
'1438':
code: '1438'
name: APLICACION DE TEORIA DE LA INF.AL PROC.DE IMAG.
name: APLICACIONES DE TEORIA DE LA INFORMACION AL PROC. DE IMAG.
credits: 6
has_exam: false
subject_group: '3582'
Expand Down Expand Up @@ -3551,6 +3563,12 @@ C402:
credits: 0
has_exam: true
subject_group:
1443P:
code: 1443P
name: CREDITOS NO ACUM. CON ARQUITECTURA DE COMPUTADORAS
credits: 0
has_exam: true
subject_group:
107L:
code: 107L
name: CALCULO 1
Expand Down Expand Up @@ -3599,12 +3617,6 @@ R101:
credits: 0
has_exam: true
subject_group:
1443P:
code: 1443P
name: CREDITOS NO ACUM. CON ARQUITECTURA DE COMPUTADORAS
credits: 0
has_exam: true
subject_group:
1322P:
code: 1322P
name: CREDITOS NO ACUM PROGRAMACION 1
Expand Down

0 comments on commit 3dad2b3

Please sign in to comment.