From fbb1bb4bd90dda16e62c90592467ec82fc120df3 Mon Sep 17 00:00:00 2001 From: e26chiu Date: Sat, 28 Jan 2023 11:26:33 -0500 Subject: [PATCH] Correct data --- data/academics.ts | 4 ++-- data/coop.ts | 2 +- data/post-grad.ts | 40 ++++++++++++++++++++++------------------ 3 files changed, 25 insertions(+), 21 deletions(-) diff --git a/data/academics.ts b/data/academics.ts index 4b9b808..d89fbaa 100644 --- a/data/academics.ts +++ b/data/academics.ts @@ -1074,7 +1074,7 @@ export const A14 = [ }, { text: "Carmen Bruni", - value: 11, + value: 9, }, { text: "Michael Wallace", @@ -1082,7 +1082,7 @@ export const A14 = [ }, { text: "Lesley Istead", - value: 10, + value: 11, }, { text: "Eric Blais", diff --git a/data/coop.ts b/data/coop.ts index 12ce17e..e5171dd 100644 --- a/data/coop.ts +++ b/data/coop.ts @@ -40,7 +40,7 @@ export const C2 = [ }, { text: "Waterloo", - value: 9, + value: 10, }, { text: "Chicago", diff --git a/data/post-grad.ts b/data/post-grad.ts index d771e43..78ca0d3 100644 --- a/data/post-grad.ts +++ b/data/post-grad.ts @@ -190,35 +190,39 @@ export const P8 = [ }, { text: "Finance", - value: 1, + value: 8, }, { text: "Cloud Computing", - value: 5, - }, - { - text: "Artificial Intelligence", - value: 3, - }, - { - text: "Robotics", - value: 1, - }, - { - text: "Data Science", value: 6, }, { - text: "Research", + text: "Artificial Intelligence", + value: 5, + }, + { + text: "Operating System", + value: 2, + }, + { + text: "Robotics", value: 3, }, { - text: "Security", - value: 1, + text: "Data Science", + value: 10, + }, + { + text: "Research", + value: 6, + }, + { + text: "Cybersecurity", + value: 2, }, { text: "Hardware", - value: 2, + value: 4, }, { text: "Mobile Development", @@ -230,7 +234,7 @@ export const P8 = [ }, { text: "Programming Languages", - value: 2, + value: 5, }, { text: "Compilers",