Skip to content

breezykermo/paideia-developer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Developer's Guide: The Paideia Institute

What follows is an introduction to the various digital humanities initiatives that are currently warm in Paideia's melting pot. This is the beginning of your adventure and eventual contribution to the wonderful world of Paideia.

Chromium Dictionary

Chromium Dictionary is a Chrome extension that translates Latin or Greek directly in your webpage. It references the lexical parsers over at the Perseus Project, returning a part of the results each time a user highlights a word in a tab where Chromium has been activated.

Technologies

Chromium also deals with HTTP requests, the foodstuff of web communication. If you have experience with these things, or you're interested in learning about them, head over to the Chromium repo on Github, and follow the instructions on the Readme.

Ideas for extension

  • Develop Chromiums for Safari and Firefox.
  • Add the ability to view LSJ and Logeion entries in the right-hand panel.
  • More sophisticated styling, features etc.
  • More detailed lexical parsing/dictionary information. The full-bodied realization of this idea is the (no longer maintained) Alpheios extension for Firefox.

Delphin iOS Reader

Delphin is an iOS reader for the Delphin Classics, a series of texts published in the late 18th and early 19th centuries, publications of many great Latin classics replete with commentaries and lemmata, all of which are in Latin. Delphin is designed to render these texts in a cleaner, more readable format, allowing users to tap on words to see associated notes and lemmata, and making sure that all the related notes are rendered on the same page.

The app loads in texts that have been marked up in Delphin XML, and then renders each page by calculating how much associated text (sentences, notes & lemmata) can fit on each page, printing as much content as it can on each page without overflow, so that reading on Delphin 'metaphorizes' the idea of reading a book with pages. It does this by categorizing chunks of associated text as 'sense units', rendering as many sense units on a page until overflow, and then cutting the last sense unit (the one that caused overflow) before rendering the page. Delphin was originally developed for iPad, and has since been adapted to an iPhone's smaller screen, using a scroll view when the iPhone's smaller screen doesn't hold even one sense unit.

Technologies

note: Xcode requires a Mac. Sorry Windows chaps.

Delphin is hosted on Bitbucket as a private repo. If you are interested in working on this, email Lachie (Digital Humanities Fellow 2015-16) at kermode@paideia-institute.org.

Ideas for extension

  • Android version of Delphin (using either Android Studio, or possibly React Native if you have experience with React and ES6 JavaScript.
  • Improved experience for iPhone.
  • Better way of reasoning text on a page than 'sense units'.
  • General improvements, features.

www.paideia-institute.org: Nationbuilder Website

Paideia's website is not just a description of the institute for publicity's purpose--many of Paideia's program applications, donations, and internal classical tours management is handled through the website's backend, which runs on Nationbuilder. Form submissions are managed through 123ContactForms, and payments are handled through either Paypal or Stripe.

Technologies

The Paideia Nationbuilder interface requires a username and login. Ask Jason to create an account for you, or email Lachie if Jason isn't available.

See the Nationbuilder specific docs in this repo for more information.

Ideas for extension

  • More sophisticated Classical Tour teacher pages, using Liquid templating and Nationbuilder APIs.
  • Better documentation for styling, and how to make changes.

Web Crawling for R&D

Paideia has a repository of scripts that attempt to scrape American High School registrars for useful information about Latin and Classics teachers, in order to keep our records updated.

Technologies

  • Python
  • Scrapy, web crawling library

Web scraping is the practice of writing scripts to automatically and 'intelligently' crawl certain websites for interesting information, meaning that it deals in HTTP requests, usually through the Terminal or Command Prompt. If you'd like to work on this project, head over to the Latin Teachers repository on Github, and follow the instructions in the Readme.

Ideas for extension

Paideia API

The Paideia API is more of an idea than a reality at the moment. It was scaffolded during the creation of Chromium, while we were brainstorming potential uses of the extension. One idea was to use the extension as a way to read 'footnotes' in specifically curated posts, as part of a larger learning experience. This Paideia API was created as an endpoint where that relevant information might be stored. Eventually, we settled on just using Perseus for Chromium v1, without the Paideia API. However, a Paideia API could be useful in several ways:

  • Exist as an endpoint from which applications like Delphin could download data.
  • Service client applications in the Classics, providing a range of useful services; e.g. simple dictionary translation, lexical parsing, make available Paideia data that might be useful more generally.

Technologies

If you are interested in working on the Paideia API, you can download the unfinished boiler code on Github, and flesh out your imagination in code.

About

A set of resources for developers at Paideia.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages