HCI Track-A Understanding People 1 Week43
Lecture Notes: Human-Computer Interaction (HCI) Introduction In this lecture, we delve into the theoretical aspects of Human-Computer Interaction (HCI), focusing on understanding human perception...
Lecture Notes: Human-Computer Interaction (HCI) Introduction In this lecture, we delve into the theoretical aspects of Human-Computer Interaction (HCI), focusing on understanding human perception...
HCI Week 41 Lecture Notes: Empirical Evaluation Introduction Welcome to Week 41 of the HCI course. We’re focusing on the second of two classes on evaluation. Last time, we discussed analytical ev...
Evaluation in Human-Computer Interaction (HCI) Introduction This week, we delve into the critical topic of evaluation in Human-Computer Interaction (HCI). Evaluation is fundamental to the design ...
Notes on Responsive Web Design Authors and Context Authors: Clemens Nylandsted Klokmose & Niklas Elmqvist Date: September 25th, 2024 Course: Human-Computer Interaction, Track B Learn...
Lecture Notes: Visual Design in Graphical User Interfaces Introduction Previous Lecture: Covered principles of user interface design, focusing on high-level concepts like heuristics and golden...
Design Principles in Human-Computer Interaction (HCI) Overview Topic: Design principles in HCI, focusing on guidelines, principles, and theories. Goal: Understand differences between guideli...
Barnes-Hut Optimization Barnes-Hut 优化算法详解 1. 背景介绍:N 体问题 N 体问题(N-body problem)是计算机科学和物理学中的一个经典问题,它试图模拟 N 个物体之间的相互作用力,比如引力或电荷之间的相互作用。 如果有 \(N\)个粒子,计算每对粒子之间的作用力需要 \(O(N^2)\)的时间复杂度。这对于较大的 \(N\)值...
Lecture Notes: Graph Visualization Introduction Importance of Graph Visualization: Graphs represent relational data without inherent temporal or spatial frames of reference, such as social net...
Query a single node document.getElementById(id) element.querySelector(selector) Examples: https://warp.cs.au.dk/average-cheetah-35/ Make your own copy with: https://warp.cs.au.dk/average-cheetah...
HCI Lecture Notes: Graphical User Interfaces Introduction In last week’s lecture, Nicholas discussed the hardware of user interfaces, focusing on input devices and output devices. Today, we delve...