|
| 1 | +<?xml version="1.0" encoding="iso-8859-1"?> |
| 2 | +<!DOCTYPE html PUBLIC "-//Tigris//DTD XHTML 1.0 Transitional//EN" |
| 3 | +"http://style.tigris.org/tigris_transitional.dtd"> |
| 4 | +<html> |
| 5 | +<head> |
| 6 | + <style type="text/css"> |
| 7 | +/* <![CDATA[ */ |
| 8 | +@import "css/readyset.css"; |
| 9 | +@import "css/inst.css"; |
| 10 | +/* ]]> */ |
| 11 | + </style> |
| 12 | + |
| 13 | +<link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> |
| 14 | + <title>Project Plan</title> |
| 15 | +</head> |
| 16 | + |
| 17 | +<body> |
| 18 | +<div class="app"> |
| 19 | +<div class="readyset"> |
| 20 | + <h2>Deliverables </h2> |
| 21 | + |
| 22 | + <div id="projectinfo"> |
| 23 | + <h3>Project Information</h3> |
| 24 | + <table border="1" cellpadding="3" cellspacing="2" class="axial"> |
| 25 | + <tr> |
| 26 | + <th>Project:</th> |
| 27 | + <td><a href="index.html">PROJECTNAME</a></td> |
| 28 | + </tr> |
| 29 | + <tr> |
| 30 | + <th>Project:</th> |
| 31 | + <td><a href="index.html"> United States College Information System</a></td> |
| 32 | + </tr> |
| 33 | + <tr> |
| 34 | + <th>Internal Release Number:</th> |
| 35 | + <td>1.0</td> |
| 36 | + </tr> |
| 37 | + </table> |
| 38 | + </div> <!-- /projectinfo --> |
| 39 | + |
| 40 | + <div id="processimpact"> |
| 41 | + <strong>Process impact:</strong> This plan will |
| 42 | + be used to evaluate and manage the project. Key assumptions that |
| 43 | + affect the plan should be documented here. The project plan should |
| 44 | + be updated throughout the life-time of the project. |
| 45 | + </div> <!-- /processimpact --> |
| 46 | + |
| 47 | + |
| 48 | + <div id="summary"> |
| 49 | + <h3>Primary deliverables</h3> |
| 50 | + |
| 51 | + <div class="sample1"> |
| 52 | + <p>Number of files: 8 </p> |
| 53 | + <p>Size of files: 578kb</p> |
| 54 | + <p>Total physical source lines of code: 1879 (SLOC do not support javascript and html)</p> |
| 55 | + |
| 56 | + <p>csvLoader.py:</p> |
| 57 | + <p>This python program contains command lines for reading a .csv file and it can clean the data or merge two datasets into a new dataset. Then, it can select which rows we need to visualize. We only keep the codes for creating top50 universities data and map's data since we do not need to clean the data again if we have finished the cleaning function.</p> |
| 58 | + <p>multiply.py:</p> |
| 59 | + A helper class of csvLoader.py. This file can extract a reading file and return a dictionary object for data processing module. |
| 60 | + |
| 61 | + <p> bar.js/ line.js/ map.js/piechart /scatterplot/ scatterplot matrix:</p> |
| 62 | + <p>To a create a bar chart/ a parallel coordinator chart/ a map/ a pie chart/a scatterplot chart/ a scatterplot matrix by using JavaScript/D3.</p> |
| 63 | +</p> |
| 64 | + |
| 65 | + </div> <!-- /summary --> |
| 66 | + |
| 67 | + |
| 68 | + <div id="methodology"> |
| 69 | + <h3>Other deliverables</h3> |
| 70 | + <dl><p>Files: mapgps_new.csv, top50.csv, us.json, UCISindex.html</p> |
| 71 | + <p>mapgps_new.csv:</p> |
| 72 | + <p>The data file which contains all U.S universities with the values of university's name, state, revenue, tuition, total employees, total enrolments and Longitude and Latitude.</p> |
| 73 | + <p>top50.csv:</p> |
| 74 | + <p>The data file which contains top 50 ranks of U.S universities with the values of university's name, state, revenue, tuition, total employees, total enrolments.</p> |
| 75 | + <p>us.json:</p> |
| 76 | + <p>The topojson file which contains states' names and their arcs for drawing a U.S map.</p> |
| 77 | + <p> Index.html:</p> |
| 78 | + <p>The index page of UCIS project. It contains a brief introduction to the project and user can download the source code or go to the main page of UCIS project's visualization module.</p> |
| 79 | + <p>UCISindex.html:</p> |
| 80 | + <p>The main page of UCIS project's visualization module. The user can chose different visualization charts from this page.</p> |
| 81 | + |
| 82 | + <p>We include 734 kb of data files and 481 SLOC for our index page.</p> |
| 83 | + |
| 84 | + </dl> |
| 85 | + </div> <!-- /methodology --> |
| 86 | + |
| 87 | +</div> |
| 88 | +</body> |
| 89 | +</html> |
0 commit comments