研究室での論文執筆において共通で必要となりそうな bibtex エントリです.
- lab-paper.bib:研究室で発表した論文
- ***.bib:その他論文
論文に取り込むときにはbuild/all.bib
を使ってください.
- GitHub Actionsで,push時に
cat *.bib > build/all.bib
で生成している. - アクセストークンを使っているので,有効期限が切れたら設定し直す
- 個人設定のSettings->Developer settings->Personal access tokensでtoken生成
- リポジトリのSettings->Secrets and variables->Actionsでtokenをsecretsとして登録
- 以下をアンダースコアでつなげる
- First author の family name(Smith, Kobayashi など)
- 発表学会名・雑誌名(CVPR, ICCV, IJCV, PAMI, arXiv など)
- 年
- 手法などの名前(検索できるように)
- 例
- kay_arXiv2017_kinetics400
- Jhuang_ICCV2013_JHMDB21
- できるかぎり,既存のものをコピーしましょう.手入力ではスペルミスなど人為エラーが入ってしまいます.
- 手動の作成方法はネットで検索してください
- 論文によっては正規の取得方法があります.下記参照.
- ない場合もあります(BMVC など).その場合は手動で作成.
CVF open access の論文.ワークショップ論文も.
https://openaccess.thecvf.com/menu
論文の検索結果や,アブストラクトのページに bibitex のリンクがある.それをクリックすると表示される.
- NG:「Export Bibtex Citation」では,通常の bst スタイルでは表示されないのでダメ
- OK:「DBLP bibtex」をクリックして,DBLP へ行ってから bibtex をコピーする
T-PAMI,T-ICP など.CVPR などもある.
IEEE eXplore から検索して,「cite this」をクリックし,bibtex をコピー
IJCV, ECCV など
「Cite this article」をクリックしても bibtex エントリ形式は得られないので,mendeley などにインポートしてから bibtex エントリに変換する.
もしくは DBLP で探して bibtex をコピー
検索する.CV 系論文ならだいたいある.
ACM MM など.その他の論文も検索すると出てくる.
https://proceedings.neurips.cc
DBLP で探す.
https://dblp.org/db/conf/bmvc/index.html
ただし最新のものは DBLP にはないので以下のテンプレートを使用.year と month は修正すること.
@InProceedings{he2021gta,
title = {},
author = {},
year = {2021},
booktitle = {Proceedings of the British Machine Vision Conference (BMVC))},
month = {November},
}
@misc{amazongo_times2018,
editor = {The New York Times},
title={Inside Amazon Go, a Store of the Future},
author={Nick Wingfield},
url = {https://www.nytimes.com/2018/01/21/technology/inside-amazon-go-a-store-of-the-future.html},
note = {Onilne [Accessed 2021/10/5]},
day = {21},
month = {January},
year={2018},
}
実際に表示されるのは author, title, year, month, note
@misc{Wu_github2019_Detectron2,
author = {Yuxin Wu and Alexander Kirillov and Francisco Massa and
Wan-Yen Lo and Ross Girshick},
howpublished = {\url{https://github.com/facebookresearch/detectron2}},
title = {Detectron2},
year = {2019}
}
https://aaai.org/Library/conferences-library.php
https://proceedings.mlr.press/
https://openreview.net/group?id=ICLR.cc
種類は,ジャーナルならarticle,国際会議ならinproceedingsを利用.BMVCの例・テンプレートを参照.
pbibtexなら日本語エントリにyomiを追加すればOK.
@inproceedings{Hashiguchi_MIRU2024_TAL,
author = {橋口 凌大 and 玉木 徹},
yomi = {Ryota Hasigichi and Toru Tamaki},
title = {動作区間検出データセットの動作区間長に応じたノイズ除去},
booktitle = {MIRU2024},
year = {2024}