cgeorgiaw HF Staff commited on
Commit
f4d0405
·
1 Parent(s): 0b13486

adding a few more orgs

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +10 -0
src/constants/organizations.ts CHANGED
@@ -154,5 +154,15 @@ export const ORGANIZATIONS: ProviderInfo[] = [
154
  color: "#DB4437",
155
  authors: ["ChatterjeeLab"],
156
  tags: ["biology", "drug-discovery"]
 
 
 
 
 
 
 
 
 
 
157
  }
158
  ];
 
154
  color: "#DB4437",
155
  authors: ["ChatterjeeLab"],
156
  tags: ["biology", "drug-discovery"]
157
+ },
158
+ {
159
+ color: "#ff7000",
160
+ authors: ["InstaDeepAI"],
161
+ tags: ["biology", "drug-discovery"]
162
+ },
163
+ {
164
+ color: "#65B204",
165
+ authors: ["Major-TOM"],
166
+ tags: ["climate"]
167
  }
168
  ];