Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-plugin-hostgator domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/scienrds/scienceandnerds/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ol-scrapes domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/scienrds/scienceandnerds/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":35995,"date":"2023-06-26T21:58:07","date_gmt":"2023-06-26T21:58:07","guid":{"rendered":"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/"},"modified":"2023-06-26T21:58:07","modified_gmt":"2023-06-26T21:58:07","slug":"computer-scientists-inch-closer-to-major-algorithmic-goal","status":"publish","type":"post","link":"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/","title":{"rendered":"Computer Scientists Inch Closer to Major Algorithmic Goal"},"content":{"rendered":"

Source:https:\/\/www.quantamagazine.org\/computer-scientists-inch-closer-to-major-algorithmic-goal-20230623\/#comments<\/a><\/br>
\nComputer Scientists Inch Closer to Major Algorithmic Goal<\/br>
\n2023-06-26 21:58:07<\/br><\/p>\n

\n

\u201cIn other words,\u201d Sun said, \u201cin order to further improve graph isomorphism, group isomorphism is a big bottleneck.\u201d<\/p>\n

A Problem Transformed<\/strong><\/h2>\n

When progress on a problem stalls as long as it did for group isomorphism, invention is usually necessary to get unstuck. \u201cWhen you have a big advance, that should be some indication that there\u2019s a new idea,\u201d Grochow said.<\/p>\n

Sun\u2019s work contains a few ideas that involve targeting an important type of group and finding a clever way to break those groups into pieces in order to compare them.<\/p>\n

The groups Sun\u2019s algorithm works for are called p<\/em>-groups of class 2 and exponent p. <\/em>They are similar to groups in which the product of two elements is another element and the product remains the same regardless of the order in which you multiply them. But what really matters is what they represent for the overall group isomorphism problem. These groups have a very simple structure, which means they should be easy to compare. But despite this simplicity, researchers hadn\u2019t figured out a way to speed up the algorithm. Until they could, it felt hopeless to make improvements for the general question of group isomorphism.<\/p>\n

Sun began by switching the setting from groups to matrices, arrays of numbers that serve as foundational objects in linear algebra. This was possible due to a theorem from the 1930s called the Baer correspondence, which transforms this version of the group isomorphism question into a perfectly analogous problem about matrices. In particular, Sun worked with matrix spaces, which are collections of matrices with a special property: The (linear) combination of any two matrices in the space equals another matrix in the space.<\/p>\n

In other words, these spaces are structured a lot like groups. So instead of trying to understand when two groups are isomorphic, Sun could just try to understand when two matrix spaces are isometric \u2014 a notion of isomorphism of matrix spaces that corresponds to that of groups.<\/p>\n

Sun was not the first researcher to adopt this approach, but he was the first to introduce an additional step: splitting a matrix space into two pieces. One piece is the core of the space, in which all the matrices are simple. The other piece is the space surrounding that core, in which all the matrices are particularly complex. This move corresponds to splitting a group into subgroups that contain only some of the total elements.<\/p>\n

Sun then applied different algorithmic methods to each of these pieces. The core has a simple structure, so he used a characterization of the structure to represent it in a more organized way. The outer layer is more complex, so there\u2019s no obviously fast way to compare it to another. Instead, Sun\u2019s method takes an approach called individualization and refinement to rule out most of the possible ways of mapping one outer layer onto the other and then uses a computer to work through all remaining possible ways to determine whether an isomorphic matching exists.<\/p>\n

The method is similar in spirit to how you might solve a sudoku puzzle. There are some squares whose potential values are constrained by what you already know (the core of the matrix space), allowing you to fill them in quickly. Then there are others (the outer layer) which have fewer constraints, but which you can figure out just by trying all possible values \u2014 and as long as there aren\u2019t too many of these kinds of squares, you can still solve the puzzle in a reasonable amount of time.<\/p>\n

