{"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\/solutions\/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 LX\",\"value\":\"flexible-qkd-system-lx\",\"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\":\"Energy\",\"value\":\"energy\",\"children\":[]},{\"text\":\"Finance\",\"value\":\"finance\",\"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-1497 resources type-resources status-publish hentry tag-financial-services tag-qkd tag-wells-fargo product-quantum-key-distribution industry-finance 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\">Wells Fargo Technology Case Study &#8211; Quantum Key Distribution for Symmetric Key Generation<\/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 US bank Wells Fargo and other partners to test a fully operational QKD deployment that demonstrates how different products and technologies can successfully work together to provide quantum-secure communications.\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\/solutions\/quantum\/tags\/financial-services\/\">#Financial Services<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/wells-fargo\/\">#Wells Fargo<\/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\/solutions\/quantum\/wp-content\/uploads\/resources\/External-Case-Study-QKD-Symmetric-Key-Generation.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-1120 resources type-resources status-publish hentry tag-multiplexing-qkd-system-mu tag-qkd tag-quantum-secure-networking tag-telecoms product-multiplexed-qkd-system-mu product-quantum-key-distribution 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\">Transforming Telecoms: Easing Your Transition to a Quantum-Safe 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\t<p>Discover how multiplexing can help you to easily integrate quantum-safe technologies into your existing telecoms infrastructure without dedicated fibres<\/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\/solutions\/quantum\/tags\/multiplexing-qkd-system-mu\/\">#Multiplexing QKD System MU<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/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\/solutions\/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\/solutions\/quantum\/wp-content\/uploads\/resources\/Whitepaper-Transforming-Telecoms-easing-your-transition.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-1529 resources type-resources status-publish hentry tag-qkd product-quantum-key-distribution 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 Symmetric 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\/solutions\/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\/solutions\/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-1519 resources type-resources status-publish hentry product-flexible-qkd-system-lx product-multiplexed-qkd-system-mu product-quantum-key-distribution 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 deployed Hungary&#039;s first multi-node Quantum Key Distribution Network, providing an blueprint for other operations taking part in the EuroQCI initiative to protect communications in Europe from quantum-based attacks.\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<\/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\/solutions\/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-1420 resources_article type-resources_article status-publish has-post-thumbnail hentry tag-qkd tag-qkd-mu tag-quantum-key-distribution tag-quantum-secure-networking 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\">Securing Critical Infrastructure using Trackside Fiber<\/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>A trackside fibre communication link in the Czech Republic has recently been upgraded to a quantum-secure connection using Toshiba\u2019s multiplexed QKD technology. Despite heavy railway traffic in close proximity, the&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\/solutions\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/qkd-mu\/\">#QKD MU<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/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\/solutions\/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\/solutions\/quantum\/resources\/securing-critical-infrastructure-using-trackside-fibre\/\">\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-1384 resources type-resources status-publish hentry tag-bt tag-ey tag-multiplexing tag-qkd tag-quantum-secured-metro-network tag-quantum-secure-networking 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\">London Quantum-Secured Metro Network (PDF, 480KB)<\/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>This paper covers a commercially-ready QKD metro network built in London, complete with customer access tails and an aggregated central metro node, able to support multiple customers. The solution includes a full Key Management System; encrypted classical Ethernet data on the same fibre and a Data Communications Network (DCN) for full remote monitoring at BT\u2019s Network Operations Centre (NOC).<\/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\/solutions\/quantum\/tags\/bt\/\">#BT<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/ey\/\">#EY<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/multiplexing\/\">#Multiplexing<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/quantum-secured-metro-network\/\">#Quantum Secured Metro Network<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/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\/solutions\/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\/solutions\/quantum\/wp-content\/uploads\/resources\/London-Quantum-Secured-Metro-Network.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-1371 resources type-resources status-publish hentry tag-ciena tag-jpmorgan-chase tag-multiplexing tag-qkd tag-quantum-key-distribution tag-quantum-secure-networking tag-telecoms product-quantum-key-distribution 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\">[EXTERNAL] Paving the way toward 800 Gbps quantum-secured optical channel deployment in mission-critical environments<\/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>This article describes experimental research studies conducted toward understanding the implementation aspects of high-capacity quantum-secured optical channels in mission-critical metro-scale operational environments using quantum key distribution (QKD) technology.<\/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\/solutions\/quantum\/tags\/ciena\/\">#Ciena<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/jpmorgan-chase\/\">#JPMorgan Chase<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/multiplexing\/\">#Multiplexing<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/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\/solutions\/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\/solutions\/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:\/\/iopscience.iop.org\/article\/10.1088\/2058-9565\/acd1a8\">\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-1165 resources type-resources status-publish hentry product-quantum-key-management product-quantum-key-management-system-q-kms 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 Q-KMS Quantum Key Management System Datasheet (PDF, 1 MB)<\/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 Q-KMS Quantum Key Management 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<\/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\/solutions\/quantum\/wp-content\/uploads\/resources\/KMS_leaflet2c_EMEA_version-compressed327126.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-1145 resources_article type-resources_article status-publish has-post-thumbnail hentry tag-data-security tag-quantum-key-distribution tag-quantum-secure-networking product-multiplexed-qkd-system-mu product-quantum-key-distribution industry-engineering industry-industrial 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\">Achieving secure transfer of sensitive data between remote industrial production facilities<\/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, in partnership with BT, have successfully implemented the UK\u2019s first industrial deployment of a quantum-secure network<\/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\/solutions\/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\/solutions\/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\/solutions\/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\/solutions\/quantum\/resources\/achieving-secure-transfer-of-sensitive-data-between-remote-industrial-production-facilities\/\">\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\/solutions\/quantum\/wp-content\/themes\/quantum-technology\/public\/images\/load-more-spinner.a1c07b.png\"\n\t\t\t\tclass=\"absolute left-[50%] top-[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: 3,\n\t\t\tadminUrl: \"https:\/\/www.toshiba.eu\/solutions\/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\/solutions\/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\/solutions\/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\/solutions\/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\/solutions\/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\/solutions\/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:px-10 md:py-14\"\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 left-0 top-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\tCase study\n\t<\/div>\n\t\t\t<div class=\"mb-4\">\n\t\t<h3 class=\"text-in line-clamp-2 font-bold md:line-clamp-3\">\n\t\t\tWells Fargo Technology Case Study &#8211; Quantum Key Distribution for Symmetric Key Generation\t\t<\/h3>\n\t\t\t\t<div class=\"mt-4 line-clamp-4 md:line-clamp-6 [&#038;_p]:my-0 md:[&#038;_p]:my-2\">\n\t\t\t\t\t\t\tToshiba has worked with US bank Wells Fargo and other partners to test a fully operational QKD deployment that demonstrates how different products and technologies can successfully work together to provide quantum-secure communications.\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\/solutions\/quantum\/tags\/financial-services\/\">#Financial Services<\/a>\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/wells-fargo\/\">#Wells Fargo<\/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\/solutions\/quantum\/wp-content\/uploads\/resources\/External-Case-Study-QKD-Symmetric-Key-Generation.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 left-0 top-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=\"text-in line-clamp-2 font-bold md:line-clamp-3\">\n\t\t\tTransforming Telecoms: Easing Your Transition to a Quantum-Safe Network\t\t<\/h3>\n\t\t\t\t<div class=\"mt-4 line-clamp-4 md:line-clamp-6 [&#038;_p]:my-0 md:[&#038;_p]:my-2\">\n\t\t\t\t\t\t\tQuantum Key Distribution (QKD) technology offers a powerful way to securely transmit data without risk of decryption, even by quantum computers. But integrating the technology into existing telecommunication networks has previously posed problems for deployment and compromised performance \u2013 until now.\r\n\r\nThis whitepaper outlines how Toshiba technology enables businesses to easily integrate quantum-safe technologies into existing telecoms infrastructure without dedicated fibres.\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\/solutions\/quantum\/tags\/multiplexing-qkd-system-mu\/\">#Multiplexing QKD System MU<\/a>\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/quantum-secure-networking\/\">#Quantum-Secure Networking<\/a>\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/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\/solutions\/quantum\/wp-content\/uploads\/resources\/Whitepaper-Transforming-Telecoms-easing-your-transition.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 left-0 top-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\tResources\n\t<\/div>\n\t\t\t<div class=\"mb-4\">\n\t\t<h3 class=\"text-in line-clamp-2 font-bold md:line-clamp-3\">\n\t\t\tGlobal-Scale Information-Theoretic Secure Communication using QKD and Distributed Symmetric Key Establishment\t\t<\/h3>\n\t\t\t\t<div class=\"mt-4 line-clamp-4 md:line-clamp-6 [&#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\/solutions\/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\/solutions\/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 left-0 top-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\tWhitepaper\n\t<\/div>\n\t\t\t<div class=\"mb-4\">\n\t\t<h3 class=\"text-in line-clamp-2 font-bold md:line-clamp-3\">\n\t\t\tHungary&#8217;s first Multi-Link Quantum Key Distribution Network\t\t<\/h3>\n\t\t\t\t<div class=\"mt-4 line-clamp-4 md:line-clamp-6 [&#038;_p]:my-0 md:[&#038;_p]:my-2\">\n\t\t\t\t\t\t\tToshiba has deployed Hungary&#039;s first multi-node Quantum Key Distribution Network, providing an blueprint for other operations taking part in the EuroQCI initiative to protect communications in Europe from quantum-based attacks.\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<\/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\/solutions\/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 left-0 top-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=\"text-in line-clamp-2 font-bold md:line-clamp-3\">\n\t\t\tSecuring Critical Infrastructure using Trackside Fiber\t\t<\/h3>\n\t\t\t\t<div class=\"mt-4 line-clamp-4 md:line-clamp-6 [&#038;_p]:my-0 md:[&#038;_p]:my-2\">\n\t\t\t\t\t\t\t<p>A trackside fibre communication link in the Czech Republic has recently been upgraded to a quantum-secure connection using Toshiba\u2019s multiplexed QKD technology. Despite heavy railway traffic in close proximity, the&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\/solutions\/quantum\/tags\/qkd\/\">#QKD<\/a>\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/qkd-mu\/\">#QKD MU<\/a>\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/quantum-key-distribution\/\">#Quantum Key Distribution<\/a>\n\t\t\t\t\t<a href=\"https:\/\/www.toshiba.eu\/solutions\/quantum\/tags\/quantum-secure-networking\/\">#Quantum-Secure Networking<\/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\/solutions\/quantum\/resources\/securing-critical-infrastructure-using-trackside-fibre\/\">\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 - Toshiba Quantum Technology<\/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\/solutions\/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 - Toshiba Quantum Technology\" \/>\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\/solutions\/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\\\/solutions\\\/quantum\\\/resources\\\/\",\"url\":\"https:\\\/\\\/www.toshiba.eu\\\/solutions\\\/quantum\\\/resources\\\/\",\"name\":\"Resources, Guides & Tools - Toshiba Quantum Technology\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.toshiba.eu\\\/solutions\\\/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\\\/solutions\\\/quantum\\\/resources\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.toshiba.eu\\\/solutions\\\/quantum\\\/resources\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.toshiba.eu\\\/solutions\\\/quantum\\\/resources\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.toshiba.eu\\\/solutions\\\/quantum\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resources\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.toshiba.eu\\\/solutions\\\/quantum\\\/#website\",\"url\":\"https:\\\/\\\/www.toshiba.eu\\\/solutions\\\/quantum\\\/\",\"name\":\"Toshiba Quantum Technology\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.toshiba.eu\\\/solutions\\\/quantum\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.toshiba.eu\\\/solutions\\\/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\\\/solutions\\\/quantum\\\/#organization\",\"name\":\"Toshiba Quantum Technology\",\"url\":\"https:\\\/\\\/www.toshiba.eu\\\/solutions\\\/quantum\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.toshiba.eu\\\/solutions\\\/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\\\/solutions\\\/quantum\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/showcase\\\/toshiba-qt\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Resources, Guides & Tools - Toshiba Quantum Technology","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\/solutions\/quantum\/resources\/","og_locale":"en_US","og_type":"article","og_title":"Resources, Guides & Tools - Toshiba Quantum Technology","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\/solutions\/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\/solutions\/quantum\/resources\/","url":"https:\/\/www.toshiba.eu\/solutions\/quantum\/resources\/","name":"Resources, Guides & Tools - Toshiba Quantum Technology","isPartOf":{"@id":"https:\/\/www.toshiba.eu\/solutions\/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\/solutions\/quantum\/resources\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.toshiba.eu\/solutions\/quantum\/resources\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.toshiba.eu\/solutions\/quantum\/resources\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.toshiba.eu\/solutions\/quantum\/"},{"@type":"ListItem","position":2,"name":"Resources"}]},{"@type":"WebSite","@id":"https:\/\/www.toshiba.eu\/solutions\/quantum\/#website","url":"https:\/\/www.toshiba.eu\/solutions\/quantum\/","name":"Toshiba Quantum Technology","description":"","publisher":{"@id":"https:\/\/www.toshiba.eu\/solutions\/quantum\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.toshiba.eu\/solutions\/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\/solutions\/quantum\/#organization","name":"Toshiba Quantum Technology","url":"https:\/\/www.toshiba.eu\/solutions\/quantum\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.toshiba.eu\/solutions\/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\/solutions\/quantum\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/showcase\/toshiba-qt\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.toshiba.eu\/solutions\/quantum\/wp-json\/wp\/v2\/pages\/73","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.toshiba.eu\/solutions\/quantum\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.toshiba.eu\/solutions\/quantum\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.toshiba.eu\/solutions\/quantum\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.toshiba.eu\/solutions\/quantum\/wp-json\/wp\/v2\/comments?post=73"}],"version-history":[{"count":33,"href":"https:\/\/www.toshiba.eu\/solutions\/quantum\/wp-json\/wp\/v2\/pages\/73\/revisions"}],"predecessor-version":[{"id":1057,"href":"https:\/\/www.toshiba.eu\/solutions\/quantum\/wp-json\/wp\/v2\/pages\/73\/revisions\/1057"}],"wp:attachment":[{"href":"https:\/\/www.toshiba.eu\/solutions\/quantum\/wp-json\/wp\/v2\/media?parent=73"}],"wp:term":[{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.toshiba.eu\/solutions\/quantum\/wp-json\/wp\/v2\/product?post=73"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.toshiba.eu\/solutions\/quantum\/wp-json\/wp\/v2\/industry?post=73"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}