Skip to content

thePortus/networks-of-roman-eleusis

Repository files navigation

Networks of Roman Eleusis

A Digital Scholarship Tool for Studying Ancient Epigraphy

By David J. Thomas, thePortus.net


Background

The Sanctuary of Eleusis was one of the most famous in the ancient world. Its occult rites, known as the Eleusinian Mysteries, literally gave us the world "mysterious." On the borders of Athens, some fourteen miles distant, stood the shrine to The Two Goddesses, Demeter and Kore (Persephone). It's rites, known as the Eleusinian Mysteries, attracted thousands of initiates every year including Athenians of all kinds, tourists and visitors, Greeks, Romans, and even several Roman Emperors.

At this very spot, the Athenians believed, Hades sprung from the underworld and snatched Persephone. More proudly, they boasted, it was this same spot where Demeter gave the gift of grain to humankind. The rites included several days of purification, sacrifice, and long marching and dancing into the night. We know very little because of the vow to keep all knowledge of them from any non-initiates.

For centuries, the Athenians published inscriptions in honor of individuals and gods. In the Roman era, however, they erected statues at unprecedented rates. These inscriptions, both in their individuality and in sum, provide evidence on hundreds of individuals and the workings of important institutions.

As time went on in the Roman era, not only were there more inscriptions, people, and honors, but these claims became more interwoven, and people linked themselves to more distant relatives and claims. Visualizing the interconnectedness of all this is nearly impossible traditionally. This site builds tools for the scholars to examine the individuals, institutions, and honors that appear on these inscriptions.


An example of the difficulty can be seen in an inscription publicly funded by Athens at Eleusis during the reign of Marcus Aurelius in honor of an extraordinary altar-priest of the sanctuary, Lucius Memmius from the deme of Thorikos. The statue is lost, but the statue base reads…

                                    IG II2 3620
                                    c.177-180 C.E.

    ἡ πόλις
    Λ. Μέμμιον ἐπὶ βωμῶι Θορίκιον
    τὸν ἀπὸ δᾳδούχων καὶ ἀρχόντων
    καὶ στρατηγῶν καὶ ἀγωνοθετῶν,
5   τὸν καὶ αὐτὸν μετὰ τῶν ἄλλων ἀρχῶν
    καὶ λιτουργιῶν · ἄρξαντα τὴν ἐπώ-
    νυμον ἀρχὴν καὶ στρατηγὸν ἐπὶ τὰ
    ὅπλα καὶ ἐπιμελητὴν γυμνασιαρχίας
    θεοῦ Ἁδριανοῦ  καὶ ἀγωνοθέτην τρίς,
10  πρεσβευτήν τε πολλάκις περὶ τῶν με-
    γίστων · ἐν οἷς καὶ περὶ γερουσίας · μυή-
    σαντα παρόντος θεοῦ Ἁδριανοῦ,
    μυήσαντα θεὸν Λούκιον Οὐῆρον
    Ἀρμενιακὸν Παρθικὸν καὶ Αὐτοκράτορας
15  Μ. Αὐρήλιον Ἀντωνῖνον · καὶ Μ. Αὐρήλιον
    Κόμμοδον Γερμανικοὺς Σαρματικούς,
    [λ]ιτουργήσαντα τοῖν θεοῖν · ἔτεσι Νϛ, τὸν (as altar-priest) for 56 years,
    [ἀ]π’ ἀρχιερέων · τὸν φιλόπατριν. priests; a patriot.

    The polis (honors)
    L. Memmius, the altar-priest from Thorikos,
    he (being descended) from daduchs and archons
    and generals and agonothetes,
5   himself (having) other offices
    and public benefactions; (including) being eponymous
    archon and hoplite-general
    and overseer of the gymnasiarchy
    of the divine Hadrian; and being agonothete three times,
10  also being an ambassador often concerning the greatest
    affairs; among which also were those concerning the gerousia;
    having initiated when the divine Hadrian was present,
    having initiated the divine Lucius Verus
    Armeniacus Parthicus, and the emperors
15  M. Aurelius Antoninus and M. Aurelius
    Commodus Germanicus Sarmaticus,
    benefacting the two goddesses (as altar-priest) for 56 years,
    and being one of the imperial priests; a patriot.

The personal boasts of Memmius reveal much about the values of the Athenian elite under the Roman empire. He was able to claim honors both civic and imperial, Athenian and Roman. Many of the offices that he advertised were public, yet his tenure of the altar-priesthood was private, obtained through his membership in the priestly college of the Kerykes. In proclaiming his descent from daduchs, the most important sacred officials of the Kerykes, and archons, the most important public offices of Athens, Memmius neatly merges civic and sacred elements. The site of Eleusis, and the activities of members of the Kerykes in particular, demonstrate that there was an informal but important connection between political and religious authority. Furthermore, ‘public’ and ‘private’ forms authority were not opposed, but regularly combined for mutual benefit. Similarly, Athenian and Roman identities were not necessarily at odds. Not only was Memmius an altar-priest at the Sanctuary of Eleusis, but he was also an imperial priest who initiated members of the emperor's family. In an attempt to cement their place in the competitive game of status display, elites regularly resorted to both Athenian and Roman honors. Roman honors supplemented, but never surpassed native Athenian status. In combining these elements they constructed a positive understanding of Athens’ place in the Roman empire.

Dedication to the altar-priest overlayed with links

This project also explores a new possibility for understanding long-term trends by employing dynamic network analysis to visually map changes in the complex combinations of statuses and the reciprocal connections between individuals and institutions recorded on stone. Inscriptions are not merely passive records but also persuasive documents, selectively foregrounding some social realities while eliding others. Tracing these constellations of associations, we can put our finger on the pulse of social competition and status display and understand precisely why 'Romanization' is a difficult term to explain change at the sanctuary.


Installation

Install NodeJS

Linux (Debian)

# update package manager
sudo apt-get update
# install node and npm
sudo apt-get install nodejs npm

OSX

# install homebrew package manager if not already installed
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# update package manager
brew update
# install node and npm
brew install node

Install & Configure MySQL

Installing - Linux (Debian)

# update package manager
sudo apt-get update
# install node and npm
sudo apt-get install mysql-server

Installing - OSX

# update package manager
brew update
# install node and npm
brew install mysql

Setup - Both Linux & OSX

# launch mysql as root user
mysql -u root
-- replace eleusisuser and password with whatever you want
CREATE USER 'eleusisuser'@'localhost' IDENTIFIED BY 'password';
-- grant permissions to eleusisuser
GRANT PRIVILEGE ON *.* TO 'eleusisuser'@'localhost';
-- update privileges
FLUSH PRIVILEGES;

Install Angular & Sequelize CLIs

npm install -g @angular/cli
npm install -g sequelize-sli

Clone and Install Repository

git clone https://github.com/thePortus/networks-of-roman-eleusis/
cd eleusis-api
npm install

Then, edit both configuration files in the server/config directory to reflect the username and password you set above. If you want to change the default name of the database, do so here. Now we need to create the database, migrate the models, and seed the starting data.

sequelize db:create
sequelize db:migrate
sequelize db:seed:all

One last step before we can start, we need to compile the front-end application.

ng build

Now launch the server!

npm start

Open your browser to http://localhost:8080 to begin using the application.