\u201cI fill in all the things I can quickly tell are constrainable, and now I might go back in and try my heart out on the missing boxes,\u201d Wilson said. \u201cIf you\u2019ve narrowed the scope, now it\u2019s a good time to switch gears and use the computer to search for the right values.\u201d<\/p>\n

Sun\u2019s breakthrough was showing that it\u2019s always possible to do this splitting for the matrix spaces corresponding to p<\/em>-groups of class 2 and exponent p<\/em>. He then proved that after such a split, a combination of algorithmic techniques makes it possible to determine whether two spaces are isomorphic in $latex n^{{(log,n)}^{5\/6}}$ time, a value that\u2019s slightly lower than Tarjan\u2019s $latex n^{{(log,n)}}$ method. (Both algorithms also include constant terms, which don\u2019t have a big effect on the runtime, and which we\u2019ve left out for clarity.)<\/p>\n

The result doesn\u2019t determine which speed category group isomorphism falls into; it\u2019s still somewhere between exponential and polynomial time. But Sun has nudged it slightly closer to the polynomial side of things, and there\u2019s reason to believe more than that should be possible. After all, his work provides computer scientists with a faster group isomorphism algorithm for the hardest kind of groups, raising the possibility that a similar speedup could be within reach for groups of all kinds.<\/p>\n

\u201cIf you can solve it for p<\/em>-groups, probably you can solve the whole thing,\u201d Grochow said. \u201cMaybe.\u201d<\/p>\n<\/div>\n

<\/br><\/br><\/br><\/p>\n

Uncategorized<\/br>
\n<\/br>
\nSource:
https:\/\/www.quantamagazine.org\/computer-scientists-inch-closer-to-major-algorithmic-goal-20230623\/#comments<\/a><\/br><\/br><\/p>\n","protected":false},"excerpt":{"rendered":"

