Skip to content

Commit

Permalink
Add CITATION.CFF (#10672)
Browse files Browse the repository at this point in the history
* Add CITATION.CFF

* Aktualisieren von CITATION.cff
  • Loading branch information
koppor authored Nov 28, 2023
1 parent 2a4bd6c commit fe07c12
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 1 deletion.
58 changes: 58 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: JabRef
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Oliver
family-names: Kopp
orcid: 'https://orcid.org/0000-0001-6962-4290'
- given-names: Tobias
family-names: Diez
orcid: 'https://orcid.org/0000-0002-1407-7696'
- given-names: Christoph
family-names: Schwentker
- given-names: Carl Christian
family-names: Snethlage
- given-names: Jonatan
family-names: Asketorp
- given-names: Benedikt
family-names: Tutzer
- given-names: Thilo
family-names: Ertel
- given-names: Houssem
family-names: Nasri
repository-code: 'https://github.com/jabref/jabref/'
url: 'https://www.jabref.org'
abstract: >-
JabRef is an open-source, cross-platform citation and
reference management tool.
keywords:
- reference manager
- bibtex
- biblatex
license: MIT
preferred-citation:
type: article
authors:
- family-names: "Kopp"
given-names: "Oliver"
orcid: "https://orcid.org/0000-0001-6962-4290"
- family-names: "Snethlage"
given-names: "Carl Christian"
- family-names: "Schwentker"
given-names: "Christoph"
doi: "10.47397/tb/44-3/tb138kopp-jabref"
journal: "TUGboat"
month: 11
start: 441
end: 447
title: "JabRef: BibTeX-based literature management software"
issue: 138
volume: 44
number: 3
year: 2023
15 changes: 14 additions & 1 deletion src/test/resources/testbib/jabref-authors.bib
Original file line number Diff line number Diff line change
Expand Up @@ -1821,7 +1821,7 @@ @Article{BinzBreitenbuecherKoppEtAl2014a
year = {2014},
}

@Article{,
@Article{Wettinger2014,
author = {Johannes Wettinger and Tobias Binz and Uwe Breitenb{\"{u}}cher},
title = {Streamlining Cloud Management Incomplete},
doi = {10.4018/978-1-4666-6539-2.ch106},
Expand Down Expand Up @@ -3016,6 +3016,19 @@ @InProceedings{Kopp2018
keywords = {ADR, MADR, architecture decision records, architectural decision records, Nygard},
}

@Article{jabref,
author = {Oliver Kopp and Carl Christian Snethlage and Christoph Schwentker},
title = {JabRef: BibTeX-based literature management software},
doi = {10.47397/tb/44-3/tb138kopp-jabref},
issn = {0896-3207},
issue = {138},
number = {3},
pages = {441--447},
volume = {44},
journal = {TUGboat},
year = {2023},
}

@Comment{jabref-meta: databaseType:biblatex;}

@Comment{jabref-meta: grouping:
Expand Down

0 comments on commit fe07c12

Please sign in to comment.