-
Notifications
You must be signed in to change notification settings - Fork 2
/
ecosystem.html
394 lines (351 loc) · 16.1 KB
/
ecosystem.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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Easily create RESTful APIs from requirements" />
<meta name="keywords" content="s-case, scase, web services, restful, software"/>
<meta name="author" content="S-CASE consortium" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>S-CASE - Ecosystem and Documentation</title>
<!-- =========================
FAV AND TOUCH ICONS
============================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/icons/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/icons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/icons/apple-touch-icon-114x114.png">
<!-- =========================
STYLESHEETS
============================== -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.theme.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="assets/icon-fonts/styles.min.css">
<link rel="stylesheet" href="css/pixeden-icons.min.css">
<!-- CUSTOM STYLES -->
<link rel="stylesheet" href="css/styles.min.css">
<link rel="stylesheet" href="css/responsive.min.css">
<style type="text/css">
.vegas-loading{border-radius:10px;background:#000;background:rgba(0,0,0,.7);background:url(images/loading.gif) no-repeat center center;height:32px;left:20px;position:fixed;top:20px;width:32px;z-index:0}.vegas-overlay{background:transparent url(images/overlays/06.png);opacity:.5;z-index:-1}.vegas-background{-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality;max-width:none!important;z-index:-2}.vegas-overlay,.vegas-background{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
</style>
<!-- WEBFONT -->
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic|Montserrat:700,400|Homemade+Apple' rel='stylesheet' type='text/css'>
<!-- FONT AWESOME -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71013543-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- =========================
PRE LOADER
============================== -->
<div class="preloader">
<div class="status"> </div>
</div>
<!-- =========================
HOME SECTION
============================== -->
<!-- <header id="home" class="header"> -->
<!-- TOP BAR -->
<div id="main-nav" class="navbar navbar-inverse bs-docs-nav" role="banner">
<div class="container">
<div class="navbar-header responsive-logo">
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">
<img src="images/logo.png" alt="Zerif">
</div>
</div>
<nav class="navbar-collapse collapse" role="navigation" id="bs-navbar-collapse">
<ul class="nav navbar-nav navbar-right responsive-nav main-nav-list">
<li><a href="index.html">Home</a></li>
<!--<li><a href="index.html#focus">Focus</a></li>-->
<li><a href="index.html#installation">Get Started</a></li>
<li><a href="index.html#features">Features</a></li>
<li><a href="index.html#demo">Demo</a></li>
<!--<li><a href="index.html#poll">Poll</a></li>-->
<!--<li><a href="index.html#offerings">Offerings</a></li>-->
<li><a href="index.html#contact">Contact</a></li>
<!--<li><a href="webbook.html#1">About</a></li>-->
<li><a href="webbook.html#1">Documentation</a></li>
<li><a href="ecosystem.html">Ecosystem</a></li>
<li><a href="hackathons.html">Hackathons</a></li>
<!--<li><a href="releasenotes.html">Releases</a></li>-->
<li><a href="https://www.surveymonkey.com/r/VLGKQBL" target="_blank">Survey*</a></li>
<li><a href="http://www.scasefp7.eu/" target="_blank">Project*</a></li>
</ul>
</nav>
</div>
</div>
<!-- / END TOP BAR -->
<section class="focus left-align" id="ecosystem">
<div class="container" id="ecosystem">
<div class="col-md-12">
<div class="starter-template">
<h2>The S-CASE ecosystem</h2>
<p class="lead">Plugins, tools and web applications built for the <a href="http://www.scasefp7.eu/">S-CASE</a> project and residing on the <a href="https://github.com/s-case">S-CASE GitHub organization</a>.</p>
</div>
</div>
<div class="col-md-6">
<h3>Eclipse plugin</h3>
<p><strong>Documentation:</strong></p>
<ul>
<li><a href="https://youtu.be/d1kiRyoGxOU">Video explaining the S-CASE Eclipse plugin end-to-end</a></li>
<li><a href="releasenotes.html">Release notes</a></li>
<li>S-CASE manuals:</li>
<ul>
<li>Tools for developers [<a href="http://www.scasefp7.eu/wp-content/uploads/2016/02/S-CASE_D5.2.1.pdf">early</a>] [<a href="http://www.scasefp7.eu/wp-content/uploads/2016/12/S-CASE_D5.2.2_WP5_20160331_ATS_v1.0.pdf">final</a>]</li>
<li>S-CASE platform release [<a href="http://www.scasefp7.eu/wp-content/uploads/2016/02/S-CASE_D5.4.1.pdf">early</a>] [<a href="http://www.scasefp7.eu/wp-content/uploads/2016/12/S-CASE_D5.4.2_WP5_20160531_ATS_v1.0.pdf">final</a>]</li>
</ul>
</ul>
<p>All the software needed to create the S-CASE Eclipse plugin</p>
<div class="app">
<h4>S-CASE core</h4>
<p>
The glue that connects it all.
<br />
GitHub: <a href="https://github.com/s-case/s-case-core">https://github.com/s-case/s-case-core</a>
</p>
</div>
<div class="app">
<h4>Requirements Editor plugin</h4>
<p>
Plugin for annotating functional requirements
<br />
GitHub: <a href="https://github.com/s-case/requirements-editor">https://github.com/s-case/requirements-editor</a>
<br />
User Manual: <a href="manuals/Requirements Editor User Manual.pdf">Requirements Editor User Manual</a>
</p>
</div>
<div class="app">
<h4>Storyboard Creator plugin</h4>
<p>
Plugin for creating/editing storyboards
<br />
GitHub: <a href="https://github.com/s-case/storyboard-creator">https://github.com/s-case/storyboard-creator</a>
<br />
User Manual: <a href="manuals/Storyboard Creator User Manual.pdf">Storyboard Creator User Manual</a>
</p>
</div>
<div class="app">
<h4>UML extraction</h4>
<p>
Extracts the UML XMI file from UML image use case and activity diagrams
<br />
GitHub: <a href="https://github.com/s-case/uml-extraction">https://github.com/s-case/uml-extraction</a>
</p>
</div>
<div class="app">
<h4>Web Service Composition</h4>
<p>
Web service composition plugin
<br />
GitHub: <a href="https://github.com/s-case/web-service-composition">https://github.com/s-case/web-service-composition</a>
</p>
</div>
<div class="app">
<h4>MDE</h4>
<p>
Model driven engineering plugin
<br />
GitHub: <a href="https://github.com/s-case/mde">https://github.com/s-case/mde</a>
<br />
Webinar Videos: [<a href="https://youtu.be/DFoeUFUlBDI">Part 1</a>] [<a href="https://youtu.be/YuyeZlMW8_Y">Part 2</a>]
</p>
</div>
</div>
<div class="col-md-6">
<h3>Web applications and tools</h3>
<p>Supporting web applications residing on the cloud</p>
<div class="app">
<h4>Control Tower</h4>
<p>
The web application that developers register in order to use the S-CASE infrastructure and a proxy server to its services.
<br />
GitHub: <a href="https://github.com/s-case/control-tower">https://github.com/s-case/control-tower</a>
<br />
Running version: <a href="http://app.scasefp7.com:3000" target="_blank">http://app.scasefp7.com:3000</a>
</p>
</div>
<div class="app">
<h4>Assets Registry</h4>
<p>
Contains all the produced S-CASE software artefacts.
<br />
GitHub: <a href="https://github.com/s-case/asset-registry">https://github.com/s-case/asset-registry</a>
<br />
Running version: <a href="http://109.231.122.232:8080/s-case/" target="_blank">http://109.231.122.232:8080/s-case/</a>
<br />
Running version: <a href="/api/artrepo/static" target="_blank">API docs</a>
</p>
</div>
<div class="app">
<h4>NLP server</h4>
<p>
Web API for natural language processing on software requirements. The server uses the semantic parser models for extracting software artefacts from text.
<br />
GitHub: <a href="https://github.com/s-case/nlp-server">https://github.com/s-case/nlp-server</a>
<br />
Models: <a href="https://github.com/s-case/nlp-server/tree/master/scase-wp3-nlp-parser/models">https://github.com/s-case/nlp-server/tree/master/scase-wp3-nlp-parser/models</a>
<br />
Running version: <a href="http://nlp.scasefp7.eu:8010/nlpserver/" target="_blank">http://nlp.scasefp7.eu:8010/nlpserver/</a>
</p>
</div>
<div class="app">
<h4>YouREST</h4>
<p>
Web service directory application
<br />
GitHub: <a href="https://github.com/s-case/YouREST">https://github.com/s-case/YouREST</a>
<br />
Running version: <a href="http://yourest.scasefp7.com/" target="_blank">http://yourest.scasefp7.com/</a>
</p>
</div>
<div class="app">
<h4>YouREST backend</h4>
<p>
Web service deployment framework
<br />
GitHub: <a href="https://github.com/s-case/YouREST-backend">https://github.com/s-case/YouREST-backend</a>
</p>
</div>
<div class="app">
<h4>Web Service Annotation and Matchmaking Tool</h4>
<p>
Web service annotation and matchmaking tool.
<br />
GitHub: <a href="https://github.com/s-case/web-service-annotation-matchmaking">https://github.com/s-case/web-service-annotation-matchmaking</a>
<br />
Running version: <a href="http://sat.scasefp7.com:8080/" target="_blank">http://sat.scasefp7.com:8080/</a>
</p>
</div>
<div class="app">
<h4>Web Service Composition Backend</h4>
<p>
Web application executing the web service compositions
<br />
GitHub: <a href="https://github.com/s-case/web-service-composition-backend">https://github.com/s-case/web-service-composition-backend</a>
</p>
</div>
<div class="app">
<h4>Ontology Repository</h4>
<p>
Ontology repository of domain ontologies used for semantic annotation and matchmaking. Stores various ontologies used in S-CASE, e.g. to describe domain knowledge.
<br />
Running version: <a href="http://repo.scasefp7.com" target="_blank">http://repo.scasefp7.com</a>
</p>
</div>
<div class="app">
<h4>Question answering</h4>
<p>
Question answering (included in the control tower web application)
<br />
GitHub: <a href="https://github.com/s-case/control-tower">https://github.com/s-case/control-tower</a>
<br />
Running version: <a href="http://app.scasefp7.com:3000" target="_blank">http://app.scasefp7.com:3000</a>
</p>
</div>
<div class="app">
<h4>OSRF</h4>
<p>
Open source resource finder
<br />
GitHub: <a href="https://github.com/s-case/opensource-resource-finder">https://github.com/s-case/opensource-resource-finder</a>
<br />
Running version: <a href="http://109.231.122.150:8080/OSRF/assets" target="_blank">http://109.231.122.150:8080/OSRF/assets</a>
</p>
</div>
<div class="app">
<h4>Web Service Annotation Tool</h4>
<p>
Web application for manually annotating SOAP and RESTful web services
<br />
GitHub: <a href="https://github.com/s-case/web-service-annotation-tool">https://github.com/s-case/web-service-annotation-tool</a>
</p>
</div>
<div class="app">
<h4>Requirements Annotation Tool</h4>
<p>
Annotation of textual requirements used to create training sets for the NLP parsers
<br />
GitHub: <a href="https://github.com/s-case/requirements-annotation-tool">https://github.com/s-case/requirements-annotation-tool</a>
<br />
Running version: <a href="http://rat.scasefp7.com" target="_blank">http://rat.scasefp7.com</a>
</p>
</div>
<div class="app">
<h4>Reliability Tool</h4>
<p>
Reliability models calculation tool.
<br />
GitHub: <a href="https://github.com/s-case/reliability-tool">https://github.com/s-case/reliability-tool</a>
</p>
</div>
<div class="app">
<h4>WSQR: Web Service Quality Representation tool</h4>
<p>
Quality Representation tool for Web Services
<br />
GitHub: <a href="https://github.com/s-case/wsqr">https://github.com/s-case/wsqr</a>
<br />
Dataset: <a href="http://s-case.github.io/wsqr">http://s-case.github.io/wsqr</a>
</p>
</div>
</div>
</div> <!-- /container -->
</section>
<!-- =========================
FOOTER
============================== -->
<footer>
<div class="container">
<!-- COMPANY EMAIL-->
<div class="col-md-3 company-details">
<div class="icon-top green-text">
<i class="icon-fontawesome-webfont-329"></i>
</div>
s-case-support@iti.gr
</div>
<!-- SOCIAL ICON AND COPYRIGHT -->
<div class="col-lg-9 col-sm-9 copyright">
<ul class="social">
<li><a href="https://www.facebook.com/SCasefp7"><i class="icon-facebook"></i></a></li>
<li><a href="http://www.twitter.com/scasefp7"><i class="icon-twitter-alt"></i></a></li>
<li><a href="http://bit.ly/SCasegrp"><i class="icon-linkedin"></i></a></li>
<li><a href="http://bit.ly/SCasegplus"><i class="icon-google"></i></a></li>
<li><a href="http://www.scasefp7.eu/"><i class="icon-dribbble"></i></a></li>
</ul>
<!-- ©2013 Zerif LLC -->
</div>
</div> <!-- / END CONTAINER -->
</footer> <!-- / END FOOOTER -->
<!-- JQUERY -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!-- START SUPPORT FOR MARKDOWN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.3.0/showdown.min.js"></script>
<!-- SCRIPTS -->
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.nav.min.js"></script>
<script src="js/jquery.knob.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/smoothscroll.min.js"></script>
<script src="js/jquery.vegas.min.js"></script>
<script src="js/zerif.min.js"></script>
</body>
</html>