Changes for page Publications

From version 1.1
edited by Sara Montagna
on 08/10/2020 00:28
Change comment: Imported from XAR
To version 3.1
edited by Andrea Omicini
on 11/12/2020 18:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.SaraMontagna
1 +XWiki.AndreaOmicini
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 1.0
1 +XWiki 2.0
Content
... ... @@ -1,20 +1,16 @@
1 +{{include document="Main.MacroSheet"/}}{{include document="Alchemist.MacroSheet"/}}
2 +{{velocity filter="none"}}
3 +{{html clean="false" wiki="true"}}
4 += Publications about MS-BioNET =
1 1  
2 -#includeMacros("Main.MacroSheet")
3 -#includeMacros("Publications.MacroSheet")
4 -
5 -
6 -1 Papers about MS-BioNET
7 -
8 -
9 -
10 -
11 -#set ($sql = ", BaseObject as obj where obj.name=doc.fullName and obj.className='Publications.PublicationClass' and obj.name<>'Publications.PublicationClassTemplate'")
12 -#foreach ($item in $xwiki.searchDocuments($sql))
13 - #if ($xwiki.getDocument($item).display("keywords").contains("ms-bionet"))
14 - ##* [$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
15 - #pubATVinline($xwiki.getDocument($item).name) #if ($context.getUser() != "XWiki.XWikiGuest") {pre}[{/pre}<a href="$xwiki.getURL("$item", "inline")">$msg.get("edit")</a>{pre}]{/pre}
16 - #end
17 -
18 - #end
6 +##tagged research on Publications space based on tag "MS-BioNET"
7 +#set( $pubTag = "ms-bionet")
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}}
19 19  #end
20 -
15 +{{/html}}
16 +{{/velocity}}

Contacts

Sara Montagna email