https://github.com/inscidar/biological-accessibility-tutorial
https://github.com/inscidar/biological-accessibility-tutorial
hidivelab
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inscidar/biological-accessibility-tutorial
- Owner: inscidar
- Created: 2025-06-04T17:50:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-16T14:09:16.000Z (11 months ago)
- Last Synced: 2025-09-14T16:50:09.816Z (9 months ago)
- Topics: hidivelab
- Language: HTML
- Homepage:
- Size: 14 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assessing and Enhancing Digital Accessibility of Biological Data and Visualizations
This repository contains the website with materials for the [tutorial presented at ISMB@2025](https://www.iscb.org/ismbeccb2025/programme-agenda/tutorials#vt7). This tutorial is given by the [HIDIVE Lab](https://hidivelab.org) at [Harvard Medical School](https://hms.harvard.edu).
## Contents
For the schedule of the tutorial, please see [here](schedule.md).
## Set-up
This is a [jekyll](https://jekyllrb.com) website. To run:
```sh
bundle install
bundle exec jekyll serve
```