Giter Club home page Giter Club logo

author_names's Introduction

Author Names (OAQ - Online Author Questionnaire)

Description

OAQ is a web-based application that enables libraries to share author data collected by cooperating publishers. The application enables a publisher's staff to send email queries to authors to gather information such as:

  • Names under which an author publishes and any variants to the name
  • Biographical information
  • Information about other works by the same author

The application stores the information that authors return to publishers. Library staff can then use OAQ to view the author information and export it to formats such as CSV, ZIP, and INSI XML.

Libraries can reuse the author information from OAQ when establishing and updating name-authority records.

Code Repository

https://github.com/berkmancenter/author_names

User Documentation

We're in the process of finalizing user documentation, but once it's up this will get updated with a pointer to it.

Requirements

  • Ruby 1.9.3 and a bunch of gems included in the Gemfile
  • Rails 3.2.11
  • A postgresql 9.x database server. Other databases MAY work (e.g. mysql), but they are untested.
  • A webserver capable of interfacing with Rails applications. Ideally, apache or nginx with mod_passenger installed.
  • Linux or OSX. Linux would be easier.

Setup

  • Install requirements (see above)
  • Checkout the code
    • git clone https://github.com/berkmancenter/author_names
    • cd author_names
  • Install libraries
    • bundle install
  • Configure the database
    • cp config/database.yml.example config/database.yml
    • Setup a postgres user and update config/database.yml accordingly
    • rake db:create
    • rake db:setup
    • rake db:migrate
  • Modify "config/initializers/author_names.rb" for your environment
  • Run bootstrap rake tasks for test data:
    • rake authornames:bootstrap:run_all
  • Create cron jobs to automatically run rake tasks for sending out notifications:
    • rake authornames:cron_task:send_queued_emails

Issue Tracker

We maintain a closed-to-the-public [issue tracker] (https://cyber.law.harvard.edu/projectmanagement/projects/authornames). Any additional issues can be added to the GitHub issue tracker.

To Do

The current to do items can be found within the [issue tracker] (https://cyber.law.harvard.edu/projectmanagement/projects/authornames).

Built With

The generous support of the Harvard Library Lab, the Harvard Library Office for Scholarly Communication, the Berkman Center for Internet & Society and the Arcadia Fund

Technologies

Contributors

[Anita Patel] (https://github.com/apatel)

License

GPLv2 - See the LICENSE file for more information.

Copyright

Copyright © 2014 President and Fellows of Harvard College

author_names's People

Contributors

apatel avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.