Changes for page Talks

From version 2.1
edited by Andrea Omicini
on 17/12/2020 00:12
Change comment: There is no comment for this version
To version 1.1
edited by Michele Piunti
on 16/12/2020 15:03
Change comment: Imported from XAR

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.AndreaOmicini
1 +XWiki.MichelePiunti
Content
... ... @@ -1,33 +1,36 @@
1 1  #includeMacros("Main.MacroSheet")
2 2  #includeMacros("Publications.MacroSheet")
3 -#includeMacros("MichelePiunti.MacroSheet")
3 +#includeMacros("People.MacroSheet")
4 4  
5 +#set( $userName = "MichelePiunti" )
5 5  #set( $publicationMenu = true )
6 6  
7 -1 $userFullname's Publications
8 +1 #userFullname($userName)'s Publications
8 8  
9 9  1.1 In the #apice() Space
10 10  
11 11  I have authored a number of scientific publications, some of which are recorded in the #apice() [Publications space|Publications.WebHome].
12 12  Such publications can be accessed according to different criteria:
13 -* [All published articles | ${userSpace}.PapersPerYear?from=$firstYear&to=$lastYear] ordered by year
14 +#set( $lastYear = 2012 )
15 +#set( $firstYear = 2007 )
16 +* [All published articles | #userPersonalwiki($userName).PapersPerYear?from=$firstYear&to=$lastYear] ordered by year
14 14  #set( $listSeparator = ", " )
15 15  #set( $yearRange = [$lastYear.. $firstYear] )
16 -** Articles published in #foreach ($year in $yearRange) [$year | ${userSpace}.PapersPerYear?year=$year]#if ($year > $firstYear)$listSeparator#end#end
19 +** Articles published in #foreach ($year in $yearRange) [$year | #userPersonalwiki($userName).PapersPerYear?year=$year]#if ($year > $firstYear)$listSeparator#end#end
17 17  
18 -* [All unpublished articles| ${userSpace}.PapersPerStatus?status=unpublished] ordered by status
21 +* [All unpublished articles| #userPersonalwiki($userName).PapersPerStatus?status=unpublished] ordered by status
19 19  
20 20  #set ($statusRangeUnpublished = ['Draft','Submitted','Accepted','Accepted with revision','Revised','Camera-ready sent','Proof','In press'])
21 -** Articles not yet published: #foreach ($status in $statusRangeUnpublished) [$status | ${userSpace}.PapersPerStatus?status=$status]#if ($status != 'In press')$listSeparator#end#end
24 +** Articles not yet published: #foreach ($status in $statusRangeUnpublished) [$status | #userPersonalwiki($userName).PapersPerStatus?status=$status]#if ($status != 'In press')$listSeparator#end#end
22 22  
23 -* [All edited volumes| ${userSpace}.VolumesPerYear] ordered by year
26 +* [All edited volumes| #userPersonalwiki($userName).VolumesPerYear] ordered by year
24 24  
25 25  My publications in the #apice() space are indexed per
26 26  
27 -* [Co-Authors|${userSpace}.CoAuthorIndex]
28 -* [Co-Editors|${userSpace}.CoEditorIndex]
29 -* [Journal & Series|${userSpace}.JournalIndex]
30 -* [Tags|${userSpace}.TagIndex]
30 +* [Co-Authors|#userPersonalwiki($userName).CoAuthorIndex]
31 +* [Co-Editors|#userPersonalwiki($userName).CoEditorIndex]
32 +* [Journal & Series|#userPersonalwiki($userName).JournalIndex]
33 +* [Tags|#userPersonalwiki($userName).TagIndex]
31 31  
32 32  
33 33  1.1 In Other Digital Libraries and Bibliographic Portals
Avatar