noksagt
About
- Username
- noksagt
- Joined
- Roles
- Member
Comments
-
Add items and attach your files and notes to those items: http://www.zotero.org/support/getting_stuff_into_your_library
-
Google for "xml tidy" (there are a lot of apps that do this, many with similar names that you can use either online or in your text editor or as a standalone executable).
-
You could right click on the library in the left pane & export it that way. But the reason you do not see the toolbar is most likely because you have other incompatible extensions or skins installed.
-
http://forums.zotero.org/discussion/16323/
-
I take issue with the hostility of this post, but will note that the solution is not really a "kluge": the only difference is what paths you tell the extension to work with when useing LO. And I think the default paths work with OO.o-3.3 (which has…
-
I think Zotero can do all of what you listed (but many are qualitative metrics). Bruce is right: try it on your own, as this is subjective (for examples, others share your opinion that Firefox can be slow, but disagree that it wastes a lot of memor…
-
del.icio.us tags are in the 'tags' attribute of the A entity and are comma-separated:<DT><A HREF="https://dev.launchpad.net/UltimateVimPythonSetup" ADD_DATE="1290441115" PRIVATE="0" TAGS="development,editor,ide,programming,pytho…
-
https://developer.mozilla.org/En/Cert_override.txt
-
If the title field contained gamma, the .bib file would also have gamma, not $\gamma$.Change the character set on export to use something other than UTF-8 (such as ISO-8859-1) & Zotero will have LaTeX transliterations for all of the entities in …
-
It sounds like you're exporting BibTeX from Zotero & using some bst style in a LaTeX document (apa? apalike? apalike2?). If this is the case, you need to consult the documentation for the BibTeX style that you're using. If this is not the ca…
-
Unfortunately, Endnote itself doesn't follow this faithfully even though I used its own "insert field" command to do so. The txt file shows "CN - `Record Number|" for some records, but others correctly, e.g. "CN - 2981". It also inserted line breaks…
-
Will's database has '@jurisdiction', '@legislation' and '@legal' entries. None of these are standard BibTeX entries right?Correct. They are enumerated as unsupported BibLaTeX types. This means they didn't come from thin air, but (even in BibLaTeX)…
-
AFAIK, RIS doesn't have any field to represent a collection/group. If you want separate collections, you need to import multiple RIS files as you say. Alternatively, you can put this information into tags by editing the EndNote RIS exporter to exp…
-
In which case, how would I be able to distinguish that a @misc entry is actually a case?Right now, you don't. Your best work-around would probably be to modify the BibTeX exporter to suit your needs. Your next best would be to leave a tag or note …
-
The current translator strives to follow the standard make explicit in BibTeXing and follow convnentions that are used by other popular BibTeX-based software. 'jurisdiction' is an unsupported type in BibLaTeX and I don't know if I've seen 'case' u…
-
Note that cross-client/platform email of things like attachments is not easy (and has been discussed previously). Assuming gmail may be easier & is what some other firefox extensions do.
-
The default auto-generated cite keys in the stock BibTeX translator aren't as cumbersome as item ids & are unique. They can most likely be mapped back to the original records with the only caveat being that the numbering of otherwise duplicate …
-
I was unable to open the RIS file to edit in Endnote (as described here: https://github.com/jonathanmorgan/jsm-zotero/blob/master/README).What do you mean you were 'unable to'?Instead I ran the ris-fix.vbs tool as explained here (http://forums.zoter…
-
However, the zotero import ignores the curl bracket (which latex recognises) and so in zotero the result of an import is: ...author1=Manufacturing Acme... ...author2=Ltd Co...I can't replicate this.@article{acme_manufacturing_co_ltd_test_2011, tit…
-
If you did not setup WebDAV or Zotero file storage syncing, the only place those files exist is on your old computer (or any backups you made from it).
-
ABNT style for zotero: http://www.zotero.org/styles/abnt-ufpr/dev?install=1 To answer the question you are asking: you'd have to consult the MS Word documentation/support for the supported formats. However, bibutils can transform Zotero's export f…
-
Recursive collections: http://www.zotero.org/support/hidden_prefs
-
The most usual solution to the pane not updating is to disable other extensions and to use the default theme.
-
Relative paths are not yet supported.
-
A few other threads on this subject already (as you may know): http://forums.zotero.org/discussion/9772/export-of-files-to-external-readers/ http://forums.zotero.org/discussion/13756/zotero-kindle-workflow/ http://forums.zotero.org/discussion/14326…
-
(probably following the descriptions by Patashnik in 'bibtexing').And, for the clarity of others reading this thread, there are no recommendations made for .bib database organization. Some other tools will sort by type or allow you to sort by type,…
-
FWIW: I'm a BibTeX user. I import into Zotero first (because adding references is so easy). When I'm writing a paper, I'll export most of the references I think I'll use into a BibTeX file. As I write, I'll either regenerate the file from scratch…
-
Define 'short', though. The online interface seems consistent with the center-pane of the zotero in Firefox: all notes are treated as separate items. Presumably one could display notes inline with some javascript magic, so a greasemonkey script ma…
-
It is a SQLite 3.x database & not a plain text file. There are multiple tools to allow you to view or dump it into a human-legible format (including the sqlite3 command line client).
-
...and can you just take the diff of the two versions of the file & import that?