Mercurial > hg > MPIWGWeb
annotate zpt/project/pubman/show_publications.zpt @ 284:1a103b073c72 default tip
make favicon url host and schema relative.
author | casties |
---|---|
date | Thu, 25 Jun 2015 17:44:57 +0200 |
parents | 78cd6d661a13 |
children |
rev | line source |
---|---|
56 | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
74
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
3 <html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="here/pro_sec_template/macros/page"> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
4 <head> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
6 <tal:block metal:fill-slot="title"> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
7 <title tal:content="string:${here/getNumber} ${here/getLabel} - Publications" /> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
8 </tal:block> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
9 <tal:block metal:fill-slot="head" |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
10 tal:define="global proBaseUrl string:$root/${secmap/research}/projects; |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
11 global dept here/getDepartmentId;" /> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
12 </head> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
13 <body> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
14 <div class="center" metal:fill-slot="center"> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
15 |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
16 <h2 tal:condition="not:here/isCurrentVersion"> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
17 This is an outdated version of this project! For the current version, please refer to <a |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
18 tal:define="parentUrl python:here.aq_parent.getUrl(baseUrl=proBaseUrl)" tal:attributes="href parentUrl" |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
19 tal:content="parentUrl" /> |
56 | 20 </h2> |
21 <tal:x tal:define="started here/getStartedAt" tal:condition="here/isArchivedProject"> | |
22 <p> | |
74
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
23 (<span tal:condition="started" tal:content="string:$started-" /><span tal:condition="not:started">Completed:</span> <span |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
24 tal:content="here/getCompletedAt" />) |
56 | 25 </p> |
26 </tal:x> | |
27 | |
28 <h1 tal:content="here/getProjectTitle">History of Scientific Objectivity, 18th-19th Cs</h1> | |
29 <p class="maintext_authors"> | |
30 <tal:block tal:repeat="person here/getResponsibleScientistsList"> | |
74
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
31 <a tal:define="username person/username|nothing" |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
32 tal:omit-tag="python:not username or not here.getStaffFolder().isActiveMember(key=person.get('key',None))" |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
33 tal:attributes="href string:$root/${secmap/staff}/members/$username" tal:content="person/name"> Name of responsible |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
34 person</a> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
35 <tal:block tal:condition="not:repeat/person/end">, </tal:block> |
56 | 36 </tal:block> |
37 </p> | |
38 | |
39 <p class="maintext_more" tal:define="others here/getInvolvedScholars" tal:condition="others"> | |
40 Other involved scholars: <span tal:content="structure others">Scholars </span> | |
41 </p> | |
42 <p class="maintext_more" tal:define="partners here/getCooperationPartners" tal:condition="partners"> | |
43 Cooperation Partners: <span tal:content="structure partners">Partners</span> | |
44 </p> | |
45 | |
61 | 46 <h2>Selected publications</h2> |
74
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
47 |
73 | 48 <tal:block tal:define="publications here/getAdditionalPublicationList;"> |
74
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
49 <tal:x define="publicationsSorted python:here.mpiwgPubman.getEntriesFromPubman(publications)"> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
50 <h2>Books</h2> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
51 <ul class="publicationlist"> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
52 <li tal:repeat="found3 python:publicationsSorted['book'] "><a |
138 | 53 tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+found3['escidocId']" |
54 tal:content="structure python:found3['citation']" /> | |
55 <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> | |
56 <div tal:repeat="ident python:found3['linksIdentifier']"><a class="external" tal:attributes="href ident">See also</a></div> | |
57 <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> | |
58 </li> | |
59 | |
74
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
60 </ul> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
61 <h2>Chapters</h2> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
62 <ul class="publicationlist"> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
63 <li tal:repeat="found3 python:publicationsSorted['book-item']"><a |
138 | 64 tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+found3['escidocId']" |
65 tal:content="structure python:found3['citation']" /> | |
66 <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> | |
67 <div tal:repeat="ident python:found3['linksIdentifier']"><a class="external" tal:attributes="href ident">See also</a></div> | |
68 <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> | |
69 </li> | |
74
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
70 </ul> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
71 <h2>Articles</h2> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
72 <ul class="publicationlist"> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
73 <li tal:repeat="found3 python:publicationsSorted['book-item']"><a |
138 | 74 tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+found3['escidocId']" |
75 tal:content="structure python:found3['citation']" /> | |
76 <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> | |
77 <div tal:repeat="ident python:found3['linksIdentifier']"><a class="external" tal:attributes="href ident">See also</a></div> | |
78 <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> | |
79 </li> | |
74
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
80 </ul> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
81 </tal:x> |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
82 |
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
83 <!-- <ul class="publicationlist"> |
73 | 84 |
61 | 85 <li tal:repeat="found3 books"> |
86 <a tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+found3.escidocid" | |
87 tal:content="structure python:here.mpiwgPubman.getEntryFromPubman(found3.escidocid)"/> | |
88 </li> | |
73 | 89 </ul>--> |
61 | 90 </tal:block> |
56 | 91 |
61 | 92 </div> |
74
e424b68244c8
better template for additional project publications.
casties
parents:
73
diff
changeset
|
93 </body> |
56 | 94 </html> |