@techreport 类型参考文献的出版地该如何编写?

2020-04-25 20:03发布

@techreport 类型参考文献的出版地该如何编写?我在网上找的资料是这样说明的:@techreport条目为学校或其它研究机构印制的报告。 不可少域author, title, institu...

@techreport 类型参考文献的出版地该如何编写?我在网上找的资料是这样说明的:

@techreport条目为学校或其它研究机构印制的报告。

    不可少域author, title, institution, year.

    可省略域type, number, address, month, note.

例子:

@techreport{name,
 author = {a and b}
 title = {title},
 institution = {institution rpt no.}
 year = {2008}
};

而我的代码是这样的

@techreport{BP,
  title={{BP}世界能源展望2019年版},
  author={BP中国},
  Institution={BP中国}
  year={2019}
  location{中国}
}

生成结果是这样的

image.png

这个出版地不详,我该用什么代码将他填写完整?