diff --git a/.eslintignore b/.eslintignore index 3c82b948..15314afe 100755 --- a/.eslintignore +++ b/.eslintignore @@ -8,6 +8,7 @@ syntest/ .* *.json *.md +*.cff LICENSE* Dockerfile NOTICE diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..2063d165 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,29 @@ +cff-version: 1.2.0 +title: SynTest-JavaScript +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - family-names: Olsthoorn + given-names: Mitchell + orcid: "https://orcid.org/0000-0003-0551-6690" + affiliation: Delft University of Technology + - given-names: Dimitri + family-names: Stallenberg + orcid: "https://orcid.org/0009-0003-7843-2372" + affiliation: Delft University of Technology + - orcid: "https://orcid.org/0000-0002-7395-3588" + given-names: Annibale + family-names: Panichella + affiliation: Delft University of Technology +repository-code: "https://github.com/syntest-framework/syntest-javascript" +url: "https://syntest.org" +keywords: + - syntest + - syntest-framework + - testing + - search-based-software-engineering + - search-based-software-testing + - automated-test-generation +license: Apache-2.0