noksagt
About
- Username
- noksagt
- Joined
- Roles
- Member
Comments
-
I think the atom feed correctly uses therel="self" type="application/atom+xml"rel="alternate" type="text/html"links to refer to the item in the feed. But the Atom RFC allows for rel="via" & this seems like a possibly appropriate way to correctl…
-
I can't replicate this on any of the search functions (google search of support (documentation/forums), built-in forum search, library search).
-
I would say to export stand-alone notes to @COMMENT{...} if "export notes" is selected & to ignore them if it is not.
-
The bibtex export constantly has small improvements that are made: https://github.com/zotero/translators/commits/master/BibTeX.js What still needs to be addressed on the translator level? I think BibTeX exporty would most benefit from the eventua…
-
You could also look at the bibtex citation style on the repositoryOne caveat is that there had been interest in replacing the style for citation in that CSL with the full \cite{....} BibTeX command. This corner-case may be one point in favor of onl…
-
Some people have made custom CSL citation styles to do this too: https://gist.github.com/500876 https://gist.github.com/188806
-
There are no such fields in the RIS specification, so Zotero does not export them.
-
Yes: Either use a different BST file or modify the BST file you're using.
-
http://www.zotero.org/styles/bibtex
-
And note that Joseph Wright's answer doesn't seem to state we are doing anything wrong. We use the format adopted by LyX on their own site: http://wiki.lyx.org/uploads/Examples/simpleUseOfBibTeX/references.bib
-
No, this url wrapping should not be done. There are BST styles that already wrap in \url or \href & this could break those. One occasionally sees the wrapping in bibtex files, but it is probaby less common than unwrapped URLS. URLs are not wr…
-
Some people use the BibTeX CSL style. I, personally, export my library as a .bib file & use 3rd-party tools to pull citekeys from it.
-
I believe that title casing in the database was more common when the current behavior (to bracket-enclose words with capital letters in positions other than the start of words) was established. It seems sentence case is now prevalent, so we could p…
-
CSL styles allow you to use either the bibliography form or the citation form (hold down shift to get the latter). It seems, then, that one should just modify the original BibTeX CSL file to give the citation style desired. Further, this modified …
-
Fixed. Reinstall from: http://www.zotero.org/styles/chicago-author-date?install=1 To update an existing document you may have to switch to a different style and back.
-
The comma is there. Do you mean it is missing a space after the comma?
-
The export from Quiqqa isn't super clean, but Zotero imports it when you remove the file links. There is no formal file field standard in BibTeX, but Mendeley & JabRef & Zotero all assume the formatfile = {Description of the file:/full/path…
-
WebDAV doesn't allow syncronization for groups. The files stored are not encrypted. http://forums.zotero.org/discussion/6381/what-are-prop-or-zip-files-in-webdav/#Item_4
-
have you confirmed it is a valid BibTeX file (by running it through latex/bibtex or 'bibcheck' or 'bibclean' or this site)? can you post the file somewhere?
-
And yes, I'm very sure my corporate authors are entered in full only in the lastname field.I do believe that. But that differs from what you get if you click the icon to the right of the creator name so that it changes from two fields to a single f…
-
There: http://forums.zotero.org/discussion/24747/import-from-endnote-all-the-fields-even-custom-via-referbiblx-my-experience/ "I added several rules of conversion... Such configuration suited for me, everyone can do own. Maybe language variable can…
-
But language field isn't imported for more than 3 years.The initial reason for not having the language tag (and some others like call number) was that it wasn't documented anywhere.Indeed, it has been less than a year & I think less than about s…
-
You mentioned making a custom translator earlierGiven that there's no reason not to include this in the stock translator, I imagine it will (eventually) be & there's no need to make it a custom translator (except for testing).You may have alread…
-
http://www.zotero.org/support/retrieve_pdf_metadata
-
is here an easy way to import ALL fields from EndNote X5 to Zotero? Zotero and EndNote have different database schemas. I haven't used EndNote X5. Historically, their export has left out fields or has had ambiguous export (where multiple fields we…
-
This search returns the number of inter/intra programmatic publications which involve an author from program 1.Given that you have to mark inter/intra publications manually already, you can just apply a tag to a reference. The programmatic affiliat…
-
It is NOT. The citation rule (given at the URL, above) states "et al." shortening should be used "only if length constrained and four or more authors". For non-length-constrained articles, they list all authors when the list includes "several auth…
-
BibTeX, itself, isssues a warning and ignores extra fields. Wiley is emitting invalid BibTeX, though many tools will gracefully accept it anyway. Zotero's BibTeX translator could prefer the first use of a field or trigger a warning/notification of…
-
Since we use the presentational it html we should probably use \textit in TeXI agree, though half-heartedly. I'd imagine that most cases of title-based markup (foreign-language/species names, etc.) should really use semantic emphasis. We should d…
-
Eventually, the HTML file should be converted to LaTeX markup. Someone refresh my memory as to the HTML formatting we allow in these fields? The only reason this hasn't yet been done is time. Example of subscript: $_{\textrm{SUBSCRIPTED}}$Italics…