Hello,
This is more of an open question than a specific problem so I don't have a MWE to go with this.
I am writting my thesis and I would like to reference a patent application.
I am using a java program called JabRef to organise my Reference.bib file and I'm running bibtex using a chapterbib called via a batch file on all my separate chapter.tex files... but thats all kinda irrelevant. (Just trying to show off)
Anyhoo, my problem is that JabRef doesn't have a patent type entry and I'm not sure what fields I need to include if I create an @patent{} type.
Should I just try to use an @article{} or @book{} type and hope for the best?
Any advice appreciated.
BibTeX, biblatex and biber ⇒ How to reference a patent using bibtex?
How to reference a patent using bibtex?
Yes, that would be the first approach (you can also try the @misc{} type).Eenzc wrote:...Should I just try to use an @article{} or @book{} type and hope for the best?...
1,1,2,3,5,8,13,21,34,55,89,144,233,...
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How to reference a patent using bibtex?
Think about using @manual or @techreport. With biblatex you would get an extended list of entry types.
Best regards
Thorsten
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: How to reference a patent using bibtex?
It does depend on the bibtex style you use. Some do have "patent" types, most obviously biblatex.
Joseph Wright
Re: How to reference a patent using bibtex?
There's quite a few approaches, but IMHO the one with the best results is using biblatex.
Alternatively, you can use the IEEEtran style which includes a @patent entry, or co-opt one of the standard ones such as @misc, @manual, etc.
I've posted a few comparative examples here http://see-out.com/sandramau/bibpat.html (formerly located at see-in.net), and I also provide a tool that converts patents in RIS format (as obtained from PatentLens.org) to biblatex, bibtex misc or bibtex IEEEstyle.
Alternatively, you can use the IEEEtran style which includes a @patent entry, or co-opt one of the standard ones such as @misc, @manual, etc.
I've posted a few comparative examples here http://see-out.com/sandramau/bibpat.html (formerly located at see-in.net), and I also provide a tool that converts patents in RIS format (as obtained from PatentLens.org) to biblatex, bibtex misc or bibtex IEEEstyle.