Skip to content

Latest commit

 

History

History
117 lines (93 loc) · 4.13 KB

File metadata and controls

117 lines (93 loc) · 4.13 KB
layout home

Scalable HCI Symposium

Shenzhen, 2025


Thank You!!!

Scalable HCI 2024 was a blast, we hope to see you next year! The 2025 occurence will be Jan 6 - 10 !!


About the Symposium

The Scalable HCI Research Symposium is designed to cross pollinate dialogues on Hardware in Human-Computer Interaction (HCI), while showcasing Shenzhen's potential as a global innovation hub. Drawing inspiration from influential figures in Open Hardware and Hackerspace movements, like Bunnie Huang and Mitch Altman, the symposium emphasizes the democratization of access to Shenzhen's manufacturing power. This focus is particularly beneficial for communities in developing countries as it amplifies financial accessibility to hardware, but it also paves the way for scaling research to unprecedented dimensions and unexplored territories. In collaboration with leading open hardware industry partners such as Seeed, the symposium provides invaluable insights into these manufacturing intricacies. The recent pandemic has undeniably disrupted global supply chains, but with China's reopening, the symposium offers a timely platform to rediscover and delve into Shenzhen's revitalized ecosystem. Join us for an enlightening journey through the landscape of HCI, where academia meets industry, theory meets practice, and potential meets opportunity.

Sponsors

ACM SIGCHI, SUSTech School of Design, Seeed Studio / Chaihuo

Logo

<style> .image-container { position: relative; width: 100%; height: 400px; /* 根据你的图片和设计需求调整高度 */ background-image: url('assets/Background.jpg'); /* 根据你的图片路径调整 */ background-size: cover; background-position: center; z-index: -2; } .text-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; text-align: center; /* 添加这行来水平居中文本 */ width: 100%; /* 添加这行来确保文本容器宽度和图片一致 */ z-index: -1; } .line1 { font-size: 4em; margin: 0; front-weight: bold; } .line2 { font-size: 3em; margin: 0; } .custom-h1 { font-size: 2em; /* 或其他你需要的大小 */ font-weight: bold; /* 使文本加粗 */ color: #6f2316; /* 设置文本颜色为红色 */ text-align: left; /* 居中文本 */ margin: 0; /* 移除默认的边距 */ padding: 10px 0; /* 可选:添加一些上下填充 */ } /* 如果你想让每个标题在一个特定的区域或者容器中居中,你也可以使用 .section-title 类: */ .section-title { text-align: center; /* 这会使容器内的所有元素居中 */ } .section-content-left { color: black; /* 设置文本颜色为黑色 */ text-align: justify; /* 居中文本 */ hyphens: auto; /* 添加连字符 */ margin: 0; /* 移除默认的边距 */ padding: 10px 0; /* 可选:添加一些上下填充 */ font-size: 1.5em; /* 设置字体大小,根据需要调整 */ } .section-content-center { color: black; /* 设置文本颜色为黑色 */ text-align: center; /* 居中文本 */ margin: 0; /* 移除默认的边距 */ padding: 10px 0; /* 可选:添加一些上下填充 */ font-size: 1.5em; /* 设置字体大小,根据需要调整 */ } </style>