-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add new config to be used for datasets where the 'request access' but…
…ton should be hidden
- Loading branch information
Showing
1 changed file
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |