Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
alima-webdev committed Apr 29, 2024
1 parent d6d2bc1 commit bb6e0b2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,29 @@
https://github.com/alima-webdev/zotero-review-assistant/assets/65861197/d350ec1c-214d-4fc3-9f4b-bd23c549a4fd

## Overview

This plugin for Zotero aims to streamline the process of organizing articles for review research. It provides users with the ability to assign statuses such as "Included," "Excluded," or "Unsure" to articles, along with reasons for their current status. Additionally, it offers an automated feature to generate PRISMA flow diagrams, simplifying the reporting process.

## Features
- **Status Assignment**: Users can easily assign a status to each article in their Zotero library, allowing for efficient organization and tracking of inclusion/exclusion decisions.
- **Reason Documentation**: Alongside status assignment, users can provide detailed reasons for each status, facilitating transparency and reproducibility in the review process.
- **PRISMA Flow Diagram Generation**: The plugin automates the creation of PRISMA flow diagrams, saving time and effort in reporting the flow of literature through the review process.
- **Customization**: The plugin is customizable to fit various review methodologies and reporting standards, ensuring flexibility for different research projects.
- **Intuitive Interface**: Designed with user experience in mind, the plugin offers a user-friendly interface that integrates seamlessly with Zotero's existing functionalities.

- **Status Assignment**: Users can easily assign a status to each article in their Zotero library, allowing for efficient organization and tracking of inclusion/exclusion decisions.
- **Reason Documentation**: Alongside status assignment, users can provide detailed reasons for each status, facilitating transparency and reproducibility in the review process.
- **PRISMA Flow Diagram Generation**: The plugin automates the creation of PRISMA flow diagrams, saving time and effort in reporting the flow of literature through the review process.
- **Customization**: The plugin is customizable to fit various review methodologies and reporting standards, ensuring flexibility for different research projects.
- **Intuitive Interface**: Designed with user experience in mind, the plugin offers a user-friendly interface that integrates seamlessly with Zotero's existing functionalities.

## Installation

To install the plugin, simply download the latest release from the Releases section and follow the installation instructions provided in the README file.

## Contribution

Contributions to the plugin are welcome! If you have ideas for improvements or would like to report a bug, please open an issue on GitHub.

## License

This plugin is released under the [insert license here] license. See the LICENSE file for more details.

## Acknowledgments

We would like to thank the Zotero community for their support and feedback in the development of this plugin.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zotero-review-assistant",
"version": "1.0.0",
"version": "0.0.1",
"description": "Zotero Review Assistant",
"config": {
"addonName": "Zotero Review Assistant",
Expand Down
2 changes: 1 addition & 1 deletion update-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"zoteroreviewassistant@alima-webdev.com": {
"updates": [
{
"version": "1.0.0",
"version": "0.0.1",
"update_link": "https://github.com/alima-webdev/zotero-review-assistant/releases/latest/download/zotero-review-assistant.xpi",
"applications": {
"zotero": {
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"zoteroreviewassistant@alima-webdev.com": {
"updates": [
{
"version": "1.0.0",
"version": "0.0.1",
"update_link": "https://github.com/alima-webdev/zotero-review-assistant/releases/latest/download/zotero-review-assistant.xpi",
"applications": {
"zotero": {
Expand Down

0 comments on commit bb6e0b2

Please sign in to comment.