|
25 | 25 | </titleStmt> |
26 | 26 | <editionStmt> |
27 | 27 | <edition>Sigmund Freud Edition: Digitale Historisch-Kritische Gesamtausgabe</edition> |
| 28 | + <respStmt> |
| 29 | + <resp>Herausgegeben von</resp> |
| 30 | + <name>Diercks, Christine</name> |
| 31 | + <name>Rohrwasser, Michael</name> |
| 32 | + </respStmt> |
28 | 33 | <respStmt> |
29 | 34 | <resp>Konzept für die Edition und die Datenbank, Richtlinien, Quellenforschung, Signaturen, Referenzsystem</resp> |
30 | 35 | <name>Diercks, Christine</name> |
|
35 | 40 | </respStmt> |
36 | 41 | <respStmt> |
37 | 42 | <resp>Diplomatische Umschrift, Lektorat</resp> |
38 | | - <name>Blatow, Arkadi</name> |
39 | 43 | <name>Diercks, Christine</name> |
40 | 44 | <name>Huber, Christian</name> |
41 | 45 | <name>Kaufmann, Kira</name> |
42 | | - <name>Rohrwasser, Michael</name> |
| 46 | + <name>Liepold, Sophie</name> |
43 | 47 | </respStmt> |
44 | 48 | <respStmt> |
45 | 49 | <resp>Technische Umsetzung der Datenbank und der digitalen Instrumente</resp> |
|
87 | 91 | <head>Publikationsgeschichte</head> |
88 | 92 | {% if man.publicationHistory %} |
89 | 93 | {% for x in man.publicationHistory %} |
90 | | - <biblStruct xml:id="bibl-{{ x.signature|replace("/", "-") }}" {% if man.id in x.id %}sameAs="#guidingManifestation"{% endif %}> |
| 94 | + {% if man.id not in x.id %} |
| 95 | + <biblStruct xml:id="bibl-{{ x.signature|replace("/", "-") }}"> |
91 | 96 | {% if man.type == "Monographie" or man.type == "Werkausgabe" or man.type == "Periodikum (Heft)" or man.type == "Periodikum (Jahrgang)" or man.type == "Periodiukum" %} |
92 | 97 | <monogr> |
93 | 98 | <title type="manifestation">{{ man.man_title }}</title> |
|
97 | 102 | <imprint> |
98 | 103 | {% if man.publication.publisher %} |
99 | 104 | {% for pub in man.publication.publisher %} |
100 | | - <publisher ref="#{{ pub.id }}">{{ pub.name }}</publisher> |
| 105 | + <publisher ref="#{{ pub.id }}">{{ pub.name }}</publisher> |
101 | 106 | {% endfor %} |
102 | 107 | {% endif %} |
103 | 108 | {% if man.publication.places %} |
104 | 109 | {% for place in man.publication.places %} |
105 | | - <pubPlace>{{ place.name }}</pubPlace> |
| 110 | + <pubPlace>{{ place.name }}</pubPlace> |
106 | 111 | {% endfor %} |
107 | 112 | {% endif %} |
108 | 113 | {% if man.publication.date %} |
109 | | - <date when="{{ man.publication.date }}">{{ man.publication.date }}</date> |
| 114 | + <date when="{{ man.publication.date }}">{{ man.publication.date }}</date> |
110 | 115 | {% endif %} |
111 | 116 | </imprint> |
112 | 117 | {% endif %} |
113 | 118 | {% if man.page_num %} |
114 | 119 | <extent>{% if man.page_num.start %}{{ man.page_num.start }}{% endif %}{% if man.page_num.start and man.page_num.end %} - {% endif %}{% if man.page_num.end %}{{ man.page_num.end }} Seiten{% endif %}</extent> |
115 | 120 | {% endif %} |
116 | | - <note>{{ man.type }}</note> |
117 | 121 | </monogr> |
118 | 122 | {% if man.publication.id %} |
119 | 123 | <series> |
|
157 | 161 | {% if man.publication.jahrgang %} |
158 | 162 | <biblScope unit="year">{{ man.publication.jahrgang }}</biblScope> |
159 | 163 | {% endif %} |
160 | | - <note>{{ man.publication.type }}</note> |
161 | 164 | </series> |
162 | 165 | {% endif %} |
163 | 166 | {% else %} |
164 | 167 | <analytic> |
165 | 168 | <title type="manifestation">{{ man.man_title }}</title> |
166 | 169 | <author ref="#{{ man.author.id }}">{{ man.author.name }}</author> |
167 | | - <note>{{ man.type }}</note> |
168 | 170 | </analytic> |
169 | 171 | {% if man.publication.id %} |
170 | 172 | <monogr> |
|
197 | 199 | {% endif %} |
198 | 200 | {% if man.publication.id %} |
199 | 201 | <imprint> |
200 | | - {% if man.publication.places %}{% for place in man.publication.places %}<pubPlace>{{ place.name }}</pubPlace>{% endfor %}{% endif %} |
201 | | - {% if man.publication.date %}<date when="{{ man.publication.date }}">{{ man.publication.date }}</date>{% endif %} |
| 202 | + {% if man.publication.places %} |
| 203 | + {% for place in man.publication.places %} |
| 204 | + <pubPlace>{{ place.name }}</pubPlace> |
| 205 | + {% endfor %} |
| 206 | + {% endif %} |
| 207 | + {% if man.publication.date %} |
| 208 | + <date when="{{ man.publication.date }}">{{ man.publication.date }}</date> |
| 209 | + {% endif %} |
202 | 210 | </imprint> |
203 | 211 | {% endif %} |
204 | 212 | {% if man.page_num %}<extent>{% if man.page_num.start %}{{ man.page_num.start }}{% endif %}{% if man.page_num.start and man.page_num.end %} - {% endif %}{% if man.page_num.end %}{{ man.page_num.end }} Seiten{% endif %}</extent>{% endif %} |
|
214 | 222 | {% if man.publication.jahrgang %} |
215 | 223 | <biblScope unit="year">{{ man.publication.jahrgang }}</biblScope> |
216 | 224 | {% endif %} |
217 | | - <note>{{ man.publication.type }}</note> |
218 | 225 | </monogr> |
219 | 226 | {% endif %} |
220 | 227 | {% endif %} |
221 | 228 | </biblStruct> |
| 229 | + {% endif %} |
222 | 230 | {% endfor %} |
223 | 231 | {% endif %} |
224 | | - <biblStruct xml:id="guidingManifestation"> |
| 232 | + <biblStruct xml:id="bibl-{{ man.signature|replace("/", "-") }}" type="guidingManifestation"> |
225 | 233 | {% if man.type == "Monographie" or man.type == "Werkausgabe" or man.type == "Periodikum (Heft)" or man.type == "Periodikum (Jahrgang)" or man.type == "Periodiukum" %} |
226 | 234 | <monogr> |
227 | 235 | <title type="manifestation">{{ man.man_title }}</title> |
|
247 | 255 | {% if man.page_num %} |
248 | 256 | <extent>{% if man.page_num.start %}{{ man.page_num.start }}{% endif %}{% if man.page_num.start and man.page_num.end %} - {% endif %}{% if man.page_num.end %}{{ man.page_num.end }} Seiten{% endif %}</extent> |
249 | 257 | {% endif %} |
250 | | - <note>{{ man.type }}</note> |
251 | 258 | </monogr> |
252 | 259 | {% if man.publication.id %} |
253 | 260 | <series> |
|
291 | 298 | {% if man.publication.jahrgang %} |
292 | 299 | <biblScope unit="year">{{ man.publication.jahrgang }}</biblScope> |
293 | 300 | {% endif %} |
294 | | - <note>{{ man.publication.type }}</note> |
295 | 301 | </series> |
296 | 302 | {% endif %} |
297 | 303 | {% else %} |
298 | 304 | <analytic> |
299 | 305 | <title type="manifestation">{{ man.man_title }}</title> |
300 | 306 | <author ref="#{{ man.author.id }}">{{ man.author.name }}</author> |
301 | | - <note>{{ man.type }}</note> |
302 | 307 | </analytic> |
303 | 308 | {% if man.publication.id %} |
304 | 309 | <monogr> |
|
356 | 361 | {% if man.publication.jahrgang %} |
357 | 362 | <biblScope unit="year">{{ man.publication.jahrgang }}</biblScope> |
358 | 363 | {% endif %} |
359 | | - <note>{{ man.publication.type }}</note> |
360 | 364 | </monogr> |
361 | 365 | {% endif %} |
362 | 366 | {% endif %} |
|
370 | 374 | <idno type="url">https://www.freud-edition.net</idno> |
371 | 375 | </series> |
372 | 376 | <author ref="#{{ man.author.id }}">{{ man.author.name }}</author> |
| 377 | + <respStmt> |
| 378 | + <resp>Herausgegeben von</resp> |
| 379 | + <name>Diercks, Christine</name> |
| 380 | + <name>Rohrwasser, Michael</name> |
| 381 | + </respStmt> |
373 | 382 | <respStmt> |
374 | 383 | <resp>Konzept für die Edition und die Datenbank, Richtlinien, Quellenforschung, |
375 | 384 | Signaturen, Referenzsystem</resp> |
|
0 commit comments