This distribution is not intended as a plug and play tool.  This
code package should be modified to fit your needs in classifying
papers retrieved from ADS.

In particular, all database connections must be modified to fit
your database set-up.  In addition, the ADS queries in 

  gui/get_list_AST  
  gui/get_list_INST  
  gui/get_list_PHY

should be modified for your observatory.

You will also need to define your journal definitions, datasets, etc
by populating the following tables:

  ddl_final_tables:create table datasets (
  ddl_final_tables:create table set2obsid (
  ddl_final_tables:create table std_keywords (
  ddl_final_tables:create table std_categories (
  ddl_final_tables:create table stdkwd_links (

  ddl_working_tables:create table bib2pub (
  ddl_working_tables:create table bib2set_work (

You will also want to change the defined categories and flags to fit
your observatories needs.
