typo
[myslice.git] / portal / templates / onelab / onelab_about.html
1 {% extends "layout_wide.html" %}
2
3 {% block content %}
4 <div class="container">
5     <div class="row">
6         <div class="col-md-12">
7                 <h1><img src="{{ STATIC_URL }}icons/support-xs.png" alt="About" />About</h1>
8         </div>
9     </div>
10  
11         <div class="row">
12         <div class="col-md-12">
13                         <p>
14                                 OneLab Portal is a central place to get acess to all OneLab testbeds. In order to get access to the portal,
15                                 an experimenter needs to  <a href="/register">register</a> to the portal. The portal administrative body
16                                 is responsible to accept or reject newly registered users.   
17                         </p>
18                         <p>
19                                 To learn more about OneLab visit:  <a href="http://onelab.eu" target="_blank">onelab.eu</a>                     
20                         </p>
21                         <p>
22                                 If you have any questions regarding using the portal visit: <a href="/support">OneLab support</a>
23                         </p>
24                         <p>
25                                 OneLab portal is a community effort. To get more information about OneLab portal team visit: 
26                                 <a href="http://myslice.info/community" target="_blank">myslice.info/community</a>
27                         </p>
28                 </div>
29         </div>
30         <div class="row">
31                 <div class="col-md-12">
32                         <br />
33                         <h3>A ready-made and easily customisable user interface for your testbed.</h3>
34                                 <p>
35                                         MySlice is an ambitious project aiming to support researchers throughout the lifecycle of experiments that can run on a variety 
36                                         of testbeds spanning different administrative domains and networking technologies. Its basic principle is to bring together 
37                                         available resources with useful information (characteristics, performance, network measurements).
38                                 </p>
39                                 <p>
40                                         MySlice inititiave started in Janury 2011 by offering annotation services for the first ederated experimental resources. Today, 
41                                         MySlice has taken a big step toward becoming a stand-alone web framework, which will present all available resources from testbeds 
42                                         across the world, interconnected through the Slice-based Facility Architecture (SFA) and annotated by the TopHat measurement system.
43                                 </p>
44                                 <p>
45                                         Our framework is built with standard programming tools (python and javascript for the front-end and python for the back-end) 
46                                         and has a modular structure based on the concept of plugins for implementing different core functionalities (query editing, 
47                                         data display, and resource allocation).
48                                 </p>
49                                 <p>
50                                         The goal is to enable developers with expertise on different testbed technologies and different experimental 
51                                         practices to work in parallel for optimizing the tools presented to the users allowing them for a wide range of choices 
52                                         according to their own requirements. Opening in this way the development of web-based user tools for experimentation and 
53                                         sharing effort and information can increase significantly the chances for the achievement of our challenging objective.
54                                 </p>
55                 </div>
56                 <div class="col-md-12">
57                         <br />
58                         <h3>Portal Components</h3>
59                                 <h5>Myslice (Web Frontend)</h5>
60                                         <p>
61                                                 A full-fledged and modular web portal for a testbed federation allowing user to register, 
62                                                 request slices and browse and book resources, with a strong emphasis on measurements.
63                                         </p>
64                                         <p> More Info: <a href="http://myslice.info/" target="_blank">http://myslice.info/</a></p>
65                                         <p> Code: <a href="http://git.onelab.eu/?p=myslice.git;a=summary" target="_blank">Git Repository</a> (read only)</p> 
66                                         <p> 
67                                                 If you need write access to the git repository you need first to send your public key to <a href="mailto:support@myslice.info">support@myslice.info</a>.
68                                         </p>
69
70
71                                 <h5>Manifold (Portal backend)</h5>
72                                         <p>
73                                                 Manifold is the backend that is running behind the portal. It is a component allowing the integration of distributed 
74                                                 and heterogeneous data sources, such as measurement platforms or data repositories.
75                                         </p>
76                                         <p> Documentation: <a href="http://trac.myslice.info/" target="_blank">http://trac.myslice.info/</a></p>
77                                         <p> Code: <a href="https://git.top-hat.info/?p=tophat.git;a=shortlog;h=refs/heads/devel" target="_blank">Git Repository</a> (read only)</p>     
78
79                                 <h5>OneLab Registry</h5>
80                                         <p>It's a SFA registry. SFA Registry is a specific installation mode of the SFAWrapper (Registry Only mode).</p>
81                                         <p> More Info: <a href="http://svn.planet-lab.org/wiki/SfaDeveloperRegistryTutorial#RunninginRegistry-Onlymode" target="_blank">SFA Registry</a></p>
82         </div>
83    </div>
84 </div>
85 {% endblock %}