Skip to content

Commit

Permalink
add neurips24
Browse files Browse the repository at this point in the history
  • Loading branch information
mirianfsilva committed May 16, 2024
2 parents cce5f03 + dc74d25 commit a60bfeb
Show file tree
Hide file tree
Showing 9 changed files with 261 additions and 6 deletions.
Binary file added src/assets/img/general/header-bai-2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions src/components/CallForPapers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ function CallForPapers(props) {
<Grid item xs={12} md={6}>
<div className={classes.item}>
<Typography variant="h2" className={classes.title}>
Black in AI Workshop 2023
Black in AI Workshop 2024
Call for Papers
</Typography>
</div>
</Grid>
</Grid>

<Typography variant="body1" className={classes.title}>
The 7th Black in AI Workshop will be held co-located with NeurIPS 2023.
The 8th Black in AI Workshop will be held co-located with NeurIPS 2024.

We are looking forward to papers in the area of AI, including but not limited to computer
vision, deep learning, knowledge reasoning, machine learning, multi-agent systems, natural
Expand All @@ -111,11 +111,13 @@ function CallForPapers(props) {
<a href="https://blackinai-workshop2021.eventbrite.com.br" target="_blank" rel="noopener noreferrer">HERE.</a>
<br/>
*/}

</Typography>
<ColorButton className={classes.chip} variant="contained" href="/#/workshop/bai2023/">
<ColorButton className={classes.chip} variant="contained" href="/#/workshop/bai2024/">
Full Details
</ColorButton>
<ColorButton className={classes.chip} variant="contained" href="/#/workshop/bai2024-cfp">
Call for Papers
</ColorButton>
<br />
<Typography variant="body2">
<br />
Expand Down
8 changes: 7 additions & 1 deletion src/components/Workshops/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,16 @@ function Workshops(props) {
const { classes } = props;

const workshops = [
{
img: require('./../../assets/img/general/vancouver_neurips_2020.jpg'),
title: 'Black in AI 2024',
width: '50%',
url: '/#/workshop/bai2024',
},
{
img: require('./../../assets/img/general/neworleans_convention_center.jpeg'),
title: 'Black in AI 2023',
width: '100%',
width: '50%',
url: '/#/workshop/bai2023',
},
{
Expand Down
4 changes: 4 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ import BAI2023 from './pages/BaiWorkshops/BAI2023';
import BAI2023CFP from './pages/BaiWorkshops/BAI2023/CallForPapers';
import BAI2023AccPapers from './pages/BaiWorkshops/BAI2023/AcceptedPapers';
// import FinancialSupport from './pages/FinancialSupport';
import BAI2024 from './pages/BaiWorkshops/BAI2024';
import BAI2024CFP from './pages/BaiWorkshops/BAI2024/CallForPapers';
import EntrepreneurshipProgram from './pages/EntrepreneurshipProgram';
import SummerResearchPrograms from './pages/SummerResearchPrograms';
import Media from './pages/Media';
Expand Down Expand Up @@ -68,6 +70,8 @@ ReactDOM.render(
<Route path="/workshop/bai2023" component={BAI2023} />
<Route path="/workshop/bai2023-cfp" component={BAI2023CFP} />
<Route path="/workshop/bai2023-accepted-papers" component={BAI2023AccPapers} />
<Route path="/workshop/bai2024" component={BAI2024} />
<Route path="/workshop/bai2024-cfp" component={BAI2024CFP} />
<Route path="/media" component={Media.PressRoom} />
<Route path="/bai-open-position-2022" component={Media.BAIOpenPosition} />
</Switch>
Expand Down
27 changes: 27 additions & 0 deletions src/pages/BaiWorkshops/BAI2024/CallForPapers.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import React from 'react';
import Footer from '../../../components/Footer';
import Navbar from '../../../components/Navbar';
import { ThemeProvider } from '@material-ui/core';
import theme from '../../../theme';
import withRoot from '../../../withRoot';
import CallForPapers2024 from './../../../posts/bai2024/CallForPapers2024.md';
import ContentFile from '../../../components/Markdown/readfile';
import WorkshopPageHeader from '../../../components/WorkshopPageHeader';
import image from './../../../assets/img/general/header-bai-2024.png';
import Loader from '../../../loader';

function CallForPapers() {
return (
<ThemeProvider theme={theme}>
<Loader />
<Navbar />
<WorkshopPageHeader src={image}/>
<ContentFile href={CallForPapers2024}>
Black in AI 2024 - Call For Papers
</ContentFile>
<Footer />
</ThemeProvider>
);
}

export default withRoot(CallForPapers);
140 changes: 140 additions & 0 deletions src/pages/BaiWorkshops/BAI2024/GridOfContents.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
import { ButtonBase, Container } from '@material-ui/core/';
import { withStyles } from '@material-ui/core/styles';
import PropTypes from 'prop-types';
import React from 'react';
import Typography from '../../../components/Typography';

const styles = (theme) => ({
root: {
marginTop: theme.spacing(8),
marginBottom: theme.spacing(4),
},
images: {
marginTop: theme.spacing(8),
display: 'flex',
flexWrap: 'wrap',
},
imageWrapper: {
position: 'relative',
display: 'block',
padding: 0,
borderRadius: 0,
height: '25vh',
[theme.breakpoints.down('sm')]: {
width: '100% !important',
height: 100,
},
'&:hover': {
zIndex: 1,
},
'&:hover $imageBackdrop': {
opacity: 0.15,
},
'&:hover $imageMarked': {
opacity: 0,
},
'&:hover $imageTitle': {
border: '4px solid currentColor',
},
},
imageButton: {
position: 'absolute',
left: 0,
right: 0,
top: 0,
bottom: 0,
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
color: theme.palette.common.black,
},
imageTitle: {
position: 'relative',
padding: `${theme.spacing(2)}px ${theme.spacing(4)}px 14px`,
},
imageMarked: {
height: 3,
width: 18,
background: theme.palette.common.white,
position: 'absolute',
bottom: -2,
left: 'calc(50% - 9px)',
transition: theme.transitions.create('opacity'),
},
});

function GridOfContents(props) {
const { classes } = props;

const workshops = [
{
title: 'Call For Paper & Important Deadlines',
width: '33.3%',
url: '/#/workshop/bai2024-cfp',
},
{
title: 'Call For Reviewer/Area Chair SOON',
width: '33.3%',
url: '',
},
{
// title: 'Black in AI Travel Grant Application',
// width: '33.3%',
// url: 'https://forms.gle/4CXkLZk89e1JvTZ66',
},
{
title: 'Workshop Registration SOON',
width: '33.3%',
url: '',
},
// {
// title: 'Accepted Papers',
// 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: 'Meet the Black in AI 2021 Organizers',
// width: '33.3%',
// url: '/#/workshop/bai2021-organizers',
// },
];

return (
<Container className={classes.root} component="section">
<Typography variant="h4" marked="center" align="center" component="h2">
The 8th Black in AI Workshop will be held co-located with NeurIPS 2024.
The workshop will feature invited talks from prominent researchers and practitioners,
a poster session and a startups showcase. We invite all members of the AI community
to attend the workshop.
</Typography>
<div className={classes.images}>
{workshops.map((key) => (
<ButtonBase key={key.title} href={key.url} className={classes.imageWrapper} style={{ width: key.width,}}>
<div className={classes.imageButton} >
<Typography component="h3" variant="h6" color="black" className={classes.imageTitle} >
{key.title}
<div className={classes.imageMarked} />
</Typography>
</div>
</ButtonBase>
))}
</div>
</Container>
);
}

GridOfContents.propTypes = {
classes: PropTypes.object.isRequired,
};

export default withStyles(styles)(GridOfContents);
26 changes: 26 additions & 0 deletions src/pages/BaiWorkshops/BAI2024/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
import React from 'react';
import Footer from '../../../components/Footer';
import Navbar from '../../../components/Navbar';
import { ThemeProvider } from '@material-ui/core';
import theme from '../../../theme';
import withRoot from '../../../withRoot';
import WorkshopPageHeader from '../../../components/WorkshopPageHeader';
import GridOfContents from './GridOfContents';
import image from './../../../assets/img/general/header-bai-2024.png';
import Loader from '../../../loader';
import SponsorsHome from '../../../components/SponsorsHome';

function BAI2024() {
return (
<ThemeProvider theme={theme}>
<Loader />
<Navbar />
<WorkshopPageHeader src={image}/>
<GridOfContents/>
{/* <SponsorsHome/> */}
<Footer />
</ThemeProvider>
);
}

export default withRoot(BAI2024);
2 changes: 1 addition & 1 deletion src/pages/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Home() {
<Loader />
<CssBaseline />
<Navbar/>
{/* <CallForPapers/> */}
<CallForPapers/>
{/* <AdvertisingBar/> */}
<HomeHeader/>
<HomeQuote/>
Expand Down
50 changes: 50 additions & 0 deletions src/posts/bai2024/CallForPapers2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
##### Last updated on May 16, 2024

## Call For Papers
---

We invite submissions for the Sixth Black in AI Workshop (co-located with [NeurIPS 2024](https://neurips.cc)). Both the Black in AI workshop and the NeurIPS conference will be held in a hybrid format.


We welcome research papers, position papers, survey papers, vision papers, or papers that inform about neglected/abandoned areas of study where AI could be impactful. Papers may introduce new theories, methodology, applications, or product demonstrations. Papers are published in a non-archival format and may have been published in other venues before or be published in other venues in the future.

## Areas of Interest

Submissions may include, but are not limited to, the following topics: Artificial Intelligence, Computational Neuroscience, Deep Learning, Knowledge Reasoning, Machine Learning, Multi-agent Systems, Statistical Reasoning, Computational Theory, Computer Vision, Natural Language Processing, Data Mining and, Robotics. We also welcome papers about applications of AI to Health, Education, Fairness, Ethics and, Transparency in AI, AI & Arts, AI & Politics, etc.

Each submission will fall into one of these 4 tracks:
- Machine learning Algorithms
- Systems and Applications
- Position papers
- Product demonstrations

Work may be previously published, completed, or ongoing. The workshop will not publish proceedings. We encourage all Black researchers in areas related to AI to submit their work. The work should include at least one Black researcher either as main author or co-author.


## Submission Format and Guidelines

All submissions must be in PDF format. Submissions are limited to two content pages, including all figures and tables. An additional page containing only references is allowed.​ Submissions should be in a​ single column ​, typeset using ​11-point or larger fonts, and have at least ​a 1-inch margin all around. Submissions that do not follow these guidelines risk being rejected without consideration of their merits. We encourage authors to use one of these templates to prepare their submission:

- [Overleaf template](https://www.overleaf.com/latex/templates/neurips-2021/bfjnthbqvhgs) (NeurIPS 2024 LaTeX style)
- [Word template](https://docs.google.com/document/d/17Aqs0PC_U5ZRo0s0Dz9mlDJoaOeYjHIB/edit?usp=sharing&ouid=103774619668144386756&rtpof=true&sd=true)


## NeurIPs Registration
We strongly encourage workshop attendees to register for the workshops as early as possible. The registration can be found [here](https://neurips.cc/accounts/login/?next=/Profile).


## Important Dates
- **Call for paper submission opens on CMT** - May 7th 2024
- **Call for paper submission deadline** - June 10th, 2024, 11:59 pm UTC
- **Paper Review Period** - June 11th - June 26th, 2024
- **Notification of Call for paper acceptance** - June 30th, 2024

Microsoft Conference Management Toolkit (CMT): [HOW-TO: Author Submission](https://cmt3.research.microsoft.com/docs/help/author/author-submission-form.html#use-known-conference-url)


**Submit your work using CMT at**: https://cmt3.research.microsoft.com/BAI2024

Submission instructions and important deadlines can be also found [here](https://docs.google.com/document/d/1NbnclRsdB3gfO7dcXeuXfhfK6LSjwzMT_OSvuqXjBRw/edit?usp=sharing)


If you have any questions, contact Organizers at organizers2024@blackinai.org and follow @black_in_ai to keep updated.

0 comments on commit a60bfeb

Please sign in to comment.