HDCASweden / HDCA_website

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

First part of heart visualizations #37

Closed HenrikeW closed 1 year ago

HenrikeW commented 1 year ago

This PR adds interactive visualizations of a heart image. The page shows three versions of the heart with three dropdown menus each. The first dropdown changes the field of view, i.e. the part of the heart image that is shown to the user. The second dropdown adds color to the image to visualize different attributes the user can choose from, e.g. the names of the different parts of the heart or the inflammation level. A legend is added accordingly to the chosen visualization filter. The third dropdown is a searchable dropdown that does not have any functionality yet.

The three images can be modified independently of each other by choosing different options in the respective dropdowns under each image.

Limitations: The whole visualization is still a work in progress. The overall layout is still very rudimentary, especially for the three dropdowns. Improvements will be done later.