当前位置:网站首页>BibTex中参考文献种类
BibTex中参考文献种类
2022-07-04 07:13:00 【鬼道2022】
@InProceedings
用法介绍: Inproceedings条目类型旨在用于会议论文的引用。 Inproceedings的完整模板如下所示,其中包括 BibTeX Inproceedings条目的必填有“author”和“title”,其它的都为可选字段。
@InProceedings{
citekey,
author = "",
title = "",
booktitle = "",
year = "",
editor = "",
volume = "",
number = "",
series = "",
pages = "",
month = "",
address = "",
organization = "",
publisher = "",
note = "",
annote = ""
}
具体实例如下所示:
@Inproceedings{
zhang2019theoretically,
title={
Theoretically principled trade-off between robustness and accuracy},
author={
Zhang, Hongyang and Yu, Yaodong and Jiao, Jiantao and Xing, Eric and El Ghaoui, Laurent and Jordan, Michael},
booktitle={
International conference on machine learning},
pages={
7472--7482},
year={
2019},
organization={
PMLR}
@Article
用法介绍: Article条目类型旨在用于期刊文章的引用。 Article的完整模板如下所示,其中包括 BibTeX Inproceedings条目的必填有“author”,“title”,“journal”和“year”,其它的都为可选字段。
@Article{
citekey,
author = "",
title = "",
journal = "",
year = "",
volume = "",
number = "",
pages = "",
month = "",
note = "",
annote = ""
}
具体实例如下所示:
@Article{
pang2020boosting,
title={
Boosting adversarial training with hypersphere embedding},
author={
Pang, Tianyu and Yang, Xiao and Dong, Yinpeng and Xu, Kun and Zhu, Jun and Su, Hang},
journal={
Advances in Neural Information Processing Systems},
volume={
33},
pages={
7779--7792},
year={
2020}
}
以上@InProceedings和@Article两种引用方式是在论文中经常用到的,有过还涉及到书籍和其它方面的引用可以参考以下链接:https://www.bibtex.com/format/#templates
边栏推荐
- MySQL 45 lecture learning notes (x) force index
- Chain ide -- the infrastructure of the metauniverse
- Finishing (III) - Exercise 2
- 抽奖系统测试报告
- tornado项目之路由装饰器
- 【FreeRTOS】FreeRTOS学习笔记(7)— 手写FreeRTOS双向链表/源码分析
- 2022年6月小结
- What is industrial computer encryption and how to do it
- Zabbix agent主动模式的实现
- Two years ago, the United States was reluctant to sell chips, but now there are mountains of chips begging China for help
猜你喜欢

Status of the thread

How notepad++ counts words

Recursive Fusion and Deformable Spatiotemporal Attention for Video Compression Artifact Reduction

Boosting the Performance of Video Compression Artifact Reduction with Reference Frame Proposals and

移动适配:vw/vh

centos8安装mysql.7 无法开机启动

Introduction to deep learning Ann neural network parameter optimization problem (SGD, momentum, adagrad, rmsprop, Adam)

tornado项目之路由装饰器

Set JTAG fuc invalid to normal IO port

the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty‘
随机推荐
Redis interview question set
selenium驱动IE常见问题解决Message: Currently focused window has been closed.
Download address of the official website of national economic industry classification gb/t 4754-2017
2022-021ARTS:下半年开始
the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty‘
Enter the year, month, and determine the number of days
Why does the producer / consumer mode wait () use while instead of if (clear and understandable)
【FPGA教程案例7】基于verilog的计数器设计与实现
Responsive mobile web test questions
Latex中的单引号,双引号如何输入?
响应式移动Web测试题
由于dms升级为了新版,我之前的sql在老版本的dms中,这种情况下,如何找回我之前的sql呢?
[Valentine's day] - you can change your love and write down your lover's name
win10微软拼音输入法输入文字时候下方不出现中文提示
【FreeRTOS】FreeRTOS學習筆記(7)— 手寫FreeRTOS雙向鏈錶/源碼分析
提升复杂场景三维重建精度 | 基于PaddleSeg分割无人机遥感影像
How notepad++ counts words
The crackdown on Huawei prompted made in China to join forces to fight back, and another enterprise announced to invest 100 billion in R & D
关于IDEA如何设置快捷键集
Chain ide -- the infrastructure of the metauniverse