Skip to content

Commit

Permalink
Merge pull request #38 from blackinai/neurips24
Browse files Browse the repository at this point in the history
update grid - workshop
  • Loading branch information
mirianfsilva committed May 20, 2024
2 parents c4c9453 + 31daf4d commit e035356
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/pages/BaiWorkshops/BAI2024/GridOfContents.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ function GridOfContents(props) {

const workshops = [
{
title: 'Call For Paper & Important Deadlines',
title: 'Call For Paper (OPEN) & Important Deadlines',
width: '33.3%',
url: '/#/workshop/bai2024-cfp',
},
{
title: 'Call For Reviewer/Area Chair (SOON)',
title: 'Call For Reviewer/Area Chair (OPEN)',
width: '33.3%',
url: 'https://forms.gle/Um2oimLaGkcwwaV4A',
},
Expand All @@ -83,25 +83,25 @@ function GridOfContents(props) {
// url: 'https://forms.gle/4CXkLZk89e1JvTZ66',
},
{
title: 'Workshop Registration SOON',
title: 'Workshop Registration (SOON)',
width: '33.3%',
url: '',
},
// {
// title: 'Accepted Papers',
// width: '33.3%',
// url: 'https://nbviewer.org/github/blackinai/blackinai.github.io/blob/main/bai/src/files/BAI2021AcceptedPapersJointPostersSession.pdf',
// },
{
// title: 'Workshop Program - SOON',
// width: '33.3%',
// url: 'https://nbviewer.org/github/blackinai/blackinai.github.io/blob/main/bai/src/files/BAI2022WorkshopSchedule.pdf',
title: 'Accepted Papers (SOON)',
width: '33.3%',
url: '',
},
{
title: 'Workshop Program (SOON)',
width: '33.3%',
url: '',
},
{
title: 'Black in AI 2024 Organizers',
width: '33.3%',
url: '/#/workshop/bai2024-cfp',
},
// {
// title: 'Meet the Black in AI 2021 Organizers',
// width: '33.3%',
// url: '/#/workshop/bai2021-organizers',
// },
];

return (
Expand Down

0 comments on commit e035356

Please sign in to comment.