Changes for page Publications

From version 5.1
edited by Andrea Omicini
on 30/07/2021 18:35
Change comment: There is no comment for this version
To version 4.2
edited by Andrea Omicini
on 30/07/2021 18:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,1 +1,30 @@
1 -{{include document="DaniloPianini.MacroSheet"/}}{{include document="Publications.UserShowcase"/}}
1 +{{include document="DaniloPianini.MacroSheet"/}}{{include document="Publications.MacroSheet"/}}
2 +
3 +{{velocity filter="none"}}
4 +{{html clean="false" wiki="true"}}
5 +#set( $publicationMenu = true )
6 +
7 +
8 += $userFullname's Publications =
9 +
10 +I have both authored and edited a number of scientific publications.
11 +Some of them are listed below.
12 +Some are already organised according to a preliminary structure:
13 +#set($lastYear = $lastYearPub)
14 +#set($firstYear = $firstYearPub)
15 +* [[All published articles>>${userSpace}.PapersPerYear?from=$firstYear&to=$lastYear]] ordered by year
16 +#set( $listSeparator = ", " )
17 +#set( $yearRange = [$lastYear.. $firstYear] )
18 +* Articles published in #foreach ($year in $yearRange) [[$year>>${userSpace}.PapersPerYear?year=$year]]#if ($year > $firstYear)$listSeparator#end#end
19 +
20 +* [[All unpublished articles>>${userSpace}.PapersPerStatus?status=unpublished]] ordered by status
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 +
24 +<p/>
25 +My publications in the #apice() space are indexed per
26 +
27 +* [[Co-Authors>>${userSpace}.CoAuthorIndex]]
28 +* [[Tags>>${userSpace}.PublicationTags]]
29 +{{/html}}
30 +{{/velocity}}