{"id":7982,"date":"2019-05-01T03:53:49","date_gmt":"2019-05-01T03:53:49","guid":{"rendered":"https:\/\/mickgb.com\/?p=7982"},"modified":"2023-11-23T17:20:01","modified_gmt":"2023-11-23T17:20:01","slug":"na-rioscai-domhanda","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/na-rioscai-domhanda\/","title":{"rendered":"Na Riosca\u00ed Domhanda!"},"content":{"rendered":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;]<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\"><span style=\"color: #222222; font-size: 14pt;\"><span style=\"font-size: 14pt;\"><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script><\/span><\/span>N\u00ed h-aon ionadh go bhfuil a l\u00e1n ruda\u00ed ag bagairt ar an saol comhaimseartha!<\/span><\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Ag an <\/span><span style=\"color: #000000; font-size: 11pt;\">bhF\u00f3ram<\/span><span style=\"color: #000000; font-size: 11pt;\"> Eacnama\u00edoch Domhanda (FED) gach bliain, d\u00e9antar liosta\u00ed de na bagairt\u00ed is measa agus is d\u00f3ich\u00ed a bheith os \u00e1r gcomhair amach sa ch\u00e9ad deichni\u00far <\/span><span style=\"color: #000000; font-size: 11pt;\">eile..<\/span><span style=\"color: #000000; font-size: 11pt;\"> \u00a0Foils\u00edtear tuarasc\u00e1il ar na riosca\u00ed domhanda sin gach bliain. T\u00e1 an tuarasc\u00e1il seo an-sp\u00e9isi\u00fail, mar cabhra\u00edonn s\u00e9 linn na pr\u00edomhcheisteanna domhanda a fheice\u00e1il ina <\/span><span style=\"color: #000000; font-size: 11pt;\">gcheart<\/span><span style=\"color: #000000; font-size: 11pt;\">. \u00a0Chun na tortha\u00ed a fh\u00e1il, d\u00e9antar suirbh\u00e9 gach bliain, ina bhfreagra\u00edonn m\u00edle baill den <\/span><span style=\"color: #000000; font-size: 11pt;\">bFh\u00f3ram<\/span><span style=\"color: #000000; font-size: 11pt;\"> ceisteanna faoi thr\u00edocha riosca\u00ed t\u00e1bhachtach sa domhan anois. T\u00e1 c\u00faig chatag\u00f3ir riosca ann: eacnama\u00edoch, timpeallachta, geopholaiti\u00fail, socha\u00edoch agus teicneola\u00edoch. \u00a0\u00a0\u00a0<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Buna\u00edodh an FED sa bhliain 1971 i Geneva chun tarraingt le ch\u00e9ile <\/span><span style=\"color: #000000; font-size: 11pt;\">pr\u00edomhshaineolaithe<\/span><span style=\"color: #000000; font-size: 11pt;\"> \u00f3 earn\u00e1lacha \u00e9ags\u00fala cos\u00fail le rialtas, tionscal, <\/span><span style=\"color: #000000; font-size: 11pt;\">neamhrialtas<\/span><span style=\"color: #000000; font-size: 11pt;\"> (NGO), acad\u00fail agus na heala\u00edona, chun pl\u00e9 ar na c\u00farsa\u00ed is t\u00e1bhachta\u00ed agus chun r\u00e9itigh \u00e9ifeachtacha a chur chun cinn. \u00a0Rinneadh eagra\u00edocht idirn\u00e1isi\u00fanta de sa bhliain 2015 agus t\u00e1 ardmheas air ar fud <\/span><span style=\"color: #000000; font-size: 11pt;\">an<\/span><span style=\"color: #000000; font-size: 11pt;\"> domhain le fada.<\/span><span style=\"color: #000000; font-size: 11pt;\">\u2003\u2003<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">N\u00edl sp\u00e1s chun athbhreithni\u00fa a dh\u00e9anamh ar tuarasc\u00e1il FED 2019 go l\u00e9ir anseo. \u00a0D\u00e1 bhr\u00ed sin, d\u00edr\u00edm m\u2019aird ar ch\u00fapla rud is suntasa\u00ed at\u00e1 le foghlaim \u00f3n tuarasc\u00e1il. \u00a0Ach m\u00e1 t\u00e1 fonn ort tuilleadh a fh\u00e1il amach, t\u00e9igh go dt\u00ed an su\u00edomh<\/span><a href=\"http:\/\/www.weforum.org\/\"><span style=\"color: #000000; font-size: 11pt;\"> <\/span><span style=\"color: #1155cc; font-size: 11pt;\">www.weforum.org<\/span><\/a><span style=\"color: #000000; font-size: 11pt;\">. \u00a0\u00a0<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Is \u00e9 an ch\u00e9ad rud a d\u2019fhoghlaim m\u00e9 n\u00e1 go bhfuil an chuid is m\u00f3 de na d\u00fashl\u00e1in is m\u00f3 at\u00e1 againn casta agus idirn\u00e1isi\u00fanta, agus mar sin is \u00e9 an comhoibri\u00fa idirn\u00e1isi\u00fanta an cur chuige at\u00e1 i r\u00e9im. \u00a0Ar an drochuair, t\u00e1 ruda\u00ed ag fuar\u00fa idir t\u00edortha an domhain ag an am seo, agus mar sin, t\u00e1 s\u00e9 an-deacair comhoibri\u00fa le ch\u00e9ile a chur i <\/span><span style=\"color: #000000; font-size: 11pt;\">bhfeidhm..<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Is \u00e9 an dara rud a d\u2019fhoghlaim m\u00e9 n\u00e1 m\u00e1 leanann c\u00farsa\u00ed ag dul an bealach c\u00e9anna, beimid i dtriobl\u00f3id mh\u00f3r taobh istigh de dh\u00e1 bhliain d\u00e9ag! \u00a0Ba ch\u00f3ir d\u00fainn a bheith faiteach!<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Deir siad sa tuarasc\u00e1il go bhfuil g\u00e9arch\u00e9im ag teannadh linn agus go bhfuil muid dall ar fad uirthi! \u00a0Ag an am d\u00edreach a bhfuil comhoibri\u00fa as faisean, t\u00e1 an g\u00e1 chuige n\u00edos m\u00f3 n\u00e1 riamh! Seachas sin, n\u00ed bheimid in ann dul i ngleic leis na fadhbanna a chuireann muid go l\u00e9ir i gcont\u00fairt.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Is \u00e9 an tr\u00ed\u00fa rud a d\u2019fhoghlaim m\u00e9 n\u00e1 go bhfuil triuch m\u00f3r ann maidir leis na cine\u00e1lacha fadhbanna a mheasaimid t\u00e1bhachtach le blianta anuas. \u00a0Nuair a chuirim san \u00e1ireamh na riosca\u00ed is measa agus is <\/span><span style=\"color: #000000; font-size: 11pt;\">doich\u00ed<\/span><span style=\"color: #000000; font-size: 11pt;\">, t\u00e1 an patr\u00fan an-soil\u00e9ir! T\u00e1 na riosca\u00ed timpeallachta ag m\u00e9ad\u00fa bliain i ndiaidh bliana, mar t\u00e1 siad ag \u00e9ir\u00ed i bhfad n\u00edos d\u00f3ich\u00ed gach bliain nach nd\u00e9anann muid aon rud chun iad a r\u00e9iteach. \u00a0Sa tuarasc\u00e1il is deireana\u00ed, ba iad riosca\u00ed timpeallachta tr\u00ed de na c\u00faig riosca is d\u00f3ich\u00ed, agus ceithre cinn de na riosca\u00ed is measa.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Is \u00e9 an cheathr\u00fa rud a d\u2019fhoghlaim m\u00e9 n\u00e1 gurb \u00e9 an t-athr\u00fa aer\u00e1ide an riosca bun\u00fasach at\u00e1 os \u00e1r gcomhair anois, agus nach bhfuil ach dh\u00e1 bhliain d\u00e9ag againn leis an <\/span><span style=\"color: #000000; font-size: 11pt;\">mhe\u00e1nteocht<\/span><span style=\"color: #000000; font-size: 11pt;\"> domhanda a choime\u00e1d faoi 1.5 \u00baC n\u00edos airde n\u00e1 mar a bh\u00ed sa r\u00e9 <\/span><span style=\"color: #000000; font-size: 11pt;\">r\u00e9amhthionscla\u00edoch<\/span><span style=\"color: #000000; font-size: 11pt;\">. \u00a0T\u00e1 s\u00e9 1.0 \u00baC n\u00edos airde cheana f\u00e9in. Is m\u00f3r an t\u00e1bhacht a bhaineann le 0.5 \u00baC, maidir lena dhrochthionchar ar an aimsir agus ar an gcine daonna. C\u00e9 go mbeadh ard\u00fa de 0.5 C dona go leor, bheadh ard\u00fa fi\u00fa amh\u00e1in de 2 C i bhfad n\u00edos measa <\/span><span style=\"color: #000000; font-size: 11pt;\">f\u00f3s,,<\/span><span style=\"color: #000000; font-size: 11pt;\"> mar t\u00e1 an \u00e9ifeacht easp\u00f3nant\u00fail! \u00a0Mura nd\u00e9anfaimid aon rud, beidh ard\u00fa teocht timpeall 3 \u00baC faoi 2100, agus bheadh iarmhairt\u00ed tubaisteacha ag baint leis.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Tharla Comhaont\u00fa P\u00e1ras ar an aer\u00e1id i 2015, in\u00e1r shocraigh beagnach gach t\u00edr go gcaithfimid oibri\u00fa as l\u00e1mha a ch\u00e9ile feasta, leis <\/span><span style=\"color: #000000; font-size: 11pt;\">an<\/span><span style=\"color: #000000; font-size: 11pt;\"> bhfadhb seo a r\u00e9iteach, agus c\u00e9ard iad na c\u00e9imeanna at\u00e1 orainn a th\u00f3g\u00e1il.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Ach nuair a toghadh Trump mar Uachtar\u00e1n na St\u00e1t Aontaithe, d\u00fairt s\u00e9 go dtarraingeodh s\u00e9 as <\/span><span style=\"color: #000000; font-size: 11pt;\">an<\/span><span style=\"color: #000000; font-size: 11pt;\"> gcomhaont\u00fa t\u00e1bhachtach seo. \u00a0Is uaf\u00e1sach an cinneadh \u00e9 seo, mar caithfimid obair le ch\u00e9ile chun na tortha\u00ed a fh\u00e1il,<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Ach coinnigh do mhisneach f\u00f3s!<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Bh\u00ed sl\u00f3gadh ag\u00f3ide ag daoine \u00f3ga ar fud <\/span><span style=\"color: #000000; font-size: 11pt;\">an<\/span><span style=\"color: #000000; font-size: 11pt;\"> domhain ar M\u00e1rta 15, i n\u00edos m\u00f3 n\u00e1 c\u00e9ad t\u00edr, ag cur br\u00fa ar na ceannair\u00ed polaiti\u00fala gn\u00edomh a dh\u00e9anamh feasta faoin athr\u00fa aer\u00e1ide. \u00a0T\u00e1 fuinneog bheag d\u00f3chais <\/span><span style=\"color: #000000; font-size: 11pt;\">infhoscailte<\/span><span style=\"color: #000000; font-size: 11pt;\"> againn f\u00f3s, ach caithfimid go l\u00e9ir gn\u00edomh\u00fa anois, sula mbeidh s\u00e9 r\u00f3-dh\u00e9anach!<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\"> <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]","protected":false},"excerpt":{"rendered":"<p><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script>N\u00ed h-aon ionadh go bhfuil a l\u00e1n ruda\u00ed ag bagairt ar an saol comhaimseartha! Ag an bhF\u00f3ram Eacnama\u00edoch Domhanda (FED) gach bliain, d\u00e9antar liosta\u00ed de na bagairt\u00ed is measa agus is d\u00f3ich\u00ed a bheith os \u00e1r gcomhair amach sa ch\u00e9ad deichni\u00far eile.. \u00a0Foils\u00edtear tuarasc\u00e1il ar na riosca\u00ed domhanda sin gach bliain. T\u00e1 an tuarasc\u00e1il [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6850,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:freeform --><p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong><span style=\"color:#000000;font-size:24pt\"><\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong><span style=\"color:#000000;font-size:24pt\">&nbsp;\u00a0\u00a0\u00a0\u00a0\u00a0<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\"> <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:14pt\"> <\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\"> <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">N\u00ed h-aon ionadh go bhfuil a l\u00e1n ruda\u00ed ag bagairt ar an saol comhaimseartha!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Ag an <\/span><span style=\"color:#000000;font-size:11pt\">bhF\u00f3ram<\/span><span style=\"color:#000000;font-size:11pt\"> Eacnama\u00edoch Domhanda (FED) gach bliain, d\u00e9antar liosta\u00ed de na bagairt\u00ed is measa agus is d\u00f3ich\u00ed a bheith os \u00e1r gcomhair amach sa ch\u00e9ad deichni\u00far <\/span><span style=\"color:#000000;font-size:11pt\">eile..<\/span><span style=\"color:#000000;font-size:11pt\"> \u00a0Foils\u00edtear tuarasc\u00e1il ar na riosca\u00ed domhanda sin gach bliain.  T\u00e1 an tuarasc\u00e1il seo an-sp\u00e9isi\u00fail, mar cabhra\u00edonn s\u00e9 linn na pr\u00edomhcheisteanna domhanda a fheice\u00e1il ina <\/span><span style=\"color:#000000;font-size:11pt\">gcheart<\/span><span style=\"color:#000000;font-size:11pt\">. \u00a0Chun na tortha\u00ed a fh\u00e1il, d\u00e9antar suirbh\u00e9 gach bliain, ina bhfreagra\u00edonn m\u00edle baill den <\/span><span style=\"color:#000000;font-size:11pt\">bFh\u00f3ram<\/span><span style=\"color:#000000;font-size:11pt\"> ceisteanna faoi thr\u00edocha riosca\u00ed t\u00e1bhachtach sa domhan anois.  T\u00e1 c\u00faig chatag\u00f3ir riosca ann: eacnama\u00edoch, timpeallachta, geopholaiti\u00fail, socha\u00edoch agus teicneola\u00edoch. \u00a0\u00a0\u00a0<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Buna\u00edodh an FED sa bhliain 1971 i Geneva chun tarraingt le ch\u00e9ile <\/span><span style=\"color:#000000;font-size:11pt\">pr\u00edomhshaineolaithe<\/span><span style=\"color:#000000;font-size:11pt\"> \u00f3 earn\u00e1lacha \u00e9ags\u00fala cos\u00fail le rialtas, tionscal, <\/span><span style=\"color:#000000;font-size:11pt\">neamhrialtas<\/span><span style=\"color:#000000;font-size:11pt\"> (NGO), acad\u00fail agus na heala\u00edona, chun pl\u00e9 ar na c\u00farsa\u00ed is t\u00e1bhachta\u00ed agus chun r\u00e9itigh \u00e9ifeachtacha a chur chun cinn. \u00a0Rinneadh eagra\u00edocht idirn\u00e1isi\u00fanta de sa bhliain 2015 agus t\u00e1 ardmheas air ar fud <\/span><span style=\"color:#000000;font-size:11pt\">an<\/span><span style=\"color:#000000;font-size:11pt\"> domhain le fada.<\/span><span style=\"color:#000000;font-size:11pt\">&emsp;&emsp;<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">N\u00edl sp\u00e1s chun athbhreithni\u00fa a dh\u00e9anamh ar tuarasc\u00e1il FED 2019 go l\u00e9ir anseo. \u00a0D\u00e1 bhr\u00ed sin, d\u00edr\u00edm m\u2019aird ar ch\u00fapla rud is suntasa\u00ed at\u00e1 le foghlaim \u00f3n tuarasc\u00e1il. \u00a0Ach m\u00e1 t\u00e1 fonn ort tuilleadh a fh\u00e1il amach, t\u00e9igh go dt\u00ed an su\u00edomh<\/span><a href=\"http:\/\/www.weforum.org\/\"><span style=\"color:#000000;font-size:11pt\"> <\/span><span style=\"color:#1155CC;font-size:11pt\">www.weforum.org<\/span><\/a><span style=\"color:#000000;font-size:11pt\">. \u00a0\u00a0<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Is \u00e9 an ch\u00e9ad rud a d\u2019fhoghlaim m\u00e9 n\u00e1 go bhfuil an chuid is m\u00f3 de na d\u00fashl\u00e1in is m\u00f3 at\u00e1 againn casta agus idirn\u00e1isi\u00fanta, agus mar sin is \u00e9 an comhoibri\u00fa idirn\u00e1isi\u00fanta an cur chuige at\u00e1 i r\u00e9im. \u00a0Ar an drochuair, t\u00e1 ruda\u00ed ag fuar\u00fa idir t\u00edortha an domhain ag an am seo, agus mar sin, t\u00e1 s\u00e9 an-deacair comhoibri\u00fa le ch\u00e9ile a chur i <\/span><span style=\"color:#000000;font-size:11pt\">bhfeidhm..<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Is \u00e9 an dara rud a d\u2019fhoghlaim m\u00e9 n\u00e1 m\u00e1 leanann c\u00farsa\u00ed ag dul an bealach c\u00e9anna, beimid i dtriobl\u00f3id mh\u00f3r taobh istigh de dh\u00e1 bhliain d\u00e9ag! \u00a0Ba ch\u00f3ir d\u00fainn a bheith faiteach!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Deir siad sa tuarasc\u00e1il go bhfuil g\u00e9arch\u00e9im ag teannadh linn agus go bhfuil muid dall ar fad uirthi! \u00a0Ag an am d\u00edreach a bhfuil comhoibri\u00fa as faisean, t\u00e1 an g\u00e1 chuige n\u00edos m\u00f3 n\u00e1 riamh!  Seachas sin, n\u00ed bheimid in ann dul i ngleic leis na fadhbanna a chuireann muid go l\u00e9ir i gcont\u00fairt.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Is \u00e9 an tr\u00ed\u00fa rud a d\u2019fhoghlaim m\u00e9 n\u00e1 go bhfuil triuch m\u00f3r ann maidir leis na cine\u00e1lacha fadhbanna a mheasaimid t\u00e1bhachtach le blianta anuas. \u00a0Nuair a chuirim san \u00e1ireamh na riosca\u00ed is measa agus is <\/span><span style=\"color:#000000;font-size:11pt\">doich\u00ed<\/span><span style=\"color:#000000;font-size:11pt\">, t\u00e1 an patr\u00fan an-soil\u00e9ir!  T\u00e1 na riosca\u00ed timpeallachta ag m\u00e9ad\u00fa bliain i ndiaidh bliana, mar t\u00e1 siad ag \u00e9ir\u00ed i bhfad n\u00edos d\u00f3ich\u00ed gach bliain nach nd\u00e9anann muid aon rud chun iad a r\u00e9iteach. \u00a0Sa tuarasc\u00e1il is deireana\u00ed, ba iad riosca\u00ed timpeallachta tr\u00ed de na c\u00faig riosca is d\u00f3ich\u00ed, agus ceithre cinn de na riosca\u00ed is measa.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Is \u00e9 an cheathr\u00fa rud a d\u2019fhoghlaim m\u00e9 n\u00e1 gurb \u00e9 an t-athr\u00fa aer\u00e1ide an riosca bun\u00fasach at\u00e1 os \u00e1r gcomhair anois, agus nach bhfuil ach dh\u00e1 bhliain d\u00e9ag againn leis an <\/span><span style=\"color:#000000;font-size:11pt\">mhe\u00e1nteocht<\/span><span style=\"color:#000000;font-size:11pt\"> domhanda a choime\u00e1d faoi 1.5 \u00baC n\u00edos airde n\u00e1 mar a bh\u00ed sa r\u00e9 <\/span><span style=\"color:#000000;font-size:11pt\">r\u00e9amhthionscla\u00edoch<\/span><span style=\"color:#000000;font-size:11pt\">. \u00a0T\u00e1 s\u00e9 1.0 \u00baC n\u00edos airde cheana f\u00e9in.  Is m\u00f3r an t\u00e1bhacht a bhaineann le 0.5 \u00baC, maidir lena dhrochthionchar ar an aimsir agus ar an gcine daonna.  C\u00e9 go mbeadh ard\u00fa de 0.5 C dona go leor, bheadh ard\u00fa fi\u00fa amh\u00e1in de 2 C i bhfad n\u00edos measa <\/span><span style=\"color:#000000;font-size:11pt\">f\u00f3s,,<\/span><span style=\"color:#000000;font-size:11pt\"> mar t\u00e1 an \u00e9ifeacht easp\u00f3nant\u00fail! \u00a0Mura nd\u00e9anfaimid aon rud, beidh ard\u00fa teocht timpeall 3 \u00baC faoi 2100, agus bheadh iarmhairt\u00ed tubaisteacha ag baint leis.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Tharla Comhaont\u00fa P\u00e1ras ar an aer\u00e1id i 2015, in\u00e1r shocraigh beagnach gach t\u00edr go gcaithfimid oibri\u00fa as l\u00e1mha a ch\u00e9ile feasta, leis <\/span><span style=\"color:#000000;font-size:11pt\">an<\/span><span style=\"color:#000000;font-size:11pt\"> bhfadhb seo a r\u00e9iteach, agus c\u00e9ard iad na c\u00e9imeanna at\u00e1 orainn a th\u00f3g\u00e1il.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Ach nuair a toghadh Trump mar Uachtar\u00e1n na St\u00e1t Aontaithe, d\u00fairt s\u00e9 go dtarraingeodh s\u00e9 as <\/span><span style=\"color:#000000;font-size:11pt\">an<\/span><span style=\"color:#000000;font-size:11pt\"> gcomhaont\u00fa t\u00e1bhachtach seo. \u00a0Is uaf\u00e1sach an cinneadh \u00e9 seo, mar caithfimid obair le ch\u00e9ile chun na tortha\u00ed a fh\u00e1il,<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Ach coinnigh do mhisneach f\u00f3s!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Bh\u00ed sl\u00f3gadh ag\u00f3ide ag daoine \u00f3ga ar fud <\/span><span style=\"color:#000000;font-size:11pt\">an<\/span><span style=\"color:#000000;font-size:11pt\"> domhain ar M\u00e1rta 15, i n\u00edos m\u00f3 n\u00e1 c\u00e9ad t\u00edr, ag cur br\u00fa ar na ceannair\u00ed polaiti\u00fala gn\u00edomh a dh\u00e9anamh feasta faoin athr\u00fa aer\u00e1ide. \u00a0T\u00e1 fuinneog bheag d\u00f3chais <\/span><span style=\"color:#000000;font-size:11pt\">infhoscailte<\/span><span style=\"color:#000000;font-size:11pt\"> againn f\u00f3s, ach caithfimid go l\u00e9ir gn\u00edomh\u00fa anois, sula mbeidh s\u00e9 r\u00f3-dh\u00e9anach!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\"> <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[33,48],"tags":[],"class_list":["post-7982","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cursai-reatha","category-timpeallacht"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7982","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/comments?post=7982"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7982\/revisions"}],"predecessor-version":[{"id":9624,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7982\/revisions\/9624"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media\/6850"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media?parent=7982"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=7982"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=7982"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}