<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rich Pauloo</title>
    <description>Rich Pauloo's nerd blog and scientific research page.</description>
    <link>http://richpauloo.github.io</link>
    <atom:link href="http://richpauloo.github.io/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Linking A Custom Domain To Github Pages</title>
        <description>
          
          Here’s a boilied down method to configure add a custom domain (e.g., username.com) to your github pages website (e.g., username.github.io). Step 1 Buy a domain (e.g., richpauloo.com). I used godaddy.com, but you can use any number of domain name registries. Step 2 In your github.io repository Settings, add the domain...
        </description>
        <pubDate>Sun, 17 Nov 2019 00:00:00 -0800</pubDate>
        <link>http://richpauloo.github.io/2019-11-17-Linking-a-Custom-Domain-to-Github-Pages/</link>
        <guid isPermaLink="true">http://richpauloo.github.io/2019-11-17-Linking-a-Custom-Domain-to-Github-Pages/</guid>
      </item>
    
      <item>
        <title>Race To The Bottom</title>
        <description>
          
          The Incredible Surge of Groundwater Extraction in California In California, groundwater extraction for agriculture has boomed over the past 75 years, and the average well drilled today has more than doubled in depth compared to wells drilled in 1940, according to Department of Water Resources data. If the animation above...
        </description>
        <pubDate>Mon, 30 Sep 2019 00:00:00 -0700</pubDate>
        <link>http://richpauloo.github.io/2019-09-30-Race-to-the-Bottom/</link>
        <guid isPermaLink="true">http://richpauloo.github.io/2019-09-30-Race-to-the-Bottom/</guid>
      </item>
    
      <item>
        <title>A Water Quality Portal For California</title>
        <description>
          
          bpwdc.utf8.md Summary For those short on ⏰: Checking the weather for a given location is simple ⛅ ✅. Checking the water quality is not as easy 🚰 ❌. To make water quality data in California easy to access and understand, I built a “weather app for water quality,” that enables...
        </description>
        <pubDate>Mon, 16 Sep 2019 00:00:00 -0700</pubDate>
        <link>http://richpauloo.github.io/2019-09-16-A-water-quality-portal-for-California/</link>
        <guid isPermaLink="true">http://richpauloo.github.io/2019-09-16-A-water-quality-portal-for-California/</guid>
      </item>
    
      <item>
        <title>Using Twilio To Text Myself After Long Running Jobs</title>
        <description>
          
          UPDATE This is now a package you can download on Github with devtools::install_github(&quot;richpauloo/textme&quot;). First and foremost, tremendous credit is due to Sean Kross for the awesome twilio R package. I was running a pretty long geocoding job, and I ended up throwing a beepr::beep() into the console just so I...
        </description>
        <pubDate>Wed, 11 Sep 2019 00:00:00 -0700</pubDate>
        <link>http://richpauloo.github.io/2019-09-11-Using-Twilio-to-text-myself-after-long-running-jobs/</link>
        <guid isPermaLink="true">http://richpauloo.github.io/2019-09-11-Using-Twilio-to-text-myself-after-long-running-jobs/</guid>
      </item>
    
      <item>
        <title>Text Analysis Of The Mueller Report</title>
        <description>
          
          bp.utf8.md 5 minute read After years of investigation, the Department of Justice released a redacted copy of the Mueller Report on Thursday April 18, 2019. The report weighs in at a hefty 448 pages, and covers everything from Russian interference in 2016 presidential election, to the private testimony of Michael...
        </description>
        <pubDate>Fri, 19 Apr 2019 00:00:00 -0700</pubDate>
        <link>http://richpauloo.github.io/2019-04-19-Text-Analysis-of-the-Mueller-Report/</link>
        <guid isPermaLink="true">http://richpauloo.github.io/2019-04-19-Text-Analysis-of-the-Mueller-Report/</guid>
      </item>
    
      <item>
        <title>How to keep your R projects organized</title>
        <description>
          
          8 minute read I work on lots of projects at a time, and have adopted a few organizational techniques that help me stay focused, not lose my place, and write well-documented code. Below I write about a few practices of these practices. Organize your Directory Intentionally. Let’s say you have...
        </description>
        <pubDate>Wed, 17 Oct 2018 00:00:00 -0700</pubDate>
        <link>http://richpauloo.github.io/2018-10-17-How-to-keep-your-R-projects-organized/</link>
        <guid isPermaLink="true">http://richpauloo.github.io/2018-10-17-How-to-keep-your-R-projects-organized/</guid>
      </item>
    
      <item>
        <title>Reflections on the California Water Data Challenge</title>
        <description>
          
          10 minute read After graduate school, I’ll probably apply to as many jobs as I can and see what sticks. But deep down, a career that integrates my domain knowledge of groundwater and California water with the broad field of data science is what I seek. So when the California...
        </description>
        <pubDate>Thu, 11 Oct 2018 00:00:00 -0700</pubDate>
        <link>http://richpauloo.github.io/2018-10-11-Reflections-on-the-California-Water-Data-Challenge/</link>
        <guid isPermaLink="true">http://richpauloo.github.io/2018-10-11-Reflections-on-the-California-Water-Data-Challenge/</guid>
      </item>
    
      <item>
        <title>Installing the R kernel in Jupyter Lab</title>
        <description>
          
          5 minute read I was recently pretty impressed with Jupyter’s newest creation, the Jupyter Lab IDE. You can test drive an online demostration of Jupyter Lab with a Python and R kernel here. I downloaded a version, and found that the R Kernel was missing! To get the R kernel...
        </description>
        <pubDate>Wed, 16 May 2018 00:00:00 -0700</pubDate>
        <link>http://richpauloo.github.io/2018-05-16-Installing-the-R-kernel-in-Jupyter-Lab/</link>
        <guid isPermaLink="true">http://richpauloo.github.io/2018-05-16-Installing-the-R-kernel-in-Jupyter-Lab/</guid>
      </item>
    
      <item>
        <title>Aquifer thickness and elevation determined from ~300,000 well logs</title>
        <description>
          
          Code Show All Code Hide All Code Summary Clean Calculate Map Thickness of perforated Interval Top of Perforated Interval: Aquifer Top (depth below sea level) Bottom of Perforated Interval: Aquifer Bottom (depth below sea level) References Authored by: Rich Pauloo, PhD Candidate in Hydrologic Sciences at UC Davis contact: rpauloo@ucdavis.edu...
        </description>
        <pubDate>Thu, 15 Mar 2018 00:00:00 -0700</pubDate>
        <link>http://richpauloo.github.io/2018-03-15-Aquifer-thickness-and-elevation-determined-from-~300,000-well-logs/</link>
        <guid isPermaLink="true">http://richpauloo.github.io/2018-03-15-Aquifer-thickness-and-elevation-determined-from-~300,000-well-logs/</guid>
      </item>
    
      <item>
        <title>Reflections on Rstudio  conf 2018</title>
        <description>
          
          10 minute read Slides from the conference Videos from the conference photo credit: Sharon Machlis Heading North on I-5, we pass by brown hills and palm trees as San Diego fades in the rear view mirror. The smell of last night’s beach bonfire wafts from our jackets stowed in the...
        </description>
        <pubDate>Wed, 07 Feb 2018 00:00:00 -0800</pubDate>
        <link>http://richpauloo.github.io/2018-02-07-Reflections-on-Rstudio-conf-2018/</link>
        <guid isPermaLink="true">http://richpauloo.github.io/2018-02-07-Reflections-on-Rstudio-conf-2018/</guid>
      </item>
    
      <item>
        <title>Tidy Chi Squared stats in infer</title>
        <description>
          
          15 minute read This blog post is my attempt to process and expand on an excellent talk delivered by Andrew Bray at rstudio::conf2018. The slides (PDF) from Andrew’s presentation can be found at this github link. From Infer’s homepage: The objective of this package is to perform statistical inference using...
        </description>
        <pubDate>Sat, 03 Feb 2018 00:00:00 -0800</pubDate>
        <link>http://richpauloo.github.io/2018-02-03-Tidy-Chi-Squared-stats-in-infer/</link>
        <guid isPermaLink="true">http://richpauloo.github.io/2018-02-03-Tidy-Chi-Squared-stats-in-infer/</guid>
      </item>
    
      <item>
        <title>Using tidytext to make word clouds</title>
        <description>
          
          5 minute read I recently came across the tidytext package in R, with the accompanying book: Text Mining in R by David Robinson and Julia Silge. I found it very cogent and practical for basic text mining and NLP problems. The book builds on tidy data principles, so a knowledge...
        </description>
        <pubDate>Fri, 29 Dec 2017 00:00:00 -0800</pubDate>
        <link>http://richpauloo.github.io/2017-12-29-Using-tidytext-to-make-word-clouds/</link>
        <guid isPermaLink="true">http://richpauloo.github.io/2017-12-29-Using-tidytext-to-make-word-clouds/</guid>
      </item>
    
      <item>
        <title>Rmarkdown Tutorial</title>
        <description>
          
          5 minute read Note This is an .Rmd script that I put together for a workshop at the UC Davis R User’s Group. If you want to follow along with the script and exercies, you can find all of the material (including this .Rmd file) at this github repo. Enjoy!...
        </description>
        <pubDate>Fri, 27 Oct 2017 00:00:00 -0700</pubDate>
        <link>http://richpauloo.github.io/2017-10-27-RMarkdown-tutorial/</link>
        <guid isPermaLink="true">http://richpauloo.github.io/2017-10-27-RMarkdown-tutorial/</guid>
      </item>
    
  </channel>
</rss>
