
Estou escrevendo para uma conferência e, no arquivo TeX de amostra, eles usam referências como:
@article{kaye:puc,
year = 2014,
issn = {1617-4909},
journal = {Personal and Ubiquitous Computing},
volume = 18,
number = 4,
doi = {10.1007/s00779-014-0773-4},
title = {Special issue on science fiction and ubiquitous
computing},
url = {http://dx.doi.org/10.1007/s00779-014-0773-4},
publisher = {Springer London},
author = {Kaye, Jofish and Dourish, Paul},
pages = {765-766},
language = {English}
}
Tentei com o Google Scholar e obtive o BibTeX do Google Scholar:
@article{kaye2014special,
title={Special issue on science fiction and ubiquitous computing},
author={Kaye, Jofish and Dourish, Paul},
journal={Personal and Ubiquitous Computing},
volume={18},
number={4},
pages={765--766},
year={2014},
publisher={Springer-Verlag}
}
Você pode ver que não é a mesma coisa, não há link DOI no BibTeX que o Google Scholar me deu.
Então, onde posso obter informações bibliográficas para um documento de referência como o acima?
Responder1
Eu uso a extensão do navegadorZoteropara exportar .bib
arquivos. Ele também tem o recurso útil de baixar e renomear um .pdf
artigo para off-line, se estiver disponível, bem como organizar referências em pastas e muitos outros recursos para economizar tempo (sanidade).
Saída para artigo OP:
@article{kaye_special_2014,
title = {Special {Issue} on {Science} {Fiction} and {Ubiquitous} {Computing}},
volume = {18},
issn = {1617-4909},
url = {http://dx.doi.org/10.1007/s00779-014-0773-4},
doi = {10.1007/s00779-014-0773-4},
number = {4},
urldate = {2015-04-17},
journal = {Personal Ubiquitous Comput.},
author = {Kaye, Jofish and Dourish, Paul},
month = apr,
year = {2014},
pages = {765--766}
}