当前位置:网站首页>Types of references in BibTex
Types of references in BibTex
2022-07-04 07:18:00 【Ghost road 2022】
@InProceedings
Usage introduction : Inproceedings Item types are intended for conference paper citations . Inproceedings The complete template for is shown below , These include BibTeX Inproceedings The required items are “author” and “title”, Others are optional fields .
@InProceedings{
citekey,
author = "",
title = "",
booktitle = "",
year = "",
editor = "",
volume = "",
number = "",
series = "",
pages = "",
month = "",
address = "",
organization = "",
publisher = "",
note = "",
annote = ""
}
Specific examples are as follows :
@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
Usage introduction : Article The entry type is intended for citation of journal articles . Article The complete template for is shown below , These include BibTeX Inproceedings The required items are “author”,“title”,“journal” and “year”, Others are optional fields .
@Article{
citekey,
author = "",
title = "",
journal = "",
year = "",
volume = "",
number = "",
pages = "",
month = "",
note = "",
annote = ""
}
Specific examples are as follows :
@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}
}
above @InProceedings and @Article Two citation methods are often used in papers , For references to books and other aspects, please refer to the following links :https://www.bibtex.com/format/#templates
边栏推荐
- What is the use of cloud redis? How to use cloud redis?
- Enter the year, month, and determine the number of days
- Latex中的单引号,双引号如何输入?
- Introduction to rce in attack and defense world
- 【Kubernetes系列】Kubernetes 上安装 KubeSphere
- [Flink] temporal semantics and watermark
- 响应式——媒体查询
- CMS source code of multi wechat management system developed based on thinkphp6, with one click curd and other functions
- SQL foundation 9 [grouping data]
- Rhcsa day 3
猜你喜欢

The important role of host reinforcement concept in medical industry

Research on an endogenous data security interaction protocol oriented to dual platform and dual chain architecture

用于压缩视频感知增强的多目标网络自适应时空融合

云Redis 有什么用? 云redis怎么用?

Technical experts from large factories: common thinking models in architecture design

Guoguo took you to write a linked list, and the primary school students said it was good after reading it

Implementation of ZABBIX agent active mode

Node connection MySQL access denied for user 'root' @ 'localhost' (using password: yes

Su Weijie, a member of Qingyuan Association and an assistant professor at the University of Pennsylvania, won the first Siam Youth Award for data science, focusing on privacy data protection, etc

Zabbix agent主动模式的实现
随机推荐
Unity 从Inspector界面打开资源管理器选择并记录文件路径
响应式——媒体查询
Flink memory model, network buffer, memory tuning, troubleshooting
the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty‘
在已經知道錶格列勾選一個顯示一列
Campus network problems
Latex中的单引号,双引号如何输入?
Introduction to rce in attack and defense world
Docker install MySQL
Zhanrui tankbang | jointly build, cooperate and win-win zhanrui core ecology
请问旧版的的常用SQL怎么迁移到新版本里来?
Directory of tornado
Su Weijie, a member of Qingyuan Association and an assistant professor at the University of Pennsylvania, won the first Siam Youth Award for data science, focusing on privacy data protection, etc
用于压缩视频感知增强的多目标网络自适应时空融合
MySQL relearn 2- Alibaba cloud server CentOS installation mysql8.0
Data double write consistency between redis and MySQL
Lottery system test report
[FPGA tutorial case 7] design and implementation of counter based on Verilog
[untitled] notice on holding "2022 traditional fermented food and modern brewing technology"
Redis - detailed explanation of cache avalanche, cache penetration and cache breakdown