-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrowse.html
168 lines (162 loc) · 7.25 KB
/
browse.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
---
layout: browser_layout
title: Browse
group: "navigation"
weight: 1
---
<!-- <div class="page-header" id="banner"> -->
<!-- <h1>Example Website</h1> -->
<!-- </div> -->
<div class="row">
<!-- Network container -->
<div class="cntainr col-xs-12 col-md-8 col-lg-8" id="netCon">
<div id="netandsearch">
<div class="row">
<div id="slide-panel">
<span id="close" style="float:right">x</span>
<h3>Legend</h3>
<h4>Nodes</h4>
<dl class="dl-horizontal">
<dt>Conditions</dt>
<dd>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" stroke="#636363" fill="#d9d9d9" stroke-width="2"/>
</svg>
</dd>
<dt>Conditional info</dt>
<dd>On Click</dd>
</dl>
<h4>Edges</h4>
<dl class="dl-horizontal">
<dt>Cond. Associations</dt>
<dd>
<svg width="40" height="8">
<line x1="0" y1="1" x2="40" y2="1" stroke-width="5" style="stroke: #636363;"></line>
</svg>
</dd>
</dl>
<h4>Signaling States</h4>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" stroke="rgb(65, 55, 113)" fill="rgb(94, 79, 162)" stroke-width="2"/>
</svg>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" stroke="rgb(47, 78, 123)" fill="rgb(68, 112, 177)" stroke-width="2"/>
</svg>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" stroke="rgb(88, 142, 114)" fill="rgb(126, 203, 164)" stroke-width="2"/>
</svg>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" stroke="rgb(162, 172, 109)" fill="rgb(232, 246, 156)" stroke-width="2"/>
</svg>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" stroke="rgb(177, 158, 101)" fill="rgb(254, 227, 145)" stroke-width="2"/>
</svg>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" stroke="rgb(176, 118, 66)" fill="rgb(252, 170, 95)" stroke-width="2"/>
</svg>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" stroke="rgb(172, 91, 53)" fill="rgb(247, 131, 77)" stroke-width="2"/>
</svg>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" stroke="rgb(133, 25, 51)" fill="rgb(190, 36, 73)" stroke-width="2"/>
</svg>
<h4>Kinase Activities</h4>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" fill="rgb(0, 57, 149)" stroke="rgb(0, 39, 104)" stroke-width="2"/>
<text x="50%" y="50%" text-anchor="middle" dy=".3em">3</text>
</svg>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" fill="rgb(56, 132, 187)" stroke="rgb(39, 92, 130)" stroke-width="2"/>
<text x="50%" y="50%" text-anchor="middle" dy=".3em">2</text>
</svg>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" fill="rgb(167, 208, 228)" stroke="rgb(116, 145, 159)" stroke-width="2"/>
<text x="50%" y="50%" text-anchor="middle" dy=".3em">1</text>
</svg>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" fill="rgb(255, 255, 255)" stroke="rgb(178, 178, 178)" stroke-width="2"/>
<text x="50%" y="50%" text-anchor="middle" dy=".3em">0</text>
</svg>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" stroke="rgb(172, 128, 107)" fill="rgb(247, 183, 153)" stroke-width="2"/>
<text x="50%" y="50%" text-anchor="middle" dy=".3em">-1</text>
</svg>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" fill="rgb(202, 72, 66)" stroke="rgb(141, 50, 46)" stroke-width="2"/>
<text x="50%" y="50%" text-anchor="middle" dy=".3em">-2</text>
</svg>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" fill="rgb(103, 0, 31)" stroke="rgb(72, 0, 21)" stroke-width="2"/>
<text x="50%" y="50%" text-anchor="middle" dy=".3em">-3</text>
</svg>
<svg width="30" height="30">
<circle cx="15" cy="15" r="12.5" fill="rgb(205, 201, 201)" stroke="rgb(143, 140, 140)" stroke-width="2"/>
<text x="50%" y="50%" text-anchor="middle" dy=".3em">NA</text>
</svg>
<h4>Visualization</h4>
<dl class="dl-horizontal">
<dt>Zoom</dt>
<dd>Scroll</dd>
<dt>Layout</dt>
<dd>Node Drag & Drop</dd>
<dt>Pan</dt>
<dd>Drag background</dd>
</dl>
</div>
<div class="col-md-4">
<div class="input-group input-group-md select2-bootstrap-prepend">
<span class="input-group-btn">
<button class="btn btn-default xbtn" id="opener" type="button">
<span class="glyphicon glyphicon-question-sign"></span>
</button>
</span>
<span class="input-group-btn">
<button class="btn btn-default xbtn" type="button" data-select2-open="select2-input-group-append">
<span class="glyphicon glyphicon-search"></span>
</button>
</span>
<input multiple type="search" class="select2-container form-control selectbox" id="select2-input-group-append" placeholder="Select Kinase"></input>
</div>
</div>
</div>
<div id="network-view" style="height:100%;width:100%"></div>
</div>
<div class="col-xs-12 col-md-12 col-lg-12">
<div class="well well-lg col-middle">
<div class="clickmsg">Click on nodes to report conditional description</div>
<!-- Description -->
<div id="descriptionTable"></div>
</div>
</div>
</div>
<div class="col-xs-12 col-md-4 col-lg-4">
<ul id="tabmenu" class="nav nav-tabs">
<li class="active"><a href="#activities" data-toggle="tab" aria-expanded="true">KSEA Activities</a></li>
<li class=""><a href="#complexes" data-toggle="tab" aria-expanded="false">Complex Regulation</a></li>
<li class=""><a href="#similar" data-toggle="tab" aria-expanded="false">Similar Conditions</a></li>
</ul>
<div id="myTabContent" class="tab-content">
<div class="tab-pane fade active in" id="activities">
<div class="well well-lg">
<div class="clickmsg">Click on nodes to report conditional activities</div>
<!-- Activities Barchart -->
<div class="barchart" id="activities-barchart-view"></div>
</div>
</div>
<div class="tab-pane fade" id="complexes">
<div class="well well-lg">
<div class="clickmsg">Click on nodes to report conditional complex regulation</div>
<!-- Complexes Barchart -->
<div class="barchart" id="complexes-barchart-view"></div>
</div>
</div>
<div class="tab-pane fade" id="similar">
<div class="well well-lg">
<div class="clickmsg">Click on nodes to report conditional complex regulation</div>
<!-- Sample Similarities Barchart -->
<div class="barchart" id="similar-barchart-view"></div>
</div>
</div>
</div>
</div>
</div>