-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrecords.html
327 lines (302 loc) · 16.3 KB
/
records.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
<!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="breadcrumbs margin-bottom-40">
<div class="container">
<h1 class="pull-left">Documentation and Records</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">Documentation and Records</li>
</ul>
</div><!--/container-->
</div><!--/breadcrumbs-->
<!--=== End Breadcrumbs ===-->
<!--=== Content Part ===-->
<div class="container">
<div class="row-fluid">
<!-- Our Services -->
<div class="row-fluid">
<h4>Policy:</h4>
<p>Through a strategy of continuous improvement and teamwork, the Control System Studio Collaboration is dedicated to supplying control system tools for machine and experiment operator interfaces, automation and service integration to enable our users to achieve their scientific objectives.
<p>The foundation for achieving our commitment is based on:</p>
<ul>
<li>understanding and meeting the requirements of our users,</li>
<li>continuously improving all processes related to the Control System Studio product,</li>
<li>effectively utilizing the creative talents in the collaboration,</li>
<li>and meeting statutory, regulatory, and other requirements.</li>
</ul>
</p>
<h4>Objectives:</h4>
<ul>
<li>90% User satisfaction from registered sites with a site representative</li>
<li>90% Developer satisfaction from registered sites with a site representative</li>
</ul>
<h4>Manual: <a href="http://cs-studio.sourceforge.net/docbook/">developer's manual</a></h4><br>
<div class="row-fluid servive-block">
<div class="span4" onclick="location.href='https://drive.google.com/folderview?id=0B_ikNAN_jxjPR05WbFFuRmliMnc&usp=sharing_eid&tid=0Bxrrhhn0aTLWNS0teDEtNzRkVnc';" style="cursor:pointer;">
<h4>Management review meetings</h4>
<p><i class="icon-bell"></i></p>
<p>Management holds a yearly meeting to reevaluate the collaboration and policy and objectives.</p>
</div>
<div class="span4" onclick="location.href='https://drive.google.com/folderview?id=0B_ikNAN_jxjPWmF6b3plYV8zbWM&usp=sharing_eid&tid=0Bxrrhhn0aTLWNS0teDEtNzRkVnc';" style="cursor:pointer;">
<h4>Meeting minutes</h4>
<p><i class="icon-bullhorn"></i></p>
<p>There is a monthly meeting at the first Wednesday of the month.</p>
</div>
<div class="span4" onclick="location.href='https://github.com/ControlSystemStudio/cs-studio/labels/project';" style="cursor:pointer;">
<h4>Product Realization</h4>
<p><i class="icon-lightbulb"></i></p>
<p>Specifications and interfaces; design and development</p>
</div>
</div><!--/row-fluid-->
<div class="row-fluid servive-block">
<div class="span4" onclick="location.href='https://docs.google.com/forms/d/1XFHA-tD1oWtcQiHW3IuMpnc6n5pM-b7wxZUp7Xq8Mps/viewanalytics#start=publishanalytics';" style="cursor:pointer;">
<h4>Customer requirements and customer satisfaction</h4>
<p><i class="icon-thumbs-up"></i></p>
<p>User stories and customer feedback</p>
</div>
<div class="span4" onclick="location.href='https://github.com/ControlSystemStudio/cs-studio/pulse';" style="cursor:pointer;">
<h4>Measurement, analysis and improvement</h4>
<p><i class=" icon-refresh"></i></p>
<p>Releases are monthly "sprints". corrective/preventative action. control of nonconforming product. internal audits.</p>
</div>
<div class="span4" onclick="location.href='http://sourceforge.net/p/cs-studio/mailman/cs-studio-core/';" style="cursor:pointer;">
<h4>Notices</h4>
<p><i class="icon-volume-up"></i></p>
<p>Notices are emailed to the core email list: <a href="mailto:[email protected]" class="">[email protected]</a>.</p>
</div>
</div><!--/row-fluid-->
</div><!--/row-fluid-->
<!--//End Our Services -->
</div><!--/row-fluid-->
<!-- Tabs and Carousel-->
</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" src="assets/js/date.js"></script>
<script type="text/javascript" src="assets/js/jquery.timeago.js" ></script>
<script type="text/javascript">
jQuery(document).ready(function() {
App.init();
App.initSliders();
}
</script>
<!--[if lt IE 9]>
<script src="assets/js/respond.js"></script>
<![endif]-->
</body>
</html>