add allen AI
Browse files- src/pages/index.tsx +1 -0
src/pages/index.tsx
CHANGED
@@ -28,6 +28,7 @@ export default function Home() {
|
|
28 |
"OpenAI": { color: "#10A37F", authors: ["openai"] },
|
29 |
"Anthropic": { color: "#cc785c", authors: ["anthropic"] },
|
30 |
"Google": { color: "#DB4437", authors: ["google"] },
|
|
|
31 |
}
|
32 |
|
33 |
const generateCalendarData = (modelData: ModelData[]) => {
|
|
|
28 |
"OpenAI": { color: "#10A37F", authors: ["openai"] },
|
29 |
"Anthropic": { color: "#cc785c", authors: ["anthropic"] },
|
30 |
"Google": { color: "#DB4437", authors: ["google"] },
|
31 |
+
"Allen Institute for AI": { color: "#5E35B1", authors: ["allenai"] }
|
32 |
}
|
33 |
|
34 |
const generateCalendarData = (modelData: ModelData[]) => {
|