DL-101-182-111 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. $ cat data-cat/config.json | jq .
  2. {
  3. "catalog_name": "DataCat",
  4. "logo_path": "",
  5. "link_color": "#fba304",
  6. "link_hover_color": "#af7714",
  7. "social_links": {
  8. "about": null,
  9. "documentation": "https://docs.datalad.org/projects/catalog/en/latest/",
  10. "github": "https://github.com/datalad/datalad-catalog",
  11. "mastodon": "https://fosstodon.org/@datalad",
  12. "x": "https://x.com/datalad"
  13. },
  14. "dataset_options": {
  15. "include_metadata_export": true
  16. },
  17. "property_sources": {
  18. "dataset": {
  19. "dataset_id": {},
  20. "dataset_version": {},
  21. "type": {},
  22. "children": {
  23. "rule": "merge",
  24. "source": "any"
  25. },
  26. "name": {},
  27. "short_name": {},
  28. "description": {},
  29. "doi": {},
  30. "url": {
  31. "rule": "merge",
  32. "source": "any"
  33. },
  34. "authors": {
  35. "rule": "merge",
  36. "source": "any"
  37. },
  38. "keywords": {
  39. "rule": "merge",
  40. "source": "any"
  41. },
  42. "license": {},
  43. "funding": {
  44. "rule": "merge",
  45. "source": "any"
  46. },
  47. "publications": {
  48. "rule": "merge",
  49. "source": "any"
  50. },
  51. "subdatasets": {
  52. "rule": "merge",
  53. "source": "any"
  54. },
  55. "additional_display": {
  56. "rule": "merge",
  57. "source": "any"
  58. },
  59. "top_display": {
  60. "rule": "merge",
  61. "source": "any"
  62. }
  63. }
  64. }
  65. }