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

Update src/constants/organizations.ts

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +32 -7
src/constants/organizations.ts CHANGED
@@ -27,12 +27,12 @@ export const ORGANIZATIONS: ProviderInfo[] = [
27
  {
28
  color: "#10A37F",
29
  authors: ["SandboxAQ"],
30
- tags: ["physics", "materials-science", "drug-discovery"]
31
  },
32
  {
33
  color: "#cc785c",
34
  authors: ["Anthropic"],
35
- tags: ["data", "education"]
36
  },
37
  {
38
  color: "#DB4437",
@@ -42,12 +42,12 @@ export const ORGANIZATIONS: ProviderInfo[] = [
42
  {
43
  color: "#F45098",
44
  authors: ["NASA-AIML", "nasa-ibm-ai4science", "nasa-impact"],
45
- tags: ["physics", "data", "education"]
46
  },
47
  {
48
  color: "#FEB800",
49
  authors: ["facebook"],
50
- tags: ["data", "education"]
51
  },
52
  {
53
  color: "#76B900",
@@ -60,14 +60,14 @@ export const ORGANIZATIONS: ProviderInfo[] = [
60
  tags: ["drug-discovery", "medicine", "biology"]
61
  },
62
  {
63
- color: "#0088cc",
64
  authors: ["wanglab"],
65
  tags: ["biology", "medicine"]
66
  },
67
  {
68
  color: "#0088cc",
69
  authors: ["jablonkagroup"],
70
- tags: ["materials-science", "drug-discovery"]
71
  },
72
  {
73
  color: "#4C6EE6",
@@ -75,13 +75,38 @@ export const ORGANIZATIONS: ProviderInfo[] = [
75
  tags: ["materials-science", "physics"]
76
  },
77
  {
78
- color: "#4C6EE6",
79
  authors: ["Xaira-Therapeutics"],
80
  tags: ["drug-discovery", "medicine", "biology", "antibody"]
81
  },
 
 
 
 
 
82
  {
83
  color: "#FEC912",
84
  authors: ["hugging-science"],
85
  tags: ["data", "education", "biology", "physics"]
86
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  ];
 
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",
 
42
  {
43
  color: "#F45098",
44
  authors: ["NASA-AIML", "nasa-ibm-ai4science", "nasa-impact"],
45
+ tags: ["physics", "data", "education", "heliophysics", "astronomy"]
46
  },
47
  {
48
  color: "#FEB800",
49
  authors: ["facebook"],
50
+ tags: ["data", "education", "chemistry"]
51
  },
52
  {
53
  color: "#76B900",
 
60
  tags: ["drug-discovery", "medicine", "biology"]
61
  },
62
  {
63
+ color: "#cc785c",
64
  authors: ["wanglab"],
65
  tags: ["biology", "medicine"]
66
  },
67
  {
68
  color: "#0088cc",
69
  authors: ["jablonkagroup"],
70
+ tags: ["materials-science", "chemistry"]
71
  },
72
  {
73
  color: "#4C6EE6",
 
75
  tags: ["materials-science", "physics"]
76
  },
77
  {
78
+ color: "#ff7000",
79
  authors: ["Xaira-Therapeutics"],
80
  tags: ["drug-discovery", "medicine", "biology", "antibody"]
81
  },
82
+ {
83
+ color: "#4C6EE6",
84
+ authors: ["tahoebio"],
85
+ tags: ["drug-discovery", "medicine", "biology", "single-cell"]
86
+ },
87
  {
88
  color: "#FEC912",
89
  authors: ["hugging-science"],
90
  tags: ["data", "education", "biology", "physics"]
91
  },
92
+ {
93
+ color: "#ff7000",
94
+ authors: ["miriad"],
95
+ tags: ["data", "medicine", "biology"]
96
+ },
97
+ {
98
+ color: "#76B900",
99
+ authors: ["camlab-ethz"],
100
+ tags: ["data", "physics"]
101
+ },
102
+ {
103
+ color: "#FEC912",
104
+ authors: ["atomind"],
105
+ tags: ["materials-science", "chemistry"]
106
+ },
107
+ {
108
+ color: "#FEB800",
109
+ authors: ["futurehouse"],
110
+ tags: ["science", "chemistry"]
111
+ },
112
  ];