Skip to content

Instantly share code, notes, and snippets.

@jrochkind
Created November 14, 2012 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrochkind/805fb4246601980cb89f to your computer and use it in GitHub Desktop.
Save jrochkind/805fb4246601980cb89f to your computer and use it in GitHub Desktop.
$ebsco_dbs = []
$ebsco_dbs.push( 'a9h' ) # Academic Search Complete **
$ebsco_dbs.push( 'awn' ) # Africa-Wide Information **
$ebsco_dbs.push( 'ahl' ) # America: History & Life **
$ebsco_dbs.push( 'rfh' ) # ATLA Religion Database with ATLASerials **
$ebsco_dbs.push( 'rzh' ) # CINAHL Plus with Full Text **
$ebsco_dbs.push( 'cmedm') # Medline
$ebsco_dbs.push( 'ufh' ) # Communication & Mass Media Complete **
$ebsco_dbs.push( 'eoh' ) # EconLit with Full Text **
$ebsco_dbs.push( '20h' ) # Educational Administration Abstracts **
$ebsco_dbs.push( 'eric') # ERIC
$ebsco_dbs.push( 'flh' ) # Family & Society Studies Worldwide **
$ebsco_dbs.push( 'f3h' ) # Film & Television Literature Index with Full Text **
$ebsco_dbs.push( 'fmh' ) # Gender Studies Database **
$ebsco_dbs.push( 'geh' ) # GeoRef **
$ebsco_dbs.push( '8gh' ) # GreenFILE **
$ebsco_dbs.push( 'hch' ) # Health Source: Nursing/Academic Edition **
$ebsco_dbs.push( 'hia' ) # Historical Abstracts **
$ebsco_dbs.push( '22h' ) # Human Resources Abstracts **
$ebsco_dbs.push( 'hgh' ) # Humanities International Index **
$ebsco_dbs.push( 'ijh' ) # International Political Science Abstracts **
$ebsco_dbs.push( 'lxh' ) # Library, Information Science & Technology Abstracts **
$ebsco_dbs.push( 'f5h' ) # MasterFILE Premier **
$ebsco_dbs.push( 'mth' ) # Military & Government Collection **
$ebsco_dbs.push( 'mzh' ) # MLA International Bibliography **
$ebsco_dbs.push( 'phl' ) # Philosopher's Index **
$ebsco_dbs.push( 'pdh' ) # PsycARTICLES **
$ebsco_dbs.push( 'psyh' ) # PsycINFO **
$ebsco_dbs.push( 'rih' ) # RILM Abstracts of Music Literature **
$ebsco_dbs.push( 'rph' ) # RIPM - Retrospective Index to Music Periodicals **
$ebsco_dbs.push( 's3h' ) # SPORTDiscus with Full Text **
$ebsco_dbs.push( 'trh' ) # Teacher Reference Center **
$ebsco_dbs.push( 'mah' ) # Music Index **
$ebsco_dbs.push( 'bth' ) # Business Source Complete **
$ebsco_dbs.push( 'cja' ) # Criminal Justice Abstracts **
$ebsco_dbs.push( 'lft' ) # Index to Legal Periodicals & Books Full Text (H.W. Wilson) **
$ebsco_dbs.push( 'asf' ) # Applied Science & Technology Full Text (H.W. Wilson) **
$ebsco_dbs.push( 'hsr' ) # Humanities & Social Sciences Index Retrospective: 1907-1984 (H.W. Wilson) **
$ebsco_dbs.push( 'rgr' ) # Readers' Guide Retrospective: 1890-1982 (H.W. Wilson) **
# Include OmniFile, we believe that is a superset of all
# other 'wilson' databases, and they don't need to be
# individually included.
$ebsco_dbs.push( 'ofm' ) # Wilson OmniFile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment