view zpt/project/pubman/show_publications.zpt @ 138:78cd6d661a13

with book pages etc..
author dwinter
date Fri, 31 May 2013 16:59:43 +0200
parents e424b68244c8
children
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/pro_sec_template/macros/page">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<tal:block metal:fill-slot="title">
  <title tal:content="string:${here/getNumber} ${here/getLabel} - Publications" />
</tal:block>
<tal:block metal:fill-slot="head"
  tal:define="global proBaseUrl string:$root/${secmap/research}/projects;
              global dept here/getDepartmentId;" />
</head>
<body>
  <div class="center" metal:fill-slot="center">

    <h2 tal:condition="not:here/isCurrentVersion">
      This is an outdated version of this project! For the current version, please refer to <a
        tal:define="parentUrl python:here.aq_parent.getUrl(baseUrl=proBaseUrl)" tal:attributes="href parentUrl"
        tal:content="parentUrl" />
    </h2>
    <tal:x tal:define="started here/getStartedAt" tal:condition="here/isArchivedProject">
      <p>
        (<span tal:condition="started" tal:content="string:$started-" /><span tal:condition="not:started">Completed:</span> <span
          tal:content="here/getCompletedAt" />)
      </p>
    </tal:x>

    <h1 tal:content="here/getProjectTitle">History of Scientific Objectivity, 18th-19th Cs</h1>
    <p class="maintext_authors">
      <tal:block tal:repeat="person here/getResponsibleScientistsList">
        <a tal:define="username person/username|nothing"
          tal:omit-tag="python:not username or not here.getStaffFolder().isActiveMember(key=person.get('key',None))"
          tal:attributes="href string:$root/${secmap/staff}/members/$username" tal:content="person/name"> Name of responsible
          person</a>
        <tal:block tal:condition="not:repeat/person/end">, </tal:block>
      </tal:block>
    </p>

    <p class="maintext_more" tal:define="others here/getInvolvedScholars" tal:condition="others">
      Other involved scholars: <span tal:content="structure others">Scholars </span>
    </p>
    <p class="maintext_more" tal:define="partners here/getCooperationPartners" tal:condition="partners">
      Cooperation Partners: <span tal:content="structure partners">Partners</span>
    </p>

    <h2>Selected publications</h2>

    <tal:block tal:define="publications here/getAdditionalPublicationList;">
      <tal:x define="publicationsSorted python:here.mpiwgPubman.getEntriesFromPubman(publications)">
        <h2>Books</h2>
        <ul class="publicationlist">
          <li tal:repeat="found3 python:publicationsSorted['book']	"><a
            tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+found3['escidocId']"
            tal:content="structure python:found3['citation']" />
            <div  tal:condition="python:found3['bookId'] is not None"><a class="internal" tal:attributes="href python:'/en/resources/publications/'+here.getBookLinkFromID(found3['bookId'])">Book page</a></div>
                  <div tal:repeat="ident python:found3['linksIdentifier']"><a class="external" tal:attributes="href ident">See also</a></div>
        		  <div tal:repeat="ident python:found3['linksLocator']"><a class="external" tal:attributes="href python:ident[1]" tal:content="python:ident[0]">See also:</a></div>
            </li>
            
        </ul>
        <h2>Chapters</h2>
        <ul class="publicationlist">
          <li tal:repeat="found3 python:publicationsSorted['book-item']"><a
            tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+found3['escidocId']"
            tal:content="structure python:found3['citation']" />
            <div  tal:condition="python:found3['bookId'] is not None"><a class="internal" tal:attributes="href python:'/en/resources/publications/'+here.getBookLinkFromID(found3['bookId'])">Book page</a></div>
                  <div tal:repeat="ident python:found3['linksIdentifier']"><a class="external" tal:attributes="href ident">See also</a></div>
        		  <div tal:repeat="ident python:found3['linksLocator']"><a class="external" tal:attributes="href python:ident[1]" tal:content="python:ident[0]">See also:</a></div>
            </li>
        </ul>
        <h2>Articles</h2>
        <ul class="publicationlist">
          <li tal:repeat="found3 python:publicationsSorted['book-item']"><a
            tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+found3['escidocId']"
            tal:content="structure python:found3['citation']" />
            <div  tal:condition="python:found3['bookId'] is not None"><a class="internal" tal:attributes="href python:'/en/resources/publications/'+here.getBookLinkFromID(found3['bookId'])">Book page</a></div>
                  <div tal:repeat="ident python:found3['linksIdentifier']"><a class="external" tal:attributes="href ident">See also</a></div>
        		  <div tal:repeat="ident python:found3['linksLocator']"><a class="external" tal:attributes="href python:ident[1]" tal:content="python:ident[0]">See also:</a></div>
            </li>
        </ul>
      </tal:x>

      <!--  <ul class="publicationlist">
   
        <li tal:repeat="found3 books">
          <a tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+found3.escidocid" 
             tal:content="structure python:here.mpiwgPubman.getEntryFromPubman(found3.escidocid)"/>
        </li>
      </ul>-->
    </tal:block>

  </div>
</body>
</html>