Add MIST to organizations
Browse filesMIST (https://huggingface.co/mist-models) is a family of scientific foundation models for molecular and formulation property prediction developed by the University of Michigan.
src/constants/organizations.ts
CHANGED
|
@@ -164,5 +164,10 @@ export const ORGANIZATIONS: ProviderInfo[] = [
|
|
| 164 |
color: "#65B204",
|
| 165 |
authors: ["Major-TOM"],
|
| 166 |
tags: ["climate"]
|
| 167 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 168 |
];
|
|
|
|
| 164 |
color: "#65B204",
|
| 165 |
authors: ["Major-TOM"],
|
| 166 |
tags: ["climate"]
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
color: "#00274C",
|
| 170 |
+
authors: ["mist-models"],
|
| 171 |
+
tags: ["chemistry", "materials-science"]
|
| 172 |
+
},
|
| 173 |
];
|