Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions docs/introduction/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,37 @@ import Typography from '@mui/material/Typography';
</Card>
</div>

<Card style={{ marginTop: '24px' }}>
<CardContent style={{ textAlign: 'center' }}>
<Typography variant="h5" component="h2" gutterBottom>
Video Walkthroughs
</Typography>
<Typography variant="body1" gutterBottom>
Watch the guided tour of Neurosynth Compose.
</Typography>
<div style={{ position: 'relative', paddingTop: '56.25%', marginBottom: '12px' }}>
<iframe
src="https://www.youtube.com/embed/videoseries?list=PLRVuKQMH5YyzQ7L6I4iUD2Uk40dCpecRX"
title="Neurosynth Compose YouTube playlist"
style={{
position: 'absolute',
top: 0,
left: 0,
width: '100%',
height: '100%',
border: 0,
}}
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
loading="lazy"
/>
</div>
<Button variant="contained" color="primary" href="https://www.youtube.com/playlist?list=PLRVuKQMH5YyzQ7L6I4iUD2Uk40dCpecRX">
Open Playlist on YouTube
</Button>
</CardContent>
</Card>

## Getting Help

* Ask a question on [Neurostars](https://neurostars.org/tag/neurosynth-compose) using the `neurosynth-compose` tag.
Expand Down