BibLateX export questions
Hi,
I switched to Zotero 5 and thus lost the use of Better BibLateX
When I export into a bib file format, how can I know the ID of the exported entries? That is, the ID that I have to put inside \cite{}
For example in the following entry exported by Zotero, where can I find the string "gompers_how_2016" in the Zotero GUI (without opening the bib file) ?
Thanks
@ report{gompers_how_2016,
location = {Rochester, {NY}},
title = {How Do Venture Capitalists Make Decisions?},
url = {https://papers.ssrn.com/abstract=2801385},
abstract = {We survey 885 institutional venture capitalists ({VCs}) at 681 firms to learn how they make decisions across eight areas: deal sourcing; investment decisions; valuation; deal structure; post-investment value-added; exits; internal organization of firms; and relationships with limited partners. In selecting investments, {VCs} see the management team as more important than business related characteristics such as product or technology. They also attribute more of the likelihood of ultimate investment success or failure to the team than to the business. While deal sourcing, deal selection, and post-investment value-added all contribute to value creation, the {VCs} rate deal selection as the most important of the three. We also explore (and find) differences in practices across industry, stage, geography and past success. We compare our results to those for {CFOs} (Graham and Harvey 2001) and private equity investors (Gompers, Kaplan and Mukharlyamov forthcoming).},
number = {{ID} 2801385},
institution = {Social Science Research Network},
type = {{SSRN} Scholarly Paper},
author = {Gompers, Paul A. and Gornall, Will and Kaplan, Steven N. and Strebulaev, Ilya A.},
urldate = {2017-07-09},
date = {2016-08-01},
note = {00013},
keywords = {Entrepreneurship, Venture capital},
file = {Gompers et al_2016_How Do Venture Capitalists Make Decisions.pdf:C\:\\Users\\raffa\\Zotero\\storage\\MG2W29NR\\Gompers et al_2016_How Do Venture Capitalists Make Decisions.pdf:application/pdf}
}
I switched to Zotero 5 and thus lost the use of Better BibLateX
When I export into a bib file format, how can I know the ID of the exported entries? That is, the ID that I have to put inside \cite{}
For example in the following entry exported by Zotero, where can I find the string "gompers_how_2016" in the Zotero GUI (without opening the bib file) ?
Thanks
@ report{gompers_how_2016,
location = {Rochester, {NY}},
title = {How Do Venture Capitalists Make Decisions?},
url = {https://papers.ssrn.com/abstract=2801385},
abstract = {We survey 885 institutional venture capitalists ({VCs}) at 681 firms to learn how they make decisions across eight areas: deal sourcing; investment decisions; valuation; deal structure; post-investment value-added; exits; internal organization of firms; and relationships with limited partners. In selecting investments, {VCs} see the management team as more important than business related characteristics such as product or technology. They also attribute more of the likelihood of ultimate investment success or failure to the team than to the business. While deal sourcing, deal selection, and post-investment value-added all contribute to value creation, the {VCs} rate deal selection as the most important of the three. We also explore (and find) differences in practices across industry, stage, geography and past success. We compare our results to those for {CFOs} (Graham and Harvey 2001) and private equity investors (Gompers, Kaplan and Mukharlyamov forthcoming).},
number = {{ID} 2801385},
institution = {Social Science Research Network},
type = {{SSRN} Scholarly Paper},
author = {Gompers, Paul A. and Gornall, Will and Kaplan, Steven N. and Strebulaev, Ilya A.},
urldate = {2017-07-09},
date = {2016-08-01},
note = {00013},
keywords = {Entrepreneurship, Venture capital},
file = {Gompers et al_2016_How Do Venture Capitalists Make Decisions.pdf:C\:\\Users\\raffa\\Zotero\\storage\\MG2W29NR\\Gompers et al_2016_How Do Venture Capitalists Make Decisions.pdf:application/pdf}
}
Beyond this, we're close from moving from a "Zotero" question to a "LaTeX" question.
You may:
@article{pautz_propositions_2016,
title = {\textit{Propositions} and properties},
volume = {93},
issn = {1933-1592},
url = {http://onlinelibrary.wiley.com/doi/10.1111/phpr.12322/abstract},
doi = {10.1111/phpr.12322},
pages = {478--486},
number = {2},
journaltitle = {Philosophy and Phenomenological Research},
shortjournal = {Philos Phenomenol Res},
author = {Pautz, Adam},
urldate = {2017-06-16},
date = {2016-09-01},
langid = {english}
}
(If it doesn't show up, the second word of the key is preceded by <^i^> and followed by <^/^i^>.) This can't be processed by pandoc-citeproc. However, BibLaTeX is fine with it. So I don't think this is Zotero's problem as it would be if it was generating bad BibLaTeX entry keys.
It'll take me a while, but I'm happy to take patches, which should just use the exact same code we have in the bibtex translator to that effect.