Skip to content

A tool designed to help librarians research self-archiving policies around faculty publications, and aggregate those results in a tidy, edit-able PDF or HTML report that can be sent directly to faculty. For institutions conducting "CV reviews", this workflow likely sounds familiar. The tool is web-based, with a MySQL backend, and pulling in publ…

Notifications You must be signed in to change notification settings

WSULib/CVreviewTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1da1560 · Sep 12, 2016

History

51 Commits
Oct 2, 2014
Nov 1, 2013
Aug 12, 2015
Oct 2, 2014
Jun 24, 2014
Mar 17, 2014
Oct 2, 2014
Feb 15, 2016
Oct 3, 2014
Aug 12, 2015
Mar 17, 2014
Oct 3, 2014
Aug 12, 2015
Jun 24, 2014
Aug 12, 2015
Mar 17, 2014
Mar 17, 2014
Mar 17, 2014
Feb 15, 2016
Feb 15, 2016
Feb 15, 2016
Mar 17, 2014
Apr 16, 2014
Oct 2, 2014
Mar 17, 2014
Mar 17, 2014
Nov 1, 2013
Feb 15, 2016
Aug 12, 2015
Aug 12, 2015
Sep 12, 2016
Sep 12, 2016
Sep 12, 2016
Nov 1, 2013
Mar 17, 2014
Nov 21, 2013
Oct 3, 2014
Oct 2, 2014
Nov 1, 2013

Repository files navigation

CVreviewTool

A tool designed to help librarians research self-archiving policies around faculty publications, and aggregate those results in a tidy, edit-able PDF or HTML report that can be sent directly to faculty. For institutions conducting "CV reviews", this workflow likely sounds familiar. The tool is web-based, with a MySQL backend, and pulling in publisher policies via the SHERPA/RoMEO freely available API.

Installation Instructutions:

Edit configuration files

  • rename config/app_config.php.example to app_config.php, changing values where desired
  • rename config/db_config.php.example to db_config.php, reflecting the database, username, and password created in MySQL

Prepare MySQL

  • Log into mysql with as root or with administrator privileges.
  • Create database:
    • CREATE DATABASE CVreviewTool;
  • Create user:
    • GRANT ALL PRIVILEGES ON CVreviewTool.* TO CVreviewTool@localhost IDENTIFIED BY '[PASSWORD FROM config/db_config.php]';
  • Create tables:
    • Navigate to 'db' directory
    • Create tables: mysql -u [USERNAME CREATED] -p [DATABASE CREATED] < db_structure.sql

Set Permissions:

  • Set permissions for directories where files are written to:
    • sudo chown -R www-data:www-data articles cvs pdfs tmp

Troubleshooting:

Can't upload CV's?

You might need to increase the PHP "upload_max_filesize" variable in your php.ini file.

License

This utility is freely available and adaptable under CC-BY license.

Creative Commons License

About

A tool designed to help librarians research self-archiving policies around faculty publications, and aggregate those results in a tidy, edit-able PDF or HTML report that can be sent directly to faculty. For institutions conducting "CV reviews", this workflow likely sounds familiar. The tool is web-based, with a MySQL backend, and pulling in publ…

Resources

Stars

Watchers

Forks

Packages

No packages published