{"id":17470,"date":"2022-11-30T16:51:29","date_gmt":"2022-11-30T21:51:29","guid":{"rendered":"https:\/\/d3.harvard.edu\/platform-digit\/?post_type=hck-submission&#038;p=17470"},"modified":"2022-11-30T16:51:29","modified_gmt":"2022-11-30T21:51:29","slug":"github-copilot-an-indispensable-game-changer","status":"publish","type":"hck-submission","link":"https:\/\/d3.harvard.edu\/platform-digit\/submission\/github-copilot-an-indispensable-game-changer\/","title":{"rendered":"GitHub Copilot: An Indispensable game changer"},"content":{"rendered":"\n\n\n<p><strong>The company<\/strong><\/p>\n\n\n\n<p>GitHub is a global platform used to build, scale, and deliver software. It is used by over 94 million people and 90 of the Fortune 100 companies. GitHub has over 330 million repositories, with as many as 28 million being public.<\/p>\n\n\n\n<p>GitHub Copilot uses AI to suggest lines of code to programmers in programming applications like Visual Studio Code. Similar to the predictive text feature on most smartphones, GitHub Copilot suggests several options for what the next line of code could be. Developers choose the most appropriate solution for their use case, saving valuable time. Copilot is an add-on to programming applications, making onboarding as simple as downloading Grammarly.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-46.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-46-1024x576.png\" alt=\"\" class=\"wp-image-17492\" srcset=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-46-1024x576.png 1024w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-46-300x169.png 300w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-46-768x432.png 768w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-46-600x338.png 600w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-46.png 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>Copilot autocompleting a js constant<\/figcaption><\/figure>\n<\/div>\n\n\n<p>GitHub Copilot was created using OpenAI\u2019s Codex API. The system can translate natural language into over twelve programming languages. Codex is a descendant of GPT-3 and was trained using billions of lines of code from public databases such as Stack Overflow. Copilot can take 3X more contextual information than GPT-3 when performing any task. Instead of having programmers search and copy existing code, they can type what they are looking for, and GitHub Copilot will come up with suggestions.\u00a0<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-42.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"401\" src=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-42-1024x401.png\" alt=\"\" class=\"wp-image-17483\" srcset=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-42-1024x401.png 1024w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-42-300x118.png 300w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-42-768x301.png 768w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-42-1536x602.png 1536w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-42-600x235.png 600w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-42.png 1884w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>How Copilot works<\/figcaption><\/figure>\n<\/div>\n\n\n<p>GitHub Copilot can help rookie developers produce higher-quality code at a faster rate. According to GitHub, Copilot halves development time by having as much as 40% of users\u2019 code being automatically generated. The solution is a no-brainer for any organization relying on software engineers, costing only $10 per month or $100 per year. It is no surprise that Copilot already helps over 1.2 million software engineers all over the world. Companies implementing Copilot on their software engineering workforces have increased output at a fraction of the cost of hiring real humans. Copilot is to software what the electric saw was to logging.<\/p>\n\n\n\n<p><strong>Challenges<\/strong><\/p>\n\n\n\n<p>Although copying and pasting content is called plagiarism in numerous industries, the programming industry has embraced open code. Relinquishing copyrights for code by publishing it in open code platforms is a common practice in software engineering. This helps engineers discover better ways to program and develop solutions without having to reinvent the wheel. The open-source community values the nature of community-driven support for free. Copilot\u2019s AI was trained using code donated by this community but is now charging for the product. This dilemma has the open code community divided and is a risk for Copilot\u2019s existence.<\/p>\n\n\n\n<p>Copilot is not invincible and has clear limitations to its use. First, the number of lines of code the model is fed is directly correlated to its usability. For example, Copilot excels at suggesting code on Python versus Ruby. Secondly, too often, code suggestions are not fundamentally different and only vary minimally among themselves. Lastly, Copilot is a black box, suggesting lines of code that do work but have components that should not be included. These components do not explicitly affect the functionality of the code and might seem cosmetic. In a scarier scenario, perhaps Copilot is building something that we can\u2019t comprehend, and the code humans consider superfluous actually has a purpose we don\u2019t understand.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-45.png\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"129\" src=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-45.png\" alt=\"\" class=\"wp-image-17490\" srcset=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-45.png 640w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-45-300x60.png 300w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-45-600x121.png 600w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/a><figcaption>Unnecessary code?<\/figcaption><\/figure>\n<\/div>\n\n\n<p><strong>Opportunities<\/strong><\/p>\n\n\n\n<p>Regardless, Copilot has multiple opportunities for growth. Copilot could use its code suggestion capabilities and expand to lighter users, such as people trying to navigate the world of Excel formulas. Even though these formulas should be simple enough for the majority of the population to understand, people fail to use their full potential. Instead of people having to learn by heart how an INDEX MATCH function works they could type: &#8220;Find C4 in Table 1&#8221;. The complexity of combining Excel formulas is minimal, but the market is huge.\u00a0<\/p>\n\n\n\n<p>The solution could also be used to generate suggestions on low-code\/no-code environments. These types of tools connect using APIs to automate workflows. Most of the workflows can be copied and pasted (such as code snippets from Stack Overflow) instead of being built from the ground up.\u00a0<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-43.png\"><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"416\" src=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-43.png\" alt=\"\" class=\"wp-image-17488\" srcset=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-43.png 750w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-43-300x166.png 300w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/image-43-600x333.png 600w\" sizes=\"auto, (max-width: 750px) 100vw, 750px\" \/><\/a><figcaption>Low-code diagram connecting different apps<\/figcaption><\/figure>\n<\/div>\n\n\n<p>The best opportunity for Copilot is its user base. New airplane pilots learn how to fly by sitting next to experienced operators. GitHub\u2019s Copilot currently seats next to 1.2 million of the world\u2019s best programmers. Quietly shadowing their ways of working and coding. This live input will create a better Copilot and deliver more value to developers. This data collection component might also be the reason for the low price of $10 p.m. for a solution that saves 50% of the time of developers making $10k p.m.<\/p>\n\n\n\n<p><strong>Black box<\/strong>&nbsp;<\/p>\n\n\n\n<p>OpenAI created Codex (Copilot) out of the goodwill of millions of coders that relinquished monetary gains by renouncing their copyrights on their code. At the same time, it has granted the exclusive right to monetize Codex to GitHub. OpenAI has also changed from non-profit to \u201climited profit.\u201d These are exploitative measures taking advantage of open-source code and years of goodwill. Understandably, the developer community is angered and might choose to stop Copilot.<\/p>\n\n\n\n<p>Finally, the fear of having computers coding computers or robots building robots has been exploited by western culture to make a plethora of movies. Whether good or bad, these movies have influenced public opinion towards negativity towards AI. The fears of being replaced by algorithms, annihilated by an AI, or similar are misplaced. The Copilot supports the pilot (coder) in creating beautiful solutions in the same way that oil paint helps artists create masterpieces. <\/p>\n\n\n\n<p>For what are great tools without creativity?<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/robot-helping-human-artist-paint.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/robot-helping-human-artist-paint-1024x1024.png\" alt=\"\" class=\"wp-image-17498\" srcset=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/robot-helping-human-artist-paint.png 1024w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/robot-helping-human-artist-paint-300x300.png 300w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/robot-helping-human-artist-paint-150x150.png 150w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/robot-helping-human-artist-paint-768x768.png 768w, https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/robot-helping-human-artist-paint-600x600.png 600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>Image created with generative AI tool Craiyon using the words: robot helping human artist paint.<\/figcaption><\/figure>\n\n\n\n<p><strong>Sources<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>https:\/\/github.com\/features\/copilot<\/li><li>https:\/\/www.wsj.com\/articles\/ai-powered-coding-assistant-aims-to-help-not-replace-developers-11656113433<\/li><li>https:\/\/openai.com\/blog\/openai-codex\/<\/li><li>https:\/\/www.ciodive.com\/news\/github-copilot-microsoft-software-developer\/628587\/<\/li><li>https:\/\/www.bleepingcomputer.com\/news\/security\/microsoft-sued-for-open-source-piracy-through-github-copilot\/<\/li><li>https:\/\/www.washingtonpost.com\/business\/creative-ai-is-generating-some-messy-problems\/2022\/11\/28\/be2b2efc-6ee2-11ed-867c-8ec695e4afcd_story.html<\/li><li>https:\/\/www.theverge.com\/2022\/11\/9\/23449175\/hey-github-voice-copilot-code-programming-system<\/li><\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Copilot is the artificial intelligence tool designed to save developers hundreds of hours. Already used by over 1.2 million programmers, Copilot has become indispensable for the industry, but do the means justify the ends?<\/p>\n","protected":false},"author":19359,"featured_media":17475,"comment_status":"open","ping_status":"closed","template":"","categories":[],"class_list":["post-17470","hck-submission","type-hck-submission","status-publish","has-post-thumbnail","hentry"],"connected_submission_link":"https:\/\/d3.harvard.edu\/platform-digit\/assignment\/machine-learning-3\/","yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>GitHub Copilot: An Indispensable game changer - Digital Innovation and Transformation<\/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:\/\/d3.harvard.edu\/platform-digit\/submission\/github-copilot-an-indispensable-game-changer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GitHub Copilot: An Indispensable game changer - Digital Innovation and Transformation\" \/>\n<meta property=\"og:description\" content=\"Copilot is the artificial intelligence tool designed to save developers hundreds of hours. Already used by over 1.2 million programmers, Copilot has become indispensable for the industry, but do the means justify the ends?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/d3.harvard.edu\/platform-digit\/submission\/github-copilot-an-indispensable-game-changer\/\" \/>\n<meta property=\"og:site_name\" content=\"Digital Innovation and Transformation\" \/>\n<meta property=\"og:image\" content=\"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/github-copilot-logo.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"422\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/submission\\\/github-copilot-an-indispensable-game-changer\\\/\",\"url\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/submission\\\/github-copilot-an-indispensable-game-changer\\\/\",\"name\":\"GitHub Copilot: An Indispensable game changer - Digital Innovation and Transformation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/submission\\\/github-copilot-an-indispensable-game-changer\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/submission\\\/github-copilot-an-indispensable-game-changer\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2022\\\/11\\\/github-copilot-logo.jpeg\",\"datePublished\":\"2022-11-30T21:51:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/submission\\\/github-copilot-an-indispensable-game-changer\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/submission\\\/github-copilot-an-indispensable-game-changer\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/submission\\\/github-copilot-an-indispensable-game-changer\\\/#primaryimage\",\"url\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2022\\\/11\\\/github-copilot-logo.jpeg\",\"contentUrl\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2022\\\/11\\\/github-copilot-logo.jpeg\",\"width\":800,\"height\":422},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/submission\\\/github-copilot-an-indispensable-game-changer\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Submissions\",\"item\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/submission\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"GitHub Copilot: An Indispensable game changer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/#website\",\"url\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/\",\"name\":\"Digital Innovation and Transformation\",\"description\":\"MBA Student Perspectives\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/d3.harvard.edu\\\/platform-digit\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"GitHub Copilot: An Indispensable game changer - Digital Innovation and Transformation","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:\/\/d3.harvard.edu\/platform-digit\/submission\/github-copilot-an-indispensable-game-changer\/","og_locale":"en_US","og_type":"article","og_title":"GitHub Copilot: An Indispensable game changer - Digital Innovation and Transformation","og_description":"Copilot is the artificial intelligence tool designed to save developers hundreds of hours. Already used by over 1.2 million programmers, Copilot has become indispensable for the industry, but do the means justify the ends?","og_url":"https:\/\/d3.harvard.edu\/platform-digit\/submission\/github-copilot-an-indispensable-game-changer\/","og_site_name":"Digital Innovation and Transformation","og_image":[{"width":800,"height":422,"url":"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/github-copilot-logo.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/d3.harvard.edu\/platform-digit\/submission\/github-copilot-an-indispensable-game-changer\/","url":"https:\/\/d3.harvard.edu\/platform-digit\/submission\/github-copilot-an-indispensable-game-changer\/","name":"GitHub Copilot: An Indispensable game changer - Digital Innovation and Transformation","isPartOf":{"@id":"https:\/\/d3.harvard.edu\/platform-digit\/#website"},"primaryImageOfPage":{"@id":"https:\/\/d3.harvard.edu\/platform-digit\/submission\/github-copilot-an-indispensable-game-changer\/#primaryimage"},"image":{"@id":"https:\/\/d3.harvard.edu\/platform-digit\/submission\/github-copilot-an-indispensable-game-changer\/#primaryimage"},"thumbnailUrl":"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/github-copilot-logo.jpeg","datePublished":"2022-11-30T21:51:29+00:00","breadcrumb":{"@id":"https:\/\/d3.harvard.edu\/platform-digit\/submission\/github-copilot-an-indispensable-game-changer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/d3.harvard.edu\/platform-digit\/submission\/github-copilot-an-indispensable-game-changer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/d3.harvard.edu\/platform-digit\/submission\/github-copilot-an-indispensable-game-changer\/#primaryimage","url":"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/github-copilot-logo.jpeg","contentUrl":"https:\/\/d3.harvard.edu\/platform-digit\/wp-content\/uploads\/sites\/2\/2022\/11\/github-copilot-logo.jpeg","width":800,"height":422},{"@type":"BreadcrumbList","@id":"https:\/\/d3.harvard.edu\/platform-digit\/submission\/github-copilot-an-indispensable-game-changer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/d3.harvard.edu\/platform-digit\/"},{"@type":"ListItem","position":2,"name":"Submissions","item":"https:\/\/d3.harvard.edu\/platform-digit\/submission\/"},{"@type":"ListItem","position":3,"name":"GitHub Copilot: An Indispensable game changer"}]},{"@type":"WebSite","@id":"https:\/\/d3.harvard.edu\/platform-digit\/#website","url":"https:\/\/d3.harvard.edu\/platform-digit\/","name":"Digital Innovation and Transformation","description":"MBA Student Perspectives","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/d3.harvard.edu\/platform-digit\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/d3.harvard.edu\/platform-digit\/wp-json\/wp\/v2\/hck-submission\/17470","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/d3.harvard.edu\/platform-digit\/wp-json\/wp\/v2\/hck-submission"}],"about":[{"href":"https:\/\/d3.harvard.edu\/platform-digit\/wp-json\/wp\/v2\/types\/hck-submission"}],"author":[{"embeddable":true,"href":"https:\/\/d3.harvard.edu\/platform-digit\/wp-json\/wp\/v2\/users\/19359"}],"replies":[{"embeddable":true,"href":"https:\/\/d3.harvard.edu\/platform-digit\/wp-json\/wp\/v2\/comments?post=17470"}],"version-history":[{"count":5,"href":"https:\/\/d3.harvard.edu\/platform-digit\/wp-json\/wp\/v2\/hck-submission\/17470\/revisions"}],"predecessor-version":[{"id":17500,"href":"https:\/\/d3.harvard.edu\/platform-digit\/wp-json\/wp\/v2\/hck-submission\/17470\/revisions\/17500"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/d3.harvard.edu\/platform-digit\/wp-json\/wp\/v2\/media\/17475"}],"wp:attachment":[{"href":"https:\/\/d3.harvard.edu\/platform-digit\/wp-json\/wp\/v2\/media?parent=17470"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/d3.harvard.edu\/platform-digit\/wp-json\/wp\/v2\/categories?post=17470"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}