diff --git a/src/data/schedule.json b/src/data/schedule.json
index 35e4095..711cfb4 100644
--- a/src/data/schedule.json
+++ b/src/data/schedule.json
@@ -66,7 +66,7 @@
"time": "11:00 - 11:40",
"session": "Invited Talk 4",
"presenter": "Kristen Grauman",
- "title": "",
+ "title": "Beyond Words: Capturing the Physical Nature of Human Activity in Video",
"slides": ""
},
{
@@ -112,7 +112,7 @@
{
"time": "15:50 - 16:00",
"session": "Closing remarks",
- "presenter": "",
+ "presenter": "Yoshihiro Fukuhara",
"slides": ""
},
{
diff --git a/src/data/technicalSupporters.json b/src/data/technicalSupporters.json
new file mode 100644
index 0000000..3395f7f
--- /dev/null
+++ b/src/data/technicalSupporters.json
@@ -0,0 +1,24 @@
+{
+ "technicalSupporters": [
+ {
+ "name": "Tetsu Furukawa",
+ "affiliation": "AIST Solutions",
+ "photo": "/technical_supporters/tetsu.furukawa.jpg"
+ },
+ {
+ "name": "Akihiro Fuji",
+ "affiliation": "AIST Solutions",
+ "photo": "/technical_supporters/akihiro.fuji.jpg"
+ },
+ {
+ "name": "Shoko Ito",
+ "affiliation": "AIST Solutions",
+ "photo": "/technical_supporters/shoko.ito.jpg"
+ },
+ {
+ "name": "Shinji Yokoi",
+ "affiliation": "AIST Solutions",
+ "photo": "/technical_supporters/shinji.yokoi.jpg"
+ }
+ ]
+}