diff --git a/src/assets/img/general/header-bai-2024.png b/src/assets/img/general/header-bai-2024.png new file mode 100644 index 0000000..ae51eb8 Binary files /dev/null and b/src/assets/img/general/header-bai-2024.png differ diff --git a/src/components/CallForPapers/index.js b/src/components/CallForPapers/index.js index cb3dd88..3c5638f 100644 --- a/src/components/CallForPapers/index.js +++ b/src/components/CallForPapers/index.js @@ -83,7 +83,7 @@ function CallForPapers(props) {
- Black in AI Workshop 2023 + Black in AI Workshop 2024 Call for Papers
@@ -91,7 +91,7 @@ function CallForPapers(props) {
- 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 @@ -111,11 +111,13 @@ function CallForPapers(props) { HERE.
*/} -
- + Full Details + + Call for Papers +

diff --git a/src/components/Workshops/index.js b/src/components/Workshops/index.js index 3ce7634..f482abc 100644 --- a/src/components/Workshops/index.js +++ b/src/components/Workshops/index.js @@ -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', }, { diff --git a/src/index.js b/src/index.js index 406de49..d2316bf 100644 --- a/src/index.js +++ b/src/index.js @@ -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'; @@ -68,6 +70,8 @@ ReactDOM.render( + + diff --git a/src/pages/BaiWorkshops/BAI2024/CallForPapers.js b/src/pages/BaiWorkshops/BAI2024/CallForPapers.js new file mode 100644 index 0000000..b344922 --- /dev/null +++ b/src/pages/BaiWorkshops/BAI2024/CallForPapers.js @@ -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 ( + + + + + + Black in AI 2024 - Call For Papers + +