1 {% extends "layout_wide.html" %}
4 <div class="container">
6 <div class="col-md-12">
7 <ul class="nav nav-tabs nav-section">
8 <li class="active"><a href="#about"><img src="{{ STATIC_URL }}icons/slices-xs.png" alt="About" />About</a></li>
9 <li><a href="#components">Underlying technologies</a></li>
16 <div class="container tab-content">
17 <div class="tab-pane active row" id="about">
18 <div class="col-md-12">
20 OneLab Portal is a central place to get acess to all OneLab testbeds.In order to get access to the portal,
21 an experimenter needs to <a href="/portal/register">register</a> to the portal. The portal administrative body
22 is responsible to accept or reject newly registered users.
25 To learn more about OneLab visit: <a href="http://onelab.eu/" target="_blank">http://onelab.eu/</a>
28 If you have any questions regarding using the portal visit: <a href="/portal/support">OneLab support</a>
31 OneLab portal is a community effot. To get more information about OneLab portal team visit:
32 <a href="http://myslice.info/community" target="_blank">http://myslice.info/community</a>
36 <div class="tab-pane row" id="components">
37 <div class="col-md-12">
38 <h3>A ready-made and easily customisable user interface for your testbed.</h3>
40 MySlice is an ambitious project aiming to support researchers throughout the lifecycle of experiments that can run on a variety
41 of testbeds spanning different administrative domains and networking technologies. Its basic principle is to bring together
42 available resources with useful information (characteristics, performance, network measurements).
45 MySlice inititiave started in Janury 2011 by offering annotation services for the first ederated experimental resources. Today,
46 MySlice has taken a big step toward becoming a tand-alone web framework, which will present all available resources from testbeds
47 across the world, interconnected through the Slice-based Facility Architecture (SFA) and annotated by the TopHat measurement system.
50 Our framework is built with standard programming tools (python and javascript for the front-end and python for the back-end)
51 and has a modular structure based on the concept of plugins for implementing different core functionalities (query editing,
52 data display, and resource allocation).
55 The goal is to enable developers with expertise on different testbed technologies and different experimental
56 practices to work in parallel for optimizing the tools presented to the users allowing them for a wide range of choices
57 according to their own requirements. Opening in this way the development of web-based user tools for experimentation and
58 sharing effort and information can increase significantly the chances for the achievement of our challenging objective.
61 <div class="col-md-12">
62 <h3>Portal Components</h3>
63 <h5>Myslice (Web Frontend)</h5>
65 A full-fledged and modular web portal for a testbed federation allowing user to register,
66 request slices and browse and book resources, with a strong emphasis on measurements.
68 <p> More Info: <a href="http://myslice.info/" target="_blank">http://myslice.info/</a></p>
69 <p> Code: <a href="http://git.onelab.eu/?p=myslice.git;a=summary" target="_blank">Git Repository</a> (read only)</p>
71 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>.
75 <h5>Manifold (Portal backend)</h5>
77 Manifold is the backend that is running behind the portal. It is a component allowing the integration of distributed
78 and heterogeneous data sources, such as measurement platforms or data repositories.
80 <p> Documentation: <a href="http://trac.myslice.info/" target="_blank">http://trac.myslice.info/</a></p>
81 <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>
83 <h5>OneLab Registry</h5>
84 <p>It's a SFA registry. SFA Registry is a specific installation mode of the SFAWrapper (Registry Only mode).</p>
85 <p> More Info: <a href="http://svn.planet-lab.org/wiki/SfaDeveloperRegistryTutorial#RunninginRegistry-Onlymode" target="_blank">SFA Registry</a></p>
91 $(document).ready(function() {
92 $('.nav-tabs a').click(function (e) {