66 < title > WordStream</ title >
77 < link rel ="shortcut icon " href ="images/ws.png ">
88 < script src ="./lib/d3.min.js "> </ script >
9+ < script src ="./lib/d3.v4.min.js "> </ script >
910 < script src ="./lib/loaddata.js "> </ script >
1011 < script src ="./lib/d3.layout.wordstream.js "> </ script >
1112 < script src ="lib/d3.slider.js "> </ script >
13+
1214 < script src ="./test/testutil.js "> </ script >
1315 < script src ="javascripts/jquery/jquery-1.9.0.min.js "> </ script >
1416 < script src ="javascripts/msdropdown/jquery.dd.js "> </ script >
1517 < script src ="javascripts/msdropdown/select.js "> </ script >
16- < link rel ="stylesheet " type ="text/css " href ="styles/msdropdown/dd.css " />
18+ < link rel ="stylesheet " type ="text/css " href ="styles/msdropdown/dd.css "/>
1719 < link rel ="stylesheet " type ="text/css " href ="styles/main.css " media ="screen "/>
1820
1921 < script src ="javascripts/msdropdown/jquery.dd.js "> </ script >
2022 < script src ="javascripts/msdropdown/select.js "> </ script >
21- < link rel ="stylesheet " type ="text/css " href ="styles/msdropdown/dd.css " />
23+ < link rel ="stylesheet " type ="text/css " href ="styles/msdropdown/dd.css "/>
2224 < link rel ="stylesheet " type ="text/css " href ="styles/d3.slider.css ">
2325
24- < link href ="styles/jquery-ui.css " rel ="stylesheet " type ="text/css " />
26+ < link href ="styles/jquery-ui.css " rel ="stylesheet " type ="text/css "/>
2527
2628</ head >
2729< body >
2830< div class ="title ">
2931 WordStream: Interactive Tool for Topic Evolution
3032 <!--<span>-->
31- < a href ="index .html " class ="button active "> Video</ a >
32- < a href ="demo .html " class ="button still "> Demo</ a >
33+ < a href ="video .html " class ="button still "> Video</ a >
34+ < a href ="index .html " class ="button active "> Demo</ a >
3335 <!--</span>-->
3436</ div >
35- < center > < iframe style ="margin-top: 100px " width ="95% " height ="800 " src ="media/ws.mp4 " frameborder ="0 "
36- allowfullscreen > </ iframe > </ center >
37+ < div id ="loadingSpinner ">
38+ <!-- <span id="progressText"> -->
39+ </ div >
40+ < script src ='https://cdnjs.cloudflare.com/ajax/libs/spin.js/2.0.1/spin.min.js '> </ script > <!-- Spinner when loading -->
41+
42+ < script type ='text/javascript ' src ="https://code.jquery.com/ui/1.11.0/jquery-ui.min.js "> </ script >
43+ < link href ="styles/jquery-ui.css " rel ="stylesheet " type ="text/css "/>
44+
45+ < script src ='https://cdnjs.cloudflare.com/ajax/libs/spin.js/2.0.1/spin.min.js '> </ script > <!-- Spinner when loading -->
46+ < script type ='text/javascript ' src ="https://code.jquery.com/ui/1.11.0/jquery-ui.min.js "> </ script >
47+ < link href ="styles/jquery-ui.css " rel ="stylesheet " type ="text/css "/>
48+
49+ <!--✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ Slider ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿ ✿-->
50+ < svg width ="360px " height ="375px " class ="cp " id ="cp ">
51+ < text y ="15px " font-weight ="600 "> Control Panel</ text >
52+ </ svg >
53+ < div id ="menu " class ="holderCP " style ="display: inline-block ">
54+ < div id ="holder1 " class ="holder1 ">
55+ < select id ="datasetsSelect " class ="styled-select " onchange ="loadNewData.call(this, event) "> </ select >
56+ </ div >
57+
58+ < p > < span id ="heightText " class ="heightText textSlider "> </ span >
59+ < img class ="heightIcon icon " src ="images/height.png " >
60+ </ p >
61+ < div id ="heightSlider " class ="haxis slider "> </ div >
62+
63+ < p > < img class ="widthIcon icon " src ="images/width.png ">
64+ < span id ="widthText " class ="widthText textSlider "> </ span >
65+ </ p >
66+ < div id ="widthSlider " class ="waxis slider "> </ div >
67+
68+ < p > < img class ="fontIcon icon " src ="images/font.png ">
69+ < span class ="fontText textSlider ">
70+ < span id ="fontMin "> </ span > ,
71+ < span id ="fontMax "> </ span >
72+ </ span >
73+ </ p >
74+ < div id ="fontSlider " class ="fontAxis slider "> </ div >
75+
76+ < p > < img class ="topRankIcon icon " src ="images/toprank3.png ">
77+ < span id ="topRankText " class ="topRankText textSlider "> </ span >
78+ </ p >
79+ < div id ="topRankSlider " class ="topRankAxis slider "> </ div >
80+
81+ < p class ="textSlider flow "> Flow</ p >
82+ < img class ="flow " style ="left: 68px; width: 33px; height: 23px " src ="images/flow.png ">
83+ < label class ="switch flow " style ="left: 105px; ">
84+ < input type ="checkbox " id ="flow "
85+ onclick ="submitInput(updateData) ">
86+
87+ < span class ="toggle round "> </ span >
88+ </ label >
89+
90+ < p class ="textSlider angleVariance "> Angle Variance</ p >
91+ < img class ="angleVariance " style ="top: 302px;left: 278px;width: 32px; height: 35px " src ="images/av.png ">
92+ < label class ="switch angleVariance " style ="left: 315px ">
93+ < input type ="checkbox " id ="av "
94+ onclick ="submitInput(updateData) ">
95+ < span class ="toggle round "> </ span >
96+ </ label >
97+
98+ < p class ="textSlider rel "> Relationships</ p >
99+ < label class ="switch rel " style ="left: 315px; ">
100+ < input type ="checkbox " id ="rel " onclick ="showRelationship() ">
101+ < span class ="toggle round "> </ span >
102+ </ label >
103+ < input class ="submit " onclick ="submitInput(updateData) " type ="button " value ="Submit "> < br >
104+ < input class ="computeMetric " onclick ="computeMetric() " type ="button " value ="Compute measurements "> < br >
105+ </ div >
106+ < script src ="./javascripts/init.js "> </ script >
107+ < script >
108+ d3 . select ( "#heightText" ) . text ( initHeight ) ;
109+ d3 . select ( "#widthText" ) . text ( initWidth ) ;
110+ d3 . select ( "#fontMin" ) . text ( initMinFont ) ;
111+ d3 . select ( "#fontMax" ) . text ( initMaxFont ) ;
112+ d3 . select ( "#topRankText" ) . text ( initTop ) ;
113+ </ script >
37114
115+ < script src ="./javascripts/main.js "> </ script >
116+ < script src ="./javascripts/update.js "> </ script >
117+ < script src ="./javascripts/metric.js "> </ script >
38118</ body >
39- </ html >
119+ </ html >
0 commit comments