-
Notifications
You must be signed in to change notification settings - Fork 20
Add zotero help page #646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add zotero help page #646
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,62 @@ | ||
| ### What is Zotero | ||
|
|
||
| [Zotero](https://www.zotero.org/) is a free, open-source research tool that helps you collect, organize, cite, and share references. | ||
|
|
||
| ### How it works with SciX | ||
|
|
||
| When you are viewing search results or a specific paper in SciX, you can use the Zotero browser extension to automatically extract the metadata of the paper(s) and save them directly to your collections. | ||
|
|
||
| Our team contributes to and maintains the Zotero translators for SciX data to ensure the highest accuracy. If you encounter any issues using Zotero with SciX, please contact us directly. | ||
|
|
||
| ### Getting Started with Zotero | ||
|
|
||
| To use Zotero, you will need to: | ||
|
|
||
| 1. Download the Zotero app for your desktop or mobile device. | ||
| 2. Install the Zotero Connector extension for your browser. | ||
|
|
||
| For more details, visit the [Zotero's support page](https://www.zotero.org/support/). | ||
|
|
||
| ### How to save search results to your collection | ||
|
|
||
| Open the Zotero app and create a new collection | ||
|
|
||
| <img src="/scixhelp/sciximg/zotero/zotero-step-01.png" class="img-responsive" alt="A screenshot of Zotero with the create new collection dialog open"> | ||
|
|
||
| <img src="/scixhelp/sciximg/zotero/zotero-step-02.png" class="img-responsive" alt="A screenshot of Zotero with the create new collection created"> | ||
|
|
||
| Perform a search in SciX, and click on the Zotero extension | ||
|
|
||
| <img src="/scixhelp/sciximg/zotero/zotero-step-03.png" class="img-responsive" alt="A screenshot SciX search results and Zotero browser extension highlighted"> | ||
|
|
||
| Zotero extension opens a dialog box with in the page, and an external window showing a list of the papers in the current search results page. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
|
||
| <img src="/scixhelp/sciximg/zotero/zotero-step-04.png" class="img-responsive" alt="A screenshot SciX search results page with dialog box after clicking on Zotero extension"> | ||
|
|
||
| <img src="/scixhelp/sciximg/zotero/zotero-step-05.png" class="img-responsive" alt="Zotero item selector dialog"> | ||
|
|
||
| Select the papers to save from the list of papers | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and click "ok"? If yes, add that |
||
|
|
||
| <img src="/scixhelp/sciximg/zotero/zotero-step-06.png" class="img-responsive" alt="Zotero item selector dialog with items selected"> | ||
|
|
||
| Go back to the browser, select the collection to save to and click done. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
|
||
| <img src="/scixhelp/sciximg/zotero/zotero-step-07.png" class="img-responsive" alt="Zotero extension dialog after items selected"> | ||
|
|
||
| See the imported papers in Zotero app. | ||
|
|
||
| <img src="/scixhelp/sciximg/zotero/zotero-step-08.png" class="img-responsive" alt="Zotero app with imported references"> | ||
|
|
||
| ### How to save an abstract to your collection | ||
|
|
||
| From the abstract page, click the Zotero extension. | ||
|
|
||
| <img src="/scixhelp/sciximg/zotero/zotero-step-09.png" class="img-responsive" alt="SciX abstract page with Zotero browser extension"> | ||
|
|
||
| Select the collection to save to. | ||
|
|
||
| <img src="/scixhelp/sciximg/zotero/zotero-step-10.png" class="img-responsive" alt="Zotero extension dialog after clicking"> | ||
|
|
||
| See the imported abstract in the Zotero app. | ||
|
|
||
| <img src="/scixhelp/sciximg/zotero/zotero-step-11.png" class="img-responsive" alt="Zotero app with imported reference"> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| layout: post_scix | ||
| title: 'Zotero' | ||
| order: 1 | ||
| --- | ||
|
|
||
| {% include _help/external-tools/_posts/zotero.md site="SciX" ads=false %} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| --- | ||
| layout: post_scix | ||
| category: external-tools | ||
| --- | ||
|
|
||
| <h2>All Entries in the Category "External Tools"</h2> | ||
|
|
||
| {% assign posts = site.categories.external-tools | sort:"order" %} | ||
| {% for post in posts %} | ||
| <h3>{{post.title}}</h3> | ||
| {{post.content}} | ||
| {% endfor %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a link to
contact usw/ the email addressmailto:help@scixplorer.org