-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpage_about.html
356 lines (320 loc) · 16.1 KB
/
page_about.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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<!DOCTYPE html>
<!--[if IE 7]> <html lang="en" class="ie7"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>CS-Studio | Welcome...</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- CSS Global Compulsory-->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/headers/header1.css">
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="assets/css/style_responsive.css">
<link rel="shortcut icon" href="favicon.ico">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/flexslider/flexslider.css" type="text/css" media="screen">
<!-- CSS Theme -->
<link rel="stylesheet" href="assets/css/themes/default.css" id="style_color">
<link rel="stylesheet" href="assets/css/themes/headers/default.css" id="style_color-header-1">
<!-- Start of Woopra Code -->
<script type="text/javascript">
function woopraReady(tracker) {
tracker.setDomain('controlsystemstudio.github.io');
tracker.setIdleTimeout(1800000);
tracker.track();
return false;
}
(function() {
var wsc = document.createElement('script');
wsc.src = document.location.protocol+'//static.woopra.com/js/woopra.js';
wsc.type = 'text/javascript';
wsc.async = true;
var ssc = document.getElementsByTagName('script')[0];
ssc.parentNode.insertBefore(wsc, ssc);
})();
</script>
<!-- End of Woopra Code -->
</head>
<body>
<!--==Link to GitHub==-->
<a href="https://github.com/ControlSystemStudio/cs-studio" class="cornerGitHubLink"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/82b228a3648bf44fc1163ef44c62fcc60081495e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png"></a>
<!--=== Style Switcher ===-->
<i class="style-switcher-btn icon-cogs"></i>
<div class="style-switcher">
<div class="theme-close"><i class="icon-remove"></i></div>
<div class="theme-heading">Theme Colors</div>
<ul class="unstyled">
<li class="theme-default theme-active" data-style="default" data-header="light"></li>
<li class="theme-blue" data-style="blue" data-header="light"></li>
<li class="theme-orange" data-style="orange" data-header="light"></li>
<li class="theme-red" data-style="red" data-header="light"></li>
<li class="theme-light" data-style="light" data-header="light"></li>
</ul>
</div><!--/style-switcher-->
<!--=== End Style Switcher ===-->
<!--=== Top ===-->
<div class="top">
<div class="container">
<ul class="loginbar pull-right">
<li><i class="icon-globe"></i><a>Languages <i class="icon-sort-up"></i></a>
<ul class="nav-list">
<li class="active"><a href="#">English</a> <i class="icon-ok"></i></li>
<li><a href="#">Spanish</a></li>
<li><a href="#">Russian</a></li>
<li><a href="#">German</a></li>
</ul>
</li>
<li class="devider"> </li>
<li><a href="#" class="login-btn">Help</a></li>
<li class="devider"> </li>
<li><a href="#" class="login-btn">Login</a></li>
</ul>
</div>
</div><!--/top-->
<!--=== End Top ===-->
<!--=== Header ===-->
<div class="header">
<div class="container">
<!-- Logo -->
<div class="logo">
<a href="index.html"><img id="logo-header" src="cs-studio/img/css.png" alt="Logo"></a>
</div><!-- /logo -->
<!-- Menu -->
<div class="navbar">
<div class="navbar-inner">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a><!-- /nav-collapse -->
<div class="nav-collapse collapse">
<ul class="nav top-2">
<li class="active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Home
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li class="active"><a href="index.html">Home</a></li>
</ul>
<b class="caret-out"></b>
</li>
<li>
<a href="" class="dropdown-toggle" data-toggle="dropdown">Pages
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="page_about.html">About Us</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li><a href="records.html">Documentation and Records</a></li>
</ul>
<b class="caret-out"></b>
</li>
<li>
<a href="" class="dropdown-toggle" data-toggle="dropdown">Features
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="https://github.com/ControlSystemStudio/cs-studio/wiki/BEAST">BEAST</a></li>
<li><a href="https://github.com/ControlSystemStudio/cs-studio/wiki/BOY">BOY</a></li>
<li><a href="https://github.com/ControlSystemStudio/cs-studio/wiki/DataBrowser">DataBrowser</a></li>
<li><a href="https://github.com/ControlSystemStudio/cs-studio/wiki/LogbookSupport">Logbook</a></li>
<li><a href="http://htmlpreview.github.io/?https://github.com/ControlSystemStudio/cs-studio/blob/master/applications/scan/scan-plugins/org.csstudio.scan.ui/doc/scansystem.html">Scan Client</a></li>
</ul>
<b class="caret-out"></b>
</li>
<li><a class="search"><i class="icon-search search-btn"></i></a></li>
</ul>
<div class="search-open">
<div class="input-append">
<form>
<input type="text" class="span3" placeholder="Search" />
<button type="submit" class="btn-u">Go</button>
</form>
</div>
</div>
</div><!-- /nav-collapse -->
</div><!-- /navbar-inner -->
</div><!-- /navbar -->
</div><!-- /container -->
</div><!--/header -->
<!--=== End Header ===-->
<!--=== Breadcrumbs ===-->
<div class="row-fluid breadcrumbs margin-bottom-40">
<div class="container">
<h1 class="pull-left">About Us</h1>
<ul class="pull-right breadcrumb">
<li><a href="index.html">Home</a> <span class="divider">/</span></li>
<li><a href="">Pages</a> <span class="divider">/</span></li>
<li class="active">About Us</li>
</ul>
</div><!--/container-->
</div><!--/breadcrumbs-->
<!--=== End Breadcrumbs ===-->
<!--=== Content Part ===-->
<div class="container">
<div class="row-fluid margin-bottom-30">
<div class="span6">
<p>Control System Studio is an Eclipse-based collection of tools to monitor and operate large scale control systems, such as the ones in the accelerator community. It's a product of the collaboration between different laboratories and universities.</p>
</div>
<div class="span6">
<iframe src="http://www.youtube.com/embed/duqrki_gKWI" width="100%" height="327" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>
</div><!--/row-fluid-->
<!-- Meet Our Team -->
<div class="headline"><h3>Meet Our Team</h3></div>
<ul id="team"class="thumbnails team">
</ul><!--/thumbnails-->
<!-- //End Meet Our Team -->
<!-- Our Collaboration -->
<div id="clients-flexslider" class="flexslider home clients">
<div class="headline"><h3>Our Collaboration</h3></div>
<ul id="collaborationList" class="slides">
<li>
<a href="http://neutrons.ornl.gov/facilities/SNS/">
<img src="cs-studio/img/collaboration/SNS_grey.png" alt="" />
<img src="cs-studio/img/collaboration/SNS.png" class="color-img" alt="" />
</a>
</li>
<li>
<a href="http://www.frib.msu.edu/">
<img src="cs-studio/img/collaboration/FRIB_grey.png" alt="" />
<img src="cs-studio/img/collaboration/FRIB.png" class="color-img" alt="" />
</a>
</li>
<li>
<a href="http://www.bnl.gov/world/">
<img src="cs-studio/img/collaboration/BNL_grey.png" alt="" />
<img src="cs-studio/img/collaboration/BNL.png" class="color-img" alt="" />
</a>
</li>
<li>
<a href="http://www.desy.de/">
<img src="cs-studio/img/collaboration/DESY_grey.png" alt="" />
<img src="cs-studio/img/collaboration/DESY.png" class="color-img" alt="" />
</a>
</li>
<li>
<a href="http://www.iter.org/">
<img src="cs-studio/img/collaboration/ITER_grey.png" alt="" />
<img src="cs-studio/img/collaboration/ITER.png" class="color-img" alt="" />
</a>
</li>
</ul>
</div><!--/flexslider-->
<!-- //End Our Collaboration -->
</div><!--/container-->
<!--=== End Content Part ===-->
<!--=== Footer ===-->
<div class="footer">
<div class="container">
<div class="row-fluid">
<div class="span4">
<!-- About -->
<div class="headline"><h3>About</h3></div>
<p class="margin-bottom-25">Control System Studio is an Eclipse-based collection of tools to monitor and operate large scale control systems, such as the ones in the accelerator community. It's a product of the collaboration between different laboratories and universities.</p>
<div class="frame_holder">
<h3 class="openhub-title"><a href="https://www.openhub.net/p/cs-studio" target="_blank" title="control system studio">Control System Studio</a></h3>
<script type="text/javascript" src="http://www.ohloh.net/p/486835/widgets/project_basic_stats.js"></script>
</div>
</div><!--/span4-->
<div class="span4">
</div><!--/span4-->
<div class="span4">
<!-- Contact Us -->
<div class="headline"><h3>Contact Us</h3></div>
<address>
User Level Questions: <a href="http://www.aps.anl.gov/epics/tech-talk/">http://www.aps.anl.gov/epics/tech-talk/</a>
<br>
Developer Level Questions: <a href = "[email protected]">[email protected]</a>
<br>
Report Bugs/Problems: <a href="https://github.com/ControlSystemStudio/cs-studio/issues">https://github.com/ControlSystemStudio/cs-studio/issues</a>
</address>
<!-- Stay Connected -->
<div class="headline"><h3>Stay Connected</h3></div>
<ul class="social-icons">
<li><a href="https://plus.google.com/u/0/b/101349549663920375487/101349549663920375487/posts" data-original-title="Goole Plus" class="social_googleplus"></a></li>
<li><a href="https://github.com/ControlSystemStudio/cs-studio" data-original-title="Github" class="social_github"></a></li>
</ul>
<!--<!– Monthly Newsletter –>-->
<!--<br>-->
<!--<div class="headline"><h3>Monthly Newsletter</h3></div>-->
<!--<p>Subscribe to our newsletter and stay up to date with the latest news and deals!</p>-->
<!--<form class="form-inline">-->
<!--<div class="input-append">-->
<!--<input type="text" placeholder="Email Address" class="input-medium">-->
<!--<button class="btn-u">Subscribe</button>-->
<!--</div>-->
<!--</form>-->
</div><!--/span4-->
</div><!--/row-fluid-->
</div><!--/container-->
</div><!--/footer-->
<!--=== End Footer ===-->
<!--=== Copyright ===-->
<div class="copyright">
<div class="container">
<div class="row-fluid">
<div class="span8">
<p>2013 © Some copyright stuff here. <a href="#">Privacy Policy</a> | <a href="#">Terms of Service</a></p>
</div>
<div class="span4">
<a href="index.html"><img id="logo-footer" src="assets/img/logo2-default.png" class="pull-right" alt="" /></a>
</div>
</div><!--/row-fluid-->
</div><!--/container-->
</div><!--/copyright-->
<!--=== End Copyright ===-->
<!-- JS Global Compulsory -->
<script type="text/javascript" src="assets/js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="assets/js/modernizr.custom.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- JS Implementing Plugins -->
<script type="text/javascript" src="assets/plugins/flexslider/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="assets/plugins/back-to-top.js"></script>
<!-- JS Page Level -->
<script type="text/javascript" src="assets/js/app.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
App.init();
App.initSliders();
$.getJSON('https://spreadsheets.google.com/feeds/list/1PZVr6kG3-l9RT16vIfGz5ITog3BZOi9-PZoYBF0w0js/od6/public/values?alt=json', function(data) {
var items = [];
$.each(data.feed.entry, function(key, val) {
function hubName() {
var url;
if (val.gsx$githubusername.$t == "" || val.gsx$githubusername.$t == null){
url = "#";
}
else{
url = "https://github.com/" + val.gsx$githubusername.$t;
}
return url;
}
items.push(
'<li class="span3">'+
'<div class="thumbnail-style" style="height:191px;">'+ <!--height is to account for 3 lines of a paragraph(facility);keeps thumbnails aligned-->
<!--=== '<img src="'+val.avatar_url+'" alt="'+val.login+'" />'+ === Possibly add pictures later-->
'<h3><a href="'+hubName()+'">'+val.gsx$siterepresentative.$t+'</a> <small>'+val.gsx$role.$t+'</small></h3>'+
'<p>'+val.gsx$facility.$t+'</p>'+
'<ul class="social-icons social-icons-color">'+
'<li><a href="'+hubName()+'" class="social_github"></a></li>'+
'</ul>'+'<p style:"clear:both; display:hidden">.</p>'+ <!--fix floating issue from ul/github-social icon-->
'</div>'+
'</li>');
});
$(items.join('')).appendTo('#team');
});
});
</script>
<!--[if lt IE 9]>
<script src="assets/js/respond.js"></script>
<![endif]-->
</body>
</html>