살아가는 이야기
신문기사 bib, 컨퍼런스/정기간행물 혼합 bib 본문
신문기사 bib
이번에 논문 쓰면서 신문기사 bib를 만들어야 할 일이 생겼다. 여러가지 시도해 본 결과 다음과 같이 하기로 했다.
@misc{Kleiner99,
author = "Carolyn Kleiner and Mary Lord",
title = "The Cheating Game: `Everyone's Doing It,'",
note = "\textit{U.S. News \& World Report}, pages 55--66, November 22, 1999",
journal = "U.S. News \& World Report",
pages = "55--66",
}
위 bib의 핵심은 note에 쓸 것을 다 쓴다는 점이다.
컨퍼런스 논문이 정기간행물로 등재된 경우 bib
그리고 컨퍼런스로 발표된 논문이 다른 정기간행물로 등재되는 경우가 있는데, 그 때는 다음과 같이 bib를 만들면 된다.
@InProceedings{Ji07,
author = {Ji,, Jeong-Hoon and Woo,, Gyun and Cho,, Hwan-Gue},
title = {A source code linearization technique for detecting plagiarized programs},
booktitle = "Proceedings of the {12th} Annual {SIGCSE}
Conference on Innovation and Technology in Computer
Science Education ({ITICSE}-2007)",
year = {2007},
issn = {0097-8418},
series = "ACM SIGCSE Bulletin",
volume = "39",
pages = {73--77}
}
위 bib의 핵심은 기존 InProceedings에 series와 issn, volume을 넣는다는 점이다.