当前位置:网站首页>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
边栏推荐
- Redis interview question set
- Literature collation and thesis reading methods
- [thread pool]
- Cervical vertebra, beriberi
- 电子协会 C语言 1级 35 、银行利息
- Tar source code analysis Part 7
- MySQL relearn 2- Alibaba cloud server CentOS installation mysql8.0
- 图的底部问题
- MySQL 45 learning notes (XI) how to index string fields
- js 常用时间处理函数
猜你喜欢

关于IDEA如何设置快捷键集

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

Experience installing VMware esxi 6.7 under VMware Workstation 16

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

the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty‘

the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty‘

Two years ago, the United States was reluctant to sell chips, but now there are mountains of chips begging China for help

There is no Chinese prompt below when inputting text in win10 Microsoft Pinyin input method

Zabbix agent主动模式的实现

Recursive Fusion and Deformable Spatiotemporal Attention for Video Compression Artifact Reduction
随机推荐
[web security] nodejs prototype chain pollution analysis
Transition technology from IPv4 to IPv6
MySQL 45 lecture learning notes (x) force index
Pangu open source: multi support and promotion, the wave of chip industry
leetcode825. 适龄的朋友
Mobile adaptation: vw/vh
[GF (q) + LDPC] regular LDPC coding and decoding design and MATLAB simulation based on the GF (q) field of binary graph
A real penetration test
NLP literature reading summary
【FreeRTOS】FreeRTOS学习笔记(7)— 手写FreeRTOS双向链表/源码分析
【GF(q)+LDPC】基于二值图GF(q)域的规则LDPC编译码设计与matlab仿真
flask-sqlalchemy 循环引用
ABCD four sequential execution methods, extended application
Paddleocr prompt error: can not import AVX core while this file exists: xxx\paddle\fluid\core_ avx
Industrial computer anti-virus
How notepad++ counts words
How can the old version of commonly used SQL be migrated to the new version?
MySQL error resolution - error 1261 (01000): row 1 doesn't contain data for all columns
输入年份、月份,确定天数
图的底部问题