Skip to content

Commit bc9f592

Browse files
committed
Added CITATION.cff
1 parent fcab5dc commit bc9f592

2 files changed

Lines changed: 50 additions & 1 deletion

File tree

CITATION.cff

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
cff-version: 1.2.0
2+
message: "If you use OpenMoji in an academic context, please cite it using the metadata from this file."
3+
type: dataset
4+
title: "OpenMoji"
5+
abstract: >
6+
OpenMoji is an open-source emoji and icon project. It provides over 4,000 carefully designed emojis and icons for designers, developers, and everyone else, covering the full Unicode emoji set plus many custom additions.
7+
All graphics are released under the Creative Commons Attribution-ShareAlike 4.0 license.
8+
date-released: "2018-02-09"
9+
license: CC-BY-SA-4.0
10+
url: "https://openmoji.org"
11+
repository-code: "https://github.com/hfg-gmuend/openmoji"
12+
keywords:
13+
- emoji
14+
- unicode
15+
- open source
16+
- icons
17+
- design
18+
- openmoji
19+
authors:
20+
- family-names: Groß
21+
given-names: Benedikt
22+
orcid: "https://orcid.org/0009-0007-5397-6348"
23+
affiliation: "HfG Schwäbisch Gmünd"
24+
- family-names: Utz
25+
given-names: Daniel
26+
affiliation: "HfG Schwäbisch Gmünd"
27+
- name: "The OpenMoji Contributors"
28+
website: "https://openmoji.org/about/#authors--team"

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can download, use and "consume" OpenMoji in various ways:
4848
- [OpenMoji Spritemap Generator](https://github.com/axelpale/openmoji-spritemap-generator): OpenMoji combined to handy sprite images
4949
- [OpenMoji in Fedora](https://apps.fedoraproject.org/packages/hfg-gmuend-openmoji-fonts): For Fedora 33 and newer, `sudo yum install hfg-gmuend-openmoji-fonts-all`
5050
- [OpenMoji in JavaFX](https://github.com/pavlobu/emoji-text-flow-javafx): A cross-platform JavaFX library allowing you to replace all standard emoji in extended TextFlow (EmojiTextFlow) with OpenMoji.
51-
- [OpenMoji Awesome CSS Classes](https://github.com/gromain/openmoji-awesome): "Font Awesome" flavored CSS classes eg. `<i class="oma oma-face-with-monocle"></i>` ready to use for websites.
51+
- [OpenMoji Awesome CSS Classes](https://github.com/gromain/openmoji-awesome): "Font Awesome" flavored CSS classes eg. `<i class="oma oma-face-with-monocle"></i>` ready to use for websites.
5252
- [OpenMoji Flutter](https://pub.dev/packages/flutter_openmoji): OpenMoji usable as Icon for the Flutter framework.
5353

5454

@@ -85,3 +85,24 @@ Attribution suggestion:
8585
² Code licensed under the GNU Lesser General Public License v3 ([LGPL-3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html))
8686

8787
[![License: LGPL-3.0](https://img.shields.io/badge/License-LGPL%20v3-lightgrey.svg)](https://www.gnu.org/licenses/lgpl-3.0.en.html)
88+
89+
## Citation
90+
91+
If you use OpenMoji in an academic context, please cite it as:
92+
93+
> Groß, B., Utz, D., & The OpenMoji Contributors. (2025). OpenMoji [Dataset]. https://openmoji.org
94+
95+
<details>
96+
<summary>BibTeX</summary>
97+
98+
```bibtex
99+
@dataset{openmoji,
100+
author = {Groß, Benedikt and Utz, Daniel and {The OpenMoji Contributors}},
101+
title = {{OpenMoji}},
102+
year = {2018--2025},
103+
url = {https://openmoji.org},
104+
note = {License: CC BY-SA 4.0}
105+
}
106+
```
107+
108+
</details>

0 commit comments

Comments
 (0)