Skip to content

tamaki-lab/lab-bibtex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. 論文執筆用 BiBTeX エントリ

研究室での論文執筆において共通で必要となりそうな bibtex エントリです.

1.1. ファイル

  • 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として登録

1.1.1. BibTeX エントリの書き方

  • 以下をアンダースコアでつなげる
    • First author の family name(Smith, Kobayashi など)
    • 発表学会名・雑誌名(CVPR, ICCV, IJCV, PAMI, arXiv など)
    • 手法などの名前(検索できるように)
    • kay_arXiv2017_kinetics400
    • Jhuang_ICCV2013_JHMDB21

1.2. 探し方

  • できるかぎり,既存のものをコピーしましょう.手入力ではスペルミスなど人為エラーが入ってしまいます.
  • 手動の作成方法はネットで検索してください
  • 論文によっては正規の取得方法があります.下記参照.
  • ない場合もあります(BMVC など).その場合は手動で作成.

1.2.1. CVPR, ICCV, WACV

CVF open access の論文.ワークショップ論文も.

https://openaccess.thecvf.com/menu

論文の検索結果や,アブストラクトのページに bibitex のリンクがある.それをクリックすると表示される.

image

1.2.2. arXiv

https://arxiv.org

  • NG:「Export Bibtex Citation」では,通常の bst スタイルでは表示されないのでダメ
  • OK:「DBLP bibtex」をクリックして,DBLP へ行ってから bibtex をコピーする

image

image

1.2.3. IEEE 論文の場合

T-PAMI,T-ICP など.CVPR などもある.

IEEE eXplore から検索して,「cite this」をクリックし,bibtex をコピー

https://ieeexplore.ieee.org

image

1.2.4. Springer 論文の場合

IJCV, ECCV など

「Cite this article」をクリックしても bibtex エントリ形式は得られないので,mendeley などにインポートしてから bibtex エントリに変換する.

もしくは DBLP で探して bibtex をコピー

https://link.springer.com

image

1.2.5. DBLP

検索する.CV 系論文ならだいたいある.

https://dblp.uni-trier.de

image

1.2.6. ACM digital library

ACM MM など.その他の論文も検索すると出てくる.

https://dl.acm.org

image

1.2.7. NIPS, NeurIPS の場合

https://proceedings.neurips.cc

image

1.2.8. BMVC の場合

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},
}

1.2.9. web の記事

@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

1.2.10. github リポジトリ

@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}
}

1.2.11. 1.2.11 AAAI

https://aaai.org/Library/conferences-library.php

image

1.2.12. 1.2.12 ICMLなど(PMLR)

https://proceedings.mlr.press/

image

1.2.13. 1.2.13 ICLRなど(openreview)

https://openreview.net/group?id=ICLR.cc

image

1.3. bibtexエントリの作成方法

1.3.1. 英語

種類は,ジャーナルならarticle,国際会議ならinproceedingsを利用.BMVCの例・テンプレートを参照.

1.3.2. 日本語

pbibtexなら日本語エントリにyomiを追加すればOK.

 @inproceedings{Hashiguchi_MIRU2024_TAL,
  author = {橋口 凌大 and 玉木 徹},
  yomi    = {Ryota Hasigichi and Toru Tamaki},
  title     = {動作区間検出データセットの動作区間長に応じたノイズ除去},
  booktitle = {MIRU2024},
  year      = {2024}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published