Changes for page Talks

From version 1.2
edited by Andrea Omicini
on 17/12/2020 00:09
Change comment: There is no comment for this version
To version 2.1
edited by Andrea Omicini
on 17/12/2020 00:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,24 +10,24 @@
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 | #userPersonalwiki($userName).PapersPerYear?from=$firstYear&to=$lastYear] ordered by year
13 +* [All published articles | ${userSpace}.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 | #userPersonalwiki($userName).PapersPerYear?year=$year]#if ($year > $firstYear)$listSeparator#end#end
16 +** Articles published in #foreach ($year in $yearRange) [$year | ${userSpace}.PapersPerYear?year=$year]#if ($year > $firstYear)$listSeparator#end#end
17 17  
18 -* [All unpublished articles| #userPersonalwiki($userName).PapersPerStatus?status=unpublished] ordered by status
18 +* [All unpublished articles| ${userSpace}.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 | #userPersonalwiki($userName).PapersPerStatus?status=$status]#if ($status != 'In press')$listSeparator#end#end
21 +** Articles not yet published: #foreach ($status in $statusRangeUnpublished) [$status | ${userSpace}.PapersPerStatus?status=$status]#if ($status != 'In press')$listSeparator#end#end
22 22  
23 -* [All edited volumes| #userPersonalwiki($userName).VolumesPerYear] ordered by year
23 +* [All edited volumes| ${userSpace}.VolumesPerYear] ordered by year
24 24  
25 25  My publications in the #apice() space are indexed per
26 26  
27 -* [Co-Authors|#userPersonalwiki($userName).CoAuthorIndex]
28 -* [Co-Editors|#userPersonalwiki($userName).CoEditorIndex]
29 -* [Journal & Series|#userPersonalwiki($userName).JournalIndex]
30 -* [Tags|#userPersonalwiki($userName).TagIndex]
27 +* [Co-Authors|${userSpace}.CoAuthorIndex]
28 +* [Co-Editors|${userSpace}.CoEditorIndex]
29 +* [Journal & Series|${userSpace}.JournalIndex]
30 +* [Tags|${userSpace}.TagIndex]
31 31  
32 32  
33 33  1.1 In Other Digital Libraries and Bibliographic Portals
Avatar