first commit
Browse files- src/constants/organizations.ts +12 -14
src/constants/organizations.ts
CHANGED
|
@@ -1,20 +1,18 @@
|
|
| 1 |
import { ProviderInfo } from "../types/heatmap";
|
| 2 |
|
| 3 |
export const ORGANIZATIONS: ProviderInfo[] = [
|
| 4 |
-
{ color: "#ff7000", authors: ["
|
| 5 |
-
{ color: "#1877F2", authors: ["
|
| 6 |
-
{ color: "#10A37F", authors: ["
|
| 7 |
{ color: "#cc785c", authors: ["Anthropic"] },
|
| 8 |
-
{ color: "#DB4437", authors: ["
|
| 9 |
-
{ color: "#F45098", authors: ["
|
| 10 |
-
{ color: "#
|
| 11 |
-
{ color: "#FEB800", authors: ["microsoft"] },
|
| 12 |
{ color: "#76B900", authors: ["nvidia"] },
|
| 13 |
-
{ color: "#0088cc", authors: ["
|
| 14 |
-
{ color: "#0088cc", authors: ["
|
| 15 |
-
{ color: "#
|
| 16 |
-
{ color: "#4C6EE6", authors: ["
|
| 17 |
-
{ color: "#
|
| 18 |
-
{ color: "#FEC912", authors: ["
|
| 19 |
-
{ color: "#e93b3b", authors: ["ByteDance", "ByteDance-Seed", "bytedance-research"] },
|
| 20 |
];
|
|
|
|
| 1 |
import { ProviderInfo } from "../types/heatmap";
|
| 2 |
|
| 3 |
export const ORGANIZATIONS: ProviderInfo[] = [
|
| 4 |
+
{ color: "#ff7000", authors: ["LeMaterial", "Entalpic"] },
|
| 5 |
+
{ color: "#1877F2", authors: ["arcinstitute"]},
|
| 6 |
+
{ color: "#10A37F", authors: ["SandboxAQ"] },
|
| 7 |
{ color: "#cc785c", authors: ["Anthropic"] },
|
| 8 |
+
{ color: "#DB4437", authors: ["polymathic-ai"] },
|
| 9 |
+
{ color: "#F45098", authors: ["NASA-AIML", "nasa-ibm-ai4science", "nasa-impact"] },
|
| 10 |
+
{ color: "#FEB800", authors: ["facebook"] },
|
|
|
|
| 11 |
{ color: "#76B900", authors: ["nvidia"] },
|
| 12 |
+
{ color: "#0088cc", authors: ["Merck"] },
|
| 13 |
+
{ color: "#0088cc", authors: ["wanglab"] },
|
| 14 |
+
{ color: "#0088cc", authors: ["jablonkagroup"] },
|
| 15 |
+
{ color: "#4C6EE6", authors: ["Orbital-Materials"] },
|
| 16 |
+
{ color: "#4C6EE6", authors: ["Xaira-Therapeutics"] },
|
| 17 |
+
{ color: "#FEC912", authors: ["hugging-science"] },
|
|
|
|
| 18 |
];
|