Skip to content

Commit 4b4382d

Browse files
committed
Added venue and accomodation, and SWSA award pages
1 parent 59c68d2 commit 4b4382d

File tree

6 files changed

+132
-0
lines changed

6 files changed

+132
-0
lines changed

src/App.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ import KeynoteSpeakers from "./components/program/KeynoteSpeakers";
2929
import Workshops from "./components/program/Workshops";
3030
import ProgramChallenges from "./components/program/ProgramChallenges";
3131
import CodeOfConduct from "./components/attending/CodeOfConduct";
32+
import { VenueAndAccomodation } from "./components/attending/venue_and_accomodation";
33+
import { SwsaDistinguishedDissertationAward } from "./components/calls/SwsaDistinguishedDissertationAward";
3234

3335

3436
export default function HeroComponent() {
@@ -57,6 +59,7 @@ export default function HeroComponent() {
5759
<Route path="/calls/industry" element={<IndustryTrack />} />
5860
<Route path="/calls/doctoral" element={<DoctoralConsortium />} />
5961
<Route path="/calls/workshopstutorials" element={<WorkshopsTutorials />} />
62+
<Route path="/calls/swsa" element={<SwsaDistinguishedDissertationAward />} />
6063

6164
{/* Guidelines */}
6265
<Route path="/guidelines/html-submission" element={<HTMLSubmissionGuide />} />
@@ -73,6 +76,7 @@ export default function HeroComponent() {
7376
{/* Attendings */}
7477
<Route path="/attending/visa" element={<Visa />} />
7578
<Route path="/attending/codeofconduct" element={<CodeOfConduct />} />
79+
<Route path="/atttending/venueandaccomodation" element={<VenueAndAccomodation />} />
7680

7781
{/* Blogs */}
7882
<Route path="/blogs/host" element={<Host />} />

src/components/attending/attending.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ ol {
1919

2020
ol li::marker {
2121
color: #e94607;
22+
}
23+
24+
ul.ul-disc {
25+
list-style-type: disc;
26+
font-size: 1.125rem; /* This is the default for lg:text-lg in Tailwind (18px) */
2227
}
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
import React from "react";
2+
import './attending.css';
3+
import VenueMap from "./venue_and_accomodation/venue_map.png"
4+
5+
export const VenueAndAccomodation = () => {
6+
return (
7+
<div>
8+
<div className="mt-[74px] px-4 pt-2 bg-white flex items-center justify-center">
9+
</div>
10+
11+
<div className="container mx-auto px-4 lg:px-8 lg:pb-12 mt-12">
12+
<h1 className="text-3xl font-bold text-center text-[#e94607]">Venue and Accommodations</h1>
13+
14+
<h2>Venue</h2>
15+
16+
<p>The conference will take place at the <a href="https://www.nara-cc.jp/english/#access" target="_blank" rel="noopener noreferrer">Nara Prefectural Convention Center</a>, a state-of-the-art facility that opened in 2020. Centrally located in Nara City, between Nara Park and Heijo Palace Site, the venue is surrounded by UNESCO World Heritage sites that embody the region’s deep cultural heritage.</p>
17+
<br />
18+
<p>
19+
The venue is easily accessible from major airports, ensuring a smooth journey for both international and domestic attendees.
20+
</p>
21+
<br/>
22+
<ul className="ul-disc">
23+
<li><a href="https://www.kansai-airport.or.jp/en" target="_blank" rel="noopener noreferrer">From Kansai International Airport (KIX)</a>: 90 minutes by airport bus, 100 minutes by train.</li>
24+
<li><a href="https://www.osaka-airport.co.jp/en" target="_blank" rel="noopener noreferrer">From Osaka International Airport (Itami Airport - ITM)</a>: 70 minutes by airport bus, 110 minutes by train.</li>
25+
</ul>
26+
27+
<br />
28+
<p>
29+
With excellent public transportation options and direct airport connections, reaching the Nara Prefectural Convention Center is convenient and efficient. Additionally, limousine buses provide direct access from both <a href="https://www.kate.co.jp/en/timetable/detail/NR?_fsi=8m9qr56S" target="_blank" rel="noopener noreferrer">Kansai International Airport</a> and <a href="https://www-hankyu-kankobus-co-jp-e.athp.transer.com/limousine/timetable/T/#from" target="_blank" rel="noopener noreferrer">Osaka International Airport</a> to the venue, further simplifying travel for attendees.
30+
</p>
31+
32+
<div className="flex justify-center mt-8 mb-8">
33+
<img
34+
src={ VenueMap }
35+
alt="Venue Map"
36+
className="w-full max-w-3xl rounded-xl shadow-md"
37+
/>
38+
</div>
39+
40+
<br />
41+
42+
<h2>Hotels</h2>
43+
<br />
44+
<h3>Hotels near the venue</h3>
45+
<ul className="ul-disc">
46+
<li><a href="https://www.marriott.com/en-us/hotels/osajw-jw-marriott-hotel-nara/overview/" target="_blank" rel="noopener noreferrer">JW Marriott Hotel Nara</a> (next to the venue)</li>
47+
<li><a href="https://www.novotelnara.com/en/" target="_blank" rel="noopener noreferrer">Novotel Nara</a> (5-minute walk)</li>
48+
<li><a href="https://www.worldheritage.co.jp/annex/en/" target="_blank" rel="noopener noreferrer">Hotel Asyl Nara Annex</a> (7-minute walk)</li>
49+
<li><a href="https://hotel.nara-royal.co.jp/en/" target="_blank" rel="noopener noreferrer">Nara Royal Hotel</a> (10-minute walk)</li>
50+
</ul>
51+
52+
<br/>
53+
<h3>Hotels around Kintetsu Shin-Omiya Station (15-minute walk from the venue)</h3>
54+
<ul className="ul-disc">
55+
<li><a href="https://www.toyoko-inn.com/search/detail/00183?lcl_id=en" target="_blank" rel="noopener noreferrer">Toyoko Inn Nara Shin-Omiya Ekimae</a></li>
56+
<li><a href="https://www.superhoteljapan.com/en/s-hotels/nara/" target="_blank" rel="noopener noreferrer">SUPER HOTEL Nara Shin-omiya Station</a></li>
57+
<li><a href="https://www.nara-halftime.com/en/index.html" target="_blank" rel="noopener noreferrer">HOTEL HALFTIME</a></li>
58+
</ul>
59+
60+
<br />
61+
<h3>Other Hotels</h3>
62+
<p>Many hotels are located near <strong>Kintetsu Nara Station</strong> and <strong>JR Nara Station</strong>.</p>
63+
<ul className="ul-disc">
64+
<li><strong>Kintetsu Nara Station</strong> is the next station to <strong>Kintetsu Shin-Omiya</strong> (the nearest station to the venue).</li>
65+
<li>From <strong>JR Nara Station</strong>, the venue is a 20-25 minutes walk or 12 minutes by bus and on foot.</li>
66+
</ul>
67+
</div>
68+
69+
70+
</div>
71+
)
72+
}
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
import React from "react";
2+
import SWSAImage from "../attending/semantic_web_science_association.png"
3+
4+
export const SwsaDistinguishedDissertationAward = () => {
5+
return (
6+
<div>
7+
<div className="mt-[74px] px-4 pt-2 bg-white flex items-center justify-center">
8+
</div>
9+
10+
<div className="container mx-auto px-4 lg:px-8 lg:pb-12 mt-12">
11+
<h1 className="text-3xl font-bold text-center text-[#e94607]">SWSA Distinguished Dissertation Award</h1>
12+
</div>
13+
14+
<div className="flex justify-center mt-8 mb-8">
15+
<img
16+
src={ SWSAImage }
17+
alt="Semantic Web Science Association"
18+
className="w-full max-w-3xl rounded-xl shadow-md"
19+
/>
20+
</div>
21+
22+
<br />
23+
<p>The Semantic Web Science Association (SWSA) invites applications for the 2025 SWSA Distinguished Dissertation Award. </p>
24+
<p>The award will be presented during ISWC 2025.</p>
25+
<br />
26+
27+
<p>Eligibility: </p>
28+
<p>Eligible doctoral dissertations are those that present innovative research results related to the combination of semantics, data, and the Web, which have been awarded a PhD strictly between January 01, 2024 and June 30, 2025, and which have not previously been nominated for this award. The selection of the dissertation will be based on the originality, significance, and impact of the work. Evidence of such impact includes (but is not limited to) publications at highly selective conferences and journals in the field.</p>
29+
<br />
30+
31+
<p>Award committee: </p>
32+
<p>The award committee, which will comprise two members of SWSA and a number of external experts, will be the final arbiter in the decision process. The award committee may decide to consult additional external assessors and reserves the right not to award the prize if the applications do not meet the expected quality level.</p>
33+
<br />
34+
35+
<p>The award:</p>
36+
<p>The award includes a certificate and a 1000 euros payment. A free registration to ISWC 2025 will also be covered. In addition, IOS Press will invite the winner to publish the dissertation as a book in the "Studies on the Semantic Web" series.</p>
37+
38+
<br />
39+
<h2>HOW TO APPLY</h2>
40+
<p>Please refer to the application guidelines and instructions on the <a href="https://swsa.semanticweb.org/content/swsa-distinguished-dissertation-award" target="_blank" rel="noopener noreferrer">SWSA page</a></p>
41+
</div>
42+
)
43+
}

src/components/navbar.jsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ export const NavBar = () => {
155155
Workshops and Tutorials
156156
<div className="bg-[#E30022] w-0 group-hover:w-full"></div>
157157
</Link>
158+
<Link to="/calls/swsa" className="block px-4 py-2" style={{ color: '#e94607' }} onClick={() => dropdownMenuClicked()}>
159+
SWSA Distinguished Dissertation Award
160+
<div className="bg-[#E30022] w-0 group-hover:w-full"></div>
161+
</Link>
158162
</div>
159163
)}
160164
</div>
@@ -243,6 +247,10 @@ export const NavBar = () => {
243247
Code of Conduct
244248
<div className="bg-[#E30022] w-0 group-hover:w-full"></div>
245249
</Link>
250+
<Link to="/atttending/venueandaccomodation" className="block px-4 py-2" style={{ color: '#e94607' }} onClick={() => dropdownMenuClicked()}>
251+
Venue and Accomodation
252+
<div className="bg-[#E30022] w-0 group-hover:w-full"></div>
253+
</Link>
246254
</div>
247255
)}
248256
</div>

0 commit comments

Comments
 (0)