X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=portal%2Ftemplates%2Fabout.html;fp=portal%2Ftemplates%2Fabout.html;h=bddeb7e580173afd7b12172932e8b69dfad5f06d;hb=2f89f2e81c44a63d6d90746a1f3c126603280b66;hp=375946cb670a07370615b2354670f664fadcfbfd;hpb=6ba53085c00c1f416b28fd505e6611c154f0cc71;p=myslice.git diff --git a/portal/templates/about.html b/portal/templates/about.html index 375946cb..bddeb7e5 100644 --- a/portal/templates/about.html +++ b/portal/templates/about.html @@ -1,10 +1,41 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} -{% block unfold_main %} -
+{% block content %} +
+

About MySlice About

-

This portal is powered by MySlice

-More info +
+

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 (php 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. +

+

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

+

+ Go to the MySlice web site or the OneLab public web site +

+
{% endblock %}