Skip to content

Commit

Permalink
Update multinet session links for home page
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWags committed Sep 19, 2024
1 parent 08ef084 commit a6deab8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/app/src/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const Home = () => {
marginTop: '1em'
}}>
<Card sx={cardStyle} aria-label="Example of a dataset of movies in UpSet">
<CardActionArea onClick={() => window.open('/?workspace=Upset+Examples&table=movies&sessionId=2835')}>
<CardActionArea onClick={() => window.open('/?workspace=Upset+Examples&table=movies&sessionId=2939')}>
<CardMedia component="img" sx={{ height:"250px", paddingTop:"4px" }} image="/placard/movies_example.png" alt="Example UpSet plot: movies" />
<CardContent sx={{paddingLeft: 0}}>
<Typography variant="h5" component="div" sx={cardTextStyle}>
Expand All @@ -65,7 +65,7 @@ export const Home = () => {
</CardActionArea>
</Card>
<Card sx={cardStyle} aria-label="Example of a dataset of Covid Symptoms in UpSet">
<CardActionArea onClick={() => window.open('/?workspace=Upset+Examples&table=Covid_Symptoms&sessionId=2783')}>
<CardActionArea onClick={() => window.open('/?workspace=Upset+Examples&table=Covid_Symptoms&sessionId=2938')}>
<CardMedia component="img" sx={{ height:"250px", paddingTop:"4px" }} image="/placard/covid_example.png" alt="Example UpSet plot: Covid Symptoms" />
<CardContent sx={{paddingLeft: 0}}>
<Typography variant="h5" component="div" sx={cardTextStyle}>
Expand All @@ -75,7 +75,7 @@ export const Home = () => {
</CardActionArea>
</Card>
<Card sx={cardStyle} aria-label="Example of a dataset of Tennis Grandslam Championships in UpSet">
<CardActionArea onClick={() => window.open('/?workspace=Upset+Examples&table=Tennis_Grand_Slam_Champions&sessionId=2780')}>
<CardActionArea onClick={() => window.open('/?workspace=Upset+Examples&table=Tennis_Grand_Slam_Champions&sessionId=2937')}>
<CardMedia component="img" sx={{ height:"250px", paddingTop:"4px" }} image="/placard/tennis_example.png" alt="Example UpSet plot: Tennis Grand Slam Championships" />
<CardContent sx={{paddingLeft: 0}}>
<Typography variant="h5" component="div" sx={cardTextStyle}>
Expand All @@ -85,7 +85,7 @@ export const Home = () => {
</CardActionArea>
</Card>
<Card sx={cardStyle} aria-label="Example of a dataset of World Organizations in UpSet">
<CardActionArea onClick={() => window.open('/?workspace=Upset+Examples&table=International_Organizations&sessionId=2777')}>
<CardActionArea onClick={() => window.open('/?workspace=Upset+Examples&table=International_Organizations&sessionId=2936')}>
<CardMedia component="img" sx={{ height:"250px", paddingTop:"4px" }} image="/placard/world_orgs_example.png" alt="Example UpSet plot: World Organizations" />
<CardContent sx={{paddingLeft: 0}}>
<Typography variant="h5" component="div" sx={cardTextStyle}>
Expand Down

0 comments on commit a6deab8

Please sign in to comment.