Changes for page Angelo Croatti
From version 5.1
edited by Angelo Croatti
on 15/02/2021 17:56
on 15/02/2021 17:56
Change comment:
There is no comment for this version
To version 3.1
edited by Andrea Omicini
on 12/12/2020 16:13
on 12/12/2020 16:13
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.A Croatti1 +XWiki.AndreaOmicini - Content
-
... ... @@ -1,6 +1,23 @@ 1 -#includeMacros("Main.MacroSheet")#includeMacros("People.MacroSheet") 1 +#includeMacros("Main.MacroSheet") 2 +#includeMacros("People.MacroSheet") 2 2 #includeMacros("AngeloCroatti.MacroSheet") 3 3 5 +#set( $userFullname = $xwiki.getUserName($userName, false) ) 6 +#macro(iframe $url $name $width $height) 7 +#if($name=="") 8 +#set($name = "iframe") 9 +#end 10 +#if($width=="") 11 +#set($width="100%") 12 +#end 13 +#if($height=="") 14 +#set($height="500px") 15 +#end 16 +<iframe src="${url}" name="${name}" width="${width}" height="${height}" frameborder="0"></iframe> 17 +#end 18 +## 19 +1 $userFullname's Home 20 + 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 6 6 In 2014 he received his *Master's Degree cum laude in Computer Science and Engineering* at the University of Bologna, and in 2019 he obtained the *Ph.D. in Computer Science and Engineering* at the same university.