我正在寻找一个程序或web服务,它可以以诸如MLA/APA/Chicago/等“纯文本”格式的学术参考列表作为输入,例如:
输出将是相应的bibtex条目:
@article{addison2005wavelet,
title={Wavelet transforms and the ECG: a review},
author={Addison, Paul S},
journal={Physiological measurement},
volume={26},
number={5},
pages={R155},
year={2005},
publisher={IOP Publishing}
}
@inproceedings{moody1997integration,
title={Integration of real-time and off-line clinical data in the MIMIC database},
author={Moody, GB and Mark, RG},
booktitle={Computers in Cardiology 1997},
pages={585--588},
year={1997},
organization={IEEE}
}
@article{li1995detection,
title={Detection of ECG characteristic points using wavelet transforms},
author={Li, Cuiwei and Zheng, Chongxun and Tai, Changfeng},
journal={Biomedical Engineering, IEEE Transactions on},
volume={42},
number={1},
pages={21--28},
year={1995},
publisher={IEEE}
}
@article{unser1996review,
title={A review of wavelets in biomedical applications},
author={Unser, Michael and Aldroubi, Akram},
journal={Proceedings of the IEEE},
volume={84},
number={4},
pages={626--638},
year={1996},
publisher={IEEE}
}
@inproceedings{sun2006signal,
title={A signal abnormality index for arterial blood pressure waveforms},
author={Sun, JX and Reisner, AT and Mark, RG},
booktitle={Computers in Cardiology, 2006},
pages={13--16},
year={2006},
organization={IEEE}
}
@article{williams2006gaussian,
title={Gaussian processes for machine learning},
author={Williams, Christopher KI and Rasmussen, Carl Edward},
journal={the MIT Press},
volume={2},
number={3},
pages={4},
year={2006}
}
@inproceedings{henriques2009prediction,
title={Prediction of acute hypotensive episodes using neural network multi-models},
author={Henriques, J and Rocha, TR},
booktitle={Computers in Cardiology, 2009},
pages={549--552},
year={2009},
organization={IEEE}
}
现在,我使用谷歌学者一个一个地手动转换它们,这很繁琐,而且如果可能的话,我宁愿避免使用MTurk/oDesk/等等。免费和兼容Windows 7。
发布于 2014-06-23 19:53:13
JabRef是BibTeX书目管理器:
\cite
密钥直接发送给TexStudio、LyX编辑器它不会直接做你想做的事情(它可能有一个导入插件,但我不知道具体情况)。然而,它有一个很好的在线搜索功能,可以搜索IEEExplore、谷歌学者(不确定这个功能是否有效)和NCBI Pubmed。它还可以在亚马逊上搜索ISBN,并将数据下载到BibTeX中。通过将您提供的论文标题复制到搜索字段中,我能够找到相关的结果。对于IEEExplore和NCBI (Medline),您还可以分别搜索DOI和PMID,这将得到确切的结果。
发布于 2014-06-23 20:12:37
发布于 2014-06-23 20:16:35
apa2bib:Neil:
https://softwarerecs.stackexchange.com/questions/7222
复制相似问题