Suggestions for configuration #2

Closed
opened 2025-11-17 21:32:54 +00:00 by jsheunis · 4 comments
Member

Favicon and logo for TRR379 can be found here: https://hub.trr379.de/q02/pool.v0.trr379.de-ui or here: https://hub.trr379.de/q04/www.trr379.de/src/branch/main

The catalog expects the positioning and scaling of the logo to be similar to that of the default catalog logo, i.e. flat and wide. So we'll probably need to create something.

The hex codes for the color scheme in the TRR379 pooling app:

{
        "link_color": "#ffa200",
        "hover_color": "#ffa200",
        "active_color": "#ffa201",
        "visited_color": "#ffa201",
        "panel_color": "#333333",
        "trr379_green": "#0b8f37",
        "trr379_greendark": "#07662e",
        "trr379_red": "#dd1a17",
        "trr379_reddark": "#9c1916",
        "trr379_yellow": "#f0b555",
        "trr379_yellowdark": "#ef9152",
}

For the catalog config, I would suggest these changes (excluding other config options for brevity, no other reason):

{
...
    "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
    },
...
}
- Docs: https://docs.datalad.org/projects/catalog/en/latest/catalog_config.html - Default config: https://raw.githubusercontent.com/datalad/datalad-catalog/main/datalad_catalog/config/config.json Favicon and logo for TRR379 can be found here: https://hub.trr379.de/q02/pool.v0.trr379.de-ui or here: https://hub.trr379.de/q04/www.trr379.de/src/branch/main The catalog expects the positioning and scaling of the logo to be similar to that of the default catalog logo, i.e. flat and wide. So we'll probably need to create something. The hex codes for the color scheme in the TRR379 pooling app: ```json { "link_color": "#ffa200", "hover_color": "#ffa200", "active_color": "#ffa201", "visited_color": "#ffa201", "panel_color": "#333333", "trr379_green": "#0b8f37", "trr379_greendark": "#07662e", "trr379_red": "#dd1a17", "trr379_reddark": "#9c1916", "trr379_yellow": "#f0b555", "trr379_yellowdark": "#ef9152", } ``` For the catalog config, I would suggest these changes (excluding other config options for brevity, no other reason): ``` { ... "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 }, ... } ```
Author
Member

Some logo ideas:

Screenshot 2025-11-17 at 23.58.32

Screenshot 2025-11-17 at 23.58.49

I can share the sources here if someone asks.

Some logo ideas: ![Screenshot 2025-11-17 at 23.58.32](/attachments/aa4d046e-a09d-4604-b28d-f5e0d34c6f49) ![Screenshot 2025-11-17 at 23.58.49](/attachments/b03d8414-8c2f-4de8-8494-2f8a0273c9ac) I can share the sources here if someone asks.
Author
Member

And icon suggestions:

And icon suggestions: - Distributions: `fas fa-file-export` https://fontawesome.com/v6/icons/file-export?f=classic&s=solid - Contributos: `fas fa-users` https://fontawesome.com/v6/icons/users?f=classic&s=solid
Collaborator

Thank you!!! ❤️

Thank you!!! ❤️
Author
Member

PNG files:

trr379catlogo

trr379catlogB

Uploading the SVG sources will follow.

PNG files: ![trr379catlogo](/attachments/efdd03eb-0a79-4ad9-81b4-2392f4d868b3) ![trr379catlogB](/attachments/f9a94dde-64af-47fa-8ee7-2d9733b9a65b) Uploading the SVG sources will follow.
msz referenced this issue from a commit 2025-11-21 16:15:49 +00:00
msz closed this issue 2025-11-21 16:15:49 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
q04/data.trr379.de#2
No description provided.