Aristotl
An API for philosophy data.
Current Status: Out of planning and in development.
Rationale
There are many great sources for philosophy papers and readings:
- Extremely high quality articles on the Stanford Encyclopedia of Philosophy
- More high quality articles on the University of Tennessee Martin
- JSTOR has a ton of papers available, some free, some through institutional access.
- Philpapers has a huge database of contemporary philosophy papers.
- Project Gutenberg has a philosophy bookshelf
- and many more...
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