HDCASweden / HDCA_website

This repository contains scripts for automation of tasks in the HDCA's website
MIT License
0 stars 0 forks source link

Using a different hdf5 reader #19

Closed HenrikeW closed 1 year ago

HenrikeW commented 2 years ago

Instead of the library "h5wasm", the library "jsfive" is used to read the hdf5 file. It's included via CDN so that the local JS script does not need to be a module any more and can be run locally.

Also, the styling is improved.

Limitations: The file name of the matrix is so far hard coded. When it is added dynamically, we also need to add functionality to use the file name as the heading for the whole visualization.