Update src/constants/organizations.ts
Browse files
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 |
];
|