Changes for page Projects
To version 4.1
edited by Andrea Omicini
on 21/11/2021 13:04
on 21/11/2021 13:04
Change comment:
Document converted from syntax xwiki/1.0 to syntax xwiki/2.1
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki 1.01 +XWiki 2.1 - Content
-
... ... @@ -1,30 +1,32 @@ 1 -#if(!($mainMacrosheet == "loaded"))#includeMacros("Main.MacroSheet")#end 2 -#if(!($peopleMacrosheet == "loaded"))#includeMacros("People.MacroSheet")#end 3 -#set( $userName = "ElenaNardini" ) 4 -#set($userFullname = "#userFullname($userName)") 5 -#set($userSpace = "#userPersonalwiki($userName)") 1 +{{include document="Main.MacroSheet"/}}{{include document="ElenaNardini.MacroSheet"/}} 2 + 3 +{{velocity filter="none"}} 4 +{{html clean="false" wiki="true"}} 6 6 #set( $projectMenu = true ) 7 - ##6 + 8 8 #if ($context.language=="it") 9 -1 Progetti di $userFullname 10 10 9 += Progetti di $userFullname = 10 + 11 11 Di seguito, i progetti cui ha partecipato $userName 12 12 #else 13 -1 $userFullname's Projects 14 14 14 += $userFullname's Projects = 15 + 15 15 Below, the projects in which $userFullname has been involved. 16 16 #end 17 17 18 - 1.1#stringEnIt("Ongoing Projects","Progetti in corso")19 +== #stringEnIt("Ongoing Projects","Progetti in corso") == 19 19 20 -* [#semhealth() |SemHealthCoord.WebHome]: Semantic Health Coordination~~(2011-2013)~~21 -* [#sapere() |SAPERE.WebHome]: Self-aware Pervasive Service Ecosystems~~(2010-2013)~~21 +* [[#semhealth()>>SemHealthCoord.WebHome]]: Semantic Health Coordination //(2011-2013)// 22 +* [[#sapere()>>SAPERE.WebHome]]: Self-aware Pervasive Service Ecosystems //(2010-2013)// 22 22 23 - 1.1#stringEnIt("International Projects","Progetti internazionali")24 +== #stringEnIt("International Projects","Progetti internazionali") == 24 24 25 -* [#reset() |MINERVA-RESET.WebHome]: #stringEnIt("Social Networks and Promotion of Knowledge Construction through E-Learning Tools","Reti sociali e promozione della costruzione di conoscenze in contesti e-learning")~~(2006-2008)~~26 +* [[#reset()>>MINERVA-RESET.WebHome]]: #stringEnIt("Social Networks and Promotion of Knowledge Construction through E-Learning Tools","Reti sociali e promozione della costruzione di conoscenze in contesti e-learning") //(2006-2008)// 26 26 27 - 1.1#stringEnIt("National","Nazionali")28 +== #stringEnIt("National","Nazionali") == 28 28 29 -* [#mensa() | MEnSA.WebHome]: #stringEnIt("Methodologies for the Engineering of complex Software systems: Agent-based approach","Metodologie per l'ingegneria dei sistemi software complessi: approccio ad agenti") ~~(2007-2009)~~ 30 - 30 +* [[#mensa()>>MEnSA.WebHome]]: #stringEnIt("Methodologies for the Engineering of complex Software systems: Agent-based approach","Metodologie per l'ingegneria dei sistemi software complessi: approccio ad agenti") //(2007-2009)// 31 +{{/html}} 32 +{{/velocity}}