Skip to content

Commit 07b92ae

Browse files
Merge pull request #121 from strudel-science/update/planning-framework
Add STRUDEL Bot info and update Planning Framework pages
2 parents 1d207b1 + f38addd commit 07b92ae

5 files changed

Lines changed: 1083 additions & 18 deletions

File tree

config/strudel-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
"path": "/ux-training-&-planning/typology",
2323
"markdownId": "ux-training-and-planning-typology",
2424
"layoutComponent": "PageLayout"
25+
},
26+
{
27+
"name": "STRUDEL Bot Demo",
28+
"path": "/ux-training-&-planning/bot-demo",
29+
"markdownId": "ux-training-and-planning-bot-demo",
30+
"layoutComponent": "PageLayout"
2531
}
2632
]
2733
},

content/home.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import { Link } from '@mui/material';
5757
>
5858
STRUDEL enables teams to create user-centered software for scientific communities.
5959

60-
Plan, design, and build better scientific software projects using STRUDEL UX Training Resources and Design System.
60+
Plan, design, and build better scientific software projects using STRUDEL UX Training Resources, AI advisor, and Design System.
6161
</Box>
6262
<ContentCard variant="outlined" sx={{ padding: 0 }}>
6363
<Grid container sx={{ minHeight: '250px' }}>
@@ -127,7 +127,7 @@ import { Link } from '@mui/material';
127127
<Box>
128128
## Improve Software Usability
129129

130-
Educational materials to strategize, design, develop and evaluate for high quality experiences for users.
130+
An AI advisor and eEducational materials to strategize, design, develop and evaluate for high quality experiences for users.
131131
</Box>
132132
<Box>
133133
<Button
@@ -179,18 +179,18 @@ import { Link } from '@mui/material';
179179
}}
180180
>
181181
<Box>
182-
## 2026 STRUDEL Contributor Workshop
182+
## STRUDEL Bot Released
183183

184-
The STRUDEL team is excited to host an in person contribution event at the AI Futures Lab on Tuesday February 10th, 2026. This event will foster a wide range of contributions to the STRUDEL open source project that is creating and stewarding resources to enable more usable scientific software experiences.
184+
We've released STRUDEL Bot, an experimental AI agent to help you plan your work and design and evaluate high quality experiences for users.
185185
</Box>
186186
<Box marginTop="16px">
187187
<Button
188-
to="/engage/events/02-10-2026-strudel-contributor-workshop/"
188+
to="https://chatgpt.com/g/g-6980fd16eb448191893c39765fab0e5a-strudel-bot"
189189
target="_blank"
190190
size="large"
191191
endIcon={<ArrowForwardIcon />}
192192
>
193-
Learn more
193+
Try it out
194194
</Button>
195195
</Box>
196196
</Stack>

0 commit comments

Comments
 (0)