Mercurial > hg > MPIWGWeb
view zpt/staff/pubman/show_publications.zpt @ 134:9f45ed6ffeab
bugs in publications
zeigt jetzt auch links
author | dwinter |
---|---|
date | Fri, 31 May 2013 11:39:30 +0200 |
parents | 11b7f98c7ed1 |
children | f84f492f8e11 |
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="here/main_template/macros/page"> <head> <tal:block metal:fill-slot="head"> </tal:block> </head> <body> <div class="center" metal:fill-slot="center"> <h1> <span tal:replace="python:options['member'].title" /> <span tal:replace="python:options['member'].first_name" /> <span tal:replace="python:options['member'].last_name" /> </h1> <p> <a tal:attributes="href string:$root/$section/members/${here/getId}">main entry</a> </p> <h2>Selected publications</h2> <tal:block tal:define=" books python:here.getPublicationsFromPubman(publicationType='http://purl.org/eprint/type/Book',limit=15); book_article python:here.getPublicationsFromPubman(publicationType='http://purl.org/eprint/type/BookItem',limit=15); articles python:here.getPublicationsFromPubman(publicationType='http://purl.org/escidoc/metadata/ves/publication-types/article',limit=30); "> <tal:block> <h3>Books</h3> <ul class="plain"> <li class="reference" tal:repeat="book books"><div><a tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+book[0]"><span tal:replace="structure python:book[1]" /> </a></div> <div tal:condition="python:book[2] is not None"><a class="internal" tal:attributes="href python:'/en/resources/publications/'+here.getBookLinkFromID(book[2])">Book page</a></div> <div tal:repeat="ident python:book[3]"><a class="external" tal:attributes="href ident">See also</a></div> <div tal:repeat="ident python:book[4]"><a class="external" tal:attributes="href python:ident[1]" tal:content="python:ident[0]">See also:</a></div> </li> </ul> </tal:block> <tal:block> <h3>Book Chapters</h3> <ul class="plain"> <li class="reference" tal:repeat="book book_article"><a tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+book[0]"><span tal:replace="structure python:book[1]" /></a> <div tal:repeat="ident python:book[3]"><a class="external" tal:attributes="href ident">See also</a></div> <div tal:repeat="ident python:book[4]"><a class="external" tal:attributes="href python:ident[1]" tal:content="python:ident[0]">See also:</a></div> </li> </ul> </tal:block> <tal:block> <h3>Articles</h3> <ul class="plain"> <li class="reference" tal:repeat="book articles"><a tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+book[0]"><span tal:replace="structure python:book[1]" /> </a> <div tal:repeat="ident python:book[3]"><a class="external" tal:attributes="href ident">See also</a></div> <div tal:repeat="ident python:book[4]"><a class="external" tal:attributes="href python:ident[1]" tal:content="python:ident[0]">See also:</a></div> </li> </ul> </tal:block> </tal:block> <!-- <p> <a href="/institutsbiblio/FMPro?-db=personal-www&-max=1&-Lay=ALL&-format=search_inst_bib.html&ID=[FMP-Field: ID]&-Error=null.html&-find" target="_new"> search the institute's bibliography </a> --> <div class="item external"> <a target="_blank" tal:attributes="href python:options['member'].getConeId()"> More publications on PubMan</a> </div> </div> </body> </html>