Merge pull request #5 from HideyoshiNakazone/implements-biblatex-citation
Add BibLatex Citation
This commit is contained in:
14
README.md
14
README.md
@@ -46,3 +46,17 @@ Caso as opções `-c`, `-i` e `-o` não seja dadas os seguintes valores padrões
|
|||||||
- arquivo_de_config: `config.yml`
|
- arquivo_de_config: `config.yml`
|
||||||
- arquivo_de_input: `crystal.xyz`
|
- arquivo_de_input: `crystal.xyz`
|
||||||
- arquivo_de_saida: `run.log`
|
- 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},
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user