# Papercall Papercall.io is a nice conference management system that allows you to put out a call for papers and manage the entire review process. This ruby-gem uses the Papercall API to fetch all the submitted papers and do some analysis. Examples of the type of stats available are: * Number of papers in different states * Number of active reviewers * Number of submitted papers without any feedback * Number of papers missing reviews ## Installation Add this line to your application's Gemfile: ```ruby gem 'papercall' `````` And then execute: $ bundle Or install it yourself as: $ gem install papercall ## Usage The following code will fetch all the submissions from your event and print a summary of stats: ```ruby require 'papercall' Papercall.fetch(:from_papercall, "", :submitted, :accepted, :rejected, :waitlist, :declined) Papercall.summary ``` The Papercall gem also allows you to fetch individual states, or just the ones you care about: ```ruby Papercall.fetch(:from_papercall, "