Skip to content

Commit

Permalink
Merge pull request #463 from kms6bn/feature/add_u_south_fl
Browse files Browse the repository at this point in the history
add favicon, test, and harvester for university of south florida
  • Loading branch information
erinspace committed Jan 26, 2016
2 parents 0bd8a79 + 511b562 commit ac47387
Show file tree
Hide file tree
Showing 3 changed files with 1,063 additions and 0 deletions.
Binary file added img/favicons/u_south_fl_favicon.ico
Binary file not shown.
322 changes: 322 additions & 0 deletions scrapi/harvesters/u_south_fl.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,322 @@
'''
Harvester for the Scholar Commons for the SHARE project
Example API call: http://scholarcommons.usf.edu/do/oai/?verb=ListRecords&metadataPrefix=oai_dc
'''
from __future__ import unicode_literals

from scrapi.base import OAIHarvester


class U_south_flHarvester(OAIHarvester):
short_name = 'u_south_fl'
long_name = 'University of South Florida - Scholar Commons'
url = 'http://scholarcommons.usf.edu'

base_url = 'http://scholarcommons.usf.edu/do/oai/'
property_list = ['identifier', 'date', 'type', 'source', 'format', 'setSpec']

approved_sets = [
u'race_place',
u'ur_symposium',
u'abo',
u'tlar_pub',
u'tlar',
u'tlas_pub',
u'acc_etd',
u'afa',
u'afa_etd',
u'gey_etd',
u'alambique',
u'ana',
u'ana_etd',
u'ant',
u'ant_facpub',
u'ant_etd',
u'aba',
u'aba_facpub',
u'aba_etd',
u'arc_etd',
u'art_etd',
u'cutr_pub',
u'camprec',
u'sa_catalyst',
u'bcm',
u'bcm_facpub',
u'bcm_etd',
u'ocep_cbrr',
u'clphp',
u'ech',
u'ech_etd',
u'chm',
u'chm_facpub',
u'chm_etd',
u'cfs',
u'cfs_facpub',
u'cfs_etd',
u'egx',
u'egx_facpub',
u'egx_etd',
u'cas',
u'cbcs',
u'business',
u'business_pub',
u'coedu',
u'coedu_pub',
u'coe',
u'coe_pub',
u'marine',
u'marine_pub',
u'med',
u'nur',
u'pharm',
u'cph',
u'arts',
u'arts_pub',
u'spe_facpub',
u'csd',
u'csd_etd',
u'spe_etd',
u'cfh',
u'cfh_facpub',
u'cfh_etd',
u'clphp_cbdc',
u'esb',
u'esb_etd',
u'conferences',
u'couch_stone',
u'cjp',
u'cjp_facpub',
u'cjp_etd',
u'basgp_data',
u'dean_cbcs',
u'deepkarst_2016',
u'spe',
u'grad_dsli',
u'ecn',
u'ecn_etd',
u'els',
u'els_facpub',
u'els_etd',
u'edq',
u'edq_facpub',
u'edq_etd',
u'esf',
u'esf_facpub',
u'esf_etd',
u'ege',
u'ege_etd',
u'eng',
u'eng_facpub',
u'eng_etd',
u'tles',
u'tles_pub',
u'tles_gallery',
u'tles_oh',
u'eoh',
u'eoh_etd',
u'epb',
u'epb_etd',
u'sg_exec_pubs',
u'camprec_exlib',
u'fmhi_el',
u'fmhi_pub',
u'fs',
u'fs_pubs',
u'fin',
u'fin_etd',
u'wusf_first',
u'fl_drive_in',
u'clphp_fphtc',
u'ocep_fg',
u'map_links',
u'gsp',
u'gep',
u'gep_etd',
u'gly',
u'gly_facpub',
u'gly_etd',
u'glo',
u'glo_etd',
u'gia',
u'gia_facpub',
u'gia_etd',
u'honors_gast',
u'grad',
u'grad_facpub',
u'etd',
u'hpm',
u'hpm_etd',
u'las_hhfc',
u'usfhistinfo_oh',
u'hty',
u'hty_facpub',
u'hty_etd',
u'honors',
u'hcs',
u'hcs_etd',
u'into_facpub',
u'into',
u'iigw',
u'basgp_images',
u'egs',
u'egs_etd',
u'qmb',
u'qmb_etd',
u'las',
u'ibl',
u'edk_etd',
u'bin',
u'bin_facpub',
u'bin_etd',
u'eie',
u'eie_etd',
u'interdisc_programs',
u'clumped_isotope',
u'iciworkshop_gallery',
u'ijs',
u'jacaps',
u'jea',
u'jpr',
u'jpt',
u'jss',
u'sg_jud_pubs',
u'las_facpub',
u'las_etd',
u'latcom_2013',
u'ehe',
u'ehe_facpub',
u'ehe_etd',
u'sg_leg_pubs',
u'fmhi',
u'man',
u'man_etd',
u'msc_facpub',
u'msc_etd',
u'mkt',
u'mkt_etd',
u'com',
u'com_etd',
u'mth',
u'mth_facpub',
u'mth_etd',
u'egr',
u'egr_etd',
u'mhlp',
u'mhlp_facpub',
u'mhlp_etd',
u'mhs_etd',
u'mca',
u'tow_gallery',
u'tow',
u'mme',
u'mme_etd',
u'emu',
u'emu_etd',
u'mus_etd',
u'nckms_2013',
u'numeracy',
u'nur_facpub',
u'nur_etd',
u'ocep',
u'ocep_pub',
u'ocep_workshops',
u'ur',
u'onc',
u'onc_etd',
u'honors_et',
u'pcb',
u'pcb_etd',
u'pcmr',
u'pth',
u'pth_etd',
u'pharm_facpub',
u'phi',
u'phi_etd',
u'edj_etd',
u'phy',
u'phy_etd',
u'pyb',
u'pyb_etd',
u'ocep_pi',
u'clphp_perlc',
u'projects',
u'psy',
u'psy_facpub',
u'psy_etd',
u'phc',
u'phc_etd',
u'race_place_gallery',
u'mhs',
u'mhs_facpub',
u'rel',
u'rel_etd',
u'basgp_report',
u'research_matters',
u'research_matters_gallery',
u'surcosur',
u'tlar_scpub',
u'acc',
u'gey',
u'arch',
u'art',
u'geo',
u'geo_facpub',
u'si',
u'si_facpub',
u'si_etd',
u'mus',
u'edj',
u'the',
u'tles_sealevel',
u'sla',
u'sla_etd',
u'edi',
u'edi_etd',
u'sinkhole_2013',
u'sinkhole_2015',
u'sbdc',
u'sok',
u'sok_etd',
u'soc',
u'soc_etd',
u'tlsdc',
u'ese',
u'ese_etd',
u'lat_sponsor_gallery',
u'lat_sponsors',
u'siv',
u'sa',
u'sa_facpub',
u'sa_pub',
u'sg',
u'geologia',
u'subsust',
u'compaccountability-2013',
u'basgp',
u'tlib',
u'edr',
u'edr_etd',
u'oa_textbooks',
u'cutr',
u'tci',
u'fhm_newsletter',
u'iwic',
u'the_facpub',
u'alumni_pubs',
u'usf_facpub',
u'usf_gallery',
u'lib',
u'usf_gallery_ri',
u'tloa',
u'human_trafficking',
u'ujmm',
u'wusf',
u'wst',
u'wst_etd',
u'wle',
u'wle_etd',
u'wle_facpub'
]

timezone_granularity = True
Loading

0 comments on commit ac47387

Please sign in to comment.