El Mandara

El Mandara (Arabic: المندرة) is a neighborhood in Alexandria, Egypt.

El Mandara

المندرة
El Mandara
Location in Egypt
Coordinates: 31.285519°N 30.021758°E / 31.285519; 30.021758
Country Egypt
GovernorateAlexandria
CityAlexandria
Time zoneUTC+2 (EST)

Ancient site

The modern neighborhood of El Mandara is identified with the ancient town of Taposiris or Chersonesus Parva, which was mentioned by the ancient writers Strabo and Ptolemy.[1] The ancient Greek geographer Strabo wrote that young people of Alexandria would celebrate feasts in the neighborhood.[2] There are few remains of the ancient town today.[3][4][5]

gollark: ```python#!/usr/bin/env python3import randomimport fileinput# https://github.com/LyricLy/Esobot/blob/bcc9e548c84ea9b23fc832d0b0aaa8288de64886/cogs/general.pylyrictable_raw = { "a": "а", "c": "с", "e": "е", "s": "ѕ", "i": "і", "j": "ј", "o": "о", "p": "р", "y": "у", "x": "х" }lyrictable = str.maketrans({v: k for k, v in lyrictable_raw.items()})for line in fileinput.input(): line = line.replace("\n", "") print(line.translate(lyrictable).replace("\u200b", ""))```
gollark: The homoglyphs thing would have been better, to be honest! I just copypasted the translation table esobot uses out of its source code.
gollark: But I'm really typing this fast! You're discriminating against me!
gollark: Bow to my amazing typing abilities, mortals.
gollark: You need an accessibility option for deaf people.

See also

Notes

  1. Ptolemy, Tetrabiblos
  2. Strabo, Geographica 17.1.16
  3. Stillwell, Richard; McAlister, William L.; Holland, Marian, eds. (1976). "Taposiris Parva". The Princeton encyclopedia of classical sites. Princeton University Press. Retrieved 2017-06-23.
  4. Tegg, Thomas (1829). London Encyclopaedia; Or, Universal Dictionary of Science, Art, Literature and Practical Mechanics: Comprising a Popular View of the Present State of Knowledge. 5. Thomas Tegg & Son. p. 568. Retrieved 2017-06-23.
  5. Conder, Josiah (1834). A Dictionary of Geography, ancient and modern, etc. Thomas Tegg & Son. p. 148. Retrieved 2017-06-23.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.