Changes for page Publications

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

Summary

Details

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