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 3.1
edited by Andrea Omicini
on 13/12/2020 01:07
Change comment: There is no comment for this version

Summary

Details

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