-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·67 lines (52 loc) · 2.79 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
60
61
62
63
64
65
66
67
<!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/15sp/style.css"/>
</head>
<body>
<div class='content wider'>
<div class='title'>
<a href="http://courses.cs.washington.edu/courses/cse512/15sp/"><strong>CSE512</strong></a>
Projects
<small>(Spring 2015)</small>
</div>
<br/>
<div class='pub' data-spy="scroll" data-target=".navbar">
<h1 class="title">Wikitree</h1>
<div class="authors">
<a href="http://alexburner.com">Alex Burner</a>
</div>
<div class="figure">
<img src="summary.png" width="100%"/>
<div class="caption">The Wikitree main page, with network map and article reader.</div>
</div>
<p>
Wikitree is a web application built to help undergraduates with their research. Wikitree tracks and organizes the user's browsing history through Wikipedia articles. Wikitree is unique because it emphasizes mental connections the user makes. Wikitree aims to stay adaptable for each individual's research goals. Our research and user testing revealed many struggles undergraduates have. They struggle to dive deep into one topic while staying aware of the big picture. They struggle to mentally categorize connections between different topics during early stages of research. They struggle with feeling overwhelmed by the amount of material encountered, and finding a clear vision within. Wikitree acts as an aid for the user in tracking their explorations. The visualization helps users maintain a high level overview, preventing them from feeling overwhelmed, getting sidetracked, or losing sight of their goals.
</p>
<p>
Special thanks to Informatics capstone teammates James K Prow and Christina K Xiao, and advisors Michael Freeman, Jeffrey Heer, Jessica Hullman, David McDonald, Nam-ho Park, Jason Porteno, David Stearns, and Jevin West.
</p>
<h2>Software</h2>
<p>
Try it online <a href="https://wikitree.website/">here</a>.
</p>
<h2>Materials</h2>
<div class="links">
<a href="final/paper-aburner.pdf" >PDF</a>
|
<a href="final/poster-aburner.pdf" >Poster</a>
|
<a href="https://github.com/CSE512-15S/fp-aburner/">Code</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>