
저는 컨퍼런스를 위해 글을 쓰고 있는데 샘플 TeX 파일에서 다음과 같은 참조를 사용합니다.
@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}
}
Google Scholar를 사용해 보았고 Google Scholar에서 BibTeX를 얻었습니다.
@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}
}
동일하지 않다는 것을 알 수 있습니다. BibTeX Google Scholar가 제공한 DOI 링크가 없습니다.
그러면 위와 같은 참고 문헌에 대한 서지 정보는 어디서 얻을 수 있나요?
답변1
브라우저 확장 프로그램을 사용합니다조테로파일을 내보내려면 .bib
. 또한 .pdf
가능한 경우 오프라인용으로 기사를 다운로드하고 이름을 바꾸는 편리한 기능뿐만 아니라 참조를 폴더로 정리하는 기능과 기타 많은 시간(온전한) 절약 기능도 갖추고 있습니다 .
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}
}