-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
977 lines (974 loc) · 50.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
<!DOCTYPE html>
<html>
<head>
<title>Dokumentation: BKD Erfassungstabellen</title>
<!-- meta information -->
<meta name="author" content="Thomas Kollatz" />
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- favicons -->
<link rel="shortcut icon" href="resources/img/favicon.png" />
<link rel="apple-touch-icon" href="resources/img/apple-touch-icon.png" />
<!-- CSS reset and grid -->
<link href="vendor/normalize/normalize-4.1.1.css" rel="stylesheet" />
<link href="vendor/skeleton/skeleton-2.0.4.css" rel="stylesheet" />
<!-- fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,600italic,400italic,700italic,800,800italic&subset=latin,latin-ext"
rel="stylesheet" type="text/css" />
<!-- styles for included libraries -->
<!-- chartist -->
<link rel="stylesheet" href="vendor/chartist/chartist.min-0.9.7.css" />
<!-- codemirror -->
<link rel="stylesheet" href="vendor/codemirror/lib/codemirror.css" />
<!-- highlight -->
<link rel="stylesheet" href="vendor/highlight/styles/default.css" />
<link rel="stylesheet" href="resources/css/hljs.linenumbering.css" />
<!-- magnific popup -->
<link rel="stylesheet" href="vendor/magnific-popup/magnific-popup-1.1.0.css" />
<!-- standard presentation styles -->
<link href="resources/css/style.css" rel="stylesheet" />
<!-- custom presentation styles -->
<link href="resources/css/custom.css" rel="stylesheet" />
<!-- js needed in head -->
<!-- greuler -->
<script src="vendor/d3/d3-3.5.6.js"></script>
<script src="vendor/cola/cola.v3.min.js"></script>
<script src="vendor/greuler/greuler-0.5.5.min.js"></script>
<!-- html5 dataset shim for IE -->
<script src="vendor/impress/html5-dataset.js"></script>
</head>
<body>
<div class="fallback-message">
<p> Your browser <strong>doesn't support the features required</strong> by
impress.mod.js, so you are presented with a simplified version of this presentation. </p>
<p> For the best experience please use the latest <strong>Chrome</strong>,
<strong>Safari</strong> or <strong>Firefox</strong> browser. </p>
</div>
<div id="impress">
<div class="step">
<h4>Stand:
<strong>2022-04-05</strong>
<!--| <a href="#">ZOOM</a>-->
</h4>
<h4>
<strong>BKD Erfassungstabellen</strong>
</h4>
<h2 class="down-100">Erfassung</h2>
<h3 class="red up-25">Scans der NLI Archivmappen</h3>
<h5 class="medium" style="color:gray"><kbd
style="background: #F7F7F7; background-image:linear-gradient(rgba(255,255,255,.4),rgba(127,127,127,.2)); border-color:#DDDDDD #AAAAAA #888888 #CCCCCC; border-radius:2px; border-style:solid; border-width:1px; padding:0 .4em; text-shadow:0 1px rgba(255,255,255,.2); white-space:nowrap;"
>Leertaste</kbd> oder <kbd
style="background: #F7F7F7; background-image:linear-gradient(rgba(255,255,255,.4),rgba(127,127,127,.2)); border-color:#DDDDDD #AAAAAA #888888 #CCCCCC; border-radius:2px; border-style:solid; border-width:1px; padding:0 .4em; text-shadow:0 1px rgba(255,255,255,.2); white-space:nowrap;"
>←</kbd> Pfeiltasten <kbd
style="background: #F7F7F7; background-image:linear-gradient(rgba(255,255,255,.4),rgba(127,127,127,.2)); border-color:#DDDDDD #AAAAAA #888888 #CCCCCC; border-radius:2px; border-style:solid; border-width:1px; padding:0 .4em; text-shadow:0 1px rgba(255,255,255,.2); white-space:nowrap;"
>→</kbd> für Navigation</h5>
<h5 class="down-100"> Slides: <a href="https://digicademy.github.io/BKD_scantable/"
title="View the presentation online">
https://digicademy.github.io/BKD_scantable/ </a>
</h5>
<h5>
<strong>Thomas Kollatz</strong> | <strong>Denise Jurst-Görlach</strong> | <strong>…</strong><!--<img
src="resources/img/Twitter_bird_logo_2012.svg" alt="Twitter"
class="twitter-icon" />
<a href="https://twitter.com/digicademy" title="Digital Academy on Twitter"
>@digicademy</a> | <img src="resources/img/Octicons-mark-github.svg"
alt="Twitter" class="gh-icon" />
<a href="https://github.com/digicademy/" title="Digital Academy on GitHub"
>digicademy</a> | <a href="https://creativecommons.org/licenses/by/4.0/"
>CC-BY 4.0</a>-->
</h5>
</div>
<div class="step" id="toc">
<h2 class="red">TOC</h2>
<div class="row">
<div class="twalve columns">
<ul class="line-height-one-five">
<li>
<a href="#basics">Grundsätzliches</a>
</li>
</ul>
</div>
</div>
<!--<div class="row">
<div class="four columns">
<ul class="line-height-one-five">
<li>
<a href="#basics">Grundsätzliches</a>
</li>
</ul>
</div>
<div class="four columns">
index.html <ul class="line-height-one-five">
<li>
<a href="#exeptions">Ausnahmen</a>
</li>
</ul>
</div>
<div class="four columns">
<ul class="line-height-one-five">
<li>
<a href="#formula">Formeln</a>
</li>
</ul>
</div>
</div>-->
<h2 class="red">Spalten</h2>
<div class="row">
<div class="four columns">
<ul class="small">
<li>
<a href="#A">A – scan</a>
</li>
<li>
<a href="#B">B – scan no.</a>
</li>
<li>
<a href="#C">C – type</a>
</li>
<li>
<a href="#D">D – module</a>
</li>
<li>
<a href="#E">E – corresp</a>
</li>
<li>
<a href="#F">F – status</a>
</li>
<li>
<a href="#G">G – sender_person</a>
</li>
<li>
<a href="#H">H – sender_org</a>
</li>
<li>
<a href="#I">I – send_place</a>
</li>
</ul>
</div>
<div class="four columns">
<ul class="small">
<li>
<a href="#J">J – send_date</a>
</li>
<li>
<a href="#K">K – receiver_person</a>
</li>
<li>
<a href="#L">L - receiver_org</a>
</li>
<li>
<a href="#M">M – receive_place</a>
</li>
<li>
<a href="#N">N – objecttype</a>
</li>
<li>
<a href="#O">O – mode</a>
</li>
<li>
<a href="#P">P – language</a>
</li>
<li>
<a href="#Q">Q – pages</a>
</li>
<li>
<a href="#R">R – sheets</a>
</li>
</ul>
</div>
<div class="four columns">
<ul class="small">
<li>
<a href="#S">S – envelope</a>
</li>
<li>
<a href="#T">T – hands</a>
</li>
<li>
<a href="#U">U – keywords</a>
</li>
<li>
<a href="#V">V – Buber-Biographica</a>
</li>
<li>
<a href="#W">W – notes</a>
</li>
<li>
<a href="#X">X – BKD.ID</a>
</li>
<li>
<a href="#Y">Y – hand mode</a>
</li>
<li>
<a href="#Z">Z – Regest</a>
</li>
</ul>
</div>
</div>
</div>
<div class="step" id="basics">
<h2 class="red">Grundsätzliches</h2>
<ul class="line-height-one-five">
<li><a href="https://seafile.rlp.net/lib/a56cdfbc-d15b-4acd-985f-7f00ebb65a87/file/scans2read/BKD_Erfassungstabelle_erstellen.mp4" target="blank">Anleitungsvideo</a> zum Erstellen von Erfassungstabellen in Google Drive</li>
<li> Vollständige Angaben (Sender, Empfänger, Absendeort, Empfangsort, etc.)
<strong>nur beim ersten Scan</strong> einer Korrespondenz <div
class="row"><div class="twalve columns">
<figure class="mfp-lightbox"><a
href="resources/img/Beispiel_grundsaetzliches.png"><img
src="resources/img/Beispiel_grundsaetzliches.png"
alt="Beispiel für Eintrag"/></a></figure>
</div></div>
</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="basics2">
<h2 class="red">Grundsätzliches II</h2>
<ul class="line-height-one-five">
<li>gibt es in einem Feld mehrere Einträge, werden diese durch <code>; </code> getrennt</li>
<li>für die Spalten <code>E</code> und <code>G - M</code> können folgende Zusätze verwendet werden:
<table>
<tr>
<td>
<code>_e</code>
</td>
<td>Angabe erschlossen</td>
<td><code>1933-04-02_e</code></td>
</tr>
<tr>
<td>
<code>_?</code>
</td>
<td>Angabe unsicher</td>
<td><code>1234567-10_0001_?</code></td>
</tr>
</table>
</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<!--<div class="step" id="exeptions">
<h2 class="red">Ausnahmen</h2>
<ul class="line-height-one-five">
<li>to be done</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>-->
<!--<div class="step" id="formula">
<h2 class="red">Formeln für Datenvalidierung</h2>
<ul class="line-height-one-five">
<li>to be done</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>-->
<div class="step" id="A">
<div class="row">
<div class="six columns">
<h2 class="red">A - scan</h2>
<table>
<tr>
<td>
<pre><code class="linenumbers">2788215-10_0001
2788215-10_0002
2788215-10_0003
2788215-10_0004
2788215-10_0005
2788215-10_0006
2788215-10_0007
</code>
</pre>
</td>
</tr>
</table>
</div>
<div class="six columns">
<p> Liste der scans <i>einer</i> Archivmappe </p>
</div>
</div>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="B">
<div class="row">
<div class="six columns">
<h2 class="red">B - scan no.</h2>
<dl class="small">
<dt>Nummer</dt>
<dd>
<code>1-10</code> nur für Briefe, nicht Beilagen etc.
</dd>
<dd><code>Entwurf-1-8</code>, sh. <a href="#B-draft">Entwurf</a></dd>
<dt>zum Objekt gehörende Beilage(n) </dt>
<dd>
<code>Beilage</code>
> Zuordnung über <span class="highlight"
>corresp</span>
</dd>
<dt>Dubletten und Kopien</dt>
<dd>
<code>Dublette</code> Scan-Dublette, digital
</dd>
<dd>
<code>Reproduktion</code> Typoskript-Durchschlag oder Fotokopie des Archivs, mechanisch
</dd>
<dd>
<code>Abschrift dritter Hand</code> <br/>
> Zuordnung über <span class="highlight"
>corresp</span>
</dd>
</dl>
</div>
<div class="six columns">
<dl class="small">
<dt>Briefumschlag</dt>
<dd>
<code>Briefumschlag Vorderseite | Rückseite</code> <br/>
> Zuordnung über <span class="highlight"
>corresp</span>
</dd>
<dt>Scan mit Farbkeil</dt>
<dd>
<code>Farbkeil</code>
> Zuordnung über <span class="highlight"
>corresp</span>
</dd>
<dt>Archivalia und Sonstiges</dt>
<dd><code>Archivreiter</code> Gliederungselement</dd>
<dd><code>Archivmappe</code> | <code>Archivnotiz</code></dd>
<dd><code>Archivkorrespondenz</code></dd>
<dd><code>Index</code> (idR Margot Cohn)</dd>
<dd><code>Übersetzung</code> > Zuordnung über <span class="highlight"
>corresp</span></dd>
<dd><code>Zusammenfassung</code> | <code>Notiz dritter Hand</code></dd>
<dd><code>Sonstiges</code></dd>
</dl>
</div>
</div>
<p class="x-small right">
<a href="#B-example">Beispiele</a>
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="B-example">
<div class="row">
<div class="three columns">
<h3>Farbkeil</h3>
<figure class="mfp-lightbox even-left">
<a href="resources/img/Farbkeil.png">
<img src="resources/img/Farbkeil.png" alt="Farbkeil"
style="width:20rem" />
</a>
</figure>
<p class="x-small centered">2788215-10_0015</p>
</div>
<div class="three columns">
<h3>Archivmappe</h3>
<figure class="mfp-lightbox even-left">
<a href="resources/img/Archivmappe.png">
<img src="resources/img/Archivmappe.png" alt="Archivmappe"
style="width:20rem" />
</a>
</figure>
<p class="x-small centered">2788215-10_0014</p>
</div>
<div class="three columns">
<h3>Archivnotiz</h3>
<figure class="mfp-lightbox even-left">
<a href="resources/img/Archivnotiz.png">
<img src="resources/img/Archivnotiz.png" alt="Archivnotiz"
style="width:20rem" />
</a>
</figure>
<p class="x-small centered">2788215-10_0012</p>
<figure class="mfp-lightbox even-left">
<a href="resources/img/Archivnotiz_b.png">
<img src="resources/img/Archivnotiz_b.png" alt="Archivnotiz"
style="width:20rem" />
</a>
</figure>
<p class="x-small centered">2788215-10_0013</p>
</div>
<div class="three columns">
<h3>Übersetzung</h3>
<figure class="mfp-lightbox even-left">
<a href="resources/img/Uebersetzung.png">
<img src="resources/img/Uebersetzung.png" alt="Uebersetzung"
style="width:20rem" />
</a>
</figure>
<p class="x-small centered">3152527-10_0006</p>
</div>
</div>
<p class="x-small right up-50">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="B-draft">
<h2 class="red">B - Sonderfall "Entwurf"</h2>
<ul class="line-height-one-five">
<li>Brief, der sich (potentiell) vom <em>abgesandten Brief</em> unterscheidet; liegt meistens vor, wenn es keine Unterschrift gibt!</li>
<li>Nummerierung der Seiten über <code>Entwurf-1</code> bis <code>Entwurf-8</code></li>
<li>wenn auch der <strong>abgesandte Brief überliefert</strong> ist: Verweis über Spalte E "corresp", restliche Felder leer lassen</li>
<li>wenn <strong>nur Entwurf</strong> überliefert ist: Spalte E leer lassen, restliche Felder ausfüllen wie bei abgesandtem Brief</li>
</ul>
<p class="x-small right up-50">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="C">
<div class="row">
<div class="twalve columns">
<h2 class="red">C - type</h2>
<table>
<tr>
<td colspan="2">Erschließungstiefe</td>
</tr>
<tr>
<td>
<code>A</code>
</td>
<td>Metadaten, <i>abstract</i> und Volltext</td>
</tr>
<tr>
<td>
<code>B</code>
</td>
<td>Metadaten und <i>abstract</i> (Briefregest, Indizes)</td>
</tr>
<tr>
<td>
<code>C</code>
</td>
<td>Metadaten</td>
</tr>
<tr>
<td></td>
<td>> nur für Korrespondenzstücke relevant<br/>Angabe für gesamten Brief in erster Zeile</td>
</tr>
</table>
</div>
</div>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="D">
<div class="row">
<div class="six columns">
<h2 class="red">D - module</h2>
<table class="small line-height-one">
<tr>
<td>
<code>0</code>
</td>
<td>Keine Zuordnung</td>
</tr>
<tr>
<td>
<code>I</code>
</td>
<td>Jüdische Renaissance – Kulturzionismus – Palästina/Staat Israel</td>
</tr>
<tr>
<td>
<code>II</code>
</td>
<td>Religion(en) und Religionswissenschaft</td>
</tr>
<tr>
<td>
<code>III</code>
</td>
<td>Dialogisches Denken – Religionsphilosophie</td>
</tr>
<tr>
<td>
<code>IV</code>
</td>
<td>Sprachphilosophie – Übersetzung – Bibelkommentar</td>
</tr>
<tr>
<td>
<code>V</code>
</td>
<td>Herausforderungen an das Christentum und kritischer Dialog mit der
christlichen Theologie</td>
</tr>
</table>
</div>
<div class="six columns">
<table class="small line-height-one">
<tr>
<td>
<code>VI</code>
</td>
<td>Literatur – Kunst – Theater</td>
</tr>
<tr>
<td>
<code>VII</code>
</td>
<td>Politische Philosophie - Sozialphilosophie</td>
</tr>
<tr>
<td>
<code>VIII</code>
</td>
<td>Philosophische Anthropologie – Pädagogik –
Psychologie/Psychotherapie</td>
</tr>
<tr>
<td colspan="2"><br/><strong>Modulkombinationen</strong></td>
</tr>
<tr>
<td>
<code>I&II</code>
</td>
<td>Modul I und Modul II</td>
</tr>
<tr>
<td>
<code>I;II</code>
</td>
<td>Modul I; Submodul II</td>
</tr>
</table>
</div>
</div>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="E">
<h2 class="red">E - corresp</h2>
<ul class="line-height-one-five">
<li>für Verweiseinträge / Zuordnungen zu Briefen, wenn Spalte B: <br/><code>Beilage</code>, <code>Briefumschlag Vorderseite</code>, <code>Briefumschlag Rückseite</code> (!), <code>Dublette</code>, <code>Reproduktion</code>, <code>Abschrift dritter Hand</code>, <code>Übersetzung</code> oder <code>Farbkeil</code></li>
<li>Angabe der <i>ersten</i> Scanseite des zugehörigen Korrespondenzstücks</li>
<li>gegebenenfalls ergänzen um <code>_?</code> für unsichere Angaben</li>
</ul>
<p class="x-small right">
<a href="#E-example">Beispiel</a>
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="E-example">
<div class="row">
<div class="twalve columns">
<h3>Beispiel für eine Zuordnung</h3>
<figure class="mfp-lightbox even-left">
<a href="resources/img/Beispiel_corresp.png">
<img src="resources/img/Beispiel_corresp.png" alt="corresp" />
</a>
</figure>
</div>
</div>
<p class="x-small right up-50">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="F">
<div class="row">
<div class="twalve columns">
<h2 class="red">F - status</h2>
<table>
<tr>
<td>
<code>original</code>
</td>
<td>gescanntes Dokument ist das Original</td>
</tr>
<tr>
<td>
<code>photocopy</code>
</td>
<td>gescanntes Dokument ist Fotokopie</td>
</tr>
<tr>
<td>
<code>Wiedervorlage</code>
</td>
<td>Elementare Metadaten sind im Scan später oder von anderen Bearbeitern ermittelbar (z.B. durch Sprachkenntnisse)</td>
</tr>
<tr>
<td>
<code>autopsie!!!</code>
</td>
<td>Zuordnung der Metadaten nicht möglich, z.B. weil Copyright
Fragen ungeklärt sind, oder die Kopie unlesbar ist und ein
neuer Scan angefordert werden muss</td>
</tr>
</table>
</div>
</div>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="G">
<h2 class="red">G - sender_person</h2>
<ul class="line-height-one-five">
<li>mehrere Autor:innen durch <code>;</code> getrennt</li>
<li>gegebenenfalls ergänzen um <code>_e</code> / <code>_?</code> für erschlossene oder unsichere Angaben</li>
<li>wird ein Brief <em>im Auftrag</em> einer anderen Person geschrieben, werden beide Personen erfasst und durch <code>iA</code> verbunden <br/>Bsp. <code>Karminski, Hannah iA Pappenheim, Bertha</code> <br/>(Karminski schreibt im Auftrag Pappenheims)</li>
<li>Ergänzungen und eindeutige Korrekturen der Dropdown-Liste in <a href="https://docs.google.com/spreadsheets/d/1NkFCGoL7BsX8rq_8kZqVzWvC_vq43WoyrJ0Z0w2XoiE/edit?usp=sharing">p_ids</a> ändern; neue Namen oder unsichere Änderungen im Mattermost-channel <a href="https://mattermost.gitlab.rlp.net/bkd/channels/namensanderungen">"Namensänderungen"</a> melden</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="H">
<h2 class="red">H - sender_org</h2>
<ul class="line-height-one-five">
<li>vom Briefpapier erfasst werden nur Organisationen, die auch als Absender fungieren</li>
<li>Erfassung nach Vorlage, die Einträge werden später nachbearbeitet und systematisiert</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="I">
<h2 class="red">I - send_place</h2>
<ul class="line-height-one-five">
<li>Ortsnamen werden nicht detaillierter erfasst als Gemeindeebene (keine Stadtteile / Bezirke)</li>
<li>Orte, die noch nicht in der Dropdown-Liste vorhanden sind, können direkt in <a href="https://docs.google.com/spreadsheets/d/1lCRZxoXmuODswMcgg9xoGRbfrYhmQb5OWG-A71fxAKI/edit#gid=0" target="blank">o_ids</a> angelegt werden (bitte dazu die <a href="https://sandstorm.adwmainz.net/shared/UisoeCbk_z18eGIXjTtamspwivdanhaPs4zZTCW0qt2" target="blank">Dokumentation</a> beachten!)</li>
<li>gegebenenfalls ergänzen um <code>_e</code> / <code>_?</code> für erschlossene oder unsichere Angaben</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="J">
<h2 class="red">J - send_date</h2>
<ul class="line-height-one-five">
<li>Erfassung nach ISO-Norm im Format <code>yyyy-mm-dd</code></li>
<li>gegebenenfalls ergänzen um <code>_e</code> / <code>_?</code> für erschlossene oder unsichere Angaben</li>
<li>ist ein Brief nicht datiert, sollte das Datum wenn möglich mit <code>_nB</code> (notBefore) und/oder <code>_nA</code> (notAfter) eingegrenzt werden
<br/>Bsp. <code>1918-07-10_nB; 1918-07-26_nA</code></li>
<li>ist ein Brief an mehreren Tagen geschrieben, wird das 'Hauptdatum' erfasst und ein Vermerk in Spalte W vorgenommen</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="K">
<h2 class="red">K - receiver_person</h2>
<ul class="line-height-one-five">
<li>mehrere Empfänger:innen durch <code>;</code> getrennt</li>
<li>gegebenenfalls ergänzen um <code>_e</code> / <code>_?</code> für erschlossene oder unsichere Angaben</li>
<li>Ergänzungen und eindeutige Korrekturen in <a href="https://docs.google.com/spreadsheets/d/1NkFCGoL7BsX8rq_8kZqVzWvC_vq43WoyrJ0Z0w2XoiE/edit?usp=sharing">p_ids</a> ; neue Namen oder unsichere Änderungen im Mattermost-channel <a href="https://mattermost.gitlab.rlp.net/bkd/channels/namensanderungen">"Namensänderungen"</a></li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="L">
<h2 class="red">L - receiver_org</h2>
<ul class="line-height-one-five">
<li>nur Organisationen, die auch als Empfänger adressiert werden</li>
<li>Erfassung nach Vorlage, die Einträge werden später nachbearbeitet und systematisiert</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="M">
<h2 class="red">M - receive_place</h2>
<ul class="line-height-one-five">
<li>Ortsnamen werden nicht detaillierter erfasst als Gemeindeebene (keine Stadtteile / Bezirke)</li>
<li>Orte, die noch nicht in der Dropdown-Liste vorhanden sind, können direkt in <a href="https://docs.google.com/spreadsheets/d/1lCRZxoXmuODswMcgg9xoGRbfrYhmQb5OWG-A71fxAKI/edit#gid=0" target="blank">o_ids</a> angelegt werden (bitte dazu die <a href="https://sandstorm.adwmainz.net/shared/UisoeCbk_z18eGIXjTtamspwivdanhaPs4zZTCW0qt2" target="blank">Dokumentation</a> beachten!)</li>
<li>gegebenenfalls ergänzen um <code>_e</code> / <code>_?</code> für erschlossene oder unsichere Angaben</li>
<li><code>via</code> bei Nachsendungen/Weiterleitungen von Briefen <br/>(Bsp. Berlin <code>via</code> Heidelberg)</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="N">
<h2 class="red">N - objecttype</h2>
<code>Brief</code>
<code>Postkarte</code>
<code>Luftpostbrief</code>
<code>Telegramm</code>
<code>Drucksache</code>
<code>Visitenkarte</code>
<code>Feldpostkarte</code>
<code>Feldpostbrief</code>
<code>other</code>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="O">
<h2 class="red">O - mode</h2>
<ul class="line-height-one-five">
<li><code>handwritten</code> Manuskript</li>
<li><code>typed</code> Typoskript</li>
<li><code>typed-handwritten</code> Typoskript mit handschriftlichen Zusätzen (nur wenn hs. Anteil größer als Korrekturen/Unterschrift)</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="P">
<h2 class="red">P - language</h2>
<ul class="line-height-one-five">
<li>nach zweibuchstabigen <a href="https://de.wikipedia.org/wiki/Liste_der_ISO-639-1-Codes" target="blank">ISO-639-1</a>-Codes (<code>de</code>, <code>en</code>, <code>he</code>, ...)</li>
<li>mehrere Sprachen durch <code>;</code> getrennt (nur wenn umfangreicher als einzelne fremdsprachige Begriffe oder Redewendungen)</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="Q">
<h2 class="red">Q - pages</h2>
<ul class="line-height-one-five">
<li>Zahl der <i>mit Brieftext beschriebenen</i> Seiten</li>
<li>(ehemals) gefaltete Doppelseiten werden entsprechend ihrer Verwendung gezählt</li>
</ul>
<p class="x-small right">
<a href="#R-example">Beispiele</a>
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="R">
<h2 class="red">R - sheets</h2>
<ul class="line-height-one-five">
<li>Zahl der Blätter im Original (bei Fotokopien rekonstruieren wenn möglich)</li>
</ul>
<p class="x-small right">
<a href="#R-example">Beispiele</a>
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="R-example">
<div class="row">
<div class="three columns">
<figure class="mfp-lightbox even-left">
<a href="resources/img/Beispiel_pages.jpg">
<img src="resources/img/Beispiel_pages.jpg" alt="1 Blatt, 2 Seiten"
style="width:20rem" />
</a>
</figure>
<figure class="mfp-lightbox even-left">
<a href="resources/img/Beispiel_pages_2.jpg">
<img src="resources/img/Beispiel_pages_2.jpg" alt="1 Blatt, 2 Seiten"
style="width:20rem" />
</a>
</figure>
<p class="small">1 Blatt, 2 Seiten</p>
</div>
<div class="three columns">
<figure class="mfp-lightbox even-left">
<a href="resources/img/Beispiel_pages_3.jpg">
<img src="resources/img/Beispiel_pages_3.jpg" alt="1 Blatt, 1 Seite"
style="width:20rem" />
</a>
</figure>
<figure class="mfp-lightbox even-left">
<a href="resources/img/Beispiel_pages_4.jpg">
<img src="resources/img/Beispiel_pages_4.jpg" alt="1 Blatt, 1 Seite"
style="width:20rem" />
</a>
</figure>
<p class="small">1 Blatt, 1 Seite</p>
</div>
<div class="three columns">
<figure class="mfp-lightbox even-left">
<a href="resources/img/Beispiel_pages_5.jpg">
<img src="resources/img/Beispiel_pages_5.jpg" alt="1 Blatt, 4 Seiten"
style="width:20rem" />
</a>
</figure>
<figure class="mfp-lightbox even-left">
<a href="resources/img/Beispiel_pages_6.jpg">
<img src="resources/img/Beispiel_pages_6.jpg" alt="1 Blatt, 4 Seiten"
style="width:20rem" />
</a>
</figure>
<p class="small">1 Blatt, 4 Seiten</p>
</div>
<div class="three columns">
<figure class="mfp-lightbox even-left">
<a href="resources/img/Beispiel_pages_7.jpg">
<img src="resources/img/Beispiel_pages_7.jpg" alt="1 Blatt, 4 Seiten"
style="width:20rem" />
</a>
</figure>
</div>
</div>
<p class="x-small right up-50">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="S">
<h2 class="red">S - envelope</h2>
<ul class="line-height-one-five">
<li>bei objecttype <code>Luftpostbrief</code> hat <code>envelope</code> den Wert <code>0 – Kein Umschlag</code></li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="T">
<h2 class="red">T - hands</h2>
<ul class="line-height-one-five">
<li>Zahl der <i>Schreiber</i>hände
<ul class="line-height-one-five">
<li>Typoskript mit eigenhändiger Unterschrift = <code>1 scribe</code></li>
<li>hs. von Sekretär geschriebener Brief mit eigenhändiger Unterschrift des Absenders = <code>2 scribes</code></li>
<li>maschinenschriftlicher Briefentwurf ohne Unterschrift = <code>0 scribes</code></li>
</ul>
</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="U">
<h2 class="red">U - keywords (OPTIONAL)</h2>
<ul class="line-height-one-five">
<li>Schlagwörter, die bereits in <a href="https://seafile.rlp.net/smart-link/a6dd39f3-9973-470a-a646-712a412b1f38/" target="blank">S_ids</a> vorkommen oder dort vorkommen sollen (so gemachte "Vorschläge" werden später gesammelt evaluiert und systematisiert)</li>
<li><i>kein</i> Anspruch auf Vollständigkeit, sondern Hilfestellung zum Anlegen einer relevanten Schlagwortdatei!</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="V">
<h2 class="red">V - Buber-Biographica (OPTIONAL)</h2>
<ul class="line-height-one-five">
<li>Informationen für <i>virtuelles Tagebuch</i>: mehr oder weniger datierbare – geplante oder stattgefundene – Ereignisse, die Buber in sein Tagebuch notieren hätte können</li>
<li>nicht normiert, aber wenn möglich in der Form <code>Datumsangabe: Ereignis</code> <br/>Bsp.:<br/> <code>1907-12-29: Vortrag "Konferenz für das arbeitende Palästina"</code> <br/><code>1935-03-31 bis 1935-04-22: geplante Reise nach Palästina</code></li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="W">
<h2 class="red">W - notes (OPTIONAL)</h2>
<ul class="line-height-one-five">
<li>sonstige Anmerkungen zu Form oder Inhalt</li>
<li>wird im xml-Dokument in einer <code><list type="internalNote"></code> ausgegeben und dort nachbearbeitet (z.B. zu Regest oder Beilage)</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="X">
<h2 class="red">X - BKD.ID</h2>
<ul class="line-height-one-five">
<li><code>BKD-ID</code> in <a href="https://seafile.rlp.net/smart-link/172440bc-f0aa-49e1-b62b-699d1e9fd1cb/">Korrespondenzliste_gesamt</a> recherchieren und <i>einmalig</i> in erste Zeile eintragen (betrifft nicht die Allgemeine und Verlagskorrespondenz!)</li>
<li>bei ID-Wechsel (wenn Briefe aus anderen Korrespondenzen beiliegen) muss auch der "<i>Rück-</i>Wechsel" angegeben werden:</li>
</ul>
<figure class="mfp-lightbox even-left">
<a href="resources/img/Beispiel_ID-Wechsel.jpg">
<img src="resources/img/Beispiel_ID-Wechsel.jpg" alt="ID-Wechsel"/>
</a>
</figure>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="Y">
<h2 class="red">Y - hand mode</h2>
<ul class="line-height-one-five">
<li>im Regelfall, d.h. bei lateinischer Kursivschrift (<code>latintype</code>), <strong>leer lassen</strong>!</li>
<li>Sütterlin oder andere deutsche Kurrentschrift: <code>kurrent</code></li>
<li>Gabelsberger oder andere stenographische Kurzschrift: <code>shorthand</code></li>
<li>zwei Schreiber mit unterschiedlichen <em>hand modes</em>: <code>Schrift des major-scribes; Schrift des minor-scribes</code> <br/>(Bsp. <code>kurrent; latintype</code>)</li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="Z">
<h2 class="red">Z - Regest (OPTIONAL)</h2>
<ul class="line-height-one-five">
<li>vollständiges Regest zum Brief, wie es in <code><list type="content"></code> erscheinen soll</li>
<li>thematisch unterschiedliche Einträge (= unterschiedliche <code>items</code>) werden durch <code>;</code> getrennt, ein Eintrag kann auch aus mehreren Sätzen bestehen</li>
<li>Schema: <code>Sender</code> <code>Verb</code> <code>Empfänger</code> <code>...</code> <br/>Bsp. <code>Buber informiert Herzl über ...</code> </li>
</ul>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<!--<div class="step" id="AA">
<h2 class="red">AA</h2>
<p>O.ID_sender</p>
<p>wird i.d.R. aus Dropdown-Eintrag automatisch ermittelt und zugeordnet</p>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="AB">
<h2 class="red">AB</h2>
<p>O.ID_receiver</p>
<p>wird i.d.R. aus Dropdown-Eintrag automatisch ermittelt und zugeordnet</p>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="AC">
<h2 class="red">AC</h2>
<p>K.ID_sender</p>
<p>wird i.d.R. aus Dropdown-Eintrag automatisch ermittelt und zugeordnet</p>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="AD">
<h2 class="red">AD</h2>
<p>K.ID_receiver</p>
<p>wird i.d.R. aus Dropdown-Eintrag automatisch ermittelt und zugeordnet</p>
<p class="x-small right">
<a href="#toc">toc</a>
</p>
</div>
<div class="step" id="AE">
<h2 class="red">AE</h2>
</div> -->
</div>
<!-- jquery -->
<script src="vendor/jquery/jquery-1.11.0.min.js"></script>
<!-- chartist -->
<script src="vendor/chartist/chartist.min-0.9.7.js"></script>
<script src="resources/js/chartist.charts.js"></script>
<!-- codemirror -->
<script src="vendor/codemirror/lib/codemirror.js"></script>
<script src="vendor/codemirror/addon/edit/matchbrackets.js"></script>
<script src="vendor/codemirror/mode/sparql/sparql.js"></script>
<script>
var editor = CodeMirror.fromTextArea(document.getElementById("sparql"), {
mode: "application/sparql-query",
matchBrackets: true,
lineNumbers: true,
viewportMargin: Infinity
});</script>
<!-- highlight -->
<script src="vendor/highlight/highlight.pack-9.3.0.js"></script>
<script>
hljs.initHighlightingOnLoad();</script>
<script src="resources/js/hljs.linenumbering.js"></script>
<!-- magnific popup -->
<script src="vendor/magnific-popup/jquery.magnific-popup.min-1.1.0.js"></script>
<script src="resources/js/magnific-popup.lightbox.js"></script>
<!-- impress.mod.js -->
<script src="vendor/impress/impress.fork.js"></script>
<script src="vendor/impress/impress-slidenum.js"></script>
<script>
var obj = impress();
obj.init();
initSlideNo(obj);</script>
</body>
</html>