{"id":34351,"date":"2025-10-25T23:14:17","date_gmt":"2025-10-25T23:14:17","guid":{"rendered":"https:\/\/garfnet.org.uk\/cms\/?p=34351"},"modified":"2025-12-01T11:54:27","modified_gmt":"2025-12-01T11:54:27","slug":"unit-converter-applet","status":"publish","type":"post","link":"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/","title":{"rendered":"GarfNet Unit Converter applet"},"content":{"rendered":"<blockquote><p><span style=\"font-size: 18pt;\"><strong>Skip preamble and launch <a href=\"\/projects\/converter\" target=\"_blank\" rel=\"noopener\">Units Converter<\/a> applet<\/strong><\/span><\/p><\/blockquote>\n<p><strong>Another GarfNet software project snatched from the grave, this is a complete rebuild of the original GarfNet Unit Converter. The main feature of the new GarfNet converter applet is that it is bi directional. Whatever &#8220;<em>Quantity<\/em>:&#8221; box you use, the conversion will <em>automagically<\/em> appear in the <em>other<\/em> box. Which means you can convert units in either direction! Another feature is that instead of having a row per conversion type, this offers the user a conversion type pick-list entitled &#8220;<em>Choose Unit Type:<\/em>&#8220;. User then selects the type of conversion he\/she wants. This populates a pair of &#8220;<em>Unit:<\/em>&#8221; pick-lists will all the available conversions for that particular type of unit.<\/strong><\/p>\n<p>Despite its greatly simplified user interface, this version has a lot more conversions too. It also offers new \u201cForce\u201d section, together with a greatly improved computing section that includes bits and bytes, as well as ISO and IEC multipliers. Its new extensible codebase makes it much easier for the developer to add additional conversions. Importantly it now plays nicely on mobile devices. It also plays nicely with <a href=\"https:\/\/darkreader.org\" target=\"_blank\" rel=\"noopener\">DarkReader<\/a> theme changer plugin for web browsers. So if you like dark themes then this applet supports them.<\/p>\n<h2>Based on SI<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/garfnet.org.uk\/projects\/converter\/si.webp\" alt=\"\" width=\"240\" height=\"240\"><\/p>\n<p>To make this applet bi directional required the use of &#8220;base units&#8221;. We chose to use those provided by the SI metric system. Many commonly used customary units such as the inch, the foot, the yard and the mile are now defined by the metre anyway. So this seemed the obvious way to proceed with this project.<\/p>\n<h2>Scientific Notation<\/h2>\n<p>By default, Converter will show normal numbers as regular numbers. However when numbers grow too big, or too small, it automatically displays numbers greater than or equal to 100,000,000 as &#8220;1e8&#8221; and numbers smaller than .0001 in the format &#8220;1e-4&#8221;, in JavaScript style scientific notation. A number expressed in Scientific notation has two parts:-<\/p>\n<ol style=\"list-style-type: lower-alpha;\">\n<li>significand<\/li>\n<li>exponent<\/li>\n<\/ol>\n<p>The exponent is always the number of times the significand pattern needs to be multiplied by 10 to obtain a value equal to the &#8220;regular number&#8221;.<\/p>\n<blockquote><p>For example, the regular number 4321 in scientific notation is represented as<br \/>\n4.321 \u00d7 10<sup>3<\/sup><\/p><\/blockquote>\n<p>In this instance the significand is 4.321 and the exponent is 10<sup>3<\/sup><\/p>\n<p>Because this is essentially a JavaScript applet, it displays scientific numbers JavaScript style, in a manner similar to this<\/p>\n<blockquote><p>4321e3<\/p><\/blockquote>\n<p>Where &#8220;e&#8221; represents a decimal exponent, and the &#8220;3&#8221; is the power of ten.<\/p>\n<blockquote><p>Thus 4.321e3 = 4.321 \u00d7 10<sup>3&nbsp;<\/sup>= 4321<\/p><\/blockquote>\n<h2>Conversions<\/h2>\n<p>The current version supports 16 types of conversion plus a new section to help those not familiar with the SI metric system learn about metric prefixes. However the new design is very modular and further types of conversion may appear in the future.<\/p>\n<ol>\n<li>Length<\/li>\n<li>Mass<\/li>\n<li>Time<\/li>\n<li>Energy<\/li>\n<li>Power<\/li>\n<li>Force<\/li>\n<li>Pressure<\/li>\n<li>Temperature<\/li>\n<li>Angular Measurement<\/li>\n<li>Area<\/li>\n<li>Volume<\/li>\n<li>Speed<\/li>\n<li>Acceleration<\/li>\n<li>Fuel Consumption<\/li>\n<li>Radio<\/li>\n<li>Computing<\/li>\n<li>Metric Prefix Visualiser<\/li>\n<\/ol>\n<h2>Links<\/h2>\n<ul>\n<li>Memorable quick-link to Units converter:-<br \/>\n<a href=\"https:\/\/garfnet.org.uk\/converter\">https:\/\/garfnet.org.uk\/converter<\/a>:-<\/li>\n<li>Converter plain-text changelog:<br \/>\n<a href=\"https:\/\/garfnet.org.uk\/projects\/converter\/change.log\" target=\"_blank\" rel=\"noopener\">https:\/\/garfnet.org.uk\/projects\/converter\/change.log<\/a><\/li>\n<li>Very useful site that clearly explains the SI metric system:-<br \/>\n<a href=\"https:\/\/metricsystem.net\/\" target=\"_blank\" rel=\"noopener\">https:\/\/metricsystem.net\/<\/a><\/li>\n<li>A much more detailed explanation of the SI metric system:-<br \/>\n<a href=\"https:\/\/en.wikipedia.org\/wiki\/International_System_of_Units\" target=\"_blank\" rel=\"noopener\">https:\/\/en.wikipedia.org\/wiki\/International_System_of_Units<\/a><\/li>\n<li>SI Logo used in the applet is derived from the public domain version, published on the WIkipedia:-<br \/>\n<a href=\"https:\/\/en.wikipedia.org\/wiki\/International_System_of_Units#\/media\/File:SI_Illustration_Base_Units_and_Constants_Colour_Full.svg\" target=\"_blank\" rel=\"noopener\">https:\/\/en.wikipedia.org\/wiki\/International_System_of_Units#\/media\/File:SI_Illustration_Base_Units_and_Constants_Colour_Full.svg<\/a><\/li>\n<\/ul>\n<h2>Disclaimer<\/h2>\n<p><em>GarfNet Converter<\/em> is an on-going project that I made public because I think that some people might find it useful or interesting. However, all data and functionality is supplied as-is, primarily for my own use and entertainment, with absolutely <b>no warranty, express or implied<\/b>.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Skip preamble and launch Units Converter applet Another GarfNet software project snatched from the grave, this is a complete rebuild of the original GarfNet Unit Converter. The main feature of the new GarfNet converter applet is that it is bi directional. Whatever &#8220;Quantity:&#8221; box you use, the conversion will automagically appear in the other box&#8230;.<\/p>\n","protected":false},"author":1,"featured_media":34527,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"_kad_post_transparent":"default","_kad_post_title":"default","_kad_post_layout":"default","_kad_post_sidebar_id":"","_kad_post_content_style":"default","_kad_post_vertical_padding":"default","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[13,744,743,19,6,691,694,18,1641],"tags":[],"class_list":["post-34351","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-about-garfnet","category-electronics","category-freebie","category-general","category-journal","category-linux","category-radio","category-technology","category-web-application"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>GarfNet Unit Converter applet - GarfNet<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GarfNet Unit Converter applet - GarfNet\" \/>\n<meta property=\"og:description\" content=\"Skip preamble and launch Units Converter applet Another GarfNet software project snatched from the grave, this is a complete rebuild of the original GarfNet Unit Converter. The main feature of the new GarfNet converter applet is that it is bi directional. Whatever &#8220;Quantity:&#8221; box you use, the conversion will automagically appear in the other box....\" \/>\n<meta property=\"og:url\" content=\"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/\" \/>\n<meta property=\"og:site_name\" content=\"GarfNet\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-25T23:14:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-01T11:54:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2025\/10\/Screenshot_20251025_225334.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Garf\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Garf\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2025\\\/10\\\/25\\\/unit-converter-applet\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2025\\\/10\\\/25\\\/unit-converter-applet\\\/\"},\"author\":{\"name\":\"Garf\",\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/#\\\/schema\\\/person\\\/27529e0ea0460ec8c299743f70c06635\"},\"headline\":\"GarfNet Unit Converter applet\",\"datePublished\":\"2025-10-25T23:14:17+00:00\",\"dateModified\":\"2025-12-01T11:54:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2025\\\/10\\\/25\\\/unit-converter-applet\\\/\"},\"wordCount\":610,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/#\\\/schema\\\/person\\\/27529e0ea0460ec8c299743f70c06635\"},\"image\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2025\\\/10\\\/25\\\/unit-converter-applet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Screenshot_20251025_225334.png\",\"articleSection\":[\"About GarfNet\",\"Electronics\",\"Freebie\",\"General\",\"Journal\",\"Linux\",\"Radio\",\"Technology\",\"Web Application\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2025\\\/10\\\/25\\\/unit-converter-applet\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2025\\\/10\\\/25\\\/unit-converter-applet\\\/\",\"url\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2025\\\/10\\\/25\\\/unit-converter-applet\\\/\",\"name\":\"GarfNet Unit Converter applet - GarfNet\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2025\\\/10\\\/25\\\/unit-converter-applet\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2025\\\/10\\\/25\\\/unit-converter-applet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Screenshot_20251025_225334.png\",\"datePublished\":\"2025-10-25T23:14:17+00:00\",\"dateModified\":\"2025-12-01T11:54:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2025\\\/10\\\/25\\\/unit-converter-applet\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2025\\\/10\\\/25\\\/unit-converter-applet\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2025\\\/10\\\/25\\\/unit-converter-applet\\\/#primaryimage\",\"url\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Screenshot_20251025_225334.png\",\"contentUrl\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Screenshot_20251025_225334.png\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/2025\\\/10\\\/25\\\/unit-converter-applet\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"GarfNet Unit Converter applet\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/#website\",\"url\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/\",\"name\":\"GarfNet\",\"description\":\"Penguin-powered and full of Unixy goodness, since 1995...\",\"publisher\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/#\\\/schema\\\/person\\\/27529e0ea0460ec8c299743f70c06635\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/#\\\/schema\\\/person\\\/27529e0ea0460ec8c299743f70c06635\",\"name\":\"Garf\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/garflogo-garfnet-1.png\",\"url\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/garflogo-garfnet-1.png\",\"contentUrl\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/garflogo-garfnet-1.png\",\"width\":2420,\"height\":1928,\"caption\":\"Garf\"},\"logo\":{\"@id\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/garflogo-garfnet-1.png\"},\"url\":\"https:\\\/\\\/garfnet.org.uk\\\/cms\\\/author\\\/garf-admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"GarfNet Unit Converter applet - GarfNet","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/","og_locale":"en_GB","og_type":"article","og_title":"GarfNet Unit Converter applet - GarfNet","og_description":"Skip preamble and launch Units Converter applet Another GarfNet software project snatched from the grave, this is a complete rebuild of the original GarfNet Unit Converter. The main feature of the new GarfNet converter applet is that it is bi directional. Whatever &#8220;Quantity:&#8221; box you use, the conversion will automagically appear in the other box....","og_url":"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/","og_site_name":"GarfNet","article_published_time":"2025-10-25T23:14:17+00:00","article_modified_time":"2025-12-01T11:54:27+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2025\/10\/Screenshot_20251025_225334.png","type":"image\/png"}],"author":"Garf","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Garf","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/#article","isPartOf":{"@id":"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/"},"author":{"name":"Garf","@id":"https:\/\/garfnet.org.uk\/cms\/#\/schema\/person\/27529e0ea0460ec8c299743f70c06635"},"headline":"GarfNet Unit Converter applet","datePublished":"2025-10-25T23:14:17+00:00","dateModified":"2025-12-01T11:54:27+00:00","mainEntityOfPage":{"@id":"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/"},"wordCount":610,"commentCount":0,"publisher":{"@id":"https:\/\/garfnet.org.uk\/cms\/#\/schema\/person\/27529e0ea0460ec8c299743f70c06635"},"image":{"@id":"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/#primaryimage"},"thumbnailUrl":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2025\/10\/Screenshot_20251025_225334.png","articleSection":["About GarfNet","Electronics","Freebie","General","Journal","Linux","Radio","Technology","Web Application"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/","url":"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/","name":"GarfNet Unit Converter applet - GarfNet","isPartOf":{"@id":"https:\/\/garfnet.org.uk\/cms\/#website"},"primaryImageOfPage":{"@id":"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/#primaryimage"},"image":{"@id":"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/#primaryimage"},"thumbnailUrl":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2025\/10\/Screenshot_20251025_225334.png","datePublished":"2025-10-25T23:14:17+00:00","dateModified":"2025-12-01T11:54:27+00:00","breadcrumb":{"@id":"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/#primaryimage","url":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2025\/10\/Screenshot_20251025_225334.png","contentUrl":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2025\/10\/Screenshot_20251025_225334.png","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/garfnet.org.uk\/cms\/2025\/10\/25\/unit-converter-applet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/garfnet.org.uk\/cms\/"},{"@type":"ListItem","position":2,"name":"GarfNet Unit Converter applet"}]},{"@type":"WebSite","@id":"https:\/\/garfnet.org.uk\/cms\/#website","url":"https:\/\/garfnet.org.uk\/cms\/","name":"GarfNet","description":"Penguin-powered and full of Unixy goodness, since 1995...","publisher":{"@id":"https:\/\/garfnet.org.uk\/cms\/#\/schema\/person\/27529e0ea0460ec8c299743f70c06635"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/garfnet.org.uk\/cms\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/garfnet.org.uk\/cms\/#\/schema\/person\/27529e0ea0460ec8c299743f70c06635","name":"Garf","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2024\/07\/garflogo-garfnet-1.png","url":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2024\/07\/garflogo-garfnet-1.png","contentUrl":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2024\/07\/garflogo-garfnet-1.png","width":2420,"height":1928,"caption":"Garf"},"logo":{"@id":"https:\/\/garfnet.org.uk\/cms\/wp-content\/uploads\/2024\/07\/garflogo-garfnet-1.png"},"url":"https:\/\/garfnet.org.uk\/cms\/author\/garf-admin\/"}]}},"_links":{"self":[{"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/posts\/34351","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/comments?post=34351"}],"version-history":[{"count":32,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/posts\/34351\/revisions"}],"predecessor-version":[{"id":35104,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/posts\/34351\/revisions\/35104"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/media\/34527"}],"wp:attachment":[{"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/media?parent=34351"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/categories?post=34351"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/garfnet.org.uk\/cms\/wp-json\/wp\/v2\/tags?post=34351"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}