Skip to content

Commit 077952f

Browse files
authored
Merge pull request #4 from iswc-conf/new_oc
Adding new members
2 parents 4835ab1 + 171944d commit 077952f

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed
Loading
Loading

src/components/assests/organizing/organizing.js

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ import mayank from "./mayank_kejriwal.png";
2626
import neha from "./neha_keshan.png";
2727
import ray from "./ray_atarashi.png";
2828
import ines from "./akaichi_ines.png"
29+
import cheng from "./Cheng_Gong.jpg";
30+
import armando from "./stellato_armando.jpg";
31+
import sun from "./Sun_Zequn.jpg"
2932

3033
const organizers = {
3134
"General Chair": [
@@ -157,7 +160,7 @@ const organizers = {
157160
},
158161
{
159162
name: 'Gong Cheng',
160-
img: '',
163+
img: cheng,
161164
institution: 'Nanjing University',
162165
country: 'China',
163166
},
@@ -189,6 +192,12 @@ const organizers = {
189192
institution: 'Rensselaer Polytechnic Institute',
190193
country: 'US',
191194
},
195+
{
196+
name: 'Armando Stellato',
197+
img: armando,
198+
institution: 'University of Rome Tor Vergata',
199+
country: 'Italy',
200+
},
192201
],
193202
"Proceedings & Metadata Chair": [
194203
{
@@ -237,6 +246,12 @@ const organizers = {
237246
institution: 'FIZ Karlsruhe, Karlsruhe Institute of Technology (KIT)',
238247
country: 'Germany',
239248
},
249+
{
250+
name: 'Zequn Sun',
251+
img: sun,
252+
institution: 'Nanjing University',
253+
country: 'China',
254+
},
240255
],
241256
};
242257

Loading

0 commit comments

Comments
 (0)