-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvolume-5_1897-1898.xml
2020 lines (1873 loc) · 146 KB
/
volume-5_1897-1898.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"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml"
schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
<title>A Journal on the Bedawin 1889-1912</title>
<author>
<persName ref="#Andrews_Emma_B">Mrs Emma B. Andrews</persName>
</author>
<editor>
<persName ref="#SLK">Dr. Sarah L. Ketchley</persName>
</editor>
<respStmt>
<resp>EBA Interns</resp>
<persName ref="#CS">Clare Summa</persName>
<persName ref="#KV">Karena Vongampai</persName>
<persName ref="#AL">Amanda Li</persName>
<persName ref="#NS">Nitya Sampath</persName>
</respStmt>
</titleStmt>
<publicationStmt>
<publisher>The Emma B. Andrews Diary Project</publisher>
<address>
<addrLine>University of Washington, Seattle WA 98195 U.S.A.</addrLine>
</address>
<availability>
<licence target="http://creativecommons.org/licenses/by-nc/4.0/">This work is
licensed under a Creative Commons Attribution-NonCommercial 4.0
International License."></licence>
</availability>
<date when="2018"> 2011-2018 </date>
<distributor>The Emma B. Andrews Diary Project</distributor>
</publicationStmt>
<notesStmt>
<note>Volume 5 1897-1898</note>
</notesStmt>
<sourceDesc>
<bibl>
<title>A Journal on the Bedawin 1889-1912</title>
<author>
<persName ref="#Andrews_Emma_B">Mrs. Emma B. Andrews</persName>
</author>
<orgName ref="#APS">The American Philsophical Society</orgName>
<address>
<addrLine>105 South Fifth Street Philadelphia, PA 19106</addrLine>
</address>
</bibl>
</sourceDesc>
</fileDesc>
<encodingDesc>
<projectDesc>
<p>
<persName ref="#Andrews_Emma_B">Emma B. Andrews</persName> is best remembered
for her association with the millionaire lawyer turned archaeologist/art and
antiquities collector, <persName ref="#Davis_Theodore">Theodore M.
Davis</persName>. Traveling to <placeName ref="#Egypt">Egypt</placeName>
with him between 1889 and 1912, she kept detailed journals of these voyages
along the <name type="river" ref="#Nile">Nile</name>, including his important
yet under-reported excavations of 20 significant tombs in the <placeName
ref="#Valley_of_the_Kings">Valley of the Kings</placeName>. <persName
ref="#Andrews_Emma_B">Emma</persName> provides a vital commentary on the
archaeology and pioneering Egyptologists of the time. She paints a revealing
picture of the lives of the colonial gentry and the cultural and scientific
literati in <placeName ref="#Egypt">Egypt</placeName> at the dawn of the
twentieth century. To date, her diaries are unpublished; analysis of the
contents of 19 volumes will afford scholars and a general audience information
about an important historical resource for the first time. Since its inception
in 2010, the scope of our project has broadened to include the transcription and
digitization of a wide range of primary historical material from the 'Golden
Age' of Egyptian archaeology detailed in the Research section of this website.
The Emma B. Andrews Diary Project is one of the founding partners of Newbook
Digital Texts. We are proud to offer undergraduate and graduate Digital
Humanities education and internships.</p>
</projectDesc>
</encodingDesc>
<profileDesc>
<particDesc>
<listPerson>
<person role="editor" sex="F">
<persName ref="#SLK">Dr. Sarah L. Ketchley</persName>
<affiliation>University of Washington</affiliation>
<occupation>Affiliate Instructor</occupation>
<listEvent>
<event>
<p>Project Director 2010-present</p>
</event>
</listEvent>
</person>
<person role="intern" sex="F">
<persName ref="#CS">Clare Summa</persName>
<affiliation>University of Washington</affiliation>
<occupation>Student Intern</occupation>
<listEvent>
<event>
<p>Team member 2015-2016</p>
</event>
</listEvent>
</person>
<!-- Repeat as necessary adding new team member -->
</listPerson>
</particDesc>
</profileDesc>
<revisionDesc>
<change when="2018-03-14" who="#SLK">
<p>#SLK merged <name type="intern" ref="#CLS">Clare Summa</name>'s tagging.</p>
<!-- Repeat as necessary, most recent at the top -->
</change>
</revisionDesc>
</teiHeader>
<text>
<body>
<pb n="134"/>
<div xml:id="EBA18971119" type="Entry">
<p><title>Nov. 19. 1897.</title></p>
<p>It is now 6 days since we sailed from New York at 10 A.M. on Nov. 13 on the <name
type="boat" ref="#Kaiser Wilhelm II">Kaiser Wilhelm II</name>. <persName
ref="#Beal_Montgomery"> Montgomery Beal</persName>, <persName
ref="#Davis_Annie">Mrs. Davis’s</persName> nephew with us. We have had a
pleasant passage though very little sun - pleasant passengers too, many friends
and acquaintances. <persName ref="#Ward Howe_Mrs_Julia">Mrs. Julie Ward
Howe</persName>, with her daughter <persName ref="#Elliot_Mrs_John">Mrs.
John Elliot</persName>, and her husband. <persName ref="#Norman_Mrs">Mrs.
Norman</persName> with her daughter <persName ref="#Norman_Mable"
>Mable</persName>, and son <persName ref="#Norman_Reginald"
>Reginald</persName> from Newport. <persName
ref="#Freufanellé-Cibo_Countess">Countess Freufanellé-Cibo</persName> of
Foligno - introduced to us by <persName ref="#Cortazzo_Madame">Madame
Cortazzo</persName>. <persName ref="#Wilson_Mrs">Mrs. Wilson</persName>of
<placeName ref="#Gibraltar">Gibraltar</placeName>, who crossed with us last
year - a bride then, with her husband, <persName ref="#Wilson_Capt_Stewart"
>Capt. Stewart Wilson</persName> of the Royal Engineers - and <persName
ref="#Shaw Oliver_Mrs_Robert">Mrs. Robert Shaw Oliver</persName> with her 3
girls from Albany, going out to Florence for the winter. So that it was like a
reception all the way over. Every afternoon they all came to tea with me in the
saloon - and every evening <persName ref="#Ward Howe_Mrs_Julia">Mrs. Julia Ward
Howe</persName> played whist with <persName ref="#Andrews_Emma"
>me</persName> and <persName ref="#Davis_Theodore">Theodore</persName> and
<persName ref="#Whitehead_Mr">Mr.Whitehead</persName>, who with <persName
ref="#Whitehead_Mrs">Mrs. W.</persName> is also on board, and a very good
game the delightful old lady played. We have with us also, <persName
ref="#Anderson_ Hendrick">Hendrick Anderson</persName> the young sculptor,
going back to Rome, who has been with us so much this summer. Today we passed
the <geogName ref="#Azores_Islands">Azores</geogName> - not keeping to the south
as we did last year, when we passed the large and important island of <geogName
ref="#São_Miguel_Island_Azores">San Miguel</geogName>. Today we passed in
between <geogName ref="#Faial_Island_Azores">Fayal</geogName> and <country
ref="#Spain">San Jose</country> - then past <geogName
ref="#São_Jorge_Island_Azores">St. George</geogName>, and along the
beautiful island of <geogName ref="#Tanicera_Island_Azores">Tanicera</geogName>,
<geogName ref="#São_Miguel_Island_Azores">San Miguel</geogName> being just
visible away to the south and east. We have very comfortable rooms and the ship
is clean and comfortable - though she rolls even in these smooth seas. She has
the nickname of Rolling Billy.</p>
</div>
<pb n="135"/>
<div xml:id="EBA18971122" type="Entry">
<p><title>Nov. 19. 1897</title></p>
<p>Arrived at 9:30 this morning - bright but with heavy squalls of wind. <persName
ref="#Wilson_Capt_Stewart">Capt. Wilson</persName> came out to meet his
<persName ref="#Wilson_Mrs">wife</persName> - and the sea was so rough, she
went off in the tug with all the others. I did not go, as past experience at
<placeName ref="#Gibraltar">Gibraltar</placeName> in the rain, warned me not
to venture. So the <persName ref="#Freufanellé-Cibo_Countess"
>Countess</persName> and I wandered about and talked and grew weary enough
before the others came back late for lunch.</p>
</div>
<div xml:id="EBA18971125" type="Entry">
<p><title>Naples. Nov. 25.</title></p>
<p>Arrived at 7 A.M. the <geogName ref="#Mediterranean_Sea">Mediterranean</geogName>
proving as quiet as the Atlantic. Came to the Grand Hotel, where we found
<persName ref="#Buttles_Lizzie">Lizzie</persName>, <persName
ref="#Buttles_Jeanette">Nettie</persName> and <persName ref="#Buttles_Mary"
>Mary</persName> waiting for us. After a comfortable breakfast before the
fire in our pleasant sitting room overlooking the bay and <geogName
ref="#Mount_Vesuvius">Vesuvius</geogName>, we sat about and talked and
pleasantly idled away the hours, rejoicing to be on land once more. <geogName
ref="#Mount_Vesuvius">Vesuvius</geogName>, after his late activity, is again
quiet. <persName ref="#Freufanellé-Cibo_Countess">The Countess</persName> came
to lunch with us, and the <persName ref="#Oliver_Mrs">Olivers</persName>. Then
we all said goodbye, and they went off to <placeName ref="#Florence"
>Florence</placeName>.</p>
</div>
<div xml:id="EBA18971201" type="Entry">
<p><title>Dec.1. Wednesday.></title></p>
<p>Our days in <placeName ref="#Naples">Naples</placeName> have been rather dull.
Weather bad. <persName ref="#Buttles_Lizzie">Lizzie</persName> with a bad cold -
<persName ref="#Buttles_Mary">Mary</persName> really ill with one - and
<persName ref="#Buttles_Jeanette">Nettie</persName> just recovering from a
severe attack of influenza. <persName ref="#Anderson_Hendrick"
>Anderson</persName> went up to Rome 2 days ago. We enjoyed going to the
sculpture gallery of the museum with him. <persName ref="#Buttles_Lizzie"
>Lizzie</persName> and <persName ref="#Mary">Mary</persName> took last
nights train to <placeName ref="#Florence">Florence</placeName>. <persName
ref="#Taylor_Mrs">Mrs. Taylor</persName> suddenly appeared this afternoon,
having arrived from <placeName ref="#Genoa">Genoa</placeName> on the Königen.
<pb n="136"/>
<persName ref="#Luise">Luise</persName> - came to the boat about 5 - found her
crowded - I was bored - comfortable deck rooms - <persName ref="#Bend_Mrs">Mrs.
Bend</persName>, <persName ref="#Amy">Amy</persName> and <persName
ref="#Beatrice">Beatrice</persName> joined us last night.</p>
</div>
<div xml:id="EBA18971202" type="Entry">
<p><title>Thursday. Dec. 2d.</title></p>
<p>Passed <placeName ref="#Sicily">Sicily</placeName> this morning -<geogName
ref="#Mount_Etna">Aetna</geogName> covered with snow - cold wind blowing -
sea calm as a river.</p>
</div>
<div xml:id="EBA18971204" type="Entry">
<p><title>Saturday. Dec. 4.</title></p>
<p>We will reach <placeName ref="#Port_Said">Port Said</placeName> tonight. The
Königen Luise has beautiful great decks - but she is tremendously over crowded
with passengers for <country ref="#Egypt">Egypt</country>. About 100 for
<placeName ref="#Port_Said">Port Said</placeName> - we have decided some of
us to go to <placeName ref="#Ismaelia">Ismaelia</placeName> - the <persName
ref="#Norman_Mr">Normans</persName> and <persName ref="#Bend_Mr"
>Bends</persName> never having seen <geogName ref="#Sweet_Water_Canal">the
canal</geogName>. </p>
</div>
<div xml:id="EBA18971207" type="Entry">
<p><title>Cairo - Shepheards Hotel. Tuesday - Dec. 7.</title></p>
<p>We reached <placeName ref="#Port_Said">Port Said</placeName> Saturday at midnight
- the usual fracas and disagreeable features of coaling all night. Ports, doors,
everything closed - noise etc. - to my thinking there is nothing gained by going
on to <placeName ref="#Ismailia_Egypt">Ismailia</placeName> - better solve the
unpleasant problem by quitting the steamer at any hour she arrives, and
accepting anything that can be found at <placeName ref="#Port_Said">Port
Said</placeName>. As it was, we slept little were very slow in getting
through <geogName ref="#Sweet_Water_Canal">the canal</geogName> the next day,
sticking several times, and did not reach <placeName ref="#Ismailia_Egypt"
>Ismailia</placeName> until 7:30 - waited some time for the tender, and did
not land before 9:30 - a passable supper - and bed rooms - <persName
ref="#Buttles_Nettie">Nettie</persName> and <pb n="137"/> in one room - my
bed so chill and damp, that I have suffered much from it - we reached <placeName
ref="#Cairo">Cairo</placeName> at 6 P.M. and were soon installed in our old
corner rooms to the north - feeling very much at home. We drove down to the boat
this morning - finding her almost in sailing condition. There remain however,
all the stores to be unpacked, and a thousand little things to be arranged and
settled.</p>
</div>
<div xml:id="EBA18971226" type="Entry">
<p><title>Sunday after Christmas. Dec. 26. Beduin.</title></p>
<p>At last we are settled in this our delightful little winter home - and it would
be entirely perfect had I only my dear <persName ref="#Toby">Toby</persName>
here! How glad I am to quit all that entourage at Shepheards, I cannot even
express to myself! I have had 10 days of real illness - several days in my bed.
In all my life I have never been so ill - the winter is a bad one in <country
ref="Egypt">Egypt</country> - cold - high winds - and little sunshine. We
kept a steady fire in our sitting room. Everyone has a cold. <persName
ref="#Bend_Mrs.">Mrs. Bend</persName> and <persName ref="#Norman_Mrs.">Mrs.
Norman</persName> half the time in their beds. We found our faithful
<persName ref="#Salah_Mohammad">Mohammed Salah</persName> waiting for us at
the station when we arrived, and <persName ref="#Abdul">Abdul</persName> and
<persName ref="#Ibrahim">Ibrahim</persName>. We had our Xmas this morning,
and gave the men all around, shawls and knives and cigarettes- good woolen
underclothes for <persName ref="#Fuli_Rais">Rais Fuli</persName>, <persName
ref="#Abdul">Abdul</persName>, <persName ref="#Mattar">Mattar</persName>,
and <persName ref="#Ibrahim">Ibrahim</persName>. <persName ref="#Davis_Theodore"
>Theodore</persName> had bought for <persName ref="#Fuli_Rais">Rais
Fuli</persName> in <placeName ref="Paris">Paris</placeName> last spring a
first class field glass - and has his name put in gilt letters on the case - and
I had extra things for <persName ref="#Abdul">Abdul</persName>, <persName
ref="#Mattar">Mattar</persName> and <persName ref="#Ibrahim"
>Ibrahim</persName>. The men had - sheep - and I went into town this
afternoon <pb n="138"/> to find all the shops closed. Last evening being
Christmas night, <persName ref="Bend_Mrs.">Mrs. Bend</persName> and <unclear>the
girls</unclear> dined with us. The first dinner of our new cook - and a very
good dinner it was - quite admirable - they were quite impressed.</p>
</div>
<div xml:id="EBA18971227" type="Entry">
<p><title>Monday, Dec. 27</title></p>
<p><persName ref="Monty">Monty</persName> and I paid a hurried visit to Hatoun’s and
Parvis’s shops this morning, and hurried back - we got off at 12:30 in a very
good wind and reached <placeName ref="#Bedrashein">Bedrashein</placeName> in
less than 3 hours - have dawdelled away much time in fear of our big sail, which
proves too big. <persName ref="#Davis_Theodore">Theodore</persName> has decided
to have it made smaller tomorrow, and to kill two birds with one stone by
visiting <placeName ref="#Sakkarah">Sakkarah</placeName>, which we did not
intend doing until we come down - as I am not now very fit. So <persName
ref="#Fuli_Rais">Rais Fuli</persName> took the 6 o’clock train to <placeName
ref="#Cairo">Cairo</placeName> to fetch the sail makers. Cold.</p>
</div>
<div xml:id="EBA18971218" type="Entry">
<p><title>Tuesday, Dec. 18.</title></p>
<p>They all made an early start for <placeName ref="#Sakkarah">Sakkarah</placeName>
this morning - even <persName ref="#Jones_Daniel">Jones</persName> and <persName
ref="#Amilie">Amilie</persName>. I sent <persName ref="#Amilie"
>Amilie</persName> as she had never seen it. They all condoled with me on
going off, because I was to be left all alone for the day. But after they got
away, I smiled and began to enjoy myself! I mended 2 sponge bags - I explored
the little store closet under the stairs, arranged and condensed it - put in
order the linen closet and my dress closet, re-arranged <persName ref="#Abdul"
>Abdul’s</persName> sideboard for him - the bookcase and all the small
things - and after a delicious little lunch, with <persName ref="#Abdul"
>Abdul</persName> waiting upon me so quietly and faithfully, I took a book
and stretch myself upon the divan in the saloon - where I could neither read or
sleep <pb n="139"/> because of enjoying the delicious quiet and repose. The
first quiet day I have had for almost a year! I enjoyed the occasional bursts of
sunshine through the window, across the mossy green carpet, and the big green
chair, making a delicate harmony with the line of young wheat growing on the
bank - and the palms tossing their branches above. The <name type="boat"
ref="#Rameses">Rameses</name> came up from <placeName ref="#Cairo"
>Cairo</placeName> - on which are <persName ref="#Whitehead_Mr">Mr. and Mrs.
Whitehead</persName> - and <persName ref="#Whitehead_Mr">Mr. W.</persName>
came over to make me a little visit - reporting <persName ref="#Whitehead_Mrs"
>Mrs. W.</persName> afraid to venture out in the cold, and only 35
passengers. I asked him why he had not gone to see wonderful <placeName
ref="#Sakkarah">Sakkarah</placeName>, and he said “he thought he would get
enough of temples and pyramids before he got out of Egypt”! Our people came back
about 5, raving about their delicious day. We find our little stoves most
comfortable and cheerful - we could hardly exist without them. All day long, the
big sail has been stretched on shore, with the men ripping and cutting - now she
is pronounced to be all right and is again in place on the boom. Every inch of
the boat outside and in, was painted last summer, in admirable fashion, making a
great improvement in the <name type="boat" ref="#Beduin">Beduin</name>. I never
saw more beautiful paint - the tints so perfect - and the finish like porcelain.
We seem now to be quite perfect.</p>
</div>
<div xml:id="EBA18971229" type="Entry">
<p><title>Wednesday - Dec. 29.</title></p>
<p>The day began cold, with a south wind which changed to north about one o’clock -
and we sailed away until 4 P.M. when it veered to west, and we tied up, after
having made 8 miles - the sail proves quite perfect.</p>
</div>
<pb n="140"/>
<div xml:id="EBA18971230" type="Entry">
<p><title>Dec. 30. Thursday.</title></p>
<p>We made an early start this morning before 7 - the wind good and strengthening
all the time - at 1 o’clock we were driven on a sand bank - but pulled to the
anchor and got away and sailed finely until about 6 P.M. when we stopped for the
night near <placeName ref="#Wasta">Wasta</placeName>, having made about 33 miles
- very cold and windy. We are going to have a hard time on the river this year I
fear, as it is so uncommonly low - and the current is running so strong. It has
rained from time to time today.</p>
</div>
<div xml:id="EBA18971231" type="Entry">
<p><title>31 Dec. Friday evening.</title></p>
<p>We have been sitting about since dinner, talking and reading. I have been reading
aloud in Sayce’s “Egypt of the Hebrews” then <persName ref="#Davis_Theodore"
>Theodore</persName> read from “In Memoriam”. It is very still and quiet -
not a sound to be heard outside - the men all asleep - not a sound - and I
intend as I always do, to see the old year out. It is cold - but no wind - we
had a great surprise this morning. I knew it was very cold, and <persName
ref="#Jones_Daniel">Jones</persName> had come into my room and lighted my
little stove, which made a cheerful light in my darkened room, it being hardly
past 7 o’clock - when I heard <persName ref="#Monty">Monty</persName> asking if
he could come in, that he had something to show me. So in he came, wrapped in
his bathrobe with his hat on, and a little tray in his hand on which was heaped
a little pile of snow, or more strictly speaking frost! He said the decks were
white with it - that there was a dense fog, and the extreme cold had turned it
to snow, wherever it touched. All the men were tremendously impressed - only one
or two every having seen anything of the kind before.</p>
<pb n="141"/>
<p>It took the sun a long time to dissipate the fog - but at last the clearest and
brightest day we have had since we came, evolved itself - and after a general
cleaning and rubbing and drying of the decks, we sailed away in a very light
wind which continued until nearly 8 o’clock - when we tied up. I have been on
deck most of the time - air so delicious -dry - and with a real snap of cold in
it. We have made about 12 miles.</p>
</div>
<div xml:id="EBA18980101" type="Entry">
<p><title>January 1 - 1898.</title></p>
<p>The New Year dawned cold and dark - when I first looked out of my window, the
river was as smooth as a mirror, and the clouds looked like snow. It was not
until after 9 o’clock that the sun came out, and shown fitfully and dimly. The
wind too was fitful - however we sailed as we could until nearly 7 o’clock - the
moon being half full. Passed <placeName ref="#Beni_Suef">Beni soef</placeName>
about noon and cannot be far from <persName ref="#Fashon">Fashon</persName>
tonight - making about 11 miles.</p>
</div>
<div xml:id="EBA18980102" type="Entry">
<p><title>2d Sunday after Christmas. Jan. 2.</title></p>
<p>Have made 48 miles 0 and are now lying 2 miles south of <placeName
ref="#Sheik_Fadl">Sheik Fadl</placeName>. Still cold. The other afternoon I
saw a large fox running along the waters edge - apparently disturbed at our
nearness. However by the time <persName ref="#Jones_Daniel">Jones</persName> got
his gun out he disappeared over the bank.</p>
</div>
<pb n="142"/>
<div xml:id="EBA18980103" type="Entry">
<p><title>Jan. 3. Monday.</title></p>
<p>We made 30 miles - starting at 7:30 and pulled up at <placeName ref="#Minieh"
>Minieh</placeName> at one o’clock. All of the rest went into the town for
our mail and some shopping. The wind was so strong and the dust and sand so
filled the air, that I stopped at home. Even the deck was impossible - and the
wind increasing we have not moved.</p>
</div>
<div xml:id="EBA18980104" type="Entry">
<p><title>Tuesday. Jan. 4.</title></p>
<p>Started soon after 6:30 this A.M. a clear, brilliant morning, the wind good
increasing to strong. We sailed splendidly without a break until 6 o’clock or
thereabouts, making 55-1/2 miles. The air was softer, and the sun bright, the
afternoon delicious. I was on deck from 11 A.M. to 5 P.M.</p>
</div>
<div xml:id="EBA18980105" type="Entry">
<p><title>Wednesday. 5 Jan.</title></p>
<p>Still cold, with light north wind growing stronger - we made 6 miles, when in the
first great turn of the beginning of the <geogName ref="#Abu_Fedah_Mts">Abufedah
Mts.</geogName> we were obliged to furl our sail and anchor. The steamer
<name type="boat" ref="#Tewfik">Tewfik</name>, with <persName
ref="#Vanderbilt_Cornelius">Mr. Cornelius Vanderbilt</persName> passed up -
giving us a salute as he passed. We tracked later, for about a mile to a good
place for the night. Passed <placeName ref="#Manfalout">Manfalout</placeName>
about noon, and altogether made 9 miles. Cold with a little rain this
evening.</p>
</div>
<pb n="143"/>
<div xml:id="EBA18980106" type="Entry">
<p><title>6 Jan. Thursday.</title></p>
<p>A cold day - the morning very quiet until nearly noon, when we pulled up our
stakes and started among the crowd of working boats, only to find we had left
one of our sailors on shore, who had been sent to find some vegetables. An
exciting time for a few moments, when we finally got under way with a fair wind
increasing to strong - and we did some splendid and difficult sailing - it was
like yachting. We saw the minarets of <placeName ref="#Asyut">Assiut</placeName>
all the afternoon appear and disappear - but as usual seemed to get no nearer to
them. After we tied up, the wind began to blow, and rain poured smartly for half
an hour. The sailors made a great row on deck, getting the furniture together
and covered and the awnings up. Made 18 miles.</p>
</div>
<div xml:id="EBA18980107" type="Entry">
<p><title>7 Jan. Friday.</title></p>
<p>A beautiful day - almost warm - and almost like <country ref="#Egypt"
>Egypt</country>. Light winds and some tracking brought us early in the
afternoon to <placeName ref="#Asyut">Assiut</placeName>. The <name type="boat"
ref="#Nitassis">Nitassis</name> passed down. Got a big mail of papers and
letters - and had, for the first time some positive information in regard to the
sudden move of troops from <country ref="#Cairo">Cairo</country> to <placeName
ref="#Sudan">the Sudan</placeName>. It was at first reported that the
emergency was so great, that most of <persName ref="#Cook_Thomas"
>Cook’s</persName> steamers would be required, as he has the contract with
Government to carry troops - but it seems that was an exaggeration. They go by
rail to <placeName ref="#Nag_Hammadi">Nag Hamadi</placeName>, and then are
shipped. An officer told <persName ref="#Davis_Theodore">Theodore</persName>
today, that the finishing of the railway between <placeName ref="#Nag_Hammadi"
>Nag Hamadi</placeName> and <placeName ref="#Aswan">Assouan</placeName>, was
to be pushed on to rapid finish. <persName ref="#Buttles_Nettie"
>Nettie</persName> and I took a drive into <placeName ref="#Asyut"
>Assiut</placeName> this afternoon. A <pb n="144"/> very large and growing
town - especially the European quarter - near the river, and <placeName
ref="#American_Mission_College">American Mission College</placeName>. We
waited some time at the gate of a garden, where <persName ref="#Abdul"
>Abdul</persName>,and a kind of rais belonging to the carriage, a mere
bundle of rags, with a smiling yellow face above, who seemed to be the elder
brother of the two wretched little horses, went to get me some flowers. We
thought we had never seen so many varieties of humanity as passed and repassed
continually - with many it would have been hard from appearance to have drawn
the line between the beast and the human. The <name type="boat"
ref="#Rameses The Third">The Ramesis the Third</name> came to the landing
near us, and a small Gage steamer, with <persName ref="#Henri_de Bourbon_Prince"
>Prince Henri de Bourbon</persName> and party on board. We are having
splendid nights - the moon just full. Made 10 miles today.</p>
</div>
<div xml:id="EBA18980108" type="Entry">
<p><title>Assiut. 8 Jan. Saturday.</title></p>
<p>Still here - having devoted the day to a general cleaning - to getting something
done to our oven - to doing a big wash - <persName ref="#Buttles_Jeanette"
>Nettie</persName> and <persName ref="#Andrews_Emma">I</persName> took
another drive this morning - into the town, and making the circuit of it. It is
a holiday - being the 8th anniversary of the accession of the Khodive. The town
was therefore crowded - and we drove through solid masses of turbaned humanity.
We had no one with us but our driver - but we did not meet with the slightess
rudeness - though it was as well perhaps that we did not understand all that was
said to us. The moon makes such beauty, rising above the splendid palm and scent
groves, that line the shore of the river opposite Assiut.</p>
</div>
<pb n="145"/>
<div xml:id="EBA18980109" type="Entry">
<p><title>First Sunday after the Epiphany. 9th Jan.</title></p>
<p>We have had the warmest day of the year - and a very still one too - but have
made <placeName ref="#Abutig">Aboutig</placeName> where we are not lying, 15
miles from <placeName ref="#Asyut">Assiut</placeName> - <persName
ref="#Davis_Theodore">Theodore</persName> and <persName ref="#Monty"
>Monty</persName> walked into the town, although it was almost dark when we
tied up - and said it seemed very clean and charming. It always looks inviting,
with its 2 handsome twin minarets showing above the trees. Made 15 miles.</p>
</div>
<div xml:id="EBA18980110" type="Entry">
<p><title>10 Jan. Monday.</title></p>
<p>We had slipped along under light winds today, until we are within a short
distance of <placeName ref="#Tahtah">Tahtah</placeName>, and suppose we have
made 25 miles. Warmer - and splendid moonlight nights.</p>
</div>
<div xml:id="EBA18980111" type="Entry">
<p><title>Tuesday, 11 Jan.</title></p>
<p>We are lying at <placeName ref="#Sohag">Sohag</placeName> - after a fine day of
difficult sailing - beginning about 10 o’clock. Very difficult bends of the
river - we turn and turn upon our path - made 28 miles. <placeName ref="#Sohag"
>Sohag</placeName> is on a hight bank with its handsome river front with its
very good houses; looks quite unique for <country ref="#Egypt">Egypt</country>.
We will wait here for the man who has been sent up from <placeName ref="#Cairo"
>Cairo</placeName>, with the new wash bowl for my room. <persName
ref="#Akmim">Akmin</persName>.</p>
</div>
<div xml:id="EBA18980112" type="Entry">
<p><title>12 Jan.</title></p>
<p>We came the 5 miles from <placeName ref="#Sohag">Sohag</placeName> this
afternoon, having waited all day for the plumber to finish his work in my room.
We went for a <pb n="146"/> walk after breakfast, and seeing a little dahabeah
flying the American flag, and hearing from one of our sailors that it was a
“Hakim”, we thought it might be some of the people of the American Mission
School, as we know they sometimes go out in this way - and wishing much to talk
to them, we went down to call. But we found the “Hakim” was a dentist with a
very Hebrew name, and his card bore the title of dentist to the Khodive.
Theodore, asked him if he would like to see our boat, thereupon he came,
bringing with him a <unclear>most respectable citizen</unclear> of <placeName
ref="#Sohag">Sohag</placeName>, who he introduced as one of the “old
Egyptian nobles” - whatever that might be. He then asked if he could bring the
Mudir of the district in the afternoon - and about 3 o’clock they came, in some
state. <persName ref="#Sohag_Mudir">The Mudir</persName> was very well dressed
in European fashion - and spoke admirable English - had a pleasant polished
manner - and seemed much interested in the boat.</p>
</div>
<div xml:id="EBA18980113" type="Entry">
<p><title>Belliana, 13 Jan.</title></p>
<p>Had a good sailing day - the wind very strong at times. Struck a sand bank
sharply - and had some difficulty in getting off. Passed <placeName
ref="#Monshieh">Monshieh</placeName> and <placeName ref="#Girgeh"
>Girgeh</placeName> - the day very cold - with high wind.</p>
</div>
<div xml:id="EBA18980114" type="Entry">
<p><title>Nag Mamadi. 14 Jan.</title></p>
<p>A fine warm day - wind light - reached this place at 4 o’clock - found the R.R.
bridge closed - and after pulling up, heard that it would not open again today.
<persName ref="#Davis_Theodore">Theodore</persName> and the rest went for a
walk - and met and talked with the Engineer of the bridge - an Englishman - who
<pb n="147"/> said it was entirely in the hands of the Government lately -
as trains were running all the times, carrying troops to <placeName ref="#Aswan"
>Assouan</placeName> and the front. They saw a large barge with horses, and
about 5 camels, and ammunition cars, waiting for the Lancashire regiment that
comes up tomorrow. The bridge opens at 6 in the morning, and we hope to get
through at once. Made 18 miles.</p>
</div>
<div xml:id="EBA18980115" type="Entry">
<p><title>Saturday, 15 Jan.</title></p>
<p>Got through the bridge this morning at 8 o’clock by towing - arrangements there
very good. A strong north wind was too much for us, and we had to stop sailing
long before noon, and tied up to the bank. About half past 5 we started and
slowly moved along in a light wind for 2 miles, when we stopped - judging we had
made ruing the day 10 miles.</p>
</div>
<div xml:id="EBA18980116" type="Entry">
<p><title>2d Sunday after Epiphany. 16 Jan.</title></p>
<p>High wind in morning - laid up most of the day - sailed at 4 o’clock for an hour
some 3 miles below <placeName ref="#Keneh">Keneh</placeName> - warm and
pleasant. Made 17 miles.</p>
</div>
<div xml:id="EBA18980117" type="Entry">
<p><title>Monday, 17 Jan.</title></p>
<p>Started early - light wind and tracking made <placeName ref="#Denderah"
>Denderah</placeName> at noon. The day warm and delicious. Rode out to
<unclear>the Temple</unclear> after lunch. My new saddle a great success. We
had excellent donkeys and enjoyed the ride immensely. <persName
ref="#Petrie_Flinders">Flinders Petrie</persName> is excavating near
<placeName ref="#Denderah">Denderah</placeName>. We could see <pb n="148"/>
the dust of the excavations - and the comfortable looking house he has built
there. As we reached <geogName ref="#Nile_River">the river</geogName> again, we
saw the <name type="boat" ref="#Isis">Isis</name> with an English flag passing -
and a few moments after, the <name type="boat" ref="#Alma">Alma</name> appeared,
and we are lying just behind her tonight 5 miles above Keneh.</p>
</div>
<div xml:id="EBA18980118" type="Entry">
<p><title>Tuesday, 18 Jan. Luxor.</title></p>
<p>We reached <placeName ref="#Luxor">Luxor</placeName> at 6:30 this evening, having
made a fine run of 44 miles. A rather exciting day too, as the <name type="boat"
ref="#Isis">Isis</name> was just ahead, the <name type="boat" ref="#Alma"
>Alma</name> at our heels, and the <name type="boat" ref="#Gazelle"
>Gazelle</name> behind her. The wind was so light, it was hardly a zephyr
and we stole along by the town like a ghost - and came into our old place just
under the <placeName ref="#Insinger_House">Castle</placeName>.</p>
</div>
<div xml:id="EBA18980119" type="Entry">
<p><title>Wednesday, 19 Jan.</title></p>
<p>We have a very good plan to lie - in a little cove just under the <placeName
ref="#Insinger_House">Castle</placeName> - where no one can pull in ahead of
us. The <name type="boat" ref="#Alma">Alma</name> lies, above, around the corner
- and the <name type="boat" ref="#Gazelle">Gazelle</name> behind us. The <name
type="boat" ref="#Zenet-el_Nil">Zenet-el Nil</name>, with her owner
<persName ref="#Goliniescheff_M">M. Goliniescheff</persName>, <name
type="boat" ref="#Hyskos">the Hyksos</name>, with <persName
ref="#Shephard_Mr">the Shephards</persName> - and the Gamilla flying the
German flag, are in port. <placeName ref="#Luxor">Luxor</placeName> looks cold,
and quiet <unclear>Achmed</unclear> was waiting with his donkeys this morning,
and we had just started, when we met <persName ref="#Whitehead_Mr"
>Mr.</persName> and <persName ref="#Whitehead_Mrs">Mrs. Whitehead</persName>
who are on the <name type="boat" ref="#Ramesis">Ramesis</name>, walking down to
see us. Se we dismounted and walked back with them - as <persName
ref="#Whitehead_Mrs">Mrs. W.</persName> had not seen the boat, and they were
to leave for <placeName ref="#Cairo">Cairo</placeName>, at noon. Then we walked
back to the <placeName ref="#Luxor_Hotel">Luxor Hotel</placeName> with them -
there mounted our donkeys, <persName ref="#Davis_Theodore">Theodore</persName>
and <persName ref="#Andrews_Emma">I</persName>, as <persName
ref="#Buttles_Jeanette">Nettie</persName> and <persName ref="#Monty"
>Monty</persName> were visiting the <placeName ref="#Luxor_Temple"
>Luxor</placeName></p>
<pb n="149"/>
<p>temple. We rode out towards <placeName ref="#Karnak">Karnak</placeName>, but it
was too late to visit the temples, and stopping for a moment at <placeName
ref="#Luxor_Hotel">the Hotel</placeName>, we got home just in time for
lunch. I stayed at home in the afternoon - enjoying our delightful deck, and the
matchless and unique view across the stretch of <geogName ref="#Nile_River">the
river</geogName>, and the plain beyond, of the mountains. All day, <geogName
ref="#Nile_River">the river</geogName> has been so smooth, that the
mountains with their soft, yellow pink have been reflected in it. <persName
ref="#Stokes_James">Mr. James Stokes</persName> called late in the
afternoon. He is one of the unfortunate passengers on the <name type="boat"
ref="#Rameses_the_Great">Rameses the Great</name> who were unexpectedly
disembarked <placeName ref="#Luxor">here</placeName> for several days, while the
steamer was ordered forward to pull off some barges aground, full of stores and
ammunition for the army, and to tow them to <placeName ref="#Aswan"
>Assouan</placeName>.</p>
</div>
<div xml:id="EBA18980120" type="Entry">
<p><title>Thursday, 20 Jan.</title></p>
<p>This afternoon we all went to the Races - which were sufficiently amusing - saw
the <persName ref="#Vanderbilt_Cornelius">Vanderbilts</persName> who are here on
their steamer the <name type="boat" ref="#Tewfik">“Tewfik”</name> and met
unexpectedly <persName ref="#Florence_Taylor">Florence Taylor</persName> - who
with <persName ref="#Taylor_Mrs">her mother</persName> are up <geogName
ref="#Nile_River">the river</geogName> with the <persName
ref="#Thubron_Ernest">Thubrons</persName> in the <name type="boat"
ref="#Indiana">Indiana</name>, of the Anglo-American line. They ( the
<persName ref="#Taylor_Mrs">Taylors</persName>) came afterwards to
<unclear>the boat</unclear>, with <persName ref="#Scott_John_Sir">Sir John
Scott</persName>, and we asked <persName ref="Taylor_Mrs">Mrs. T. and
Florence</persName> to come back and dine with us - which they did, we
sending the felucca for them. They were enchanted with our excellent dinner,
poor starved things - a merry evening. They <corr>sail</corr> for <placeName
ref="#Nice">Nice</placeName>, Feb. 12.</p>
</div>
<div xml:id="EBA18980121" type="Entry">
<p><title>Friday, 21 Jan.</title></p>
<p>A delightful afternoon at <placeName ref="#Medinet_Habu_Temple">Medinet
Habu</placeName>. The temple always so <pb n="150"/> interesting is now
swept and almost garnished - and completely excavated.</p>
</div>
<div xml:id="EBA18980122" type="Entry">
<p><title>Saturday, 22 Jan.</title></p>
<p><persName ref="#Davis_Theodore">Theodore</persName> and <persName ref="#Monty"
>Monty</persName> went to <placeName ref="#Karnak">Karnac</placeName> this
morning - <persName ref="#Buttles_Jeanette">Nettie</persName> and <persName
ref="#Andrews_Emma">I</persName> in the felucca to the <placeName
ref="#Germam_Consulate">German Cousuls</placeName>, to see
<unclear>his</unclear> antiquities. In the afternoon we stayed at home for a
quiet reading on deck, and <persName ref="#Davis_Theodore">Theodore</persName>
and <persName ref="#Monty">Monty</persName> went to <placeName
ref="#Deir_el-Bahari">Der-el-Bahri</placeName> - the air misty - and slight
clouds everywhere. Late in the afternoon we went to return a visit to the
<persName ref="Hysko_Mr">Hyksos</persName> - and also to call on the
<unclear>ladies</unclear> (4 of them) on the <name type="boat" ref="#Alma"
>Alma</name>. <persName ref="#Broderick_Miss">Miss Broderick</persName>,
whom I was very anxious to meet is one of them - and we fell to talking at once
on the Egypt Exploration Society’s affairs.</p>
</div>
<div xml:id="EBA18980123" type="Entry">
<p><title>3d Sunday after Epiphany. 23 Jan.</title></p>
<p>This afternoon <persName ref="#Buttles_Jeanette">Nettie</persName>, <persName
ref="#Monty">Monty</persName> and <persName ref="#Andrews_Emma">I</persName>
went up to the <placeName ref="Insinger_House">Castle</placeName> to call - and
after we got home, <persName ref="#Broderick_Miss">Miss Broderick</persName> and
<persName ref="#Morton_Miss">Miss Morton</persName> came to tea - and young
<persName ref="#Cutting">Cutting</persName>.</p>
</div>
<div xml:id="EBA18980124" type="Entry">
<p><title>24 Jan. Monday.</title></p>
<p>This morning <persName ref="#Buttles_Jeanette">Nettie</persName> and <persName
ref="#Andrews_Emma">I</persName> rode to <placeName ref="#Karnak"
>Carnac</placeName> - but unfortunately forgot our tickets and came home -
stopping at the <placeName ref="#American_Mission">American Mission book
store</placeName>, for the new <persName ref="#Baedeker_Karl"
>Baedeker</persName> - <persName ref="#Hunhatt_Mr">Mr. and Mrs.
Huhatt</persName> came to tea - and <persName ref="#Broderick_Miss">Miss
Broderick</persName> and <persName ref="Morton_Miss">Miss Morton</persName>
to dinner. A pleasant evening. Ramadan began today.</p>
</div>
<pb n="151"/>
<div xml:id="EBA18980125" type="Entry">
<p><title>Jan. 25. Tuesday.</title></p>
<p><persName ref="#Insinger_Mr">M. and Mme. Insinger</persName> came this afternoon,
and then sent down some beautiful flowers - <persName ref="#Dickson_Miss">Miss
Dickson</persName> and <persName ref="#Kilburn_Miss">Miss Kilburn</persName>
from the <name type="boat" ref="#Alma">Alma</name> came to tea.
<corr>They</corr> start for <placeName ref="#Aswan">Assouan</placeName>
tomorrow morning.</p>
</div>
<div xml:id="EBA18980126" type="Entry">
<p><title>Jan. 26. Wednesday.</title></p>
<p>A cold wind blowing all day - <persName ref="#Hunhatt_Mr">Mr. Huhatt</persName>
came to play chess with <persName ref="#Davis_Theodore">Theodore</persName>, and
to stay to luncheon - after luncheon, as we were having coffee, <persName
ref="#Somers-Clarke_Mr">Mr. Somers-Clarke</persName> came in, having just
arrived from <placeName ref="#El_Kab">El-Kab</placeName> with <persName
ref="#Scott_John_Sir">Sir John Scott</persName> in his steamer. A pleasant
visit - he telling about his new excavations at <placeName ref="#Kom_el_Ahmar"
>Kom el-Ahmar</placeName>, opposite <placeName ref="#El_Kab"
>El-Kab</placeName>, where they are finding tombs of great antiquity. He
described a hawk’s head and body in bronze, of finest workmanship. He has come
for 2 days at <placeName ref="El_Bahari">El-Bahari</placeName>. This evening
there is a real tempest going on - and additional ropes have been put out to the
anchors - and it is cold.</p>
</div>
<div xml:id="EBA18980127" type="Entry">
<p><title>Thursday, Jan. 27.</title></p>
<p>A great blow last night - I never knew a harder one here - and for a long time I
could not sleep. <persName ref="#Hunhatt_Mr">Mr. Huhatt</persName> again came to
play chess - <persName ref="#Buttles_Nettie">Nettie</persName> and I never put
our heads out of the boat. All the canvass and awnings had to come down last
night - <persName ref="#Shephard_Miss">Miss Shephard</persName> and her friend
came to tea. We shall be off tomorrow for <placeName ref="#Aswan"
>Assouan</placeName>.</p>
</div>
<pb n="152"/>
<div xml:id="EBA18980128" type="Entry">
<p><title>Friday, Jan. 28.</title></p>
<p>We got away about 9 this morning - but almost immediately the wind grew so strong
that we soon took to the bank, and stayed until late in the afternoon - when we
again started and made <placeName ref="#Hermonthis">Erment</placeName> about
dark. Cold.</p>
</div>
<div xml:id="EBA18980129" type="Entry">
<p><title>Saturday, Jan. 29.</title></p>
<p>Began tracking this morning at 8 - until we stopped at the <unclear>Cook
landing</unclear> to get the men we had sent off for milk and fruit. Then
went on tracking for about 2 miles, and at noon began sailing, and brought up
tonight at 6:30 5 miles above <placeName ref="#Esneh">Esneh</placeName> - having
made 30 miles. A beautiful sail all the afternoon - part of the time in a crowd
of gyassas, laden rails for the railway in the south - some of them with cattle.
I was on deck all day - most lovely sunset effects - warmer, though cold
enough.</p>
</div>
<div xml:id="EBA18980130" type="Entry">
<p><title>4th Sunday after Epiphany. Jan. 30. Silsileh.</title></p>
<p>We have had a beautiful sailing day - and have made 52 miles. Yesterday we left
the <name type="boat" ref="#Gamilla">“Gamilla”</name> lying at <placeName
ref="#Esneh">Esneh</placeName> - soon after starting this morning we found
her following us - and she is now lying ahead of us, having arrived soon after
we did. Passed the <name type="boat" ref="#Gazelle">“Gazelle”</name> lying by.
Passed <placeName ref="#El_Kab">El-Kab</placeName> about 11 o’clock and
<placeName ref="#Edfu">Edfou</placeName> at one o’clock - and pulled up
beyond <placeName ref="#Gebel_el_Silsila">Silsileh</placeName> at 6 o’clock. It
has been warmer today, and is milder tonight. I have been on deck most of the
day - such lovely colouring - and a sunset of of every colour of the rainbow -
etherially delicate. Our moon is <pb n="153"/> now well on in her second
quarter. The thermometer on my balcony this morning registered 36⁰.</p>
</div>
<div xml:id="EBA18980131" type="Entry">
<p><title>Monday. Jan. 31. Assouan.</title></p>
<p>Started about 8 o’clock, and sailed splendidly all day - arriving at 4:30.
<geogName ref="#Nile_River">The river</geogName> was so full of gyssas, all
laden with railway materials and army supplies, that the sailing was exciting.
Found <placeName ref="Aswan">Assouan</placeName> so crowded with the same, and
all the quay near the R.R. station given up to unloading - even <unclear>Cook’s
landing stage</unclear> has been moved down by the barracks to avoid the
noise and bustle. We did not know at first where we could land - but at last
feeling our way along <geogName ref="#Elephantine_Island"
>Elephantine</geogName>, we passed the <name type="boat" ref="#Alma"
>Alma</name>, and then the <name type="boat" ref="#Pocahantus">Pocahantus</name>
- and pulled in behind the <name type="boat" ref="#Zenet_el_Nil"
>Zenet-el-Nil</name>, at the very beginning of the little sand gesireh -
which is now indeed a very considerable island, so low is the river. However the
bank is green with young wheat, and splendid palms above - and we congratulated
ourselves, in spite of the fact that the <name type="boat" ref="#Osiris"
>Osiris</name> lies beyond the <name type="boat" ref="#Zenet_el_nil"
>Zenet</name> - - then a great crowd of gyassas - then the <name type="boat"
ref="#Isis">Isis</name> and <name type="boat" ref="#Gazelle">Gazelle</name>
and then the <name type="boat" ref="#Istar">Istar</name>. Much warmer.</p>
</div>
<div xml:id="EBA18980201" type="Entry">
<p><title>Tuesday, Feb. 1st.</title></p>
<p>Went over to the town this morning, and after sending a telegram, and getting our
mail, we walked along the now really handsome quay, to the beginning of the
barracks - where we found a new building - a Catholic Church and School - we
walked into the Church, new and clean, and very good, with its marble floor, and
arched roof - and sat down to <pb n="154"/> rest. Then to <unclear>the
Hotel</unclear> to read the dispatches - I have never seen <placeName
ref="#Aswan">Assouan</placeName> so busy - such crowds of boats, and
business of unloading - such extraordinary crowds - much black, black faces. The
long, well built quay now is really handsome - and many good new buildings. What
a change from 10 years ago! To the <placeName ref="#Grenfell_Tombs">Grenfell
tombs</placeName> - I <corr>am</corr> waiting for the rest to clamber up and
down, in the felucca with my book.</p>
</div>
<div xml:id="EBA18980202" type="Entry">
<p><title>Wednesday, Feb. 2d.</title></p>
<p>This morning <persName ref="#Broderick_Miss">Miss Broderick</persName> and
<persName ref="#Morton_Miss">Miss Morton</persName> came for a visit, and
invited <persName ref="#Buttles_Jeannette">Nettie</persName> and <persName
ref="#Andrews_Emma">me</persName> to dine on Friday evening. Then we went
across the river to the bazaar. All the things looked rather tame to me. Met a
whole procession of military camels - this afternoon <persName
ref="#Sayce_Archibald">Mr. Sayce</persName> called - and as <persName
ref="#Davis_Theodore">Theodore</persName> and <persName ref="#Monty"
>Monty</persName> were going for a drive, he asked <persName
ref="#Buttles_Jeanette">Nettie</persName> and <persName ref="#Andrews_Emma"
>me</persName> to come to tea. So when the felucca came back from the other
side, we went to the <name type="boat" ref="#Istar">Istar</name> - and had a
pleasant visit -tea on deck - then down stairs to see his room, old fashioned
boat - 22 ft. wide - while we are only 17-1/2. His saloon furnished in yellow
brocatelle seemed enormous. We saw some good antiquities - and he showed us in
the French Expedition book, the pictures of the temples on <geogName
ref="Elephantine_Island">Elephantine</geogName> which were destroyed by
<persName ref="Muhammed_Ali">Mohamet Ali</persName> to build a palace across
the river, of which now no fragments remain. Invited <persName
ref="#Sayce_Archibald">Prof. Sayce</persName> to dine on Saturday.</p>
</div>
<div xml:id="EBA18980203" type="Entry">
<p><title>Thursday, Feb. 3d.</title></p>
<p>To <placeName ref="#Philae">Philae</placeName> this morning - <persName
ref="#Buttles_Jeanette">Nettie</persName> and <persName ref="#Andrews_Emma"
>I</persName>, with <persName ref="#Abdul">Abdul</persName> in the train at
9 o’clock. Found all the <name type="boat" ref="#Alma">Alma</name> party at the
station going too. The <pb n="155"/> station is rather difficult to get to now,
so encumbered is all the territory around with military stores - and with
railway materials waiting shipment for the <placeName ref="Sudan"
>Soudan</placeName> A jolting, rattling three quarters of an hour brought us
to <placeName ref="Shellal">Shellal</placeName> - where there is a military
encampment and more supplies - and steamers and barges for shipping them. I
found <persName ref="#Yemma">Little Yemma</persName> waiting at the <placeName
ref="#Philae">Philae landing</placeName> - and he soon produced the
delightful little <persName ref="#Dendowi">Dendowi</persName>, not much changed
or grown. Found <persName ref="Newman_Mr_Mrs">Mr. and Mrs. Newman</persName> in
the long colannade - he painting as usual, and looking very well, both very kind
and hospitable, and asked us down to their boat for coffee, and to see his
Japanese sketches. After luncheon <persName ref="#Davis_Theodore"
>Theodore</persName> and <persName ref="Andrews_Emma">I</persName> went down
- and spent a very pleasant hour. Home in a cataract boat, bring <persName
ref="#Broderick_Miss">Miss Broderick</persName> and <persName
ref="#Dickson_Miss">Miss Dickson</persName> with us. It was more exciting
this descent than I have ever known it. I suppose because the water is lower
than usual.</p>
</div>
<div xml:id="EBA18980204" type="Entry">
<p><title>Friday Feb. 4.</title></p>
<p>Very warm all day - and tired with my expedition of yesterday I stayed at home
all day. The rest went off late in the afternoon for a row around the island,
and came home complaining of the heat. <persName ref="Jeanette_Buttles"
>Nettie</persName> and <persName ref="#Andrews_Emma">I</persName> went to
dine with <persName ref="#Broderick_Miss">Miss Broderick</persName> on the <name
type="boat" ref="#Alma">Alma</name> - and had a charming evening - with much
music. <persName ref="#Kilburn_Miss">Miss Kilburn</persName> playing the violin
admirable. The row down to their boat, and back again to ours in the wonderful
moon-light was delightful.</p>
</div>
<pb n="156"/>
<div xml:id="EBA18980205" type="Entry">
<p><title>Saturday, Feb. 5.</title></p>
<p>At home all day until the afternoon, when I went with the rest in the felucca in
the mountain of the <placeName ref="#Coptic_Dor">Coptic Dor</placeName>. I sat
in the boat with my book, while the rest climbed through the hot sand, and found
the ruined convent very interesting. <persName ref="#Sayce_Archibald">Mr.
Sayce</persName> dined with us. He starts down tomorrow.</p>
</div>
<div xml:id="EBA18980206" type="Entry">
<p><title>Sunday. Septuagesima. Feb. 6.</title></p>
<p>It was so warm this morning that we none of us felt energetic and <persName
ref="#Davis_Theodore">Theodore</persName> proposed that we should sail up to
the cataract, and get out on one of the islands. It was not much of a sail, as
there was so little wind. But on coming to the first rapid water, we stopped at
the nearest island of rock and sand, and walked about on the clean, hard sand,
rifted over and over by the wind - and broken by huge masses of lovely rose
granite. The <name type="boat" ref="#Istar">Istar</name> and the <name
type="boat" ref="#Zenet_el-Nil">Zenet el-Nil</name> started down that
afternoon.</p>
</div>
<div xml:id="EBA18980207" type="Entry">
<p><title>Monday, Feb. 7.</title></p>
<p>Warm and delightful all day. Did nothing. All the <name type="boat" ref="#Alma"
>Alma</name> people came to dine - and after dinner we went on deck to enjoy
the wonderful moonlight. <persName ref="#Davis_Theodore">Theodore</persName> is
growing anxious to get down the river, and talks of going on Thursday or
Friday.</p>
</div>
<div xml:id="EBA18980208" type="Entry">
<p><title>Tuesday, Feb. 8.</title></p>
<p>The first thing <persName ref="#Davis_Theodore">Theodore</persName> asked me as
he came into breakfast this morning was “do you mind starting down today”. I
said “no”, though I am always reluctant to leave <placeName ref="#Aswan"
>Assouan</placeName>. So after breakfast we crossed in the felucca to get
our mail, pay a last visit to the bazaar, and send some telegrams, when we got
back, we found the awnings being taken down and general preparations for the
start. I wrote a hurried note to <persName ref="#Broderick_Miss">Miss
Broderick</persName>, explaining our sudden change of plan - knowing that
they had all gone to <placeName ref="#Philae">Philae</placeName> for the day. At
12:30 we were off, and a light south wind springing up we came along right
merrily - when the wind failed - the head has been intense - 95⁰ on my back
balcony - but that has some reflection. Pulled up at 7 o’clock just as a sudden,
howling wind came up and made our landing very difficult. Suppose we are about 5
miles from <placeName ref="#Kom_Ombo">Kom Ombo</placeName>. The air is so
charged with sand that the moon can just be seen, wan and almost green - and she
has lost a little slice off her. Very warm tonight.</p>
</div>
<div xml:id="EBA18980209" type="Entry">
<p><title>Wednesday evening. Feb. 9.</title></p>
<p>We have only succeeded in making 2 miles today - when the N.W. wind increased so
much we were forced to tie up, where we now lie. Since early this morning the
same thick dust laden air of last evening - the sun showing dimly through it,
like a pale full moon. Walking has been impossible - and we have stayed in
doors.</p>
</div>
<div xml:id="EBA18980210" type="Entry">
<p><title>Thursday, Feb. 10.</title></p>
<p>We came down the 3 miles to <placeName ref="#Kom_Ombo">Kom Ombo</placeName> where
we now are. I wakened at 5 this morning, and found we were under way. After
breakfast we went up to the <placeName ref="#Temple_of_Kom_Ombo"
>temple</placeName>, and spent two pleasant hours there - in <pb n="158"/>
spite of high wind and the dust of the excavators outside the temple wall. While
we were there the <name type="boat" ref="#Horus">“Horus”</name> came up with a
tug, flying the English flag, and pulled up ahead of us. The views from the
temple plateau are so splendid, I never want to come away. While we were sitting
at lunch the <name type="boat" ref="#Cheops">“Cheops”</name> appeared with tug,
and English flag - but did not stop - and soon after the <name type="boat"
ref="#Philetus">“Philetus”</name> came sailing up, also with the English
flag - and stopped, and next appeared the <name type="boat" ref="#Miriam"
>“Miriam”</name> the Egyptian Museum boat, with a tug, and stopped behind us
- so that the settlement is a large one tonight. We had had a pleasant scheme
for taking tea in the temple this afternoon - but the high wind, and all the
people from the boats made it impossible.</p>
</div>
<div xml:id="EBA18980211" type="Entry">
<p><title>Friday, Feb. 11.</title></p>
<p>We are at a little mail station on the east bank called <placeName
ref="#El_Eglit">El-Eglit</placeName> - about half way between <placeName
ref="#Kom_Ombo">Kom Kombo</placeName> and <geogName ref="#Gebel_Silsileh"
>Silsileh</geogName> - and here we have stayed, prisoners of the North wind.
The <name type="boat" ref="#Osiris">Osiris</name> is in sight.</p>
</div>
<div xml:id="EBA18980212" type="Entry">
<p><title>Saturday, Feb. 12.</title></p>
<p>All day at <placeName ref="#El_Eglit">El-Eglit</placeName> - a very stormy night
- impossible to move - cold again.</p>