Openscapes / website-new

Openscapes.org website, made with Quarto and GitHub, published with Netlify
https://openscapes.org
7 stars 3 forks source link

Add Antoinette's post. TODO: format citations #139

Closed stefaniebutland closed 3 months ago

netlify[bot] commented 3 months ago

Deploy Preview for dreamy-solstice-e71879 ready!

Name Link
Latest commit 2daee66356d473186f1365a4a7b44335e3b7d3c2
Latest deploy log https://app.netlify.com/sites/dreamy-solstice-e71879/deploys/66b681d24c57830008b91b19
Deploy Preview https://deploy-preview-139--dreamy-solstice-e71879.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

stefaniebutland commented 3 months ago

@jules32 two questions:

  1. adding citations. I've added the items to Openscapes Zotero library, but when I Insert citation in RStudio, and search for them (e.g. Emergent Strategy) I don't find them. I can see other Zotero items there. Is there a "refresh" I need to do? (I've not used Zotero before)
  2. How do I wrap Antoinette's bio text around her photo?

Screenshot 2024-08-08 at 9 27 53 PM

jules32 commented 3 months ago

Hi Stef!

  1. Quarto uses Zotero locally, not from the web. Do you have the app installed locally? If not, you'll need to download the Zotero app, login to sync from our library on the cloud, and then Quarto should be able to find them. If you already have it, yes there is a sync button: image.
  2. Yes, I would take the "2 column" strategy (don't have to be the same widths). https://forum.posit.co/t/picture-and-text-side-by-side-on-quarto/147682/5 shows code below - I would start with this and then tinker as needed. Full docs here: https://quarto.org/docs/output-formats/page-layout.html#css-grid
::: {.grid}

::: {.g-col-4}
This column takes 1/3 of the page
:::

::: {.g-col-8}
This column takes 2/3 of the page
:::

:::
stefaniebutland commented 3 months ago

Awesome thanks @jules32. I added a tiny bit on Zotero to Approach Guide and text wrap info to website wiki

jules32 commented 3 months ago

Great Stef! Thank you!