Skip to content

Commit 24aac3b

Browse files
authored
Add project logo, icon and wordmark (#17)
Provides the current Compass logo version, icon, word-mark and a license for clear terms of use.
1 parent 6620f3f commit 24aac3b

12 files changed

Lines changed: 451 additions & 5 deletions

.github/ISSUE_TEMPLATE/01-feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body:
3232
id: terms
3333
attributes:
3434
label: Code of Conduct
35-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/linksmith?tab=coc-ov-file).
35+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/compass?tab=coc-ov-file).
3636
options:
3737
- label: I agree to follow this project's Code of Conduct
3838
required: true

.github/ISSUE_TEMPLATE/02-sub-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
id: terms
2121
attributes:
2222
label: Code of Conduct
23-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/data-manager-app?tab=coc-ov-file).
23+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/compass?tab=coc-ov-file).
2424
options:
2525
- label: I agree to follow this project's Code of Conduct
2626
required: true

.github/ISSUE_TEMPLATE/03-bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body:
3636
id: terms
3737
attributes:
3838
label: Code of Conduct
39-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/data-manager-app?tab=coc-ov-file).
39+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/compass?tab=coc-ov-file).
4040
options:
4141
- label: I agree to follow this project's Code of Conduct
4242
required: true

.github/ISSUE_TEMPLATE/04-vulnerability-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
id: terms
2727
attributes:
2828
label: Code of Conduct
29-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/data-manager-app?tab=coc-ov-file).
29+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/compass?tab=coc-ov-file).
3030
options:
3131
- label: I agree to follow this project's Code of Conduct
3232
required: true

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<div align="center">
22

3-
# Compass
3+
<p align="center">
4+
<img src="./assets/logo/compass-logo-full-light.svg#gh-light-mode-only" alt="Compass logo" width="300">
5+
<img src="./assets/logo/compass-logo-full-dark.svg#gh-dark-mode-only" alt="Compass logo" width="300">
6+
</p>
7+
48
**Java library for FAIR Signposting validation of RFC 8288 Web Links.**
59

610
[![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)

assets/logo/LICENSE.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Compass Logo and Icon License
2+
3+
Copyright © 2026 Sven Fillinger
4+
5+
Logo and icon design by:
6+
- Sven Fillinger (sven.fillinger@uni-tuebingen.de)
7+
8+
---
9+
10+
## Scope
11+
12+
This license applies **only** to the following graphical assets of the Compass project:
13+
14+
- the Compass **icon** (graphical compass symbol),
15+
- the Compass **combined logo** (icon + text).
16+
17+
It does **not** apply to:
18+
- the Compass **wordmark** (plain text rendering of the name “Compass”),
19+
- any typography, fonts, or color definitions used to render text.
20+
21+
---
22+
23+
## License Terms
24+
25+
The Compass logo and icon are **not licensed** under the GNU Affero General Public License (AGPL-3.0).
26+
27+
All rights are reserved unless explicitly stated otherwise.
28+
29+
Permission is granted to use the **unmodified** Compass logo or icon
30+
**solely for the purpose of identifying the Compass software project**,
31+
for example in:
32+
33+
- documentation,
34+
- presentations,
35+
- publications,
36+
- repository listings,
37+
- package metadata,
38+
- grant proposals and funding-related material.
39+
40+
No permission is granted to:
41+
- modify the logo or icon,
42+
- create derivative works,
43+
- redistribute modified versions,
44+
- use the logo or icon to imply endorsement or affiliation.
45+
46+
Any use beyond project identification requires **explicit written permission**
47+
from the copyright holder.
48+
49+
---
50+
51+
## Wordmark and Typography
52+
53+
The Compass wordmark (plain text representation of the name “Compass”) is
54+
**not considered a logo asset** and is **not licensed as artwork**.
55+
56+
The wordmark uses the Open Sans font, which is licensed under the
57+
Apache License 2.0 and governed by its own terms.
58+
59+
## Trademark Notice
60+
61+
“Compass” is the name of a research software project.
62+
No trademark is asserted at this time.
Lines changed: 76 additions & 0 deletions
Loading
Lines changed: 76 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)