Skip to content

trainormg/ivmooc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ivmooc

Information Visualization MOOC project page.

This project collects some sample visualizations for the final course's project:
"Synthesizing spatial diet data of fishes from the Gulf of Mexico"

google maps visualizations

heatmap.html contains html and javascript code for the heatmap visualizations of preys and observations.
To switch from one to the other, you can add the measure parameter to the url.
So heatmap.html?measure=preys will show the preys heatmap, while heatmap.html?measure=preds will show the observations heatmap, the default is preys.

hexmap.html contains the previous maps with a panel that lets you select which one to show, plus an hexagonal grid that divides the Gulf of Mexico area in the sectors used for the circos visualizations described below.

The project and the visualizations are on gitpages.

The visualizations use the StyledMarker javascript library from https://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries. Many thanks to the authors.

circos visualizations

In the circos folder there are some sample visualizations of the scomberomorus cavalla preys data created using circos, specifically the tabular data visualization online tool you can find at http://mkweb.bcgsc.ca/tableviewer/visualize/.

The visualization includes only the first 20 most common preys, all the others being grouped under an "others" category.
Sectors are shown as blue bars, while the species are automatically rendered in different colours.
Species names are labelled from A to T, Z stand for "others".
Sectors are the same as in the google map visualization above, are labelled from S1 to S7 and are placed in the same order as on the map.

Species labels:

Label Species
A Actinopterygii
B Detritus
C Clupeidae
D Teuthida
E Penaeidae
F Caridea
G Invertebrata
H Carangidae
I Brevoortia
J Opisthonema oglinum
L Harengula jaguana
K Haemulidae
O Triglidae
N Sparidae
M Lutjanidae
P Pectinidae
R Micropogonias undulatus
Q Brachyura
T Sciaenidae
Z others

data

The data used for all of the visualizations is in the excel file in the data folder.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors