cgeorgiaw HF Staff commited on
Commit
0586937
·
verified ·
1 Parent(s): 8b1565d

Update src/constants/organizations.ts

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +10 -10
src/constants/organizations.ts CHANGED
@@ -3,21 +3,21 @@ import { ProviderInfo } from "../types/heatmap";
3
  // Scientific area tags
4
  export const SCIENTIFIC_TAGS = [
5
  { id: "antibody", label: "antibody" },
6
- { id: "hormones", label: "hormones" },
7
  { id: "materials-science", label: "materials-science" },
8
  { id: "drug-discovery", label: "drug-discovery" },
9
  { id: "biology", label: "biology" },
10
  { id: "medicine", label: "medicine" },
11
  { id: "physics", label: "physics" },
12
- { id: "data", label: "data" },
13
  { id: "education", label: "education" },
 
14
  ];
15
 
16
  export const ORGANIZATIONS: ProviderInfo[] = [
17
  {
18
  color: "#ff7000",
19
  authors: ["LeMaterial", "Entalpic"],
20
- tags: ["materials-science", "drug-discovery"]
21
  },
22
  {
23
  color: "#1877F2",
@@ -27,12 +27,7 @@ export const ORGANIZATIONS: ProviderInfo[] = [
27
  {
28
  color: "#10A37F",
29
  authors: ["SandboxAQ"],
30
- tags: ["physics", "materials-science", "drug-discovery", "quantum"]
31
- },
32
- {
33
- color: "#cc785c",
34
- authors: ["Anthropic"],
35
- tags: ["data", "general-purpose"]
36
  },
37
  {
38
  color: "#DB4437",
@@ -107,6 +102,11 @@ export const ORGANIZATIONS: ProviderInfo[] = [
107
  {
108
  color: "#FEB800",
109
  authors: ["futurehouse"],
110
- tags: ["science", "chemistry"]
 
 
 
 
 
111
  },
112
  ];
 
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[] = [
17
  {
18
  color: "#ff7000",
19
  authors: ["LeMaterial", "Entalpic"],
20
+ tags: ["materials-science", "chemistry"]
21
  },
22
  {
23
  color: "#1877F2",
 
27
  {
28
  color: "#10A37F",
29
  authors: ["SandboxAQ"],
30
+ tags: ["physics", "materials-science", "quantum"]
 
 
 
 
 
31
  },
32
  {
33
  color: "#DB4437",
 
102
  {
103
  color: "#FEB800",
104
  authors: ["futurehouse"],
105
+ tags: ["science", "chemistry", "education"]
106
+ },
107
+ {
108
+ color: "#ff7000",
109
+ authors: ["ginkgo-datapoints"],
110
+ tags: ["biology", "antibody", "medicine", "drug-discovery"]
111
  },
112
  ];