diff --git a/new-content/learning-resources/princeton.md b/new-content/learning-resources/princeton.md deleted file mode 100644 index b985ca620..000000000 --- a/new-content/learning-resources/princeton.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -order: 200 -title: Princeton University -to: https://quantum.princeton.edu/apply -image: /images/learning-resources/princeton.jpg -ctaLabel: Go to Princeton -classifications: - - level: Advanced - time: 4 years - - level: Beginner - time: 4 years ---- -Princeton University offers great programs for undergraduate and graduate students looking to study and enter the field of quantum computing supported by the Princeton Quantum Initiative. \ No newline at end of file diff --git a/new-content/learning-resources/yale.md b/new-content/learning-resources/yale.md deleted file mode 100644 index fc4bd58ea..000000000 --- a/new-content/learning-resources/yale.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -order: 200 -title: Keio University -to: https://quantum.keio.ac.jp/ -image: /images/learning-resources/keio.jpg -ctaLabel: Go to Keio -classifications: - - level: Advanced - time: 4 years - - level: Beginner - time: 4 years ---- -Keio University Quantum Computing Center offers great programs including training and education for undergraduate and graduate students looking to study and enter the field of quantum computing. diff --git a/store/modules/learning-resources.ts b/store/modules/learning-resources.ts index 9c070b607..ae7df36dc 100644 --- a/store/modules/learning-resources.ts +++ b/store/modules/learning-resources.ts @@ -29,8 +29,9 @@ const TIME_SCALE_OPTIONS = Object.freeze([ TIME_SCALES.day, TIME_SCALES.week, TIME_SCALES.month, - TIME_SCALES.year, - TIME_SCALES.fourYears + TIME_SCALES.year + // TODO: Re-enable 4years after discussing with Liz: + // https://github.com/Qiskit/qiskit.org/issues/757 ]) type Classification = {