From 2019d52d614288dc8622c72671256d902555c9ab Mon Sep 17 00:00:00 2001
From: smieszn1 <smieszn1@msu.edu>
Date: Fri, 3 Feb 2023 15:32:08 -0500
Subject: [PATCH] Added Zotero pricing in Zotero ipynb

---
 Zotero_Instructions.ipynb | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/Zotero_Instructions.ipynb b/Zotero_Instructions.ipynb
index de56a5e..d5f6c8d 100644
--- a/Zotero_Instructions.ipynb
+++ b/Zotero_Instructions.ipynb
@@ -70,6 +70,18 @@
     "### Managing Existing Citations\n",
     "\n",
     "To manage existing citations, you can click on the citation you want to edit and the same information will pop up just like when creating a new citation.\n",
+    "\n",
+    "For online storage to access your citations anywhere you can store up to 300MB for free, but any more than that you need to pay.\n",
+    "\n",
+    "Here is the fee chart:\n",
+    "| Amount | Price |\n",
+    "| ---: | ---: |\n",
+    "| 300 MB | Free |\n",
+    "| 2 GB | \\$20 per year |\n",
+    "| 6 GB | \\$50 per year |\n",
+    "| Unlimited | \\$120 per year |\n",
+    "\n",
+    "\n",
     "___"
    ]
   },
@@ -120,7 +132,7 @@
  ],
  "metadata": {
   "kernelspec": {
-   "display_name": "Python 3",
+   "display_name": "Python 3 (ipykernel)",
    "language": "python",
    "name": "python3"
   },
@@ -134,7 +146,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.8.8"
+   "version": "3.9.16"
   }
  },
  "nbformat": 4,
-- 
GitLab