From a78ce50b0240160cae81e72532a0757aeeb70303 Mon Sep 17 00:00:00 2001 From: Sven Fillinger Date: Thu, 22 Jan 2026 14:18:36 +0100 Subject: [PATCH 1/6] Add logo variants and wordmark --- assets/logo/compass-logo-full-dark.svg | 76 +++++++++++++++++++++ assets/logo/compass-logo-full-light.svg | 76 +++++++++++++++++++++ assets/logo/compass-logo-icon-dark.svg | 66 ++++++++++++++++++ assets/logo/compass-logo-icon-light.svg | 66 ++++++++++++++++++ assets/logo/compass-logo-wordmark-dark.svg | 48 +++++++++++++ assets/logo/compass-logo-wordmark-light.svg | 48 +++++++++++++ 6 files changed, 380 insertions(+) create mode 100644 assets/logo/compass-logo-full-dark.svg create mode 100644 assets/logo/compass-logo-full-light.svg create mode 100644 assets/logo/compass-logo-icon-dark.svg create mode 100644 assets/logo/compass-logo-icon-light.svg create mode 100644 assets/logo/compass-logo-wordmark-dark.svg create mode 100644 assets/logo/compass-logo-wordmark-light.svg diff --git a/assets/logo/compass-logo-full-dark.svg b/assets/logo/compass-logo-full-dark.svg new file mode 100644 index 0000000..2eb08f1 --- /dev/null +++ b/assets/logo/compass-logo-full-dark.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + diff --git a/assets/logo/compass-logo-full-light.svg b/assets/logo/compass-logo-full-light.svg new file mode 100644 index 0000000..9f3296b --- /dev/null +++ b/assets/logo/compass-logo-full-light.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + diff --git a/assets/logo/compass-logo-icon-dark.svg b/assets/logo/compass-logo-icon-dark.svg new file mode 100644 index 0000000..ada5b0e --- /dev/null +++ b/assets/logo/compass-logo-icon-dark.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + diff --git a/assets/logo/compass-logo-icon-light.svg b/assets/logo/compass-logo-icon-light.svg new file mode 100644 index 0000000..5c3135d --- /dev/null +++ b/assets/logo/compass-logo-icon-light.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + diff --git a/assets/logo/compass-logo-wordmark-dark.svg b/assets/logo/compass-logo-wordmark-dark.svg new file mode 100644 index 0000000..68b8aff --- /dev/null +++ b/assets/logo/compass-logo-wordmark-dark.svg @@ -0,0 +1,48 @@ + + + + + + + + + + diff --git a/assets/logo/compass-logo-wordmark-light.svg b/assets/logo/compass-logo-wordmark-light.svg new file mode 100644 index 0000000..9a80c0a --- /dev/null +++ b/assets/logo/compass-logo-wordmark-light.svg @@ -0,0 +1,48 @@ + + + + + + + + + + From c4448c31d225e7fa0be7f8b30890decb7d6d9c81 Mon Sep 17 00:00:00 2001 From: Sven Fillinger Date: Thu, 22 Jan 2026 14:40:28 +0100 Subject: [PATCH 2/6] Provide logo and icon license --- assets/logo/LICENSE.md | 62 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 assets/logo/LICENSE.md diff --git a/assets/logo/LICENSE.md b/assets/logo/LICENSE.md new file mode 100644 index 0000000..dcc878a --- /dev/null +++ b/assets/logo/LICENSE.md @@ -0,0 +1,62 @@ +# Compass Logo and Icon License + +Copyright © 2026 Sven Fillinger + +Logo and icon design by: +- Sven Fillinger (sven.fillinger@uni-tuebingen.de) + +--- + +## Scope + +This license applies **only** to the following graphical assets of the Compass project: + +- the Compass **icon** (graphical compass symbol), +- the Compass **combined logo** (icon + text). + +It does **not** apply to: +- the Compass **wordmark** (plain text rendering of the name “Compass”), +- any typography, fonts, or color definitions used to render text. + +--- + +## License Terms + +The Compass logo and icon are **not licensed** under the GNU Affero General Public License (AGPL-3.0). + +All rights are reserved unless explicitly stated otherwise. + +Permission is granted to use the **unmodified** Compass logo or icon +**solely for the purpose of identifying the Compass software project**, +for example in: + +- documentation, +- presentations, +- publications, +- repository listings, +- package metadata, +- grant proposals and funding-related material. + +No permission is granted to: +- modify the logo or icon, +- create derivative works, +- redistribute modified versions, +- use the logo or icon to imply endorsement or affiliation. + +Any use beyond project identification requires **explicit written permission** +from the copyright holder. + +--- + +## Wordmark and Typography + +The Compass wordmark (plain text representation of the name “Compass”) is +**not considered a logo asset** and is **not licensed as artwork**. + +The wordmark uses the Open Sans font, which is licensed under the +Apache License 2.0 and governed by its own terms. + +## Trademark Notice + +“Compass” is the name of a research software project. +No trademark is asserted at this time. From 288463b26ebb1f786233b915135d2b46bb1eab2f Mon Sep 17 00:00:00 2001 From: "Sven F." <9976560+sven1103@users.noreply.github.com> Date: Thu, 22 Jan 2026 14:45:42 +0100 Subject: [PATCH 3/6] Update README with light and dark mode logos Added images for light and dark mode logos in README. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 104ab1e..3561d08 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@
-# Compass +

