function ContenidoColumnaIzquierda()
{
?>
JGOMAS has been designed as a modular architecture composed
of different components: a JADE platform, JGOMAS agents and
3D viewers.
All the JGOMAS agents run on the JADE platform. There is a
special agent among the JGOMAS agents, the Manager Agent,
which is responsible of the coordination among the rest of the system
agents and sends all the relevant information to the 3D viewers.
}
function ContenidoSidebar()
{
?>
Topics
System Architecture
Agent Architecture
Render Engine
}
include_once("../../styles/layout.php");
HeadGti(1);
BodyAndWrapper();
CabeceraYMenuTool( "JGomas", "Game Oriented Multiagent System based on Jade");
MenuToolGti( 1 );
FinSeccion (); //Menu
InicioContenidoPagina ();
InicioColumnaIzquierda ();
Titular ("System Architecture");
ContenidoColumnaIzquierda();
FinSeccion (); // Columna Izquierda
InicioColumnaDerecha();
ImagenLateral ();
InicioSidebar ();
ContenidoSidebar ();
FinSeccion (); // Sidebar
FinSeccion (); // ColumnaDerecha;
FinSeccion (); // ContenidoPagina;
Footer();
FinSeccion(); // Footer;
FinSeccion(); // Wrapper
FinalPagina();
?>