{"id":8054,"date":"2019-11-27T03:54:49","date_gmt":"2019-11-27T03:54:49","guid":{"rendered":"https:\/\/mickgb.com\/?p=8054"},"modified":"2023-11-23T03:52:12","modified_gmt":"2023-11-23T03:52:12","slug":"contuirt-dhubailte","status":"publish","type":"post","link":"https:\/\/mickgb.com\/ga\/contuirt-dhubailte\/","title":{"rendered":"Cont\u00fairt Dh\u00fabailte!"},"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: 12pt; padding-top: 0; margin-bottom: 12pt; 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>Aon uair a bh\u00edonn t\u00fa ag d\u00e9anamh trua duit f\u00e9in agus don \u00e1r dt\u00edr, bog siar n\u00f3im\u00e9ad agus smaoinigh ar an bpicti\u00far m\u00f3r.\u00a0 Go minic, d\u2019fh\u00e9adfa\u00ed c\u00farsa\u00ed a bheith i bhfad n\u00edos measa. Inniu t\u00e1 sc\u00e9al agam faoi th\u00edr bheag a bhfuil an dearg-mh\u00ed-\u00e1dh uirthi.\u00a0 Tar \u00e9is an sc\u00e9il seo a l\u00e9amh, is d\u00f3cha go mbeidh t\u00fa in ann ruda\u00ed a fheice\u00e1il go difri\u00fail agus a bheith bu\u00edoch as <\/span><span style=\"color: #000000; font-size: 11pt;\">an<\/span><span style=\"color: #000000; font-size: 11pt;\"> saol iontach at\u00e1 againn sa t\u00edr \u00e1lainn seo.\u00a0 Ach beidh rabhadh d\u00fainn sa sc\u00e9al freisin.<\/span><\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Tar \u00e9is an Dara Cogadh Domhanda, ghabh na St\u00e1it Aontaithe seilbh ar an gcuid is m\u00f3 den Mhicrin\u00e9is i l\u00e1r an Aig\u00e9in Chi\u00fain, lonnaithe idir Hava\u00ed agus an Astr\u00e1il.\u00a0 T\u00e1 n\u00edos m\u00f3 n\u00e1 dh\u00e1 mh\u00edle oile\u00e1n sa Mhicrin\u00e9is agus t\u00e1 an t\u00edr i gceist (Poblacht na hOile\u00e1in Marshall) sa ghr\u00fapa seo. T\u00e1 na t\u00edortha seo saor anois.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><strong><span style=\"color: #000000; font-size: 11pt;\">An<\/span><span style=\"color: #000000; font-size: 11pt;\"> Ch\u00e9ad Chont\u00fairt &#8211; Rada\u00edocht<\/span><\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">T\u00e1 fiche naoi n-atall coir\u00e9il agus c\u00faig oile\u00e1n coir\u00e9il sa t\u00edr, scaipeadh amach tr\u00edd leathmhilli\u00fan cilim\u00e9adar cearnach san aig\u00e9an, le timpeall is seasca c\u00e9ad daoine ina gc\u00f3na\u00ed ann.\u00a0 Is \u00ed ceann de na t\u00edortha is iarg\u00falta ar an domhan. Is chuige sin go d\u00edreach gur roghnaigh na St\u00e1it Aontaithe \u00ed chun t\u00e1st\u00e1il n\u00faicl\u00e9ach a dh\u00e9anamh tar \u00e9is an chogaidh. Idir 1946 agus 1958, pl\u00e9ascadh seasca seacht mbuama adamhacha sa t\u00e1st\u00e1il seo, buama\u00ed hidrigine san \u00e1ireamh.\u00a0 C\u00e9 go n-aslonna\u00edtear muintir na h\u00e1ite \u00f3 l\u00e1thair th\u00e1st\u00e1la go dt\u00ed oile\u00e1n eile, ina ainneoin sin fuair a l\u00e1n daoine tinneas rada\u00edochta agus ailse. Rinneadh dam\u00e1iste g\u00e9initeach d\u00f3ibh freisin, ionas go raibh neamhghn\u00e1cha galair ag go leor na\u00edon\u00e1in nuabheirthe. N\u00ed fh\u00e9adfa\u00ed c\u00f3na\u00ed ar chuid de na hoile\u00e1in sin anois agus le tamall fada sa todhcha\u00ed, de bharr truailli\u00fa radaighn\u00edomhach \u00f3 phl\u00fat\u00f3iniam-239 agus caeisiam-137.\u00a0<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">T\u00e1 s\u00e9 dochreidte go raibh a fhios ag Rialtas na St\u00e1it Aontaithe go mbeadh na hoile\u00e1naigh ina gc\u00f3na\u00ed in \u00e1iteanna a bh\u00ed \u00e9illithe ag radaighn\u00edomha\u00edocht.\u00a0 Rinne muca guine d\u00f3ibh chun taighde a dh\u00e9anamh ar an dochar a dh\u00e9anann rada\u00edocht n\u00faicl\u00e9ach mar sin do dhaoine. Ba \u00e9 sin Tionscadal 4.1 a bh\u00ed leagtha amach ag Rialtas na St\u00e1it Aontaithe, agus tionscadal uaf\u00e1sach ba ea \u00e9 a lean ar aghaidh ar feadh tr\u00edocha bliana.\u00a0 Deirtear go bhfuil \u00e1iteanna sa r\u00e9igi\u00fan ina bhfuil an leibh\u00e9al rada\u00edochta chomh hard le Searn\u00f3bail n\u00f3 <\/span><span style=\"color: #000000; font-size: 11pt;\">Fukishima<\/span><span style=\"color: #000000; font-size: 11pt;\"> f\u00f3s.\u00a0<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Nuair a bh\u00ed na St\u00e1it Aontaithe cr\u00edochnaithe leis an t\u00e1st\u00e1il n\u00faicl\u00e9ach seo, chuir siad an smionagar n\u00faicl\u00e9ach (ocht\u00f3 m\u00edle m\u00e9adar ci\u00fabach) isteach i gcruinneach\u00e1n cl\u00fadaithe le d\u00edon coincr\u00e9ite ar oile\u00e1n <\/span><span style=\"color: #000000; font-size: 11pt;\">Runit<\/span><span style=\"color: #000000; font-size: 11pt;\"> agus d\u2019imigh siad abhaile, ag f\u00e1g\u00e1il l\u00e9irscrios na timpeallachta ina ndiaidh.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">T\u00e1 na hOile\u00e1in Marshall f\u00f3s ag lorg n\u00edos m\u00f3 cabhrach \u00f3 na St\u00e1it Aontaithe, ach deir na St\u00e1it Aontaithe go bhfuil siad cothrom leo cheana f\u00e9in \u00f3 thaobh taca\u00edocht de.\u00a0<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">S\u00e9anann na St\u00e1it Aontaithe go ndearna siad aon rud m\u00edcheart, agus gur leis na hOile\u00e1in Marshall aon fhadhbanna at\u00e1 acu a r\u00e9iteach, maidir le c\u00farsa\u00ed rada\u00edochta agus an cruinneach\u00e1n <\/span><span style=\"color: #000000; font-size: 11pt;\">Runit<\/span><span style=\"color: #000000; font-size: 11pt;\"> (n\u00f3 an \u2018Tuama\u2019 mar a thugtar air) san \u00e1ireamh.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><strong><span style=\"color: #000000; font-size: 11pt;\">An<\/span><span style=\"color: #000000; font-size: 11pt;\"> Dara Cont\u00fairt \u2013 Uisce<\/span><\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">D\u2019fh\u00f3gair rialtas na nOile\u00e1n Marshall g\u00e9arch\u00e9im aer\u00e1ide n\u00e1isi\u00fanta le d\u00e9ana\u00ed, ag iarraidh ar an bpobal idirn\u00e1isi\u00fanta fhreagairt don gh\u00e9arch\u00e9im seo agus iad ba ch\u00fais leis sa ch\u00e9ad \u00e1it.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">N\u00edl na hOile\u00e1in Marshall ach c\u00fapla m\u00e9adar in airde os cionn leibh\u00e9al na farraige ar an me\u00e1n, agus toisc go bhfuil an leibh\u00e9al uisce ag ard\u00fa, t\u00e1 dam\u00e1iste ag tarl\u00fa ann anois, agus ag \u00e9ir\u00ed n\u00edos measa gach bliain.\u00a0 T\u00e1 seans m\u00f3r, mura nd\u00e9antar aon rud, nach bhf\u00e9adfa\u00ed daoine maireacht\u00e1il sa t\u00edr tar \u00e9is 2050.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Tarla\u00edonn triomaigh fada agus neamhsh\u00e9as\u00farach n\u00edos minice anois ann, agus t\u00e1 s\u00e1ile ag meascadh isteach le f\u00edoruisce.\u00a0 Is \u00e9 a d\u00fairt Michael Gerrard, \u00f3 Ollscoil Columbia n\u00e1: \u201cTraein earra\u00ed is \u00ed an t-athr\u00fa aer\u00e1ide ag r\u00e9abadh d\u00edreach i dtreo na hOile\u00e1in Marshall.\u00a0 N\u00edl c\u00fais chomh l\u00e1idir ag aon t\u00edr eile g\u00e9arch\u00e9im a fh\u00f3gairt!\u201d<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><strong><span style=\"color: #000000; font-size: 11pt;\">Cont\u00fairt Dh\u00fabailte &#8211; Rabhadh<\/span><\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Sna hoile\u00e1in mh\u00ed-\u00e1mharacha seo, t\u00e1 an riosca n\u00faicl\u00e9ach agus an riosca athr\u00fa aer\u00e1ide ceangailte le ch\u00e9ile i dtaispe\u00e1ntas marfach a l\u00e9ir\u00edonn na cont\u00fairt\u00ed mar gheall ar easpa gn\u00edomha\u00edochta t\u00edortha an domhain &#8211; go h\u00e1irithe na St\u00e1it Aontaithe.\u00a0 M\u00e1 th\u00f3gtar neamhaird do na riosca\u00ed sin, beidh orainn aghaidh a thabhairt ar an sc\u00e9al sin luath n\u00f3 mall.\u00a0<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Ar an drochuair, n\u00edl an dara rogha ag muintir na hOile\u00e1in Marshall \u2013 caithfidh siad rud \u00e9igin a dh\u00e9anamh anois roimh thubaiste n\u00faicl\u00e9ach n\u00f3 roimh bh\u00e1 a dt\u00edr.<\/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 --><!-- 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 --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">\u00a0\u00a0<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>Aon uair a bh\u00edonn t\u00fa ag d\u00e9anamh trua duit f\u00e9in agus don \u00e1r dt\u00edr, bog siar n\u00f3im\u00e9ad agus smaoinigh ar an bpicti\u00far m\u00f3r.\u00a0 Go minic, d\u2019fh\u00e9adfa\u00ed c\u00farsa\u00ed a bheith i bhfad n\u00edos measa. Inniu t\u00e1 sc\u00e9al agam faoi th\u00edr bheag a bhfuil an dearg-mh\u00ed-\u00e1dh uirthi.\u00a0 Tar \u00e9is an sc\u00e9il seo a l\u00e9amh, is d\u00f3cha [&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:12pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:24pt\"><\/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\"><strong><span style=\"color:#000000;font-size:11pt\">\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\"><strong><span style=\"color:#000000;font-size:14pt\"> <\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">\u00a0<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Aon uair a bh\u00edonn t\u00fa ag d\u00e9anamh trua duit f\u00e9in agus don \u00e1r dt\u00edr, bog siar n\u00f3im\u00e9ad agus smaoinigh ar an bpicti\u00far m\u00f3r.\u00a0 Go minic, d\u2019fh\u00e9adfa\u00ed c\u00farsa\u00ed a bheith i bhfad n\u00edos measa.  Inniu t\u00e1 sc\u00e9al agam faoi th\u00edr bheag a bhfuil an dearg-mh\u00ed-\u00e1dh uirthi.\u00a0 Tar \u00e9is an sc\u00e9il seo a l\u00e9amh, is d\u00f3cha go mbeidh t\u00fa in ann ruda\u00ed a fheice\u00e1il go difri\u00fail agus a bheith bu\u00edoch as <\/span><span style=\"color:#000000;font-size:11pt\">an<\/span><span style=\"color:#000000;font-size:11pt\"> saol iontach at\u00e1 againn sa t\u00edr \u00e1lainn seo.\u00a0 Ach beidh rabhadh d\u00fainn sa sc\u00e9al freisin.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Tar \u00e9is an Dara Cogadh Domhanda, ghabh na St\u00e1it Aontaithe seilbh ar an gcuid is m\u00f3 den Mhicrin\u00e9is i l\u00e1r an Aig\u00e9in Chi\u00fain, lonnaithe idir Hava\u00ed agus an Astr\u00e1il.\u00a0 T\u00e1 n\u00edos m\u00f3 n\u00e1 dh\u00e1 mh\u00edle oile\u00e1n sa Mhicrin\u00e9is agus t\u00e1 an t\u00edr i gceist (Poblacht na hOile\u00e1in Marshall) sa ghr\u00fapa seo.  T\u00e1 na t\u00edortha seo saor anois.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:11pt\">An<\/span><span style=\"color:#000000;font-size:11pt\"> Ch\u00e9ad Chont\u00fairt - Rada\u00edocht<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">T\u00e1 fiche naoi n-atall coir\u00e9il agus c\u00faig oile\u00e1n coir\u00e9il sa t\u00edr, scaipeadh amach tr\u00edd leathmhilli\u00fan cilim\u00e9adar cearnach san aig\u00e9an, le timpeall is seasca c\u00e9ad daoine ina gc\u00f3na\u00ed ann.\u00a0 Is \u00ed ceann de na t\u00edortha is iarg\u00falta ar an domhan.  Is chuige sin go d\u00edreach gur roghnaigh na St\u00e1it Aontaithe \u00ed chun t\u00e1st\u00e1il n\u00faicl\u00e9ach a dh\u00e9anamh tar \u00e9is an chogaidh.  Idir 1946 agus 1958, pl\u00e9ascadh seasca seacht mbuama adamhacha sa t\u00e1st\u00e1il seo, buama\u00ed hidrigine san \u00e1ireamh.\u00a0 C\u00e9 go n-aslonna\u00edtear muintir na h\u00e1ite \u00f3 l\u00e1thair th\u00e1st\u00e1la go dt\u00ed oile\u00e1n eile, ina ainneoin sin fuair a l\u00e1n daoine tinneas rada\u00edochta agus ailse.  Rinneadh dam\u00e1iste g\u00e9initeach d\u00f3ibh freisin, ionas go raibh neamhghn\u00e1cha galair ag go leor na\u00edon\u00e1in nuabheirthe.  N\u00ed fh\u00e9adfa\u00ed c\u00f3na\u00ed ar chuid de na hoile\u00e1in sin anois agus le tamall fada sa todhcha\u00ed, de bharr truailli\u00fa radaighn\u00edomhach \u00f3 phl\u00fat\u00f3iniam-239 agus caeisiam-137.\u00a0<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">T\u00e1 s\u00e9 dochreidte go raibh a fhios ag Rialtas na St\u00e1it Aontaithe go mbeadh na hoile\u00e1naigh ina gc\u00f3na\u00ed in \u00e1iteanna a bh\u00ed \u00e9illithe ag radaighn\u00edomha\u00edocht.\u00a0 Rinne muca guine d\u00f3ibh chun taighde a dh\u00e9anamh ar an dochar a dh\u00e9anann rada\u00edocht n\u00faicl\u00e9ach mar sin do dhaoine. Ba \u00e9 sin Tionscadal 4.1 a bh\u00ed leagtha amach ag Rialtas na St\u00e1it Aontaithe, agus tionscadal uaf\u00e1sach ba ea \u00e9 a lean ar aghaidh ar feadh tr\u00edocha bliana.\u00a0 Deirtear go bhfuil \u00e1iteanna sa r\u00e9igi\u00fan ina bhfuil an leibh\u00e9al rada\u00edochta chomh hard le Searn\u00f3bail n\u00f3 <\/span><span style=\"color:#000000;font-size:11pt\">Fukishima<\/span><span style=\"color:#000000;font-size:11pt\"> f\u00f3s.\u00a0<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Nuair a bh\u00ed na St\u00e1it Aontaithe cr\u00edochnaithe leis an t\u00e1st\u00e1il n\u00faicl\u00e9ach seo, chuir siad an smionagar n\u00faicl\u00e9ach (ocht\u00f3 m\u00edle m\u00e9adar ci\u00fabach) isteach i gcruinneach\u00e1n cl\u00fadaithe le d\u00edon coincr\u00e9ite ar oile\u00e1n <\/span><span style=\"color:#000000;font-size:11pt\">Runit<\/span><span style=\"color:#000000;font-size:11pt\"> agus d\u2019imigh siad abhaile, ag f\u00e1g\u00e1il l\u00e9irscrios na timpeallachta ina ndiaidh.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">T\u00e1 na hOile\u00e1in Marshall f\u00f3s ag lorg n\u00edos m\u00f3 cabhrach \u00f3 na St\u00e1it Aontaithe, ach deir na St\u00e1it Aontaithe go bhfuil siad cothrom leo cheana f\u00e9in \u00f3 thaobh taca\u00edocht de.\u00a0<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">S\u00e9anann na St\u00e1it Aontaithe go ndearna siad aon rud m\u00edcheart, agus gur leis na hOile\u00e1in Marshall aon fhadhbanna at\u00e1 acu a r\u00e9iteach, maidir le c\u00farsa\u00ed rada\u00edochta agus an cruinneach\u00e1n <\/span><span style=\"color:#000000;font-size:11pt\">Runit<\/span><span style=\"color:#000000;font-size:11pt\"> (n\u00f3 an \u2018Tuama\u2019 mar a thugtar air) san \u00e1ireamh.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:11pt\">An<\/span><span style=\"color:#000000;font-size:11pt\"> Dara Cont\u00fairt \u2013 Uisce<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">D\u2019fh\u00f3gair rialtas na nOile\u00e1n Marshall g\u00e9arch\u00e9im aer\u00e1ide n\u00e1isi\u00fanta le d\u00e9ana\u00ed, ag iarraidh ar an bpobal idirn\u00e1isi\u00fanta fhreagairt don gh\u00e9arch\u00e9im seo agus iad ba ch\u00fais leis sa ch\u00e9ad \u00e1it.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">N\u00edl na hOile\u00e1in Marshall ach c\u00fapla m\u00e9adar in airde os cionn leibh\u00e9al na farraige ar an me\u00e1n, agus toisc go bhfuil an leibh\u00e9al uisce ag ard\u00fa, t\u00e1 dam\u00e1iste ag tarl\u00fa ann anois, agus ag \u00e9ir\u00ed n\u00edos measa gach bliain.\u00a0 T\u00e1 seans m\u00f3r, mura nd\u00e9antar aon rud, nach bhf\u00e9adfa\u00ed daoine maireacht\u00e1il sa t\u00edr tar \u00e9is 2050.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Tarla\u00edonn triomaigh fada agus neamhsh\u00e9as\u00farach n\u00edos minice anois ann, agus t\u00e1 s\u00e1ile ag meascadh isteach le f\u00edoruisce.\u00a0 Is \u00e9 a d\u00fairt Michael Gerrard, \u00f3 Ollscoil Columbia n\u00e1: \u201cTraein earra\u00ed is \u00ed an t-athr\u00fa aer\u00e1ide ag r\u00e9abadh d\u00edreach i dtreo na hOile\u00e1in Marshall.\u00a0 N\u00edl c\u00fais chomh l\u00e1idir ag aon t\u00edr eile g\u00e9arch\u00e9im a fh\u00f3gairt!\u201d<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:11pt\">Cont\u00fairt Dh\u00fabailte - Rabhadh<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Sna hoile\u00e1in mh\u00ed-\u00e1mharacha seo, t\u00e1 an riosca n\u00faicl\u00e9ach agus an riosca athr\u00fa aer\u00e1ide ceangailte le ch\u00e9ile i dtaispe\u00e1ntas marfach a l\u00e9ir\u00edonn na cont\u00fairt\u00ed mar gheall ar easpa gn\u00edomha\u00edochta t\u00edortha an domhain - go h\u00e1irithe na St\u00e1it Aontaithe.\u00a0 M\u00e1 th\u00f3gtar neamhaird do na riosca\u00ed sin, beidh orainn aghaidh a thabhairt ar an sc\u00e9al sin luath n\u00f3 mall.\u00a0<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Ar an drochuair, n\u00edl an dara rogha ag muintir na hOile\u00e1in Marshall \u2013 caithfidh siad rud \u00e9igin a dh\u00e9anamh anois roimh thubaiste n\u00faicl\u00e9ach n\u00f3 roimh bh\u00e1 a dt\u00edr.<\/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 --><!-- 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 --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">&nbsp;&nbsp;<span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[33,35,48,44],"tags":[],"class_list":["post-8054","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cursai-reatha","category-nuacht-idirnaisiunta","category-timpeallacht","category-tuairim"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/8054","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/comments?post=8054"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/8054\/revisions"}],"predecessor-version":[{"id":9573,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/8054\/revisions\/9573"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media\/6850"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media?parent=8054"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/categories?post=8054"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/tags?post=8054"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}