I have a couple of issues with adding technical reports in JabRef/BibTeX
FIRST ISSUE
Multi part titles: Some technical reports have complex, multi-part titles. The various parts tell you quite a bit about the context of the report. For example the title of this report contains several parts:
RAMSES PROJECT
WP1.2: Development of a library of impact functions
D1.2: Development of a library of impact functions and general uncertainty measures
This question has partially addressed the problem of multipart titles. However many titles contain more than just two parts. Here's an example of a document with a multi-part title.
SECOND ISSUE
The second issue is regarding the institution key in BibTeX. Many technical reports are developed by one institution for the benefit of another institution (the client). This paper is a great example where the report was generated by the entities "AASTMT" and "Egis BCEOM International" on behalf of the World Bank. In this case, which institution should be included in the institution field for the dedicated entry in JabRef/BibTeX? Do the other institutions get completely ignored or is there a dedicated field for them?
How can I make correct use of JabRef and/or BibTeX to take all this into consideration? Thanks for your help.
institutionas a replacement/near-equivalent forpublisher. I'd also recommend not to shy away from putting organisations or corporations into theauthororeditorfield (just remember the braces: https://tex.stackexchange.com/q/10808/35864). So in the example I might putAASTMTand{Egis BCEOM International}into theauthorfield andWorld Bankintoinstitution. – moewe Dec 06 '19 at 14:43plain.bstand friends don't know a fieldurl, so if you want to give a URL there, the standard workaround is to put it into thehowpublishedfield. Many newer styles - notably thenatbibstyles - have a dedicatedurlfield, which should ideally be used there (because it gives the style more control over the output). So what do you do? Do you usehowpublishedorurl?) – moewe Dec 06 '19 at 14:50btxdoc). There is a 'core' set of BibTeX types and fields that is pretty much the same for most styles (by convention), but that core is old (late eighties, I believe, so doesn't mention URLs for example) and doesn't cover everything. – moewe Dec 06 '19 at 14:52