Changes for page Publications

From version 3.1
edited by Andrea Omicini
on 11/12/2020 22:14
Change comment: Document converted from syntax xwiki/1.0 to syntax xwiki/2.0
To version 4.1
edited by Andrea Omicini
on 11/12/2020 22:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,28 +1,16 @@
1 -{{include document="Publications.MacroSheet"/}}
2 -
1 +{{include document="Main.MacroSheet"/}}{{include document="Publications.MacroSheet"/}}{{include document="ReSpecT.MacroSheet"/}}
3 3  {{velocity filter="none"}}
4 4  {{html clean="false" wiki="true"}}
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>
4 +== Publications about simpA in the #apice() Space ==
15 15  
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
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}}
26 26  #end
27 27  
28 28  {{/html}}

Contacts

Alessandro Ricci email

Downloads

Subversion Server  |  Sources

A&A  |  ALOO  |  CArtAgO  |  simpAL