3
|
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/main_template/macros/page">
|
|
4 <head>
|
|
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6 <metal:block metal:fill-slot="head">
|
90
|
7 <meta name="description" content="member"/>
|
|
8 <tal:block
|
3
|
9 tal:define="global member options/member; global key member/getKey;
|
|
10 global username member/getUsername; global content member/getContent;
|
73
|
11 global baseUrl string:$root/${secmap/staff}/members/$username" />
|
3
|
12 </metal:block>
|
|
13 </head>
|
|
14 <body>
|
|
15 <!-- center text -->
|
|
16 <div class="center" metal:fill-slot="center">
|
|
17 <div>
|
|
18 <!-- image -->
|
|
19 <tal:block tal:define="imgUrl member/getPublishedImageUrl" tal:condition="imgUrl">
|
|
20 <img tal:attributes="src python:'%s&dw=165'%imgUrl" style="float: left; margin-right: 22px;" />
|
|
21 </tal:block>
|
|
22 <!-- name and title -->
|
|
23 <h1>
|
90
|
24 <span class="mpiwg-first_name" tal:content="content/first_name" />
|
|
25 <span class="mpiwg-last_name" tal:content="content/last_name" />
|
3
|
26 </h1>
|
|
27 <!-- status -->
|
|
28 <h3 tal:content="content/status" />
|
|
29 <h3 tal:content="content/titles_new" />
|
|
30 <h3 tal:condition="content/funded_by">
|
|
31 Funded by the <span tal:replace="content/funded_by" />
|
|
32 </h3>
|
|
33 <p>
|
|
34 Residence: <span tal:replace="content/date_stay_at_mpiwg" />
|
|
35 </p>
|
|
36 </div>
|
100
|
37
|
3
|
38 <!-- profile -->
|
|
39 <div>
|
86
|
40 <tal:x tal:condition="not:content/profile">
|
|
41 <tal:y tal:replace="structure member/generateProfileForPerson" />
|
3
|
42 </tal:x>
|
|
43 <tal:x tal:condition="content/profile">
|
|
44 <h2>Profile</h2>
|
100
|
45 <div class="profile" tal:content="structure content/profile"> [FMP-Field: CV] </div>
|
3
|
46 </tal:x>
|
|
47 </div>
|
100
|
48
|
3
|
49 <!-- publications -->
|
86
|
50 <tal:block
|
132
|
51 tal:define="publications python:here.ZDBInlineSearch(_table='pubmanbiblio',key_main=key,_op_key_main='eq')"
|
3
|
52 tal:condition="publications">
|
|
53 <h2>Selected publications</h2>
|
134
|
54 <div class="reference" tal:repeat="publication python:member.getPublicationsFromPubman(limit=5)">
|
47
|
55 <a tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+publication[0]"
|
|
56 tal:content="structure python:publication[1]" />
|
134
|
57 <div tal:condition="python:publication[2] is not None"><a class="internal" tal:attributes="href python:'/en/resources/publications/'+here.getBookLinkFromID(publication[2])">Book page</a></div>
|
|
58 <div tal:repeat="ident python:publication[3]"><a class="external" tal:attributes="href ident">See also</a></div>
|
|
59 <div tal:repeat="ident python:publication[4]"><a class="external" tal:attributes="href python:ident[1]" tal:content="python:ident[0]">See also:</a></div>
|
|
60
|
|
61 </div>
|
38
|
62 <p tal:condition="python:len(publications)>5">
|
100
|
63 <a class="internal" tal:attributes="href string:$baseUrl/publications_full_html">More</a>
|
3
|
64 </p>
|
100
|
65 <!-- <p>
|
86
|
66 <a class="external" target="_blank" tal:attributes="href member/getConeId">See all publications (PubMan)</a>
|
100
|
67 </p> -->
|
3
|
68 </tal:block>
|
100
|
69
|
3
|
70 <!-- Talks -->
|
100
|
71 <tal:block tal:define="talks member/getTalks" tal:condition="talks">
|
3
|
72 <h2>Talks and presentations</h2>
|
100
|
73 <table class="items shorter">
|
|
74 <tr tal:repeat="talk python:here.ZDBSlice(talks,size=5)">
|
|
75 <td>
|
3
|
76 <a tal:omit-tag="not:talk/link" tal:attributes="href talk/link" tal:content="talk/date" />
|
100
|
77 </td>
|
|
78 <td>
|
3
|
79 <a tal:omit-tag="not:talk/link" tal:attributes="href talk/link"> <span tal:replace="talk/place" /> – <i><span
|
|
80 tal:replace="talk/title" /></i>
|
|
81 </a>
|
100
|
82 </td>
|
|
83 </tr>
|
|
84 </table>
|
3
|
85 <p tal:condition="python:len(talks)>5">
|
100
|
86 <a class="internal" tal:attributes="href string:$baseUrl/talks_full_html">More</a>
|
3
|
87 </p>
|
|
88 </tal:block>
|
100
|
89
|
3
|
90 <!-- Teaching activities -->
|
100
|
91 <tal:block tal:define="teachings member/getTeaching" tal:condition="teachings">
|
3
|
92 <h2>Teaching activities</h2>
|
100
|
93 <table class="items shorter">
|
|
94 <tr tal:repeat="teaching python:here.ZDBSlice(teachings, size=5)">
|
|
95 <td>
|
3
|
96 <a tal:omit-tag="not:teaching/link" tal:attributes="href teaching/link"> <span tal:replace="teaching/date" />
|
|
97 </a>
|
100
|
98 </td>
|
|
99 <td>
|
3
|
100 <a tal:omit-tag="not:teaching/link" tal:attributes="href teaching/link"> <span tal:replace="teaching/place" />
|
|
101 – <i><span tal:replace="teaching/title" /></i>
|
|
102 </a>
|
100
|
103 </td>
|
|
104 </tr>
|
|
105 </table>
|
|
106 <p tal:condition="python:len(teachings)>5">
|
|
107 <a class="internal" tal:attributes="href string:$baseUrl/teaching_full_html">More</a>
|
|
108 </p>
|
3
|
109 </tal:block>
|
100
|
110
|
|
111 </div><!-- /center -->
|
3
|
112
|
|
113
|
|
114 <!--sidebar content -->
|
|
115 <div class="sidebar" metal:fill-slot="sidebar">
|
|
116 <div class="sideblock">
|
|
117 <h2>Contact</h2>
|
|
118 <div class="item noline">
|
86
|
119 Max Planck Institute for the History of Science <br /> Boltzmannstraße 22 <br /> 14195 Berlin <br /> Germany
|
3
|
120 </div>
|
|
121 <div class="item" tal:condition="python:content.telefon_p=='yes'">
|
86
|
122 tel.: <span tal:content="content/telefon">[FMP-Field: telefon]</span> <br />
|
3
|
123 </div>
|
|
124 <div class="item" tal:condition="python:content.fax_p=='yes'">
|
86
|
125 fax: <span tal:content="content/fax">[FMP-Field: fax]</span> <br />
|
3
|
126 </div>
|
86
|
127 <div class="item" tal:condition="python:content.e_mail_p=='yes'">
|
|
128 <a class="email" tal:attributes="href string:mailto:${content/e_mail}" tal:content="content/e_mail">[FMP-Field:
|
3
|
129 e_mail]</a>
|
|
130 </div>
|
86
|
131 <div class="item" tal:condition="python:content.e_mail2_p=='yes'">
|
|
132 <a class="email" tal:attributes="href string:mailto:${content/e_mail2}" tal:content="content/e_mail2">[FMP-Field:
|
3
|
133 e_mail2]</a> (external)
|
|
134 </div>
|
|
135 </div>
|
|
136
|
86
|
137 <div class="sideblock" tal:define="projects python:here.getProjectFolder().getProjectsOfMember(key=key)"
|
|
138 tal:condition="projects">
|
3
|
139 <h2>Projects</h2>
|
40
|
140 <div class="project" tal:repeat="project projects">
|
|
141 <a tal:attributes="href python:project.getUrl(baseUrl=root+'/'+secmap['research']+'/projects/')"
|
86
|
142 tal:content="project/getLabel" />
|
3
|
143 </div>
|
|
144 </div>
|
|
145
|
|
146 <div class="sideblock">
|
|
147 <h2>Related Material</h2>
|
|
148 <div class="item download" tal:condition="python:getattr(here,'cv_publish','no')=='yes'">
|
|
149 <a target="_blank" href="downloadCV">Download Curriculum Vitae</a>
|
|
150 </div>
|
|
151 <div class="item download" tal:condition="python:getattr(here,'publications_publish','no')=='yes'">
|
86
|
152 <a target="_blank" href="downloadPublications">Download Publication List</a> <br />
|
3
|
153 </div>
|
86
|
154 <div class="item external">
|
|
155 <a target="_blank" tal:attributes="href python:member.getConeId()"> See publications on PubMan</a>
|
3
|
156 </div>
|
86
|
157 <div class="item external"
|
3
|
158 tal:repeat="addLink python:here.ZDBInlineSearch(_table='additionallink',key_main=key,_op_key_main='eq',_sort='priority',published='yes')">
|
|
159 <a target="_blank" tal:content="addLink/title" tal:attributes="href addLink/link"> Daston on the History of Science
|
|
160 (listen to CBC-Interview, Fall 2007)</a>
|
|
161 </div>
|
|
162 </div>
|
|
163 </div>
|
|
164 <!-- sidebar -->
|
|
165 </body>
|
|
166 </html> |