+ Compass logo + Compass logo +

+ **Java library for FAIR Signposting validation of RFC 8288 Web Links.** [![Build Maven Package](https://github.com/qbicsoftware/compass/actions/workflows/build_package.yml/badge.svg)](https://github.com/qbicsoftware/compass/actions/workflows/build_package.yml) From befdb434c7383ce4e5b3929836af53e5bcca5f2a Mon Sep 17 00:00:00 2001 From: Sven Fillinger Date: Thu, 22 Jan 2026 14:46:44 +0100 Subject: [PATCH 4/6] Switch dark and light theme full logo --- assets/logo/compass-logo-full-dark.svg | 16 ++++++++-------- assets/logo/compass-logo-full-light.svg | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/assets/logo/compass-logo-full-dark.svg b/assets/logo/compass-logo-full-dark.svg index 2eb08f1..9f3296b 100644 --- a/assets/logo/compass-logo-full-dark.svg +++ b/assets/logo/compass-logo-full-dark.svg @@ -8,15 +8,15 @@ version="1.1" id="svg1" inkscape:version="1.4.2 (ebf0e940, 2025-05-08)" - sodipodi:docname="compass-logo-full-dark.svg" + sodipodi:docname="compass-logo-full-light.svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> @@ -65,12 +65,12 @@ diff --git a/assets/logo/compass-logo-full-light.svg b/assets/logo/compass-logo-full-light.svg index 9f3296b..2eb08f1 100644 --- a/assets/logo/compass-logo-full-light.svg +++ b/assets/logo/compass-logo-full-light.svg @@ -8,15 +8,15 @@ version="1.1" id="svg1" inkscape:version="1.4.2 (ebf0e940, 2025-05-08)" - sodipodi:docname="compass-logo-full-light.svg" + sodipodi:docname="compass-logo-full-dark.svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> @@ -65,12 +65,12 @@ From e91bb77b88fe597c4dbbfe43db3fc35f6c0c6ddc Mon Sep 17 00:00:00 2001 From: "Sven F." <9976560+sven1103@users.noreply.github.com> Date: Thu, 22 Jan 2026 14:48:56 +0100 Subject: [PATCH 5/6] Increase logo size in README Updated logo images in README to be larger. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3561d08..1a5c48d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

- Compass logo - Compass logo + Compass logo + Compass logo

**Java library for FAIR Signposting validation of RFC 8288 Web Links.** From bf5a90e8951ec1917fe0d584bfa2ee2278143761 Mon Sep 17 00:00:00 2001 From: Sven Fillinger Date: Thu, 22 Jan 2026 14:51:52 +0100 Subject: [PATCH 6/6] Finish up # Conflicts: # README.md --- .github/ISSUE_TEMPLATE/01-feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/02-sub-issue.yml | 2 +- .github/ISSUE_TEMPLATE/03-bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/04-vulnerability-report.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-feature-request.yml b/.github/ISSUE_TEMPLATE/01-feature-request.yml index c60c32a..4c25e43 100644 --- a/.github/ISSUE_TEMPLATE/01-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/01-feature-request.yml @@ -32,7 +32,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/linksmith?tab=coc-ov-file). + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/compass?tab=coc-ov-file). options: - label: I agree to follow this project's Code of Conduct required: true diff --git a/.github/ISSUE_TEMPLATE/02-sub-issue.yml b/.github/ISSUE_TEMPLATE/02-sub-issue.yml index 6802d95..4435ba8 100644 --- a/.github/ISSUE_TEMPLATE/02-sub-issue.yml +++ b/.github/ISSUE_TEMPLATE/02-sub-issue.yml @@ -20,7 +20,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/data-manager-app?tab=coc-ov-file). + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/compass?tab=coc-ov-file). options: - label: I agree to follow this project's Code of Conduct required: true diff --git a/.github/ISSUE_TEMPLATE/03-bug-report.yml b/.github/ISSUE_TEMPLATE/03-bug-report.yml index 1040a50..6336bbc 100644 --- a/.github/ISSUE_TEMPLATE/03-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/03-bug-report.yml @@ -36,7 +36,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/data-manager-app?tab=coc-ov-file). + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/compass?tab=coc-ov-file). options: - label: I agree to follow this project's Code of Conduct required: true diff --git a/.github/ISSUE_TEMPLATE/04-vulnerability-report.yml b/.github/ISSUE_TEMPLATE/04-vulnerability-report.yml index 1bdf8cb..0f8bbde 100644 --- a/.github/ISSUE_TEMPLATE/04-vulnerability-report.yml +++ b/.github/ISSUE_TEMPLATE/04-vulnerability-report.yml @@ -26,7 +26,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/data-manager-app?tab=coc-ov-file). + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/compass?tab=coc-ov-file). options: - label: I agree to follow this project's Code of Conduct required: true