This project contains slide for my conference talk on the Enneagram for Engineers.
The various links and resources mentioned in the talk are replicated here for easy reference:
- Ian Cron and Suzanne Stabile
- The Liturgists Podcast episode 37
- The Road Back To You (website) (podcast) (book)
- Typology Podcast
- enneagraminstitute.com
- Sarajane Case
- Enneagram Tests
- Eclectic Energies (free)
- Enneagram Institute ($12)
- Ian Cron ($60/$120)
- The various versions of the enneagram circle throughout this presentation are my own derivatives of an image from Wikimedia Commons which is public domain. I also release my derivatives as public domain.
- The Supa Hot Fire gif on the "You mean like Myers-Briggs?" slide is a meme widely available on the internet.
- The Haskell Logo on the same slide is my own derivative of an image from Wikimedia Commons which is public domain. I also release my derivative as public domain.
- The image of the seven with wings is from Enneagram Girl and is used by permission.
The presentation is built with impress.js. The main presentation is in templates/index.html.
To run the presentation, you'll need python and flask. The easiest way is to install python and then create a virtual environment:
virtualenv venv source venv/bin/activate pip install flask
Then start the presentation with:
FLASK_APP=app.py flask run
Now open a browser to http://localhost:5000/.