anoushka2000 commited on
Commit
f4fd6f2
·
verified ·
1 Parent(s): f4d0405

Add MIST to organizations

Browse files

MIST (https://huggingface.co/mist-models) is a family of scientific foundation models for molecular and formulation property prediction developed by the University of Michigan.

Files changed (1) hide show
  1. src/constants/organizations.ts +6 -1
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
  ];