Skip to content

Commit

Permalink
Make area orders consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
minsukkahng committed Sep 25, 2021
1 parent 7a45017 commit 497672e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csrankings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,9 @@ class CSRankings {
];

private readonly aiAreas = ["ai", "vision", "mlmining", "nlp", "ir"];
private readonly systemsAreas = ["arch", "comm", "sec", "mod", "hpc", "mobile", "metrics", "ops", "plan", "soft", "da", "bed"];
private readonly systemsAreas = ["arch", "comm", "sec", "mod", "da", "bed", "hpc", "mobile", "metrics", "ops", "plan", "soft"];
private readonly theoryAreas = ["act", "crypt", "log"];
private readonly interdisciplinaryAreas = ["graph", "chi", "robotics", "bio", "visualization", "ecom"];
private readonly interdisciplinaryAreas = ["bio", "graph", "ecom", "chi", "robotics", "visualization"];

private readonly areaNames: Array<string> = [];
private readonly fields: Array<string> = [];
Expand Down

0 comments on commit 497672e

Please sign in to comment.