Changes between Initial Version and Version 1 of ZooWebSite/2015/Code/ZOO-Services


Ignore:
Timestamp:
Jan 6, 2015, 5:40:28 PM (9 years ago)
Author:
djay
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ZooWebSite/2015/Code/ZOO-Services

    v1 v1  
     1{{{
     2#!html
     3<div class="zoo-default">
     4  <div class="container">
     5    <div class="col-xs-12 col-sm-2 col-lg-2 text-center">
     6      <span class="zoo-title "><img src="/img/zoo-pinguin.png" class="img-responsive circ"/></span>
     7    </div>
     8    <div class="col-xs-12 col-sm-10 col-lg-10 text-center">     
     9      <h1 class="section-heading">ZOO Services</h1>
     10      <h2 class="sub-heading">Ready to use WPS services</h2>
     11      <div class="well well well-heading">
     12        <p class="intnp"><a href="">ZOO Services</a> is a growing
     13  collection of ready to use WPS Services built on top of reliable
     14  open source libraries such as <a href="http://gdal.org"
     15  target="_blank">GDAL</a>, GRASS, CGAL and more. It aims at </p>
     16      </div>
     17    </div>
     18  </div>
     19</div>
     20
     21<div class="bblock">
     22 <div class="container">
     23  <div class="row zserv">
     24   <div class="col-md-3 text-center">
     25      <h3>GDAL based</h3>
     26      <img class="img-responsive img-circle center-block" src="/img/zoo-gdal.png" width="150" height="150" alt="GDAL" />
     27     <div class="text-center mtp">
     28       <a href="#" class="btn btn-warning btn-lg">View</a>
     29     </div>
     30   </div>
     31   <div class="col-md-3 text-center">
     32      <h3>GRASS GIS based</h3>
     33      <img class="img-responsive img-circle center-block" src="/img/zoo-grass.png" width="150" height="150" alt="GRASS" />
     34     <div class="text-center mtp">
     35       <a href="#" class="btn btn-warning btn-lg">View</a>
     36     </div>
     37   </div>
     38   <div class="col-md-3 text-center">
     39      <h3>CGAL based</h3>
     40      <img class="img-responsive img-circle center-block" src="/img/zoo-cgal.png" width="150" height="150" alt="CGAL" />
     41     <div class="text-center mtp">
     42       <a href="#" class="btn btn-warning btn-lg">View</a>
     43     </div>
     44   </div>
     45   <div class="col-md-3 text-center">
     46      <h3>Miscellaneous</h3>
     47      <img class="img-responsive img-circle center-block" src="/img/zoo-nogeo.png" width="150" height="150" alt="CGAL" />
     48     <div class="text-center mtp">
     49       <a href="#" class="btn btn-warning btn-lg">View</a>
     50     </div>
     51   </div>
     52</div>
     53</div>
     54</div>
     55
     56<div class="dblock">
     57  <div class="container">
     58    <div class="col-lg-12 text-center">
     59      <h1 class="content-heading">How-to</h1>
     60    </div>
     61    <div class="col-md-8 text-center">
     62     
     63    </div>
     64    <div class="col-md-4">
     65       
     66    </div>
     67  </div>
     68</div>
     69
     70
     71<div class="bblockb">
     72  <h1 class="section-heading-w">Hello world</h1>
     73  <div class="container">
     74        <div class="row">
     75        <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 bhoechie-tab-container">
     76            <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2 bhoechie-tab-menu">
     77              <div class="list-group">
     78                               
     79                <a href="#" class="list-group-item list-group-item2 active text-center">
     80                <img src="/img/zoo-monkey.png" class="img-responsive circb center-block mb" width="32" height="32"/>JavaScript
     81                </a>
     82                                <a href="#" class="list-group-item list-group-item2 text-center">
     83                  <img src="/img/zoo-snake.png" class="img-responsive circb center-block mb" width="32" height="32"/>Python
     84</a>
     85                <a href="#" class="list-group-item list-group-item2 text-center">
     86                            <img src="/img/zoo-cheetah.png" class="img-responsive circb center-block mb" width="32" height="32"/>C/C++
     87                </a>
     88
     89
     90              </div>
     91            </div>
     92            <div class="col-lg-10 col-md-10 col-sm-10 col-xs-10
     93            bhoechie-tab">
     94
     95                              <!-- JS section -->
     96                <div class="bhoechie-tab-content active">
     97                    <center>
     98                  <h3>JavaScript</h3>
     99<pre class="language-javascript">
     100<code>function hellojs(conf,inputs,outputs){
     101  outputs["result"]["value"]="Hello "+inputs["S"]["value"]+" from the JS World !";
     102  //SERVICE_SUCEEDED
     103  return Array(3,outputs);
     104}</code>
     105</pre>
     106                    </center>
     107                </div>
     108               
     109                <!-- Python section -->
     110                <div class="bhoechie-tab-content">
     111                    <center>
     112                  <h3>Python</h3>
     113<pre class="language-python">
     114<code>import zoo
     115def HelloPy(conf,inputs,outputs):
     116    outputs["Result"]["value"]="Hello "+inputs["a"]["value"]+" from Python World !"
     117    return zoo.SERVICE_SUCCEEDED
     118</code>
     119</pre>
     120                    </center>
     121                </div>
     122
     123   
     124                <!--C section -->
     125                <div class="bhoechie-tab-content">
     126                    <center>
     127<h3>C</h3>
     128<pre class="language-c">
     129<code>printf</code>
     130</pre>
     131                    </center>
     132                </div>
     133
     134            </div>
     135        </div>
     136  </div>
     137
     138<div class="col-md-12 text-center mtp">
     139  <a href="#" class="btn btn-warning btn-lg">All supported languages<a>
     140</div>
     141
     142</div>
     143 </div>
     144
     145
     146
     147<div class="dblock lig">
     148  <div class="container">
     149    <div class="col-lg-12 text-center">
     150      <h1 class="content-heading">Resources</h1>
     151    </div>
     152    <div class="col-xs-12 col-sm-4 col-lg-4 text-center"></div>
     153    <div class="col-xs-12 col-sm-8 col-lg-8 text-center">
     154    </div>
     155  </div>
     156</div>
     157}}}

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png