Update src/constants/organizations.ts
Browse files
src/constants/organizations.ts
CHANGED
|
@@ -11,6 +11,7 @@ export const SCIENTIFIC_TAGS = [
|
|
| 11 |
{ id: "quantum", label: "quantum" },
|
| 12 |
{ id: "climate", label: "climate" },
|
| 13 |
{ id: "math", label: "math" },
|
|
|
|
| 14 |
];
|
| 15 |
|
| 16 |
export const ORGANIZATIONS: ProviderInfo[] = [
|
|
@@ -128,5 +129,15 @@ export const ORGANIZATIONS: ProviderInfo[] = [
|
|
| 128 |
color: "#4C6EE6",
|
| 129 |
authors: ["AI-MO"],
|
| 130 |
tags: ["math"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 131 |
},
|
| 132 |
];
|
|
|
|
| 11 |
{ id: "quantum", label: "quantum" },
|
| 12 |
{ id: "climate", label: "climate" },
|
| 13 |
{ id: "math", label: "math" },
|
| 14 |
+
{ id: "astronomy", label: "astronomy" },
|
| 15 |
];
|
| 16 |
|
| 17 |
export const ORGANIZATIONS: ProviderInfo[] = [
|
|
|
|
| 129 |
color: "#4C6EE6",
|
| 130 |
authors: ["AI-MO"],
|
| 131 |
tags: ["math"]
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
color: "#DB4437",
|
| 135 |
+
authors: ["AccelerationConsortium"],
|
| 136 |
+
tags: ["materials-science"]
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
color: "#10A37F",
|
| 140 |
+
authors: ["UniverseTBD"],
|
| 141 |
+
tags: ["physics", "astronomy"]
|
| 142 |
},
|
| 143 |
];
|