Changes for page Publications

From version 3.1
edited by Andrea Omicini
on 30/07/2021 17:58
Change comment: Document converted from syntax xwiki/1.0 to syntax xwiki/2.1
To version 2.1
edited by Andrea Omicini
on 21/10/2020 16:57
Change comment: Imported from XAR

Summary

Details

Page properties
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 2.1
1 +XWiki 1.0
Content
... ... @@ -1,33 +1,32 @@
1 -{{include document="Main.MacroSheet"/}} {{include document="Publications.MacroSheet"/}} {{include document="AlessandroRicci.MacroSheet"/}}
1 +#includeMacros("Main.MacroSheet")
2 +#includeMacros("Publications.MacroSheet")
3 +#includeMacros("AlessandroRicci.MacroSheet")
2 2  
3 -{{velocity filter="none"}}
4 -{{html clean="false" wiki="true"}}
5 5  #set( $publicationMenu = true )
6 6  
7 +1 $userFullname's Publications
7 7  
8 -= $userFullname's Publications =
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 13  #set($lastYear = $lastYearPub)
14 14  #set($firstYear = $firstYearPub)
15 -* [[All published articles>>${userSpace}.PapersPerYear?from=$firstYear&to=$lastYear]] ordered by year
14 +* [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>>${userSpace}.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
19 19  
20 -* [[All unpublished articles>>${userSpace}.PapersPerStatus?status=unpublished]] ordered by status
19 +* [All unpublished articles| ${userSpace}.PapersPerStatus?status=unpublished] ordered by status
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
22 +* Articles not yet published: #foreach ($status in $statusRangeUnpublished) [$status | ${userSpace}.PapersPerStatus?status=$status]#if ($status != 'In press')$listSeparator#end#end
23 23  
24 -* [[All edited volumes>>${userSpace}.VolumesPerYear]] ordered by year
25 -<p/>
24 +* [All edited volumes| ${userSpace}.VolumesPerYear] ordered by year
25 +
26 26  My publications in the #apice() space are indexed per
27 27  
28 -* [[Co-Authors>>${userSpace}.CoAuthorIndex]]
29 -* [[Co-Editors>>${userSpace}.CoEditorIndex]]
30 -* [[Journal & Series>>${userSpace}.JournalIndex]]
31 -* [[Tags>>${userSpace}.PublicationTags]]
32 -{{/html}}
33 -{{/velocity}}
28 +* [Co-Authors|${userSpace}.CoAuthorIndex]
29 +* [Co-Editors|${userSpace}.CoEditorIndex]
30 +* [Journal & Series|${userSpace}.JournalIndex]
31 +* [Tags|${userSpace}.PublicationTags]
32 +