File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,19 @@ export const About = () => {
28
28
< p className = "text-md lg:text-lg font-[300] lg:mx-10 sm:mx-2" >
29
29
ISWC2025 will be an in-person conference. We look forward to meeting you in Nara, Japan, in November 2025.
30
30
</ 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
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 >
32
44
</ div >
33
45
</ >
34
46
) ;
Original file line number Diff line number Diff line change @@ -154,6 +154,12 @@ const organizers = {
154
154
institution : 'Universiteit Twente' ,
155
155
country : 'Netherlands' ,
156
156
} ,
157
+ {
158
+ name : 'Gong Cheng' ,
159
+ img : '' ,
160
+ institution : 'Nanjing University' ,
161
+ country : 'China' ,
162
+ } ,
157
163
] ,
158
164
"Semantic Web Challenge Chair" : [
159
165
{
@@ -202,6 +208,12 @@ const organizers = {
202
208
name : 'Atsuko Yamaguchi' ,
203
209
img : '' , // No image available
204
210
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' ,
205
217
country : 'Japan' ,
206
218
} ,
207
219
] ,
You can’t perform that action at this time.
0 commit comments