当前位置:网站首页>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
边栏推荐
- Introduction to spark core components
- 同一个job有两个source就报其中一个数据库找不到,有大佬回答下吗
- Review of enterprise security incidents: how can enterprises do a good job in preventing source code leakage?
- 【FPGA教程案例8】基于verilog的分频器设计与实现
- Experience installing VMware esxi 6.7 under VMware Workstation 16
- kubernetes集群之Label管理
- MySQL error resolution - error 1261 (01000): row 1 doesn't contain data for all columns
- 电子协会 C语言 1级 35 、银行利息
- The number of patent applications in China has again surpassed that of the United States and Japan, ranking first in the world for 11 consecutive years
- Recursive Fusion and Deformable Spatiotemporal Attention for Video Compression Artifact Reduction
猜你喜欢
About how idea sets up shortcut key sets
Crawler (III) crawling house prices in Tianjin
Recursive Fusion and Deformable Spatiotemporal Attention for Video Compression Artifact Reduction
Responsive mobile web test questions
[kubernetes series] kubesphere is installed on kubernetes
the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty‘
【Kubernetes系列】Kubernetes 上安装 KubeSphere
SQL foundation 9 [grouping data]
Deep understanding of redis -- a new type of bitmap / hyperloglgo / Geo
云Redis 有什么用? 云redis怎么用?
随机推荐
Selection (021) - what is the output of the following code?
抽奖系统测试报告
the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty‘
The number of patent applications in China has again surpassed that of the United States and Japan, ranking first in the world for 11 consecutive years
MySQL 45 lecture learning notes (XIII) delete half of the table data, and the table file size remains the same
tornado之目录
There is no Chinese prompt below when inputting text in win10 Microsoft Pinyin input method
Introduction to rce in attack and defense world
Chapter 1 programming problems
About how idea sets up shortcut key sets
Electronic Association C language level 1 34, piecewise function
用于压缩视频感知增强的多目标网络自适应时空融合
How can the old version of commonly used SQL be migrated to the new version?
提升复杂场景三维重建精度 | 基于PaddleSeg分割无人机遥感影像
[web security] nodejs prototype chain pollution analysis
notepad++如何统计单词数量
Literature collation and thesis reading methods
[GF (q) + LDPC] regular LDPC coding and decoding design and MATLAB simulation based on the GF (q) field of binary graph
Selenium driver ie common problem solving message: currently focused window has been closed
【网络数据传输】基于FPGA的百兆网/兆网千UDP数据包收发系统开发,PC到FPGA