Skip to content

Commit 4835ab1

Browse files
authored
Merge pull request #3 from iswc-conf/dev
Menu structure & Important dates
2 parents 4175ab9 + c850a31 commit 4835ab1

21 files changed

+1174
-68
lines changed

src/App.js

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ import { NavBar } from "./components/navbar";
66
import { Footer } from "./components/footer";
77
import Committees from "./pages/committee";
88
import Cfp from "./pages/cfp";
9+
import Research from "./components/calls/Research";
10+
import Resource from "./components/calls/Resource";
11+
import InUse from "./components/calls/InUse";
12+
import Posters from "./components/calls/Posters";
13+
import SemanticWeb from "./components/calls/SemanticWeb";
14+
import IndustryTrack from "./components/calls/IndustryTrack";
15+
import DoctoralConsortium from "./components/calls/DoctoralConsortium";
16+
import HTMLSubmissionGuide from "./components/guidelines/HTMLSubmissionGuide";
17+
import ReviewGuidelines from "./components/guidelines/ReviewGuidelines";
18+
import SupplementalMaterials from "./components/guidelines/SupplementalMaterials";
19+
import ResourcesAvailability from "./components/guidelines/ResourcesAvailability";
20+
import Sponsorship from "./components/Sponsorship";
21+
import ImportantDates from "./components/importantdates"
22+
import WorkshopsTutorials from "./components/calls/WorkshopsTutorials";
23+
924

