Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions _includes/_help/external-tools/_posts/zotero.md
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.

<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

<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.

<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">
17 changes: 17 additions & 0 deletions _includes/left-nav_scix.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,23 @@
</div>
</div>

<div class="panel panel-default">
<div class="panel-heading" id="external-tools-help">
<a class="{% if page.url contains '/external-tools/' %}expanded{% else %}collapsed{% endif %}" role="button" data-toggle="collapse" href="#external-tools-items" aria-expanded="{% if page.url contains '/external-tools/' %}true{% else %}false{% endif %}" aria-controls="external-tools-items">
<div class="{% if page.url contains '/external-tools/' %} active {% endif %}"> <i class="fa fa-lg fa-caret-right"> </i> External Tools </div>
</a>
</div>
<div id="external-tools-items" class="panel-collapse collapse{% if page.url contains '/external-tools/' %} in{% endif %}" aria-labelledby="external-tools-help">
<ul class="list-group">
{% assign posts = site.categories.external-tools %} {% if posts %} {% assign sorted_posts = posts | sort:"order" %} {% for post in sorted_posts %} {% if post.url %}
<a href="{{ site.baseurl }}{{ post.url }}">
<li class="{% if post.url == page.url %} active {% endif %} list-group-item">{{ post.title }}</li>
</a>
{% endif %} {% endfor %} {% endif %}
</ul>
</div>
</div>

<div class="panel panel-default">
<div class="panel-heading" id="troubleshooting-help">
<a class="{% if page.url contains '/troubleshooting-scix/' %}expanded{% else %}collapsed{% endif %}" role="button" data-toggle="collapse" href="#troubleshooting-items" aria-expanded="{% if page.url contains '/troubleshooting-scix/' %}true{% else %}false{% endif %}" aria-controls="troubleshooting-items">
Expand Down
7 changes: 7 additions & 0 deletions scixhelp/external-tools/_posts/2025-05-08-zotero.md
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 %}
12 changes: 12 additions & 0 deletions scixhelp/external-tools/index.html
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 %}
Binary file added scixhelp/sciximg/zotero/zotero-step-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added scixhelp/sciximg/zotero/zotero-step-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added scixhelp/sciximg/zotero/zotero-step-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added scixhelp/sciximg/zotero/zotero-step-04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added scixhelp/sciximg/zotero/zotero-step-05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added scixhelp/sciximg/zotero/zotero-step-06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added scixhelp/sciximg/zotero/zotero-step-07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added scixhelp/sciximg/zotero/zotero-step-08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added scixhelp/sciximg/zotero/zotero-step-09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added scixhelp/sciximg/zotero/zotero-step-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added scixhelp/sciximg/zotero/zotero-step-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.