Skip to content

Commit d2cfbd2

Browse files
committed
removing registration code, and correcting link in engage page
1 parent 0f1b8d1 commit d2cfbd2

4 files changed

Lines changed: 17 additions & 8 deletions

File tree

content/engage/events/10-23-2025-building-scientific-uis-with-strudel-and-ai-assistants.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ location: 'Lawrence Berkeley National Laboratory'
1010
registrationLink: 'https://go.lbl.gov/strudelOct25'
1111
image: '../../../content/images/news-and-events/2025-10-23-workshop2.png'
1212
shortDescription: 'Join the STRUDEL team at Berkeley Lab on Oct 23, 2025, for an in-person event to build scientific web UIs using STRUDEL Design System and generative AI coding tools. We will be using VSCode, React, and AI assistant tools throughout the day, but you do not need to be an expert to join.'
13-
registrationCode: 'STRUDEL25'
13+
registrationCode: ''
1414
---
1515
import { Grid, Box } from '@mui/material';
1616

@@ -24,7 +24,8 @@ STRUDEL will be providing light breakfast, lunch, and snacks throughout the day.
2424

2525
STRUDEL also has a limited amount of funding to support some participant travel. Please answer the question below if you will require funds. Exact amounts are TBD based on interest and availability.
2626

27-
Space is limited, so be sure to register now via the <b><a href="https://go.lbl.gov/strudelOct25" target="_blank">registration form</a></b> with <b>code 'STRUDEL25'</b> by Oct 3rd, 2025. <br/>We’re excited to see you there!
27+
Space is limited, so be sure to register now via the <b><a href="https://go.lbl.gov/strudelOct25" target="_blank">registration form</a> by Oct 3rd, 2025 </b>.
28+
<br/><br/>We’re excited to see you there!
2829
##
2930
## Who Should Join
3031

content/engage/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import { Link } from 'gatsby';
4242
Passionate about making scientific software more usable and user-friendly? <br/> <br/>
4343
Connect with other researchers, developers, and designers to learn and share experiences & practices.
4444

45-
<MuiLink href='/engage/get-involved/#sec-contribute-details'>**Learn more**</MuiLink>
45+
<MuiLink href='/engage/get-involved/#sec-us-rse-wg'>**Learn more**</MuiLink>
4646
</ContentCard>
4747
</Grid>
4848
</Grid>
427 Bytes
Loading

src/components/layouts/EventLayout.tsx

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import VideocamIcon from '@mui/icons-material/Videocam';
66
import CircleIcon from '@mui/icons-material/Circle';
77
import PersonIcon from '@mui/icons-material/Person';
88
import AssignmentIndIcon from '@mui/icons-material/AssignmentInd';
9+
import AssignmentTurnedInIcon from '@mui/icons-material/AssignmentTurnedIn';
910
import BaseLayout from './BaseLayout';
1011
import { PageHeader } from '../PageHeader';
1112
import { HeadProps, PageProps } from 'gatsby';
@@ -68,7 +69,7 @@ const EventLayout: React.FC<PageProps<any, any>> = ({ pageContext, children }) =
6869
{pageContext.frontmatter.registrationCode && (
6970
<div>
7071
<br/>
71-
Registration code: <b>{pageContext.frontmatter.registrationCode}</b>
72+
Registration code: {pageContext.frontmatter.registrationCode}
7273
<br/>
7374
</div>
7475
)}
@@ -141,13 +142,20 @@ const EventLayout: React.FC<PageProps<any, any>> = ({ pageContext, children }) =
141142
<MuiLink href={pageContext.frontmatter.registrationLink } target='_blank'>
142143
{pageContext.frontmatter.registrationLink}
143144
</MuiLink>
144-
{pageContext.frontmatter.registrationCode && (
145+
</Stack>
146+
147+
)}
148+
{pageContext.frontmatter.registrationCode && (
149+
<Stack direction="row" spacing={1}>
150+
<AssignmentTurnedInIcon />
151+
<Typography fontWeight="bold">
152+
Registration Code:
153+
</Typography>
145154
<div>
146-
using code: <b>{pageContext.frontmatter.registrationCode}</b>
155+
{pageContext.frontmatter.registrationCode}
147156
</div>
148-
)}
149157
</Stack>
150-
)}
158+
)}
151159
<Stack direction="row" spacing={1}>
152160
<PersonIcon />
153161
<Typography fontWeight="bold">

0 commit comments

Comments
 (0)