Skip to content

Ruby on Rails application where users can upload research papers and create summaries, slides presentations, infographics and more.

Notifications You must be signed in to change notification settings

pulibrary/simplyresearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to simplyresearch 👋

License: MIT

SimplyResearch is a Ruby on Rails web application where users can upload PDF files of research papers and generate custom slides in seconds

Install

bundle install

Key Configuration

EDITOR="nano" bin/rails credentials:edit

Run this command to access your credentials.yml.enc file, which is what rails uses to store and encrypt your secrets. Add the following to enable google sign in/sign out (Make sure to fill it in with your google client id and secret)

google:
  client_id: 'your_google_client_id'
  client_secret: 'your_google_client_secret'

Run tests

rails test

Author

👤 Ranveer Singh & James Griffin

Show your support

Give a ⭐️ if this project helped you

About

Ruby on Rails application where users can upload research papers and create summaries, slides presentations, infographics and more.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 53.6%
  • HTML 39.9%
  • JavaScript 2.3%
  • Dockerfile 1.7%
  • Shell 1.5%
  • CSS 0.7%
  • TypeScript 0.3%