Skip to content

Commit

Permalink
Merge pull request #34 from symdrome7/master
Browse files Browse the repository at this point in the history
patch 7.12.1
  • Loading branch information
PeithonKing authored Jan 2, 2024
2 parents f67f3a6 + 653ebfd commit fd29025
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 145 deletions.
141 changes: 0 additions & 141 deletions data.js

This file was deleted.

6 changes: 3 additions & 3 deletions scripts/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ let courses = {
'P206': new Course('Quantum Mechanics - I (P127)', 'QM1', 'B'),

'P301': new Course('Electromagnetism - II (P107)', 'EM2', 'C'),
'P306': new Course('Introdution to Condensed Matter Physics (P127)', 'CMP', 'B'),
'P307': new Course('Nuclei and Particles (LH3)', 'Nuclei', 'A'),
'P306': new Course('Introdution to Condensed Matter Physics (P107)', 'CMP', 'B'),
'P307': new Course('Nuclei and Particles (P107)', 'Nuclei', 'A'),

'P452': new Course('Computational Physics (LH1)', 'CompPhys', 'D'),
'P452': new Course('Computational Physics (LH1)', 'CompPhy', 'D'),
'P456': new Course('Non-Linear Optics (P108)', 'NLO', 'B'),
'P457': new Course('General Theory of Relativity and Cosmology (P108)', 'GTR', 'A'),
'P464': new Course('Plasma Physics and Magnetohydrodynamics (P108)', 'PlasmaPh', 'C'),
Expand Down
2 changes: 1 addition & 1 deletion scripts/data_spring.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ let courses = {
'P306': new Course('Introdution to Condensed Matter Physics (P127)', 'CMP', 'B'),
'P307': new Course('Nuclei and Particles (LH3)', 'Nuclei', 'A'),

'P452': new Course('Computational Physics (LH1)', 'CompPhys', 'D'),
'P452': new Course('Computational Physics (LH1)', 'CompPhy', 'D'),
'P456': new Course('Non-Linear Optics (P108)', 'NLO', 'B'),
'P457': new Course('General Theory of Relativity and Cosmology (P108)', 'GTR', 'A'),
'P464': new Course('Plasma Physics and Magnetohydrodynamics (P108)', 'PlasmaPhys', 'C'),
Expand Down

0 comments on commit fd29025

Please sign in to comment.