[Tex/LaTex] bibtex: warnings empty note and address without publisher: justified

bibtexwarnings

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.

@inproceedings{Hagerup1993,
title        = {Maintaining Discrete Probability Distributions Optimally},
author       = {Hagerup, Torben and Mehlhorn, Kurt and Munro, J. Ian},
booktitle    = {Proceedings of the 20th International Colloquium on Automata, Languages and Programming},
series       = {Lecture Notes in Computer Science},
volume       = {700},
pages        = {253--264},
year         = {1993},
publisher    = {Springer-Verlag},
address      = {Berlin},
}