-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathalbum_Off the beaten track.json
More file actions
1030 lines (1030 loc) · 171 KB
/
album_Off the beaten track.json
File metadata and controls
1030 lines (1030 loc) · 171 KB
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
{
"album": {
"id": "AL057",
"title_en": "Off the beaten track",
"title_he": "בצידי הדרכים",
"author": null,
"publisher": null,
"year": null,
"place": null,
"languages": null
},
"export_date": "2026-03-22T17:11:21",
"total_images": 78,
"images": [
{
"image_id": "90b9fa4c-2b3e-41db-8595-6234ea308c27",
"image_num": 1,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112053_ab2ec042_9919970800702791_16.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080634Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=171efea5c22f65ef2da0343ad32d0ed65bb31476685f690bf2691e8f91dfa61c",
"width": 4732,
"height": 6841,
"caption": "Caption: A person stands on a hill overlooking a vast, rolling desert landscape. | Description: The image displays a landscape photograph of the Judean desert, viewed from Ras ez Zuwaira. In the foreground, a person stands on a rocky, grassy hill, seen from the back and side, looking down into the valley. The person wears a white long-sleeved shirt, a reddish-brown vest, light-colored trousers, and dark boots. The landscape consists of rolling hills and valleys with a mix of green vegetation and exposed earth in shades of brown, tan, and yellow. A winding path or dry riverbed is visible in the mid-ground. In the distance, a range of mountains stretches across the horizon under a pale blue sky. The photograph is printed on a white page, with text below it in English and Hebrew identifying the location. The lighting suggests a bright, possibly overcast day, with soft shadows. | Scene: desert (outdoor) | Objects: person, mountain, text | Vibe: serene, vast, remote | People: 1 | Actions: person standing | Text: the judean desert seen from ras ez zuweira נוף מדבר יהודה מראש נחל זעירה View of the Judean Desert from Ras ez Zuweira",
"short_caption": "A person stands on a hill overlooking a vast, rolling desert landscape.",
"ocr_text": "the judean desert seen from ras ez zuweira נוף מדבר יהודה מראש נחל זעירה",
"ocr_translation": "the judean desert seen from ras ez zuweira View of the Judean Desert from Ras ez Zuweira"
},
{
"image_id": "2c75d4ab-8e36-4867-841e-851d1ed2ec39",
"image_num": 2,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112119_409b8539_9919970800702791_18.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080545Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=a6b67dbf268608cae274c84caf39539b8db2e15379659bc912ce4125fe01a89c",
"width": 4593,
"height": 6870,
"caption": "Caption: A black and white photograph of two young people sitting on steps, talking. | Description: This is a black and white photograph of two young people, a boy and a girl, sitting on concrete steps outdoors. The boy, on the left, has short, dark hair and is wearing a light-colored, short-sleeved collared shirt and shorts. He is sitting with his legs bent, his left arm resting on his knee, and his right hand on his left leg. He is looking towards the girl. The girl, on the right, has long, dark, curly hair and is wearing a light-colored, short-sleeved collared shirt and shorts. She is sitting with her legs bent, her hands clasped in front of her, and she is smiling while looking at the boy. A pair of sandals lies on the ground near her feet. The background consists of a plain wall and a dark doorway. The lighting is bright, suggesting daylight, casting soft shadows. The image has text at the bottom in English and Hebrew. | Scene: unknown (outdoor) | Objects: boy, girl, sandals, shorts, shirts, wall, text | Vibe: calm, relaxed, youthful | People: 2 | Actions: boy sitting, girl sitting, boy looking at girl, girl looking at boy, girl talking | Text: youth aliya institute, neve-hadassah בנוה הדרסה, מוסד עליית הנוער Youth Aliyah Institute, Neve Hadassah הַרְעִית וְהַשְׁמַחַת בְּחַיִּי יָמִים-יָמִים Give life the dignity of simple things. - give life the dignity of simple things.",
"short_caption": "A black and white photograph of two young people sitting on steps, talking.",
"ocr_text": "- give life the dignity of simple things. youth aliya institute, neve-hadassah בנוה הדרסה, מוסד עליית הנוער הַרְעִית וְהַשְׁמַחַת בְּחַיִּי יָמִים-יָמִים",
"ocr_translation": "- give life the dignity of simple things. Give life the dignity of simple things. youth aliya institute, neve-hadassah Youth Aliyah Institute, Neve Hadassah"
},
{
"image_id": "5462bc0d-af5e-40d4-9ef1-26f136267821",
"image_num": 3,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112145_77d869fb_9919970800702791_20.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080608Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=38ef6a53eaa437e0ac9e7b23d681459197c45847443452fd581b6e8c295be727",
"width": 4754,
"height": 6859,
"caption": "Caption: A black and white photograph of children and an adult performing physical training in a camp. | Description: This black and white photograph captures a group of children and one adult engaged in physical training in an outdoor setting. In the foreground, an adult with curly hair, wearing a long-sleeved shirt and trousers, stands with their back to the camera, arms raised above their head. A line of children, mostly boys and one girl in a plaid dress, stand behind them, mimicking the pose with their arms raised and hands clasped. The children are dressed in varied, simple clothing, and some are barefoot. The scene is set on uneven, sandy ground. In the background, a large, dark, pyramid-shaped tent is visible, along with a large, flat, dark rectangular structure. The sky is bright and overcast. The image has text at the bottom: 'physical training at maabara' in English, and Hebrew text on the left and right sides, including 'והגוף הבריא - a healthy body -'. | Scene: desert (outdoor) | Objects: tent, person, text | Vibe: active, documentary, historical | People: 5+ | Actions: person raising arms, children raising arms, person standing | Text: physical training at maabara התעמלות במעברת פרוד Physical training at the transit camp --והגוף הבריא-- --a healthy body-- --a healthy body--",
"short_caption": "A black and white photograph of children and an adult performing physical training in a camp.",
"ocr_text": "--a healthy body-- --והגוף הבריא-- physical training at maabara התעמלות במעברת פרוד",
"ocr_translation": "--a healthy body-- physical training at maabara Physical training at the transit camp"
},
{
"image_id": "f6e35186-c808-4a46-a85a-81d8e9a07b9e",
"image_num": 4,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112208_8e3131f8_9919970800702791_21.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080717Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6f79976a82d5e1300b70b3c41af1ee9c10ab6cb076aac2b300e4aecf83f6b607",
"width": 4666,
"height": 6840,
"caption": "Caption: A black and white photograph of a women's sports parade in Tel-Aviv. | Description: This is a black and white photograph capturing a women's sports parade in Tel-Aviv. The image shows a group of women marching in formation on a paved street. They are dressed in matching athletic uniforms consisting of white short-sleeved shirts, white shorts, and white shoes. Each woman carries a dark flag on a pole, which they hold aloft. The women are in motion, with their legs in mid-stride, suggesting they are marching forward. The photograph is taken from a slightly low angle, emphasizing the participants. In the background, there are trees, buildings, and utility poles under a bright sky. The image includes text at the bottom: 'sport parade, tel-aviv' in English on the left, and 'מצעד ספורטיבי בטל-אביב' (Sport Parade in Tel-Aviv) in Hebrew on the right, along with the phrase '--an upright mind--' in English and Hebrew below it. | Scene: street (outdoor) | Objects: flag, person, building, tree, text | Vibe: formal, organized, determined | People: 5+ | Actions: woman holding flag, woman running, woman walking | Text: sport parade, tel-aviv מצעד ספורטיבי בטל-אביב Sport parade in Tel Aviv מעוף הנעורים -- An upright mind -- -- an upright mind --",
"short_caption": "A black and white photograph of a women's sports parade in Tel-Aviv.",
"ocr_text": "-- an upright mind -- sport parade, tel-aviv מעוף הנעורים -- מצעד ספורטיבי בטל-אביב",
"ocr_translation": "-- an upright mind -- An upright mind -- Sport parade in Tel Aviv sport parade, tel-aviv"
},
{
"image_id": "96e147ba-3dbc-419b-b70b-2211ae60a17f",
"image_num": 5,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112234_be37b0fb_9919970800702791_22.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080636Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=1816c2f2cf2df1ce32637f46ddfdefffe8f495bab2aece8b6cf4d0a54554cda3",
"width": 4716,
"height": 6860,
"caption": "Caption: A black and white photograph of a group of young men in outdoor attire, some with head coverings, standing on a grassy slope. | Description: This is a black and white photograph depicting a group of young men standing on a grassy, uneven slope under a bright sky. The men are dressed in a mix of casual and outdoor clothing, including light-colored shirts, trousers, and various head coverings such as hats and headscarves. Several individuals are holding books or small objects. The group is arranged in a loose line, with some looking forward and others looking down or to the side. The lighting is strong and direct, casting distinct shadows on the ground. The image has a vintage quality, with visible grain and slight fading. Below the photograph, there is text in both English and Hebrew, including the caption 'religious youth movement at morning prayer' and 'folk-dance gathering at dalia'. | Scene: mountain (outdoor) | Objects: person, book, canteen, hat, scarf, uniform | Vibe: serious, solemn, historical | People: 5+ | Actions: person standing, person holding book, person holding canteen | Text: religious youth movement at morning prayer גְּרִינֵי דְּתִי בְּחַפִּילַת הַבּוֹקֶר religious youth movement at morning prayer בְּסִפּוּג לְמַחֲלוֹת עַמִּים בְּדַלְיָה folk-dance gathering at dalia folk-dance gathering at dalia הֵם יִסּוּר מֹסְר לְסֻבְלְנוֹת בִּן אָדָם לְאָדָם. let each man forge his own life in his own way, let each man forge his own life in his own way,",
"short_caption": "A black and white photograph of a group of young men in outdoor attire, some with head coverings, standing on a grassy slope.",
"ocr_text": "folk-dance gathering at dalia let each man forge his own life in his own way, religious youth movement at morning prayer בְּסִפּוּג לְמַחֲלוֹת עַמִּים בְּדַלְיָה גְּרִינֵי דְּתִי בְּחַפִּילַת הַבּוֹקֶר הֵם יִסּוּר מֹסְר לְסֻבְלְנוֹת בִּן אָדָם לְאָדָם.",
"ocr_translation": "folk-dance gathering at dalia let each man forge his own life in his own way, religious youth movement at morning prayer"
},
{
"image_id": "044f0e19-32ba-48de-a0f6-5416e6f2ddc2",
"image_num": 6,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112257_27902a48_9919970800702791_23.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T011431Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=599387ddeaf72e2fe121be3eb3e75c43279477d4ee208638a806cfb6d7e13a6c",
"width": 4637,
"height": 6853,
"caption": "Caption: A black and white photograph of a group of people, mostly children, standing outdoors on a rocky surface. | Description: This is a black and white photograph depicting a group of people, primarily children, standing outdoors on a rocky, uneven ground. The image is taken from a slightly low angle, focusing on the backs and sides of the individuals. On the left, a person with dark, curly hair is seen from behind, wearing a light-colored, short-sleeved shirt with a dark neckerchief and light-colored trousers. In the center, a child wears a wide-brimmed straw hat, a light-colored top, and dark shorts, with one hand on their hip. To the right, several other children are visible, some wearing hats, including a pith helmet and a bucket hat. The background is a bright, overexposed sky, suggesting a sunny day. The lighting is strong and direct, creating high contrast and deep shadows. The composition shows the group clustered together, with some individuals looking towards the center of the group, suggesting a shared focus or activity. The overall scene appears to be a casual gathering or outing in a natural, possibly arid, environment. | Scene: desert (outdoor) | Objects: person, hat, shirt, shorts, sandals, ground | Vibe: historical, documentary, serious | People: 5+ | Actions: person standing, person wearing hat",
"short_caption": "A black and white photograph of a group of people, mostly children, standing outdoors on a rocky surface.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "704c26a9-ffb5-443e-bc08-00e25b0832a5",
"image_num": 7,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112322_ea50e4ae_9919970800702791_24.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080621Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=f04ef34c8ef7b2e4ffbac7799c8245e2782238379751dee9a921568bac979e74",
"width": 4689,
"height": 6855,
"caption": "Caption: A flooded urban street with people navigating the water on foot and with carts. | Description: A high-angle, black and white photograph captures a street completely submerged in floodwater. The water, reflecting the sky, covers the entire road surface, with ripples and debris visible on the surface. On the left, a person pushes a two-wheeled cart through the water, while another person in the middle of the street uses a long pole to navigate. On the right, a man in a dark uniform and cap stands in the water holding a pole, and other figures are seen on the sidewalk. Buildings line both sides of the street, with laundry hanging on a balcony in the background. The scene is illuminated by diffuse daylight, creating soft shadows and highlights on the water. | Scene: street (outdoor) | Objects: flooded street, buildings, cart, bicycle, pole, door, tree, person | Vibe: desolate, chaotic, somber | People: 5+ | Actions: person standing, person sitting, person bending, person holding pole, person pushing cart",
"short_caption": "A flooded urban street with people navigating the water on foot and with carts.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "ec3b1614-5f7d-4db9-acca-b5dd663f4695",
"image_num": 8,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112346_d0747537_9919970800702791_25.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080711Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=2fe5f7a99cb3fcc534aa4a34d0e42b7f67c5b1fb61988585f455b396d6b9059c",
"width": 4689,
"height": 6855,
"caption": "Caption: A black and white photograph of people on a sandy beach, with text in English and Hebrew at the bottom. | Description: This is a black and white photograph of a beach scene, likely taken during the day under bright, even light. The image is composed with a large white border at the top and bottom, framing the central photograph. In the photograph, several people are on a sandy shore. In the foreground, a woman with short dark hair, wearing a dark one-piece swimsuit, sits reading a book. To her right, a man in a dark swimsuit sits reading a newspaper, his left hand raised to his head. Behind them, other people are visible, including a woman in a dark swimsuit with a criss-cross back, sitting further back on the sand. Various items are on the sand near the foreground figures, including a rolled-up towel, a pair of shoes, and a dark bag. The sand is textured with footprints and small debris. At the bottom of the image, outside the photograph, there is text in both English and Hebrew. The English text reads \"sea-shore of naharia\" and \"floods, older tel-aviv\" on the left, and \"water ... amusements and worries\" on the right. The Hebrew text is a translation of the English text. | Scene: beach (outdoor) | Objects: person, newspaper, book, sand, swimsuit, shoes, towel, text | Vibe: relaxed, casual, quiet | People: 5+ | Actions: person reading newspaper, person reading book, person sitting on sand, person lying on sand | Text: sea-shore of naharia שמפונות בטל-אביב הישנה floods, older tel-aviv floods, older tel-aviv על שפת הים בנהריה on the shore of the sea in naharia על מים רבים ... on many waters ... water ... amusements and worries",
"short_caption": "A black and white photograph of people on a sandy beach, with text in English and Hebrew at the bottom.",
"ocr_text": "floods, older tel-aviv sea-shore of naharia water ... amusements and worries על מים רבים ... על שפת הים בנהריה שמפונות בטל-אביב הישנה",
"ocr_translation": "floods, older tel-aviv on many waters ... on the shore of the sea in naharia sea-shore of naharia water ... amusements and worries"
},
{
"image_id": "b8e34b59-0727-4f0e-a64a-68784340ca69",
"image_num": 9,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112407_11517e61_9919970800702791_26.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080651Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=a8eec69215aad23d1649c27b5a18c5868692a99254f429996de2cbf53aa0969d",
"width": 4689,
"height": 6881,
"caption": "Caption: A black and white photograph of a layered rock formation in a desert landscape. | Description: This is a black and white photograph of a tall, layered rock formation, identified by text as the 'lisan formation near dead sea'. The formation is composed of distinct horizontal strata, with a lighter-colored, more eroded base and a darker, more rugged top. It stands on a rocky, uneven terrain with sparse, dry vegetation in the foreground. The sky is overcast and light gray, providing diffuse lighting that casts soft shadows and emphasizes the textures of the rock. The composition is a medium shot, focusing on the formation from a slightly low angle. Text in both English and Hebrew is present at the bottom of the image, describing the scene. | Scene: desert (outdoor) | Objects: rock formation, vegetation | Vibe: moody, bizarre, fantastical | People: 0 | Text: lisan formation near dead sea על שפת ים המלח on the shore of the Dead Sea התמונה - The picture - - - rises amidst the moody playground... of nature's bizarre fantasy.",
"short_caption": "A black and white photograph of a layered rock formation in a desert landscape.",
"ocr_text": "- - rises amidst the moody playground... of nature's bizarre fantasy. lisan formation near dead sea התמונה - על שפת ים המלח",
"ocr_translation": "- - rises amidst the moody playground... of nature's bizarre fantasy. lisan formation near dead sea on the shore of the Dead Sea The picture -"
},
{
"image_id": "d2a2bc1c-be02-46da-82e0-d6c452abb2d3",
"image_num": 10,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112432_2705ed45_9919970800702791_27.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080702Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6eab4f67204c9542fa722f6d20291d9940122e1b4d4049b518ade9f3f33a2b8c",
"width": 4689,
"height": 6881,
"caption": "Caption: A black and white photograph shows several people walking through a narrow, rocky canyon. | Description: This is a black and white photograph depicting a narrow, rocky canyon with steep, rugged walls. The rock faces are textured and appear to be layered, with some patches of white material, possibly salt, visible on the upper sections. A group of people is seen walking through the canyon, moving away from the camera's viewpoint. The person in the foreground wears a dark jacket and trousers, and another person behind them carries a large, light-colored object. The ground is uneven and covered with loose rock and debris. The lighting suggests an overcast day, with diffuse light illuminating the scene. The composition is framed by the towering rock walls on both sides, creating a sense of depth and confinement. At the bottom of the image, there is text in both English and Hebrew, identifying the location as a cave in the salt mountain near Sodom. | Scene: cave (indoor) | Objects: person, cave, rock | Vibe: dark, narrow, exploratory | People: 3 | Actions: person walking in cave | Text: cave in the salt mountain near sodom מערה בהר הסלע ליד סדום cave in the salt mountain near sodom איחני הטבע יצרו את ענקי ההור ואת The forces of nature created the giant salt and the",
"short_caption": "A black and white photograph shows several people walking through a narrow, rocky canyon.",
"ocr_text": "cave in the salt mountain near sodom איחני הטבע יצרו את ענקי ההור ואת מערה בהר הסלע ליד סדום",
"ocr_translation": "cave in the salt mountain near sodom The forces of nature created the giant salt and the"
},
{
"image_id": "09ff805d-5f2c-4c43-a73d-77a5ac1d44a7",
"image_num": 11,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112457_81d4634b_9919970800702791_28.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080522Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=646e1017fde0ed90951def7e5330a631485ad9bda32add702e1534cec943664b",
"width": 4764,
"height": 6836,
"caption": "Caption: A black and white photograph of a rocky mountain with text below identifying it as Masada. | Description: This is a black and white photograph of a large, rugged mountain with a flat-topped plateau, identified by text as the legendary Masada. The mountain is composed of light-colored, stratified rock, with steep, eroded cliffs and a sloping, debris-strewn base. The scene is illuminated by bright, direct light, creating strong contrasts between the sunlit rock faces and deep shadows within crevices and caves. The sky above is a uniform, light gray. The photograph is presented as a page from a publication, with two lines of text printed below the image: 'legendary masada, place of the last battle against rome' and 'the historic witness and symbol of man's love of freedom and of his defiance of tyranny --'. | Scene: mountain (outdoor) | Objects: mountain, rock, text | Vibe: historic, monumental, rugged | People: 0 | Text: legendary masada, place of the last battle against rome the historic witness and symbol of man's love of freedom and of his defiance of tyranny -",
"short_caption": "A black and white photograph of a rocky mountain with text below identifying it as Masada.",
"ocr_text": "legendary masada, place of the last battle against rome the historic witness and symbol of man's love of freedom and of his defiance of tyranny -",
"ocr_translation": "legendary masada, place of the last battle against rome the historic witness and symbol of man's love of freedom and of his defiance of tyranny -"
},
{
"image_id": "b3d3d7c5-b75e-4cbf-b793-0dfb685c02a7",
"image_num": 12,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112526_dd9b81dc_9919970800702791_29.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080647Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=1c41954cc66282dd3e76e258e6f521e4420496d435062eab4936df768a782d0e",
"width": 4700,
"height": 6827,
"caption": "Caption: A black and white photograph of a group of people walking through a rocky, arid landscape with a large cliff face in the background. | Description: This is a black and white photograph depicting a group of people walking across a rugged, rocky terrain. The scene is dominated by a large, steep cliff face on the left, characterized by its rough, eroded texture and a prominent dark cave-like opening. The ground is uneven and covered with loose stones and boulders. A line of approximately ten individuals, appearing as small figures in the landscape, walks from the right side of the frame towards the center, following a path that winds through the rocky ground. The sky above is a uniform, light gray, suggesting an overcast day or a high-contrast photographic style. The overall composition places the vastness of the natural landscape in contrast with the small human figures. There is Hebrew text printed at the bottom of the image, likely serving as a caption. | Scene: mountain (outdoor) | Objects: people, mountain, rocks, text | Vibe: desolate, historical, dusty | People: 5+ | Actions: people standing, people walking | Text: מצדה, מצודת הקרב האחורון נגר רומי Masada, the rear fortress of the Roman siege אבהה החרות סלע זה לסמ, וכשלון בשדה-הקרב לנצחון בלב האומה. The mountain of the revolt, a rock of the past, a symbol of the people's victory, and the eternal flame of the nation.",
"short_caption": "A black and white photograph of a group of people walking through a rocky, arid landscape with a large cliff face in the background.",
"ocr_text": "אבהה החרות סלע זה לסמ, וכשלון בשדה-הקרב לנצחון בלב האומה. מצדה, מצודת הקרב האחורון נגר רומי",
"ocr_translation": "Masada, the rear fortress of the Roman siege The mountain of the revolt, a rock of the past, a symbol of the people's victory, and the eternal flame of the nation."
},
{
"image_id": "ec0588ef-3d05-4652-9b80-d862d3a702ec",
"image_num": 13,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112545_62f500c1_9919970800702791_30.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080711Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=13415a4681013d5416f6398de50b55b99f9539cd02a7b1b84bbcb87601e9af8c",
"width": 4769,
"height": 6811,
"caption": "Caption: A black and white photograph of an Orthodox scribe writing with a quill pen. | Description: This is a black and white photograph of a man, identified by text as an Orthodox scribe, engaged in writing. He is shown in a close-up, angled view, leaning forward with his head bowed over a surface. The man has a full beard and is wearing a dark kippah, a white shirt with a high collar, and a dark vest. He holds a quill pen in his right hand, carefully writing on a piece of paper or parchment. His left hand holds the writing surface steady. The lighting is focused on his face and hands, creating strong contrast with the dark background. The image is presented as a printed page, with text in English and Hebrew below the photograph. The English text reads \"orthodox scribe at work\" and \"some guard this past by repeating its story -\". The Hebrew text reads \"סופר סת\"ם\" and \"ורבוקת בעבר\". | Scene: archive (indoor) | Objects: man, hat, pen, paper, vest, shirt, text | Vibe: focused, serious, historical | People: 1 | Actions: man writing, man holding pen, man wearing hat | Text: orthodox scribe at work סופר סת\"ם Sofrer S.T.M. ורבוקת בעבר and the guard in the past by repeating its story - some guard this past by repeating its story -",
"short_caption": "A black and white photograph of an Orthodox scribe writing with a quill pen.",
"ocr_text": "orthodox scribe at work some guard this past by repeating its story - ורבוקת בעבר סופר סת\"ם",
"ocr_translation": "and the guard in the past by repeating its story - orthodox scribe at work Sofrer S.T.M. some guard this past by repeating its story -"
},
{
"image_id": "dbdef346-3ded-4cdc-8752-3989055114c1",
"image_num": 14,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112607_1a66beb4_9919970800702791_31.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080706Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=59f7c5d1bc9a41cb7a7244a51bf08434510f445e3fb73a060bf2c984e4fa999e",
"width": 4671,
"height": 6820,
"caption": "Caption: A man in a white hat and shirt stands outdoors, holding a paintbrush and a palette, with a large sculpture behind him. | Description: This is a black and white photograph of a man standing outdoors, positioned slightly to the right of center. He wears a light-colored, wide-brimmed hat with a dark band, a light-colored short-sleeved collared shirt, and dark trousers. He is looking down at a rectangular object he holds in his left hand, which appears to be a palette or a small canvas, and holds a bundle of paintbrushes in his right hand. Behind him and to his right is a large, abstract, dark-colored sculpture with a smooth, curved surface. To his left is a textured, light-colored wall or structure. The lighting is bright, casting a distinct shadow of the man and the sculpture onto the wall behind him. The image is framed by a white border, and there is text printed below the photograph in both English and Hebrew. | Scene: historical_site (outdoor) | Objects: man, hat, paintbrushes, canvas, wall | Vibe: focused, calm, documentary | People: 1 | Actions: man holding paintbrushes, man holding canvas | Text: holzmann - painter in safed הצייר הולצמן בצפת The painter Holzmann in Safed בדרך ליצירה חדשה On the way to creating new beauty - others try to create new beauty.",
"short_caption": "A man in a white hat and shirt stands outdoors, holding a paintbrush and a palette, with a large sculpture behind him.",
"ocr_text": "- others try to create new beauty. holzmann - painter in safed בדרך ליצירה חדשה הצייר הולצמן בצפת",
"ocr_translation": "- others try to create new beauty. holzmann - painter in safed On the way to creating new beauty The painter Holzmann in Safed"
},
{
"image_id": "c0cd0ad7-58a2-4a23-87ba-e4403c3eee93",
"image_num": 15,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112628_ecd61bff_9919970800702791_32.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080654Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=f93c5bfa500f3f34e3bdbb8c464f223faf2006771e029530cd1c8c50632bc311",
"width": 4792,
"height": 6868,
"caption": "Caption: Ruins of a third century synagogue at Bar'am, Galilee. | Description: A black and white photograph shows the weathered stone ruins of an ancient structure, identified as a third-century synagogue at Bar'am, Galilee. The composition features large, irregularly shaped stone blocks forming walls and architectural elements. On the left, a section of wall includes a recessed niche topped with a triangular pediment decorated with carved foliage. Below this, a horizontal stone block with a carved, repeating pattern resembling a vine or scroll is visible. To the right, a large, curved stone archway, possibly part of a doorway or window, is framed by a decorative, fluted molding. The stonework is heavily eroded, with cracks and missing pieces, and the scene is overgrown with dry grass and weeds at the base. The lighting is diffuse, casting soft shadows, suggesting an overcast day or indirect sunlight. The overall impression is one of ancient decay and historical depth. | Scene: ruins (outdoor) | Objects: stone wall, arch, column, plant, stone block | Vibe: ancient, ruined, historical | Text: third century synagogue at bar'am, galilee בית כנסת מהמאה השלישית בברעם third century synagogue at bar'am - and into the ruins of a great past.",
"short_caption": "Ruins of a third century synagogue at Bar'am, Galilee.",
"ocr_text": "- and into the ruins of a great past. third century synagogue at bar'am, galilee בית כנסת מהמאה השלישית בברעם",
"ocr_translation": "- and into the ruins of a great past. third century synagogue at bar'am third century synagogue at bar'am, galilee"
},
{
"image_id": "2ba99a95-dd98-40c7-9404-0ce546ddd82e",
"image_num": 16,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112652_f0aa8a12_9919970800702791_33.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080544Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=018c3c8a42dedb19b4492b0d3cd092c53bd0c3479c2da3ebf59ab27b1ef51381",
"width": 4723,
"height": 6854,
"caption": "Caption: A black and white photograph of a Roman-Byzantine fortress on a rocky hillside in the Judean Desert. | Description: This is a black and white photograph depicting a rugged, rocky landscape under a bright sky. The scene is dominated by a large, weathered rock formation on the right, which features a prominent, dark, vertical cave-like opening. The rock face shows horizontal stratification and is pockmarked with smaller cavities and remnants of ancient stonework. In the mid-ground and background, the terrain consists of rolling, arid hills with scattered, low-lying stone structures, suggesting an archaeological site. Sparse, leafless shrubs are visible in the foreground and on the slopes. The lighting is strong and directional, casting deep shadows that emphasize the texture and depth of the rock formations. The overall composition is a wide shot, capturing the scale of the natural and man-made elements within the desert environment. Text at the bottom of the image identifies the location as the \"roman-byzantine fortress of qasr ez zuweira, judaean desert\" and includes Hebrew text. | Scene: desert (outdoor) | Objects: fortress, rock formation, bush | Vibe: ancient, desolate, ruined | People: 0 | Text: roman-byzantine fortress of qasr ez zuweira, judaean desert מְבָצְר רומי-ביזנטי, סְדֵר זְעִירָה בְּסְדֵר יְהוּדָה Roman-Byzantine fortress of Qasr ez-Zuweira, Judean Desert עֵדָה לְמַאֲבָק וּלְקָרְשֵׁי-עֵמֶם Evidence of a fortress and rock-cut chambers",
"short_caption": "A black and white photograph of a Roman-Byzantine fortress on a rocky hillside in the Judean Desert.",
"ocr_text": "roman-byzantine fortress of qasr ez zuweira, judaean desert מְבָצְר רומי-ביזנטי, סְדֵר זְעִירָה בְּסְדֵר יְהוּדָה עֵדָה לְמַאֲבָק וּלְקָרְשֵׁי-עֵמֶם",
"ocr_translation": "Evidence of a fortress and rock-cut chambers roman-byzantine fortress of qasr ez zuweira, judaean desert Roman-Byzantine fortress of Qasr ez-Zuweira, Judean Desert"
},
{
"image_id": "4e2f224a-ce69-4349-9aa3-3a2649168f74",
"image_num": 17,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112715_47647f82_9919970800702791_34.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080604Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=913eaddd980fd51423afee7c6525b23939f9ae19079967689f0bae4285fc2652",
"width": 4773,
"height": 6886,
"caption": "Caption: A collage of two black and white photographs of ancient stone carvings, with text labels in English and Hebrew. | Description: The image is a collage of two black and white photographs on a light-colored background. The top, larger photograph shows a weathered stone block carved with a depiction of a building facade, featuring columns and a pediment, identified by text as a \"third century synagogue at chorazin.\" The bottom, smaller photograph shows a close-up of a carved stone face with closed eyes and a serene expression, identified as a \"capernaum on the sea of galilee\" and described as \"carved into the memory of stone.\" The text is in both English and Hebrew, arranged around the images. The overall composition is static and informational, presenting archaeological artifacts. | Scene: archaeological_site (outdoor) | Objects: stone carving, synagogue, capernaum | Vibe: ancient, historical, solemn | Actions: person sitting | Text: third century synagogue at chorazin בית הכנסת העתיק בכורזין third century synagogue at chorazin חרותה באב carved into the memory of stone carved into the memory of stone בכפר נחום capernaum on the sea of galilee capernaum on the sea of galilee",
"short_caption": "A collage of two black and white photographs of ancient stone carvings, with text labels in English and Hebrew.",
"ocr_text": "capernaum on the sea of galilee carved into the memory of stone third century synagogue at chorazin בית הכנסת העתיק בכורזין בכפר נחום חרותה באב",
"ocr_translation": "capernaum on the sea of galilee carved into the memory of stone third century synagogue at chorazin"
},
{
"image_id": "d6e1bb7a-0b00-4654-a719-93de43f850d4",
"image_num": 18,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112738_fa4ebb61_9919970800702791_35.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080704Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=4252d91ebc02adbb6598a9235829fe1a1cf62d138fdfc6a6315edd97cb5ee704",
"width": 4690,
"height": 6857,
"caption": "Caption: A black and white photograph of a weathered stone sculpture. | Description: This is a black and white photograph of a weathered stone sculpture, likely a gargoyle or grotesque, viewed from a low angle. The sculpture is carved from a coarse, textured stone, showing significant erosion and pitting. It features a grotesque face with a wide, open mouth, a prominent nose, and deeply carved eyes. The head is adorned with a headdress or hood that flows down the back. The sculpture is mounted on a rounded base. The lighting is diffuse, creating soft shadows that emphasize the texture and three-dimensional form of the stone. The background is a plain, light gray, suggesting an indoor setting or a studio environment. The photograph has a grainy quality typical of older prints. | Scene: monument (outdoor) | Objects: stone sculpture | Vibe: ancient, weathered, monumental | Actions: sculpture is carved",
"short_caption": "A black and white photograph of a weathered stone sculpture.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "9c0af981-d557-4b45-a98d-c03bde182778",
"image_num": 19,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112759_dea5208d_9919970800702791_36.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080638Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=0d87efa925d9d8221ced9f0789baf5c173da632a0c830c6e723c72b93fd687a3",
"width": 4769,
"height": 6862,
"caption": "Caption: Aerial view of a historic stone city with people on rooftops and ancient walls. | Description: This is a high-angle, black and white photograph of a densely built historic city, identified by text as Mount Zion. The scene is composed of numerous stone buildings with flat and domed roofs, many showing signs of damage such as collapsed sections and exposed wooden beams. A prominent cylindrical stone tower stands in the upper right. In the upper left, a large, flat rooftop is populated by a group of people, some standing and some walking. The architecture features arched windows and doorways, and the overall impression is one of an ancient, weathered urban environment. The lighting is bright and even, suggesting a sunny day, casting distinct shadows. The image is framed by a white border containing text in English and Hebrew at the bottom. | Scene: historical_site (outdoor) | Objects: building, wall, tower, roof, window, text | Vibe: historical, somber, ancient | People: 5+ | Actions: people standing, people walking, person sitting | Text: mount zion הַצִּיּוֹן Zion חומות עכו העתיקה ancient walls of acre the antique is an image of man - ובזכרון לדורי דורות and in memory of generations of generations",
"short_caption": "Aerial view of a historic stone city with people on rooftops and ancient walls.",
"ocr_text": "mount zion the antique is an image of man - הַצִּיּוֹן ובזכרון לדורי דורות חומות עכו העתיקה",
"ocr_translation": "ancient walls of acre and in memory of generations of generations mount zion the antique is an image of man - Zion"
},
{
"image_id": "0bdc08ca-3cf8-4002-b9d1-4f7d5ec2a1a9",
"image_num": 20,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112823_f385cf63_9919970800702791_37.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080525Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ac7fe5187cc99640b0f7715fc7662b3ee89565f7d21ad44bfc8111e03afbe2f2",
"width": 4676,
"height": 6857,
"caption": "Caption: Two pigeons perched on a stone wall. | Description: A black and white photograph shows two pigeons perched on a rough, textured stone wall. The wall is constructed from large, irregularly shaped stones, creating a jagged, uneven surface that rises diagonally from the lower left to the upper right of the frame. The pigeons are positioned on the right side of the wall, with one slightly behind the other. The bird in the foreground has a light-colored body with darker markings on its wings and tail, while the second bird is mostly obscured. The background is a plain, light gray sky, suggesting an overcast day. The lighting is diffuse, casting soft shadows and highlighting the texture of the stone and the feathers of the birds. The composition is a low-angle shot, emphasizing the height of the wall and the birds' position on it. | Scene: ruins (outdoor) | Objects: pigeon, rock | Vibe: calm, still, textured | People: 0 | Actions: pigeon sitting on rock",
"short_caption": "Two pigeons perched on a stone wall.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "2fc906b0-9dea-421c-b88b-66da329b37e6",
"image_num": 21,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112852_dc07c57d_9919970800702791_38.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080547Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9575b670aeb8094b17a29ebf4d94426827fc9f6f0deee66dd2f7dfb4931a8dea",
"width": 4754,
"height": 6869,
"caption": "Caption: A black and white photograph of ancient stone ruins in a mountainous landscape. | Description: This is a black and white photograph depicting ancient stone ruins in a rugged, mountainous landscape. The composition is split, with the left side being a blank white margin and the right side showing the scene. In the foreground, there are large, weathered stone blocks and rubble scattered across the ground. A prominent, partially intact stone wall or structure stands in the mid-ground, constructed from large, roughly hewn blocks. Behind this, a steep, dark mountain rises, its peak silhouetted against a lighter, hazy sky. In the distant background, a body of water is visible, with more mountains on the far shore. The lighting appears to be from the left, casting shadows on the right side of the ruins and the mountain. The image has a grainy texture typical of older photographs. At the bottom left of the photograph, the word \"elath\" is printed in lowercase letters. | Scene: ruins (outdoor) | Objects: ruins, mountain, text | Vibe: desolate, ancient, silent | People: 0 | Text: elath",
"short_caption": "A black and white photograph of ancient stone ruins in a mountainous landscape.",
"ocr_text": "elath",
"ocr_translation": "elath"
},
{
"image_id": "619bcf30-27aa-46d8-b81d-289069b20018",
"image_num": 22,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112910_2bfb5ab0_9919970800702791_39.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080614Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=45a75b7efcb1c7c1a223869f7ccebd17d464e1301b59d4edb1d6287c5a6d9d0d",
"width": 4775,
"height": 6858,
"caption": "Caption: A black and white photograph of a rocky landscape with a winding path, mountains, and a body of water in the distance. | Description: This is a black and white photograph depicting a rugged, arid landscape. In the foreground, a light-colored, unpaved path winds from the lower right towards the center, traversing a field of scattered rocks and uneven terrain. The middle ground is dominated by a range of dark, jagged mountains with a prominent peak in the center. Beyond the mountains, a large, flat body of water stretches across the horizon under a uniformly gray, overcast sky. The lighting is diffuse, creating soft contrasts and a muted tonal range. The image has a grainy texture typical of older photographs. In the bottom right corner, the Hebrew word \"אילת\" (Ailat) is printed in small, dark letters. | Scene: mountain (outdoor) | Objects: mountain, path, rock, water, text | Vibe: desolate, remote, barren | Text: אילת Eilat",
"short_caption": "A black and white photograph of a rocky landscape with a winding path, mountains, and a body of water in the distance.",
"ocr_text": "אילת",
"ocr_translation": "Eilat"
},
{
"image_id": "4da36ad3-3a66-4109-9862-32d83c39a579",
"image_num": 23,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112931_92b5773c_9919970800702791_40.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080603Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=7b9b007230a57d514747908ec35568bc60d1d88dec75affb5c07ad592c7e3ada",
"width": 4736,
"height": 6870,
"caption": "Caption: A black and white photograph of a barren, rocky landscape with sparse vegetation and a hill in the background. | Description: This is a black and white photograph of a desolate, arid landscape, identified by text as 'the wilderness of the arabah'. The scene is dominated by a rocky, uneven terrain covered in light-colored sand and scattered stones. Sparse, low-lying shrubs are distributed across the foreground and midground. In the background, a large, rounded hill rises, its surface showing lighter patches, possibly from erosion or exposed rock. The lighting is diffuse, suggesting an overcast day or indirect sunlight, which creates soft shadows and emphasizes the textures of the ground and vegetation. The composition is a wide shot, capturing the vastness of the landscape. Below the photograph, there is text in both English and Hebrew. The English text reads 'the wilderness of the arabah' and 'waste, desolate and depressing'. The Hebrew text reads 'הוֹפְכִים אֶת הַשְּׁמָמָה' and 'ערבות הנגב'. | Scene: desert (outdoor) | Objects: bush, hill, text | Vibe: waste, desolate, depressing | People: 0 | Text: the wilderness of the arabah הופכים את השממה waste, desolate and depressing — waste, desolate and depressing — ערבות הנגב Negev wilderness",
"short_caption": "A black and white photograph of a barren, rocky landscape with sparse vegetation and a hill in the background.",
"ocr_text": "— waste, desolate and depressing — the wilderness of the arabah הופכים את השממה ערבות הנגב",
"ocr_translation": "— waste, desolate and depressing — Negev wilderness the wilderness of the arabah waste, desolate and depressing"
},
{
"image_id": "51945778-a22c-416d-9c42-913640e4f79c",
"image_num": 24,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_112953_f835459e_9919970800702791_41.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080606Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=f3e7bae1c5bfb723473e533e20e0be5898355ec6890f2b9d6a164da803eee301",
"width": 4710,
"height": 6850,
"caption": "Caption: Water pipes in the Negev desert with a small building in the background. | Description: A black and white photograph depicts a desolate, flat landscape under a bright, overcast sky. In the foreground, large, cylindrical water pipes lie on the sandy ground, some covered with protective material. The pipes are arranged diagonally, leading the eye toward a small, simple building in the mid-ground. The building is a single-story structure with a corrugated metal roof, a dark door, and a window. A person is visible near the building, bent over. The ground is barren with sparse, dry vegetation. The image has text at the bottom: 'water pipes in the negeb' on the left and 'צֹרֶם מִים בַּנֶּגֶב' (Water pipes in the Negev) on the right, with a quote below in Hebrew and English: 'דְּמֵי הַיִּצְרָה וְהַמַּאֲמֵץ הָאוֹנֵשׁ - as witness to man's creativity.' The lighting is flat and even, characteristic of an overcast day, casting soft shadows. | Scene: desert (outdoor) | Objects: water pipe, building, person | Vibe: desolate, industrial, isolated | People: 1 | Actions: person standing | Text: water pipes in the negeb צְנוֹר מִים בְּנֶגֶב water pipes in the negeb דְּמוּת הַצִּירָה וְהַמַּאֲמָץ הָאוֹנֵשׁ as witness to man's creativity. - as witness to man's creativity. as witness to man's creativity.",
"short_caption": "Water pipes in the Negev desert with a small building in the background.",
"ocr_text": "- as witness to man's creativity. water pipes in the negeb דְּמוּת הַצִּירָה וְהַמַּאֲמָץ הָאוֹנֵשׁ צְנוֹר מִים בְּנֶגֶב",
"ocr_translation": "as witness to man's creativity. water pipes in the negeb"
},
{
"image_id": "0dbccd54-e0fc-45be-bb80-0c8d749d1ae6",
"image_num": 25,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113013_b3b28b23_9919970800702791_42.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080526Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=3f20cee78dbde245a85bc2483f5b3602e65aea6d5c6ef4150a10fbba343c3827",
"width": 4737,
"height": 6862,
"caption": "Caption: Aerial view of a settlement in a desert landscape. | Description: This is a black and white aerial photograph showing a large settlement of small, uniformly shaped buildings arranged in organized rows across a flat, arid landscape. The buildings are light-colored and appear to be temporary or prefabricated structures, set against a vast, barren terrain with subtle undulations. The sky above is overcast with a textured layer of clouds. In the lower portion of the image, there is text in both English and Hebrew. The English text reads \"the new beer-sheba\" and \"--in towns that rise in the midst of nothing,\" while the Hebrew text reads \"בָּאָרְשֶׁבֶע הַחֲדָרָה\" and \"--לְאַרְץ הַחַיִּים--\". The overall composition is a wide, high-angle shot, emphasizing the scale of the settlement in the desolate environment. | Scene: desert (outdoor) | Objects: buildings, text | Vibe: desolate, sparse, aerial | Text: the new beer-sheba בָּאָרְשֶׁבַע הַחֲדָשָׁה the new beer-sheba --לָרְצָה הַחִיִּים-- --in towns that rise in the midst of nothing, --in towns that rise in the midst of nothing,",
"short_caption": "Aerial view of a settlement in a desert landscape.",
"ocr_text": "--in towns that rise in the midst of nothing, --לָרְצָה הַחִיִּים-- the new beer-sheba בָּאָרְשֶׁבַע הַחֲדָשָׁה",
"ocr_translation": "--in towns that rise in the midst of nothing, the new beer-sheba"
},
{
"image_id": "a9b52c1f-6bd7-419c-8f57-1eec105e8ee3",
"image_num": 26,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113044_4fe1d9e0_9919970800702791_43.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080643Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ffbdae5803f07c0b942656cb96114a5537361a97aa2dd901beb5fa7d13c513ca",
"width": 4708,
"height": 6856,
"caption": "Caption: A black and white photograph of a rocky, layered landscape in the Negev. | Description: This is a black and white photograph depicting a rugged, arid landscape, identified by text as being in the Negev. The scene is dominated by a large, sloping hillside composed of distinct, horizontal layers of rock and sediment, creating a striped pattern across the terrain. The lighting, likely from a high sun, casts strong shadows that accentuate the texture and stratification of the rock formations. In the foreground, the ground is covered with loose gravel and scattered rocks. The sky above is a uniform, light gray, suggesting an overcast day or a hazy atmosphere. The photograph is presented as a printed page, with text in both English and Hebrew at the bottom, including the phrases \"in the negeb\" and \"changing the face of the earth\". | Scene: mountain (outdoor) | Objects: mountain, text | Vibe: desolate, barren, monochrome | People: 0 | Text: in the negeb בנגב הדרומי in the negeb אוֹת סלע הִשְׁיִמּוֹן - changing the face of the earth - changing the face of the earth -",
"short_caption": "A black and white photograph of a rocky, layered landscape in the Negev.",
"ocr_text": "changing the face of the earth - in the negeb אוֹת סלע הִשְׁיִמּוֹן - בנגב הדרומי",
"ocr_translation": "changing the face of the earth - in the negeb"
},
{
"image_id": "fb0d211c-56e7-4b49-9098-fcab735c6fd9",
"image_num": 27,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113105_ac24ea16_9919970800702791_44.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080718Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9be1753e5e3791e619180d4eaabd839e434a9249b7beb1b7a067894d538d7750",
"width": 4737,
"height": 6868,
"caption": "Caption: A bearded man in a vest and shirt carries a long wooden pole over his shoulder, standing in a field of flowering plants. | Description: This is a black and white photograph of a man with a full beard and receding hairline, looking toward the camera. He is wearing a light-colored, button-up shirt under a sleeveless, vertically striped vest. A dark belt with a buckle is visible at his waist. The man is carrying a long, light-colored wooden pole across his right shoulder, with his right hand gripping it. The background is out of focus, showing a field of small, light-colored flowers and indistinct structures. The lighting appears to be natural daylight, creating soft shadows. The image has a vintage quality, with visible grain and a caption at the bottom in English and Hebrew. | Scene: unknown (outdoor) | Objects: man, pole, beard, vest, shirt, belt, headband, text | Vibe: serious, determined, resilient | People: 1 | Actions: man holding pole | Text: orthodox pioneer in massmiya, northern negeb מחישב בּסְסְמִיָה, בּנְגּ בּהַצְפּוֹן Orthodox pioneer in Massmiya, Northern Negev faith and endurance create a peculiar style -",
"short_caption": "A bearded man in a vest and shirt carries a long wooden pole over his shoulder, standing in a field of flowering plants.",
"ocr_text": "faith and endurance create a peculiar style - orthodox pioneer in massmiya, northern negeb מחישב בּסְסְמִיָה, בּנְגּ בּהַצְפּוֹן",
"ocr_translation": "faith and endurance create a peculiar style - orthodox pioneer in massmiya, northern negeb Orthodox pioneer in Massmiya, Northern Negev"
},
{
"image_id": "dd6d6c4d-8f21-4bc2-944f-3f3cb0e8c786",
"image_num": 28,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113129_8141471a_9919970800702791_45.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080706Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=aa3ea4aac8d402715c7064de4a5e1cdf6ad1895702d13e9fa5deef14e61902e3",
"width": 4697,
"height": 6858,
"caption": "Caption: Two men in cowboy hats eat a meal at a table. | Description: This is a black and white photograph showing two men seated at a table, eating a meal. The man on the left wears a light-colored cowboy hat and a light shirt with a dark vest; he is looking down at his food, holding a spoon over a bowl. The man on the right wears a darker cowboy hat and a light shirt with a neckerchief; he is looking towards the left with a neutral expression. On the table in front of them are a speckled metal mug, a large bowl, a plate, and a fork. The background is dark and indistinct. Below the photograph, there is text in English and Hebrew, identifying the location as 'beer-menoucha work camp, arabah' and providing a Hebrew description of the scene. | Scene: work camp (indoor) | Objects: man, cowboy hat, plate, cup, bowl, spoon, table, text | Vibe: documentary, historical, serious | People: 2 | Actions: man eating, man looking | Text: beer-menoucha work camp, arabah אַרוּחַ בּוֹקֶר בְּסַחְנוֹהּ עֲבוֹדָה בְּבָאָר מְנוּחָה, בְּעֲרָבָה Breakfast at the work camp, Beer Menucha, Arabah בְּסַחְנוֹן הַחֲדָשָׁה New Camp",
"short_caption": "Two men in cowboy hats eat a meal at a table.",
"ocr_text": "beer-menoucha work camp, arabah אַרוּחַ בּוֹקֶר בְּסַחְנוֹהּ עֲבוֹדָה בְּבָאָר מְנוּחָה, בְּעֲרָבָה בְּסַחְנוֹן הַחֲדָשָׁה",
"ocr_translation": "beer-menoucha work camp, arabah Breakfast at the work camp, Beer Menucha, Arabah New Camp"
},
{
"image_id": "78c32566-9b43-481a-b99d-bb7a302b6a8f",
"image_num": 29,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113157_60b27683_9919970800702791_46.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080624Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=4f743638b76bb0015b1ca3346d278e5fd749fd4cae024af0b8c5fcb4876c79fb",
"width": 4710,
"height": 6871,
"caption": "Caption: A man climbing a palm tree in an oasis. | Description: This is a black and white photograph depicting a man climbing a tall palm tree in an oasis. The man, seen in profile, is positioned in the center-right of the frame, ascending the tree's thick, textured trunk using a rope or ladder. He is wearing a dark, long-sleeved shirt and lighter-colored trousers. The scene is framed by the dark, leafy fronds of palm trees, with a background of a flat, arid landscape under a bright, overcast sky. The ground is covered with dry palm fronds and vegetation. The image is presented on a white page with text at the bottom: 'oasis eyn-radian, arabah' in English and 'עֵין רְדִיָּן בְּעֶרֶבָה' in Hebrew, along with the phrase 'it takes enthusiasm --' in English and '...אֶעֱלֶה בְּחֶמְרָה' in Hebrew. | Scene: oasis (outdoor) | Objects: person, tree, palm fronds, text | Vibe: dusty, rural, laborious | People: 1 | Actions: person climbing tree | Text: oasis eyn-radian, arabah עֵין רְדִיָּן בְּעֶרֶבָה Eyn Radian in the Arabah …אֶלֶה בְּחַמְרָה -- ...it takes enthusiasm -- it takes enthusiasm --",
"short_caption": "A man climbing a palm tree in an oasis.",
"ocr_text": "…אֶלֶה בְּחַמְרָה -- it takes enthusiasm -- oasis eyn-radian, arabah עֵין רְדִיָּן בְּעֶרֶבָה",
"ocr_translation": "...it takes enthusiasm -- Eyn Radian in the Arabah it takes enthusiasm -- oasis eyn-radian, arabah"
},
{
"image_id": "773e28d0-95c6-4efb-acf8-e1c97fe4fb63",
"image_num": 30,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113223_d302c366_9919970800702791_47.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080624Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=44420715a773274bdaa51baec0b255d8c25a1cc96412ab4977fd5a28fcd3ced9",
"width": 4568,
"height": 6861,
"caption": "Caption: A black and white photograph of a smiling girl pioneer in the Negev, wearing a straw hat and a light-colored shirt. | Description: This is a black and white photograph of a young girl, presented as a 'girl pioneer in the Negev'. She is shown in a medium close-up, looking slightly to her right with a broad smile, revealing her teeth. She wears a wide-brimmed, woven straw hat that casts a shadow over her forehead. Her dark, wavy hair is visible beneath the hat. She is dressed in a light-colored, collared shirt with a dark, possibly striped, tie or scarf. The background is a bright, out-of-focus landscape, suggesting an open, arid environment under strong daylight. The image is framed by a white border, with text at the bottom: 'girl pioneer in the negeb' in English on the left, 'בונן' (Bunin) in Hebrew on the right, and 'אַמְרַחִי -- and resolution to make the desert bloom.' in Hebrew and English at the bottom center. | Scene: desert (outdoor) | Objects: hat, shirt | Vibe: hopeful, determined, resilient | People: 1 | Actions: girl pioneer smiling | Text: girl pioneer in the negeb בננ Benn אַמְרָחִי Amrachi - and resolution to make the desert bloom.",
"short_caption": "A black and white photograph of a smiling girl pioneer in the Negev, wearing a straw hat and a light-colored shirt.",
"ocr_text": "- and resolution to make the desert bloom. girl pioneer in the negeb אַמְרָחִי בננ",
"ocr_translation": "- and resolution to make the desert bloom. Amrachi Benn girl pioneer in the negeb"
},
{
"image_id": "9a54b427-4c8f-4d61-8d86-c38861b1cb2d",
"image_num": 31,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113245_4c52a4b5_9919970800702791_48.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080638Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=0894bf570ef546d60e8a8ee646a7646b9d6017a9c375b2bb8b7ca0a8808ce92a",
"width": 4702,
"height": 6857,
"caption": "Caption: A black and white photograph of two soldiers in desert patrol gear. | Description: This is a black and white photograph depicting two soldiers in a desert environment. The soldier in the foreground, positioned on the left, is shown in a medium close-up, looking slightly to the right of the camera. He wears a helmet with a camouflage net and a light-colored, collared shirt or uniform jacket. A strap, likely from a backpack or equipment, crosses his chest. To his right and slightly behind, a second soldier is partially visible, also wearing a helmet with a net and a similar uniform. The background is a plain, light, and indistinct sky. The image has a grainy texture typical of film photography. Below the photograph, there is text: 'desert patrol' in English, followed by Hebrew text 'דרוכ' and the English phrase '- and his determination to fight for it to the last.' The lighting appears to be bright, direct daylight, casting distinct shadows on the soldiers' faces. | Scene: desert (outdoor) | Objects: helmet, uniform, text | Vibe: serious, determined, solemn | People: 2 | Actions: person wearing helmet, person wearing uniform | Text: desert patrol דרוכ'ם Drukeim - and his determination to fight for it to the last.",
"short_caption": "A black and white photograph of two soldiers in desert patrol gear.",
"ocr_text": "- and his determination to fight for it to the last. desert patrol דרוכ'ם",
"ocr_translation": "- and his determination to fight for it to the last. desert patrol Drukeim"
},
{
"image_id": "2d3ae213-ebed-461c-be8c-4dceaab4c457",
"image_num": 32,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113311_3ede5ded_9919970800702791_49.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080545Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=d002f8e9c90bbbd9e896ac07804a2a615d879096a325728c23100a186d332606",
"width": 4575,
"height": 6874,
"caption": "Caption: A black and white photograph of a person in a military helmet and uniform. | Description: This is a black and white photograph showing a person in profile, looking towards the left. The individual is wearing a military-style helmet with a net cover and a chin strap. They are also wearing a light-colored uniform jacket with a visible collar. The person's face is partially visible, showing their eye, nose, and mouth. The background is a plain, light-colored wall. The image is composed with the subject on the left side of the frame, leaving the right side largely empty. At the bottom right of the photograph, there is text in Hebrew script. | Scene: UNKNOWN (outdoor) | Objects: helmet, uniform, text | Vibe: serious, historical, documentary | People: 1 | Actions: person wearing helmet | Text: משמר בוגב Bogb Guard",
"short_caption": "A black and white photograph of a person in a military helmet and uniform.",
"ocr_text": "משמר בוגב",
"ocr_translation": "Bogb Guard"
},
{
"image_id": "e294dfcd-4beb-499a-975f-c56041e01acf",
"image_num": 33,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113331_c550d38e_9919970800702791_50.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080708Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=a0983157df771300699a2d97e640123d96cebeed173307c037c103aae86e7f44",
"width": 4676,
"height": 6874,
"caption": "Caption: A soldier in uniform crouches to embrace a young child during a parade. | Description: This is a black and white photograph, likely a historical document, showing a soldier in a military uniform crouching down to embrace a small child. The soldier wears a light-colored uniform with a wide-brimmed hat, a belt with pouches, and boots. The child, with short hair, is hugging the soldier around the neck. The scene appears to be outdoors during the day, with other figures in similar uniforms visible in the background, suggesting a public event like a parade. The photograph is mounted on a larger white page, with text printed below it in both English and Hebrew. The English text reads \"during parade, ramleh\" and \"-- his ultimate humanity --\", while the Hebrew text reads \"בשעת מצער ברמלה\" and \"-- אנושי --\". | Scene: street (outdoor) | Objects: man, child, hat, uniform, belt, boot, text | Vibe: emotional, intimate, historical | People: 2-4 | Actions: man holding child, child hugging man | Text: during parade, ramleh בשעת מצער ברמלה during parade, ramleh -- אונשיי -- -- his ultimate humanity -- -- his ultimate humanity --",
"short_caption": "A soldier in uniform crouches to embrace a young child during a parade.",
"ocr_text": "-- his ultimate humanity -- -- אונשיי -- during parade, ramleh בשעת מצער ברמלה",
"ocr_translation": "-- his ultimate humanity -- during parade, ramleh"
},
{
"image_id": "f2da3cfe-eeed-44c7-9ad3-60041865a537",
"image_num": 34,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113352_8c7e787c_9919970800702791_51.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080714Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=d71d7da330f5051268ef8fd3e99803d544b73b1e81dba04ec69736f36b204e93",
"width": 4600,
"height": 6877,
"caption": "Caption: A black and white photograph of a group of people, including adults and children, gathered outdoors in front of a tent with Hebrew text. | Description: This is a black and white photograph depicting a large group of people, both adults and children, gathered outdoors in what appears to be a sunny, daytime setting. The composition is layered, with several individuals standing in the middle ground and a row of children sitting on the ground in the foreground. The people are dressed in casual clothing typical of a past era, including short-sleeved shirts, dresses, and hats. A man in the center wears a light-colored shirt and a dark tie, while a woman to his right wears a scarf. A young boy in the right foreground wears a light-colored shirt and a dark belt. In the background, a large tent is visible, with a banner displaying Hebrew text. The overall scene suggests a public gathering or event, with the crowd looking towards the camera or slightly off-center. | Scene: street (outdoor) | Objects: people, tent, bag, rope, sign, hat, sunglasses, shoes, socks, dress, shirt | Vibe: crowded, historical, public | People: 5+ | Actions: people standing, people sitting, woman holding bag, man holding rope | Text: המפלגה The party המפלגה The party המפלגה The party המפלגה The party המפלגה The party המפלגה The party המפלגה The party המפלגה The party המפלגה The party המפלגה The party המפלגה The party",
"short_caption": "A black and white photograph of a group of people, including adults and children, gathered outdoors in front of a tent with Hebrew text.",
"ocr_text": "המפלגה",
"ocr_translation": "The party"
},
{
"image_id": "7f2d7fac-50da-4246-9af3-8c13e792b09a",
"image_num": 35,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113534_c99de5ca_9919970800702791_52.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080627Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=33177ba428457929726a4a178a550a391c30962fa85ae35be86c3c128ad10b29",
"width": 4715,
"height": 6874,
"caption": "Caption: A black and white portrait of a man in military uniform wearing aviator goggles and a cap. | Description: This is a black and white, medium close-up portrait of a man in a military uniform. He is wearing a dark, soft military cap with a small emblem on the front, and large, dark-tinted aviator goggles pushed up onto his forehead. The man has a broad smile, showing his teeth, and his head is tilted slightly. He is wearing a collared military shirt with a visible shoulder strap that has a dark, four-leaf clover-like insignia. The lighting is direct, creating strong contrasts and shadows on his face and uniform. The background is a plain, light, neutral tone. Below the photograph, there is text in both English and Hebrew. The English text reads \"army commander\" and \"-- it is the individual that counts,\" while the Hebrew text reads \"מֶפְקָד\" and \"-- בָּבָק וּבְזִיעָה --\". | Scene: archive (indoor) | Objects: hat, glasses, uniform, text | Vibe: serious, formal, historical | People: 1 | Actions: person wearing hat, person wearing glasses, person wearing uniform | Text: army commander מֶפֶר Mefar – בַּבְּק וּבְזִיעָה – – in toil and sweat – – it is the individual that counts,",
"short_caption": "A black and white portrait of a man in military uniform wearing aviator goggles and a cap.",
"ocr_text": "– it is the individual that counts, – בַּבְּק וּבְזִיעָה – army commander מֶפֶר",
"ocr_translation": "– in toil and sweat – – it is the individual that counts, army commander Mefar"
},
{
"image_id": "f46152e3-9e46-4387-bfa3-a4c1ac536b91",
"image_num": 36,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113600_a0cb34d7_9919970800702791_53.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080715Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=4973bd18881210f5239a087a548c15a13007a8c13d30e27d2851ee9d23dfd358",
"width": 4647,
"height": 6874,
"caption": "Caption: A black and white photograph of an armoured car driving through a dusty landscape, kicking up a cloud of sand. | Description: This is a black and white photograph depicting a military scene. The central subject is an armoured car, viewed from a side-rear angle, moving across a flat, arid landscape. The vehicle is kicking up a large, swirling cloud of dust or sand from its rear wheels, which trails behind it. A tall antenna extends vertically from the top of the vehicle. Several figures, appearing to be soldiers, are visible on the vehicle; one is standing in the open rear compartment, and others are seated or crouched. The background is a flat, indistinct horizon under a hazy sky. The image has a grainy texture typical of older photographs. Text in both English and Hebrew is present at the bottom of the image, identifying the scene as 'armoured cars in the negeb' and 'שדרון בנגב' (Shderon in the Negev). | Scene: desert (outdoor) | Objects: armoured car, person, dust, antenna | Vibe: dynamic, military, historical | People: 2-4 | Actions: person sitting on armoured car, armoured car driving, armoured car kicking up dust | Text: armoured cars in the negeb שדיון בנגב Shadion in the Negev — עלומי פנים — — his ability to fit in, — - his ability to fit in,",
"short_caption": "A black and white photograph of an armoured car driving through a dusty landscape, kicking up a cloud of sand.",
"ocr_text": "- his ability to fit in, — עלומי פנים — armoured cars in the negeb שדיון בנגב",
"ocr_translation": "- his ability to fit in, — his ability to fit in, — armoured cars in the negeb Shadion in the Negev"
},
{
"image_id": "5df4ab7f-5f62-4ee7-a805-3751e3d2661e",
"image_num": 37,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113622_5a02ee18_9919970800702791_54.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080612Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=2768b7d2eafd92c13bf56dbf7e8cc585b9f3c53e67a3a5c15a2add9efd9461f6",
"width": 4728,
"height": 6857,
"caption": "Caption: A black and white photograph of soldiers in motion, with text below. | Description: This is a black and white photograph depicting a group of soldiers in motion, captured with motion blur. The soldiers, wearing helmets and carrying rifles and backpacks, are running from left to right across the frame. The scene is set outdoors, with a hazy, indistinct background suggesting a dusty or smoky environment. In the foreground, a low wall or barrier is visible. The image has a grainy texture, typical of older film photography. Below the photograph, there is a white area containing text. At the top left, the words 'army display' are printed. Below this, a line of Hebrew text reads '-- בודדים על אפ הרועה בלחימה --', and beneath that, the English translation 'alone with his fate --' is printed. | Scene: unknown (outdoor) | Objects: soldier, rifle, helmet, text | Vibe: serious, tense, historical | People: 5+ | Actions: soldier running, soldier holding rifle | Text: army display בּוֹרְדִים עַל אֶפְה הָרְעָה בְּלִחִימָה - alone with his fate - alone with his fate -",
"short_caption": "A black and white photograph of soldiers in motion, with text below.",
"ocr_text": "alone with his fate - army display בּוֹרְדִים עַל אֶפְה הָרְעָה בְּלִחִימָה -",
"ocr_translation": "alone with his fate - army display"
},
{
"image_id": "ecd59022-ad07-4c17-8a3b-a554ed4bd9c6",
"image_num": 38,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113644_87b10667_9919970800702791_55.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080712Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e8dbc64ae4d9f22128e06f7f9acd6c3a02935112082aeecfa66c28b1ca79acd4",
"width": 4621,
"height": 6861,
"caption": "Caption: A split-page layout with a large, motion-blurred photo of a soldier on a tank and a smaller, clear photo of a man sitting. | Description: The image is a two-panel layout on a light background, likely a page from a publication. The left panel is a large, vertically oriented black and white photograph showing a soldier in profile, riding on top of a tank. The soldier is wearing a helmet and a uniform, and is holding a rifle. The image is heavily blurred, indicating motion. The tank's barrel is visible in the foreground. The right panel contains a smaller, vertically oriented black and white photograph of a man with a bald head and a light-colored collared shirt, sitting cross-legged and looking to his left. The background is dark and indistinct. Below each photograph, there is text in Hebrew and English. The text under the left photo reads 'במפגן' (Bamfag) and the text under the right photo reads 'prime minister at manoeuvres' and 'בתמרון' (Batemaron). | Scene: UNKNOWN (outdoor) | Objects: person, text | Vibe: historical, serious, documentary | People: 2 | Actions: person standing, person sitting | Text: במפגן Bamfag prime minister at manoeuvres בתמרון Batemaron",
"short_caption": "A split-page layout with a large, motion-blurred photo of a soldier on a tank and a smaller, clear photo of a man sitting.",
"ocr_text": "prime minister at manoeuvres במפגן בתמרון",
"ocr_translation": "Bamfag Batemaron prime minister at manoeuvres"
},
{
"image_id": "e27a23f1-b3c6-4967-b769-c753028f9655",
"image_num": 39,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113704_1586af13_9919970800702791_56.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080708Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6fdfe7beac61d264cd9cecb9013ac94bd3f2f0ed23336eabc965d8e365b7504c",
"width": 4756,
"height": 6865,
"caption": "Caption: A black and white photograph of a man in a cap kissing a woman who is holding a baby. | Description: This is a black and white photograph depicting an intimate farewell scene. A man, seen from the side and back, wears a dark cap and a light-colored, long-sleeved shirt with a dark belt. He is leaning forward to kiss a woman on the cheek. The woman, with dark hair, is wearing a light-colored dress and a necklace, and she is holding a small baby. The baby, with a bald head, wears a patterned sleeveless top and looks toward the man. The man's left hand rests on the woman's arm. The background is simple, showing a plain wall and a door frame. The lighting is direct, creating strong contrasts and shadows. The photograph is mounted on a white page with text in English and Hebrew below the image, including the word 'farewell'. | Scene: home (indoor) | Objects: man, woman, baby, hat, dress, necklace, shirt, pants, belt, door, text | Vibe: sentimental, intimate, melancholic | People: 3 | Actions: man kissing woman, woman holding baby | Text: farewell פרידה farewell חֲסָרוֹנִים בְּנֶגֶב maneuvers in the negev maneuvers in the negev בּוֹרְדִים ... וּבְכָל אִשָּׁה ultimately every man must fight for his own way of life, ultimately every man must fight for his own way of life,",
"short_caption": "A black and white photograph of a man in a cap kissing a woman who is holding a baby.",
"ocr_text": "farewell maneuvers in the negev ultimately every man must fight for his own way of life, בּוֹרְדִים ... וּבְכָל אִשָּׁה חֲסָרוֹנִים בְּנֶגֶב פרידה",
"ocr_translation": "farewell maneuvers in the negev ultimately every man must fight for his own way of life,"
},
{
"image_id": "b572a1c3-8377-4089-a888-20cc5850b746",
"image_num": 40,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113733_0b8e5d30_9919970800702791_57.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080649Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c86bb475b1c962cee08066acddb685991dc85c1ccb2ca6ca6ec30b6a4976d539",
"width": 4646,
"height": 6849,
"caption": "Caption: A soldier in desert gear walks across sandy terrain carrying a machine gun. | Description: A black and white photograph shows a soldier from a rear-side view walking across a sandy, arid landscape. The soldier wears a helmet, a long-sleeved shirt, and trousers, and carries a large backpack. A machine gun with a bipod is slung over the soldier's right shoulder, with the barrel extending forward. The terrain is flat and sparsely vegetated with small, scattered bushes. The lighting is bright and even, suggesting midday, casting a distinct shadow of the soldier on the sand. The composition places the soldier slightly left of center, moving from left to right, with the horizon line high in the frame. | Scene: desert (outdoor) | Objects: person, gun, backpack, hat, plants | Vibe: serious, tense, military | People: 1 | Actions: person carrying gun",
"short_caption": "A soldier in desert gear walks across sandy terrain carrying a machine gun.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "9f06e617-20f8-4713-a450-d1268bbafc6d",
"image_num": 41,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113757_7eabea29_9919970800702791_58.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080639Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=1409d3d54e1c469a83d8fc7e03e0a4c417b3751ade14a4cdd21f95732f57788e",
"width": 4711,
"height": 6849,
"caption": "Caption: A woman holds a baby on a scale while others watch at a new settlement. | Description: This is a black and white photograph depicting a group of people gathered around a baby being weighed on a large, mechanical balance scale. In the foreground, a woman with curly hair, wearing a patterned dress, holds a baby wrapped in a white blanket. The baby is lying on the scale's platform, which has a large weight in the opposite pan. Another woman, wearing a light-colored top, holds the baby's head. A man with glasses stands in the background, holding a small dark object. The scene appears to be indoors, with a crowd of onlookers. The photograph is printed on a page with text in English and Hebrew at the bottom, including the caption 'at a new settlement, ashdod gimmel'. | Scene: UNKNOWN (indoor) | Objects: baby, woman, man, scale, book, table, weights | Vibe: documentary, historical, informal | People: 5+ | Actions: woman holding baby, baby lying on scale, woman looking at baby, man holding book, people standing | Text: at a new settlement, ashdod gimmel במושב אשדוד ג' in the Ashdod Gimmel settlement חנות זו... This shop... it does not have to be the latest invention -",
"short_caption": "A woman holds a baby on a scale while others watch at a new settlement.",
"ocr_text": "at a new settlement, ashdod gimmel it does not have to be the latest invention - במושב אשדוד ג' חנות זו...",
"ocr_translation": "at a new settlement, ashdod gimmel in the Ashdod Gimmel settlement it does not have to be the latest invention - This shop..."
},
{
"image_id": "73695f64-830b-45f2-ac1d-10e7ad31d76a",
"image_num": 42,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113827_271e9ac1_9919970800702791_59.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080622Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=41532269d2e91a801153b3da39f7ed6c2402af3f5bf2fa721d1f2c20345c5999",
"width": 4691,
"height": 6820,
"caption": "Caption: A woman and a young child in a rustic kitchen. | Description: This black and white photograph captures a woman and a young child in a rustic, improvised kitchen. The woman, with dark hair styled in a bun, wears a light-colored, short-sleeved, patterned dress and is standing at a wooden table, looking down at an object in her hands. A young child with dark, curly hair, wearing a light-colored sleeveless top and shorts, stands beside her, also looking down at the table. The kitchen features a wooden table with a white cloth, on which are various items including a bag, a container of dark round fruits, and a small sign. Below the table, a large metal pan sits on a wooden box that serves as a stove, containing a small teapot and a cup. The background consists of rough wooden walls. The image is a printed page with text at the bottom: 'improvised kitchen at maabara tira' and 'במעברת סירה' in Hebrew, and below that, '... מטבח זה ... - initiative, hope and a few sticks of wood will often do.' The lighting appears to be from a single source, creating strong shadows and highlights, suggesting an indoor setting with artificial light. | Scene: home (indoor) | Objects: woman, child, table, kitchen, teapot, grapes, wooden wall, stove, paper, text | Vibe: domestic, improvised, simple | People: 2 | Actions: woman standing, child standing, woman holding object, child looking at table | Text: improvised kitchen at maabara tira במעברת סירה At the Tira transit camp מַטְבֵּחַ זֶה ... This kitchen ... - initiative, hope and a few sticks of wood will often do.",
"short_caption": "A woman and a young child in a rustic kitchen.",
"ocr_text": "- initiative, hope and a few sticks of wood will often do. improvised kitchen at maabara tira במעברת סירה מַטְבֵּחַ זֶה ...",
"ocr_translation": "- initiative, hope and a few sticks of wood will often do. At the Tira transit camp improvised kitchen at maabara tira This kitchen ..."
},
{
"image_id": "d9678b26-679a-4daf-9cd8-ba529fe31a8a",
"image_num": 43,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113851_dd79bf18_9919970800702791_60.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080705Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ec4af861ec45d741d6d41071af2f6efa6edcdf5b85519bf398069a7796e7cb20",
"width": 4703,
"height": 6837,
"caption": "Caption: A black and white photograph of Yemenite Jews moving into the mountains of Judea, carrying household items. | Description: This is a black and white photograph depicting a group of people, identified by the caption as Yemenite Jews, in a rocky, mountainous landscape. In the foreground, a man wearing a dark jacket and light-colored trousers carries a large, rectangular object, possibly a mattress or a piece of furniture, on his shoulder. To his left, other individuals are visible; one wears a light-colored hat and a dark jacket, while another is partially obscured. A bed frame with a mattress and a netted structure, possibly a bed or a makeshift shelter, lies on the ground. The background consists of a steep, barren hillside covered in rocks and sparse vegetation under an overcast sky. The lighting is diffuse, creating soft shadows. The image has a grainy texture typical of older photographs. Text in English and Hebrew is printed below the photograph, describing the scene. | Scene: mountain (outdoor) | Objects: man, board, net, bag, mountain, text | Vibe: documentary, historical, somber | People: 5+ | Actions: man carrying board, man carrying bag, man standing, man sitting | Text: yemenite jews moving in, mountains of judaea חימנים בדרך לכיבת החדר ש בהרי ירושלים Yemenite Jews moving in, mountains of Judaea הם יגיעו סוף-סוף... ...four walls and a bed make a house four walls and a bed make a house -",
"short_caption": "A black and white photograph of Yemenite Jews moving into the mountains of Judea, carrying household items.",
"ocr_text": "four walls and a bed make a house - yemenite jews moving in, mountains of judaea הם יגיעו סוף-סוף... חימנים בדרך לכיבת החדר ש בהרי ירושלים",
"ocr_translation": "...four walls and a bed make a house four walls and a bed make a house - yemenite jews moving in, mountains of judaea"
},
{
"image_id": "d6bfdee3-7ce9-4955-9fb4-bab6f850b9c4",
"image_num": 44,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113919_c5455a4d_9919970800702791_61.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080704Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=13dccc9e96462344274862a65a23a19250768dc935617cee8c43897803f97e11",
"width": 4697,
"height": 6826,
"caption": "Caption: A black and white photograph of a man and a woman in a small, corrugated metal room. | Description: This is a black and white photograph of a small, sparsely furnished room with corrugated metal walls. On the left, a woman with dark, curly hair sits on a bed covered with a rumpled blanket. On the right, a man with dark, curly hair sits at a table, looking down at a small object in his hand. The room contains a bed, a table with a patterned cloth, a chair, and various personal items. A framed picture and a circular object hang on the wall. A window with a patterned curtain is visible on the left. The lighting appears to be from a single source, creating strong contrasts. The image is printed on a page with text in English and Hebrew below the photograph. | Scene: home (indoor) | Objects: bed, table, chair, wall, picture, can, lamp, blanket, curtain, spoon | Vibe: somber, confined, poignant | People: 2 | Actions: person sitting, person lying, person holding food | Text: indian jews on mount carmel יהודים מהודו בהר הכרמל Jews from India on Mount Carmel ספר, תמונה ופרח Book, picture, and flower - but man needs more to make a home -",
"short_caption": "A black and white photograph of a man and a woman in a small, corrugated metal room.",
"ocr_text": "- but man needs more to make a home - indian jews on mount carmel יהודים מהודו בהר הכרמל ספר, תמונה ופרח",
"ocr_translation": "- but man needs more to make a home - Book, picture, and flower indian jews on mount carmel Jews from India on Mount Carmel"
},
{
"image_id": "f1013aa4-a942-40f2-8c7e-ba737cfba749",
"image_num": 45,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_113947_25d02730_9919970800702791_62.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080713Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c5d8b0ccd3abd44f1f742e14e2d6049742a708613f85455316064bab4f77a360",
"width": 4615,
"height": 6859,
"caption": "Caption: A black and white photograph of a woman carrying a child, with another child in her arms, standing near a vehicle. | Description: This is a black and white photograph depicting a woman and two children. The woman, positioned in the center, has dark hair and a distressed expression, with her mouth open as if crying or shouting. She is carrying a small child in a patterned outfit on her left hip, and holding the hand of a second child, who is wrapped in a light-colored blanket, with her right hand. The woman wears a dark jacket over a lighter top. To the right, the side of a vehicle, possibly a bus or truck, is visible, with people seen through its windows. The image has a grainy texture typical of older photographs. Below the photograph, there is text in English and Hebrew. The English text reads \"immigrants from rumania\" and \"fear and homelessness, even when left behind\". The Hebrew text reads \"עולה מرومניה\" and \"אֵל חֹף\". | Scene: street (outdoor) | Objects: woman, child, bag, text, building | Vibe: somber, serious, documentary | People: 2 | Actions: woman holding child, woman holding bag | Text: immigrants from rumania עולה מרומניה Immigrant from Romania אֵל חוף To the shore fear and homelessness, even when left behind -",
"short_caption": "A black and white photograph of a woman carrying a child, with another child in her arms, standing near a vehicle.",
"ocr_text": "fear and homelessness, even when left behind - immigrants from rumania אֵל חוף עולה מרומניה",
"ocr_translation": "fear and homelessness, even when left behind - Immigrant from Romania immigrants from rumania To the shore"
},
{
"image_id": "433c4e31-9d6f-44d0-bf58-0b75a6871671",
"image_num": 46,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114013_cbf5805e_9919970800702791_63.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080558Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=af55ff07e0d15e7ba0d929c0ec1c5596878e3784e712970d2b2f66bf325de12a",
"width": 4608,
"height": 6855,
"caption": "Caption: A black and white photograph of a group of people behind a chain-link fence at Haifa port. | Description: This is a black and white photograph depicting a group of people, primarily women and children, gathered behind a chain-link fence. The scene is set outdoors during the day under bright, direct sunlight, which creates strong contrasts and shadows. In the foreground, a woman in a patterned dress stands on a raised platform, leaning on the fence with a distressed expression. To her left, another woman in a light-colored dress is seated, laughing or shouting with her hands raised. Other individuals are visible behind the fence, some looking towards the camera, others looking away. The background includes a building with a sloped roof. The photograph is mounted on a larger white page that contains text in both English and Hebrew at the bottom, including the caption 'at haifa port' and the phrase '-- need love and care to be forgotten.' The composition is a vertical, full-bleed photograph with a significant amount of white space to the left of the image. | Scene: historical_site (outdoor) | Objects: fence, building, dress, text | Vibe: somber, hopeful, historical, emotional | People: 5+ | Actions: woman standing, woman sitting, woman holding object, woman looking, woman smiling | Text: at haifa port בנמל חיפה at Haifa port צפייה מחוף - View from the shore - - need love and care to be forgotten.",
"short_caption": "A black and white photograph of a group of people behind a chain-link fence at Haifa port.",
"ocr_text": "- need love and care to be forgotten. at haifa port בנמל חיפה צפייה מחוף -",
"ocr_translation": "- need love and care to be forgotten. at haifa port View from the shore -"
},
{
"image_id": "8731c4f2-4c7a-4630-bab2-9524644ad048",
"image_num": 47,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114035_9aed39e0_9919970800702791_64.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080630Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=78e2ea86cf6db51077cc06b3184757eae1b36e918d707bb9ed46ac452362709d",
"width": 4768,
"height": 6849,
"caption": "Caption: A black and white portrait of a man wearing a head covering and a plaid garment. | Description: This is a black and white, vertically oriented portrait of a man, likely in his 30s or 40s, looking towards the camera with a serious expression. He has dark, curly hair visible at his temples and a mustache and beard. He is wearing a dark, textured head covering, possibly a turban or keffiyeh, wrapped around his head. A dark, fringed scarf or shawl is draped over his right shoulder and across his chest. He is wearing a light-colored, possibly white, collared shirt underneath a dark, plaid-patterned outer garment on his left shoulder. The background is a plain, light gray, suggesting a studio setting. The lighting is direct, creating strong contrast and highlighting the textures of his clothing and skin. On the right side of the image, there is a white vertical panel with text in Hebrew and English that reads \"יהודי תימני\" and \"yemenite jew\". | Scene: UNKNOWN (UNKNOWN) | Objects: head covering, shirt, plaid garment | Vibe: serious, solemn, historical | People: 1 | Actions: person wearing head covering | Text: יהודי תימני Yemenite Jew yemenite jew",
"short_caption": "A black and white portrait of a man wearing a head covering and a plaid garment.",
"ocr_text": "yemenite jew יהודי תימני",
"ocr_translation": "Yemenite Jew"
},
{
"image_id": "2085813f-1edd-4a72-b9b7-78317692ddb4",
"image_num": 48,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114059_b8435a04_9919970800702791_65.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080537Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ca1bf9447fcce4b4881ac06bb5c163a3601bf3cf645755a0d45049cb882cce52",
"width": 4730,
"height": 6847,
"caption": "Caption: A black and white photograph of a woman and a child, both with dark curly hair, looking toward the camera. | Description: This is a black and white photograph of a woman and a young child, likely a mother and her child, positioned closely together against a plain, light-colored background. The woman, on the right, wears a patterned headscarf with small white dots on a dark fabric, which covers her hair and drapes around her neck. Her dark, curly hair is visible at the edges of the scarf. She looks directly at the camera with a neutral expression. The child, on the left, has a full head of dark, tightly curled hair and is wearing a long-sleeved garment with a subtle pattern. The child's gaze is directed slightly away from the camera, with a serious expression. The child's left hand is placed on the woman's chest. The lighting is direct, creating strong contrasts and shadows on their faces. The photograph is mounted on a larger off-white sheet of paper, with text printed below the image. On the bottom left, the text reads \"yemenite mother\" in English. On the bottom right, there is text in Hebrew, followed by the English phrase \"their faces reflect trust and pride.\" The overall composition is a medium close-up, focusing on the subjects' upper bodies and faces. | Scene: UNKNOWN (outdoor) | Objects: child, woman, headscarf, clothing | Vibe: serious, solemn, intimate | People: 2 | Actions: woman holding child | Text: yemenite mother אם תימני Yemenite mother ממרחיקים - Merchikim - their faces reflect trust and pride.",
"short_caption": "A black and white photograph of a woman and a child, both with dark curly hair, looking toward the camera.",
"ocr_text": "their faces reflect trust and pride. yemenite mother אם תימני ממרחיקים -",
"ocr_translation": "Merchikim - their faces reflect trust and pride. Yemenite mother"
},
{
"image_id": "f0743e3f-c442-4278-a03b-0cca8afbd52f",
"image_num": 49,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114121_cc1a8829_9919970800702791_66.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080713Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ed58b5347927717efea8b56bcfe59fc55635c43c705b5ab955090c09f92f8466",
"width": 4761,
"height": 6853,
"caption": "Caption: A black and white photograph of a group of people, including women wearing headscarves and a man in a hat, appearing to be traveling or in transit. | Description: This is a black and white photograph depicting a group of people in a crowded, close-up composition. In the foreground, a woman on the left wears a patterned headscarf and looks down with her eyes closed. To her right, another person with dark, curly hair, wearing a dark hat, also has their eyes closed and head tilted down. In the upper right, a man with a beard and a dark hat looks directly at the camera with a serious expression. The individuals are closely packed, suggesting they are in a confined space such as a vehicle. The lighting is high-contrast, creating deep shadows and bright highlights on their faces and clothing. The image has a grainy texture typical of film photography. Below the photograph, there is text in both English and Hebrew. The English text reads \"yemenites en route to israel\" and \"confidence in His care --\". The Hebrew text reads \"..מְרַבְּר הַקְּסָמִים\". | Scene: UNKNOWN (indoor) | Objects: person, headscarf, text, bag | Vibe: somber, serious, documentary | People: 5+ | Actions: person lying, person sitting, person looking | Text: yemenites en route to israel confidence in His care -- מְרַבְּרֵי הַקְּסָמִים Mareberi ha-kasim",
"short_caption": "A black and white photograph of a group of people, including women wearing headscarves and a man in a hat, appearing to be traveling or in transit.",
"ocr_text": "confidence in His care -- yemenites en route to israel מְרַבְּרֵי הַקְּסָמִים",
"ocr_translation": "confidence in His care -- Mareberi ha-kasim yemenites en route to israel"
},
{
"image_id": "7ae6d5d0-054d-4af6-ab51-4004133d3872",
"image_num": 50,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114143_91825204_9919970800702791_67.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080625Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=a3336df4c0cfe8c243ee95b9c6901775dc9bdd472d9ec16b13fea4f2aa89adfb",
"width": 4705,
"height": 6856,
"caption": "Caption: A black and white photograph of a family, including a man, woman, and several children, gathered around a low table with food in a simple indoor setting. | Description: This is a black and white photograph depicting a family of five—two adults and three children—gathered around a low table in what appears to be a simple, temporary shelter. A man with a bald head, a beard, and a white kippah with sidelocks (payot) sits on the left, looking down at a young child on his lap. To his right, a woman wearing a patterned headscarf stands, holding a plate of round, baked goods. Another young girl, also wearing a head covering, sits on the floor, looking down at the food. A third child, a boy in a dark kippah, is in the foreground, also looking down. The table holds a large bowl, a plate of round food items, and another plate with several round, baked goods. The background consists of draped fabric, suggesting a tent or temporary dwelling. The lighting is even, and the composition is a medium shot capturing the family's interaction with their meal. Text at the bottom identifies the location as 'shaar haaliya reception camp' and includes a Hebrew caption and its English translation: 'in spite of initial hardship.' | Scene: home (indoor) | Objects: man, child, woman, plate, bowl, food, headscarf, kippah, curtain, text | Vibe: documentary, somber, intimate | People: 5+ | Actions: man sitting, child sitting, woman standing, child holding plate, man holding bowl, child eating | Text: shaar haaliya reception camp במחנה שער העלייה At the Shaar HaAliya reception camp בerek לעם in spite of initial hardship. - in spite of initial hardship.",
"short_caption": "A black and white photograph of a family, including a man, woman, and several children, gathered around a low table with food in a simple indoor setting.",
"ocr_text": "- in spite of initial hardship. shaar haaliya reception camp בerek לעם במחנה שער העלייה",
"ocr_translation": "- in spite of initial hardship. At the Shaar HaAliya reception camp in spite of initial hardship. shaar haaliya reception camp"
},
{
"image_id": "f6712caa-a02a-499c-ab31-0ecfb1f51f09",
"image_num": 51,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114355_26e8828b_9919970800702791_68.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080716Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=bb44e81762259a3462dbdfb16deeed8be5c9246fcee0e781829c4fca7119a1fa",
"width": 4772,
"height": 6859,
"caption": "Caption: Two men in a dimly lit space, one holding a box, the other looking on. | Description: A black and white photograph shows two men in a confined, dimly lit space, likely a shelter or bunker. The man in the foreground, wearing a cap and a vest over a shirt, holds a large, rectangular, light-colored box with a dark, possibly burnt, object on its side. He looks directly at the camera with a strained expression. Behind him, another man with longer hair, wearing a jacket and a cap, leans forward, looking down at the box with a concerned expression. The background is dark and indistinct, with a rough, possibly fabric-covered wall. The image has a grainy texture and appears to be a vintage photograph, with a caption at the bottom reading 'the navy adopted maabara farod'. | Scene: UNKNOWN (indoor) | Objects: box, person, hat, jacket, vest, text | Vibe: serious, documentary, historical | People: 2 | Actions: person holding box, person looking at box | Text: the navy adopted maabara farod",
"short_caption": "Two men in a dimly lit space, one holding a box, the other looking on.",
"ocr_text": "the navy adopted maabara farod",
"ocr_translation": "the navy adopted maabara farod"
},
{
"image_id": "6affa656-6cd0-4122-ba57-a6135bf9dd18",
"image_num": 52,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114511_e43feed0_9919970800702791_69.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080618Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b549ebdb8186184f8274e8490e2ce548cb4ebe4f3978c0bd089ea8446a310acc",
"width": 4711,
"height": 6852,
"caption": "Caption: A man in a uniform plays an accordion. | Description: A black and white photograph shows a man in a military-style uniform, including a cap with a badge, playing an accordion. He has a mustache and is looking down at the instrument with a slight smile. The accordion is a Hohner brand, with 'CLUB' visible on the side. The man is seated, holding the instrument with both hands, and the bellows are partially expanded. The image is a close-up, focusing on the man and the accordion against a dark, indistinct background. Below the photograph, there is text in Hebrew and English, including the phrase 'the link that will join them...'. | Scene: UNKNOWN (indoor) | Objects: man, accordion, hat, text | Vibe: nostalgic, calm, focused | People: 1 | Actions: man playing accordion | Text: HÖHNER CLUB 88 8 חיל הים לועזרת מעברת פור Naval Reserve Unit Transfer Ship לאחרות ולאחוה. the link that will join them... the link that will join them ...",
"short_caption": "A man in a uniform plays an accordion.",
"ocr_text": "CLUB 88 8 HÖHNER the link that will join them ... חיל הים לועזרת מעברת פור לאחרות ולאחוה.",
"ocr_translation": "CLUB 88 8 HÖHNER Naval Reserve Unit Transfer Ship the link that will join them ... the link that will join them..."
},
{
"image_id": "dca29e23-d0a0-40ff-870c-7bd6b6403a3b",
"image_num": 53,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114633_d6c414b0_9919970800702791_70.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080706Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6b76255a5ba026d0b47d083f70f455257f18b3efea1cb5172d68d2444d636773",
"width": 4753,
"height": 6841,
"caption": "Caption: A black and white photograph of a group of young people having a snowball fight in a snowy outdoor setting. | Description: This is a black and white photograph capturing a group of approximately ten young people engaged in a snowball fight. The scene is set outdoors at night, with a dark, indistinct background suggesting trees or a forest. Snow is actively falling and being thrown, visible as bright streaks and clumps against the dark sky. The individuals, dressed in winter clothing such as jackets, hats, and scarves, are in various states of motion, with arms raised, hands holding snowballs, and expressions of laughter and excitement. The ground is covered in snow. The photograph has a grainy texture, characteristic of film photography. Below the image, there is text in English and Hebrew, which reads \"rare snow-battle at kibbutz givat-brenner\" and \"הם קמו בחצות ללחמת מדרדות they got out of bed for a midnight battle\". | Scene: unknown (outdoor) | Objects: snow, person, text | Vibe: playful, energetic, joyful | People: 5+ | Actions: person throwing snow, person laughing, person holding snow | Text: rare snow-battle at kibbutz givat-brenner הם קמו בחצות להתמודדות they got out of bed for a midnight battle",
"short_caption": "A black and white photograph of a group of young people having a snowball fight in a snowy outdoor setting.",
"ocr_text": "rare snow-battle at kibbutz givat-brenner הם קמו בחצות להתמודדות",
"ocr_translation": "rare snow-battle at kibbutz givat-brenner they got out of bed for a midnight battle"
},
{
"image_id": "2d5e7921-0a05-45d1-9db8-0410897de9e8",
"image_num": 54,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114656_6d742397_9919970800702791_71.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080546Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6fcca59815b4ef5e9658eed72969b68c3e2df845011fd8dffc434ba3c37ef4a6",
"width": 4692,
"height": 6806,
"caption": "Caption: Two soldiers in winter gear play in the snow, one throwing a snowball. | Description: A black and white photograph captures two soldiers in a snowy environment. The soldier in the foreground, on the left, is smiling broadly with his mouth open, wearing a patterned winter jacket and dark pants. He is actively throwing a snowball, with his right arm extended upwards and his left arm bent. Snow is visibly falling and appears to be in motion, creating a dynamic effect. Behind him and to the right, a second soldier is partially visible, also in winter attire, with a helmet or hat, and appears to be moving through the snow. The ground is covered in snow, and the background is dark and indistinct, suggesting a nighttime or heavily overcast setting. The image has a grainy texture typical of older photographs. Below the photograph, there is a line of Hebrew text. | Scene: mountain (outdoor) | Objects: man, snow, coat, text | Vibe: playful, active, cold | People: 2 | Actions: man standing, man smiling, man throwing snow | Text: קרב שלג בין ילדי קבוצ גבעת־ברנר Snow battle between children of Kibbutz Givat-Brer",
"short_caption": "Two soldiers in winter gear play in the snow, one throwing a snowball.",
"ocr_text": "קרב שלג בין ילדי קבוצ גבעת־ברנר",
"ocr_translation": "Snow battle between children of Kibbutz Givat-Brer"
},
{
"image_id": "28b86e79-c002-4648-9ae2-186d8fbdda06",
"image_num": 55,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114723_c1b6c029_9919970800702791_72.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080542Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8aad42f6f0a54cd5f5b85535846cbe45c3d8309a9df1e302b69cce579b239121",
"width": 4756,
"height": 6863,
"caption": "Caption: A woman in a dress looks at a framed photograph of a man and a woman. | Description: This is a black and white photograph showing a woman in profile on the left, looking at a framed photograph. She has dark, styled hair and is wearing a dark dress with a light-colored collar and a white flower pinned to her chest. Her right hand rests on the frame of the photograph. The photograph, which is propped on a wooden stand, shows a young man in a light-colored, short-sleeved shirt and a woman with dark, styled hair, both smiling and looking toward the viewer. The man has a small rectangular patch on his shirt. The woman in the photograph is wearing a dark dress and has a white flower on her arm. The scene appears to be indoors, with the lighting focused on the subjects. The photograph has a slightly grainy texture and shows signs of age, including a small tear in the lower right corner of the frame's mat. | Scene: home (indoor) | Objects: picture, dress, shirt, table, flower, bracelet, earring, watch | Vibe: nostalgic, formal, happy | People: 3 | Actions: woman holding picture, man sitting, woman sitting, woman looking at picture",
"short_caption": "A woman in a dress looks at a framed photograph of a man and a woman.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "f0ab271e-3233-48f4-9439-57ae973752f5",
"image_num": 56,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114752_43b95cf0_9919970800702791_73.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080713Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=0fb7d5f685b805b5b672106f97476d06365d57a4e604c4da063c06b34187ac17",
"width": 4728,
"height": 6855,
"caption": "Caption: Two men in clown makeup and bowler hats pose for a photo. | Description: This is a black and white photograph of two men dressed as clowns, crouching and looking toward the camera. The man on the left wears a dark bowler hat, a dark jacket over a light-colored, open-collared shirt, and light-colored trousers. He has a large, dark, irregularly shaped mustache drawn on his upper lip. The man on the right wears a similar dark bowler hat and a dark jacket over a striped shirt. He has a large, round, dark clown nose, a wide, toothy grin, and a white circle painted on his cheek. Both men have dark, arched eyebrows drawn on. They are positioned in front of a dark, indistinct background. The photograph is mounted on a light-colored paper with text in both Hebrew and English below the image. The text identifies the subjects as 'ramat-gan circus' and the event as 'technion students' ball, haifa'. The lighting is direct, creating strong contrasts and shadows. | Scene: UNKNOWN (indoor) | Objects: person, hat, suit, shirt, pants, shoe, moustache, nose, text | Vibe: playful, funny, lighthearted | People: 2 | Actions: person sitting, person sitting | Text: ramat-gan circus ביזר הסרונ ברמת גן Bizarre circus in Ramat Gan נשף הסטודנטים של הטכניון בחיפה Technion students' ball, Haifa techion students' ball, haifa צחוק של האדם הפשוט - Simple fun - - so does simple fun.",
"short_caption": "Two men in clown makeup and bowler hats pose for a photo.",
"ocr_text": "- so does simple fun. ramat-gan circus techion students' ball, haifa ביזר הסרונ ברמת גן נשף הסטודנטים של הטכניון בחיפה צחוק של האדם הפשוט -",
"ocr_translation": "- so does simple fun. Bizarre circus in Ramat Gan ramat-gan circus Simple fun - techion students' ball, haifa Technion students' ball, Haifa"
},
{
"image_id": "8ed2bb77-81bd-4c7e-bef3-75ea630e3fb8",
"image_num": 57,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114814_5bdf6016_9919970800702791_74.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080633Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=81aa2e57d3e47c5ee834983dc74b004ed5636ed7f9547cd8b9032523ff9ba312",
"width": 4734,
"height": 6845,
"caption": "Caption: A black and white collage of two photographs showing a reception with church dignitaries. | Description: This is a black and white photographic collage on a light-colored background, composed of two distinct images. The top image is a small, square photograph showing a collection of dark, cylindrical objects, possibly hats or containers, arranged on a surface. Below this, a larger, rectangular photograph depicts a group of people at what appears to be a social event. In the foreground, a woman in a light-colored dress and a wide-brimmed hat holds a glass. Next to her, a man with a beard and glasses, wearing a dark robe, also holds a glass. To his right, another man in a light suit drinks from a glass. On the far right, a man in a dark, pointed hooded robe looks down. The scene is lit from the front, creating clear visibility of the subjects. Text in English and Hebrew is printed on the page, identifying the images as a reception and church dignitaries at the event. | Scene: UNKNOWN (indoor) | Objects: person, glass, hat, book, glasses, clothing, table, hat | Vibe: formal, historical, serious | People: 5+ | Actions: person drinking, person holding glass, person holding hat, person holding book | Text: reception מסיבה ריפלומטית diplomatic reception church dignitaries at official reception אנשי כמורה במסיבה רשמית Church dignitaries at official reception",
"short_caption": "A black and white collage of two photographs showing a reception with church dignitaries.",
"ocr_text": "church dignitaries at official reception reception אנשי כמורה במסיבה רשמית מסיבה ריפלומטית",
"ocr_translation": "church dignitaries at official reception diplomatic reception reception"
},
{
"image_id": "4b4b8871-f7b7-449d-8746-8fee8dfc91e2",
"image_num": 58,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114837_3fa6d4f0_9919970800702791_75.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080602Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=7ad03810b9aabf78f8e29e33087eb998a5557b9a73d0b0971d903c4be3c7be1c",
"width": 4715,
"height": 6852,
"caption": "Caption: A black and white photograph of a pioneer unit on parade, showing their legs and the shadows of their pitchforks on the ground. | Description: This is a black and white photograph taken from a low angle, focusing on the lower bodies of a line of people marching in formation. The subjects are wearing light-colored trousers and dark boots. Their shadows are cast sharply on the light-colored ground, creating a strong visual contrast. The shadows clearly show the figures holding pitchforks, with the tines of the pitchforks pointing downwards. The composition emphasizes the repetition of the figures and their shadows, creating a rhythmic pattern across the frame. The lighting is bright and direct, suggesting a sunny day. Below the photograph, there is text in both English and Hebrew, identifying the scene as a 'nahal, pioneer unit on independence day parade' and providing a quote about official ceremonies. | Scene: street (outdoor) | Objects: people, shadows, pitchforks, ground | Vibe: formal, solemn, historical | People: 5+ | Actions: people standing, shadows of people standing, shadows of pitchforks on ground | Text: nahal, pioneer unit on independence day parade יחידה נח\"ל בצמד יום העצמאות Nahal unit in Independence Day parade ההומור שבסמל. The humor in the symbol. official ceremonies reveal the nature of men -",
"short_caption": "A black and white photograph of a pioneer unit on parade, showing their legs and the shadows of their pitchforks on the ground.",
"ocr_text": "nahal, pioneer unit on independence day parade official ceremonies reveal the nature of men - ההומור שבסמל. יחידה נח\"ל בצמד יום העצמאות",
"ocr_translation": "Nahal unit in Independence Day parade nahal, pioneer unit on independence day parade official ceremonies reveal the nature of men - The humor in the symbol."
},
{
"image_id": "f9b0a2e0-7280-4101-8000-555c750c0936",
"image_num": 59,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114900_1d02f4a0_9919970800702791_76.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080718Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8998b1672ef46058b3afd54b6e8de11356ca7e2eae3e95138dd90aa593696f15",
"width": 4666,
"height": 6851,
"caption": "Caption: A black and white photograph of a hilly landscape with trees in the foreground and a town in the valley below. | Description: This is a black and white photograph taken from an elevated viewpoint, looking down over a hilly landscape. In the foreground, the left side is framed by the dark, leafy branches of a large tree, while a slender, bare tree trunk stands on the right. The middle ground consists of rolling hills covered in vegetation and scattered trees, with a town or settlement visible in the valley below. A large, light-colored building complex sits atop a hill on the left. The background shows more distant hills under a heavily clouded sky. The image has a grainy texture typical of older photographs. Below the photograph, there is text in both Hebrew and English. The English text reads \"west carmel\" and \"nature and the spirit of pioneering\". The Hebrew text reads \"הכרמל המערבי\" and \"בהרמוניה עם הטבע\". | Scene: mountain (outdoor) | Objects: tree, building, hill, text | Vibe: serene, historical, natural | People: 0 | Text: west carmel הכּרמל המערבי west carmel בּהַרְמוֹנִי עַם הַטֶּבֶע nature and the spirit of pioneering nature and the spirit of pioneering",
"short_caption": "A black and white photograph of a hilly landscape with trees in the foreground and a town in the valley below.",
"ocr_text": "nature and the spirit of pioneering west carmel בּהַרְמוֹנִי עַם הַטֶּבֶע הכּרמל המערבי",
"ocr_translation": "nature and the spirit of pioneering west carmel"
},
{
"image_id": "b41d0bb9-14f8-463d-b2bf-a0925adab3bb",
"image_num": 60,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114930_2ee43a96_9919970800702791_77.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080647Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=1374cae25cd29240dde74f243ec1d49e95830febe69bf5cdb3806c0c1011384c",
"width": 4806,
"height": 6849,
"caption": "Caption: A black and white photograph of fish ponds in Huleh Valley, with reeds in the foreground and a line of dead trees in the background under a cloudy sky. | Description: This is a black and white photograph of a landscape, identified by text as fish ponds in Huleh Valley. The composition is horizontally layered. In the immediate foreground, dense, dark reeds grow along the bank of a body of water. The middle ground is occupied by the calm water of the pond, which reflects the overcast sky and the silhouettes of several small birds swimming in a line. Across the pond, a distinct, straight line of tall, bare, dead trees stands on the far shore. The background is a flat, hazy horizon beneath a sky filled with soft, diffuse clouds. The lighting is flat and even, characteristic of an overcast day, creating a somber and quiet mood. The image is presented as a printed page, with text in English and Hebrew at the bottom. | Scene: lake (outdoor) | Objects: pond, reeds, birds, trees, sky, text | Vibe: calm, serene, tranquil | People: 0 | Text: fish ponds in huleh valley בריכות דגים בעמק החולה fish ponds in the Hula Valley מעשי ידי האדם deeds of human hands - create new beauty.",
"short_caption": "A black and white photograph of fish ponds in Huleh Valley, with reeds in the foreground and a line of dead trees in the background under a cloudy sky.",
"ocr_text": "- create new beauty. fish ponds in huleh valley בריכות דגים בעמק החולה מעשי ידי האדם",
"ocr_translation": "- create new beauty. deeds of human hands fish ponds in huleh valley fish ponds in the Hula Valley"
},
{
"image_id": "dced5694-28b5-4d72-bbf6-844b6eb2092f",
"image_num": 61,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_114951_5c1598b6_9919970800702791_78.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080706Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=604e62aa5121203903cfc6753f4169598e71311d7d0fc8390b6faaafa66d0dc4",
"width": 4677,
"height": 6852,
"caption": "Caption: A black and white photograph of a street market in Jerusalem, with women in traditional clothing. | Description: This is a black and white photograph of a street market scene, identified by text as Mahane Yehuda Market in Jerusalem. The image captures a group of people, primarily women, in traditional attire, including headscarves and long dresses, engaged in market activities. In the foreground, a woman in a white headscarf holds a dark tray, while another woman in a patterned dress stands nearby. A woman in a white headscarf is crouched, seemingly arranging goods on the ground, which include what appear to be plants or flowers. The background features stone buildings with shuttered windows and balconies, typical of the area. The lighting suggests a bright, sunny day, casting distinct shadows. The composition is a mid-shot, capturing the interaction of people within the market environment. Text in both English and Hebrew is present at the bottom of the image, describing the scene as 'unchanged for centuries'. | Scene: street (outdoor) | Objects: woman, building, headscarf, market stall, flowers, text, tray | Vibe: historical, busy, documentary | People: 5+ | Actions: woman holding tray, woman sitting, woman standing, woman looking, woman bending | Text: mahane yehuda market, jerusalem בשוק מחנה יהודה, ירושלים At Mahane Yehuda Market, Jerusalem כמימים ימים. For centuries. -- unchanged for centuries --",
"short_caption": "A black and white photograph of a street market in Jerusalem, with women in traditional clothing.",
"ocr_text": "-- unchanged for centuries -- mahane yehuda market, jerusalem בשוק מחנה יהודה, ירושלים כמימים ימים.",
"ocr_translation": "-- unchanged for centuries -- At Mahane Yehuda Market, Jerusalem For centuries. mahane yehuda market, jerusalem"
},
{
"image_id": "38b43623-f8c8-4d3a-997f-b82ec998b067",
"image_num": 62,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115016_0bf31bec_9919970800702791_79.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080553Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=3c084dcd3fc85a4e2e6844d254bc9c62a02026a868eef93cc02caa98e35fefdc",
"width": 4563,
"height": 6857,
"caption": "Caption: Four men in traditional Middle Eastern clothing sit on a street in Nazareth. | Description: This is a black and white photograph depicting four men in traditional Middle Eastern attire, including keffiyehs and long robes, gathered on a narrow street in what is identified as Nazareth. Three men are seated on the ground, while one sits on a wooden chair to the right. The man on the far left, wearing a dark robe and white trousers, leans forward with his hand on his head, holding a walking stick. The man in the center, also seated on the ground, wears a dark robe and holds a cigarette. The man to his right, in a light-colored keffiyeh, looks towards the man on the chair. The man on the chair, wearing a dark robe and a light keffiyeh, is turned away from the camera. The setting is a sunlit alleyway with whitewashed buildings, arched doorways, and a stone staircase with a dark wooden railing. The lighting creates strong contrasts and shadows on the ground. Text at the bottom of the image reads \"nazareth\" and \"נצרת\" on the left, and \"הזמן כם קפא - has time stopped?\" on the right. | Scene: street (outdoor) | Objects: man, building, chair, cane, stairs, railing, text | Vibe: historical, quiet, still | People: 4 | Actions: man sitting, man holding cane, man smoking, man sitting on chair | Text: nazareth נצרת Nazareth הזמן כמו קפא - Has time stopped? has time stopped?",
"short_caption": "Four men in traditional Middle Eastern clothing sit on a street in Nazareth.",
"ocr_text": "has time stopped? nazareth הזמן כמו קפא - נצרת",
"ocr_translation": "has time stopped? nazareth"
},
{
"image_id": "7b6f8157-9198-4ba6-a10e-edb46d20051d",
"image_num": 63,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115042_3891ed2d_9919970800702791_80.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080625Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9bb9c3a5ca547df44a4f253fedb41c67da46075685bdde9d85eb4dc61c0dd2c7",
"width": 4768,
"height": 6851,
"caption": "Caption: A black and white photograph of a narrow street in the Meah Shearim quarter of Jerusalem, showing people walking and buildings with a prominent overhanging structure. | Description: This is a black and white photograph of a narrow, cobblestone street in an urban setting, identified by text as the Meah Shearim quarter in Jerusalem. The composition is dominated by a large, weathered building on the left, featuring a prominent, dark, overhanging wooden structure supported by metal brackets, with a metal staircase running alongside it. The street slopes gently upward into the distance, flanked by stone and brick buildings. Several people are visible: in the foreground, a man in a military-style uniform walks toward the viewer, while a man in a dark suit and hat walks away. To the right, a man in a dark coat and hat walks away from the camera. Further down the street, other figures are seen, including a person on a horse-drawn cart. The sky is overcast, providing diffuse, even lighting. The image has a grainy texture, characteristic of older photography. | Scene: street (outdoor) | Objects: building, person, street, stairs, window, text, hat, coat, stone, railing, sign | Vibe: historical, urban, everyday | People: 5+ | Actions: person walking, person standing, person holding object | Text: בשכונה סמא שערים, ירושלים meah shearim quarter, jerusalem meah shearim quarter, jerusalem",
"short_caption": "A black and white photograph of a narrow street in the Meah Shearim quarter of Jerusalem, showing people walking and buildings with a prominent overhanging structure.",
"ocr_text": "meah shearim quarter, jerusalem בשכונה סמא שערים, ירושלים",
"ocr_translation": "meah shearim quarter, jerusalem"
},
{
"image_id": "0290582c-16e1-4b9c-9bd2-e052bf2d0006",
"image_num": 64,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115111_6b56fbc8_9919970800702791_81.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T011429Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ca8045f8d76ff685344c3378739f44bba933373464c844417e01551d0101f4b0",
"width": 4581,
"height": 6865,
"caption": "Caption: A black and white photograph of several men in the Bukhara quarter of Jerusalem, some seated and one standing. | Description: This is a black and white photograph depicting a group of men in an outdoor urban setting, identified by text at the bottom as the Bukhara quarter of Jerusalem. The scene is illuminated by bright, direct sunlight, creating strong contrasts and deep shadows on the paved ground. On the left, a man wearing a flat cap and a jacket sits on a low stool, looking toward the right. In the center, another man in a dark cap and jacket sits on a wooden stool, his legs crossed and his gaze directed forward. Behind him, a third man in a dark cap and a layered jacket stands, looking to the right. To the right, a fourth man in a dark cap and jacket sits on a low surface, holding a cup to his mouth. The background consists of a stone wall and a dark doorway. The image has text at the bottom: 'bukhara quarter, jerusalem' in English, and 'בשכונה הבוכרית. ירושלים' and 'הסגנון - people's different ways of living -' in Hebrew. | Scene: street (outdoor) | Objects: man, chair, hat, jacket, building, text, bag | Vibe: documentary, historical, casual | People: 5+ | Actions: man sitting, man standing, man holding cane, man smoking | Text: bukhara quarter, jerusalem בשכונת הבוכרים. ירושלים In the Bukharan neighborhood. Jerusalem הסגור - The enclosure - people's different ways of living -",
"short_caption": "A black and white photograph of several men in the Bukhara quarter of Jerusalem, some seated and one standing.",
"ocr_text": "bukhara quarter, jerusalem people's different ways of living - בשכונת הבוכרים. ירושלים הסגור -",
"ocr_translation": "bukhara quarter, jerusalem In the Bukharan neighborhood. Jerusalem people's different ways of living - The enclosure -"
},
{
"image_id": "1c946fe6-7457-4b3e-a3d6-0daf928df8e9",
"image_num": 65,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115133_a8b05804_9919970800702791_82.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080534Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b7167c0b3915cb7bf007a5ad1370cb7785be144c25ede6adf316dac752efa865",
"width": 4614,
"height": 6825,
"caption": "Caption: Two men sitting in a ruined building, with a modern building visible in the background. | Description: A black and white photograph captures a scene viewed through a large, broken opening in a damaged wall. In the foreground, a man wearing a cap and light-colored clothing sits on a low stool, looking towards the viewer. To his left, another man in a dark vest over a light shirt sits on a lower surface, focused on an object in his hands. Between them is a small, dark table. The immediate surroundings are in ruins, with exposed concrete, debris, and a rough, uneven floor. Through the opening, a modern, multi-story building with large windows stands in contrast to the destruction. A child is visible in a window of the modern building in the background. The lighting appears to be natural daylight, illuminating the scene from the right, casting shadows. The composition frames the scene through the ruined structure, creating a stark juxtaposition between the past and present, and between decay and modernity. | Scene: ruins (outdoor) | Objects: man, building, wall, mat, table, basket, child, hat, shoe | Vibe: somber, desolate, historical | People: 2 | Actions: man sitting, man sitting",
"short_caption": "Two men sitting in a ruined building, with a modern building visible in the background.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "b7b704ec-2d76-4cbc-8ea9-dc4e899d3173",
"image_num": 66,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115157_019378ef_9919970800702791_83.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080651Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8bef4d91aac88c76c9be4eb8c042a3f61f86f36349c838d072981bc460d9c73f",
"width": 4691,
"height": 6846,
"caption": "Caption: A black and white photograph shows three people at a well in a cobblestone courtyard in Jerusalem. | Description: This is a black and white photograph taken from an elevated angle, showing a cobblestone courtyard. Three people are gathered around a stone well. On the right, a person in a light-colored top and skirt is bent over the well, operating a rope and bucket. To the left, two other people stand and watch; one wears a light-colored dress, and the other wears a dark jacket and a dark hat. The scene is brightly lit by the sun, casting strong, dark shadows of the people and the well onto the cobblestones. The image is part of a larger document, with text in English and Hebrew printed below the photograph. The text identifies the location as the Yemin Moshe quarter, Jerusalem, and includes the phrases 'at the well' and 'in bombed out building, jerusalem'. | Scene: street (outdoor) | Objects: well, cobblestone street, building, rope, text | Vibe: historical, documentary, somber | People: 3 | Actions: person standing, person bending, person standing | Text: at the well, yemin moshe quarter, jerusalem על יד הכנר בשכונה ימין משה, ירושלים at the well, yemin moshe quarter, jerusalem בבית מופצץ בירושלים in bombed out building, jerusalem in bombed out building, jerusalem – והמסורת, ילדי תנא-הקיום. – and stubborn, necessity makes inventive – necessity makes inventive — and stubborn",
"short_caption": "A black and white photograph shows three people at a well in a cobblestone courtyard in Jerusalem.",
"ocr_text": "– והמסורת, ילדי תנא-הקיום. at the well, yemin moshe quarter, jerusalem in bombed out building, jerusalem necessity makes inventive — and stubborn בבית מופצץ בירושלים על יד הכנר בשכונה ימין משה, ירושלים",
"ocr_translation": "– and stubborn, necessity makes inventive – at the well, yemin moshe quarter, jerusalem in bombed out building, jerusalem necessity makes inventive — and stubborn"
},
{
"image_id": "5b584620-b599-42e0-868b-c0d3d67f80d2",
"image_num": 67,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115221_0fbe54bc_9919970800702791_84.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080611Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e7a545bf5f1e2e3878a3bc114ac94746c0ba2add4937dda36a402108f5e52eb5",
"width": 4709,
"height": 6831,
"caption": "Caption: A black and white photograph of a building facade with a grid of windows and concrete frames. | Description: A black and white photograph captures the facade of a modern building, viewed from a low angle looking upwards. The structure features a repetitive grid pattern of rectangular window openings, each framed by thick, dark concrete or metal. The windows are recessed, creating deep shadows and a strong sense of depth. The facade is composed of vertical and horizontal elements that form a consistent, geometric pattern across the visible surface. The lighting is bright and even, suggesting a daytime scene, which emphasizes the contrast between the dark structural elements and the lighter, reflective surfaces of the windows. Below the photograph, there is text in both English and Hebrew, identifying the building as the 'labour federation headquarters, tel-aviv'. | Scene: monument (outdoor) | Objects: building, windows | Vibe: architectural, structured, monochrome | Text: labour federation headquarters, tel-aviv בית הועדה הפועלת של ההסתדרות בתל-אביב Labour Federation Headquarters, Tel Aviv",
"short_caption": "A black and white photograph of a building facade with a grid of windows and concrete frames.",
"ocr_text": "labour federation headquarters, tel-aviv בית הועדה הפועלת של ההסתדרות בתל-אביב",
"ocr_translation": "Labour Federation Headquarters, Tel Aviv labour federation headquarters, tel-aviv"
},
{
"image_id": "b3d23211-2a2c-4f9a-8f15-e2a91ecf611b",
"image_num": 68,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115241_8de92dfb_9919970800702791_85.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080647Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=10df5ee219beb6f91aa612ee29448a8dac488eb7cd4c84ec955888495dc78fe8",
"width": 4550,
"height": 6834,
"caption": "Caption: A black and white close-up portrait of a person's face, with text in Hebrew and English below. | Description: This is a black and white photographic portrait, presented as a printed page. The image is a close-up, angled view of a person's face, showing the left side from the forehead to the chin. The person has dark hair, visible on the left, and dark eyes looking slightly towards the viewer. The lighting creates soft shadows, highlighting the contours of the nose and cheek. The photograph is mounted on a light-colored background, likely paper. Below the image, there is text in three languages: 'sabra' in lowercase letters on the bottom left; 'תל אביב' (Tel Aviv) in Hebrew on the bottom right; and 'פּוֹנִים ... faces ...' (Faces ...) in Hebrew and English, centered below the photograph. The overall composition is a straightforward presentation of a portrait with accompanying text. | Scene: UNKNOWN (UNKNOWN) | Objects: face, text | Vibe: serious, intense, contemplative | People: 1 | Actions: person looking | Text: sabra תל אביב Tel Aviv פּוֹינִים . . . Faces . . . faces . . .",
"short_caption": "A black and white close-up portrait of a person's face, with text in Hebrew and English below.",
"ocr_text": "faces . . . sabra פּוֹינִים . . . תל אביב",
"ocr_translation": "faces . . . sabra Tel Aviv"
},
{
"image_id": "a2b4982a-d1a3-42ae-8845-4e9c6a77d7ee",
"image_num": 69,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115302_32b1434a_9919970800702791_86.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080640Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e19c60b02dbd88db73f43376bc6591385f87b11949cf796b56eae57c026cfabd",
"width": 4751,
"height": 6842,
"caption": "Caption: A black and white photograph of a city street at night, showing a crowd of people, buildings, and vehicles. | Description: This is a black and white photograph taken at night, depicting an urban street scene in Tel-Aviv. The image is dominated by a large, multi-story building with a grid of rectangular windows on the left, illuminated from within. A crowd of people is gathered on the street and sidewalk in the foreground and middle ground, appearing as dark silhouettes against the lit buildings. Several vintage automobiles are visible, including one with its trunk open. A tall, dark pole stands in the center of the frame. To the right, a curved road leads towards another building, with trees lining the street. The sky is completely dark, indicating nighttime. The photograph has a grainy texture, typical of older film. Below the image, text reads \"tel-aviv at night\" and includes a Hebrew and English description: \"at night, somehow, they are all alike, a pale shadow against the glaring light of civilisation\". | Scene: street (outdoor) | Objects: building, car, tree, streetlight, sign, pole, road | Vibe: nocturnal, crowded, urban | People: 5+ | Actions: people standing, people walking | Text: tel-aviv at night בלילה דומים בני אדם זה לזה... צללים מול אורח הניאן at night, somehow, they are all alike, a pale shadow against the glaring light of civilisation",
"short_caption": "A black and white photograph of a city street at night, showing a crowd of people, buildings, and vehicles.",
"ocr_text": "tel-aviv at night בלילה דומים בני אדם זה לזה... צללים מול אורח הניאן",
"ocr_translation": "at night, somehow, they are all alike, a pale shadow against the glaring light of civilisation tel-aviv at night"
},
{
"image_id": "1bd7eb53-37c6-4a06-86c4-146fdcaca70e",
"image_num": 70,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115326_54b2e57f_9919970800702791_87.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080533Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=53adaa8bbfb66cb1b47bda46deb8da0bfbc93616a794da13065cdb54f39c75fe",
"width": 4562,
"height": 6842,
"caption": "Caption: A black and white photograph of a building at night with a large illuminated sign in Hebrew. | Description: This is a black and white photograph taken at night, showing a multi-story building with a large, illuminated sign on its roof. The sign features Hebrew characters and is mounted on a metal framework. The building has balconies with railings and several windows. In the foreground, a curved road with white painted lines is visible, along with a modern-style streetlight emitting a bright glow. The scene is captured from an elevated perspective, looking down on the street and building. The sky is dark, and the overall image has a grainy texture typical of film photography. At the bottom of the photograph, there is a line of Hebrew text. | Scene: street (outdoor) | Objects: building, street, sign, streetlight, tree, text | Vibe: night, urban, still | Text: תל אביב בלילה Tel Aviv at night",
"short_caption": "A black and white photograph of a building at night with a large illuminated sign in Hebrew.",
"ocr_text": "תל אביב בלילה",
"ocr_translation": "Tel Aviv at night"
},
{
"image_id": "4b1c494e-0b8e-4276-afa2-7d7e9b317a79",
"image_num": 71,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115349_7024c30f_9919970800702791_88.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080602Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=a979a1b40dfcba0188d25227a18d4e2bddb72836dac35ef2985aa68cbe5cd78d",
"width": 4709,
"height": 6802,
"caption": "Caption: A black and white photograph of a narrow, cobblestone alley at night in Safed. | Description: This is a black and white photograph of a narrow, winding alley in an old city at night. The scene is characterized by deep shadows and high contrast, with a bright, out-of-focus light source in the upper right creating a large circular glow. The alley is paved with uneven cobblestones and flanked by buildings with arched doorways and windows. On the left, a building features a balcony with a metal railing and a wooden structure above it. A utility pole stands on the right side of the alley. The photograph is presented on a page with text below it, including the word \"safed\" and the phrase \"the ancient city of mysteries\" in both English and Hebrew. | Scene: street (outdoor) | Objects: building, street, balcony, pole, light, text | Vibe: mysterious, dark, quiet | Text: safed צפת Tzfat והמסתורין -- and the mysteries -- the ancient city of mysteries",
"short_caption": "A black and white photograph of a narrow, cobblestone alley at night in Safed.",
"ocr_text": "safed the ancient city of mysteries והמסתורין -- צפת",
"ocr_translation": "and the mysteries -- safed the ancient city of mysteries Tzfat"
},
{
"image_id": "6ace27df-c8c0-480e-aec9-54eed89e4690",
"image_num": 72,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115410_45b0e0f3_9919970800702791_89.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080618Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8e762563f472cccc7cdc89bef10600d68bcc1c03eea38fe06d00f28cd178931b",
"width": 4497,
"height": 6796,
"caption": "Caption: A black and white photograph of an elderly man in traditional attire. | Description: This is a black and white photograph of an elderly man, shown from the chest up. He has dark, curly hair, a full beard, and deeply wrinkled skin. He is wearing a dark, ornate robe with intricate light-colored embroidery featuring paisley and floral patterns on the sleeves and shoulders. A wide, patterned sash is draped across his chest. The man is looking down and to his right with a slight smile. The background is a plain, light-colored wall with a vertical element on the right. The image is framed by a white border with text at the bottom: 'bukhara jew' on the left, 'יוצא בוכרה' on the right, and 'בשלמת המסורת - the ancient robe of faith' centered below the photograph. | Scene: UNKNOWN (indoor) | Objects: robe, hat, sash | Vibe: historical, solemn, traditional | People: 1 | Actions: man wearing robe | Text: bukhara jew יוצא בוכרה Yotza Bokhara בַּעֲלַמְתָּ הַמְסֹרָה The ancient robe of faith the ancient robe of faith",
"short_caption": "A black and white photograph of an elderly man in traditional attire.",
"ocr_text": "bukhara jew the ancient robe of faith בַּעֲלַמְתָּ הַמְסֹרָה יוצא בוכרה",
"ocr_translation": "bukhara jew The ancient robe of faith Yotza Bokhara"
},
{
"image_id": "83d15e6f-faf1-4323-a08b-c183305c2f7a",
"image_num": 73,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115432_0cff0dab_9919970800702791_90.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080629Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=60f0298c02e90f94a0fa6cb56a1c3f703ce0f4afee62bf521ccf9c4cf1ac96f3",
"width": 4580,
"height": 6826,
"caption": "Caption: Three children play with a rope in front of a tent with drawings on it. | Description: A black and white photograph captures three children in front of a tent. On the left, a girl wearing a light-colored hooded dress with horizontal stripes stands barefoot, looking toward the camera with a slight smile. In the center, a boy in a cap and light-colored shirt pulls on a thick rope, his face lit with a wide smile. In the foreground, a younger child, also wearing a cap, is crouched and holding the rope. The background is a dark tent wall covered in white chalk-like drawings, including a menorah, a Star of David, and other figures. The scene is lit from the front, creating strong contrasts and shadows, and the ground appears to be uneven dirt or gravel. | Scene: unknown (outdoor) | Objects: child, rope, tent, drawing, dress, hat, headscarf, shoe | Vibe: playful, documentary, historical | People: 3 | Actions: child holding rope, child sitting, child standing | Text: CHOPPER THINK D 3",
"short_caption": "Three children play with a rope in front of a tent with drawings on it.",
"ocr_text": "3 CHOPPER D THINK",
"ocr_translation": "3 CHOPPER D THINK"
},
{
"image_id": "9922b431-6cdc-43ca-ac1f-1f93f25becb9",
"image_num": 74,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115459_7d973e93_9919970800702791_91.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080637Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=633312e5a16a65a0fd494f5f70c95fa5d6d3a6678bbf61bbe99d48e51741db9b",
"width": 4736,
"height": 6843,
"caption": "Caption: A black and white photograph of three young children laughing, with text in English and Hebrew below. | Description: This is a black and white photograph of three young children, likely girls, positioned side-by-side and looking towards the right of the frame. The child on the left has dark, curly hair styled in a bouffant and is smiling with her eyes closed. The middle child has lighter, curly hair and is laughing with her hand near her mouth. The child on the right has curly hair and is also laughing, looking upwards. They are wearing light-colored, possibly patterned, dresses. The background is a plain, light-colored wall. Below the photograph, there is a white space with text in both English and Hebrew. The English text reads \"kibbutz children\" and \"hanuka, the feast of lights, in a maabara\". The Hebrew text includes \"ילדי קבוץ\" (kibbutz children) and \"...העתיד של עם...\" (the future of the people...). The lighting appears to be bright and even, suggesting an outdoor or well-lit indoor setting. | Scene: UNKNOWN (outdoor) | Objects: children, text | Vibe: happy, joyful, innocent | People: 3 | Actions: children standing | Text: kibbutz children ילד קבוץ kibbutz child בחנוכה, חנ האורים, בסעברה Hanukkah, the feast of lights, in a maabara המחיור של עם... the future of the people...",
"short_caption": "A black and white photograph of three young children laughing, with text in English and Hebrew below.",
"ocr_text": "kibbutz children בחנוכה, חנ האורים, בסעברה המחיור של עם... ילד קבוץ",
"ocr_translation": "Hanukkah, the feast of lights, in a maabara kibbutz child kibbutz children the future of the people..."
},
{
"image_id": "4e000f33-8f85-4786-a2ea-0255207e6803",
"image_num": 75,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115525_d66bdc16_9919970800702791_92.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080603Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6ea3b16afb40e48071fad4a91599044367b1c198c311ca443e8cbc128df320f7",
"width": 4585,
"height": 6863,
"caption": "Caption: A black and white photograph of a woman holding a young child, with text below. | Description: This is a black and white photograph of a woman and a young child, presented as a printed page. The woman, with dark hair, is holding the child on her lap. She is looking towards the right side of the frame with a neutral expression. The child, with light-colored hair, is looking forward with a somber expression. The woman is wearing a light-colored, short-sleeved top, and the child is in a patterned shirt. The photograph is vertically oriented and occupies the central portion of the page. Below the image, there is text in both English and Hebrew. The English text reads \"sisters, maabara beersheba\" and \"love, care and --\". The Hebrew text reads \"אחים במעברת באר שבע\" and \"אהבה\". | Scene: UNKNOWN (UNKNOWN) | Objects: woman, child, shirt, text | Vibe: somber, intimate, documentary | People: 2 | Actions: woman holding child | Text: sisters, maabara beersheba אחיות במעברת באר שבע sisters in the maabara in Beersheba אהבה Love love, care and --",
"short_caption": "A black and white photograph of a woman holding a young child, with text below.",
"ocr_text": "love, care and -- sisters, maabara beersheba אהבה אחיות במעברת באר שבע",
"ocr_translation": "Love love, care and -- sisters in the maabara in Beersheba sisters, maabara beersheba"
},
{
"image_id": "fa1833a4-d83f-40b7-83c8-0d1c7db0895a",
"image_num": 76,
"album_id": "AL057",
"album_title": "Off the beaten track",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251021_115545_5866a15d_9919970800702791_93.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080718Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=938b7d54a04a2576054a63dbe87a530e7c556b832e79cc1b0bcb8a5cfec23542",
"width": 4768,
"height": 6869,
"caption": "Caption: Two children studying on the ground outside a building. | Description: A black and white photograph shows two children sitting on a paved outdoor surface, likely a sidewalk or alley, engaged in studying. In the foreground, a child with short dark hair, wearing a light-colored dress, is kneeling on a folded cloth. This child is holding an open book in their left hand and writing with a pencil in their right hand on a piece of paper. Behind them, another child with dark, styled hair, wearing a patterned dress, is also kneeling and writing in a notebook. The scene is set against a plain wall and a doorway. The lighting appears to be natural daylight, casting soft shadows. The image has text at the bottom: 'neve shalom quarter of tel-aviv' on the left, and ' persistence - outside crowded homes' with Hebrew text on the right. | Scene: street (outdoor) | Objects: child, book, paper, pencil, pillow, wall, pipe, text | Vibe: determined, focused, resilient | People: 2 | Actions: child reading book, child writing on paper, child holding pencil, child holding book, child sitting on ground | Text: neve shalom quarter of tel-aviv בשכונה נוה שולום בחל אב In the Neve Shalom neighborhood, in the Ab district מאין שולחן . . . From where the table . . . persistence — outside crowded homes",
"short_caption": "Two children studying on the ground outside a building.",
"ocr_text": "neve shalom quarter of tel-aviv persistence — outside crowded homes בשכונה נוה שולום בחל אב מאין שולחן . . .",