Skip to content

Commit 4175ab9

Browse files
author
Jenifer Tabita Ciuciu-Kiss
committed
add 2 memebers to the oc and swsa
1 parent ab910c6 commit 4175ab9

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

src/components/about.jsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,19 @@ export const About = () => {
2828
<p className="text-md lg:text-lg font-[300] lg:mx-10 sm:mx-2">
2929
ISWC2025 will be an in-person conference. We look forward to meeting you in Nara, Japan, in November 2025.
3030
</p>
31-
31+
32+
<br />
33+
<br />
34+
35+
<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;
38+
<a href="https://swsa.semanticweb.org/content/sustainability#:~:text=At%20ISWC2023%20SWSA%20announced%20the%20launch%20of,while%20recognising%20the%20significance%20of%20scientific%20networking"
39+
target="_blank"
40+
style={{'color': '#e94607', 'text-decoration': 'underline'}}>
41+
here
42+
</a>.
43+
</p>
3244
</div>
3345
</>
3446
);

src/components/assests/organizing/organizing.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ const organizers = {
154154
institution: 'Universiteit Twente',
155155
country: 'Netherlands',
156156
},
157+
{
158+
name: 'Gong Cheng',
159+
img: '',
160+
institution: 'Nanjing University',
161+
country: 'China',
162+
},
157163
],
158164
"Semantic Web Challenge Chair": [
159165
{
@@ -202,6 +208,12 @@ const organizers = {
202208
name: 'Atsuko Yamaguchi',
203209
img: '', // No image available
204210
institution: 'Tokyo City University',
211+
country: 'Austria',
212+
},
213+
{
214+
name: 'Ines Akaichi',
215+
img: '', // No image available
216+
institution: 'Vienna University of Economics and Business',
205217
country: 'Japan',
206218
},
207219
],

0 commit comments

Comments
 (0)