A web visualization project to display the virus taxonomy in hierarchical treeview. Live view: https://harp-lab.github.io/virus-taxonomy-D3/
- Editor: Visual Studio Code
- Technology: JS (D3, jQuery), HTML5, CSS3
- Run using IDE: Open index.html file from VS code or Webstorm's built-in web server
- Run using local web server:
- Opening the index.html will cause CORS error in local machine as it requires to load local JSON file.
- A simple HTTP server can overcome this:
- Open a terminal/command prompt in the current folder
- Start local server:
python -m http.server
- Open http://localhost:8000/ in a browser
- 2022.json is the latest updated file.
- This version is currently under development.