I have the following bibtex entry:
@TechReport{CAlt2,
author = {G. Ziegenhals},
title = {{U}ntersuchungen zur {W}irkung eines {A}lternativgriffes c2 bei {O}boen},
institution = {IfM - Institut für Musikinstrumentenbau e.V.},
year = {2015},
number = {IfM M 285/2015 - Fassung 2},
address = {IfM - Institut für Musikinstrumentenbau e.V.
Klingenthaler Stra\ss{}e 42 08267 Klingenthal},
month = {6}
}
Bibtex complains:
Warning--empty note in CAlt2
Warning--there's an address but no publisher in CAlt2
Ok but note is optional for techreport
and I do have a publisher… or isn't publisher=institution??
Best Answer
I know it has been very long since the question was asked, but I faced the same problem, I solved it by doing the following:
address
means the location where the conference took place.publisher
is such as ACM, IEEE, etc.Let me share with you this example from ACM template, that explains the different fields.