-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding citation data in the cff format
- Loading branch information
1 parent
c77b4e0
commit 316ec1a
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: pyFRF: Frequency response function as used in structural dynamics | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- given-names: Janko | ||
family-names: Slavič | ||
email: [email protected] | ||
affiliation: >- | ||
University of Ljubljana, Faculty of Mechanical | ||
Engineering | ||
orcid: 'https://orcid.org/0000-0002-5982-8377' | ||
- given-names: Martin | ||
family-names: Česnik | ||
email: [email protected] | ||
affiliation: >- | ||
University of Ljubljana, Faculty of Mechanical | ||
Engineering | ||
orcid: 'https://orcid.org/0000-0003-2807-5031' | ||
- given-names: Klemen | ||
family-names: Zaletelj | ||
email: [email protected] | ||
affiliation: >- | ||
University of Ljubljana, Faculty of Mechanical | ||
Engineering | ||
orcid: 'https://orcid.org/0000-0001-7314-3916' | ||
- given-names: Luka | ||
family-names: Novak | ||
email: [email protected] | ||
affiliation: >- | ||
University of Ljubljana, Faculty of Mechanical | ||
Engineering | ||
identifiers: | ||
- type: url | ||
value: 'https://github.com/ladisk/pyFRF' |