evijit HF Staff anoushka2000 commited on
Commit
fa0a667
·
1 Parent(s): f4d0405

Add MIST to organizations (#14)

Browse files

- Add MIST to organizations (f4fd6f20f57cebcafcbff48219b3cb66a69a1022)


Co-authored-by: Anoushka Bhutani <anoushka2000@users.noreply.huggingface.co>

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
  ];