例如:
Albin, SL, Barrett, J., Ito, D., Mueller, JE, 1990. 医疗中心排队网络分析。排队系统 7, 51–61。
答案1
@article{albin1990,
title={A queueing network analysis of a health center},
author={Albin, Susan L and Barrett, Jeffrey and Ito, David and Mueller, John E},
journal={Queueing Systems},
volume={7},
pages={51--61},
year={1990},
}
快速搜索谷歌学术将向您提供此类信息。
答案2
我的流程通常是:
在示例中,如果您将文章放入 Google 中,您会得到以下结果(对我来说是第一个结果):
https://dl.acm.org/citation.cfm?id=98435
从哪里获得 DOI;然后你去http://www.doi2bib.org/#/doi,将 doi 编号放在那里,然后:
@article{Albin1990,
doi = {10.1007/bf01158785},
url = {https://doi.org/10.1007/bf01158785},
year = {1990},
month = {mar},
publisher = {Springer Nature},
volume = {7},
number = {1},
pages = {51--61},
author = {Susan L. Albin and Jeffrey Barrett and David Ito and John E. Mueller},
title = {A queueing network analysis of a health center},
journal = {Queueing Systems}
}
在那之后,你必须检查条目是否正确(可能出现错误,而且很常见),并根据您的需要进行修改(例如,我通常会更改密钥,如果可以的话添加摘要,添加一些个人条目......)
答案3
答案4
作为起点,您可以访问该期刊的网站https://link.springer.com/article/10.1007%2FBF01158785并从那里下载 .bib 文件
这将给你
@Article{Albin1990,
author="Albin, Susan L.
and Barrett, Jeffrey
and Ito, David
and Mueller, John E.",
title="A queueing network analysis of a health center",
journal="Queueing Systems",
year="1990",
volume="7",
number="1",
pages="51--61",
abstract="This paper shows how a queueing network model helped to uncover the causes of delay in a health center appointment clinic. Patients, clerks, technicians, doctors and nurses agreed that the clerical registration area was the major bottleneck in the system. Our first reaction was to simulate the system with special attention on the complex registration procedure. Time constraints on data collection and program development led us to a queueing network model and QNA, a software tool for analyzing queueing networks developed by Whitt. The queueing analysis showed the registration area was not the bottleneck and we conjectured that delays were due to scheduling problems. A preliminary trial in the clinic of a modified appointment system showed promise with a 20 minute reduction in average time in the system (based on a small sample). Although there were significant differences between features of the real system and assumptions in the queueing network model, the queueing network model yielded insight into the operation of the appointment clinic.",
issn="1572-9443",
doi="10.1007/BF01158785",
url="http://dx.doi.org/10.1007/BF01158785"
}
现在您必须手动检查信息是否正确,因为这些自动生成的文件中有时会出现错误。需要检查以下几点:
- 作者的拼写是否正确(有时缺少重音符号等)
- 它是否是正确的出版物类型(有时书中的章节被错误地表示为
@article
) - 是否
--
在页码范围内? - 标题中的首字母缩略词很容易出错。有时字母之间会有多余的空格,有时缺少句号,有时大写字母错误……