url link in bibtex
Posted
by Tim
on Stack Overflow
See other posts from Stack Overflow
or by Tim
Published on 2010-04-08T02:41:08Z
Indexed on
2010/04/08
2:43 UTC
Read the original article
Hit count: 589
Hi,
I was wondering how to make a url link appear in Bibliography? For example,
@misc{libsvm,
abstract = {LIBSVM is an implbmentation of Support vector machine (SVM).},
author = {Chang, Chih-Chung},
keywords = {svm},
posted-at = {2010-04-08 00:05:04},
priority = {2},
title = {LIBSVM},
url = "http://www.csie.ntu.edu.tw/~cjlin/libsvm/",
year = {2008}
}
will appear in Bibliography as
[2] Chih-Chung Chang. Libsvm, 2008.
But I hope the link "http://www.csie.ntu.edu.tw/~cjlin/libsvm/" could appear and the "Libsvm" could be all capital "LIBSVM".
Honestly, I have no idea how a link should appear in Bibliography. What I think might be not professional. Please advise me how to put it in a professional way.
Thanks and regards!
© Stack Overflow or respective owner