科技论文写作时,参考文献经常采用bib文件的形式引用。当被引论文是期刊论文、会议论文还是著作,格式是不一样的,此处以IEEE模板为例列举常用的文献引用格式!

//期刊论文引用

@article{IEEEexample:article_typical,

author        = "S. Zhang and C. Zhu and J. K. O. Sin and P. K. T. Mok",
  title         = "A Novel Ultrathin Elevated Channel Low-temperature 
                   Poly-{Si} {TFT}",
  journal       = IEEE_J_EDL,
  volume        = "20",
  month         = nov,
  year          = "1999",
  pages         = "569-571"
}

journal article using et al.
The (five) authors are actually: F. Delorme, S. Slempkes, G. Alibert, 
B. Rose, J. Brandon
The month (July) was not given here.
From the September 1998 issue of "IEEE Journal on Selected Areas in
Communications", page 1257, reference #28.
@article{IEEEexample:articleetal,
  author        = "F. Delorme and others",
  title         = "Butt-jointed {DBR} Laser With 15 {nm} Tunability Grown
                   in Three {MOVPE} Steps",
  journal       = "Electron. Lett.",
  volume        = "31",
  number        = "15",
  year          = "1995",
  pages         = "1244-1245"
}

//会议论文引用

a paper in a conference proceedings
"conference" can be used as an alias for "inproceedings"
From the June 2002 issue of "Journal of Microelectromechanical Systems",
page 205, reference #16.
@inproceedings{IEEEexample:conf_typical,
  author        = "R. K. Gupta and S. D. Senturia",
  title         = "Pull-in Time Dynamics as a Measure of Absolute Pressure",
  booktitle     = "Proc. {IEEE} International Workshop on
                   Microelectromechanical Systems ({MEMS}'97)",
  address       = "Nagoya, Japan",
  month         = jan,
  year          = "1997",
  pages         = "290-294"

}

//著作引用
a book
From the May 2002 issue of "IEEE Transactions on Magnetics",
page 1466, reference #4.
@book{IEEEexample:book_typical,
  author        = "B. D. Cullity",
  title         = "Introduction to Magnetic Materials",
  publisher     = "Addison-Wesley",
  address       = "Reading, MA",
  year          = "1972"
}

//报告引用

technical report
From the August 2001 issue of "IEEE/ACM Transactions on Networking",
page 490, reference #15.
@techreport{IEEEexample:techrep,
  author        = "R. Jain and K. K. Ramakrishnan and D. M. Chiu",
  title         = "Congestion Avoidance in Computer Networks with a 
                   Connectionless Network Layer",
  institution   = "Digital Equipment Corporation",
  address       = "MA",
  number        = "DEC-TR-506",
  month         = aug,
  year          = "1987"
}

//美国专利引用

U.S. patent
Use the type field to override the patent type. e.g.,
type = "Patent Application"
The address is that of the assignee. Note that IEEE does not
display the assignee, the address, and only displays one date.
(if year is not present, the filed dates are used.) However, this
information should be entered as other BibTeX styles may use it.
alternatively, nationality could be entered as "U.S." 
From the April 2000 issue of "IEEE Transactions on Communications",
page 542, reference #6.
@patent{IEEEexample:uspat,
  author        = "Ronald E. Sorace and Victor S. Reinhardt and
                   Steven A. Vaughn",
  assignee      = "Hughes Aircraft Company",
  address       = "Los Angeles, CA",
  title         = "High-Speed Digital-to-{RF} Converter",
  nationality   = "United States",
  number        = "5668842",
  dayfiled      = "28",
  monthfiled    = feb,
  yearfiled     = "1995",
  day           = "16",
  month         = sep,
  year          = "1997"
}

//网址引用

@misc{KOO:2012,
  author = {Huang, G. B.},
  title = {Kernel SVM},
  howpublished={\url{http://globecom2016.ieee-globecom.org/}},
  year = {2012}
}

IEEE 参考文献bib文件最常引用模板相关推荐

  1. latex参考文献bib基本格式_LaTex中引用参考文献:BibTex使用方法简介

    新建bib文件 新建一个空白文档,后缀名改成bib即可,比如acl.bib 里面加上你希望引用的文章条目,比如下面的文章: @article{lafferty2001conditional, titl ...

  2. 在IEEE TVCG模板使用bib文件加入参考文献

    下载TVCG Journal LaTeX模板后,发现默认插入参考文献的方法是在LaTex代码内插入(如下图),而且不带.bib文件.那如何利用.bib文件加入参考文献呢? 这里以bare_jrnl_c ...

  3. 解决IEEE会议模板引用bib文件时出现Bibliography not compatible with author-year citations

    在使用以下格式的bib文件引用时: \bibliographystyle{IEEEtran} \bibliography{MSK} 出现了以下错误: Package natbib Error: Bib ...

  4. 【TeXstudio】【3】较为完整的论文排版模板与bib文件引用方法

    前言 忠诚与背叛:主人都是愚蠢的,他们心安理得地享受一切,从没想过一切都是有代价的.所以,你永远都能找到理想的背叛者,就是那些最忠诚.最诌媚.自以为付出最多的人--<死人经> 目录 前言 ...

  5. MikTex+Texmaker环境LaTeX使用bib文件引用参考文献步骤

    一.MikTex+Texmaker环境 MikTex+Texmaker环境是一个LaTeX编辑与编译,以及PDF预览环境.如果还没装好的话,推荐浏览[MiKTeX+Texmaker安装]这篇博客去安装 ...

  6. 【Latex】使用bib文件,生成参考文献,避免漏掉、多出、错排参考文献问题

    步骤: 1) 在tex同级文件夹下新建Reference.txt文件,复制以下内容到文件内: @book{Itti1998A,title={A Model of Saliency-Based Visu ...

  7. Latex引用bib文件步骤

    引用cite包 首先我们要在tex文件前面添加使用cite包 \documentclass{article} \usepackage{cite} \begin{document}... 文中引用对应论 ...

  8. SCI论文参考文献(bib文件)格式

    SCI论文参考文献(bib文件)格式 前言 期刊论文 会议论文 书籍 网上文章 前言 最近写 IEEE 的论文需要引用参考文献,但是谷歌学术上的 bib 引用有各种不同的格式,也有很多字段,如果不加选 ...

  9. LaTex---用 .bib格式文件批量添加引用文献

    引文格式 ~\cite{Authors14} http://blog.sina.com.cn/s/blog_7149fc900101cxg9.html 貌似是个明白人,后来发现是老办法,不是自动导入那 ...

最新文章

  1. java方法里执行两条sql_Java如何在数据库上执行多个SQL命令?
  2. node-webkit教程(16)调试typescript
  3. java两个日期之间的日期_获取两个日期之间的日期形成一个集合
  4. 预备作业02-20162314王译潇 黑客帝国之路1.1
  5. 003 Android之线性布局与基础控件
  6. 粒子群算法实例-求解函数极值
  7. java16下载_java lombok下载
  8. codeforces 850 A
  9. Educational Codeforces Round 14 - F (codeforces 691F)
  10. BMP图片读写接口函数
  11. 中国智能POS终端行业市场供需与战略研究报告
  12. cad中直径符号不显示_你知道在CAD制图软件中如何输入公差/直径符号吗?CAD入门学习技巧!...
  13. uniapp实现苹果支付流程
  14. 几百字道尽华夏无千年。
  15. 安装linux系统,卡在Detecting hardware
  16. pritunl管理工具-路由转发配置
  17. 创业失败欠债一千多万,身无分文、妻离子散,靠父母的工资过活,怎么翻身?
  18. c语言 判断float无穷大,C++ 浮点数(double float)如何定义NaN 正无穷 负无穷,以及如何判断是否是NaN...
  19. Opengl红宝书第一个例子_VS2017_glew2.1_x64_记录成功的代码段
  20. 【unity2d】教会你如何做一个自动升降平台

热门文章

  1. ARCGis工具箱使用技巧之一
  2. 哈哈日语 别人对你说了“斯密马森”,该怎么回?
  3. QuantLib 金融计算——收益率曲线之构建曲线(2)
  4. SharePoint Server 2013 安装篇
  5. MD5退出历史舞台你知道吗?
  6. [Professor麦]一文带你了解进程和线程
  7. 中M22春C、Java入门练习-7.9
  8. NightWatch开发向导(一):使用NightWatch
  9. A311D NPU支持
  10. lambda表达式——类名::实例方法