Top 50 US Academic Institutions
Top 50 US Academic Institutions
Top 50 Institutions in the U.S. // create ActiveWidgets data model - CSV text table var table = new AW.CSV.Table; // provide data URL - plain text comma-separated file table.setURL("/supplementary/csv/24822/institutions.csv"); // start asyncronous data retrieval table.request(); // define column labels var columns = [ "Rank in 2006", "Rank in 2005","Name/Location", "State", "Type", "Strengths", "Strengths","Weaknesses","Weaknesses"]; // create ActiveWid