Source:https:\/\/www.quantamagazine.org\/computer-scientists-inch-closer-to-major-algorithmic-goal-20230623\/#comments Computer Scientists Inch Closer to Major Algorithmic Goal 2023-06-26 21:58:07 \u201cIn other words,\u201d Sun said, \u201cin order to further improve graph isomorphism, group isomorphism is a big bottleneck.\u201d A Problem Transformed When progress on a problem stalls as long as it did for group isomorphism, invention is usually necessary to get unstuck. \u201cWhen you […]<\/p>\n","protected":false},"author":1,"featured_media":35996,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"pagelayer_contact_templates":[],"_pagelayer_content":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-35995","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"\nComputer Scientists Inch Closer to Major Algorithmic Goal - Science and Nerds<\/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:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Computer Scientists Inch Closer to Major Algorithmic Goal - Science and Nerds\" \/>\n<meta property=\"og:description\" content=\"Source:https:\/\/www.quantamagazine.org\/computer-scientists-inch-closer-to-major-algorithmic-goal-20230623\/#comments Computer Scientists Inch Closer to Major Algorithmic Goal 2023-06-26 21:58:07 \u201cIn other words,\u201d Sun said, \u201cin order to further improve graph isomorphism, group isomorphism is a big bottleneck.\u201d A Problem Transformed When progress on a problem stalls as long as it did for group isomorphism, invention is usually necessary to get unstuck. \u201cWhen you […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/\" \/>\n<meta property=\"og:site_name\" content=\"Science and Nerds\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-26T21:58:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/computer-scientists-inch-closer-to-major-algorithmic-goal_649a09ef8f00e.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1440\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/\",\"url\":\"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/\",\"name\":\"Computer Scientists Inch Closer to Major Algorithmic Goal - Science and Nerds\",\"isPartOf\":{\"@id\":\"https:\/\/scienceandnerds.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/computer-scientists-inch-closer-to-major-algorithmic-goal_649a09ef8f00e.webp?fit=2560%2C1440&ssl=1\",\"datePublished\":\"2023-06-26T21:58:07+00:00\",\"dateModified\":\"2023-06-26T21:58:07+00:00\",\"author\":{\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e\"},\"breadcrumb\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/computer-scientists-inch-closer-to-major-algorithmic-goal_649a09ef8f00e.webp?fit=2560%2C1440&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/computer-scientists-inch-closer-to-major-algorithmic-goal_649a09ef8f00e.webp?fit=2560%2C1440&ssl=1\",\"width\":2560,\"height\":1440},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/scienceandnerds.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Computer Scientists Inch Closer to Major Algorithmic Goal\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/scienceandnerds.com\/#website\",\"url\":\"https:\/\/scienceandnerds.com\/\",\"name\":\"Science and Nerds\",\"description\":\"My WordPress Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/scienceandnerds.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/scienceandnerds.com\"],\"url\":\"https:\/\/scienceandnerds.com\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Computer Scientists Inch Closer to Major Algorithmic Goal - Science and Nerds","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:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/","og_locale":"en_US","og_type":"article","og_title":"Computer Scientists Inch Closer to Major Algorithmic Goal - Science and Nerds","og_description":"Source:https:\/\/www.quantamagazine.org\/computer-scientists-inch-closer-to-major-algorithmic-goal-20230623\/#comments Computer Scientists Inch Closer to Major Algorithmic Goal 2023-06-26 21:58:07 \u201cIn other words,\u201d Sun said, \u201cin order to further improve graph isomorphism, group isomorphism is a big bottleneck.\u201d A Problem Transformed When progress on a problem stalls as long as it did for group isomorphism, invention is usually necessary to get unstuck. \u201cWhen you […]","og_url":"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/","og_site_name":"Science and Nerds","article_published_time":"2023-06-26T21:58:07+00:00","og_image":[{"width":2560,"height":1440,"url":"https:\/\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/computer-scientists-inch-closer-to-major-algorithmic-goal_649a09ef8f00e.webp","type":"image\/webp"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/","url":"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/","name":"Computer Scientists Inch Closer to Major Algorithmic Goal - Science and Nerds","isPartOf":{"@id":"https:\/\/scienceandnerds.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/#primaryimage"},"image":{"@id":"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/computer-scientists-inch-closer-to-major-algorithmic-goal_649a09ef8f00e.webp?fit=2560%2C1440&ssl=1","datePublished":"2023-06-26T21:58:07+00:00","dateModified":"2023-06-26T21:58:07+00:00","author":{"@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e"},"breadcrumb":{"@id":"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/#primaryimage","url":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/computer-scientists-inch-closer-to-major-algorithmic-goal_649a09ef8f00e.webp?fit=2560%2C1440&ssl=1","contentUrl":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/computer-scientists-inch-closer-to-major-algorithmic-goal_649a09ef8f00e.webp?fit=2560%2C1440&ssl=1","width":2560,"height":1440},{"@type":"BreadcrumbList","@id":"https:\/\/scienceandnerds.com\/2023\/06\/26\/computer-scientists-inch-closer-to-major-algorithmic-goal\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/scienceandnerds.com\/"},{"@type":"ListItem","position":2,"name":"Computer Scientists Inch Closer to Major Algorithmic Goal"}]},{"@type":"WebSite","@id":"https:\/\/scienceandnerds.com\/#website","url":"https:\/\/scienceandnerds.com\/","name":"Science and Nerds","description":"My WordPress Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/scienceandnerds.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/scienceandnerds.com"],"url":"https:\/\/scienceandnerds.com\/author\/admin\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/computer-scientists-inch-closer-to-major-algorithmic-goal_649a09ef8f00e.webp?fit=2560%2C1440&ssl=1","_links":{"self":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/35995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/comments?post=35995"}],"version-history":[{"count":1,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/35995\/revisions"}],"predecessor-version":[{"id":35997,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/35995\/revisions\/35997"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/media\/35996"}],"wp:attachment":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/media?parent=35995"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/categories?post=35995"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/tags?post=35995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}