This adds a top banner (and an unused alternative version), favicon, and configuration file. There seems to be some automagic in place: if `logo_path` is specified in config given to `catalog_create`, DataLad-catalog looks for the file in `$workdir/assets`, then copies it into catalog's artwork directory, and changes the config accordingly. The favicon needs to be replaced after catalog creation. Closes #2 Co-authored-by: Stephan Heunis <s.heunis@fz-juelich.de>
73 lines
1.5 KiB
JSON
73 lines
1.5 KiB
JSON
{
|
|
"catalog_name": "DataCat",
|
|
"logo_path": "catalog_logo.png",
|
|
"link_color": "#ffa200",
|
|
"link_hover_color": "#ffa200",
|
|
"social_links": {
|
|
"about": "https://www.trr379.de",
|
|
"documentation": null,
|
|
"github": null,
|
|
"mastodon": "https://fediscience.org/@trr379",
|
|
"x": null
|
|
},
|
|
"dataset_options": {
|
|
"include_datalad": true,
|
|
"include_github": true,
|
|
"include_gitlab": true,
|
|
"include_gin": true,
|
|
"include_binder": false,
|
|
"include_cite": true,
|
|
"include_metadata_export": true,
|
|
"include_access_request": true,
|
|
"include_homepage": true,
|
|
"include_download": true
|
|
},
|
|
"property_sources": {
|
|
"dataset": {
|
|
"dataset_id": {},
|
|
"dataset_version": {},
|
|
"type": {},
|
|
"children": {
|
|
"rule": "merge",
|
|
"source": "any"
|
|
},
|
|
"name": {},
|
|
"short_name": {},
|
|
"description": {},
|
|
"doi": {},
|
|
"url": {
|
|
"rule": "merge",
|
|
"source": "any"
|
|
},
|
|
"authors": {
|
|
"rule": "merge",
|
|
"source": "any"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|