-
Notifications
You must be signed in to change notification settings - Fork 4
/
translations.xml
1165 lines (1162 loc) · 55.1 KB
/
translations.xml
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
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<listBibl xmlns="http://www.tei-c.org/ns/1.0"
xmlns:t="http://www.tei-c.org/ns/1.0"
xmlns:xi="http://www.w3.org/2001/XInclude">
<listBibl xml:id="ENG18450" xml:lang="en">
<bibl type="firstEdition" n="B3028"> <title>Sybil; Or, The Two Nations</title>
<author>B. Disraeli, M.P.</author> <publisher>Henry Colburn</publisher>
<date>1845</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/590304686.pdf"/> </bibl>
<bibl type="translation" xml:lang="fr"> <title> Sybil : roman anglais. trad.
avec l'autorisation de l'auteur sous la direction de P. Lorain.</title>
<date>1869</date> <publisher>Paris: Hachette</publisher> <respStmt>
<resp>translator</resp>
<name>P Lorrain</name>
</respStmt> <ref
target="http://solo.bodleian.ox.ac.uk/permalink/f/89vilt/oxfaleph012315205"
>facs in Bod</ref> </bibl>
<bibl type="translation" xml:lang="de"> <title>Sybil, oder, die beiden
Nationen</title> <date>1846</date> <publisher> Grimma :
Verlags-Comptoir</publisher> <respStmt>
<resp>translator</resp>
<name>Fr. Herrmann</name>
</respStmt> <ref target="https://hdl.handle.net/2027/chi.81363515">Facs on
Hathitrust</ref> </bibl>
</listBibl>
<listBibl xml:id="ENG18481" xml:lang="en">
<bibl type="firstEdition" n="B7467"> <title>Dealings with the firm of Dombey
and Son, wholesale, retail, and for exportation</title> <author>Charles
Dickens</author> <publisher>Chapman and Hall</publisher> <date>1848</date>
<ref target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/503628841.pdf"
>[facs]</ref> </bibl>
<bibl type="translation" xml:lang="de"> <title> Dombey und Sohn. von Boz
(Dickens). ; Aus dem Englischen von Julius Seybt. ; Mit Federzeichnungen von
Hablot K. Browne</title> <date>1848</date> <publisher>Leipzig Verlag von Carl
B. Lorck</publisher> <respStmt>
<resp>translator</resp>
<name>Julius Seybt</name>
</respStmt> <ref target="https://hdl.handle.net/2027/chi.81365837">Hathitrust
facs</ref> </bibl>
<bibl type="translation" xml:lang="de"> <title> Dombey und Sohn. Dombey und
sohn von (Boz Dickens) neu aus dem Englischen von C. Kolb</title>
<date>1861</date> <publisher>Stuttgart:Hoffmann</publisher> <respStmt>
<resp>translator</resp>
<name>C Kolb</name>
</respStmt> <ref target="https://hdl.handle.net/2027/inu.30000112949007">Facs
on Hathitrust</ref> </bibl>
<bibl type="translation" xml:lang="fr"> <title> Dombey et fils. Tome 1 / Ch.
Dickens ; roman anglais traduit... par Mme Bressant</title> <date>1881</date>
<publisher>Paris: Hachette</publisher> <respStmt>
<resp>translator</resp>
<name>Mme Bressant</name>
</respStmt> <ref target="https://gallica.bnf.fr/ark:/12148/bpt6k6557989t"
>Facs on Gallica</ref> </bibl>
</listBibl>
<listBibl xml:id="ENG18551" xml:lang="en">
<bibl type="firstEdition" n="B7448"> <title>The Warden</title>
<author>Trollope, Anthony (1815-1882).</author> <publisher>London:
Longman</publisher> <date>1855</date> </bibl>
<bibl type="translation" xml:lang="fr"> <title>La sinecure (The warden) Roman
traduit de l'anglais</title> <date>1946</date> <publisher>Paris: Nouvelles
Editions Latines</publisher> <respStmt>
<resp>translator</resp>
<name>Louis Rocher</name>
</respStmt> </bibl>
<bibl type="translation" xml:lang="fr"> <title>Le directeur (The warden) Roman
traduit de l'anglais</title> <date>1992</date> <publisher>Paris:
Aubier</publisher> <respStmt>
<resp>translator</resp>
<name>Richard Crevier</name>
</respStmt> </bibl>
<bibl type="translation" xml:lang="sp"> <title>El custodio</title> <publisher>
Barcelona Círculo de Lectores </publisher> <respStmt>
<resp>traducción y ultílogo</resp>
<name>José Luis López Muñoz</name>
</respStmt><respStmt>
<resp>prólogo y cronología</resp>
<name>José María Valverde.</name>
</respStmt> <idno type="OCLC"> 1158286547</idno> </bibl>
<bibl type="translation" xml:lang="dk"><title>Mr. Hardings
samvittighed</title> <date>1983</date> <publisher>Kbh. : Hernov</publisher> <respStmt>
<resp>translation</resp>
<name>Luise Pihl.</name>
</respStmt> <idno type="OCLC"> 253226732</idno></bibl>
<bibl type="translation" xml:lang="zh"><title>巴徹斯養老院 / Bachesi yang lao
yuan</title> <date>1957</date> <publisher>新文藝出版社, [Shanghai] : Xin wen yi chu
ban she</publisher> <respStmt>
<resp>translator</resp>
<name>主万譯. 主万. /Zhu wan.</name>
</respStmt> <idno type="OCLC"> 234257722</idno> </bibl>
<bibl type="translation" xml:lang="fi"> <title>Vanhan miehen omatunto</title>
<date>1953</date> <publisher> Porvoo : WSOY</publisher> <idno type="OCLC">
58059529</idno> </bibl>
<bibl type="translation" xml:lang="tu"> <title>Güçsüler evi
müdürü.</title> <date>1984</date> <publisher>Ankara, Başbakanlık
basımev</publisher> <respStmt>
<resp>translation</resp>
<name>Çeviren Vecehat Eren.</name>
</respStmt> <idno type="OCLC">32621612</idno> </bibl>
<bibl type="translation" xml:lang="it"> <title>Gli scrupoli di mister
Harding</title> <date>1952</date> <publisher>Milano : Rizzoli</publisher> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> <idno type="OCLC">799850910</idno> </bibl>
</listBibl>
<listBibl xml:id="ENG18610" xml:lang="en">
<bibl type="firstEdition" n="B7475"> <title>Silas Marner: The Weaver of
Raveloe</title> <author>Eliot, George [pseud.] (1819-1880).</author>
<publisher>Edinburgh: Blackwood</publisher> <date>1861</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600060055.pdf"/> </bibl>
<bibl type="translation" xml:lang="fr"> <title>Silas Marner: le tisserand de
Raveloe. Roman traduit de l'anglais</title> <date>1896</date>
<publisher>Paris: Hachette</publisher> <respStmt>
<resp>translator</resp>
<name>Auguste Malfroy</name>
</respStmt> <ref target="https://gallica.bnf.fr/ark:/12148/bpt6k642790">Facs
on Gallica</ref> </bibl>
</listBibl>
<listBibl xml:id="ENG18621" xml:lang="en">
<bibl type="firstEdition" n="B2978"> <title>Lady Audley's Secret</title>
<author>Braddon, Mary Elizabeth (1835-1915).</author> <publisher>London:
Tinsley Brothers</publisher> <date>1862</date> <ref
target="http://archive.org/details/ladyaudleyssecre01brad">vol 1</ref>;<ref
target="http://archive.org/details/ladyaudleyssecre02brad">vol 2</ref>;<ref
target="http://archive.org/details/ladyaudleyssecre03brad">vol 3</ref> </bibl>
<bibl type="translation" xml:lang="du">
<title>Het geheim van Lady Audley.</title>
<date>1863</date>
<publisher>P N Van Kampen Amsterdam</publisher>
<respStmt><resp>naar den zesden druk uit het engelsch</resp><name>W.J. Mensing</name></respStmt>
<ref target="https://books.google.co.uk/books?id=RUlnAAAAcAAJ">Raadpleging via Google Books</ref></bibl>
<bibl type="translation" xml:lang="dk">
<title>Lady Audley's Hemmelighed ...</title>
<date>1863</date>
<publisher> Kbhv</publisher>
<respStmt><resp>Oversat efter Originalens sjette Udgave af</resp><name>R. Prahl</name></respStmt></bibl>
<bibl type="translation" xml:lang="de">
<title>Lady Audley's Geheimniss : Roman ; aus d. Engl.</title>
<date>1863</date>
<publisher> Leipzig : Voigt u. Günther,</publisher></bibl>
<bibl type="translation" xml:lang="fr"><title> Le Secret de lady Audley,
traduit de l'anglais par Mme Judith Bernard Derosne</title> <date>1863</date>
<publisher>Paris: Hachette</publisher> <respStmt>
<resp>translator</resp>
<name>Judith Derosne</name>
</respStmt> <ref target="https://gallica.bnf.fr/ark:/12148/bpt6k1165871f"
>Gallica</ref> </bibl>
</listBibl>
<listBibl xml:id="ENG18630" xml:lang="en">
<bibl type="firstEdition" n="B6926"> <title>Mistress and Maid</title>
<author>Craik, Dinah Marie</author> <publisher>London: Hurst and
Blackett</publisher> <date>1862</date> <ref
target="http://archive.org/details/mistressmaid01crai">vol 1</ref>;<ref
target="http://archive.org/details/mistressmaid02crai">vol 2</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18740" xml:lang="en">
<bibl type="firstEdition" n="B8481"> <title>Two Little Wooden Shoes: A
Sketch</title> <author>Ouida, [pseud.] (1839-1908).</author>
<publisher>London: Chapman and Hall</publisher> <date>1874</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600073428.pdf"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18800" xml:lang="en">
<bibl type="firstEdition" n="B1984"> <title>Endymion</title> <author>Disraeli,
Benjamin (1804-1881).</author> <publisher>London: Longmans, Green, and
co</publisher> <date>1880</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/503687801.pdf">vol
1</ref>;<ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/503687799.pdf">vol
2</ref>;<ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/503687797.pdf">vol 3</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18900" xml:lang="en">
<bibl type="firstEdition" n="B7559"> <title>The Sign of Four</title>
<author>Doyle, Arthur Conan (1859-1930).</author> <publisher>London: Spencer
Blackett</publisher> <date>1890</date> <ref
target="http://archive.org/details/signfour00doylgoog"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18961" xml:lang="en">
<bibl type="firstEdition" n="B14515"> <title>The Rome Express</title>
<author>Griffiths, Major Arthur George Frederick (1838-1908).</author>
<publisher>London: John Milne</publisher> <date>1896</date> <ref
target="https://hdl.handle.net/2027/osu.32435009413329"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18972" xml:lang="en">
<bibl n="B13706" type="firstEdition"> <title>The water of the wondrous
isles</title> <author>William Morris</author> <publisher>Kelmscott
Press</publisher> <date>1897</date> <ref
target="http://morrisedition.lib.uiowa.edu/Images/WaterWondrousIsles/waterwondrouskelmscott.html"
>Page images</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG19150" xml:lang="en">
<bibl type="firstEdition"> <title>The thirty-nine steps</title> <author>John
Buchan</author> <publisher>Edinburgh: Blackwood and sons</publisher>
<date>1915</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG19200" xml:lang="en">
<bibl type="firstEdition" n="B0"> <title>Women in love</title> <publisher>New
York: Thomas Seltzer</publisher> <date>1920</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18400" xml:lang="en">
<bibl type="firstEdition" n="B4163"> <title>The Life and Adventures of Michael
Armstrong, the Factory Boy</title> <author>Frances Trollope</author>
<publisher>London: Henry Colburn, Great Marlborough Street</publisher>
<date>1840</date> <ref
target="http://archive.org/details/lifeadventuresof00troliala"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18410" xml:lang="en">
<bibl type="firstEdition" n="B4292"> <title>Modern Flirtations: or, A Month at
Harrowgate. In three volumes.</title>by<author>Catherine Sinclair</author>
<publisher>Edinburgh: William William Whyte and co.</publisher>
<date>1841</date> <ref
target="http://archive.org/details/modernflirtation01sincuoft">vol
1</ref>;<ref target="http://archive.org/details/modernflirtation02sincuoft"
>vol 2</ref>;<ref
target="http://archive.org/details/modernflirtation03sincuoft">vol 3</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18411" xml:lang="en">
<bibl type="firstEdition" n="B7392"> <title>The Twins: A Domestic
Novel</title> <author>Martin Farquhar Tupper. .</author> <publisher>London:
Bentley</publisher> <date>1844.</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/590995737.pdf"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18440" xml:lang="en">
<bibl type="firstEdition" n="B3025"> <title>Coningsby: or, The New
Generation</title> <author>Disraeli, Benjamin (1804-1881)</author>
<publisher>London: Henry Colburn</publisher> <date>1844</date> <ref
target="http://archive.org/details/02717636.5126.emory.edu">volume
1</ref>;<ref target="http://archive.org/details/02717636.5125.emory.edu"
>volume 2</ref>;<ref
target="http://archive.org/details/02717636.5124.emory.edu">volume 3</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18460" xml:lang="en">
<bibl type="firstEdition" n="B0"> <title>The Mysteries of London (1st series;
vols 1-2)</title> <publisher>John Dicks</publisher> <date>1846</date> <ref
target="https://hdl.handle.net/2027/uc1.32106010644448">Volume 1</ref>;<ref
target="https://hdl.handle.net/2027/uc1.32106010644455">Volume 2</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18470" xml:lang="en">
<bibl type="firstEdition" n="B11349"> <title>Home Influence: A Tale for
Mothers and Daughters</title> <author>Aguilar, Grace (1816-1847).</author>
<publisher>London: Groombridge</publisher> <date>1847</date> <ref
target="http://archive.org/details/homeinfluencetal01agui">vol 1</ref>;<ref
target="http://archive.org/details/homeinfluencetal02agui">vol 2</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18471" xml:lang="en">
<bibl type="firstEdition" n="B7446"> <title>Wuthering Heights : A
novel</title>by<author>Ellis Bell</author> <publisher>London: T. C.
Newby</publisher> <date>1847</date> <ref
target="http://archive.org/details/wutheringheights01bron">vol 1</ref>;<ref
target="http://archive.org/details/wutheringheights02bron">vol 2</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18480" xml:lang="en">
<bibl type="firstEdition" n="B7155"> <author>W. M. Thackeray</author>
<title>Vanity Fair: A Novel without a Hero</title> <publisher>London:
Bradbury and Evans</publisher> <date>1848</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/590972833.pdf"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18482" xml:lang="en">
<bibl type="firstEdition" n="B6955"> <title>Mary Barton: A Tale of Manchester
Life</title> <author>Mrs. Gaskell.</author> <publisher>London: Chapman and
Hall</publisher> <date>1848</date> <ref
target="http://archive.org/details/marybartontaleof01gask"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18490" xml:lang="en">
<bibl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:e="http://distantreading.net/ns" type="firstEdition" n="B0"> <title>The
Inheritance of Evil, Or, the Consequence of Marrying a Deceased Wife’s
Sister</title> <author>Skene, Felicia, 1821-1899</author> <publisher>Joseph
Masters</publisher> <pubPlace>London</pubPlace> <date when="1849">1849</date>
<ref target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/590914594.pdf"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18500" xml:lang="en">
<bibl n="B7800" type="firstEdition"> <title>Auriol or The elixir of
life</title> <author>W. Harrison Ainsworth esq.</author> <publisher>London:
George Routledge and sons</publisher> <date>1850</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600060841.pdf">Page images
of Bodleian copy [1875 reprint]</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18510" xml:lang="en">
<bibl type="firstEdition" n="B7479"> <title>Yeast: A Problem</title>
<author>Charles Kingsley</author> <publisher>London: John W.
Parker</publisher> <date>1851</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/400291722.pdf">reprinted
with corrections and additions</ref>;<ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600052788.pdf">4th
ed</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18530" xml:lang="en">
<bibl type="firstEdition" n="B7470"> <title>Bleak House</title>
<author>Charles Dickens</author> <publisher>Bradbury & Evans, Bouverie
Street.</publisher> <date>1853</date> <ref
target="http://archive.org/details/bleakhouse00dickrich"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18531" xml:lang="en">
<bibl type="firstEdition" n="B7034"> <title>The Heir of Redclyffe</title>
<author>Yonge, Charlotte Mary (1823-1901).</author> <publisher>London: John
W. Parker</publisher> <date>1853</date> <ref
target="http://archive.org/details/heirofredclyffe01yong">vol 1</ref>;<ref
target="http://archive.org/details/heirofredclyffe02yong">vol 2</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18540" xml:lang="en">
<bibl type="firstEdition" n="B7471"> <title>Hard Times: For These
Times</title> <author>Dickens, Charles</author> <publisher>London: Bradbury
and Evans</publisher> <date>1854</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18552" xml:lang="en">
<bibl type="firstEdition" n="B14105"> <author>Julia Kavanagh</author>
<title>Rachel Gray: A Tale Founded on Fact</title> <publisher>London: Hurst
and Blackett</publisher> <date>1856</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600053169.pdf"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18560" xml:lang="en">
<bibl type="firstEdition" n="B7032"> <title>The Daisy Chain</title>
<publisher>London: John W. Parker</publisher> <date>1856</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18570" xml:lang="en">
<bibl type="firstEdition" n="B7053"> <title>The Professor</title>
<author>Currer Bell</author> <publisher>London: Smith, Elderm & co., 15
Waterloo Place</publisher> <date>1857</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/400294723.pdf">vol
1</ref>;<ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/400294722.pdf">vol 2</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18600" xml:lang="en">
<bibl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:e="http://distantreading.net/ns" type="firstEdition" n="B7604">
<title>Why Paul Ferroll Killed His Wife</title> <author>Clive, Caroline,
1801-1873</author> <publisher>Saunders, Otley, and Co.</publisher>
<pubPlace>London</pubPlace> <date when="1860">1860</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600060055.pdf"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18632" xml:lang="en">
<bibl type="firstEdition" n="B579"> <title>Hard Cash</title> <author>Charles
Reade</author> <publisher>London: Sampson Low</publisher> <date>1863</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18640" xml:lang="en">
<bibl type="firstEdition" n="B120"> <author>R.D. Blackmore</author>
<title>Clara Vaughan. A novel in three volumes</title> <publisher>MACMILLAN
AND CO.</publisher> <date>1864</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600058244.pdf">vol
1</ref>;<ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600058245.pdf">vol
2</ref>;<ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600058246.pdf">vol 3</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18641" xml:lang="en">
<bibl type="firstEdition" n="B10253"> <title>Fern's Hollow</title>
<author>Stretton, Hesba (1832-1911).</author> <publisher>London: Religious
Tract Society</publisher> <date>1864</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/590921254"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18650" xml:lang="en">
<bibl type="firstEdition" n="B5492"> <author>Anthony Trollope</author>
<title>Can You Forgive Her?</title> <publisher>London: Chapman and
Hall</publisher> <date>1865</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600069685">[vols 1 and
2]</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18651" xml:lang="en">
<bibl type="firstEdition" n="B5540"> <title>The Clever Woman of the
Family</title> <author>Yonge, Charlotte Mary (1823-1901).</author>
<publisher>London: Macmillan</publisher> <date>1865</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18652" xml:lang="en">
<bibl type="firstEdition" n="B11374"> <title>Alice's Adventures in
Wonderland</title> <author>Carroll, Lewis [pseud.] (1832-1898).</author>
<publisher>London: Macmillan</publisher> <date>1865</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18660" xml:lang="en">
<bibl type="firstEdition" n="B218"> <title>Felix Holt, the Radical</title>
<author>Eliot, George [pseud.] (1819-1880).</author> <publisher>Edinburgh:
Blackwood</publisher> <date>1866</date> <ref
target="https://archive.org/details/felixholtradical01eliorich/">vol
1</ref>;<ref target="https://archive.org/details/felixholtradical02eliorich/"
>vol 2</ref>;<ref
target="https://archive.org/details/felixholtradical03eliorich/">vol 3</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18661" xml:lang="en">
<bibl type="firstEdition" n="117"> <title>Miss Marjoribanks</title> <author>By
the author of "Salem Chapel"</author> <publisher>Blackwood</publisher>
<date>1866</date> <ref
target="http://www.oliphantfiction.com/fiction_works/Miss_Marjoribanks_v1.pdf"
>vol1</ref>;<ref
target="http://www.oliphantfiction.com/fiction_works/Miss_Marjoribanks_v2.pdf"
>vol2</ref>;<ref
target="http://www.oliphantfiction.com/fiction_works/Miss_Marjoribanks_v3.pdf"
>vol3</ref>.</bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18670" xml:lang="en">
<bibl type="firstEdition" n="B719"> <title>Under Two Flags: A Story of the
Household and the Desert</title> <author>Ouida, [pseud.]
(1839-1908).</author> <publisher>London: Chapman and Hall</publisher>
<date>1867</date> <ref
target="http://archive.org/details/undertwoflagssto01ouid">vol 1</ref>;<ref
target="http://archive.org/details/undertwoflagssto02ouid">vol 2</ref>;<ref
target="http://archive.org/details/undertwoflagssto03ouid">vol 3</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18700" xml:lang="en">
<bibl type="firstEdition" n="B17005"> <author>Laurence Oliphant</author>
<title>Piccadilly: a fragment of contemporary biography</title>
<publisher>William Blackwood and sons</publisher> <date>1870</date> <ref
target="http://archive.org/details/piccadillyafrag01olipgoog"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18702" xml:lang="en">
<bibl type="firstEdition" n="B8122"> <title>Ginx's Baby: His Birth and Other
Misfortunes</title> <author>Jenkins, John Edward (1838-1910).</author>
<publisher>London: Alexander Strahan</publisher> <date>1871</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600071699.pdf"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18720" xml:lang="en">
<bibl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:e="http://distantreading.net/ns" type="firstEdition" n="B7723">
<title>The True History of Joshua Davidson</title> <author>Linton, E. Lynn
(Elizabeth Lynn), 1822-1898</author> <publisher>Strahan and Co.</publisher>
<pubPlace>London</pubPlace> <date when="1872">1872</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18721" xml:lang="en">
<bibl type="firstEdition" n="B5429"> <title>Middlemarch. A study of provincial
life</title> <author>George Eliot</author> <publisher>William Blackwood and
Sons</publisher> <date>1872</date> <ref
target="http://archive.org/details/middlemarchstudy01eliorich">vol
1</ref>;<ref target="http://archive.org/details/middlemarchstudy02eliorich"
>vol 2</ref>;<ref
target="http://archive.org/details/middlemarchstudy03eliorich">vol
3</ref>;<ref target="http://archive.org/details/middlemarchstudy04eliorich"
>vol 4</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18741" xml:lang="en">
<bibl type="firstEdition" n="B5873"> <title>The Parisians</title>
<author>Lytton, Edward Bulwer (1803-1873).</author> <publisher>Edinburgh:
Blackwood</publisher> <date>1874</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600057419.pdf">vols
1,2</ref>;<ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600057419.pdf">vols
3,4</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18742" xml:lang="en">
<bibl type="firstEdition" n="B7592"> <title>Harry Heathcote of Gangoil</title>
<author>Trollope, Anthony (1815-1882).</author> <publisher>London: Sampson
Low</publisher> <date>1874</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600067330.pdf"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18760" xml:lang="en">
<bibl type="firstEdition" n="B5727"> <title>The Two Destinies: A
Romance</title> <author>Wilkie Collins,</author> <publisher>London: Chatto
and Windus</publisher> <date>1876</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600072240.pdf">Volume
1</ref> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600072241.pdf">Volume
2</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18770" xml:lang="en">
<bibl type="firstEdition" n="B5727"> <title>The New Republic : or, Culture,
Faith, and Philosophy in a Country House</title> <author>[W.H.
Mallock]</author> <publisher>London: Chatto and Windus</publisher>
<date>1877</date> <ref
target="http://archive.org/details/newrepublicorcul01mall">vol 1</ref> <ref
target="http://archive.org/details/newrepublicorcul02mall">vol 2</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18820" xml:lang="en">
<bibl type="firstEdition" n="B9340"> <title>Vice Versa: or, A Lesson to
Fathers</title> <author>Anstey, F. [pseud.] (1856-1934).</author>
<publisher>London: Smith, Elder</publisher> <date>1882</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/503310642.pdf"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18830" xml:lang="en">
<bibl type="firstEdition" n="B1017"> <title>Belinda: A Novel</title>
<author>Broughton, Rhoda (1840-1920).</author> <publisher>London:
Bentley</publisher> <date>1883</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18831" xml:lang="en">
<bibl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:e="http://distantreading.net/ns" type="firstEdition" n="B236">
<title>Folle-Farine</title> <author>Ouida, 1839-1908</author>
<publisher>Chatto and Windus</publisher> <pubPlace>London</pubPlace> <date
when="1883">1883</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600060606.pdf">vol
1</ref>;<ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600060607.pdf">vol
2</ref>;<ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/600060608.pdf">vol 3</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18840" xml:lang="en">
<bibl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:e="http://distantreading.net/ns" type="firstEdition" n="B1493">
<title>Miss Brown</title> <author>Lee, Vernon, 1856-1935</author>
<publisher/> <pubPlace>London</pubPlace> <date when="1884">1884</date> <ref
target="http://archive.org/details/missbrownnovel01leevuoft">vol 1</ref>;<ref
target="http://archive.org/details/missbrownnovel02leevuoft">vol 2</ref>;<ref
target="http://archive.org/details/missbrownnovel03leevuoft">vol 3</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18850" xml:lang="en">
<bibl type="firstEdition" n="B10306"> <title>Mark Rutherford's Deliverance:
being the Second Part of his Autobiography. Edited by his friend, Reuben
Shapcote.</title> <publisher>London: Trübner and Co., Ludgate
Hill</publisher> <date>1885</date> <ref
target="http://dbooks.bodleian.ox.ac.uk/books/PDFs/590914594.pdf"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18860" xml:lang="en">
<bibl type="firstEdition" n="B6088"> <title>The Mayor of Casterbridge: The
Life and Death of a Man of Character</title> <author>Thomas Hardy</author>
<publisher>London: Smith, Elder</publisher> <date>1886</date> <ref
target="http://archive.org/details/mayorofcasterbri01hard">vol 1</ref>;<ref
target="http://archive.org/details/mayorofcasterbri02hard">vol 2</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18870" xml:lang="en">
<bibl type="firstEdition" n="B1671"> <title>The New Antigone: A
Romance</title> <author>Barry, William Francis (1849-1930).</author>
<publisher>London: Macmillan</publisher> <date>1887</date> <ref
target="http://archive.org/details/newantigoneroman01barr">vol 1</ref>;<ref
target="http://archive.org/details/newantigoneroman02barr">vol 2</ref>;<ref
target="http://archive.org/details/newantigoneroman03barr">vol 3</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18871" xml:lang="en">
<bibl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:e="http://distantreading.net/ns" type="firstEdition" n="B582">
<title>Red as a rose is she</title> <author>Broughton, Rhoda,
1840-1920</author> <pubPlace>London :</pubPlace> <publisher>R.
Bentley,</publisher> <date>1887</date> <ref
target="http://archive.org/details/redasroseissheno00brourich"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18872" xml:lang="en">
<bibl type="firstEdition" n="B7708"> <title>The Autobiography of a
Slander</title> <author>Lyall, Edna</author> <publisher>London:
Longman</publisher> <date>1887</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18880" xml:lang="en">
<bibl type="firstEdition" n="B1852"> <title>Robert Elsmere</title> <author>Mrs
Humphry Ward,</author> <publisher>London: Macmillan and co</publisher>
<date>1888</date> <ref
target="https://hdl.handle.net/2027/mdp.39015063973435">vol 1</ref>;<ref
target="https://hdl.handle.net/2027/mdp.39015063973427">vol 2</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18890" xml:lang="en">
<bibl type="firstEdition" n="B8322"> <title>The Prophet's Mantle</title>
<author>Fabian Bland</author> <publisher>London: H. J. Drane</publisher>
<date>1889</date> <ref
target="Bhttp://archive.org/details/landPhttp://archive.org/details/rophetsMhttp://archive.org/details/antle"
/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18901" xml:lang="en">
<bibl type="firstEdition" n="B4520"> <title>Alas! : A Novel</title>
<author>Broughton, Rhoda (1840-1920).</author> <publisher>London:
Bentley</publisher> <date>1890</date> <ref
target="http://archive.org/details/alasnovel01brou">vol 1</ref>;<ref
target="http://archive.org/details/alasnovelbrou02brou">vol 2</ref> <ref
target="http://archive.org/details/alasnovel03brou">vol 3</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18910" xml:lang="en">
<bibl type="firstEdition" n="B8426"> <title>John Sherman and Dhoya</title>
<author>Ganconagh [pseud.]</author> <publisher>London: T. Fisher
Unwin,</publisher> <date>1891</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18911" xml:lang="en">
<bibl type="firstEdition" n="B4652"> <title>New Grub Street: A Novel</title>
<author>George Gissing</author> <publisher>London: Smith, Elder</publisher>
<date>1891</date> <ref
target="http://archive.org/details/newgrubstreetnov01gissuoft">vol
1</ref>;<ref target="http://archive.org/details/newgrubstreetnov02gissuoft"
>vol 2</ref>;<ref
target="http://archive.org/details/newgrubstreetnov03gissuoft">vol 3</ref> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18920" xml:lang="en">
<bibl type="firstEdition" n="B13381"> <title>The diary of a nobody.</title>
<author>George Grossmith</author> <author>Weedon Grossmith</author>
<publisher>London: Simpkin, Marshall</publisher> <date>1892</date> <ref
target="http://archive.org/details/diarynobody"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18930" xml:lang="en">
<bibl type="firstEdition" n="B6730"> <title>Dodo: A Detail of the Day</title>
<author>E.F. Benson.</author> <publisher>London: Methuen</publisher>
<date>1893</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18931" xml:lang="en">
<bibl type="firstEdition" n="B13385"> <title>Ships that pass in the
Night</title> <author>Beatrice Harraden</author> <publisher>London: Lawrence
and Bullen</publisher> <date>1893</date> <ref
target="http://archive.org/details/shipsthatpassi00harr"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18940" xml:lang="en">
<bibl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:e="http://distantreading.net/ns" type="firstEdition" n="B7490">
<title>The Story of a Modern Woman</title> <author>Dixon, Ella
Hepworth</author> <publisher>Methuen</publisher> <pubPlace>London</pubPlace>
<date when="1894">1894</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18941" xml:lang="en">
<bibl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:e="http://distantreading.net/ns" type="firstEdition" n="B9120">
<title>The Daughters of Danaus</title> <author>Caird, Mona</author>
<publisher>Bliss, Sands, and Foster</publisher> <pubPlace>London</pubPlace>
<date when="1894">1894</date> <ref
target="https://hdl.handle.net/2027/uc1.aa0016186033"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18950" xml:lang="en">
<bibl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:e="http://distantreading.net/ns" type="firstEdition" n="B8318">
<title>The Woman Who Didn't</title> <author>Cross, Victoria</author>
<publisher>John Lane</publisher> <pubPlace>London</pubPlace> <date
when="1895">1895</date> <ref
target="https://hdl.handle.net/2027/uiug.30112041697373"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18951" xml:lang="en">
<bibl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:e="http://distantreading.net/ns" type="firstEdition" n="B8112">
<title>The Story of Bessie Costrell</title> <author>Ward, Humphry, Mrs.,
1851-1920</author> <publisher>Smith, Elder</publisher>
<pubPlace>London</pubPlace> <date when="1895">1895</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18952" xml:lang="en">
<bibl type="firstEdition" n="B8588"> <title>The Time Machine: An
Invention</title> <author>Wells, H. G. (1866-1946).</author>
<publisher>London: William Heinemann</publisher> <date>1895</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18953" xml:lang="en">
<bibl type="firstEdition" n="B8821"> <title>Lilith: A Romance</title>
<author>MacDonald, George (1824-1905).</author> <publisher>London: Chatto and
Windus</publisher> <date>1895</date> <ref
target="http://archive.org/details/lilithromance00macduoft"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18954" xml:lang="en">
<bibl type="firstEdition" n="B8281"> <title>At the Relton Arms</title>
<author>Sharp, Evelyn (1869-1955).</author> <publisher>London: John
Lane</publisher> <date>1895</date> <ref
target="http://archive.org/details/atreltonarms00shar"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18960" xml:lang="en">
<bibl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:e="http://distantreading.net/ns" type="firstEdition" n="B11171">
<title>The Carissima</title> <author>Malet, Lucas, 1852-1931</author>
<publisher>Methuen & Co.</publisher> <pubPlace>London</pubPlace> <date
when="1896">1896</date> <ref
target="http://archive.org/details/carissimaamoder00malegoog"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18970" xml:lang="en">
<bibl type="firstEdition" n="B11027"> <title>Lying Prophets: A Novel</title>
<author>Phillpotts, Eden (1862-1960).</author> <publisher>London: A.D.
Innes</publisher> <date>1897</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18973" xml:lang="en">
<bibl type="firstEdition" n="B8109"> <title>A Devotee: An Episode in the Life
of a Butterfly</title> <author>Cholmondeley, Mary (1859-1925).</author>
<publisher>London: Edward Arnold</publisher> <date>1897</date> <ref
target="http://archive.org/details/devoteeepisodein00cholrich"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG18980" xml:lang="en">
<bibl type="firstEdition" n="B10971"> <title>Domitia</title> <author>Sabine
Baring-Gould</author> <pubPlace>New York</pubPlace> <publisher>Frederick A.
Stokes Company</publisher> <date>1898</date> <ref
target="https://hdl.handle.net/2027/hvd.32044086815115
https://hdl.handle.net/2027/njp.32101067628774"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG19001" xml:lang="en">
<bibl type="firstEdition" n="B14468"> <title>The Visits of Elizabeth</title>
<author>Glyn, Elinor (1864-1943).</author> <publisher>London: Duckworth and
Co.</publisher> <date>1900</date> <ref
target="http://archive.org/details/visitsofelizabet00glynrich"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG19004" xml:lang="en">
<bibl type="firstEdition" n="B12907"> <title>The Farringdons</title>
<author>Fowler, Ellen Thorneycroft (1860-1929).</author> <publisher>London:
Hutchinson</publisher> <date>1900</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG19005" xml:lang="en">
<bibl type="firstEdition" n="B14948"> <title>The Hosts of the Lord</title>
<author>Steel, Flora Annie (1847-1929).</author> <publisher>London: William
Heinemann</publisher> <date>1900</date> <ref
target="http://archive.org/details/hostsoflord00steerich"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG19010" xml:lang="en">
<bibl type="firstEdition" n="B9323"> <author>A. E. W. Mason</author>
<title>Clementina</title> <publisher>London: Methuen</publisher>
<date>1901</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG19011" xml:lang="en">
<bibl n="B9715" type="firstEdition"> <author>Jerome K. Jerome</author>
<title>The Observations of Henry</title> <publisher>Bristol: J.W.
Arrowsmith</publisher> <date>1901</date> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>
</listBibl>
<listBibl xml:id="ENG19020" xml:lang="en">
<bibl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:e="http://distantreading.net/ns" type="firstEdition" n="B8325">
<title>The Red House</title> <author>Nesbit, E. (Edith), 1858-1924</author>
<publisher>Harper & Brothers</publisher> <pubPlace>London and New
York</pubPlace> <date when="1902">1902</date> <ref
target="https://hdl.handle.net/2027/mdp.39015083443724"/> </bibl>
<bibl type="translation" xml:lang="??"> <title/> <date/> <publisher/> <respStmt>
<resp>translator</resp>
<name/>
</respStmt> </bibl>