diff --git a/src/data/news.json b/src/data/news.json index 2db1afb..2012a12 100644 --- a/src/data/news.json +++ b/src/data/news.json @@ -1,26 +1,50 @@ [ - { - "time": "2016-12-8", - "content": "Our paper VideoForest: Interactive Visual Summarization of Video Streams Based on Danmu Data has been presented on SIGGRAPH ASIA 2016 Symposium on Visualization (SA '16)." - }, - { - "time": "2015-5-6", - "content": "We won the 2014 Higher Education Scientific and Technological Progress Award (Second Class) presented by the Ministry of Education of China." - }, - { - "time": "2014-4-10", - "content": "We won the HKICT Best Innovation (Innovative Technology) Silver Award with our VisMOOC system." - }, - { - "time": "2014-7-12", - "content": "We have two papers accepted by PacificVis 2015" - }, - { - "time": "2014-8-23", - "content": "Our paper LoyalTracker: Visualizing Loyalty Dynamics in Search Engines has been selected to receive an IEEE VAST 2014 Honorable Mention Award!" - }, - { - "time": "2014-7-16", - "content": "Our System VisMOOC is officially online. The link is here" - } + { + "time": "Apr 2024", + "content": "We attended the Pre-CHI 2024 event organized by the Greater Bay Area HCI Forum and presented 15 published/ongoing works." + }, + { + "time": "Apr 2024", + "content": "Our paper “Where Are We So Far? Understanding Data Storytelling Tools from the Perspective of Human-AI Collaboration” received Honorable Mention @ CHI2024. Congrat to Haotian Li, Yun Wang, and Prof. Huamin Qu." + }, + { + "time": "Mar 2024", + "content": "Charting the Future of AI in Project-Based Learning @ CHI2024. Congrat to Chengbo, Kangyu, Bingcan, Reza, Shuai, and Prof. Peng." + }, + { + "time": "Mar 2024", + "content": "Designing Scaffolding Strategies for Conversational Agents in Dialog Task of Neurocognitive Disorders Screening @ CHI2024. Congrat to Jiaxiong, Junze and the HKUST-CUHK team." + }, + { + "time": "Mar 2024", + "content": "DiaryHelper: Exploring the Use of an Automatic Contextual Information Recording Agent for Elicitation Diary Study @ CHI2024. Congrat to Junze, Jiaxiong and our collaborators." + }, + { + "time": "Mar 2024", + "content": "“Are You Really Sure?” Understanding the Effects of Human Self-Confidence Calibration in AI-Assisted Decision Making @ CHI2024. Congrat to Shuai, Prof. Shi, Prof. Yin and our collaborators." + }, + { + "time": "Mar 2024", + "content": "Sharing Frissons among Online Video Viewers: Exploring the Design of Affective Communication for Aesthetic Chills @ CHI2024. Congrat to Zeyu, Yuanhao and the team." + }, + { + "time": "Mar 2024", + "content": "“Make Interaction Situated”: Designing User Acceptable Interaction for Situated Visualization in Public Environments @ CHI2024. Congrat to Qian and Prof. Zeng's team (HKUST-GZ)." + }, + { + "time": "Mar 2024", + "content": "TypeDance: Creating Semantic Typographic Logos from Image through Personalized Generation @ CHI2024. Congrat to Shishi and Prof. Zeng's team (HKUST-GZ)." + }, + { + "time": "Mar 2024", + "content": "Design Makeup Residue Visualization System for Chinese Traditional Opera (Xiqu) Performers @ CHI2024. Congrat to Zeyu Xiong and Prof. Fan's team (HKUST-GZ)." + }, + { + "time": "Mar 2024", + "content": "Technology-Mediated Non-pharmacological Interventions for Dementia @ CHI2024. Congrat to Prof. Sun's team (ECNU)." + }, + { + "time": "Jan 2024", + "content": "Problem-solving Analysis Test System, Test Method and Test Software @ Chinese Patent Granted. Congrat to Meng and Prof. Qu." + } ] \ No newline at end of file diff --git a/src/data/people.json b/src/data/people.json index 8d508b6..6e0b85b 100644 --- a/src/data/people.json +++ b/src/data/people.json @@ -65,6 +65,13 @@ "url": "https://thfl.tsinghua.edu.cn/en/yjdw/yjs/bsyjs/hjx/index.htm", "image": "img/people/jiaxiong.jpg" }, + { + "name": "Haotian Li", + "position": "PhD Candidate", + "class": "phd", + "url": "https://haotian-li.com/", + "image": "img/people/lihaotian.jpg" + }, { "name": "Chengzhong Liu", "position": "PhD Candidate", diff --git a/src/data/slides.json b/src/data/slides.json index 8552198..7eeddfd 100644 --- a/src/data/slides.json +++ b/src/data/slides.json @@ -1,27 +1,7 @@ [ { - "title": "Social Mind/Eye Tracking", - "image": "img/publications/social-mind-eye-tracking.png", - "url": null - }, - { - "title": "Human Machine Hybrid Learning", - "image": "img/publications/human-machine-hybrid-learning.png", - "url": null - }, - { - "title": "A Data-Driven Approach to Design", - "image": "img/publications/data-driven-design.png", - "url": null - }, - { - "title": "Utilize breakdowns in human-machine interaction to facilitate human-human interaction", - "image": "img/publications/breakage-to-icebreaker.png", - "url": null - }, - { - "title": "VideoForest: Interactive Visual Summarization of Video Streams Based on Danmu Data", - "image": "img/publications/videoforest.png", + "title": "HKUST HCI Initiative attended the Greater Bay Area Pre-CHI 2024 event", + "image": "img/events/gba-pre-chi-2024.jpg", "url": null } ] \ No newline at end of file diff --git a/src/img/events/gba-pre-chi-2024.jpg b/src/img/events/gba-pre-chi-2024.jpg new file mode 100644 index 0000000..7d35542 Binary files /dev/null and b/src/img/events/gba-pre-chi-2024.jpg differ diff --git a/src/img/people/lihaotian.jpg b/src/img/people/lihaotian.jpg new file mode 100644 index 0000000..86494d0 Binary files /dev/null and b/src/img/people/lihaotian.jpg differ diff --git a/src/img/publications/hac-data-storytelling.jpg b/src/img/publications/hac-data-storytelling.jpg new file mode 100644 index 0000000..7a54147 Binary files /dev/null and b/src/img/publications/hac-data-storytelling.jpg differ diff --git a/src/partials/header.mustache b/src/partials/header.mustache index ff75e0c..e1ef63f 100644 --- a/src/partials/header.mustache +++ b/src/partials/header.mustache @@ -7,15 +7,6 @@

Human-Computer Interaction Initiative @ HKUST

- @@ -27,17 +18,6 @@ {{name}} {{/nav}} -