Fixed incorrect data

pull/153/head
Shahan Nedadahandeh 4 months ago
parent dd8a33fa41
commit 93d0a69d78
  1. 12
      data/academics.ts
  2. 32
      data/coop.ts
  3. 2
      data/demographics.ts
  4. 8
      data/post-grad.ts

@ -883,6 +883,12 @@ export const A12 = [
];
export const A12i = [
{
category: "CS145",
"1-4": 1,
"5-7": 10,
"8-10": 23,
},
{
category: "CS146",
"1-4": 1,
@ -1068,7 +1074,7 @@ export const A14 = [
},
{
text: "Carmen Bruni",
value: 10,
value: 11,
},
{
text: "Michael Wallace",
@ -1076,7 +1082,7 @@ export const A14 = [
},
{
text: "Lesley Istead",
value: 11,
value: 10,
},
{
text: "Eric Blais",
@ -1478,7 +1484,7 @@ export const A19 = [
export const A19i = [
{
category: "0",
value: 15,
value: 56,
},
{
category: "1",

@ -11,16 +11,28 @@ export const C1 = [
export const C2 = [
{
text: "Toronto",
value: 32,
text: "Pacific NW USA",
value: 3,
},
{
text: "California",
value: 26,
text: "West Coast CAN",
value: 12,
},
{
text: "West CA",
value: 12,
text: "Remote",
value: 2,
},
{
text: "East Coast Canada",
value: 1,
},
{
text: "Toronto",
value: 34,
},
{
text: "California",
value: 25,
},
{
text: "East USA",
@ -30,6 +42,14 @@ export const C2 = [
text: "Waterloo",
value: 9,
},
{
text: "Chicago",
value: 1,
},
{
text: "Tokyo",
value: 1,
},
];
export const C3 = [

@ -199,7 +199,7 @@ export const D7 = [
},
{
text: "GTA / Toronto",
value: 1,
value: 58,
},
{
text: "United Arab Emirates",

@ -228,4 +228,12 @@ export const P8 = [
text: "Computer Networking",
value: 2,
},
{
text: "Programming Languages",
value: 2,
},
{
text: "Compilers",
value: 1,
},
];

Loading…
Cancel
Save