cs448b-visualization
CS448B Visualization
When to Use Each Reference
| Reference | Use When |
|---|---|
| encoding-perception.md | Choosing how to map data to visual properties, or evaluating if encodings are effective |
| chart-design.md | Deciding which chart type fits the data, or configuring axes/scales |
| d3-patterns.md | Writing D3.js code for bindings, scales, axes, transitions |
| interaction-animation.md | Adding brushing, filtering, tooltips, or animated transitions |
| color.md | Selecting color palettes or ensuring accessibility |
| networks-text.md | Visualizing graphs, hierarchies, or text/document data |
Critique Checklist
When reviewing any visualization:
- Expressiveness - Does it show all the data? Only the data? No misleading elements?
- Effectiveness - Is the most important data on the most accurate encoding (position > length > area > color)?
More from sundial-org/skills
icml-reviewer
|
82cs-research-methodology
Conduct a literature review and develop a CS research proposal. Use when asked to review a research area, find gaps in existing work, and propose a novel research contribution. The output is a research proposal identifying an assumption to challenge (the "bit flip") and how to validate it.
58training-data-curation
Guidelines for creating high-quality datasets for LLM post-training (SFT/DPO/RLHF). Use when preparing data for fine-tuning, evaluating data quality, or designing data collection strategies.
58ai-co-scientist
Transform Claude Code into an AI Scientist that orchestrates research workflows using tree-based hypothesis exploration. Triggers on "research project", "scientific experiment", "run experiments", "AI scientist", "tree search experimentation", "systematic study".
54tinker
Fine-tune LLMs using the Tinker API. Covers supervised fine-tuning, reinforcement learning, LoRA training, vision-language models, and both high-level Cookbook patterns and low-level API usage.
53project-referee
Critiques ML conference papers with reviewer-style feedback. Use when users want to anticipate reviewer concerns, identify weaknesses, check claim-evidence gaps, or find missing citations.
51