-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
59 lines (46 loc) · 1.93 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CSE512: Data Visualization</title>
<meta name="robots" content="index,follow" />
<link rel="stylesheet" type="text/css" href="http://courses.cs.washington.edu/courses/cse512/14wi/style.css"/>
</head>
<body>
<div class='content wider'>
<div class='title'>
<a href="http://courses.cs.washington.edu/courses/cse512/14wi/"><strong>CSE512</strong></a>
Projects
<small>(Winter 2014)</small>
</div>
<br/>
<div class='pub' data-spy="scroll" data-target=".navbar">
<h1 class="title">Idea Tracer</h1>
<div class="authors">
Rob Thompson,
Lucy Williams,
Sam Wilson
</div>
<div class="figure">
<img src="summary.png" width="100%"/>
<div class="caption">A screenshot of our full visualization.</div>
</div>
<h2>Software</h2>
<p>
You can access our visualization <a href="http://homes.cs.washington.edu/~samw11/512/final/"> here </a> or download the repository and run it on a server with PHP installed. We used the <a href="http://www.mamp.info/en/index.html">MAMP package</a> during development if you don't have your own server.
</p>
<h2>Materials</h2>
<div class="links">
<a href="https://github.com/CSE512-14W/fp-robthomp-lgw2-samw11/blob/master/final/poster-robthomp-lgw2-samw11.pdf" >PDF</a>
|
<a href="https://github.com/CSE512-14W/fp-robthomp-lgw2-samw11/blob/master/final/poster-robthomp-lgw2-samw11.pdf" >Poster</a>
</div>
<div class='footer'>
<a href='http://cs.washington.edu'>Computer Science & Engineering</a> -
<a href='http://www.washington.edu'>University of Washington</a>
</div>
</div>
<br/>
<br/>
</div>
</body>
</html>