https://github.com/austinjhunt/polydoc

Web application for viewing and managing multiple documents simultaneously on the web

https://github.com/austinjhunt/polydoc

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.2%) to scientific vocabulary

Keywords

docs grading multiview simultaneous
Last synced: 5 months ago · JSON representation

Repository

Web application for viewing and managing multiple documents simultaneously on the web

Basic Info
  • Host: GitHub
  • Owner: austinjhunt
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 5.46 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
docs grading multiview simultaneous
Created about 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme

README.md

polydoc

The following paths have been added to the URLs (both likely temporary) -

/hello - Displays Hello World text /display_document - Will download a document off of google drive (but right now, it's hard coded to a file ID on Josh's google drive)

Development

  1. Install Python 3.8 if you don't already have it installed.
  2. Clone this repo to a directory of your liking.

cd dev git clone https://github.com/austinjhunt/polydoc.git

  1. Navigate to the repo and create a Python 3.8 virtual environment to isolate the dependencies for this project.

cd polydoc python3.8 -m venv venv

  1. Activate the virtual environment and install the project requirements.

source venv/bin/activate # (or source venv/Scripts/activate if you're on Windows) pip install -r requirements.txt

  1. All Python dependencies are now installed. You should be able to run the development server with the following command:

python manage.py runserver

  1. The application should now be running on port 8000 of localhost. Try opening http://localhost:8000 in a browser.

Notes

  • Needed to set multiple buildpacks on Heroku to get the PDF2Image library to work. It depends on Poppler, which must be installed and in PATH. Executed the following from Heroku CLI for the library to work in Production. Documented here

heroku buildpacks:set heroku/python --app poly-doc heroku buildpacks:add --index 1 heroku-community/apt --app poly-doc heroku buildpacks:add --index 1 https://github.com/heroku/heroku-buildpack-apt --app poly-doc

  • Then needed to add an Aptfile to root containing popplerutils and libpng-dev
  • For dev, just needed to install Poppler, e.g. in Ubuntu sudo apt install poppler-utils

Owner

  • Name: Austin Hunt
  • Login: austinjhunt
  • Kind: user
  • Location: Greenville, SC
  • Company: College of Charleston

Portrait-artist-turned-computer-geek with a fused love for the visual and the technical, bringing experience with and excitement for web dev, automation, & art

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels