Skip to content

Commit

Permalink
add new config to be used for datasets where the 'request access' but…
Browse files Browse the repository at this point in the history
…ton should be hidden
  • Loading branch information
tmheunis committed Mar 8, 2024
1 parent a93b9f0 commit 911488c
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions inputs/subds-config-hide-access-request.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"catalog_name": "ABCDJ Catalog",
"logo_path": "abcdj_catalog_logo.svg",
"link_color": "#151868",
"link_hover_color": "#3d43d7",
"social_links": {
"about": "https://datalad.org/",
"documentation": "https://datalad.org/",
"github": "https://github.com/datalad/",
"x": "https://twitter.com/datalad"
},
"dataset_options": {
"default_tab": "content",
"include_metadata_export": false,
"include_access_request": false
},
"property_sources": {
"dataset": {
"dataset_id": {
"rule": "single",
"source": "catalog_core"
},
"dataset_version": {
"rule": "single",
"source": "catalog_core"
},
"type": {
"rule": "single",
"source": "catalog_core"
},
"children": {
"rule": "merge",
"source": "any"
},
"name": {
"rule": "single",
"source": "tabby"
},
"short_name": {},
"description": {
"rule": "single",
"source": "tabby"
},
"doi": {
"rule": "single",
"source": "tabby"
},
"url": {
"rule": "merge",
"source": "any"
},
"authors": {
"rule": "priority",
"source": [
"tabby",
"catalog_core"
]
},
"keywords": {
"rule": "merge",
"source": "any"
},
"license": {},
"funding": {
"rule": "merge",
"source": "any"
},
"publications": {
"rule": "merge",
"source": "any"
},
"subdatasets": {
"rule": "merge",
"source": "any"
},
"additional_display": {
"rule": "merge",
"source": "any"
},
"top_display": {
"rule": "merge",
"source": "any"
}
}
}
}

0 comments on commit 911488c

Please sign in to comment.