Reference to webpage without author
Hello everyone,
I will probably answer my own question here, but maybe someone has a better idea how to do this:
I want to reference to a URL (no author, no publishing date or anything else), lets say www.sqlalchemy.org like this:
"As a database interface [SQLAlchemy] was used."
and the corresponding entry should look like:
"SQLAlchemy, www.sqlalchemy.org, Last Accessed on ..."
First, I had the problem that no web page type was available, which was "solved" here: https://forums.zotero.org/discussion/22041/
Now one problem remains: Working with BibTeX, the keys are generated on export, but they use author and publishing year to do so, but both are of course empty. Leading to this fun cite-key: ??????
Since I use the key-format for every other entry in my library, changing the general key-format on export is not possible.
Is there any other way than opening the .bib-file by hand and editing the key EVERYTIME I update my library?
In my opinion the cite-key should be saved alongside the rest of the meta-data inside zotero, like it is done in Mendeley, so one can easily adjust keys that are out of the ordinary. Is there any plan to do this?
I will probably answer my own question here, but maybe someone has a better idea how to do this:
I want to reference to a URL (no author, no publishing date or anything else), lets say www.sqlalchemy.org like this:
"As a database interface [SQLAlchemy] was used."
and the corresponding entry should look like:
"SQLAlchemy, www.sqlalchemy.org, Last Accessed on ..."
First, I had the problem that no web page type was available, which was "solved" here: https://forums.zotero.org/discussion/22041/
Now one problem remains: Working with BibTeX, the keys are generated on export, but they use author and publishing year to do so, but both are of course empty. Leading to this fun cite-key: ??????
Since I use the key-format for every other entry in my library, changing the general key-format on export is not possible.
Is there any other way than opening the .bib-file by hand and editing the key EVERYTIME I update my library?
In my opinion the cite-key should be saved alongside the rest of the meta-data inside zotero, like it is done in Mendeley, so one can easily adjust keys that are out of the ordinary. Is there any plan to do this?
Unfortunately that won't happen very quickly. We'll fix the automatic citekey for items without author.
????
????-I
????-II
So I guess for now, its either switching to another cite-key-format (which will break all MY existing documents), edit the bib-file every time by hand, or switching to another program.
Maybe the post-editing can be simplified by some scripting. I'll have to look into that.
Well, thank you anyway!
https://github.com/zotero/translators/blob/master/BibTeX.js#L2126
If I do come up with something useful, I'll post it on github.
Thanks.