-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·216 lines (178 loc) · 14.9 KB
/
index.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
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>RichWPS OWS Orchestration</title>
<!--[if lte IE 8]>
<script src="http://js.cwhcode.com/html5/"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Le styles -->
<link href="/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="/bootstrap/css/bootstrap-theme.css" rel="stylesheet">
<link href="/css/style.css" rel="stylesheet">
<!-- <link href="/css/style2.css" rel="stylesheet">-->
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#activities">Activities</a></li>
<li><a href="index.html#downloads">Downloads</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li><a href="pdf/20150930_RichWPS-Abschlussbericht_v1.3.pdf">Concept</a></li>
<li><a href="https://github.com/richwps" target="_blank">@github</a></li>
</ul>
<h1 style="font-weight:bold;">RichWPS OWS Orchestration</h1>A BMBF<sup>0</sup> funded project for easy OpenGIS Web Services (OWS) orchestration.
</div>
</div>
<div id="about" class="container white round" style="margin-top:25px;padding:10px;">
<div class="jumbtron" style="margin-bottom:25px;">
<h2 class="featurette-heading">RichWPS <span class="text-muted"> - OWS orchestration made simple(r).</span></h2>
<p class="lead">Based on the open-geospatial standards RichWPS aims at providing simple orchestration means to
domain experts. Therefore, the three components <a href="#server">RichWPS Server</a>, <a href="#semanticproxy">RichWPS SemanticProxy</a> and <a href="#modelbuilder">RichWPS ModelBuilder</a> are introduced for faciliating the OWS-compliant creation, description and provision of orchestrated geospatial processes.
</p>
</div>
<div id="server" class="row featurette">
<div class="col-md-5">
<img class="featurette-image img-responsive" src="img/server.png" alt="">
</div>
<div class="col-md-7">
<h2 class="featurette-heading">RichWPS Server <span class="text-muted">- workflow provisioning</span></h2>
<p class="lead">Based on the open source <a href="http://52north.org/" target="_blank">52° North Web Processing Service</a> the RichWPS Server manages the centralized execution of workflows by means of a custom orchestration engine. However, it also enables domain experts to test, optimize and manage workflows at runtime. Therefore, the RichWPS Orchestration Language (ROLA), a custom language for OWS orchestration, has been developed.
</p>
<a href="" target="_blank" class="btn btn-primary btn-xs">Read more</a>
<a href="http://github.com/richwps/server" target="_blank" class="btn btn-primary btn-xs">View on Github</a>
</div>
</div>
<hr class="featurette-divider">
<div id="semanticproxy" class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">RichWPS SemanticProxy <span class="text-muted">- discovery & semantic annotation.</span></h2>
<p class="lead">The RichWPS SemanticProxy covers the field of OWS service description and discovery. Services (WPS, WFS) can be registered manually or discovered at runtime. The service- and content description takes place using the Resource Description Framework (RDF). Based on that, a custom vocabulary enables the interface- and content-specification beyond OWS service descriptions.</p>
<a href="" target="_blank" class="btn btn-primary btn-xs">Read more</a>
<a href="http://github.com/richwps/semanticproxy" target="_blank" class="btn btn-primary btn-xs">View on Github</a>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive" src="/img/semanticproxy.png" alt="">
</div>
</div>
<hr class="featurette-divider">
<div id="modelbuilder" class="row featurette">
<div class="col-md-5">
<img class="featurette-image img-responsive" src="/img/modelbuilder.png" alt="Generic placeholder image">
</div>
<div class="col-md-7">
<h2 class="featurette-heading">RichWPS ModelBuilder <span class="text-muted">- graphical OWS orchestration.</span></h2>
<p class="lead">The RichWPS ModelBuilder serves as interface for domain experts. It brings together the ease of modelling and simple means for using the RichWPS toolkit. Therefore the ModelBuilder automatically discovers given processes and data by using the SemanticProxy. An easy notation is used to build and configure new geospatial workflows. Those can be tested, optimized and finally published and managed using a RichWPS Server.</p>
<a href="" target="_blank" class="btn btn-primary btn-xs">Read more</a>
<a href="http://github.com/richwps/modelbuilder" target="_blank" class="btn btn-primary btn-xs">View on Github</a>
</div>
</div>
<hr class="featurette-divider">
<div id="monitor" class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">RichWPS Monitor <span class="text-muted">- monitoring & QoS</span></h2>
<p class="lead">The RichWPS Monitor enables the scheduled metering of WPS-services and contained processes. Based on prepared queries the Monitor can be used to deliver QoS-information to the SemanticProxy. Linked systems, such as the ModelBuilder and the Server, are enabled to optimize workflows when needed.</p>
<a href="" target="_blank" class="btn btn-primary btn-xs">Read more</a>
<a href="http://github.com/richwps/monitor" target="_blank" class="btn btn-primary btn-xs">View on Github</a>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive" src="/img/monitor.png" alt="">
</div>
</div>
<hr class="featurette-divider">
<div id="interaction" class="row featurette">
</div>
</div><!--container-->
<div id="activities" class="container white round" style="margin-top:25px;padding:10px;">
<div class="marketing">
<h2>Activities, Contributions, Publications</h2>
<ul>
<li>Kohlus, Roosmann (2014): "Online-Bewertungsverfahren mit INSPIRE-Techniken? Umsetzungsansätze am Beispiel Seegras" in Arbeitskreis Umweltinformationssysteme Schleswig-Holstein, Jan. 14.</li>
<li>Wosniok, Bensmann, Wössner, Kohlus, Roosmann, Heidmann, Lehfeldt. (2014): <a href="http://meetingorganizer.copernicus.org/EGU2014/EGU2014-13365-2.pdf" target="_blank">"Enriching the Web Processing Service"</a>, in European Geosciences Union
General Assembly 2014 , Wien, April/May 14.</li>
<li>Wössner, Abecker, Heidmann, Alcacer-Labrador, Bensmann, Roosmann (2014): "Aus Groß mach Klein: Verarbeitung orchestrierter OGC Web Services mit RichWPS Server und Client Komponenten“, in 21. Workshop des Arbeitskreis Umweltinformationssysteme Hochschule Karlsruhe - Technik und Wirtschaft - (HsKA), Karlsruhe, May 14.</li>
<li> Bensmann, Roosmann, Kohlus (2014): „Aus Klein mach Groß: Komposition von OGC Web Services mit dem RichWPS ModelBuilder“, in 21. Workshop des Arbeitskreis Umweltinformationssysteme Hochschule Karlsruhe - Technik und Wirtschaft - (HsKA), Karlsruhe, May 14.</li>
<li>Bensmann (2014): "RichWPS - A Geospatial Orchestration Environment“ in Open Geospatial Consortium Technical Committee Meeting Geneva,Jun. 14, </li>
<li>Alcacer-Labrador, Bensmann, Roosmann (2014): <a href="http://europe.foss4g.org/2014/sites/default/files/09-Alcacer-Labrador_0.pdf" target=_"blank">Web Processing Service (WPS) Orchestration – A Practical Approach“</a>, in FOSS4G-E Academic Track Bremen, Jul. 14, .</li>
<li>Ziegenhagen, Kohlus, Roosmann (2014): <a href="http://enviroinfo.eu/sites/default/files/pdfs/vol8514/0525.pdf" target="_blank">"Orchestration of Geospatial Processes with RichWPS – A Practical Demonstration"</a> in EnviroInfo 2014: Proceedings of the 28th International Conference on Informatics for Environmental Protection, pp. 525-532, Oldenburg, Sep. 14, BSI-Verlag, Carl von Ossietzky University Oldenburg, ISBN 978-3-8142-2317-9.</li>
<li>Bensmann, Alcacer-Labrador, Ziegenhagen, Roosmann (2014): "The RichWPS Environment for Orchestration“ in OGC TC Meeting Calgary/Academic Summit, Sep. 14 issued in ISPRS Int. J. Geo-Inf., Volume 3, Issue 4 (December 2014), Pages 1157-1511 ; doi:10.3390/ijgi3041334</li>
<li>Wosniok, Bensmann, Lücker, Lehfeldt, Roosmann (2014): "Standardized Web Processing of Hydro-Engineering Operations" in 11th International Conference on Hydroscience & Engineering, Hamburg, Okt. 14.</li>
<li>Bensmann, Roosmann, Wössner, Abecker, Heidmann (2014): "RichWPS orchestration environment for geo services“ in 11th International Conference on Hydroscience & Engineering, Hamburg, Okt. 14.</li>
</ul>
<h2 id="downloads">Downloads</h2>
<p class="lead">
<ul>
<li><a href="/pdf/2014_RichWPS_Poster_v1_gross-2.pdf" target="_blank">(DE) Poster 2014 Overview RichWPS Environment</a></li>
</ul>
</p>
</div>
</div><!--container-->
<div id="contact" class="container white round" style="margin-top:25px;padding:10px;">
<div class="marketing">
<div class="row">
<div class="col-lg-3" style="text-align:center;">
<p>
<img src="/img/disy-logo.jpg" alt="" style="height: 64px;"><br/>
<b><a href="http://www.disy.net" target="_blank">Disy Informationssysteme GmbH<sup>1</sup></a></b>
</p>
<p>
Disy is the leading provider for spatial and environmental IT-solutions in Germany. We develop technologies that go beyond standard GIS and reporting and focus on improved and user-friendly information delivery to every desk. Our services range from specific expert applications for small user groups to major information systems designed for nationwide use.
</p>
<p>
In context of RichWPS we contribute our gained expertise in project leadership and the development of user-friendly OWS-based applications.
</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3" style="text-align:center;">
<p>
<img src="/img/hs-logo.png" alt="" style="height: 64px;"><br/>
<b><a href="http://www.ecs.hs-osnabrueck.de" target="_blank">University of Applied Sciences Osnabrück Faculty of
Engineering and Computer Science<sup>2</sup></a></b>
</p>
<p>With approximately 12.000 students and 100 majors (winter 2013) the UAS Osnabrück provides diverse capabilities
for education and research.</p>
<p>
In context of RichWPS the Faculty of Engineering and Computer Science accomplishes the alignment
between state of the art concepts and given scientific approaches. Beyond that, we contribute our experiences in
implementing distributed systems by providing and evaluating technical concepts.
</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3" style="text-align:center;">
<img src="/img/baw-logo.png" alt="" style="height: 64px;"><br/>
<b><a href="http://www.baw.de" target="_blank">Federal Waterways Engineering and Research Institute (BAW)<sup>3</sup></a></b>
<p>The BAW is the central technical and scientific federal authority of the BMVI covering the areas of structural, geotechnical and hydraulic engineering for German inland and coastal waterways. Research and development questions are mostly answered with numerical modeling methods, which is why BAW contributes real-life use cases to the RichWPS project. The engagement of distributed systems is motivated by high resource requirements of the modeling processes and the possible integration of modeling methods into standardized data infrastructures.
</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3" style="text-align:center;">
<img src="/img/lkn-logo.png" alt="" style="height: 64px;"><br/>
<b><a href="http://www.schleswig-holstein.de/LKN/EN/LKN_node.html" target="_blank">Schleswig-Holstein’s <br/>Government-Owned </br>Company for Coastal Protection,</br>National Parks and Ocean Protection (LKN)<sup>4</sup></a></b>
<p>The LKN conceives itself as a service provider for coastal protection along the Baltic and the North Sea as well as for the Wadden Sea National Park. It is the coastal protection authority, the port authority and, as far as the National Park is concerned, the nature conservation authority as well. The National Park Administration in Tönning, as part of the LKN, co-ordinates and approves research, projects and necessary maintenance and construction work. Together with the other Wadden Sea states, it organizes extensive environmental monitoring programmes.
</p>
<p>
In context of RichWPS we contribute a use case for the assessment of macrophytes according to the Water Framework Directive and the Marine Strategy Framework Directive. By applying and evaluating the developed software components, we verify the overall applicability of the chosen approach within public authority.
</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div>
</div>
<div class="container white round" style="margin-top:25px;padding:10px;">
<div class="marketing">
<footer style="margin-top:10px;">
<sup>0</sup>Federal Ministry of Education and Research <a href="http://www.bmbf.de/de/20655.php" target="_blank">KMU-innovativ</a> </br>
<sup>1</sup> Disy Informationssysteme GmbH, Ludwig-Erhard-Allee 6, 76131 Karlsruhe. Contact Andreas Abecker. </br>
<sup>2</sup> <a href="http://www.ecs.hs-osnabrueck.de" target="_blank">Hochschule Osnabrück - Fakultät für Ingenieurwissenschaften und Informatik</a>, Albrechtstrasse 30, 49076 Osnabrück. Contact Prof. Dr. Rainer Roosmann</br>
<sup>3</sup> Bundesanstalt für Wasserbau (BAW), Hamburg. Contact Rainer Lehfeldt. </br>
<sup>4</sup> Landesbetrieb Küstenschutz, Nationalpark und Meeresschutz Schleswig-Holstein (LKN), Herzog-Adolf-Straße 1, 25813 Husum. Contact Jörn Kohlus.</br>
Special thanks to <a href="http://getbootstrap.com" target="_blank">Twitter Bootstrap</a>, <a href="http://subtlepatterns.com" target="_blank">subtlepatterns.com</a>, <a href="http://simpleicon.com/license-agreement" target="_blank">simpleicon.com</a> and <a href="http://github.com" target="_blank">github.com</a><br/>
</footer>
</div>
</div> <!--container-->
</body>
</html>