Changes for page Angelo Croatti

From version 5.1
edited by Angelo Croatti
on 15/02/2021 17:56
Change comment: There is no comment for this version
To version 2.1
edited by Andrea Omicini
on 02/12/2020 16:34
Change comment: Imported from XAR

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ACroatti
1 +XWiki.AndreaOmicini
Content
... ... @@ -1,5 +1,21 @@
1 -#includeMacros("Main.MacroSheet")#includeMacros("People.MacroSheet")
1 +#includeMacros("Main.MacroSheet")
2 +#includeMacros("People.MacroSheet")
2 2  #includeMacros("AngeloCroatti.MacroSheet")
4 +#set( $userFullname = $xwiki.getUserName($userName, false) )
5 +#macro(iframe $url $name $width $height)
6 +#if($name=="")
7 +#set($name = "iframe")
8 +#end
9 +#if($width=="")
10 +#set($width="100%")
11 +#end
12 +#if($height=="")
13 +#set($height="500px")
14 +#end
15 +<iframe src="${url}" name="${name}" width="${width}" height="${height}" frameborder="0"></iframe>
16 +#end
17 +##
18 +1 $userFullname's Home
3 3  
4 4  Angelo Croatti is a *Research Fellow* at the Computer Science and Engineering Department (DISI) of the Alma Mater Studiorum - University of Bologna. Also, he is an *Adjunct Professor* in the context of the course of "Object-Oriented Programming" at the Computer Science and Engineering Programme, Campus of Cesena.
5 5