From: Yasin Date: Mon, 31 Mar 2014 16:27:23 +0000 (+0200) Subject: About: tabbed X-Git-Tag: myslice-1.1~151^2~10 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=076aa2fb76378f97fc58f6781eac760002942727;p=unfold.git About: tabbed --- diff --git a/portal/templates/about.html b/portal/templates/about.html index cb118c2b..eab31c08 100644 --- a/portal/templates/about.html +++ b/portal/templates/about.html @@ -1,71 +1,99 @@ {% extends "layout.html" %} {% block content %} -
-
-

About MySlice About

-
+
+
-
-
-

A ready-made and easily customisable user interface for your testbed.

-

- MySlice is an ambitious project aiming to support researchers throughout the lifecycle of experiments that can run on a variety - of testbeds spanning different administrative domains and networking technologies. Its basic principle is to bring together - available resources with useful information (characteristics, performance, network measurements). -

-

- MySlice inititiave started in Janury 2011 by offering annotation services for the first ederated experimental resources. Today, - MySlice has taken a big step toward becoming a tand-alone web framework, which will present all available resources from testbeds - across the world, interconnected through the Slice-based Facility Architecture (SFA) and annotated by the TopHat measurement system. -

-

- 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 structure based on the concept of plugins for implementing different core functionalities (query editing, - data display, and resource allocation). -

-

- The goal is to enable developers with expertise on different testbed technologies and different experimental - practices to work in parallel for optimizing the tools presented to the users allowing them for a wide range of choices - according to their own requirements. Opening in this way the development of web-based user tools for experimentation and - sharing effort and information can increase significantly the chances for the achievement of our challenging objective. -

+
+
+
+

+ OneLab Portal is a central place to get acess to all OneLab testbeds.In order to get access to the portal, + an experimenter needs to register to the portal. The portal administrative body + is responsible to accept or reject newly registered users. +

+

+ To learn more about OneLab visit: http://onelab.eu/ +

+

+ If you have any questions regarding using the portal visit: OneLab support +

+

+ OneLab portal is a community effot. To get more information about OneLab portal team visit: + http://myslice.info/community +

+
-
- - -
-
-

Portal Components

-

Myslice (Web Frontend)

-

- MySlice is an ambitious project aiming to support researchers throughout the - lifecycle of experiments that can run on a variety of testbeds spanning different - administrative domains and networking technologies. Its basic principle is to bring - together available resources with useful information (characteristics, performance, network measurements). -

+
+
+

A ready-made and easily customisable user interface for your testbed.

+

+ MySlice is an ambitious project aiming to support researchers throughout the lifecycle of experiments that can run on a variety + of testbeds spanning different administrative domains and networking technologies. Its basic principle is to bring together + available resources with useful information (characteristics, performance, network measurements). +

+

+ MySlice inititiave started in Janury 2011 by offering annotation services for the first ederated experimental resources. Today, + MySlice has taken a big step toward becoming a tand-alone web framework, which will present all available resources from testbeds + across the world, interconnected through the Slice-based Facility Architecture (SFA) and annotated by the TopHat measurement system. +

+

+ 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 structure based on the concept of plugins for implementing different core functionalities (query editing, + data display, and resource allocation). +

+

+ The goal is to enable developers with expertise on different testbed technologies and different experimental + practices to work in parallel for optimizing the tools presented to the users allowing them for a wide range of choices + according to their own requirements. Opening in this way the development of web-based user tools for experimentation and + sharing effort and information can increase significantly the chances for the achievement of our challenging objective. +

+
+
+

Portal Components

+
Myslice (Web Frontend)
+

+ MySlice is an ambitious project aiming to support researchers throughout the + lifecycle of experiments that can run on a variety of testbeds spanning different + administrative domains and networking technologies. Its basic principle is to bring + together available resources with useful information (characteristics, performance, network measurements). +

+

More Info: http://myslice.info/

+

Code: Git Repository (read only)

+

+ If you need write access to the git repository you need first to send your public key to support@myslice.info. +

-

More Info: http://myslice.info/

-

Code: Git Repository (read only)

-

-If you need write access to the git repository you need first to send your public key to support@myslice.info. -

+
Manifold (Portal backend)
+

Manifold is the backend that is running behind the portal.

+

Documentation: http://trac.myslice.info/

+

Code: Git Repository (read only)

+
OneLab Registry
+

It's a SFA registry. SFA Registry is a specific installation mode of the SFAWrapper (Registry Only mode).

+

More Info: SFA Registry

+
+
+
-

Manifold (Portal backend)

-Manifold is the backend that is running behind the portal. - -

Documentation: http://trac.myslice.info/

-

Code: Git Repository (read only)

- -

OneLab Registry

-

It's a SFA registry. SFA Registry is a specific installation mode of the SFAWrapper (Registry Only mode).

-

More Info: SFA Registry

+ -
-
{% endblock %}