From b70c0fa70f00e41076b5e890b8b2008e6e38619c Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Nakazone Batista Date: Tue, 4 Apr 2023 17:30:44 +0000 Subject: [PATCH] Add BibLatex Citation --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08b4796..cea8973 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,18 @@ Caso as opções `-c`, `-i` e `-o` não seja dadas os seguintes valores padrões - arquivo_de_config: `config.yml` - arquivo_de_input: `crystal.xyz` -- arquivo_de_saida: `run.log` \ No newline at end of file +- arquivo_de_saida: `run.log` + + +## Orientação para Citações + +Por favor citar este software utilizando o seguinte biblatex: + +``` +@software{crystalpol, + author = {{Georg, Herbert} and {Batista, Vitor}}, + title = {CrystalPol - Crystal Polarization Software}, + url = {https://github.com/HideyoshiNakazone/CrystalPol}, + version = {0.1}, +} +``` \ No newline at end of file