mazeller / FLUture

Source Code for FLUture website
GNU General Public License v3.0
1 stars 1 forks source link

ISU FLUture

Source Code for the ISU FLUture website

Pages

index.php

Landing page with instructions and explanation of the website. Additionally has a C3 chart component that shows the number of cases per year to date, with a feature at the bottom that shows the date recieved of case on the last row of the database.

correlation.php

A C3 bar chart that is used to display any binned database varriable against any other database vairable.

timeseries.php

A C3 timeseries chart used to show any variable in the database plotted against time, using recieved date as the value for the x-Axis.

regional.php

An implementation of the US-map library that relies on raphael to show where case data originated from over time. There are future plans for this functionality to be extended to plot other variables geographically.

heatmap.php

A script that renders tables based on count data for ha clades and na clades where where applicable.

identity.php

A script that identifies HA genetic clade, matched gene segment, and presents similar sequences from the database using BLAST Tool.

3dview.php

An unreleased component that uses PV protein viewer to render HA for visual structural analysis.

JavaScript Libraries

bio-pv

Part of the PV JavaScript protein viewer. Used in view3d.php, an unreleased component.

D3

Data Driven Document's libray, required by C3.

C3

D3-based reusable chart library. Used to display the correlation and timeseries graphs.

dataloader.js

In-house script used to handle pulling and processing of data from underlying database.

jQRangeSlider

Library that draws date sliders using jQuery and jQuery UI.

jQuery

Used to simplify handling events on pages.

jQueryUI

Used to extend jQuery functionality. Requirement for jQRangeSlider.

Raphael

Javascript library for working with vector graphics. Used to draw the map in regional.php.

Theme Related Files

The following files are part of the Iowa State University stock theme, available from sample.iastate.edu

favicon.ico

autoload.php

/IastateTheme/*

/img/*

/css/*