evijit HF Staff commited on
Commit
717eea4
·
verified ·
1 Parent(s): 12f29a7

Update src/constants/organizations.ts

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +10 -0
src/constants/organizations.ts CHANGED
@@ -140,4 +140,14 @@ export const ORGANIZATIONS: ProviderInfo[] = [
140
  authors: ["UniverseTBD"],
141
  tags: ["physics", "astronomy"]
142
  },
 
 
 
 
 
 
 
 
 
 
143
  ];
 
140
  authors: ["UniverseTBD"],
141
  tags: ["physics", "astronomy"]
142
  },
143
+ {
144
+ color: "#0D87CA",
145
+ authors: ["OpenFold"],
146
+ tags: ["biology"]
147
+ },
148
+ {
149
+ color: "#65B204",
150
+ authors: ["boltzgen"],
151
+ tags: ["biology"]
152
+ }
153
  ];