Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[myslice.git] / portal / templates / about.html
1 {% extends "layout.html" %}
2
3 {% block content %}
4 <div class="row">
5         <h1><img src="{{ STATIC_URL }}img/icon_slices_small.png" alt="About MySlice" /> About</h1>
6 </div>
7
8 <div class="row">
9         <h3>A ready-made and easily customisable user interface for your testbed.</h3>
10
11         <p>
12                 MySlice is an ambitious project aiming to support researchers throughout the lifecycle of experiments that can run on a variety 
13                 of testbeds spanning different administrative domains and networking technologies. Its basic principle is to bring together 
14                 available resources with useful information (characteristics, performance, network measurements).
15         </p>
16         <p>
17         MySlice inititiave started in Janury 2011 by offering annotation services for the first ederated experimental resources. Today, 
18         MySlice has taken a big step toward becoming a tand-alone web framework, which will present all available resources from testbeds 
19         across the world, interconnected through the Slice-based Facility Architecture (SFA) and annotated by the TopHat measurement system.
20         </p>
21         <p>
22         Our framework is built with standard programming tools (php and javascript for the front-end and python for the back-end) 
23         and has a modular structure based on the concept of plugins for implementing different core functionalities (query editing, 
24         data display, and resource allocation).
25         </p>
26         <p>
27         The goal is to enable developers with expertise on different testbed technologies and different experimental 
28         practices to work in parallel for optimizing the tools presented to the users allowing them for a wide range of choices 
29         according to their own requirements. Opening in this way the development of web-based user tools for experimentation and 
30         sharing effort and information can increase significantly the chances for the achievement of our challenging objective.
31         </p>
32         <p>
33         You can access the code at git.myslice.info. If you need write access to the git repository you need first to send
34          your public key to <a href="mailto:support@myslice.info">support@myslice.info</a>. 
35         </p>
36         <p>
37                 Go to the <a href ="http://myslice.info">MySlice web site</a> or the <a href ="http://onelab.eu">OneLab public web site</a>
38         </p>
39 </div>
40
41 {% endblock %}