aurimas
About
- Username
- aurimas
- Joined
- Roles
- Member
Comments
-
I think we still haven't concluded that this makes sense conceptually, particularly with switching between author-date and numeric styles. If you want Zotero to assist you in typing out the author's name, that could be an entirely different feature …
-
Any plans to host this on some versioning platform (e.g. GitHub) for easier patch submissions, issue tracking, etc.?
-
Sorry if that wasn't clear, but we want you to post the contents of the CSL style you created.
-
The validator says there is a premature end of file (found “[EOF]”)error, but there isn't any information on this.That means you forgot to close an XML tag somewhere. If you want to post it to https://gist.github.com/ we can take a look. The firefox…
-
You need to drag the style onto the Zotero pane, not just a Firefox window. Run your modified style through http://validator.citationstyles.org/ to get more detailed error messages.
-
No, we're not going to replace this in the target regexp. This sort of proxying is going to happen for all sites, so we need a general solution. I've never seen the numbers being added to the host part. Will look into it, but the general issue is ht…
-
No, that's not going to happen, since the search query specifically matches the file attachment (or note).
-
To collapse all items in the center pane ("hide the notices"), press the - (hyphen/minus) key on your keyboard. (Pressing the + key will expand all items) For your second issue, I'll let Dan answer. I'm not sure if file attachment modification time…
-
That's the thing with workarounds. They're not explicitly intended behavior. I don't think Zotero will put in explicit code to support this format (at least that's my view on it, Dan may disagree). Once we can establish proper date formats for range…
-
We first need to settle on proper backend format for dates (issue here), then we can think about converting it to CSL JSON on export.
-
This can't possibly happen until Edge starts supporting extensions. Even afterwards, it may take some time, especially if Edge does not attract much user base. I did read somewhere that Edge might be able to use Chrome extensions, in which case this…
-
Figure out the date when these items were duplicated (look at Date Added), then create a saved search for "Date Added" "is after" . Open the saved search, select all (Ctrl/Cmd + A) and delete.
-
I'm not sure that really makes sense. I think in terms of citing items, you would be much better off keeping the item types correct. If you want to keep the metadata that Zotero cannot import, then you should have them imported into the note attachm…
-
The first one is a WEB type, which in Zotero is a Web Page. The second is UNPUB, which Zotero defaults to Journal Article. Neither of these item types have a PB (publisher) equivalent in Zotero, so Zotero doesn't have where to put the metadata.
-
Tiene un ejemplo concreto?
-
Are you certain that does not import both notes (N1 and RN)? This imports correctly on my end. Try updating your translators via Preferences -> General -> Update Now. If that doesn't help, try resetting your translators via Preferences -> A…
-
I don't see any RN for non books.
-
That doesn't sound right. I'll see if I can reproduce this. Could you post a sample RIS file that is not working right? Copy paste here (only a few references) or share a link to Dropbox.
-
That would be expected with the new captcha
-
Luke, see 10.I here https://www.zotero.org/support/troubleshooting_translator_issues let us know if that changes anything. This will be difficult to diagnose otherwise if we can't reproduce it. I'll try from a different computer later today. Also tr…
-
Could you submit a debug ID for an attempt to import the Wiley article? I'm not able to reproduce the issue. https://www.zotero.org/support/debug_output
-
You should be able to simply drag it out. The grippy appears to be very small on retina display, so it might be difficult to grab it. In the future, the side panel will automatically re-appear after restarting Zotero/Firefox.
-
Are you sure you searched everywhere on your computer? As adamsmith writes above, those files are for empty databases. Did you perhaps find some zotero.sqlite.bak files? Also, check on your desktop for an "Old Firefox Profile" folder. If that exist…
-
When i click on the icon, it says "Saving to my library"Does it say anything else, or is that all that appears in the popup? If nothing else appears, there's probably an error while trying to import. See https://www.zotero.org/support/troubleshooti…
-
In this particular case, the last author is "The ATLAS collaboration", which seems like a reasonable author to keep (if not use to replace all of the authors in that list)
-
For reference, that's 2918 authors http://link.springer.com/article/10.1007/JHEP11(2013)183 Not that this will help with your current issue, but you should update Zotero. How long have you let it run for? If you give it enough time, it should even…
-
FW methods do not return values that you are expecting, They all return FW objects. Also, the order of events with FW is not straightforward. It mostly just queues up the actions when you call them and executes them later (when called from doWeb/det…
-
Try pressing Enter when that pop-up shows up. It's probably telling you that a bunch of items were added or removed from collections and that conflicted with other changes on another computer, so Zotero is keeping all items in all collections. At th…
-
Since Zotero does not currently offer ability to import files as links, files actually have to exist in order for Zotero to import them. When it becomes possible to import files as links, we could consider importing broken links, but that won't be h…
-
Are you talking about the translator framework? It would be helpful if you posted the entire code that you are working with in gist.github.com Right now, I'm a bit confused as to what you're doing. (E.g. function.Xpath should not even be possible sy…