This repo has been forked and is now in active development at https://github.com/p-lod/PALP-Workspace.
PALP Workspace is a Flask web application that was created to help researchers for the PALP project connect different sources of data to each other. It links Pompei: pitture e mosaici, Pitture e pavimenti di Pompei, PompeiiinPictures, and an ArcGIS Map. The workspace is currently hosted at https://workspace.p-lod.umasscreate.net/.
Users start by entering an ARC number, which queries the various databases based on location data. Each successive tab walks them through steps like validating OCR data, copying relevant descriptions, and choosing relevant pictures. The Description and Saved Data tabs are where that all comes together for them to save this linked data and use it to populate a Google Sheet with more detailed information.
- Clone or download GitHub repository
pip install -r requirements.txt
- Add relevant configuration files
- Add empty images/ directory within static/
- mysql.cfg
- MYSQL username, password, database, and host; each separated by newline
- user.cfg
- site username and password, separated by newline
- My Project-1f2512d178cb.json
- Generated by Google API - just rename file
- box_config.json
- Generated by Box API - just rename file
- templates/ - HTML files that take in Flask output and display the site
- app.py - main Flask Python file; further documentation
- static/css/style.css - Basic styling