├── .github └── FUNDING.yml ├── README.md └── profile └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: "https://idl.uw.edu/donate" -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # UW Interactive Data Lab 2 | 3 | Our mission is to enhance people's ability to understand and communicate data through the design of new interactive systems for data visualization and analysis. 4 | 5 | [Visit us at https://idl.uw.edu/.](https://idl.uw.edu/) 6 | -------------------------------------------------------------------------------- /profile/README.md: -------------------------------------------------------------------------------- 1 | # UW Interactive Data Lab 2 | 3 | Our mission is to enhance people's ability to understand and communicate data through the design of new interactive systems for data visualization and analysis. 4 | 5 | [Visit us at https://idl.uw.edu/.](https://idl.uw.edu/) 6 | --------------------------------------------------------------------------------