About: text updated
[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"  style="text-align:justify;">
12         <div class="col-md-12">
13                         <p>
14                                 The OneLab Portal is the central site that allows users access to all OneLab testbeds. In order to gain access to the portal, 
15                                 you must first  <a href="/register">register</a> to the portal. After you submit your sign-up form, you will have immediate but 
16                                 limited access to the portal. The OneLab support team, which monitors portal access, will then confirm your new user sign-up request 
17                                 and notify the manager of your organization. Once the manager validates your request you will have full access to all testbed resources.
18                         </p>
19                         <p>
20                                 OneLab provides users with access to <a href="http://planet-lab.eu/" target="_blank">PlanetLab Europe</a>, 
21                                 <a href="http://nitlab.inf.uth.gr/NITlab/index.php/testbed" target="_blank">NITOS</a>, 
22                                 and <a href="https://www.iot-lab.info/" target="_blank">IoT-LAB</a> testbeds, each of which has its own characteristics that allow users 
23                                 to choose according to the needs of their experiments. PlanetLab Europe is an internet-overlaid platform providing 300 servers for over 
24                                 150 European locations, or one thousand total servers at 500 world-wide locations. NITOS wireless mobility testbeds allow users to customize 
25                                 environmental components so as to test their experiments in real-world settings; while IoT-LAB platforms offer users over 2700 fixed or mobile 
26                                 wireless sensor nodes in six different locations across France.
27                         </p>
28                         <p>
29                                 To learn more about OneLab consortium, please visit:  <a href="https://www.onelab.eu" target="_blank">onelab.eu</a>                     
30                         </p>
31                         <p>
32                                 If you have any questions regarding how to use the portal, please visit: <a href="/support">OneLab support</a>
33                         </p>
34                         <p>
35                                 The OneLab portal is a community effort. To get more information about the portal team, please visit our member profile page at: 
36                                 <a href="http://myslice.info/community" target="_blank">myslice.info/community</a>
37                         </p>
38                 </div>
39         </div>
40         <div class="row"  style="text-align:justify;">
41                 <div class="col-md-12">
42                         <br />
43                         <h3>The MySlice Software: A ready-made and easily customizable user interface for your testbed</h3>
44                                 <p>
45                                         MySlice is an ambitious project aimed at supporting users and assisting them throughout the lifecycle of their experiments. 
46                                         The MySlice software includes a web front-end as well as a backend called Manifold. Manifold is a component allowing the integration 
47                                         of distributed and heterogeneous data sources, such as measurement platforms or data repositories. 
48                                 </p>
49                                 <p>
50                                         Experiments can be deployed on a variety of testbeds spanning across different administrative domains and networking technologies. 
51                                         The basic principle of MySlice is to bring together available resources with useful information (characteristics, performance, network measurements).
52
53                                 </p>
54                                 <p>
55                                         The MySlice initiative started in January 2011 by offering annotation services for the first federated experimental resources. Today, MySlice has 
56                                         taken a big step toward becoming a stand-alone web framework, which will present to its users all available resources from testbeds across the world. 
57                                 </p>
58                                 <p>
59                                         The testbeds are interconnected through the Slice-based Facility Architecture (SFA) and annotated by the TopHat measurement system.
60                                 </p>
61                                 <p>
62                                         Our framework is built with standard programming tools (python and javascript for the front-end and python for the back-end) and has a modular 
63                                         structure based on the concept of plugins, used for implementing different core functionalities (query editing, data display, and resource allocation).
64                                 </p>
65                                 <p>
66                                         The goal of MySlice is to enable developers with expertise in different testbed technologies and experimental practices to create, develop, or edit new 
67                                         testbed features. These features allow users to choose from a wide range of testbed characteristics according to their own experiments' requirements. 
68                                         Opening the development of web-based user tools for experimentation and the sharing of information will allow for the achievement of the MySlice objective.
69                                 </p>
70                 </div>
71                 <div class="col-md-12">
72                         <br />
73                         <h3>Portal Components</h3>
74                                 <h4>Myslice</h4>
75                                 <ul><li><b>Web Frontend</b>
76                                         <p> More Info: <a href="http://myslice.info/" target="_blank">http://myslice.info/</a></p>
77                                         <p> Code: <a href="http://git.onelab.eu/?p=myslice.git;a=summary" target="_blank">Git Repository</a> (read only)</p> 
78                                         <p> 
79                                                 If you need write access to the git repository you mustfirst to send your public key to <a href="mailto:support@onelab.eu">support@onelab.eu</a>.
80                                         </p>
81                                         </li>
82
83                                 <li><b>Backend (Manifold)</b>
84                                         <p> Documentation: <a href="http://trac.myslice.info/" target="_blank">http://trac.myslice.info/</a></p>
85                                         <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>     
86                                 </li></ul>
87                                 <h4>OneLab Registry</h4>
88                                         <p>The OneLab registry is a SFA registry is a specific installation mode of the SFAWrapper (Registry Only mode).</p>
89                                         <p> More Info: <a href="http://svn.planet-lab.org/wiki/SfaDeveloperRegistryTutorial#RunninginRegistry-Onlymode" target="_blank">SFA Registry</a></p>
90         </div>
91    </div>
92 </div>
93 {% endblock %}