# Stuart Card
Stuart Card is an American cognitive scientist and pioneer in [[Human-Computer Interaction (HCI)]]. As a researcher at Xerox PARC from 1974 to 2010, he co-developed foundational HCI theories including the Model Human Processor and GOMS (Goals, Operators, Methods, and Selection rules). Along with [[Thomas P. Moran]] and [[Allen Newell]], he authored *The Psychology of Human-Computer Interaction* (1983), which established HCI as a rigorous scientific discipline.
Card's work brought cognitive psychology into interface design, enabling engineers to predict and measure human performance with computer systems. His research spans information visualization, user interface design, and input devices—including fundamental studies on Fitts's Law applied to pointing devices. He is a member of the National Academy of Engineering, Fellow of ACM and SIGCHI Academy, and recipient of numerous awards including the ACM SIGCHI Lifetime Achievement Award.
## Key Contributions
| Contribution | Year | Description |
| ------------------------------- | ----- | ---------------------------------------------- |
| **GOMS Model** | 1983 | Cognitive task analysis framework |
| **Model Human Processor** | 1983 | Engineering model of human cognition |
| **Psychology of HCI** | 1983 | Foundational textbook (with Moran & Newell) |
| **Information Foraging Theory** | 1999 | How users seek information (with Pirolli) |
| **Card Sorting** | 1980s | Method for organizing information architecture |
| **Degree of Interest Trees** | 2002 | Focus+context visualization technique |
## GOMS Model
GOMS (Goals, Operators, Methods, Selection rules) predicts user task performance:
| Component | Description |
|-----------|-------------|
| **Goals** | What the user wants to accomplish |
| **Operators** | Basic actions (click, read, type) |
| **Methods** | Sequences of operators to achieve goals |
| **Selection rules** | How users choose between methods |
GOMS allows designers to estimate task time and identify usability issues before building interfaces.
## Model Human Processor
A simplified cognitive architecture for HCI:
```
┌─────────────────────────────────────────────┐
│ Long-Term Memory │
│ (semantic, procedural knowledge) │
└─────────────────────┬───────────────────────┘
│
┌─────────────────────▼───────────────────────┐
│ Working Memory │
│ (~7 items, ~70ms cycle) │
└──────┬──────────────────────────────┬───────┘
│ │
┌──────▼──────┐ ┌───────▼───────┐
│ Perceptual │ │ Motor │
│ System │ │ System │
│ (~100ms) │ │ (~70ms) │
└─────────────┘ └───────────────┘
```
## Career Timeline
- **1943**: Born
- **1974**: Joined Xerox PARC
- **1978**: Ph.D. in Psychology, Carnegie Mellon University
- **1983**: Published *The Psychology of Human-Computer Interaction*
- **1999**: Information Foraging Theory (with Peter Pirolli)
- **2000**: ACM SIGCHI Lifetime Achievement Award
- **2010**: Retired from PARC as Senior Research Fellow
- **Present**: Consulting Professor at Stanford University
## Awards and Recognition
- ACM Fellow
- ACM SIGCHI Academy member
- ACM SIGCHI Lifetime Achievement Award (2000)
- Member of National Academy of Engineering
- Bower Award and Prize for Achievement in Science (2007)
## Quotes
<!-- QueryToSerialize: LIST FROM #type/quote AND [[Stuart Card]] WHERE public_note = true SORT file.name ASC -->
## Books
<!-- QueryToSerialize: LIST FROM #type/book AND [[Stuart Card]] WHERE public_note = true SORT file.name ASC -->
## References
- https://en.wikipedia.org/wiki/Stuart_Card
- https://www.parc.com/about-parc/parc-alumni/stuart-card/
## Related
- [[Human-Computer Interaction (HCI)]]
- [[Thomas P. Moran]]
- [[Allen Newell]]
- [[GOMS Model]]
- [[Cognitive Psychology]]
- [[User Interface Design]]
- [[Ben Shneiderman]]
- [[Don Norman]]
- [[Information Architecture (IA)]]
- [[Information Design]]