Skip to content

Commit

Permalink
Merge pull request #58 from aodn/add-nesp-config
Browse files Browse the repository at this point in the history
Add NESP harvester stuff
  • Loading branch information
utas-raymondng authored Jul 31, 2024
2 parents 62ca5b3 + 835bd08 commit 1654815
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 0 deletions.
8 changes: 8 additions & 0 deletions geonetwork-config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@
"type": "logos",
"jsonFileName": "wamsi_logo.json"
},
{
"type": "logos",
"jsonFileName": "nesp_logo.json"
},
{
"type": "groups",
"jsonFileName": "aims.json"
Expand Down Expand Up @@ -815,6 +819,10 @@
"type": "harvesters",
"jsonFileName": "imos-craig-catalogue.json"
},
{
"type": "harvesters",
"jsonFileName": "portal_catalogue_nesp_aodn_portal.json"
},
{
"type": "settings",
"jsonFileName": "imos-{active_profile}.json"
Expand Down
101 changes: 101 additions & 0 deletions geonetwork-config/harvesters/portal_catalogue_nesp_aodn_portal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{
"name": "External - IMAS: AODN Portal NESP",
"harvester_data": {
"node": {
"@type": "csw",
"site": {
"name": "External - IMAS: AODN Portal NESP",
"account": {
"use": "false",
"username": { },
"password": { }
},
"capabilitiesUrl": "http://metadata.imas.utas.edu.au/geonetwork/srv/eng/csw-AODN-Portal-NESP?request=GetCapabilities&service=CSW&acceptVersions=2.0.2",
"icon": "NESP_logo.png",
"xslfilter": "portal-linkage-updater",
"outputSchema": "http://standards.iso.org/iso/19115/-3/mdb/2.0"
},
"content": {
"validate": "false",
"importxslt": "none"
},
"options": {
"every": "0 45 23 ? * *",
"oneRunOnly": "false",
"status": "active"
},
"searches": {
"search": {
"CreationDate":{ "value": null },
"GeographicDescriptionCode":{ "value":null },
"OperatesOn":{ "value":null },
"Modified":{ "value":null },
"DistanceUOM":{ "value":null },
"Operation":{ "value":null },
"ResourceIdentifier":{ "value":null },
"Format":{ "value":null },
"Identifier":{ "value":null },
"Language":{ "value":null },
"ServiceType":{ "value":null },
"OrganisationName":{ "value":null },
"KeywordType":{ "value":null },
"AnyText": { "value": null },
"PublicationDate":{ "value":null },
"AlternateTitle":{ "value":null },
"Abstract":{ "value":null },
"HasSecurityConstraints":{ "value":null },
"Title":{ "value":null },
"CouplingType":{ "value":null },
"TopicCategory":{ "value":null },
"ParentIdentifier":{ "value":null },
"Subject":{ "value":null },
"ResourceLanguage":{ "value":null },
"TempExtent_end":{ "value":null },
"ServiceTypeVersion":{ "value":null },
"Type":{ "value":null },
"RevisionDate":{ "value":null },
"OperatesOnName":{ "value":null },
"Denominator":{ "value":null },
"DistanceValue":{ "value":null },
"TempExtent_begin":{ "value":null },
"OperatesOnIdentifier":{ "value":null },
"SpecificationDate":{ "value":null },
"AccessConstraints":{ "value":null },
"ResponsiblePartyRole":{ "value":null },
"Degree":{ "value":null },
"Lineage":{ "value":null },
"OnlineResourceMimeType":{ "value":null },
"ConditionApplyingToAccessAndUse":{ "value":null },
"Date":{ "value":null },
"MetadataPointOfContact":{ "value":null },
"OnlineResourceType":{ "value":null },
"Relation":{ "value":null },
"SpecificationDateType":{ "value":null },
"Classification":{ "value":null },
"OtherConstraints":{ "value":null },
"SpecificationTitle":{ "value":null },
"bbox-xmin":{ "value":null },
"bbox-ymin":{ "value":null },
"bbox-xmax":{ "value":null },
"bbox-ymax":{ "value":null }
}
},
"privileges": {
"group": {
"@id": "1",
"operation": [
{
"@name": "view"
},
{
"@name": "dynamic"
},
{
"@name": "featured"
}
]
}
}
}
}
}
Binary file added geonetwork-config/logos/NESP_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions geonetwork-config/logos/nesp_logo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "nesp_logo",
"image": "NESP_logo.png",
"link": "https://raw.githubusercontent.com/aodn/geonetwork4-build/{git_branch}/geonetwork-config/logos/NESP_logo.png"
}

0 comments on commit 1654815

Please sign in to comment.