Changes for page Publications

From version 1.1
edited by Andrea Omicini
on 08/10/2020 01:35
Change comment: Imported from XAR
To version 2.1
edited by Andrea Omicini
on 21/10/2020 16:57
Change comment: Imported from XAR

Summary

Details

Page properties
Content
... ... @@ -1,34 +1,32 @@
1 1  #includeMacros("Main.MacroSheet")
2 2  #includeMacros("Publications.MacroSheet")
3 -#includeMacros("People.MacroSheet")
4 -#includeMacros("Publications.GlobalVars")
3 +#includeMacros("AlessandroRicci.MacroSheet")
5 5  
6 -#set( $userName = "XWiki.ARicci" )
7 7  #set( $publicationMenu = true )
8 8  
9 -1 #userFullname($userName)'s Publications
7 +1 $userFullname's Publications
10 10  
11 11  I have both authored and edited a number of scientific publications.
12 12  Some of them are listed below.
13 13  Some are already organised according to a preliminary structure:
14 -##set( $lastYear = 2013 )
15 -#set( $firstYear = 2001 )
16 -* [All published articles | #userPersonalwiki($userName).PapersPerYear?from=$firstYear&to=$lastYear] ordered by year
12 +#set($lastYear = $lastYearPub)
13 +#set($firstYear = $firstYearPub)
14 +* [All published articles | ${userSpace}.PapersPerYear?from=$firstYear&to=$lastYear] ordered by year
17 17  #set( $listSeparator = ", " )
18 18  #set( $yearRange = [$lastYear.. $firstYear] )
19 -* Articles published in #foreach ($year in $yearRange) [$year | #userPersonalwiki($userName).PapersPerYear?year=$year]#if ($year > $firstYear)$listSeparator#end#end
17 +* Articles published in #foreach ($year in $yearRange) [$year | ${userSpace}.PapersPerYear?year=$year]#if ($year > $firstYear)$listSeparator#end#end
20 20  
21 -* [All unpublished articles| #userPersonalwiki($userName).PapersPerStatus?status=unpublished] ordered by status
19 +* [All unpublished articles| ${userSpace}.PapersPerStatus?status=unpublished] ordered by status
22 22  
23 23  #set ($statusRangeUnpublished = ['Draft','Submitted','Accepted','Accepted with revision','Revised','Camera-ready sent','Proof','In press'])
24 -* Articles not yet published: #foreach ($status in $statusRangeUnpublished) [$status | #userPersonalwiki($userName).PapersPerStatus?status=$status]#if ($status != 'In press')$listSeparator#end#end
22 +* Articles not yet published: #foreach ($status in $statusRangeUnpublished) [$status | ${userSpace}.PapersPerStatus?status=$status]#if ($status != 'In press')$listSeparator#end#end
25 25  
26 -* [All edited volumes| #userPersonalwiki($userName).VolumesPerYear] ordered by year
24 +* [All edited volumes| ${userSpace}.VolumesPerYear] ordered by year
27 27  
28 28  My publications in the #apice() space are indexed per
29 29  
30 -* [Co-Authors|#userPersonalwiki($userName).CoAuthorIndex]
31 -* [Co-Editors|#userPersonalwiki($userName).CoEditorIndex]
32 -* [Journal & Series|#userPersonalwiki($userName).JournalIndex]
33 -* [Tags|#userPersonalwiki($userName).PublicationTags]
28 +* [Co-Authors|${userSpace}.CoAuthorIndex]
29 +* [Co-Editors|${userSpace}.CoEditorIndex]
30 +* [Journal & Series|${userSpace}.JournalIndex]
31 +* [Tags|${userSpace}.PublicationTags]
34 34