1025
export default function HeroComponent() {
1126
return (
@@ -16,11 +31,32 @@ export default function HeroComponent() {
1631
{/* <Route path="/register" element={<Registration/>}/> */}
1732
<Route path="/about" element={<About/>} />
1833
<Route path="/organizing_committee" element={<Committees/>} />
34+
<Route path="/importantdates" element={<ImportantDates/>} />
1935
<Route path="/cfp" element={<Cfp/>} />
2036
{/* <Route path="/author-guide" element={<AuthorGuidelines/>}/> */}
2137
{/* <Route path="/contact" element={<Contact/>}/> */}
2238
{/* <Route path="/agenda" element ={<DeclareSoon/>} /> */}
2339
{/* <Route path="/participation-policy" element ={<DeclareSoon/>} /> */}
40+
41+
42+
{/* Calls */}
43+
<Route path="/calls/research" element={<Research />} />
44+
<Route path="/calls/resource" element={<Resource />} />
45+
<Route path="/calls/in-use" element={<InUse />} />
46+
<Route path="/calls/posters" element={<Posters />} />
47+
<Route path="/calls/semantic" element={<SemanticWeb />} />
48+
<Route path="/calls/industry" element={<IndustryTrack />} />
49+
<Route path="/calls/doctoral" element={<DoctoralConsortium />} />
50+
<Route path="/calls/workshopstutorials" element={<WorkshopsTutorials />} />
51+
52+
{/* Guidelines */}
53+
<Route path="/guidelines/html-submission" element={<HTMLSubmissionGuide />} />
54+
<Route path="/guidelines/review" element={<ReviewGuidelines />} />
55+
<Route path="/guidelines/supplemental" element={<SupplementalMaterials />} />
56+
<Route path="/guidelines/resources" element={<ResourcesAvailability />} />
57+
58+
{/* Sponsorship */}
59+
<Route path="/sponsorship" element={<Sponsorship />} />
2460
</Routes>
2561
<Footer/>
2662
</>

src/components/Sponsorship.jsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import React from "react";
2+
3+
export const Sponsorship = () => {
4+
return (
5+
<div className="container mx-auto px-4 lg:px-8 mt-12">
6+
<h1 className="text-3xl font-bold text-center text-[#e94607]">Sponsorship</h1>
7+
<p className="mt-4 text-lg text-center">Details about sponsorship opportunities.</p>
8+
</div>
9+
);
10+
};
11+
12+
export default Sponsorship;

src/components/about.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ export const About = () => {
3333
<br />
3434

3535
<p className="text-md lg:text-md font-[300] lg:mx-10 sm:mx-2">
36-
Initiative for making the conference more environmentally friendly and
37-
SWSA is offsetting the carbon footprint of ISWC 2025. Read more on the sustainability initiative&nbsp;
36+
To make the conference more environmentally friendly the Semantic Web Association (SWSA) is offsetting the carbon footprint of ISWC 2025. Read more on the sustainability initiative&nbsp;
3837
<a href="https://swsa.semanticweb.org/content/sustainability#:~:text=At%20ISWC2023%20SWSA%20announced%20the%20launch%20of,while%20recognising%20the%20significance%20of%20scientific%20networking"
3938
target="_blank"
4039
style={{'color': '#e94607', 'text-decoration': 'underline'}}>
Loading

src/components/assests/organizing/organizing.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import irene from "./irene_celino.png";
2525
import mayank from "./mayank_kejriwal.png";
2626
import neha from "./neha_keshan.png";
2727
import ray from "./ray_atarashi.png";
28+
import ines from "./akaichi_ines.png"
2829

2930
const organizers = {
3031
"General Chair": [
@@ -79,9 +80,9 @@ const organizers = {
7980
],
8081
"In-Use Application Track Chair": [
8182
{
82-
name: 'Maribel Acosta Deibe',
83+
name: 'Maribel Acosta',
8384
img: maribel,
84-
institution: 'Ruhr-Universität Bochum',
85+
institution: 'Technical University of Munich',
8586
country: 'Germany',
8687
},
8788
{
@@ -208,13 +209,13 @@ const organizers = {
208209
name: 'Atsuko Yamaguchi',
209210
img: '', // No image available
210211
institution: 'Tokyo City University',
211-
country: 'Austria',
212+
country: 'Japan',
212213
},
213214
{
214215
name: 'Ines Akaichi',
215-
img: '', // No image available
216+
img: ines,
216217
institution: 'Vienna University of Economics and Business',
217-
country: 'Japan',
218+
country: 'Austria',
218219
},
219220
],
220221
"Web Presence & Publicity Chair": [
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import React from "react";
2+
export const DoctoralConsortium = () => {
3+
return (
4+
<>
5+
<div className="flex justify-center item-center flex-col pb-0 lg:pb-4 mb-4 lg:my-6 lg:h-[14rem] lg:px-16 px-6">
6+
<p style={{ color: '#e94607' }} className="text-3xl font-bold mb-4 lg:mx-10 sm:mx-2 tracking-wide text-center">Doctoral Consortium</p>
7+
8+
<p className="text-md lg:text-lg font-[300] lg:mx-10 sm:mx-2">
9+
Coming soon...
10+
</p>
11+
12+
</div>
13+
</>
14+
);
15+
}
16+
17+
export default DoctoralConsortium;

src/components/calls/InUse.jsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import React from "react";
2+
export const InUse = () => {
3+
return (
4+
<>
5+
<div className="flex justify-center item-center flex-col pb-0 lg:pb-4 mb-4 lg:my-6 lg:h-[14rem] lg:px-16 px-6">
6+
<p style={{ color: '#e94607' }} className="text-3xl font-bold mb-4 lg:mx-10 sm:mx-2 tracking-wide text-center">In Use</p>
7+
8+
<p className="text-md lg:text-lg font-[300] lg:mx-10 sm:mx-2">
9+
Coming soon...
10+
</p>
11+
12+
</div>
13+
</>
14+
);
15+
}
16+
17+
export default InUse;
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import React from "react";
2+
export const IndustryTrack = () => {
3+
return (
4+
<>
5+
<div className="flex justify-center item-center flex-col pb-0 lg:pb-4 mb-4 lg:my-6 lg:h-[14rem] lg:px-16 px-6">
6+
<p style={{ color: '#e94607' }} className="text-3xl font-bold mb-4 lg:mx-10 sm:mx-2 tracking-wide text-center">Industry Track</p>
7+
8+
<p className="text-md lg:text-lg font-[300] lg:mx-10 sm:mx-2">
9+
Coming soon...
10+
</p>
11+
12+
</div>
13+
</>
14+
);
15+
}
16+
17+
export default IndustryTrack;

src/components/calls/Posters.jsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import React from "react";
2+
export const Posters = () => {
3+
return (
4+
<>
5+
<div className="flex justify-center item-center flex-col pb-0 lg:pb-4 mb-4 lg:my-6 lg:h-[14rem] lg:px-16 px-6">
6+
<p style={{ color: '#e94607' }} className="text-3xl font-bold mb-4 lg:mx-10 sm:mx-2 tracking-wide text-center">Posters and Demos</p>
7+
8+
<p className="text-md lg:text-lg font-[300] lg:mx-10 sm:mx-2">
9+
Coming soon...
10+
</p>
11+
12+
</div>
13+
</>
14+
);
15+
}
16+
17+
export default Posters;

src/components/calls/Research.jsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import React from "react";
2+
export const Research = () => {
3+
return (
4+
<>
5+
<div className="flex justify-center item-center flex-col pb-0 lg:pb-4 mb-4 lg:my-6 lg:h-[14rem] lg:px-16 px-6">
6+
<p style={{ color: '#e94607' }} className="text-3xl font-bold mb-4 lg:mx-10 sm:mx-2 tracking-wide text-center">Research</p>
7+
8+
<p className="text-md lg:text-lg font-[300] lg:mx-10 sm:mx-2">
9+
Coming soon...
10+
</p>
11+
12+
</div>
13+
</>
14+
);
15+
}
16+
17+
export default Research;

src/components/calls/Resource.jsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import React from "react";
2+
export const Resource = () => {
3+
return (
4+
<>
5+
<div className="flex justify-center item-center flex-col pb-0 lg:pb-4 mb-4 lg:my-6 lg:h-[14rem] lg:px-16 px-6">
6+
<p style={{ color: '#e94607' }} className="text-3xl font-bold mb-4 lg:mx-10 sm:mx-2 tracking-wide text-center">Resource</p>
7+
8+
<p className="text-md lg:text-lg font-[300] lg:mx-10 sm:mx-2">
9+
Coming soon...
10+
</p>
11+
12+
</div>
13+
</>
14+
);
15+
}
16+
17+
export default Resource;

src/components/calls/SemanticWeb.jsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import React from "react";
2+
export const SemanticWeb = () => {
3+
return (
4+
<>
5+
<div className="flex justify-center item-center flex-col pb-0 lg:pb-4 mb-4 lg:my-6 lg:h-[14rem] lg:px-16 px-6">
6+
<p style={{ color: '#e94607' }} className="text-3xl font-bold mb-4 lg:mx-10 sm:mx-2 tracking-wide text-center">Semantic Web</p>
7+
8+
<p className="text-md lg:text-lg font-[300] lg:mx-10 sm:mx-2">
9+
Coming soon...
10+
</p>
11+
12+
</div>
13+
</>
14+
);
15+
}
16+
17+
export default SemanticWeb;
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import React from "react";
2+
export const WorkshopsTutorials = () => {
3+
return (
4+
<>
5+
<div className="flex justify-center item-center flex-col pb-0 lg:pb-4 mb-4 lg:my-6 lg:h-[14rem] lg:px-16 px-6">
6+
<p style={{ color: '#e94607' }} className="text-3xl font-bold mb-4 lg:mx-10 sm:mx-2 tracking-wide text-center">Workshops and Tutorials</p>
7+
8+
<p className="text-md lg:text-lg font-[300] lg:mx-10 sm:mx-2">
9+
Coming soon...
10+
</p>
11+
12+
</div>
13+
</>
14+
);
15+
}
16+
17+
export default WorkshopsTutorials;

0 commit comments

Comments
 (0)