resources all/reserved/pending side menu with pending number
[myslice.git] / portal / templates / about.html
1 {% extends "layout.html" %}
2
3 {% block content %}
4 <div class="row">
5         <div class="col-md-12">
6         <h1><img src="{{ STATIC_URL }}icons/slices-xs.png" alt="About MySlice" /> About</h1>
7         </div>
8 </div>
9
10 <div class="row">
11         <div class="col-md-12">
12         <h3>A ready-made and easily customisable user interface for your testbed.</h3>
13
14         <p>
15                 MySlice is an ambitious project aiming to support researchers throughout the lifecycle of experiments that can run on a variety 
16                 of testbeds spanning different administrative domains and networking technologies. Its basic principle is to bring together 
17                 available resources with useful information (characteristics, performance, network measurements).
18         </p>
19         <p>
20         MySlice inititiave started in Janury 2011 by offering annotation services for the first ederated experimental resources. Today, 
21         MySlice has taken a big step toward becoming a tand-alone web framework, which will present all available resources from testbeds 
22         across the world, interconnected through the Slice-based Facility Architecture (SFA) and annotated by the TopHat measurement system.
23         </p>
24         <p>
25         Our framework is built with standard programming tools (python and javascript for the front-end and python for the back-end) 
26         and has a modular structure based on the concept of plugins for implementing different core functionalities (query editing, 
27         data display, and resource allocation).
28         </p>
29         <p>
30         The goal is to enable developers with expertise on different testbed technologies and different experimental 
31         practices to work in parallel for optimizing the tools presented to the users allowing them for a wide range of choices 
32         according to their own requirements. Opening in this way the development of web-based user tools for experimentation and 
33         sharing effort and information can increase significantly the chances for the achievement of our challenging objective.
34         </p>
35         </div>
36 </div>
37
38
39 <div class="row">
40         <div class="col-md-12">
41 <h2>Portal Components</h2>
42 <h3>Myslice (Web Frontend)</h3>
43 <p>
44         MySlice is an ambitious project aiming to support researchers throughout the 
45         lifecycle of experiments that can run on a variety of testbeds spanning different 
46         administrative domains and networking technologies. Its basic principle is to bring 
47         together available <b>resources</b> with <b>useful information</b> (characteristics, performance, network measurements).
48         </p>
49
50 <p> More Info: <a href="http://myslice.info/" target="_blank">http://myslice.info/</a></p>
51 <p> Code: <a href="http://git.onelab.eu/?p=myslice.git;a=summary" target="_blank">Git Repository</a> (read only)</p> 
52
53 <p> 
54 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>.
55 </p>
56
57
58 <h3>Manifold (Portal backend)</h3>
59 Manifold is the backend that is running behind the portal.
60
61 <p> Documentation: <a href="http://trac.myslice.info/" target="_blank">http://trac.myslice.info/</a></p>
62 <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>     
63
64 <h3>OneLab Registry</h3>
65 <p>It's a SFA registry. SFA Registry is a specific installation mode of the SFAWrapper (Registry Only mode).</p>
66 <p> More Info: <a href="http://svn.planet-lab.org/wiki/SfaDeveloperRegistryTutorial#RunninginRegistry-Onlymode" target="_blank">SFA Registry</a></p>
67
68     </div>
69 </div>
70
71 {% endblock %}