Skip to content

Commit ba7a1ef

Browse files
committed
Add comment in config if DSpace or Digital Commons
Update base urls Add tests for sources
1 parent 226bac6 commit ba7a1ef

117 files changed

Lines changed: 308 additions & 134 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

share/sources/au.uow/source.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# Digital Commons/Bepress
12
configs:
23
- base_url: http://ro.uow.edu.au/do/oai/
34
disabled: false
4-
earliest_date: null
5+
earliest_date: 2000-01-19T00:00:00Z
56
harvester: oai
67
harvester_kwargs: {metadata_prefix: oai_dc}
78
label: au.uow

share/sources/be.ghent/source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ configs:
1515
type_map: {}
1616
- base_url: https://biblio.ugent.be/oai
1717
disabled: false
18-
earliest_date: null
18+
earliest_date: 1970-01-01T00:00:01Z # inorrect, probably earliest published
1919
harvester: oai
2020
harvester_kwargs: {metadata_prefix: mods}
2121
label: be.ghent.mods

share/sources/br.pcurio/source.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
configs:
2-
- base_url: http://www.maxwell.vrac.puc-rio.br/DC_Todos.php
2+
- base_url: https://www.maxwell.vrac.puc-rio.br/DC_Todos.php
33
disabled: false
4-
earliest_date: null
4+
earliest_date: 1970-01-01 # incorrect, probably earliest published
55
harvester: oai
66
harvester_kwargs: {metadata_prefix: oai_dc, time_granularity: false}
77
label: br.pcurio

share/sources/ca.umontreal/source.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# DSpace
12
configs:
23
- base_url: http://papyrus.bib.umontreal.ca/oai/request
34
disabled: false
4-
earliest_date: null
5+
earliest_date: 2005-05-18T18:27:23Z
56
harvester: oai
67
harvester_kwargs: {metadata_prefix: mods}
78
label: ca.umontreal.mods

share/sources/ca.uwo/source.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# Digital Commons/Bepress
12
configs:
23
- base_url: http://ir.lib.uwo.ca/do/oai/
34
disabled: false
4-
earliest_date: null
5+
earliest_date: 2000-01-19T00:00:00Z
56
harvester: oai
67
harvester_kwargs: {metadata_prefix: oai_dc}
78
label: ca.uwo

share/sources/ch.cern/source.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
configs:
2-
- base_url: http://cdsweb.cern.ch/oai2d/
2+
- base_url: http://cds.cern.ch/oai2d
33
disabled: false
4-
earliest_date: null
4+
earliest_date: 1969-12-31T23:00:00Z # incorrect, probably earliest published
55
harvester: oai
66
harvester_kwargs: {metadata_prefix: oai_dc}
77
label: ch.cern

share/sources/com.nature/source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
configs:
22
- base_url: http://www.nature.com/oai/request
33
disabled: false
4-
earliest_date: null
4+
earliest_date: 1869-11-04 # incorrect, probably earliest published
55
harvester: oai
66
harvester_kwargs: {metadata_prefix: oai_dc, time_granularity: false}
77
label: com.nature

share/sources/edu.ageconsearch/source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
configs:
22
- base_url: http://ageconsearch.umn.edu/browse-date
3-
disabled: false
3+
disabled: true
44
earliest_date: null
55
harvester: edu.ageconsearch
66
harvester_kwargs: {}

share/sources/edu.asu/source.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# Link in <location><url>
12
configs:
2-
- base_url: http://repository.asu.edu/oai-pmh
3+
- base_url: https://repository.asu.edu/oai-pmh
34
disabled: false
4-
earliest_date: null
5+
earliest_date: 2011-05-06T20:05:41Z
56
harvester: oai
67
harvester_kwargs: {metadata_prefix: mods}
78
label: edu.asu.mods

share/sources/edu.boise_state/source.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# Digital Commons/Bepress
12
configs:
23
- base_url: http://scholarworks.boisestate.edu/do/oai/
34
disabled: false
4-
earliest_date: null
5+
earliest_date: 2000-01-19T00:00:00Z
56
harvester: oai
67
harvester_kwargs: {metadata_prefix: oai_dc}
78
label: edu.boise_state

0 commit comments

Comments
 (0)