Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
<?xml version="1.0"?>
<repository xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:oai="http://www.openarchives.org/OAI/2.0/" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
<record>
<header>
<identifier>oai:UFDC:AA00000515_00001</identifier>
<datestamp>2014-08-09T05:18:30Z</datestamp>
<setSpec>fdnlmg</setSpec>
</header>
<metadata>
<mods:mods xmlns:mods="http://www.loc.gov/mods/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-7.xsd">
import datetime
"""
# FlaLD CONTROL VARIABLES
#
# CONFIG_DICT is the list of expected repox exports and requisite mappings
# Keys are shortened forms of repox export directories.
# They will be expanded by citrus-run using glob.glob(key*), so full names aren't required.
# They should be relatively descriptive to avoid collision with other sets.
# Values are tuples storing various run settings.
from collections import namedtuple
DataProvider = namedtuple('DataProvider', 'code oai_url mdprefix oai_sets')
OAI_DICT = {
'boynton': DataProvider('boynton',
'http://dpanther.fiu.edu/sobek/sobekcm_oai.aspx',
'oai_dc',
['boy']),
'brockway': DataProvider('brockway',
from collections import namedtuple
DataProvider = namedtuple('DataProvider', 'code oai_url mdprefix oai_sets')
OAI_DICT = {
'boynton': DataProvider('boynton',
'http://dpanther.fiu.edu/sobek/sobekcm_oai.aspx',
'oai_dc',
['boy']),
'brockway': DataProvider('brockway',
import datetime
"""
# FlaLD CONTROL VARIABLES
#
# CONFIG_DICT is the list of expected repox exports and requisite mappings
# Keys are shortened forms of repox export directories.
# They will be expanded by citrus-run using glob.glob(key*), so full names aren't required.
# They should be relatively descriptive to avoid collision with other sets.
# Values are tuples storing various run settings.
from collections import namedtuple
DataProvider = namedtuple('DataProvider', 'code oai_url mdprefix oai_sets')
OAI_DICT = {
'boynton': DataProvider('boynton',
'http://dpanther.fiu.edu/sobek/sobekcm_oai.aspx',
'oai_dc',
['boy']),
'brockway': DataProvider('brockway',
import datetime
"""
# FlaLD CONTROL VARIABLES
#
# CONFIG_DICT is the list of expected repox exports and requisite mappings
# Keys are shortened forms of repox export directories.
# They will be expanded by citrus-run using glob.glob(key*), so full names aren't required.
# They should be relatively descriptive to avoid collision with other sets.
# Values are tuples storing various run settings.
from collections import namedtuple
DataProvider = namedtuple('DataProvider', 'code oai_url mdprefix oai_sets')
OAI_DICT = {
'boynton': DataProvider('boynton',
'http://dpanther.fiu.edu/sobek/sobekcm_oai.aspx',
'oai_dc',
['boy']),
'brockway': DataProvider('brockway',
import datetime
"""
# FlaLD CONTROL VARIABLES
#
# CONFIG_DICT is the list of expected repox exports and requisite mappings
# Keys are shortened forms of repox export directories.
# They will be expanded by citrus-run using glob.glob(key*), so full names aren't required.
# They should be relatively descriptive to avoid collision with other sets.
# Values are tuples storing various run settings.
from collections import namedtuple
DataProvider = namedtuple('DataProvider', 'code oai_url mdprefix oai_sets')
OAI_DICT = {
'boynton': DataProvider('boynton',
'http://dpanther.fiu.edu/sobek/sobekcm_oai.aspx',
'oai_dc',
['boy']),
'brockway': DataProvider('brockway',