diff --git a/.nojekyll b/.nojekyll index a044700..5cd5aa9 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -d19a23ad \ No newline at end of file +86261a2a \ No newline at end of file diff --git a/coc.html b/coc.html index e5b73ee..10e3176 100644 --- a/coc.html +++ b/coc.html @@ -275,7 +275,7 @@ diff --git a/content/01-accessing-jupyterhub.html b/content/01-accessing-jupyterhub.html index 2785916..06fa6ba 100644 --- a/content/01-accessing-jupyterhub.html +++ b/content/01-accessing-jupyterhub.html @@ -275,7 +275,7 @@ diff --git a/content/01-intro-to-jupyterhub.html b/content/01-intro-to-jupyterhub.html index 95a4186..3f3880d 100644 --- a/content/01-intro-to-jupyterhub.html +++ b/content/01-intro-to-jupyterhub.html @@ -275,7 +275,7 @@ diff --git a/content/01-repro-reports.html b/content/01-repro-reports.html index 3c71100..492a2db 100644 --- a/content/01-repro-reports.html +++ b/content/01-repro-reports.html @@ -275,7 +275,7 @@ diff --git a/content/02-git-2.html b/content/02-git-2.html index 3d72473..eca907c 100644 --- a/content/02-git-2.html +++ b/content/02-git-2.html @@ -273,7 +273,7 @@ diff --git a/content/02-git-jupyter.html b/content/02-git-jupyter.html index d7b68da..6aed82e 100644 --- a/content/02-git-jupyter.html +++ b/content/02-git-jupyter.html @@ -307,7 +307,7 @@ diff --git a/content/02-git-rstudio.html b/content/02-git-rstudio.html index b60e0e7..c84f36f 100644 --- a/content/02-git-rstudio.html +++ b/content/02-git-rstudio.html @@ -273,7 +273,7 @@ diff --git a/content/02-git.html b/content/02-git.html index 9b3ea35..a8fab81 100644 --- a/content/02-git.html +++ b/content/02-git.html @@ -275,7 +275,7 @@ diff --git a/content/02-local-setup-python.html b/content/02-local-setup-python.html index e89fc9f..56056d0 100644 --- a/content/02-local-setup-python.html +++ b/content/02-local-setup-python.html @@ -307,7 +307,7 @@ diff --git a/content/02-local-setup-r.html b/content/02-local-setup-r.html index bcacab5..4b59193 100644 --- a/content/02-local-setup-r.html +++ b/content/02-local-setup-r.html @@ -275,7 +275,7 @@ diff --git a/content/02-rstudio.html b/content/02-rstudio.html index 758c473..e9a41dd 100644 --- a/content/02-rstudio.html +++ b/content/02-rstudio.html @@ -275,7 +275,7 @@ diff --git a/content/index.html b/content/index.html index b4b872a..f67338d 100644 --- a/content/index.html +++ b/content/index.html @@ -273,7 +273,7 @@ diff --git a/index.html b/index.html index 01ea072..9571df3 100644 --- a/index.html +++ b/index.html @@ -274,7 +274,7 @@ diff --git a/schedule.html b/schedule.html index d6f1c02..96d7d12 100644 --- a/schedule.html +++ b/schedule.html @@ -275,7 +275,7 @@ diff --git a/search.json b/search.json index ef54827..2861e7a 100644 --- a/search.json +++ b/search.json @@ -4,7 +4,12 @@ "href": "tutorials/tutorial-6.html#zotero-and-quarto-a-powerful-pairing", "title": "Advanced Reference Management with Zotero and Quarto", "section": "Zotero and Quarto: a Powerful Pairing", - "text": "Zotero and Quarto: a Powerful Pairing\nZotero is a free, open-source reference manager that integrates directly into RStudio and Quarto. Reference managers make life easier by providing a central location to store, access, and organize your reference collection. Zotero takes this to the next level by allowing you to directly add references from your library into your Quarto document. Zotero stores its references in a flat text-based BibTex file, rather than a proprietary file format only readable by a single application. This makes sharing reference libraries across teams much easier and more open than with other, paid reference management software.\n\nImport into Zotero from EndNote or Mendeley\nIf you currently use a different reference manager, you can import your library into Zotero. The steps are a bit different depending which reference manager you currently use:\n\nTo import from EndNote, you will first need to export your EndNote references as an XML file, which you can then import into Zotero. This link provides instructions for doing this: https://www.zotero.org/support/kb/endnote_import\nUnfortunately, if you rely on EndNote Groups for organizing your references, this method will not preserve group structure. Zotero does have its own organizing feature, called Collections. If you wish to retain the group structure from EndNote as a set of Zotero Collections, you will either need to export groups into individual XML files and import groups individually, or export your full library as one file and re-organize your references into collections after import.\nImporting from Mendeley is a bit easier. Zotero can connect directly to a Mendeley online library: https://www.zotero.org/support/kb/mendeley_import\n\n\n\nConnect Zotero and RStudio\nOnce your Zotero library is set up, you will need to connect it to RStudio. If you’re using RStudio and Zotero on your local machine, navigate to RStudio, click on the Tools menu in the top menu bar, and click on Global Options. In the dialogue box that pops up, click on R Markdown on the left side, and then Citations in the top menu:\n\nSelect the Local option in the Zotero Library dropdown menu. Click the Browse button and navigate to the folder where your Zotero library data is stored. If you have multiple Zotero libraries, select the one you would like to use. Check the box for Use Better BibTeX for citation keys and BibTeX export; this option gives you many more fields and reference types to choose from when adding references.\nYou can also connect Zotero if you are using RStudio on a machine that does not have access to a local Zotero installation or in the cloud (our JupyterHub, for example). Zotero provides a web-based service that will synchronize your library between your local installation and an online account. You will need to create a Zotero account, which you will then need to link with a local Zotero install to synchronize your library (Edit -> Settings -> Sync).\nOnce your Zotero library is synced to Zotero Web, create a Zotero API key to access your library from RStudio. Give your key a name (like RStudio or JupyterHub), and give the key Read Only access to your personal library and groups:\n\nClick Save Key, then copy the resulting string to your clipboard. Back in your RStudio Citations options, select the Web dropdown item next to Zotero Library, and paste your Web API Key copied from Zotero into the appropriate space:\n\nYou can verify that the key was created and copied over correctly by clicking the Verify Key button. Once you’ve verified that the key works, click OK, exit out RStudio, and re-open. If using JupyterHub, you may need to restart your JupyterHub instance. Next time you open a Quarto document in RStudio, you will be able to insert a citation directly from your Zotero library using the @ symbol." + "text": "Zotero and Quarto: a Powerful Pairing\nZotero is a free, open-source reference manager that integrates directly into RStudio and Quarto. Reference managers make life easier by providing a central location to store, access, and organize your reference collection. Zotero takes this to the next level by allowing you to directly add references from your library into your Quarto document. Zotero stores its references in a flat text-based BibTex file, rather than a proprietary file format only readable by a single application. This makes sharing reference libraries across teams much easier and more open than with other, paid reference management software.\n\nImport into Zotero from EndNote or Mendeley\nIf you currently use a different reference manager, you can import your library into Zotero. The steps are a bit different depending which reference manager you currently use:\n\nTo import from EndNote, you will first need to export your EndNote references as an XML file, which you can then import into Zotero. This link provides instructions for doing this: https://www.zotero.org/support/kb/endnote_import\nUnfortunately, if you rely on EndNote Groups for organizing your references, this method will not preserve group structure. Zotero does have its own organizing feature, called Collections. If you wish to retain the group structure from EndNote as a set of Zotero Collections, you will either need to export groups into individual XML files and import groups individually, or export your full library as one file and re-organize your references into collections after import.\nImporting from Mendeley is a bit easier. Zotero can connect directly to a Mendeley online library: https://www.zotero.org/support/kb/mendeley_import\n\n\n\nConnect Zotero and RStudio\nOnce your Zotero library is set up, you will need to connect it to RStudio. If you’re using RStudio and Zotero on your local machine, navigate to RStudio, click on the Tools menu in the top menu bar, and click on Global Options. In the dialogue box that pops up, click on R Markdown on the left side, and then Citations in the top menu:\n\nSelect the Local option in the Zotero Library dropdown menu. Click the Browse button and navigate to the folder where your Zotero library data is stored. If you have multiple Zotero libraries, select the one you would like to use. Check the box for Use Better BibTeX for citation keys and BibTeX export; this option gives you many more fields and reference types to choose from when adding references.\nYou can also connect Zotero if you are using RStudio on a machine that does not have access to a local Zotero installation or in the cloud (our JupyterHub, for example). Zotero provides a web-based service that will synchronize your library between your local installation and an online account. You will need to create a Zotero account, which you will then need to link with a local Zotero install to synchronize your library (Edit -> Settings -> Sync).\nOnce your Zotero library is synced to Zotero Web, create a Zotero API key to access your library from RStudio. Give your key a name (like RStudio or JupyterHub), and give the key Read Only access to your personal library and groups:\n\nClick Save Key, then copy the resulting string to your clipboard. Back in your RStudio Citations options, select the Web dropdown item next to Zotero Library, and paste your Web API Key copied from Zotero into the appropriate space:\n\nYou can verify that the key was created and copied over correctly by clicking the Verify Key button. Once you’ve verified that the key works, click OK, exit out RStudio, and re-open. If using JupyterHub, you may need to restart your JupyterHub instance. Next time you open a Quarto document in RStudio, you will be able to insert a citation directly from your Zotero library using the @ symbol.", + "crumbs": [ + "JupyterHub", + "Tutorials", + "Advanced Reference Management with Zotero and Quarto" + ] }, { "objectID": "tutorials/tutorial-4.html#todays-carpentries-tutorials", diff --git a/setup.html b/setup.html index a9ff32d..ebf254c 100644 --- a/setup.html +++ b/setup.html @@ -275,7 +275,7 @@ diff --git a/sitemap.xml b/sitemap.xml index 9e24d3e..fa04b2a 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,94 +2,94 @@ https://nmfs-opensci.github.io/Quarto-Workshop-2024/tutorials/tutorial-6.html - 2024-12-12T20:01:28.549Z + 2024-12-12T20:35:05.026Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/tutorials/tutorial-4.html - 2024-12-12T20:01:28.549Z + 2024-12-12T20:35:05.026Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/tutorials/tutorial-2.html - 2024-12-12T20:01:28.545Z + 2024-12-12T20:35:05.026Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/team.html - 2024-12-12T20:01:28.537Z + 2024-12-12T20:35:05.014Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/setup.html - 2024-12-12T20:01:28.537Z + 2024-12-12T20:35:05.014Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/index.html - 2024-12-12T20:01:28.537Z + 2024-12-12T20:35:05.014Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/02-rstudio.html - 2024-12-12T20:01:28.433Z + 2024-12-12T20:35:04.910Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/02-local-setup-python.html - 2024-12-12T20:01:28.433Z + 2024-12-12T20:35:04.910Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/02-git-rstudio.html - 2024-12-12T20:01:28.433Z + 2024-12-12T20:35:04.910Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/02-git-2.html - 2024-12-12T20:01:28.433Z + 2024-12-12T20:35:04.910Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/01-intro-to-jupyterhub.html - 2024-12-12T20:01:28.433Z + 2024-12-12T20:35:04.910Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/coc.html - 2024-12-12T20:01:28.429Z + 2024-12-12T20:35:04.910Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/01-accessing-jupyterhub.html - 2024-12-12T20:01:28.429Z + 2024-12-12T20:35:04.910Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/01-repro-reports.html - 2024-12-12T20:01:28.433Z + 2024-12-12T20:35:04.910Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/02-git-jupyter.html - 2024-12-12T20:01:28.433Z + 2024-12-12T20:35:04.910Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/02-git.html - 2024-12-12T20:01:28.433Z + 2024-12-12T20:35:04.910Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/02-local-setup-r.html - 2024-12-12T20:01:28.433Z + 2024-12-12T20:35:04.910Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/index.html - 2024-12-12T20:01:28.513Z + 2024-12-12T20:35:04.990Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/schedule.html - 2024-12-12T20:01:28.537Z + 2024-12-12T20:35:05.014Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/support.html - 2024-12-12T20:01:28.537Z + 2024-12-12T20:35:05.014Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/tutorials/tutorial-1.html - 2024-12-12T20:01:28.545Z + 2024-12-12T20:35:05.026Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/tutorials/tutorial-3.html - 2024-12-12T20:01:28.545Z + 2024-12-12T20:35:05.026Z https://nmfs-opensci.github.io/Quarto-Workshop-2024/tutorials/tutorial-5.html - 2024-12-12T20:01:28.549Z + 2024-12-12T20:35:05.026Z diff --git a/support.html b/support.html index 7a6caac..c5fab81 100644 --- a/support.html +++ b/support.html @@ -273,7 +273,7 @@ diff --git a/team.html b/team.html index 80d9600..5e57199 100644 --- a/team.html +++ b/team.html @@ -275,7 +275,7 @@ diff --git a/tutorials/tutorial-1.html b/tutorials/tutorial-1.html index 89046fe..860668d 100644 --- a/tutorials/tutorial-1.html +++ b/tutorials/tutorial-1.html @@ -275,7 +275,7 @@ diff --git a/tutorials/tutorial-2.html b/tutorials/tutorial-2.html index c19d9ac..ccffca3 100644 --- a/tutorials/tutorial-2.html +++ b/tutorials/tutorial-2.html @@ -275,7 +275,7 @@ diff --git a/tutorials/tutorial-3.html b/tutorials/tutorial-3.html index 96856be..485ce71 100644 --- a/tutorials/tutorial-3.html +++ b/tutorials/tutorial-3.html @@ -275,7 +275,7 @@ diff --git a/tutorials/tutorial-4.html b/tutorials/tutorial-4.html index 027889c..e6434d6 100644 --- a/tutorials/tutorial-4.html +++ b/tutorials/tutorial-4.html @@ -309,7 +309,7 @@ diff --git a/tutorials/tutorial-5.html b/tutorials/tutorial-5.html index 35f7f76..f0a485a 100644 --- a/tutorials/tutorial-5.html +++ b/tutorials/tutorial-5.html @@ -29,6 +29,7 @@ + @@ -274,7 +275,7 @@ @@ -935,6 +936,9 @@

Today’s Car diff --git a/tutorials/tutorial-6.html b/tutorials/tutorial-6.html index fbb1d30..ff9c161 100644 --- a/tutorials/tutorial-6.html +++ b/tutorials/tutorial-6.html @@ -29,6 +29,7 @@ + @@ -122,7 +123,7 @@ - + @@ -234,13 +235,13 @@