Modifiche per il documento Publications

Dalla versione 2.1
modificato da Andrea Omicini
il 10/12/2020 18:37
Cambia il commento: Nessun commento per questa versione
Alla versione 3.1
modificato da Andrea Omicini
il 26/11/2021 23:37
Cambia il commento: Document converted from syntax xwiki/1.0 to syntax xwiki/2.1

Summary

Details

Page properties
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 1.0
1 +XWiki 2.1
Content
... ... @@ -1,38 +1,39 @@
1 -#includeMacros("Main.MacroSheet")
2 -#includeMacros("Publications.MacroSheet")
3 -#includeMacros("SAPERE.MacroSheet")
1 +{{include document="Main.MacroSheet"/}} {{include document="Publications.MacroSheet"/}} {{include document="SAPERE.MacroSheet"/}}
4 4  
3 +{{velocity filter="none"}}
4 +{{html clean="false" wiki="true"}}
5 5  #set($listSeparator = ", ")
6 6  
7 -1 #sapere() Publications
8 8  
9 -1.1 On the Role of Scientific Publications in #sapere()
8 += #sapere() Publications =
10 10  
11 -From the #sapere() Technical Annex, Part B, page 56:
10 +== On the Role of Scientific Publications in #sapere() ==
12 12  
13 -"*Technical and Scientific Publications*. Dissemination will take place by means of ~~scientific publications~~, and presentations in conferences and workshops.
12 +From the #sapere() Technical Annex, Part B, page 56:
13 +<p/>
14 +"**Technical and Scientific Publications**. Dissemination will take place by means of //scientific publications//, and presentations in conferences and workshops.
14 14  The research records of the Consortium partners and their leading involvement in different research communities provides strong guarantees that SAPERE will acquire notable reputation and visibility across a variety of (typically loosely interacting) communities.
15 15  It can be expected that #sapere() research results will appear in major magazines, journals and conferences in areas such as software engineering, distributed and pervasive computing, multiagent systems, autonomic computing and autonomic communications.
16 16  The organization of special issues on selected topics of relevance to #sapere() by project partners will also be encouraged."
17 -
18 +<p/>
18 18  Dissemination of the #sapere() vision and of the research results achieved during the project is considered of primary importance for the consortium, and scientific publications constitute a key dissemination channels of #sapere().
19 19  According to that, this space collects all the scientific literature resulting from the #sapere() project activities, along with the main conceptual and technological premises as well as the most relevant related literature, either produced by the project's partners or by other prominent researchers in the #sapere() areas of interest.
20 20  
21 -1.1 Accessing #sapere() Publications
22 +== Accessing #sapere() Publications ==
22 22  
23 23  For now, #sapere() publications can be accessed according to their relation with the project and their status of publication:
24 24  
25 25  #set($sapereTag = "SAPERE-core")
26 -* [#stringEnIt("Literature for SAPERE","Letteratura scientifica per SAPERE")| SAPERE.PapersPerStatus?status=all&tag=$sapereTag] #stringEnIt("ordered by status","ordinata per stato di pubblicazione"): [Published| SAPERE.PapersPerStatus?status=Published&tag=$sapereTag] / [Unpublished| SAPERE.PapersPerStatus?status=Unpublished&tag=$sapereTag] &mdash; #foreach($status in $statusRangeUnpublished) [<em>$status</em> | SAPERE.PapersPerStatus?status=$status&tag=$sapereTag]#if($velocityCount < $statusRangeUnpublished.size())$listSeparator#end#end
27 +* [[#stringEnIt("Literature for SAPERE","Letteratura scientifica per SAPERE")>>SAPERE.PapersPerStatus?status=all&tag=$sapereTag]] #stringEnIt("ordered by status","ordinata per stato di pubblicazione"): [[Published>>SAPERE.PapersPerStatus?status=Published&tag=$sapereTag]] / [[Unpublished>>SAPERE.PapersPerStatus?status=Unpublished&tag=$sapereTag]] &mdash; #foreach($status in $statusRangeUnpublished) [[<em>$status</em>>>SAPERE.PapersPerStatus?status=$status&tag=$sapereTag]]#if($velocityCount < $statusRangeUnpublished.size())$listSeparator#end#end
27 27  
28 28  #set($sapereTag = "SAPERE-in")
29 -* [#stringEnIt("Literature from SAPERE","Letteratura scientifica da SAPERE")| SAPERE.PapersPerStatus?status=all&tag=$sapereTag] #stringEnIt("ordered by status","ordinata per stato di pubblicazione"): [Published| SAPERE.PapersPerStatus?status=Published&tag=$sapereTag] / [Unpublished| SAPERE.PapersPerStatus?status=Unpublished&tag=$sapereTag] &mdash; #foreach($status in $statusRangeUnpublished) [<em>$status</em> | SAPERE.PapersPerStatus?status=$status&tag=$sapereTag]#if($velocityCount < $statusRangeUnpublished.size())$listSeparator#end#end
30 +* [[#stringEnIt("Literature from SAPERE","Letteratura scientifica da SAPERE")>>SAPERE.PapersPerStatus?status=all&tag=$sapereTag]] #stringEnIt("ordered by status","ordinata per stato di pubblicazione"): [[Published>>SAPERE.PapersPerStatus?status=Published&tag=$sapereTag]] / [[Unpublished>>SAPERE.PapersPerStatus?status=Unpublished&tag=$sapereTag]] &mdash; #foreach($status in $statusRangeUnpublished) [[<em>$status</em>>>SAPERE.PapersPerStatus?status=$status&tag=$sapereTag]]#if($velocityCount < $statusRangeUnpublished.size())$listSeparator#end#end
30 30  
31 31  #set($sapereTag = "SAPERE-pre")
32 -* [#stringEnIt("Literature before SAPERE","Letteratura scientifica prima di SAPERE")| SAPERE.PapersPerStatus?status=Published&tag=$sapereTag]
33 -
33 +* [[#stringEnIt("Literature before SAPERE","Letteratura scientifica prima di SAPERE")>>SAPERE.PapersPerStatus?status=Published&tag=$sapereTag]]
34 34  #set($sapereTag = "SAPERE-rel")
35 -* [#stringEnIt("SAPERE related literature","SAPERE: letteratura correlata")| SAPERE.PapersPerStatus?status=Published&tag=$sapereTag]
36 -
35 +* [[#stringEnIt("SAPERE related literature","SAPERE: letteratura correlata")>>SAPERE.PapersPerStatus?status=Published&tag=$sapereTag]]
37 37  #set($sapereTag = "SAPERE")
38 -* [#stringEnIt("All SAPERE literature","Tutta la letteratura SAPERE")| SAPERE.PapersPerStatus?status=all&tag=$sapereTag]
37 +* [[#stringEnIt("All SAPERE literature","Tutta la letteratura SAPERE")>>SAPERE.PapersPerStatus?status=all&tag=$sapereTag]]
38 +{{/html}}
39 +{{/velocity}}