An open API service indexing awesome lists of open source software.

https://github.com/inscidar/biological-accessibility-tutorial


https://github.com/inscidar/biological-accessibility-tutorial

hidivelab

Last synced: 4 months ago
JSON representation

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
```