<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cian White</title>
    <link>http://www.cianwhite.org/</link>
    <description>Recent content on Cian White</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-uk</language>
    <lastBuildDate>Thu, 26 Mar 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="http://www.cianwhite.org/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Creating Static and Interactive Maps in R</title>
      <link>http://www.cianwhite.org/notebooks/mapping_in_r/</link>
      <pubDate>Thu, 26 Mar 2020 00:00:00 +0000</pubDate>
      
      <guid>http://www.cianwhite.org/notebooks/mapping_in_r/</guid>
      <description>Irish COVID 19 Intertactive Map Aim Shapefiles Covid data Using ggplot to make maps Creating Thematic Maps Animated Maps Using Leaflet    Reading time: 13 minute(s) @ 200 WPM.
A note: if you are reading this on Rpubs, the links will only work is you Control Click.
Irish COVID 19 Intertactive Map Aim To create a map that tracks the spread of COVID 19 in Ireland as the pandemic progresses.</description>
    </item>
    
    <item>
      <title>Cian White, Attempting to Science, instead Launches Site</title>
      <link>http://www.cianwhite.org/2020/03/13/cian-white-attempting-to-science-instead-launches-site/</link>
      <pubDate>Fri, 13 Mar 2020 00:00:00 +0000</pubDate>
      
      <guid>http://www.cianwhite.org/2020/03/13/cian-white-attempting-to-science-instead-launches-site/</guid>
      <description>Well. Finally got around to putting this website together. Neat thing about it - powered by Jekyll and I can use Markdown to author my posts. It actually is a lot easier than I thought it was going to be.</description>
    </item>
    
    <item>
      <title>Principal Component Analysis in R</title>
      <link>http://www.cianwhite.org/notebooks/pca/</link>
      <pubDate>Tue, 03 Mar 2020 00:00:00 +0000</pubDate>
      
      <guid>http://www.cianwhite.org/notebooks/pca/</guid>
      <description>Prinicpal Component Analysis Standardising Variables Constructing a PCA Theory Behind PCA Results PCA Visualisation Deciding how many principal components to retain Interpreting the Results Graphical parameters with ggbiplot Multivariate Packages Predicting using PCA    Prinicpal Component Analysis I am setting up a notebook for how to run principal component analyses. PCA techniques are very useful for data exploration when the dataset is ‘wide’, there are a lot of columns for the amount of rows of datapoints.</description>
    </item>
    
    <item>
      <title></title>
      <link>http://www.cianwhite.org/notebooks/pca_script.nb/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>http://www.cianwhite.org/notebooks/pca_script.nb/</guid>
      <description>Principal Component Analysis in R /*! jQuery v1.11.3 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */ !function(a,b){&#34;object&#34;==typeof module&amp;&amp;&#34;object&#34;==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error(&#34;jQuery requires a window with a document&#34;);return b(a)}:b(a)}(&#34;undefined&#34;!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=&#34;1.11.3&#34;,m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:&#34;&#34;,length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0a?b:0);return this.pushStack(c=0&amp;&amp;bc?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for(&#34;boolean&#34;==typeof g&amp;&amp;(j=g,g=arguments[h]||{},h++),&#34;object&#34;==typeof g||m.isFunction(g)||(g={}),h===i&amp;&amp;(g=this,h--);ih;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&amp;&amp;(j&amp;&amp;c&amp;&amp;(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&amp;&amp;m.isArray(a)?a:[]):f=a&amp;&amp;m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&amp;&amp;(g[d]=c));return g},m.extend({expando:&#34;jQuery&#34;+(l+Math.random()).replace(/\D/g,&#34;&#34;),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return&#34;function&#34;===m.type(a)},isArray:Array.isArray||function(a){return&#34;array&#34;===m.type(a)},isWindow:function(a){return null!=a&amp;&amp;a==a.window},isNumeric:function(a){return!m.isArray(a)&amp;&amp;a-parseFloat(a)+1=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||&#34;object&#34;!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&amp;&amp;!j.call(a,&#34;constructor&#34;)&amp;&amp;!j.call(a.constructor.prototype,&#34;isPrototypeOf&#34;))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.</description>
    </item>
    
    <item>
      <title>About</title>
      <link>http://www.cianwhite.org/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>http://www.cianwhite.org/about/</guid>
      <description>A Phd Student at the Botany Department of Trinity College Dublin, supervised by Professor Jane Stout and Dr. Marcus Collier.
Ongoing Projects
 A framework for identifying Nature-based Solutions. The impact of an urban and agricultural gradient on the structure of Plant-Flower Visitor interaction networks. Predicting plant network roles from floral traits. Managing wildflower meadows for multiple ecosystem service delivery. Investigating the stability of ecosystem service provision using network metrics  Side Projects</description>
    </item>
    
    <item>
      <title>Curriculum Vitae</title>
      <link>http://www.cianwhite.org/cv/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>http://www.cianwhite.org/cv/</guid>
      <description>{{ page.title }} Cian White
The Owl,
Grand Canal Dock, Dublin 2, Dublin, Ireland
Phone: +353 87 315 6535
ciwhite@tcd.ie
RESEARCH INTERESTS My research interests lie at the intersection of people and nature. I am interested in how an understanding of ecological systems can inform adaptive management for ecosystem service provision to create Nature-based Solutions. Given that ecosystems and society are complex systems I adapt methods from complexity science, particularly graph theory, to study the magnitude and stability of ecosystem service provision.</description>
    </item>
    
  </channel>
</rss>