<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Josie Lesage</title>
    <link>/</link>
    <description>Recent content on Josie Lesage</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 01 May 2022 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Netlify</title>
      <link>/collection/day02/01-netlify/</link>
      <pubDate>Sat, 02 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/collection/day02/01-netlify/</guid>
      <description>So far, we&amp;rsquo;ve been leveraging GitHub Pages for publishing. This works great, but for blogdown we&amp;rsquo;ll start using Netlify. Let&amp;rsquo;s start RIGHT NOW with a site we&amp;rsquo;ve already built and published.
Pre-requisites Pick either your postcards site, or your distill site from day 01. Refresh your memory- which repository was it again?</description>
    </item>
    
    <item>
      <title>A first post</title>
      <link>/blog/spoonful-series/01-spoonful/</link>
      <pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/spoonful-series/01-spoonful/</guid>
      <description> Hi, I&#39;m the here-bot cat! Use me to find your way in your website.
Here I am: content/blog/spoonful-series/01-spoonful.md To remove me, delete this line inside that file: {{&amp;lt; here &amp;gt;}}
My content section is: blog My layout is: single-series does this work? or this? Let&amp;rsquo;s start.
beginning middle end </description>
    </item>
    
    <item>
      <title>A GitHub profile</title>
      <link>/collection/day01/01-github/</link>
      <pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/collection/day01/01-github/</guid>
      <description>Profile https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/personalizing-your-profile
Pin projects to profile https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile
Profile README This is new! Let&amp;rsquo;s do it:
https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme</description>
    </item>
    
    <item>
      <title>Prework</title>
      <link>/collection/prework/</link>
      <pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/collection/prework/</guid>
      <description>Welcome to the Introducing Yourself Online workshop! We look forward to meeting you. Before attending the workshop, please complete the following prework.
Set up RStudio Cloud Sign up for a free RStudio Cloud account at https://rstudio.cloud/ before the workshop. I recommend logging in with an existing Google or GitHub account, if you have one (rather than creating a new account with another password you have to remember). I want you to be able to work from your own laptop in this workshop, but Cloud is an important back-up plan should you run into troubles.</description>
    </item>
    
    <item>
      <title>A postcard</title>
      <link>/collection/day01/02-postcards/</link>
      <pubDate>Sat, 02 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/collection/day01/02-postcards/</guid>
      <description>Pre-requisites First, make sure you have the latest version of the postcards package installed from CRAN:
