{"id":73,"date":"2023-03-02T16:47:14","date_gmt":"2023-03-02T16:47:14","guid":{"rendered":"https:\/\/www.toshiba.eu\/?page_id=73"},"modified":"2023-04-24T12:13:01","modified_gmt":"2023-04-24T12:13:01","slug":"resources","status":"publish","type":"page","link":"https:\/\/www.toshiba.eu\/quantum\/resources\/","title":{"rendered":"Resources"},"content":{"rendered":"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-0dfbf163 wp-block-group-is-layout-flex\">\n<h2 class=\"has-3-xl-font-size wp-block-heading\" style=\"font-style:normal;font-weight:400\">Filter resources<\/h2>\n\n\n<div class=\"wp-block-button\">\n\t<a class=\"bg-red text-white hover:bg-red-600 select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"\/quantum\/search\/?type=resources\">\n\tSHOW ALL\n<\/a>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-query is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-query-loop-filters mb-8\">\n\t<form\n\t\tid=\"query-loop-filters-1\"\n\t\tmethod=\"POST\"\n\t\tx-data=\"{ queryId: '1', filters: { contentType: null, product: null, industry: null } }\"\n\t\tx-init=\"$watch('filters', value => { $dispatch(`filters-change-${queryId}`, { newValue: value }) })\"\n\t>\n\t\t<div class=\"mb-8 grid grid-cols-1 gap-8 md:grid-cols-3\">\n\t\t\t\t\t\t\t<div\n\t\t\t\t\t@change=\"filters.contentType=$event.detail.newValue\"\n\t\t\t\t\tclass=\"contents\"\n\t\t\t\t>\n\t\t\t\t\t<!--no_wptexturize-->\n<div\n\tx-data='{\n    open: false,\n    selectedValue: \"\",\n    selectedText: \"\",\n    options: [{\"text\":\"All content types\",\"value\":\"\",\"children\":[]},{\"text\":\"Case study\",\"value\":\"case-study\",\"children\":[]},{\"text\":\"Datasheet\",\"value\":\"datasheet\",\"children\":[]},{\"text\":\"Whitepaper\",\"value\":\"whitepaper\",\"children\":[]}],\n    select(value, text) {\n      this.selectedValue = value;\n      this.selectedText = text;\n      this.open = false;\n      this.$dispatch(\"change\", { newValue: this.selectedValue });\n    },\n    init() {\n      \n      function findDeep(arr, condition) {\n        for (const item of arr) {\n          if (condition(item)) {\n            return item;\n          }\n\n          if (item.children) {\n            const found = findDeep(item.children, condition);\n            if (found) {\n              return found;\n            }\n          }\n        }\n\n        return null;\n      }\n      const selectedOption = findDeep(this.options, option => option.value === this.selectedValue);\n      if (selectedOption) {\n        this.selectedText = selectedOption.text;\n      } else {\n        this.selectedValue = this.options[0].value;\n        this.selectedText = this.options[0].text;\n      }\n    }\n  }'\n\tx-init=\"init()\"\n\tclass=\"relative inline-block w-full\"\n\trole=\"combobox\"\n\taria-haspopup=\"listbox\"\n\taria-controls=\"listbox-options\"\n\t:aria-expanded=\"open ? 'true' : 'false'\"\n\tid=\"select-contentType-1\"\n\taria-controls=\"select-listbox-contentType-1\"\n\ttitle=\"contentType-1\"\n>\n\t<input\n\t\ttype=\"hidden\"\n\t\tx-bind:value=\"selectedValue\"\n\t\tname=\"contentType-1\"\n\t>\n\t<div\n\t\t@click=\"open = !open\"\n\t\tclass=\"w-full flex cursor-pointer border-b border-black p-2\"\n\t>\n\t\t<span\n\t\t\tx-text=\"selectedText\"\n\t\t\tclass=\"inline-block flex-1 select-none font-bold\"\n\t\t><\/span>\n\t\t<div class=\"relative top-1 ml-2 inline-block h-5 w-5\">\n\t\t\t<svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n<\/svg>\t\t<\/div>\n\t<\/div>\n\t<div\n\t\tx-show=\"open\"\n\t\tx-cloak\n\t\tx-transition:enter=\"transition-opacity ease-out duration-350\"\n\t\tx-transition:enter-start=\"opacity-0\"\n\t\tx-transition:enter-end=\"opacity-100\"\n\t\tx-transition:leave=\"transition-opacity ease-in duration-350\"\n\t\tx-transition:leave-start=\"opacity-100\"\n\t\tx-transition:leave-end=\"opacity-0\"\n\t\t@click.away=\"open = false\"\n\t\tclass=\"max-h-300px absolute z-40 mt-2 w-full select-none overflow-auto rounded-md border border-gray-300 bg-white text-sm shadow-lg\"\n\t\trole=\"listbox\"\n\t\taria-multiselectable=\"false\"\n\t\taria-labelledby=\"select-contentType-1\"\n\t\tid=\"select-listbox-contentType-1\"\n\t>\n\t\t<template\n\t\t\tx-for=\"(item, index) in options\"\n\t\t\t:key=\"index\"\n\t\t>\n\t\t\t<div\n\t\t\t\trole=\"option\"\n\t\t\t\t:aria-selected=\"selectedValue === item.value ? 'true' : 'false'\"\n\t\t\t>\n\t\t\t\t<div\n\t\t\t\t\t@click=\"select(item.value, item.text)\"\n\t\t\t\t\tclass=\"cursor-pointer px-4 py-2 hover:bg-gray-200\"\n\t\t\t\t\tx-bind:class=\"selectedValue === item.value ? 'font-bold' : ''\"\n\t\t\t\t>\n\t\t\t\t\t<span x-text=\"item.text\"><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<div x-show=\"item.children\">\n\t\t\t\t\t<template\n\t\t\t\t\t\tx-for=\"(child, childIndex) in item.children\"\n\t\t\t\t\t\t:key=\"`child-${childIndex}`\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t@click=\"select(child.value, child.text)\"\n\t\t\t\t\t\t\tclass=\"cursor-pointer py-2 pl-10 hover:bg-gray-200\"\n\t\t\t\t\t\t\tx-bind:class=\"selectedValue === child.value ? 'font-bold' : ''\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<span x-text=\"child.text\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/template>\n\t<\/div>\n<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t@change=\"filters.product=$event.detail.newValue\"\n\t\t\t\t\tclass=\"contents\"\n\t\t\t\t>\n\t\t\t\t\t\n<div\n\tx-data='{\n    open: false,\n    selectedValue: \"\",\n    selectedText: \"\",\n    options: [{\"text\":\"All products\",\"value\":\"\",\"children\":[]},{\"text\":\"Quantum Key Distribution\",\"value\":\"quantum-key-distribution\",\"children\":[{\"text\":\"Flexible QKD System LE\",\"value\":\"flexible-qkd-system-le\",\"children\":[]},{\"text\":\"Long Distance QKD System LD\",\"value\":\"long-distance-qkd-system-ld\",\"children\":[]},{\"text\":\"Multiplexed QKD System MU\",\"value\":\"multiplexed-qkd-system-mu\",\"children\":[]}]},{\"text\":\"Quantum Key Management\",\"value\":\"quantum-key-management\",\"children\":[{\"text\":\"Quantum Key Management System Q-KMS\",\"value\":\"quantum-key-management-system-q-kms\",\"children\":[]}]}],\n    select(value, text) {\n      this.selectedValue = value;\n      this.selectedText = text;\n      this.open = false;\n      this.$dispatch(\"change\", { newValue: this.selectedValue });\n    },\n    init() {\n      \n      function findDeep(arr, condition) {\n        for (const item of arr) {\n          if (condition(item)) {\n            return item;\n          }\n\n          if (item.children) {\n            const found = findDeep(item.children, condition);\n            if (found) {\n              return found;\n            }\n          }\n        }\n\n        return null;\n      }\n      const selectedOption = findDeep(this.options, option => option.value === this.selectedValue);\n      if (selectedOption) {\n        this.selectedText = selectedOption.text;\n      } else {\n        this.selectedValue = this.options[0].value;\n        this.selectedText = this.options[0].text;\n      }\n    }\n  }'\n\tx-init=\"init()\"\n\tclass=\"relative inline-block $class\"\n\trole=\"combobox\"\n\taria-haspopup=\"listbox\"\n\taria-controls=\"listbox-options\"\n\t:aria-expanded=\"open ? 'true' : 'false'\"\n\tid=\"select-product-1\"\n\taria-controls=\"select-listbox-product-1\"\n\ttitle=\"product-1\"\n>\n\t<input\n\t\ttype=\"hidden\"\n\t\tx-bind:value=\"selectedValue\"\n\t\tname=\"product-1\"\n\t>\n\t<div\n\t\t@click=\"open = !open\"\n\t\tclass=\"$class flex cursor-pointer border-b border-black p-2\"\n\t>\n\t\t<span\n\t\t\tx-text=\"selectedText\"\n\t\t\tclass=\"inline-block flex-1 select-none font-bold\"\n\t\t><\/span>\n\t\t<div class=\"relative top-1 ml-2 inline-block h-5 w-5\">\n\t\t\t<svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n<\/svg>\t\t<\/div>\n\t<\/div>\n\t<div\n\t\tx-show=\"open\"\n\t\tx-cloak\n\t\tx-transition:enter=\"transition-opacity ease-out duration-350\"\n\t\tx-transition:enter-start=\"opacity-0\"\n\t\tx-transition:enter-end=\"opacity-100\"\n\t\tx-transition:leave=\"transition-opacity ease-in duration-350\"\n\t\tx-transition:leave-start=\"opacity-100\"\n\t\tx-transition:leave-end=\"opacity-0\"\n\t\t@click.away=\"open = false\"\n\t\tclass=\"max-h-300px absolute z-40 mt-2 w-full select-none overflow-auto rounded-md border border-gray-300 bg-white text-sm shadow-lg\"\n\t\trole=\"listbox\"\n\t\taria-multiselectable=\"false\"\n\t\taria-labelledby=\"select-product-1\"\n\t\tid=\"select-listbox-product-1\"\n\t>\n\t\t<template\n\t\t\tx-for=\"(item, index) in options\"\n\t\t\t:key=\"index\"\n\t\t>\n\t\t\t<div\n\t\t\t\trole=\"option\"\n\t\t\t\t:aria-selected=\"selectedValue === item.value ? 'true' : 'false'\"\n\t\t\t>\n\t\t\t\t<div\n\t\t\t\t\t@click=\"select(item.value, item.text)\"\n\t\t\t\t\tclass=\"cursor-pointer px-4 py-2 hover:bg-gray-200\"\n\t\t\t\t\tx-bind:class=\"selectedValue === item.value ? 'font-bold' : ''\"\n\t\t\t\t>\n\t\t\t\t\t<span x-text=\"item.text\"><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<div x-show=\"item.children\">\n\t\t\t\t\t<template\n\t\t\t\t\t\tx-for=\"(child, childIndex) in item.children\"\n\t\t\t\t\t\t:key=\"`child-${childIndex}`\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t@click=\"select(child.value, child.text)\"\n\t\t\t\t\t\t\tclass=\"cursor-pointer py-2 pl-10 hover:bg-gray-200\"\n\t\t\t\t\t\t\tx-bind:class=\"selectedValue === child.value ? 'font-bold' : ''\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<span x-text=\"child.text\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/template>\n\t<\/div>\n<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t@change=\"filters.industry=$event.detail.newValue\"\n\t\t\t\t\tclass=\"contents\"\n\t\t\t\t>\n\t\t\t\t\t\n<div\n\tx-data='{\n    open: false,\n    selectedValue: \"\",\n    selectedText: \"\",\n    options: [{\"text\":\"All industries\",\"value\":\"\",\"children\":[]},{\"text\":\"Finance\",\"value\":\"finance\",\"children\":[]},{\"text\":\"Government\",\"value\":\"government\",\"children\":[]},{\"text\":\"Healthcare\",\"value\":\"healthcare\",\"children\":[]},{\"text\":\"Industrial\",\"value\":\"industrial\",\"children\":[{\"text\":\"Engineering\",\"value\":\"engineering\",\"children\":[]}]},{\"text\":\"Telecommunications\",\"value\":\"telecommunications\",\"children\":[]}],\n    select(value, text) {\n      this.selectedValue = value;\n      this.selectedText = text;\n      this.open = false;\n      this.$dispatch(\"change\", { newValue: this.selectedValue });\n    },\n    init() {\n      \n      function findDeep(arr, condition) {\n        for (const item of arr) {\n          if (condition(item)) {\n            return item;\n          }\n\n          if (item.children) {\n            const found = findDeep(item.children, condition);\n            if (found) {\n              return found;\n            }\n          }\n        }\n\n        return null;\n      }\n      const selectedOption = findDeep(this.options, option => option.value === this.selectedValue);\n      if (selectedOption) {\n        this.selectedText = selectedOption.text;\n      } else {\n        this.selectedValue = this.options[0].value;\n        this.selectedText = this.options[0].text;\n      }\n    }\n  }'\n\tx-init=\"init()\"\n\tclass=\"relative inline-block $class\"\n\trole=\"combobox\"\n\taria-haspopup=\"listbox\"\n\taria-controls=\"listbox-options\"\n\t:aria-expanded=\"open ? 'true' : 'false'\"\n\tid=\"select-industry-1\"\n\taria-controls=\"select-listbox-industry-1\"\n\ttitle=\"industry-1\"\n>\n\t<input\n\t\ttype=\"hidden\"\n\t\tx-bind:value=\"selectedValue\"\n\t\tname=\"industry-1\"\n\t>\n\t<div\n\t\t@click=\"open = !open\"\n\t\tclass=\"$class flex cursor-pointer border-b border-black p-2\"\n\t>\n\t\t<span\n\t\t\tx-text=\"selectedText\"\n\t\t\tclass=\"inline-block flex-1 select-none font-bold\"\n\t\t><\/span>\n\t\t<div class=\"relative top-1 ml-2 inline-block h-5 w-5\">\n\t\t\t<svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n<\/svg>\t\t<\/div>\n\t<\/div>\n\t<div\n\t\tx-show=\"open\"\n\t\tx-cloak\n\t\tx-transition:enter=\"transition-opacity ease-out duration-350\"\n\t\tx-transition:enter-start=\"opacity-0\"\n\t\tx-transition:enter-end=\"opacity-100\"\n\t\tx-transition:leave=\"transition-opacity ease-in duration-350\"\n\t\tx-transition:leave-start=\"opacity-100\"\n\t\tx-transition:leave-end=\"opacity-0\"\n\t\t@click.away=\"open = false\"\n\t\tclass=\"max-h-300px absolute z-40 mt-2 w-full select-none overflow-auto rounded-md border border-gray-300 bg-white text-sm shadow-lg\"\n\t\trole=\"listbox\"\n\t\taria-multiselectable=\"false\"\n\t\taria-labelledby=\"select-industry-1\"\n\t\tid=\"select-listbox-industry-1\"\n\t>\n\t\t<template\n\t\t\tx-for=\"(item, index) in options\"\n\t\t\t:key=\"index\"\n\t\t>\n\t\t\t<div\n\t\t\t\trole=\"option\"\n\t\t\t\t:aria-selected=\"selectedValue === item.value ? 'true' : 'false'\"\n\t\t\t>\n\t\t\t\t<div\n\t\t\t\t\t@click=\"select(item.value, item.text)\"\n\t\t\t\t\tclass=\"cursor-pointer px-4 py-2 hover:bg-gray-200\"\n\t\t\t\t\tx-bind:class=\"selectedValue === item.value ? 'font-bold' : ''\"\n\t\t\t\t>\n\t\t\t\t\t<span x-text=\"item.text\"><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<div x-show=\"item.children\">\n\t\t\t\t\t<template\n\t\t\t\t\t\tx-for=\"(child, childIndex) in item.children\"\n\t\t\t\t\t\t:key=\"`child-${childIndex}`\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t@click=\"select(child.value, child.text)\"\n\t\t\t\t\t\t\tclass=\"cursor-pointer py-2 pl-10 hover:bg-gray-200\"\n\t\t\t\t\t\t\tx-bind:class=\"selectedValue === child.value ? 'font-bold' : ''\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<span x-text=\"child.text\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/template>\n\t<\/div>\n<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/form>\n<\/div>\n<!--\/no_wptexturize-->\n\n\n\n<div style=\"height:33px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<ul class=\"wp-block-post-template is-layout-flow wp-block-post-template-is-layout-flow\"><li class=\"wp-block-post post-1944 resources type-resources status-publish hentry tag-qkd product-quantum-key-distribution industry-telecommunications content-type-resources\">\n<article\n\tclass=\"wp-block-post-card  group flex h-full flex-col text-black\">\n\t<div class=\"pb-6 select-none whitespace-nowrap\">\n\t\t\t\t\t\t\t<div\n\t\t\t\tclass=\"border-black text-black mr-3 inline-block w-[121px] rounded-full border py-1 text-center text-sm font-bold\"\n\t\t\t>\n\t\t\t\tResources\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<div class=\"relative flex-1\">\n\t\t<div\n\t\t\tclass=\"py-6 h-full rounded-3xl bg-gray-400 px-7 shadow-xl group-[.is-style-dark]:bg-white\"\n\t\t>\n\t\t\t\t\t\t<div class=\"mb-4\">\n\t\t\t\t<h3 class=\"mt-1 pb-1 !text-base font-bold\">Global-Scale Information-Theoretic Secure Communication using QKD and Distributed Secure Key Establishment<\/h3>\n\t\t\t\t<div class=\"line-clamp-3 [&#038;_p]:my-0\">\n\t\t\t\t\t\t\t\t\t\t\tToshiba researchers have demonstrated a new network architecture for global-scale information-theoretic secure communication, combining QKD and Distributed Symmetric Key Establishment (DSKE), including the extension of draft emerging standards for vendor-interoperable quantum key relay (ETSI 020).\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"line-clamp-3 mb-6 text-sm [&#038;_a:not(:last-child):after]:content-[',']\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"h-12\"><\/div>\n\t\t\t<div class=\"absolute bottom-6\">\n\t\t\t\t\t\t\t\t\t<a class=\"bg-whyte text-black hover:bg-gray-200 group-[.is-style-dark]:bg-red group-[.is-style-dark]:hover:bg-red-600 group-[.is-style-dark]:text-white select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/www.toshiba.eu\/quantum\/wp-content\/uploads\/resources\/QKD_DSKE-Submit.pdf\">\n\tREAD MORE\n<\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<\/li><li class=\"wp-block-post post-1931 resources type-resources status-publish hentry tag-magyar-telekom tag-qkd tag-quantum-secure-networking tag-telecoms product-flexible-qkd-system-le product-multiplexed-qkd-system-mu industry-telecommunications content-type-whitepaper\">\n<article\n\tclass=\"wp-block-post-card  group flex h-full flex-col text-black\">\n\t<div class=\"pb-6 select-none whitespace-nowrap\">\n\t\t\t\t\t\t\t<div\n\t\t\t\tclass=\"border-black text-black mr-3 inline-block w-[121px] rounded-full border py-1 text-center text-sm font-bold\"\n\t\t\t>\n\t\t\t\tWhitepaper\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<div class=\"relative flex-1\">\n\t\t<div\n\t\t\tclass=\"py-6 h-full rounded-3xl bg-gray-400 px-7 shadow-xl group-[.is-style-dark]:bg-white\"\n\t\t>\n\t\t\t\t\t\t<div class=\"mb-4\">\n\t\t\t\t<h3 class=\"mt-1 pb-1 !text-base font-bold\">Hungary&#8217;s First Multi-Link Quantum Key Distribution Network<\/h3>\n\t\t\t\t<div class=\"line-clamp-3 [&#038;_p]:my-0\">\n\t\t\t\t\t\t\t\t\t\t\tToshiba has worked with Magyar Telekom and other partners to deploy Hungary&#039;s first multi-node QKD network, paving the way for further implementations across Europe as part of the EuroQCI initiative.\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"line-clamp-3 mb-6 text-sm [&#038;_a:not(:last-child):after]:content-[',']\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/magyar-telekom\/\">#Magyar Telekom<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/quantum-secure-networking\/\">#Quantum-Secure Networking<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/telecoms\/\">#Telecoms<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"h-12\"><\/div>\n\t\t\t<div class=\"absolute bottom-6\">\n\t\t\t\t\t\t\t\t\t<a class=\"bg-whyte text-black hover:bg-gray-200 group-[.is-style-dark]:bg-red group-[.is-style-dark]:hover:bg-red-600 group-[.is-style-dark]:text-white select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/www.toshiba.eu\/quantum\/wp-content\/uploads\/resources\/NB_Toshiba_Whitepaper_A4_new-Magyar-Telekom_Online_6pager.pdf\">\n\tREAD MORE\n<\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<\/li><li class=\"wp-block-post post-1878 resources type-resources status-publish hentry tag-pqc tag-qkd product-quantum-key-distribution content-type-whitepaper\">\n<article\n\tclass=\"wp-block-post-card  group flex h-full flex-col text-black\">\n\t<div class=\"pb-6 select-none whitespace-nowrap\">\n\t\t\t\t\t\t\t<div\n\t\t\t\tclass=\"border-black text-black mr-3 inline-block w-[121px] rounded-full border py-1 text-center text-sm font-bold\"\n\t\t\t>\n\t\t\t\tWhitepaper\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<div class=\"relative flex-1\">\n\t\t<div\n\t\t\tclass=\"py-6 h-full rounded-3xl bg-gray-400 px-7 shadow-xl group-[.is-style-dark]:bg-white\"\n\t\t>\n\t\t\t\t\t\t<div class=\"mb-4\">\n\t\t\t\t<h3 class=\"mt-1 pb-1 !text-base font-bold\">Defence-in-Depth Solutions Today for a Quantum-Safe Tomorrow<\/h3>\n\t\t\t\t<div class=\"line-clamp-3 [&#038;_p]:my-0\">\n\t\t\t\t\t\t\t\t\t\t\tQKD and PQC are the two main technologies for protecting against quantum-based attacks. Learn how they can be combined to provide defence-in-depth for communications networks.\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"line-clamp-3 mb-6 text-sm [&#038;_a:not(:last-child):after]:content-[',']\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/pqc\/\">#PQC<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"h-12\"><\/div>\n\t\t\t<div class=\"absolute bottom-6\">\n\t\t\t\t\t\t\t\t\t<a class=\"bg-whyte text-black hover:bg-gray-200 group-[.is-style-dark]:bg-red group-[.is-style-dark]:hover:bg-red-600 group-[.is-style-dark]:text-white select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/www.toshiba.eu\/quantum\/wp-content\/uploads\/2023\/05\/NB_Toshiba_Whitepaper_A4_Q_Safe_Tomorrow_Online.pdf\">\n\tREAD MORE\n<\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<\/li><li class=\"wp-block-post post-1792 resources type-resources status-publish hentry tag-qkd tag-single-quantum product-quantum-key-distribution content-type-datasheet\">\n<article\n\tclass=\"wp-block-post-card  group flex h-full flex-col text-black\">\n\t<div class=\"pb-6 select-none whitespace-nowrap\">\n\t\t\t\t\t\t\t<div\n\t\t\t\tclass=\"border-black text-black mr-3 inline-block w-[121px] rounded-full border py-1 text-center text-sm font-bold\"\n\t\t\t>\n\t\t\t\tDatasheet\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<div class=\"relative flex-1\">\n\t\t<div\n\t\t\tclass=\"py-6 h-full rounded-3xl bg-gray-400 px-7 shadow-xl group-[.is-style-dark]:bg-white\"\n\t\t>\n\t\t\t\t\t\t<div class=\"mb-4\">\n\t\t\t\t<h3 class=\"mt-1 pb-1 !text-base font-bold\">Toshiba QKD and Single Quantum SNSPD system datasheet<\/h3>\n\t\t\t\t<div class=\"line-clamp-3 [&#038;_p]:my-0\">\n\t\t\t\t\t\t\t\t\t\t\tLatest product features and specifications for the Toshiba QKD and Single Quantum SNSPD system.\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"line-clamp-3 mb-6 text-sm [&#038;_a:not(:last-child):after]:content-[',']\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/single-quantum\/\">#Single Quantum<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"h-12\"><\/div>\n\t\t\t<div class=\"absolute bottom-6\">\n\t\t\t\t\t\t\t\t\t<a class=\"bg-whyte text-black hover:bg-gray-200 group-[.is-style-dark]:bg-red group-[.is-style-dark]:hover:bg-red-600 group-[.is-style-dark]:text-white select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/www.toshiba.eu\/quantum\/wp-content\/uploads\/2023\/05\/252_QKD_SQ_sheet_rgb_web_f3-1.pdf\">\n\tREAD MORE\n<\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<\/li><li class=\"wp-block-post post-1774 resources_article type-resources_article status-publish has-post-thumbnail hentry tag-quantum-key-distribution tag-telecoms product-quantum-key-distribution industry-telecommunications content-type-case-study\">\n<article\n\tclass=\"wp-block-post-card  group flex h-full flex-col text-black\">\n\t<div class=\"pb-6 select-none whitespace-nowrap\">\n\t\t\t\t\t\t\t<div\n\t\t\t\tclass=\"border-black text-black mr-3 inline-block w-[121px] rounded-full border py-1 text-center text-sm font-bold\"\n\t\t\t>\n\t\t\t\tCase study\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<div class=\"relative flex-1\">\n\t\t<div\n\t\t\tclass=\"py-6 h-full rounded-3xl bg-gray-400 px-7 shadow-xl group-[.is-style-dark]:bg-white\"\n\t\t>\n\t\t\t\t\t\t<div class=\"mb-4\">\n\t\t\t\t<h3 class=\"mt-1 pb-1 !text-base font-bold\">Building Europe&#8217;s largest and most complex quantum network with scalable QKD technology and software-defined networking<\/h3>\n\t\t\t\t<div class=\"line-clamp-3 [&#038;_p]:my-0\">\n\t\t\t\t\t\t\t\t\t\t\t<p>The sheer power of quantum computing opens up a world of possibilities, especially when compared to the abilities of classical computing, but it comes with great risks. Current methods used&hellip;<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"line-clamp-3 mb-6 text-sm [&#038;_a:not(:last-child):after]:content-[',']\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/quantum-key-distribution\/\">#Quantum Key Distribution<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/telecoms\/\">#Telecoms<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"h-12\"><\/div>\n\t\t\t<div class=\"absolute bottom-6\">\n\t\t\t\t\t\t\t\t\t<a class=\"bg-whyte text-black hover:bg-gray-200 group-[.is-style-dark]:bg-red group-[.is-style-dark]:hover:bg-red-600 group-[.is-style-dark]:text-white select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/www.toshiba.eu\/quantum\/resources\/building-europes-largest-and-most-complex-quantum-network-with-scalable-qkd-technology-and-software-defined-networking\/\">\n\tREAD MORE\n<\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<\/li><li class=\"wp-block-post post-1759 resources type-resources status-publish hentry tag-qkd tag-twin-field-qkd product-quantum-key-distribution industry-telecommunications content-type-resources\">\n<article\n\tclass=\"wp-block-post-card  group flex h-full flex-col text-black\">\n\t<div class=\"pb-6 select-none whitespace-nowrap\">\n\t\t\t\t\t\t\t<div\n\t\t\t\tclass=\"border-black text-black mr-3 inline-block w-[121px] rounded-full border py-1 text-center text-sm font-bold\"\n\t\t\t>\n\t\t\t\tResources\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<div class=\"relative flex-1\">\n\t\t<div\n\t\t\tclass=\"py-6 h-full rounded-3xl bg-gray-400 px-7 shadow-xl group-[.is-style-dark]:bg-white\"\n\t\t>\n\t\t\t\t\t\t<div class=\"mb-4\">\n\t\t\t\t<h3 class=\"mt-1 pb-1 !text-base font-bold\">[EXTERNAL] Twin-field quantum key distribution with optical injection locking and phase encoding on-chip<\/h3>\n\t\t\t\t<div class=\"line-clamp-3 [&#038;_p]:my-0\">\n\t\t\t\t\t\t\t\t\t\t\tResearchers from Toshiba and the University of Cambridge have shown how twin-field QKD can overcome challenges associated with delivering effective QKD services over long distances.\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"line-clamp-3 mb-6 text-sm [&#038;_a:not(:last-child):after]:content-[',']\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/twin-field-qkd\/\">#Twin-Field QKD<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"h-12\"><\/div>\n\t\t\t<div class=\"absolute bottom-6\">\n\t\t\t\t\t\t\t\t\t<a class=\"bg-whyte text-black hover:bg-gray-200 group-[.is-style-dark]:bg-red group-[.is-style-dark]:hover:bg-red-600 group-[.is-style-dark]:text-white select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/opg.optica.org\/optica\/fulltext.cfm?uri=optica-11-10-1385&amp;id=560896\">\n\tREAD MORE\n<\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<\/li><li class=\"wp-block-post post-1637 resources_article type-resources_article status-publish has-post-thumbnail hentry tag-government tag-healthcare tag-public-sector tag-qkd tag-quantum-key-distribution tag-quantum-secure-networking product-quantum-key-distribution industry-government industry-healthcare content-type-whitepaper\">\n<article\n\tclass=\"wp-block-post-card  group flex h-full flex-col text-black\">\n\t<div class=\"pb-6 select-none whitespace-nowrap\">\n\t\t\t\t\t\t\t<div\n\t\t\t\tclass=\"border-black text-black mr-3 inline-block w-[121px] rounded-full border py-1 text-center text-sm font-bold\"\n\t\t\t>\n\t\t\t\tWhitepaper\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<div class=\"relative flex-1\">\n\t\t<div\n\t\t\tclass=\"py-6 h-full rounded-3xl bg-gray-400 px-7 shadow-xl group-[.is-style-dark]:bg-white\"\n\t\t>\n\t\t\t\t\t\t<div class=\"mb-4\">\n\t\t\t\t<h3 class=\"mt-1 pb-1 !text-base font-bold\">Ensuring Long-Term-Secure Government and Medical Communications with QKD<\/h3>\n\t\t\t\t<div class=\"line-clamp-3 [&#038;_p]:my-0\">\n\t\t\t\t\t\t\t\t\t\t\t<p>Toshiba QKD technology has recently been deployed to protect critical confidential data in hospitals and government ministries in Austria.<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"line-clamp-3 mb-6 text-sm [&#038;_a:not(:last-child):after]:content-[',']\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/government\/\">#Government<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/healthcare\/\">#Healthcare<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/public-sector\/\">#Public Sector<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/quantum-key-distribution\/\">#Quantum Key Distribution<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/quantum-secure-networking\/\">#Quantum-Secure Networking<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"h-12\"><\/div>\n\t\t\t<div class=\"absolute bottom-6\">\n\t\t\t\t\t\t\t\t\t<a class=\"bg-whyte text-black hover:bg-gray-200 group-[.is-style-dark]:bg-red group-[.is-style-dark]:hover:bg-red-600 group-[.is-style-dark]:text-white select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/www.toshiba.eu\/quantum\/resources\/ensuring-long-term-secure-government-and-medical-communications-with-qkd\/\">\n\tREAD MORE\n<\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<\/li><li class=\"wp-block-post post-1567 resources_article type-resources_article status-publish hentry tag-npl tag-quantum-key-distribution tag-quantum-secure-networking product-quantum-key-distribution content-type-whitepaper\">\n<article\n\tclass=\"wp-block-post-card  group flex h-full flex-col text-black\">\n\t<div class=\"pb-6 select-none whitespace-nowrap\">\n\t\t\t\t\t\t\t<div\n\t\t\t\tclass=\"border-black text-black mr-3 inline-block w-[121px] rounded-full border py-1 text-center text-sm font-bold\"\n\t\t\t>\n\t\t\t\tWhitepaper\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<div class=\"relative flex-1\">\n\t\t<div\n\t\t\tclass=\"py-6 h-full rounded-3xl bg-gray-400 px-7 shadow-xl group-[.is-style-dark]:bg-white\"\n\t\t>\n\t\t\t\t\t\t<div class=\"mb-4\">\n\t\t\t\t<h3 class=\"mt-1 pb-1 !text-base font-bold\">Independent Security Evaluation of Toshiba Quantum Key Distribution Technology<\/h3>\n\t\t\t\t<div class=\"line-clamp-3 [&#038;_p]:my-0\">\n\t\t\t\t\t\t\t\t\t\t\t<p>The UK National Physical Laboratory (NPL) performed independent assessment of various critical parameters of Toshiba\u2019s Quantum Key Distribution (QKD) technology. These measured quantities are integral to the product\u2019s security and have been validated to match expected values.<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"line-clamp-3 mb-6 text-sm [&#038;_a:not(:last-child):after]:content-[',']\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/npl\/\">#NPL<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/quantum-key-distribution\/\">#Quantum Key Distribution<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/quantum-secure-networking\/\">#Quantum-Secure Networking<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"h-12\"><\/div>\n\t\t\t<div class=\"absolute bottom-6\">\n\t\t\t\t\t\t\t\t\t<a class=\"bg-whyte text-black hover:bg-gray-200 group-[.is-style-dark]:bg-red group-[.is-style-dark]:hover:bg-red-600 group-[.is-style-dark]:text-white select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/www.toshiba.eu\/quantum\/resources\/independent-security-evaluation-of-toshiba-quantum-key-distribution-technology\/\">\n\tREAD MORE\n<\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<\/li><li class=\"wp-block-post post-1499 resources_article type-resources_article status-publish hentry tag-data-security tag-public-key-encryption tag-quantum-key-distribution product-quantum-key-distribution content-type-whitepaper\">\n<article\n\tclass=\"wp-block-post-card  group flex h-full flex-col text-black\">\n\t<div class=\"pb-6 select-none whitespace-nowrap\">\n\t\t\t\t\t\t\t<div\n\t\t\t\tclass=\"border-black text-black mr-3 inline-block w-[121px] rounded-full border py-1 text-center text-sm font-bold\"\n\t\t\t>\n\t\t\t\tWhitepaper\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t<div class=\"relative flex-1\">\n\t\t<div\n\t\t\tclass=\"py-6 h-full rounded-3xl bg-gray-400 px-7 shadow-xl group-[.is-style-dark]:bg-white\"\n\t\t>\n\t\t\t\t\t\t<div class=\"mb-4\">\n\t\t\t\t<h3 class=\"mt-1 pb-1 !text-base font-bold\"><strong>Developing new security fundamentals in the quantum era<\/strong><\/h3>\n\t\t\t\t<div class=\"line-clamp-3 [&#038;_p]:my-0\">\n\t\t\t\t\t\t\t\t\t\t\t<p>Cybersecurity needs a paradigm shift to counter the rising power of quantum computing. Read about how QKD can be used to overhaul cybersecurity fundamentals, today.<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"line-clamp-3 mb-6 text-sm [&#038;_a:not(:last-child):after]:content-[',']\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/data-security\/\">#Data Security<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/public-key-encryption\/\">#Public Key Encryption<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/quantum-key-distribution\/\">#Quantum Key Distribution<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"h-12\"><\/div>\n\t\t\t<div class=\"absolute bottom-6\">\n\t\t\t\t\t\t\t\t\t<a class=\"bg-whyte text-black hover:bg-gray-200 group-[.is-style-dark]:bg-red group-[.is-style-dark]:hover:bg-red-600 group-[.is-style-dark]:text-white select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/www.toshiba.eu\/quantum\/resources\/developing-new-security-fundamentals-in-the-quantum-era\/\">\n\tREAD MORE\n<\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<\/li><\/ul>\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div\n\tid=\"load-more-1\"\n\tclass=\"wp-block-query-loop-load-more aligncenter group\"\n\tx-data=\"$store.loadmore_1\"\n\tx-on:filters-change-1.window=\"$store.loadmore_1.refresh(event.detail.newValue)\"\n>\n\t<div class=\"group-[.aligncenter]:text-center\">\n\t\t<a class=\"bg-red text-white hover:bg-red-600 select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap isLoading ? '' : 'pointer-events-none'\" x-show=\"initialPageCount > 1\" x-cloak=\"x-cloak\" data-btn=\"data-btn\" @click=\"loadMore()\" aria-label=\"Load more results\">\n\t<span :class=\"{\n\t\t\t    'opacity-0': isLoading\n\t\t\t}\">\n\t\t\t\tLOAD MORE\n\t\t\t<\/span>\n\t\t\t<img\n\t\t\t\tsrc=\"https:\/\/www.toshiba.eu\/quantum\/wp-content\/themes\/quantum-technology\/public\/images\/load-more-spinner.a1c07b.png\"\n\t\t\t\tclass=\"absolute top-[50%] left-[50%] -translate-x-1\/2 -translate-y-1\/2 transform\"\n\t\t\t\tx-show=\"isLoading\"\n\t\t\t\talt=\"\"\n\t\t\t\trole=\"presentation\"\n\t\t\t\tx-cloak\n\t\t\t\/>\n<\/a>\n\t<\/div>\n<\/div>\n\n\n<script>\n\tdocument.addEventListener('alpine:init', () => {\n\t\tdocument.app.QueryLoopLoadMore('load-more-1', {\n\t\t\tqueryId: 1,\n\t\t\tpostId: 73,\n\t\t\tinitialPageCount: 4,\n\t\t\tadminUrl: \"https:\/\/www.toshiba.eu\/quantum\/wp-admin\/admin-ajax.php\"\n\t\t});\n\t});\n<\/script>\n\n\n\n\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignwide news-carousel is-layout-flow wp-block-group-is-layout-flow\"><article\n\tx-data=\"{ index: 0, postCount: 5 }\"\n\tclass=\"wp-block-article-hero-carousel flex w-full justify-end pt-16 md:flex\"\n\taria-hidden\n>\n\t<h2 class=\"hidden\">Article Carousel<\/h2>\n\t<div class=\"relative w-full justify-end rounded-3xl md:flex md:h-[600px] md:w-[1023px]\">\n\t\t<div\n\t\t\tclass=\"bg-gray carousel-image-container left-0 right-0 hidden w-full overflow-hidden rounded-3xl drop-shadow-sm md:absolute md:grid md:h-full\"\n\t\t>\n\t\t\t\t\t\t\t\t\t\t\t<img\n\t\t\t\t\tclass=\"col-start-1 col-end-1 row-start-1 row-end-1 w-full object-cover transition-opacity duration-500 md:absolute md:h-full\"\n\t\t\t\t\tsrc=\"https:\/\/www.toshiba.eu\/quantum\/wp-content\/uploads\/2023\/03\/carousel-fallback.jpg\"\n\t\t\t\t\talt=\"\"\n\t\t\t\t\trole=\"presentation\"\n\t\t\t\t\t:class=\"{\n\t\t\t\t\t    'opacity-100': ((index % postCount) + postCount) % postCount === 0,\n\t\t\t\t\t    'opacity-0': ((index % postCount) + postCount) % postCount !== 0,\n\t\t\t\t\t}\"\n\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t\t<img\n\t\t\t\t\tclass=\"col-start-1 col-end-1 row-start-1 row-end-1 w-full object-cover transition-opacity duration-500 md:absolute md:h-full\"\n\t\t\t\t\tsrc=\"https:\/\/www.toshiba.eu\/quantum\/wp-content\/uploads\/2023\/03\/389c23eb-6a43-3701-89bd-ef32edd8add9.jpg\"\n\t\t\t\t\talt=\"\"\n\t\t\t\t\trole=\"presentation\"\n\t\t\t\t\t:class=\"{\n\t\t\t\t\t    'opacity-100': ((index % postCount) + postCount) % postCount === 1,\n\t\t\t\t\t    'opacity-0': ((index % postCount) + postCount) % postCount !== 1,\n\t\t\t\t\t}\"\n\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t\t<img\n\t\t\t\t\tclass=\"col-start-1 col-end-1 row-start-1 row-end-1 w-full object-cover transition-opacity duration-500 md:absolute md:h-full\"\n\t\t\t\t\tsrc=\"https:\/\/www.toshiba.eu\/quantum\/wp-content\/uploads\/2023\/03\/carousel-fallback.jpg\"\n\t\t\t\t\talt=\"\"\n\t\t\t\t\trole=\"presentation\"\n\t\t\t\t\t:class=\"{\n\t\t\t\t\t    'opacity-100': ((index % postCount) + postCount) % postCount === 2,\n\t\t\t\t\t    'opacity-0': ((index % postCount) + postCount) % postCount !== 2,\n\t\t\t\t\t}\"\n\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t\t<img\n\t\t\t\t\tclass=\"col-start-1 col-end-1 row-start-1 row-end-1 w-full object-cover transition-opacity duration-500 md:absolute md:h-full\"\n\t\t\t\t\tsrc=\"https:\/\/www.toshiba.eu\/quantum\/wp-content\/uploads\/2023\/03\/389c23eb-6a43-3701-89bd-ef32edd8add9.jpg\"\n\t\t\t\t\talt=\"\"\n\t\t\t\t\trole=\"presentation\"\n\t\t\t\t\t:class=\"{\n\t\t\t\t\t    'opacity-100': ((index % postCount) + postCount) % postCount === 3,\n\t\t\t\t\t    'opacity-0': ((index % postCount) + postCount) % postCount !== 3,\n\t\t\t\t\t}\"\n\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t\t<img\n\t\t\t\t\tclass=\"col-start-1 col-end-1 row-start-1 row-end-1 w-full object-cover transition-opacity duration-500 md:absolute md:h-full\"\n\t\t\t\t\tsrc=\"https:\/\/www.toshiba.eu\/quantum\/wp-content\/uploads\/2023\/03\/carousel-fallback.jpg\"\n\t\t\t\t\talt=\"\"\n\t\t\t\t\trole=\"presentation\"\n\t\t\t\t\t:class=\"{\n\t\t\t\t\t    'opacity-100': ((index % postCount) + postCount) % postCount === 4,\n\t\t\t\t\t    'opacity-0': ((index % postCount) + postCount) % postCount !== 4,\n\t\t\t\t\t}\"\n\t\t\t\t\/>\n\t\t\t\t\t<\/div>\n\t\t<div\n\t\t\tclass=\"extend-bg-r -top-16 h-[500px] w-full rounded-l-3xl bg-white px-6 py-7 drop-shadow-xl md:relative md:h-[542px] md:w-[580px] md:py-14 md:px-10\"\n\t\t>\n\t\t\t<div class=\"relative h-full\">\n\t\t\t\t<div class=\"carousel-post-container relative h-full\">\n\t\t\t\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\tclass=\"absolute top-0 left-0 w-full transform-gpu\"\n\t\t\t\t\t\t\t:class=\"{\n\t\t\t\t\t\t\t    'opacity-100 pointer-events-auto': ((index % postCount) + postCount) % postCount ===\n\t\t\t\t\t\t\t        0,\n\t\t\t\t\t\t\t    'opacity-0 pointer-events-none': ((index % postCount) + postCount) % postCount !==\n\t\t\t\t\t\t\t        0,\n\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<article class=\"mb-6 w-full\">\n\t\t<div class=\"mr-3 inline-block w-[121px] rounded-full border border-black py-1 text-center text-sm font-bold\">\n\t\tResources\n\t<\/div>\n\t\t\t<div class=\"mb-4\">\n\t\t<h3 class=\"line-clamp-2 md:line-clamp-3 text-in font-bold\">\n\t\t\tGlobal-Scale Information-Theoretic Secure Communication using QKD and Distributed Secure Key Establishment\t\t<\/h3>\n\t\t\t\t<div class=\"line-clamp-4 md:line-clamp-6 mt-4 [&#038;_p]:my-0 md:[&#038;_p]:my-2\">\n\t\t\t\t\t\t\tToshiba researchers have demonstrated a new network architecture for global-scale information-theoretic secure communication, combining QKD and Distributed Symmetric Key Establishment (DSKE), including the extension of draft emerging standards for vendor-interoperable quantum key relay (ETSI 020).\n\t\t\t\t\t<\/div>\n\t<\/div>\n\t<div class=\"mb-6 text-sm [&#038;_a:not(:last-child):after]:content-[',']\">\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t<\/div>\n\t<div class=\"flex flex-row justify-between\">\n\t\t\t\t\t<a class=\"bg-red text-white hover:bg-red-600 select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/www.toshiba.eu\/quantum\/wp-content\/uploads\/resources\/QKD_DSKE-Submit.pdf\">\n\tREAD MORE\n<\/a>\n\t\t\t\t<\/article>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\tclass=\"absolute top-0 left-0 w-full transform-gpu\"\n\t\t\t\t\t\t\t:class=\"{\n\t\t\t\t\t\t\t    'opacity-100 pointer-events-auto': ((index % postCount) + postCount) % postCount ===\n\t\t\t\t\t\t\t        1,\n\t\t\t\t\t\t\t    'opacity-0 pointer-events-none': ((index % postCount) + postCount) % postCount !==\n\t\t\t\t\t\t\t        1,\n\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<article class=\"mb-6 w-full\">\n\t\t<div class=\"mr-3 inline-block w-[121px] rounded-full border border-black py-1 text-center text-sm font-bold\">\n\t\tWhitepaper\n\t<\/div>\n\t\t\t<div class=\"mb-4\">\n\t\t<h3 class=\"line-clamp-2 md:line-clamp-3 text-in font-bold\">\n\t\t\tHungary&#8217;s First Multi-Link Quantum Key Distribution Network\t\t<\/h3>\n\t\t\t\t<div class=\"line-clamp-4 md:line-clamp-6 mt-4 [&#038;_p]:my-0 md:[&#038;_p]:my-2\">\n\t\t\t\t\t\t\tToshiba has worked with Magyar Telekom and other partners to deploy Hungary&#039;s first multi-node QKD network, paving the way for further implementations across Europe as part of the EuroQCI initiative.\n\t\t\t\t\t<\/div>\n\t<\/div>\n\t<div class=\"mb-6 text-sm [&#038;_a:not(:last-child):after]:content-[',']\">\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/magyar-telekom\/\">#Magyar Telekom<\/a>\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/quantum-secure-networking\/\">#Quantum-Secure Networking<\/a>\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/telecoms\/\">#Telecoms<\/a>\n\t\t\t<\/div>\n\t<div class=\"flex flex-row justify-between\">\n\t\t\t\t\t<a class=\"bg-red text-white hover:bg-red-600 select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/www.toshiba.eu\/quantum\/wp-content\/uploads\/resources\/NB_Toshiba_Whitepaper_A4_new-Magyar-Telekom_Online_6pager.pdf\">\n\tREAD MORE\n<\/a>\n\t\t\t\t<\/article>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\tclass=\"absolute top-0 left-0 w-full transform-gpu\"\n\t\t\t\t\t\t\t:class=\"{\n\t\t\t\t\t\t\t    'opacity-100 pointer-events-auto': ((index % postCount) + postCount) % postCount ===\n\t\t\t\t\t\t\t        2,\n\t\t\t\t\t\t\t    'opacity-0 pointer-events-none': ((index % postCount) + postCount) % postCount !==\n\t\t\t\t\t\t\t        2,\n\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<article class=\"mb-6 w-full\">\n\t\t<div class=\"mr-3 inline-block w-[121px] rounded-full border border-black py-1 text-center text-sm font-bold\">\n\t\tWhitepaper\n\t<\/div>\n\t\t\t<div class=\"mb-4\">\n\t\t<h3 class=\"line-clamp-2 md:line-clamp-3 text-in font-bold\">\n\t\t\tDefence-in-Depth Solutions Today for a Quantum-Safe Tomorrow\t\t<\/h3>\n\t\t\t\t<div class=\"line-clamp-4 md:line-clamp-6 mt-4 [&#038;_p]:my-0 md:[&#038;_p]:my-2\">\n\t\t\t\t\t\t\tQKD and PQC are the two main technologies for protecting against quantum-based attacks. Learn how they can be combined to provide defence-in-depth for communications networks.\n\t\t\t\t\t<\/div>\n\t<\/div>\n\t<div class=\"mb-6 text-sm [&#038;_a:not(:last-child):after]:content-[',']\">\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/pqc\/\">#PQC<\/a>\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t<\/div>\n\t<div class=\"flex flex-row justify-between\">\n\t\t\t\t\t<a class=\"bg-red text-white hover:bg-red-600 select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/www.toshiba.eu\/quantum\/wp-content\/uploads\/2023\/05\/NB_Toshiba_Whitepaper_A4_Q_Safe_Tomorrow_Online.pdf\">\n\tREAD MORE\n<\/a>\n\t\t\t\t<\/article>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\tclass=\"absolute top-0 left-0 w-full transform-gpu\"\n\t\t\t\t\t\t\t:class=\"{\n\t\t\t\t\t\t\t    'opacity-100 pointer-events-auto': ((index % postCount) + postCount) % postCount ===\n\t\t\t\t\t\t\t        3,\n\t\t\t\t\t\t\t    'opacity-0 pointer-events-none': ((index % postCount) + postCount) % postCount !==\n\t\t\t\t\t\t\t        3,\n\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<article class=\"mb-6 w-full\">\n\t\t<div class=\"mr-3 inline-block w-[121px] rounded-full border border-black py-1 text-center text-sm font-bold\">\n\t\tDatasheet\n\t<\/div>\n\t\t\t<div class=\"mb-4\">\n\t\t<h3 class=\"line-clamp-2 md:line-clamp-3 text-in font-bold\">\n\t\t\tToshiba QKD and Single Quantum SNSPD system datasheet\t\t<\/h3>\n\t\t\t\t<div class=\"line-clamp-4 md:line-clamp-6 mt-4 [&#038;_p]:my-0 md:[&#038;_p]:my-2\">\n\t\t\t\t\t\t\tLatest product features and specifications for the Toshiba QKD and Single Quantum SNSPD system.\n\t\t\t\t\t<\/div>\n\t<\/div>\n\t<div class=\"mb-6 text-sm [&#038;_a:not(:last-child):after]:content-[',']\">\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/single-quantum\/\">#Single Quantum<\/a>\n\t\t\t<\/div>\n\t<div class=\"flex flex-row justify-between\">\n\t\t\t\t\t<a class=\"bg-red text-white hover:bg-red-600 select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/www.toshiba.eu\/quantum\/wp-content\/uploads\/2023\/05\/252_QKD_SQ_sheet_rgb_web_f3-1.pdf\">\n\tREAD MORE\n<\/a>\n\t\t\t\t<\/article>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\tclass=\"absolute top-0 left-0 w-full transform-gpu\"\n\t\t\t\t\t\t\t:class=\"{\n\t\t\t\t\t\t\t    'opacity-100 pointer-events-auto': ((index % postCount) + postCount) % postCount ===\n\t\t\t\t\t\t\t        4,\n\t\t\t\t\t\t\t    'opacity-0 pointer-events-none': ((index % postCount) + postCount) % postCount !==\n\t\t\t\t\t\t\t        4,\n\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<article class=\"mb-6 w-full\">\n\t\t<div class=\"mr-3 inline-block w-[121px] rounded-full border border-black py-1 text-center text-sm font-bold\">\n\t\tCase study\n\t<\/div>\n\t\t\t<div class=\"mb-4\">\n\t\t<h3 class=\"line-clamp-2 md:line-clamp-3 text-in font-bold\">\n\t\t\tBuilding Europe&#8217;s largest and most complex quantum network with scalable QKD technology and software-defined networking\t\t<\/h3>\n\t\t\t\t<div class=\"line-clamp-4 md:line-clamp-6 mt-4 [&#038;_p]:my-0 md:[&#038;_p]:my-2\">\n\t\t\t\t\t\t\t<p>The sheer power of quantum computing opens up a world of possibilities, especially when compared to the abilities of classical computing, but it comes with great risks. Current methods used&hellip;<\/p>\n\t\t\t\t\t<\/div>\n\t<\/div>\n\t<div class=\"mb-6 text-sm [&#038;_a:not(:last-child):after]:content-[',']\">\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/quantum-key-distribution\/\">#Quantum Key Distribution<\/a>\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/quantum\/tags\/telecoms\/\">#Telecoms<\/a>\n\t\t\t<\/div>\n\t<div class=\"flex flex-row justify-between\">\n\t\t\t\t\t<a class=\"bg-red text-white hover:bg-red-600 select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/www.toshiba.eu\/quantum\/resources\/building-europes-largest-and-most-complex-quantum-network-with-scalable-qkd-technology-and-software-defined-networking\/\">\n\tREAD MORE\n<\/a>\n\t\t\t\t<\/article>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"absolute bottom-0 flex w-full flex-row justify-between\">\n\t\t\t\t\t<div\n\t\t\t\t\t\tclass=\"w-4 cursor-pointer text-black\"\n\t\t\t\t\t\t@click=\"index--\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<svg viewBox=\"0 0 15 27\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <g>\n    <path\n      d=\"M-7.92699e-07 13.4991L1.14318 14.7962L12.0189 27L15 24.4067L5.28337 13.5L15 2.5933L12.0189 3.55494e-08L1.14318 12.2038L-7.92699e-07 13.4991Z\"\n      fill=\"currentColor\" \/>\n  <\/g>\n<\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div\n\t\t\t\t\t\tclass=\"w-4 cursor-pointer text-black\"\n\t\t\t\t\t\t@click=\"index++\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<svg viewBox=\"0 0 15 27\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n  <g>\n    <path\n      d=\"M15 13.5009L13.8568 12.2038L2.98111 -1.30308e-07L-1.06685e-06 2.5933L9.71663 13.5L-1.13357e-07 24.4067L2.98111 27L13.8568 14.7962L15 13.5009Z\"\n      fill=\"currentColor\" \/>\n  <\/g>\n<\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/article>\n\n\n\n<div style=\"height:257px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"flex w-full flex-row flex-wrap md:flex-nowrap\">\n\t<div class=\"w-full md:w-2\/5\">\n\t\t<h2 class=\"mb-4 !text-2xl md:!text-3xl\">Latest research<\/h2>\n\t<\/div>\n\t<div class=\"w-full md:w-3\/5 md:pt-6 md:pr-6\">\n\t\t<div class=\"text-md mb-6 grid grid-cols-1 gap-12 lg:grid-cols-2\">\n\t\t\t<div>\n\t\t\t\t<div class=\"text-blue font-bold underline\">\n\t\t\t\t\t<a href=\"https:\/\/doi.org\/10.1364\/QUANTUM.2022.QTu4C.3\">\n\t\t\t\t\t\tAtomic Clocks Technologies Supporting Twin-Field QKD in a Real World<\/a>\n\t\t\t\t<\/div>\n\n\t\t\t<\/div>\n\t\t\t<div>\n\t\t\t\t<div class=\"text-blue font-bold underline\">\n\t\t\t\t\t<a href=\"https:\/\/doi.org\/10.1103\/PhysRevApplied.18.034087\">\n\t\t\t\t\t\tSelf-Tuning Transmitter for Quantum Key Distribution Using Machine Intelligence\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\n\t\t\t<\/div>\n\t\t\t<div>\n\t\t\t\t<div class=\"text-blue font-bold underline\">\n\t\t\t\t\t<a href=\"https:\/\/doi.org\/10.1117\/12.2656153\">\n\t\t\t\t\t\tEngineering quantum secure communication system with photonic integrated circuits\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\n\t\t\t<\/div>\n\t\t\t<div>\n\t\t\t\t<div class=\"text-blue font-bold underline\">\n\t\t\t\t\t<a href=\"https:\/\/doi.org\/10.1103\/PhysRevApplied.18.034081\">\n\t\t\t\t\t\tDesign study for an efficient semiconductor quantum light source operating in the telecom C-band based on\n\t\t\t\t\t\telectrically-driven circular Bragg grating\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t<a class=\"bg-red text-white hover:bg-red-600 select-none uppercase inline-block cursor-pointer rounded-full py-3 px-6 text-center text-sm font-bold drop-shadow-sm transition-colors whitespace-nowrap\" href=\"https:\/\/www.toshiba.eu\/pages\/eu\/Cambridge-Research-Laboratory\/qig-publications\">\n\tALL RESEARCH\n<\/a>\n\t<\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Filter resources<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"product":[],"industry":[],"class_list":["post-73","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Resources, Guides &amp; Tools<\/title>\n<meta name=\"description\" content=\"Explore useful quantum-safe security resources, guides, tools, whitepapers from Toshiba - quantum security pioneers &amp; quantum computing experts\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.toshiba.eu\/quantum\/resources\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Resources, Guides &amp; Tools\" \/>\n<meta property=\"og:description\" content=\"Explore useful quantum-safe security resources, guides, tools, whitepapers from Toshiba - quantum security pioneers &amp; quantum computing experts\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.toshiba.eu\/quantum\/resources\/\" \/>\n<meta property=\"og:site_name\" content=\"Toshiba Quantum Technology\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-24T12:13:01+00:00\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/resources\\\/\",\"url\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/resources\\\/\",\"name\":\"Resources, Guides & Tools\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/#website\"},\"datePublished\":\"2023-03-02T16:47:14+00:00\",\"dateModified\":\"2023-04-24T12:13:01+00:00\",\"description\":\"Explore useful quantum-safe security resources, guides, tools, whitepapers from Toshiba - quantum security pioneers & quantum computing experts\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/resources\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/resources\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/resources\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resources\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/#website\",\"url\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/\",\"name\":\"Toshiba Quantum Technology\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/#organization\",\"name\":\"Toshiba Quantum Technology\",\"url\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/app\\\/uploads\\\/2023\\\/04\\\/logo-toshiba.a8049d.gif\",\"contentUrl\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/app\\\/uploads\\\/2023\\\/04\\\/logo-toshiba.a8049d.gif\",\"width\":140,\"height\":38,\"caption\":\"Toshiba Quantum Technology\"},\"image\":{\"@id\":\"https:\\\/\\\/www.toshiba.eu\\\/quantum\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/showcase\\\/toshiba-qt\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Resources, Guides & Tools","description":"Explore useful quantum-safe security resources, guides, tools, whitepapers from Toshiba - quantum security pioneers & quantum computing experts","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:\/\/www.toshiba.eu\/quantum\/resources\/","og_locale":"en_US","og_type":"article","og_title":"Resources, Guides & Tools","og_description":"Explore useful quantum-safe security resources, guides, tools, whitepapers from Toshiba - quantum security pioneers & quantum computing experts","og_url":"https:\/\/www.toshiba.eu\/quantum\/resources\/","og_site_name":"Toshiba Quantum Technology","article_modified_time":"2023-04-24T12:13:01+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.toshiba.eu\/quantum\/resources\/","url":"https:\/\/www.toshiba.eu\/quantum\/resources\/","name":"Resources, Guides & Tools","isPartOf":{"@id":"https:\/\/www.toshiba.eu\/quantum\/#website"},"datePublished":"2023-03-02T16:47:14+00:00","dateModified":"2023-04-24T12:13:01+00:00","description":"Explore useful quantum-safe security resources, guides, tools, whitepapers from Toshiba - quantum security pioneers & quantum computing experts","breadcrumb":{"@id":"https:\/\/www.toshiba.eu\/quantum\/resources\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.toshiba.eu\/quantum\/resources\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.toshiba.eu\/quantum\/resources\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.toshiba.eu\/quantum\/"},{"@type":"ListItem","position":2,"name":"Resources"}]},{"@type":"WebSite","@id":"https:\/\/www.toshiba.eu\/quantum\/#website","url":"https:\/\/www.toshiba.eu\/quantum\/","name":"Toshiba Quantum Technology","description":"","publisher":{"@id":"https:\/\/www.toshiba.eu\/quantum\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.toshiba.eu\/quantum\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.toshiba.eu\/quantum\/#organization","name":"Toshiba Quantum Technology","url":"https:\/\/www.toshiba.eu\/quantum\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.toshiba.eu\/quantum\/#\/schema\/logo\/image\/","url":"https:\/\/www.toshiba.eu\/quantum\/app\/uploads\/2023\/04\/logo-toshiba.a8049d.gif","contentUrl":"https:\/\/www.toshiba.eu\/quantum\/app\/uploads\/2023\/04\/logo-toshiba.a8049d.gif","width":140,"height":38,"caption":"Toshiba Quantum Technology"},"image":{"@id":"https:\/\/www.toshiba.eu\/quantum\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/showcase\/toshiba-qt\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.toshiba.eu\/quantum\/wp-json\/wp\/v2\/pages\/73","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.toshiba.eu\/quantum\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.toshiba.eu\/quantum\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.toshiba.eu\/quantum\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.toshiba.eu\/quantum\/wp-json\/wp\/v2\/comments?post=73"}],"version-history":[{"count":33,"href":"https:\/\/www.toshiba.eu\/quantum\/wp-json\/wp\/v2\/pages\/73\/revisions"}],"predecessor-version":[{"id":1057,"href":"https:\/\/www.toshiba.eu\/quantum\/wp-json\/wp\/v2\/pages\/73\/revisions\/1057"}],"wp:attachment":[{"href":"https:\/\/www.toshiba.eu\/quantum\/wp-json\/wp\/v2\/media?parent=73"}],"wp:term":[{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.toshiba.eu\/quantum\/wp-json\/wp\/v2\/product?post=73"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.toshiba.eu\/quantum\/wp-json\/wp\/v2\/industry?post=73"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}