The philosophy API
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
api
graph
.gitignore
.travis.yml
LICENSE
Makefile
README.md
version.properties

README.md

Aristotl

An API for philosophy data.

Current Status: Out of planning and in development.

Build Status

Rationale

Join the Aristotl chat room

There are many great sources for philosophy papers and readings:

These are free, academic resources for high-quality philosophy. On the other hand, popular culture (especially Silicon Valley tech culture) does not seem to value academic philosophy. Certain figures have become popular, such as Ayn Rand or Alan Turing, but the history of philosophy is much richer than pop culture might realize.

How can philosophy become as ubiquitous and accessible as computer science? My answer to this question is to make philosophy even more accessible, in a medium that is familiar to computer scientists and software engineers.

Aristotl will accomplish this by exposing an API first, and later by creating a web app that will provide access to all of the data wrapped in an easy-to-use GUI. The API will contain endpoints for every philosopher, concept, and discipline in philosophy. Each endpoint will provide bibliographies of references collected from multiple sources, full-text articles where available, and recommendations for similar entries (calculated by the Aristotl system). This data will be persisted in a database and supplied by scraping encyclopedias or pulling from the Philpapers API.

Related projects

  • sep-elasticsearch by Richard Massey creates an Elastic Search database of all the SEP articles, for improved full-text search