install.packages(&amp;#34;postcards&amp;#34;) Restart your R session. If you use RStudio, use the menu item Session &amp;gt; Restart R or the associated keyboard shortcut:
Ctrl + Shift + F10 (Windows and Linux) or Command + Shift + F10 (Mac OS). packageVersion(&amp;#34;postcards&amp;#34;) [1] ‘0.2.0’ Create GitHub repo Online.
Clone GitHub repo usethis::create_from_github(&amp;#34;https://github.com/apreshill/global-postcard.git&amp;#34;) ✨ Commit &amp;amp; Push! ✨</description>
    </item>
    
    <item>
      <title>A second post</title>
      <link>/blog/spoonful-series/02-spoonful/</link>
      <pubDate>Sat, 02 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/spoonful-series/02-spoonful/</guid>
      <description> Hi, I&#39;m the here-bot cat! Use me to find your way in your website.
Here I am: content/blog/spoonful-series/02-spoonful/index.md To remove me, delete this line inside that file: {{&amp;lt; here &amp;gt;}}
My content section is: blog My layout is: single-series Images in this page bundle: /blog/spoonful-series/02-spoonful/sidebar-inverse.jpg part 2! does this work? now for some very cool things more get ready! </description>
    </item>
    
    <item>
      <title>Using blogdown</title>
      <link>/collection/day02/02-blogdown/</link>
      <pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/collection/day02/02-blogdown/</guid>
      <description>Pre-requisites First, make sure you have the latest version of the blogdown package installed from CRAN:
install.packages(&amp;#34;blogdoown&amp;#34;) Restart your R session. If you use RStudio, use the menu item Session &amp;gt; Restart R or the associated keyboard shortcut:
Ctrl + Shift + F10 (Windows and Linux) or Command + Shift + F10 (Mac OS). packageVersion(&amp;#34;blogdown&amp;#34;) [1] ‘1.0’ Create GitHub repo Online.
Clone GitHub repo usethis::create_from_github(&amp;#34;https://github.com/apreshill/global-blogdown.git&amp;#34;) ✨ Commit &amp;amp; Push! ✨</description>
    </item>
    
    <item>
      <title>A third post</title>
      <link>/blog/spoonful-series/03-spoonful/</link>
      <pubDate>Sun, 03 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/spoonful-series/03-spoonful/</guid>
      <description>Hi, I&#39;m the here-bot cat! Use me to find your way in your website.
Here I am: content/blog/spoonful-series/03-spoonful/index.markdown Here is my R Markdown source file: blog/spoonful-series/03-spoonful/index.Rmarkdown You&#39;ll want to edit this file, then re-knit to see the changes take effect in your site preview.
To remove me, delete this line inside that file: {{&amp;lt; here &amp;gt;}}
My content section is: blog My layout is: single-series Images in this page bundle: /blog/spoonful-series/03-spoonful/featured-photo.</description>
    </item>
    
    <item>
      <title>A distill site</title>
      <link>/collection/day01/03-distill/</link>
      <pubDate>Sat, 02 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/collection/day01/03-distill/</guid>
      <description>Pre-requisites First, make sure you have the latest version of the distill package installed from CRAN:
install.packages(&amp;quot;distill&amp;quot;) Restart your R session. If you use RStudio, use the menu item Session &amp;gt; Restart R or the associated keyboard shortcut:
Ctrl + Shift + F10 (Windows and Linux) or Command + Shift + F10 (Mac OS). &amp;lt;!-- --&amp;gt; packageVersion(&amp;quot;distill&amp;quot;) [1] ‘1.2’ Create GitHub repo Online.
Clone GitHub repo usethis::create_from_github(&amp;quot;https://github.com/apreshill/global-distill.git&amp;quot;) ✨ Commit &amp;amp; Push!</description>
    </item>
    
    <item>
      <title>Warm woolen mittens</title>
      <link>/collection/day02/03-blogdown/</link>
      <pubDate>Sat, 02 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/collection/day02/03-blogdown/</guid>
      <description> Hi, I&#39;m the here-bot cat! Use me to find your way in your website.
Here I am: content/collection/day02/03-blogdown/index.md To remove me, delete this line inside that file: {{&amp;lt; here &amp;gt;}}
My content section is: collection My layout is: single-series part 2! does this work? now for some very cool things more get ready! </description>
    </item>
    
    <item>
      <title>Resilience after the flames</title>
      <link>/project/aftertheflames/</link>
      <pubDate>Sun, 01 May 2022 00:00:00 +0000</pubDate>
      
      <guid>/project/aftertheflames/</guid>
      <description>Abstract In Southern California, where wildfires are a natural part of our ecosystem, many native plants have adaptations that allow them to recover after a burn without human intervention. But this may be changing as climate, increased urban development, and the spread of invasive species lead to more frequent wildfires. As a result, humans may need to step in more often to help landscapes recover after a fire. At the Santa Barbara Botanic Garden, we&amp;rsquo;re working to better understand exactly where, how, and when to intervene in post-fire landscapes to make the greatest impact.</description>
    </item>
    
    <item>
      <title>Post-fire mapping on the South Coast to inform habitat restoration and engage the public.</title>
      <link>/talk/2022-sbbg-sym/</link>
      <pubDate>Mon, 14 Mar 2022 00:00:00 +0000</pubDate>
      
      <guid>/talk/2022-sbbg-sym/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Santa Barbara Island</title>
      <link>/photo/sbi2022/</link>
      <pubDate>Mon, 28 Feb 2022 00:00:00 +0000</pubDate>
      
      <guid>/photo/sbi2022/</guid>
      <description>Santa Barbara Island In 2022, I was lucky enough to get the opportunity to help the National Park Service (NPS) with their annual vegetation monitoring on Santa Barbara Island. This island is the smallest of the channel islands, and lacking the cute island foxes known from the other NPS islands &amp;ndash; but it&amp;rsquo;s still a real treat to get to visit it.
To get there, we took a helicopter. This was the first time I&amp;rsquo;d ever taken a helicopter, and for a short while, I was pretty sure I had made a career mistake and should have been a pilot instead&amp;hellip; but then I realized there are no plants in helicopters.</description>
    </item>
    
    <item>
      <title>Community Scientists Help to Map Post-Fire Recovery on California&#39;s Central Coast</title>
      <link>/talk/2021-calipc/</link>
      <pubDate>Thu, 28 Oct 2021 00:00:00 +0000</pubDate>
      
      <guid>/talk/2021-calipc/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Hiking with a Purpose - Post-fire community science</title>
      <link>/talk/2021-scmnh/</link>
      <pubDate>Thu, 09 Sep 2021 00:00:00 +0000</pubDate>
      
      <guid>/talk/2021-scmnh/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Post-fire survey training video</title>
      <link>/talk/2021-trainingvid/</link>
      <pubDate>Thu, 09 Sep 2021 00:00:00 +0000</pubDate>
      
      <guid>/talk/2021-trainingvid/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Colorado</title>
      <link>/photo/colorado2021/</link>
      <pubDate>Wed, 28 Jul 2021 00:00:00 +0000</pubDate>
      
      <guid>/photo/colorado2021/</guid>
      <description>In summer 2021&amp;rsquo;s brief lull in the COVID-19 pandemic, I went on a vacation to Colorado. I saw many cool insects, plants, and rocks - the landscape out there is lovely. These are some highlights from that trip.
Denver As a plant nerd, I have to recommend the Denver Botanic Garden. It&amp;rsquo;s a gorgeous botanic garden with many charming sub-sections. And where there are well-loved and blooming flowers, you&amp;rsquo;ll also find insects!</description>
    </item>
    
    <item>
      <title>Matilija Wilderness</title>
      <link>/photo/matilija2020/</link>
      <pubDate>Tue, 01 Jun 2021 00:00:00 +0000</pubDate>
      
      <guid>/photo/matilija2020/</guid>
      <description>The Matilija Wilderness As a part of my survey work in the Thomas Fire Scar for the Santa Barbara Botanic Garden, I visited the Matilija Wilderness in 2020 and 2021. It&amp;rsquo;s one of 10 wilderness areas in the Los Padres, and home to some gorgeous streams, cool plant communities, and peaceful backcountry camps.
The Landscape The Matilija Wilderness is home to some of the headwater forks of Matilija Creek, a persistent stream that runs through the rugged landscape &amp;ndash; making it a great place to backpack or visit waterfalls.</description>
    </item>
    
    <item>
      <title>Set up your social</title>
      <link>/blog/social/</link>
      <pubDate>Thu, 28 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/social/</guid>
      <description>There are five places where you can choose to show social icons. Here is the tl;dr:
site header (set in config.toml), site footer (set in config.toml), homepage (set in content/_index.md), about page in the sidebar (set in content/about/sidebar/index.md), and contact page (set in content/form/contact.md). Read on to learn how to set up your social icons, and how to show/hide them.
Configure social Wherever you end up wanting to show your social icons, you&amp;rsquo;ll need to start by setting up the links in your site config.</description>
    </item>
    
    <item>
      <title>Style your site colors</title>
      <link>/blog/color-themes/</link>
      <pubDate>Wed, 27 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/color-themes/</guid>
      <description>You can totally customize your site&amp;rsquo;s theme colors within minutes of creating a new site. Read on to find out how, and decide which of the three options meets your needs.
Use a color theme Hugo Apéro includes 8 built-in color themes that work &amp;ldquo;out of the box.&amp;rdquo; This means you can use a color theme to quickly customize the look of your site without needing to write any CSS. You can select the color theme in your config.</description>
    </item>
    
    <item>
      <title>Style your site typography</title>
      <link>/blog/fonts/</link>
      <pubDate>Wed, 27 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/fonts/</guid>
      <description>As with color themes, you can completely customize your site&amp;rsquo;s fonts within minutes of creating a new site. How you do it depends on how much control and customization you need.
Embedded fonts Hugo Apéro includes 6 embedded fonts that work &amp;ldquo;out of the box.&amp;rdquo; We selected 3 serif and 3 sans-serif options that we thought looked good with this theme, in our humble opinions. All embedded fonts include real italics so you may emphasize to your heart&amp;rsquo;s content ❤️!</description>
    </item>
    
    <item>
      <title>An evergreen post</title>
      <link>/blog/evergreen/</link>
      <pubDate>Wed, 20 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/evergreen/</guid>
      <description>Rendering mathematical equations Examples from the mathjax demo. But they work with katex as well.
Rmarkdown In .Rmarkdown documents, you can use either
$a \ne 0$ to get inline math: \(a \ne 0\). There is no conflict with using dollar symbols regularly, because knitr automatically escapes freestanding dollar symbols.
And you can use
$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$ to get a math paragraph:
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.</description>
    </item>
    
    <item>
      <title>Using panelsets</title>
      <link>/blog/seedling/</link>
      <pubDate>Sat, 02 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/seedling/</guid>
      <description>Courtesy of panelset.js by Garrick Aden-Buie, from his xaringanExtra package: https://pkg.garrickadenbuie.com/xaringanExtra/#/panelset
For example, this panelset:
Hello! 👋 hello
Goodbye 💨 goodbye
Was created by combining this theme&amp;rsquo;s panelset and panel shortcodes:
{{&amp;lt; panelset class=&amp;#34;greetings&amp;#34; &amp;gt;}} {{&amp;lt; panel name=&amp;#34;Hello! :wave:&amp;#34; &amp;gt;}} hello {{&amp;lt; /panel &amp;gt;}} {{&amp;lt; panel name=&amp;#34;Goodbye :dash:&amp;#34; &amp;gt;}} goodbye {{&amp;lt; /panel &amp;gt;}} {{&amp;lt; /panelset &amp;gt;}} You could also revert to HTML as well. For example, this panelset:
Question Which came first: the 🐔 or the 🥚?</description>
    </item>
    
    <item>
      <title>An Rmarkdown post</title>
      <link>/blog/rmarkdown/</link>
      <pubDate>Wed, 30 Dec 2020 00:00:00 +0000</pubDate>
      
      <guid>/blog/rmarkdown/</guid>
      <description> Air quality with(airquality, boxplot(Temp ~ Month)) with(airquality, plot(Ozone ~ Temp)) mlev &amp;lt;- levels(with(airquality, as.factor(Month))) with(airquality, plot(Ozone ~ Temp, pch = as.numeric(mlev), col = mlev)) </description>
    </item>
    
    <item>
      <title>Vegetative spread is key to applied nucleation success in non-native-dominated grasslands</title>
      <link>/project/vegetativespread/</link>
      <pubDate>Tue, 24 Nov 2020 00:00:00 +0000</pubDate>
      
      <guid>/project/vegetativespread/</guid>
      <description>Abstract Applied nucleation (i.e. planting vegetation patches) is a restoration strategy that better recreates natural ecosystem heterogeneity and requires fewer resources compared to planting the entire area. Whereas applied nucleation shows promise as a forest restoration strategy, this approach has received little study in grassland restoration, where the spread of planted vegetation nuclei may be impeded by aggressive non-native species. We compared the establishment and cover of restored native grass, forb, and rush species for 7 years in applied nucleation and full planting treatments in a former agricultural site dominated by non-natives along the central California coast.</description>
    </item>
    
    <item>
      <title>Perceptions of listed plant reintroductions</title>
      <link>/project/reintroductions/</link>
      <pubDate>Sun, 01 Nov 2020 00:00:00 +0000</pubDate>
      
      <guid>/project/reintroductions/</guid>
      <description>Abstract Reintroduction is an increasingly common practice to conserve and recover threatened and endangered plant species, so understanding how practitioners view their work and identifying persistent resource mismatches are key to the long-term viability of these listed species. We interviewed practitioners involved in reintroduction projects for 14 species in the state of California to understand (1) how they defined recovery; (2) their assessment of the likelihood of recovery; (3) what advice they would share with other practitioners to improve reintroduction efforts; and (4) what resources could make future projects more successful.</description>
    </item>
    
    <item>
      <title>CSS Grid Scaffold</title>
      <link>/blog/css-grid-scaffold/</link>
      <pubDate>Tue, 02 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>/blog/css-grid-scaffold/</guid>
      <description>“Grid is the very first CSS module created specifically to solve the layout problems we&amp;rsquo;ve all been hacking our way around for as long as we&amp;rsquo;ve been making websites.” — Chris House, A Complete Guide to CSS Grid Layout 1
Overview Since I began building websites in Y2K, I&amp;rsquo;ve lost count how many times the phrase &amp;ldquo;&amp;hellip;there&amp;rsquo;s got to be a better way to do this&amp;rdquo; has passed my lips.</description>
    </item>
    
    <item>
      <title>Built-in Contact Form</title>
      <link>/blog/built-in-contact-form/</link>
      <pubDate>Mon, 01 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>/blog/built-in-contact-form/</guid>
      <description>Formspree makes it easy to receive submissions from HTML forms on your static website. Functional Form This theme has a form-to-email feature built in, thanks to the simple Formspree integration. All you need to activate the form is a valid recipient email address saved in the front matter of the form (/content/forms/contact.md). Of course, the example shown below (your@email.here) must not be used. Please use your actual email address.</description>
    </item>
    
    <item>
      <title>Contact</title>
      <link>/contact/</link>
      <pubDate>Mon, 25 Feb 2019 13:38:41 -0600</pubDate>
      
      <guid>/contact/</guid>
      <description>** Contact page don&amp;rsquo;t contain a body, just the front matter above. See form.html in the layouts folder.
Formspree requires a (free) account and new form to be set up. The link is made on the final published url in the field: Restrict to Domain. It is possible to register up to 2 emails free and you can select which one you want the forms to go to within Formspree in the Settings tab.</description>
    </item>
    
    <item>
      <title>Typography Styles &amp; Element Examples</title>
      <link>/elements/</link>
      <pubDate>Mon, 18 Feb 2019 12:27:33 -0600</pubDate>
      
      <guid>/elements/</guid>
      <description>Font Sizes A A A A A A A A 6rem
(96px) 5rem
(80px) 3rem
(48px) 2.25rem
(36px) 1.5rem
(24px) 1.25rem
(20px) 1rem
(16px) .875rem
(14px) Type Samples Head&amp;shy;line Sub&amp;shy;head&amp;shy;line Level 1 Heading One page to rule them all...well, not really. This page displays sample typography and page elements to illustrate their style. Things like headings and paragraphs showing the beautiful type scale, form elements, tabular data, and image layouts just to name a few.</description>
    </item>
    
    <item>
      <title>The effectiveness of island planting, mulching, and mowing in California coastal prairie restoration</title>
      <link>/talk/2018-calipc/</link>
      <pubDate>Thu, 08 Nov 2018 00:00:00 +0000</pubDate>
      
      <guid>/talk/2018-calipc/</guid>
      <description>I won 3rd place for best student paper presentation at the Conference for my talk!</description>
    </item>
    
    <item>
      <title>Homogenizing biodiversity in restoration</title>
      <link>/project/homogenize/</link>
      <pubDate>Thu, 01 Nov 2018 00:00:00 +0000</pubDate>
      
      <guid>/project/homogenize/</guid>
      <description>Abstract Restoration frequently aims to improve native species biodiversity at a site, but practitioners have limited resources. In diverse ecosystems, the selective use of certain guilds or species can come at the cost of species that are more challenging to incorporate,resulting in the overall homogenization of the ecosystem and a relative loss of biodiversity. We surveyed practitioners who restore California prairies to understand their use of native annual forbs, an important component of the biodiversity in this ecosystem.</description>
    </item>
    
    <item>
      <title>Soil seed banks of native and exotic forbs in restored and reference northern coastal prairies</title>
      <link>/talk/2017-norcalbot/</link>
      <pubDate>Tue, 10 Jan 2017 00:00:00 +0000</pubDate>
      
      <guid>/talk/2017-norcalbot/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Late summer fog use in California sagebrush</title>
      <link>/project/foggy/</link>
      <pubDate>Wed, 01 Jul 2015 00:00:00 +0000</pubDate>
      
      <guid>/project/foggy/</guid>
      <description>Abstract Coastal fog affects many California plant species and can be critically important to species that experience periodic drought. Drought-deciduous species in particular rely on water availability to maintain their leaves during the summer. To determine fog water use in drought-deciduous plants, this study manipulated access to fog drip and measured the water relations of the common shrub, Artemisia californica, near Santa Barbara, CA. Fog water availability increased plant water content but had no effect on pre-dawn xylem pressure potential.</description>
    </item>
    
    <item>
      <title>Contributors</title>
      <link>/contributors/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/contributors/</guid>
      <description>Thank you to all the folks who have contributed both technical and creative skills to this project:
Desirée De Leon 🦒 (designed 5 of the custom color themes, made illustrations for the workshop, and provided general aesthetic feedback along the way)
Garrick Aden-Buie 🧙‍♀️ (debugged headroom.js and lent his panelset.js code to the theme)
Allison Horst 🐕 (awesome illustrations of campfires, seedlings, and evergreens, as well as my R Markdown hedgehog mascot 🦔)</description>
    </item>
    
    <item>
      <title>License</title>
      <link>/license/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/license/</guid>
      <description>My blog posts are released under a Creative Commons Attribution-ShareAlike 4.0 International License.</description>
    </item>
    
  </channel>
</rss>
