34
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3 <html metal:use-macro="here/pro_sec_template/macros/page">
|
|
4 <head>
|
|
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6 <tal:block metal:fill-slot="title">
|
39
|
7 <title tal:content="string:${here/getNumber} ${here/getProjectTitle}" />
|
34
|
8 </tal:block>
|
|
9 <tal:block metal:fill-slot="head"
|
39
|
10 tal:define="global proBaseUrl string:$root/${secmap/research}/projects;
|
|
11 global images here/getImageList;
|
|
12 global dept here/getDepartmentId;" />
|
34
|
13 </head>
|
|
14 <body>
|
|
15
|
|
16 <!-- middle column -->
|
|
17 <div class="center" metal:fill-slot="center">
|
44
|
18 <h2 tal:condition="not:here/isCurrentVersion">
|
|
19 This is an outdated version of this project! For the current version, please refer to
|
|
20 <a tal:define="parentUrl python:here.aq_parent.getUrl(baseUrl=proBaseUrl)"
|
|
21 tal:attributes="href parentUrl" tal:content="parentUrl"/>
|
|
22 </h2>
|
39
|
23 <tal:x tal:define="started here/getStartedAt" tal:condition="here/isArchivedProject">
|
34
|
24 <p>
|
39
|
25 (<span tal:condition="started" tal:content="string:$started-"/><span tal:condition="not:started">Completed:</span>
|
|
26 <span tal:content="here/getCompletedAt"/>)
|
34
|
27 </p>
|
|
28 </tal:x>
|
|
29
|
35
|
30 <h1 tal:content="here/getProjectTitle">History of Scientific Objectivity, 18th-19th Cs</h1>
|
34
|
31 <p class="maintext_authors">
|
35
|
32 <tal:block tal:repeat="person here/getResponsibleScientistsList">
|
50
|
33 <a tal:define="username person/username|nothing" tal:omit-tag="python:not username or not here.getStaffFolder().isActiveMember(key=person.get('key',None))"
|
|
34 tal:attributes="href string:$root/${secmap/staff}/members/$username" tal:content="person/name"> Name of
|
35
|
35 responsible person</a><tal:block tal:condition="not:repeat/person/end">, </tal:block>
|
34
|
36 </tal:block>
|
|
37 </p>
|
|
38
|
39
|
39 <p class="maintext_more" tal:define="others here/getInvolvedScholars" tal:condition="others">
|
|
40 Other involved scholars: <span tal:content="structure others">Scholars </span>
|
34
|
41 </p>
|
39
|
42 <p class="maintext_more" tal:define="partners here/getCooperationPartners" tal:condition="partners">
|
|
43 Cooperation Partners: <span tal:content="structure partners">Partners</span>
|
34
|
44 </p>
|
|
45
|
|
46 <!-- inline image -->
|
39
|
47 <div class="pic_inline_container" tal:condition="images">
|
|
48 <tal:block tal:repeat="image python:images">
|
34
|
49 <div class="pic_inline">
|
39
|
50 <a tal:condition="image/width"
|
|
51 tal:attributes="href python:request['URL1']+'/'+image.getId()+'/showImage'" target="image"><img width="220"
|
|
52 tal:attributes="src image/absolute_url" alt=""/><!-- <img tal:replace="structure python:image.tag(scale=min(220.0/image.width,1), border='0')" />
|
|
53 --></a>
|
|
54 <pre tal:condition="not:image/width">empty image</pre>
|
34
|
55 </div>
|
39
|
56 <div class="caption_inline" tal:content="structure image/caption">
|
|
57 J.-A.-D. Ingres: Mme Moitessier, 1856. Oel/Lw. 120 x 92,1 cm. London, National Gallery.
|
|
58 </div>
|
34
|
59 </tal:block>
|
|
60 </div>
|
|
61 <!-- inline image -->
|
|
62
|
49
|
63 <div tal:content="structure python:here.getDescription(filter=True)">Project description</div>
|
34
|
64
|
|
65 </div>
|
|
66
|
|
67 <!-- right column -->
|
|
68 <div class="sidebar" metal:fill-slot="sidebar">
|
|
69
|
39
|
70 <!-- this project is part of -->
|
34
|
71 <div class="sideblock"
|
39
|
72 tal:define="parents here/getSuperProjects;" tal:condition="parents">
|
34
|
73 <div class="project parent">
|
|
74 Part of:
|
40
|
75 <a tal:define="parent python:parents[-1]" tal:content="parent/getLabel"
|
39
|
76 tal:attributes="href python:parent.getUrl(baseUrl=proBaseUrl)+test(here.isArchivedProject(),'?showArchive=yes','')" />
|
34
|
77 </div>
|
|
78 <!-- end parent -->
|
|
79 </div>
|
|
80 <!-- sideblock -->
|
|
81
|
39
|
82 <!-- related projects -->
|
|
83 <div class="sideblock" tal:define="projects here/getRelatedProjects" tal:condition="projects">
|
|
84 <h2>Related Projects</h2>
|
|
85 <div class="item" tal:repeat="project python:projects">
|
40
|
86 <a tal:attributes="href python:proBaseUrl+'/'+project.objid"
|
|
87 tal:content="python:project.projectWEB_title" />
|
34
|
88 </div>
|
39
|
89 <!-- end item -->
|
|
90 </div>
|
|
91 <!-- sideblock -->
|
34
|
92
|
39
|
93 <!-- related publications -->
|
|
94 <tal:block tal:define="publications here/getRelatedPublications;">
|
|
95 <div class="sideblock" tal:condition="publications">
|
34
|
96 <h2>Related Publications</h2>
|
39
|
97 <div class="item" tal:repeat="publication publications">
|
|
98 <tal:y condition="not:python:publication.hasLinkToBookPage(mode='cached')">
|
|
99 <tal:x condition="python:hasattr(publication,'publicationImage1')">
|
|
100 <a target="_blank" tal:attributes="href python:publication.publicationImage1.absolute_url()"> <img width="150"
|
|
101 tal:attributes="src python:publication.publicationImage1.absolute_url()" />
|
34
|
102 </a>
|
39
|
103 <a tal:condition="python:hasattr(publication,'publicationImage2')" target="_blank"
|
|
104 tal:attributes="href python:publication.publicationImage2.absolute_url()"> <img width="150"
|
|
105 tal:condition="python:hasattr(publication,'publicationImage2')"
|
|
106 tal:attributes="src python:publication.publicationImage2.absolute_url()" />
|
34
|
107 </a>
|
|
108 <br />
|
|
109 </tal:x>
|
|
110 </tal:y>
|
39
|
111 <tal:y condition="python:publication.hasLinkToBookPage(mode='cached')"
|
|
112 tal:define="urls python:publication.getImageUrls(mode='cached')">
|
34
|
113 <tal:x condition="python:len(urls)>0">
|
39
|
114 <a target="_blank" tal:attributes="href python:urls[0]"><img width="150" tal:attributes="src python:urls[0]" /></a>
|
|
115 <a tal:condition="python:len(urls)>1" target="_blank" tal:attributes="href python:urls[1]"><img width="150"
|
|
116 tal:attributes="src python:urls[1]" /></a>
|
34
|
117 <br />
|
|
118 </tal:x>
|
|
119 </tal:y>
|
39
|
120 <a tal:define="link publication/link | nothing;" tal:omit-tag="not:link" tal:content="structure python:publication.text"
|
|
121 tal:attributes="href link"/>
|
|
122 <br />
|
|
123 <tal:x tal:condition="python:hasattr(publication,'description')"
|
|
124 tal:content="structure python:publication.description" />
|
34
|
125 </div>
|
|
126 <!-- end item -->
|
|
127 </div>
|
|
128 <!-- sideblock -->
|
|
129
|
|
130 <div class="sideblock" tal:condition="python:here.hasExtendedPublicationList()">
|
|
131 <h2>Further Publications</h2>
|
|
132 <div class="item">
|
56
|
133 <a href="publicationsFull">Publications in the context of this project</a>
|
34
|
134 </div>
|
|
135 </div>
|
|
136 </tal:block>
|
|
137 <!-- related publications -->
|
|
138
|
|
139 <!-- projects covered -->
|
|
140 <div class="sideblock"
|
39
|
141 tal:define="showArchive python:(request.get('showArchive','no')=='yes');
|
|
142 children here/getSubProjects;"
|
|
143 tal:condition="children">
|
34
|
144 <h2>
|
43
|
145 Projects
|
39
|
146 <span class="proj_state">
|
|
147 <a href="?" tal:omit-tag="python:not (here.isArchivedProject() or showArchive)">current</a>
|
|
148
|
|
149 <a href="?showArchive=yes" tal:omit-tag="python:here.isArchivedProject() or showArchive">completed</a>
|
34
|
150 </span>
|
|
151 </h2>
|
39
|
152 <tal:y tal:repeat="child children">
|
|
153 <tal:x tal:condition="python:not (child.isArchivedProject() or showArchive)">
|
34
|
154 <div class="project">
|
39
|
155 <a tal:content="child/getLabel"
|
|
156 tal:attributes="href python:child.getUrl(baseUrl=proBaseUrl)" />
|
34
|
157 </div>
|
|
158 </tal:x>
|
39
|
159 <tal:x tal:condition="python:child.isArchivedProject() and (here.isArchivedProject() or showArchive)">
|
|
160 <div class="project inactive" tal:define="started child/getStartedAt">
|
|
161 <a tal:content="child/getLabel"
|
|
162 tal:attributes="href python:child.getUrl(baseUrl=proBaseUrl)" />
|
|
163 (<span tal:condition="started" tal:content="string:$started-"/><tal:x tal:condition="not:started">Completed: </tal:x><span tal:content="child/getCompletedAt"/>)
|
34
|
164 </div>
|
|
165 </tal:x>
|
|
166 </tal:y>
|
|
167 </div>
|
|
168 <!-- projects covered -->
|
|
169
|
39
|
170 <!-- related digital sources -->
|
|
171 <div class="sideblock" tal:define="sources here/getRelatedDigitalSources" tal:condition="sources">
|
34
|
172 <h2>Related digital sources</h2>
|
39
|
173 <div class="item" tal:content="structure sources">
|
|
174 digital sources
|
34
|
175 </div>
|
|
176 </div>
|
|
177
|
39
|
178 <!-- funding institutions -->
|
|
179 <div class="sideblock" tal:define="funding here/getFundingInstitutions" tal:condition="funding">
|
34
|
180 <h2>Funding Institutions</h2>
|
39
|
181 <div class="item" tal:content="structure funding">
|
|
182 Funding
|
|
183 </div>
|
34
|
184 </div>
|
|
185 <!-- sideblock -->
|
|
186
|
|
187 </div>
|
|
188 <!-- sidebar -->
|
|
189
|
|
190 </body>
|
|
191 </html> |