<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>polite on Maëlle Salmon&#39;s personal website</title>
    <link>https://masalmon.eu/tags/polite/</link>
    <description>Recent content in polite on Maëlle Salmon&#39;s personal website</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>Licence: &lt;a href=&#34;https://creativecommons.org/licenses/by-sa/2.0/&#34;&gt;CC BY-SA&lt;/a&gt;</copyright>
    <lastBuildDate>Fri, 15 Jan 2021 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://masalmon.eu/tags/polite/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Stingy Beanie baby webscraping</title>
      <link>https://masalmon.eu/2021/01/15/beanie-baby/</link>
      <pubDate>Fri, 15 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>https://masalmon.eu/2021/01/15/beanie-baby/</guid>
      <description>I&amp;rsquo;ve just finished teaching blogging with R Markdown at R-Ladies Bangalore. This has two consequences: I need to calm down a bit after the stress of live demoing &amp;amp; co, and I am inspired to, well, blog with R Markdown! As I&amp;rsquo;ve just read a fascinating book about the beanie baby bubble and as I&amp;rsquo;ve seen rvest is getting an update, I&amp;rsquo;ve decided to harvest Beaniepedia. Both of these things show I spend too much time on Twitter, as the book has been tweeted about by Vicki Boykis, and the package changes have been tweeted about by Hadley Wickham.</description>
    </item>
    
    <item>
      <title>Spookify: Halloween Name Generation in R</title>
      <link>https://masalmon.eu/2018/10/05/spookify/</link>
      <pubDate>Fri, 05 Oct 2018 00:00:00 +0000</pubDate>
      
      <guid>https://masalmon.eu/2018/10/05/spookify/</guid>
      <description>&lt;p&gt;It’s October, time for spooky Twitter names! If you’re on this social
media platform, you might have noticed some of your friends switching
their names to something spooky and punny. Last year I was “Maelstrom
Salmon”, which I find scary but is arguably not that funny. Anyhow, what
if you want to switch your name but have no inspiration? In this post,
we shall explore R’s abilities to help us with that with the help of
webscraping, phonetic spelling and string distance algorithms, and the
magic of randomness!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>O&#39;Reilly animals in trouble? Conservation status of book covers</title>
      <link>https://masalmon.eu/2018/08/25/oreilly/</link>
      <pubDate>Sat, 25 Aug 2018 00:00:00 +0000</pubDate>
      
      <guid>https://masalmon.eu/2018/08/25/oreilly/</guid>
      <description>&lt;p&gt;What can a kaka, a kakapo, an European rabbit and a grey heron have in
common? Well, they might co-habit in the bookshelf of an R user, since
they’re all animals on the covers of popular R books: &lt;a href=&#34;http://r-pkgs.had.co.nz/&#34;&gt;“R
Packages”&lt;/a&gt;, &lt;a href=&#34;http://r4ds.had.co.nz/&#34;&gt;“R for Data
Science”&lt;/a&gt;, &lt;a href=&#34;https://www.tidytextmining.com/&#34;&gt;“Text mining with
R”&lt;/a&gt; and &lt;a href=&#34;https://csgillespie.github.io/efficientR/&#34;&gt;“Efficient R
programming”&lt;/a&gt;, respectively.
Their publisher, O’Reilly, has now based its brand on covers featuring
beautiful gravures of animals.&lt;/p&gt;
&lt;p&gt;Recently, while wondering what the name of R for Data Science bird was
again (I thought it was a kea!), I was thrilled to find &lt;a href=&#34;https://www.oreilly.com/animals.csp&#34;&gt;the whole
O’Reilly menagerie&lt;/a&gt;, i.e. a list of
books and corresponding animals! The website also features a link to &lt;a href=&#34;https://www.oreilly.com/ideas/a-short-history-of-the-oreilly-animals&#34;&gt;“A
short history of the O’Reilly
animals”&lt;/a&gt;
that was an amazing read. In it was noted that “The animals are in
trouble.”, with a few examples of endangered species. It inspired me to
actually try and assess the conservation status of O’Reilly animals
using responsible webscraping, taxonomic name resolving and IUCN Redlist
API querying…&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>ALLSTATisticians in decline? A polite look at ALLSTAT email Archives</title>
      <link>https://masalmon.eu/2018/07/31/alldatascience/</link>
      <pubDate>Tue, 31 Jul 2018 00:00:00 +0000</pubDate>
      
      <guid>https://masalmon.eu/2018/07/31/alldatascience/</guid>
      <description>


&lt;p&gt;I was until recently subscribed to an email list, &lt;a href=&#34;https://www.jiscmail.ac.uk/cgi-bin/webadmin?A0=ALLSTAT&#34;&gt;ALLSTAT&lt;/a&gt;, “A UK-based worldwide e-mail broadcast system for the statistical community, operated by ICSE for HEA Statistics.” created in 1998. That’s how I saw &lt;a href=&#34;https://www.jiscmail.ac.uk/cgi-bin/webadmin?A2=ind1505&amp;amp;L=ALLSTAT&amp;amp;P=R59128&amp;amp;1=ALLSTAT&amp;amp;9=A&amp;amp;J=on&amp;amp;K=2&amp;amp;d=No+Match%3BMatch%3BMatches&amp;amp;z=4&#34;&gt;the ad for my previous job&lt;/a&gt; in Barcelona! Now, I dislike emails more and more so I unsubscribed, but I’d still check out the archives any time I need a job, since many messages are related to openings. Nowadays, I probably &lt;a href=&#34;http://masalmon.eu/bio/&#34;&gt;identify more as a research software engineer&lt;/a&gt; or data scientist than a statistician… which made me wonder, when did ALLSTAT start featuring data scientist jobs? How do their frequency compare to those of statisticians?&lt;/p&gt;
&lt;p&gt;In this post, I’ll webscrape and analyse meta-data of ALLSTAT emails. It’ll also be the occasion for me to take the wonderful new &lt;a href=&#34;https://github.com/dmi3kno/polite&#34;&gt;&lt;code&gt;polite&lt;/code&gt; package&lt;/a&gt; for a ride, that helps respectful webscraping!&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>