s1968258
About
- Username
- s1968258
- Joined
- Roles
- Member
Comments
-
Hi All -- I'm looking around the Zot forums for a clear answer -- maybe a developer can help - what is the clear difference between automatic and manual keywords? To my understanding, automatic are extracted from the publisher, but within my sample…
-
The actual question is -- I have all my keywords consolidated into one column but I want to dedupe according to case sensitivites and entire cell contents (in other words, KW - wellbeing , KW - wellbeing DEDUPE but NOT KW - wellbeing, KW - Wellbeing…
-
Oh Wait -- the original .js had an extra (space) in between KW and -, making it unrecognisable in the find function. how tedious! I think I've got it sorted now, but I deduped in Excel, not the original RIS file. how do I transfer this new KW list i…
-
Got it. Query worked. Now I have the updated list but I need to update the RIS file. I'm reading the RIS file with the smaller sample in a text editor (notepad), but not sure how to include the updated list into the text editor without dupes. I used…
-
var items = ZoteroPane.getSelectedItems(); var tagCounts = new Map(); for (let item of items) { let tags = item.getTags(); for (let { tag } of tags) { if (!tagCounts.has(tag)) { tagCounts.set(tag, 1); } el…
-
Ran the .js with the above command but received: SyntaxError: invalid escape sequence ... :(
-
I see. That seems plausible. That being said, the sample of 447 from .js is richer in content. How might I convert that into a readable RIS file so I can conduct my cluster analysis (in the same way a direct RIS export from ZOTERO collection is done…
-
Regarding tags (automatic and manual), is there anyway to identify or filter in Zotero by those articles which contain automatic tags and which do not? I'm trying to get a ratio of those imported records that carried in tags versus those that did no…
-
Regarding your most recent message ^^ I think** that's what happened. I will try again and come back.
-
Ok let me be clear because it seems that I am not. 1. I read the directions. I disabled auto-sync and proceeded. I checked the timestamps, made copies of .bak files, and renamed the original .old and the sqlite (that exists as my restore copy)., I…
-
I did disable, but the auto backup hasn't worked. Any ideas?
-
I think the problem is that auto-sync updated the .bak files so when I purportedly restored that large KB file, it did so, but to an updated version (after I lost the original). What I'm referring to above is in my data directory, my storage** folde…
-
Same issue, same error code. Tried multiple browsers, checked settings, etc. URL: https://www.sciencedirect.com/science/article/pii/S0264837712001354 Signed in through my university but cannot retrieve PDF files when I capture the link through Zo…
-
Ok fair enough.. but then why am I having trouble connecting PDFs to files? Also Adam, I'm wondering if you can help with another matter.. I've just accidentally deleted my entire collection. I followed this protocol: https://www.zotero.org/support/…
-
I mean, they weren't entering my Zotero collection from the online connector tool.
-
If I have a backup of my file directory -- storage showing all file keys, how can I import that folder back into my Zotero library after accidentally deleting my largest collection? I tried following the renaming protocol above ^ but it didn't resto…
-
Ok you got it. Thanks for the heads up. As it happens, I was reading this Troubleshooting page: https://www.zotero.org/support/known_translator_issues re: translator issues across major platforms (JSTOR is one of the big players in my review) and I …
-
Same problem via Science Direct (Elsevier). Needing to reallocate PDF files (manually) to 140 records so I can include as FILES (not external proxies) on NVIVO. Any thoughts? I am signed in already through my UNI and my Zotero connector is live and …
-
Quick question that I need to answer before I can begin coding. My final sample size is 234 records and I'm exporting from ZOTERO. However, 158 of those records do not have a PDF attached. These files *can* get PDFs attached (but not found through …
-
HI All, I consolidated several automatic tags into one big tag for the demonstration of a pitch deliverable, but having since added new records to the collection, I've got new aggregates of tags and want to split* that consolidated tag back into i…
-
Wow @tim820 thank you so much. Worked like a charm! Lastly -- is there any way to link those codes to their respect publications?
-
@tim820 Thanks for that .js , but could you help me adjust the code so that I can retrieve only tags from all records within ONE collection (or subcollection)? by showing where in the original code such an amendment can be made? I'm writing a system…