From d9765c1f31acf8e183f818fecf132afce708d6fa Mon Sep 17 00:00:00 2001 From: MMedzin Date: Tue, 11 Jul 2023 18:46:40 +0200 Subject: [PATCH] Citation feature added --- CITATION.cff | 15 +++++++++++++++ README.md | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..3cb8239 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,15 @@ +cff-version: 1.2.0 +message: "If you use this study, please cite it as below." +authors: +- family-names: "Mędzin" + given-names: "Michał" + github: "https://github.com/MMedzin" +- family-names: "Brzeziński" + given-names: "Dariusz" + github: "https://github.com/dabrze" + orcid: "https://orcid.org/0000-0001-9723-525X" +title: "CLUSTERING METHODS FOR GENOMIC DATA" +version: 1.0.1 +doi: 10.5281/zenodo.8136372 +date-released: 2023-07-11 +url: "https://github.com/MMedzin/clustering-genomic-data" \ No newline at end of file diff --git a/README.md b/README.md index a008869..53e7fd3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Clustering algorithms on genomic data +[![DOI](https://zenodo.org/badge/{github_id}.svg)](https://zenodo.org/badge/latestdoi/{github_id}) + This is a repository with source code and results of experiments for my master's thesis: _CLUSTERING METHODS FOR GENOMIC DATA_. The purpose of the study was to evaluate popular clustering methods and quality measures on the genomic data. The results serve as basic guidance for researchers looking to choose the best method for clustering on genomic data. ## Experimental setup