cgeorgiaw HF Staff commited on
Commit
3aac6f5
·
verified ·
1 Parent(s): 4c668a3

Update src/constants/organizations.ts

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +23 -3
src/constants/organizations.ts CHANGED
@@ -2,15 +2,15 @@ import { ProviderInfo } from "../types/heatmap";
2
 
3
  // Scientific area tags
4
  export const SCIENTIFIC_TAGS = [
5
- { id: "antibody", label: "antibody" },
6
  { id: "materials-science", label: "materials-science" },
7
  { id: "drug-discovery", label: "drug-discovery" },
8
  { id: "biology", label: "biology" },
9
  { id: "medicine", label: "medicine" },
10
  { id: "physics", label: "physics" },
11
  { id: "chemistry", label: "chemistry" },
12
- { id: "education", label: "education" },
13
  { id: "quantum", label: "quantum" },
 
 
14
  ];
15
 
16
  export const ORGANIZATIONS: ProviderInfo[] = [
@@ -37,7 +37,7 @@ export const ORGANIZATIONS: ProviderInfo[] = [
37
  {
38
  color: "#F45098",
39
  authors: ["NASA-AIML", "nasa-ibm-ai4science", "nasa-impact"],
40
- tags: ["physics", "data", "education", "heliophysics", "astronomy"]
41
  },
42
  {
43
  color: "#FEB800",
@@ -109,4 +109,24 @@ export const ORGANIZATIONS: ProviderInfo[] = [
109
  authors: ["ginkgo-datapoints"],
110
  tags: ["biology", "antibody", "medicine", "drug-discovery"]
111
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  ];
 
2
 
3
  // Scientific area tags
4
  export const SCIENTIFIC_TAGS = [
 
5
  { id: "materials-science", label: "materials-science" },
6
  { id: "drug-discovery", label: "drug-discovery" },
7
  { id: "biology", label: "biology" },
8
  { id: "medicine", label: "medicine" },
9
  { id: "physics", label: "physics" },
10
  { id: "chemistry", label: "chemistry" },
 
11
  { id: "quantum", label: "quantum" },
12
+ { id: "climate", label: "climate" },
13
+ { id: "math", label: "math" },
14
  ];
15
 
16
  export const ORGANIZATIONS: ProviderInfo[] = [
 
37
  {
38
  color: "#F45098",
39
  authors: ["NASA-AIML", "nasa-ibm-ai4science", "nasa-impact"],
40
+ tags: ["physics", "data", "education", "heliophysics", "astronomy", "climate"]
41
  },
42
  {
43
  color: "#FEB800",
 
109
  authors: ["ginkgo-datapoints"],
110
  tags: ["biology", "antibody", "medicine", "drug-discovery"]
111
  },
112
+ {
113
+ color: "#FEC912",
114
+ authors: ["isp-uv-es"],
115
+ tags: ["climate"]
116
+ },
117
+ {
118
+ color: "#ff7000",
119
+ authors: ["maomlab"],
120
+ tags: ["medicine", "biology"]
121
+ },
122
+ {
123
+ color: "#4C6EE6",
124
+ authors: ["oxai4science"],
125
+ tags: ["physics", "chemistry", "materials-science"]
126
+ },
127
+ {
128
+ color: "#4C6EE6",
129
+ authors: ["AI-MO"],
130
+ tags: ["math"]
131
+ },
132
  ];