This repository has been archived by the owner on Nov 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Test Zotero Connection
cam156 edited this page Jun 6, 2017
·
20 revisions
-
Prerequisites (Only done once)
-
Create a zotero account
-
Install Zotero on your computer
You need zotero 5 or better for the publish capabilities
- download and install the latest 5.0 version from: zotero
- connect application with zotero account
- edit preferences and choose the sync tab
- enter you zotero information from the previous step and click link
-
-
Edit your User Profile on server
- Click login
- Under your name choose
Edit Profile
- Clear your user account if already linked (you will not see a button to connect to zotero)
- Need to go to the rails console to do this on the correct server
sudo su - deploy cd scholarsphere/current bundle exec rails c production user = User.find_by( login: "<your login>") user.zotero_userid = nil user.arkivo_subscription = nil user.save
-
Click the link with Zotero
*should forward you to a zotero screen where you should login (if needed) and click "Allow Access" which should forward you back to ScholarSphere
- You should see a flash message that says
Successfully connected to Zotero!
- You should see a flash message that says
-
Verify that there were no errors on the Resque queue go to
/admin/queues/failed
you should not see a failure. -
Publish a paper with zotero
-
See that paper show up under My Works
05-31-2017 Carolyn Cole (ss-qa-new) 06-06-2017 Carolyn Cole (ss-prod-new)