Modifiche per il documento Pubblicazioni

Dalla versione 4.1
modificato da Andrea Omicini
il 11/12/2020 22:15
Cambia il commento: Nessun commento per questa versione
Alla versione 3.1
modificato da Andrea Omicini
il 11/12/2020 22:14
Cambia il commento: Document converted from syntax xwiki/1.0 to syntax xwiki/2.0

Summary

Details

Page properties
Content
... ... @@ -1,16 +1,28 @@
1 -{{include document="Main.MacroSheet"/}}{{include document="Publications.MacroSheet"/}}{{include document="ReSpecT.MacroSheet"/}}
1 +{{include document="Publications.MacroSheet"/}}
2 +
2 2  {{velocity filter="none"}}
3 3  {{html clean="false" wiki="true"}}
4 -== Publications about simpA in the #apice() Space ==
5 +<style type="text/css" media="all">
6 +.title {
7 + font-size: 110%;
8 + text-decoration: none;
9 +}
10 +.journal {
11 + font-size: 90%;
12 + font-style: italic;
13 +}
14 +</style>
5 5  
6 -##tagged research on Publications space based on tag "simpA"
7 -#set( $pubTag = "simpA")
8 -#set ( $from = ", BaseObject as obj0, DBStringListProperty as prop0 join prop0.list item, BaseObject as obj1, StringProperty as prop1, LongProperty as prop2" )
9 -#set ( $where = "obj0.className='XWiki.TagClass' and obj0.name=doc.fullName and obj0.id=prop0.id.id and prop0.id.name='tags' and lower(item)=lower('$pubTag') and obj1.name=doc.fullName and obj1.className='Publications.PublicationClass' and obj1.name<>'Publications.PublicationClassTemplate' and prop1.id.id=obj1.id and prop1.name='status' and prop1.value='Published' and prop2.id.id=obj1.id and prop2.name = 'year' order by prop2.value desc" )
10 -#set ( $sql = $from + " where " + $where )
11 -#set($pubFound = $xwiki.searchDocuments($sql))
12 -#foreach ($pub in $pubFound)
13 -* {{pubLinks}}$pub{{/pubLinks}}
16 +== Papers about simpA ==
17 +
18 +#set ($sql = ", BaseObject as obj where obj.name=doc.fullName and obj.className='Publications.PublicationClass' and obj.name<>'Publications.PublicationClassTemplate'")
19 +#foreach ($item in $xwiki.searchDocuments($sql))
20 + #if ($xwiki.getDocument($item).display("keywords").contains("simpa"))
21 + ##* [$xwiki.getDocument($item).display("title") > $item] #if ($context.getUser() != "XWiki.XWikiGuest") {pre}[{/pre}<a href="$xwiki.getURL("$item", "inline")">$msg.get("edit")</a>{pre}]{/pre} #end
22 + #pubATVinline($xwiki.getDocument($item).name) #if ($context.getUser() != "XWiki.XWikiGuest") {{{[}}}<a href="$xwiki.getURL("$item", "inline")">{{html clean="false"}}$msg.get("edit"){{/html}}</a>{{{]}}}
23 + #end
24 +
25 + #end
14 14  #end
15 15  
16 16  {{/html}}

Riferimenti

Alessandro Ricci email

Download

Subversion Server  |  Sources

A&A  |  ALOO  |  CArtAgO  |  simpAL