{"version":"1.0","provider_name":"CELLINK Japan","provider_url":"https:\/\/www.cellink.com\/jp","author_name":"jesperlindahl","author_url":"https:\/\/www.cellink.com\/jp\/author\/jesperlindahl\/","title":"\u4f53\u9a13\u578b\u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7\u306e\u3054\u6848\u5185 \u300c\u30d0\u30a4\u30aa\u30de\u30c6\u30ea\u30a2\u30eb\u3068\u30d0\u30a4\u30aa\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0\u306e\u878d\u5408\u3000-\u5fdc\u7528\u3068\u5c55\u671b-\u300d","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"XN5W2nwgCx\"><a href=\"https:\/\/www.cellink.com\/jp\/kyoto-university-workshop-nov-2024\/\">\u4f53\u9a13\u578b\u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7\u306e\u3054\u6848\u5185 \u300c\u30d0\u30a4\u30aa\u30de\u30c6\u30ea\u30a2\u30eb\u3068\u30d0\u30a4\u30aa\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0\u306e\u878d\u5408\u3000-\u5fdc\u7528\u3068\u5c55\u671b-\u300d<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.cellink.com\/jp\/kyoto-university-workshop-nov-2024\/embed\/#?secret=XN5W2nwgCx\" width=\"600\" height=\"338\" title=\"&#8220;\u4f53\u9a13\u578b\u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7\u306e\u3054\u6848\u5185 \u300c\u30d0\u30a4\u30aa\u30de\u30c6\u30ea\u30a2\u30eb\u3068\u30d0\u30a4\u30aa\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0\u306e\u878d\u5408\u3000-\u5fdc\u7528\u3068\u5c55\u671b-\u300d&#8221; &#8212; CELLINK Japan\" data-secret=\"XN5W2nwgCx\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script>\n\/**\n * WordPress inline HTML embed\n *\n * @since 4.4.0\n * @output wp-includes\/js\/wp-embed.js\n *\n * Single line comments should not be used since they will break\n * the script when inlined in get_post_embed_html(), specifically\n * when the comments are not stripped out due to SCRIPT_DEBUG\n * being turned on.\n *\/\n(function ( window, document ) {\n\t'use strict';\n\n\t\/* Abort for ancient browsers. *\/\n\tif ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {\n\t\treturn;\n\t}\n\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\n\n\t\/* Abort if script was already executed. *\/\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\n\n\t\/**\n\t * Receive embed message.\n\t *\n\t * @param {MessageEvent} e\n\t *\/\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\n\n\t\t\/* Verify shape of message. *\/\n\t\tif (\n\t\t\t! ( data || data.secret || data.message || data.value ) ||\n\t\t\t\/[^a-zA-Z0-9]\/.test( data.secret )\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tallowedProtocols = new RegExp( '^https?:$', 'i' ),\n\t\t\ti, source, height, sourceURL, targetURL;\n\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\n\t\t\tblockquotes[ i ].style.display = 'none';\n\t\t}\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\n\n\t\t\tif ( e.source !== source.contentWindow ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tsource.removeAttribute( 'style' );\n\n\t\t\tif ( 'height' === data.message ) {\n\t\t\t\t\/* Resize the iframe on request. *\/\n\t\t\t\theight = parseInt( data.value, 10 );\n\t\t\t\tif ( height > 1000 ) {\n\t\t\t\t\theight = 1000;\n\t\t\t\t} else if ( ~~height < 200 ) {\n\t\t\t\t\theight = 200;\n\t\t\t\t}\n\n\t\t\t\tsource.height = height;\n\t\t\t} else if ( 'link' === data.message ) {\n\t\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\t\tsourceURL = new URL( source.getAttribute( 'src' ) );\n\t\t\t\ttargetURL = new URL( data.value );\n\n\t\t\t\tif (\n\t\t\t\t\tallowedProtocols.test( targetURL.protocol ) &&\n\t\t\t\t\ttargetURL.host === sourceURL.host &&\n\t\t\t\t\tdocument.activeElement === source\n\t\t\t\t) {\n\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\n\tfunction onLoad() {\n\t\tvar iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\ti, source, secret;\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\t\/** @var {IframeElement} *\/\n\t\t\tsource = iframes[ i ];\n\n\t\t\tsecret = source.getAttribute( 'data-secret' );\n\t\t\tif ( ! secret ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substring( 2, 12 );\n\t\t\t\tsource.src += '#?secret=' + secret;\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\n\t\t\t * window will then (re-)send the height message right away.\n\t\t\t *\/\n\t\t\tsource.contentWindow.postMessage( {\n\t\t\t\tmessage: 'ready',\n\t\t\t\tsecret: secret\n\t\t\t}, '*' );\n\t\t}\n\t}\n\n\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n})( window, document );\n\/\/# sourceURL=https:\/\/www.cellink.com\/jp\/wp-includes\/js\/wp-embed.js\n<\/script>\n","thumbnail_url":"https:\/\/www.cellink.com\/jp\/wp-content\/uploads\/sites\/21\/2024\/03\/TeleCol-10-AppNote.jpg","thumbnail_width":1920,"thumbnail_height":1280,"description":"\u65e5\u4ed8: 11\u670814\u65e5\uff08\u6728\u66dc\u65e5\uff09| \u6642\u9593: \u5348\u5f8c1\u664230\u5206\uff5e\u5348\u5f8c3\u664200\u5206 | \u5834\u6240: \u5348\u5f8c1\u664230\u5206\uff5e\u5348\u5f8c3\u664200\u5206 \u4e3b\u50ac:\u00a0\u4eac\u90fd\u5927\u5b66\u5927\u5b66\u9662\u533b\u5b66\u7814\u7a76\u79d1\u300c\u7d30\u80de\u30d0\u30a4\u30aa\u30c6\u30af\u30ce\u30ed\u30b8\u30fc\u300d\u7530\u7551\u30b0\u30eb\u30fc\u30d7 \u00d7 \u65e5\u672c\u751f\u7269\u88fd\u5264 \u00d7 \u30bb\u30eb\u30a4\u30f3\u30af \u5834\u6240 \u4eac\u90fd\u5927\u5b66 \u533b\u751f\u7269\u5b66\u7814\u7a76\u6240 2\u53f7\u99281\u968e\u4f1a\u8b70\u5ba4 \u6642\u9593 \u5348\u5f8c1\u664230\u5206\uff5e\u5348\u5f8c3\u664200\u5206 \u65e5\u4ed8 11\u670814\u65e5\uff08\u6728\u66dc\u65e5\uff09 \u6700\u65b0\u6280\u8853\u3092\u6d3b\u7528\u3057\u305f\u7814\u7a76\u958b\u767a\u306b\u89e6\u308c\u3066\u307f\u307e\u305b\u3093\u304b\uff1f \u30d0\u30a4\u30aa\u30de\u30c6\u30ea\u30a2\u30eb\u3068\u30d0\u30a4\u30aa\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0\u306e\u6700\u5148\u7aef\u6280\u8853\u3092\u5b9f\u969b\u306b\u4f53\u9a13\u3067\u304d\u308b\u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7\u3092\u4eac\u90fd\u5927\u5b66\u533b\u751f\u7269\u5b66\u7814\u7a76\u6240 \u3067\u958b\u50ac\u3044\u305f\u3057\u307e\u3059\u3002\u672c\u30ef\u30fc\u30af\u30b7\u30e7\u30c3\u30d7\u3067\u306f\u3001\u518d\u751f\u533b\u7642\u3084\u7d44\u7e54\u5de5\u5b66\u306b\u95a2\u9023\u3059\u308b\u9769\u65b0\u7684\u306a\u6280\u8853\u3068\u3001\u305d\u306e\u5fdc\u7528\u306b\u3064\u3044\u3066\u5b66\u3073\u3001\u5b9f\u969b\u306b\u30d0\u30a4\u30aa\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0\u6280\u8853\u3092\u4f53\u9a13\u3067\u304d\u308b\u8cb4\u91cd\u306a\u6a5f\u4f1a\u3092\u3054\u63d0\u4f9b\u3057\u307e\u3059\u3002 \u5bfe\u8c61\uff1a \u4eac\u90fd\u5927\u5b66\u306e\u7814\u7a76\u8005\u3001\u5927\u5b66\u9662\u751f\u3001\u6280\u8853\u8005\u304a\u3088\u3073\u95a2\u4fc2\u8005 \u518d\u751f\u533b\u7642\u3001\u7d44\u7e54\u5de5\u5b66\u3001\u30d0\u30a4\u30aa\u30de\u30c6\u30ea\u30a2\u30eb\u306e\u7814\u7a76\u306b\u5f93\u4e8b\u3055\u308c\u3066\u3044\u308b\u65b9 \u305d\u306e\u4ed6\u3001\u95a2\u9023\u5206\u91ce\u306b\u8208\u5473\u3092\u304a\u6301\u3061\u306e\u65b9 \u5f53\u65e5\u306e\u5185\u5bb9\uff1a \u300c\u30d0\u30a4\u30aa\u30de\u30c6\u30ea\u30a2\u30eb\u3092\u7528\u3044\u305f\u7d44\u7e54\u5de5\u5b66\u3068\u518d\u751f\u533b\u7642\u3078\u306e\u65b0\u305f\u306a\u5c55\u958b\u300d\u8b1b\u5e2b: \u7530\u7551 \u6cf0\u5f66\uff08\u4eac\u90fd\u5927\u5b66\uff09 \u7d44\u7e54\u5de5\u5b66\u306e\u6700\u524d\u7dda\u3067\u6d3b\u8e8d\u3059\u308b\u7530\u7551\u6559\u6388\u306b\u3001\u30d0\u30a4\u30aa\u30de\u30c6\u30ea\u30a2\u30eb\u3092\u6d3b\u7528\u3057\u305f\u518d\u751f\u533b\u7642\u306e\u6700\u65b0\u52d5\u5411\u3092\u3054\u7d39\u4ecb\u9802\u304d\u307e\u3059\u3002 \u300c\u30b3\u30e9\u30fc\u30b2\u30f3\u8db3\u5834\u6750\u306e\u7d44\u7e54\u5de5\u5b66\u3001\u4e09\u6b21\u5143\u57f9\u990a\u3001\u518d\u751f\u533b\u7642\u3078\u306e\u5fdc\u7528\u300d\u8b1b\u5e2b: \u4e94\u5341\u5d50 \u606d\u5b50\uff08\u682a\u5f0f\u4f1a\u793e \u65e5\u672c\u751f\u7269\u88fd\u5264\uff09 \u5177\u4f53\u7684\u306a\u5b9f\u7528\u4f8b\u3092\u901a\u3058\u3066\u3001\u30b3\u30e9\u30fc\u30b2\u30f3\u8db3\u5834\u6750\u306e\u53ef\u80fd\u6027\u306b\u3064\u3044\u3066\u306e\u304a\u8a71\u3092\u9802\u304d\u307e\u3059\u3002 \u300c\u30d0\u30a4\u30aa\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0\u6280\u8853\u306e\u7d39\u4ecb\u3068\u5fdc\u7528\u4e8b\u4f8b\u300d \u8b1b\u5e2b: \u5409\u6c5f \u306f\u308b\u304b\uff08\u30bb\u30eb\u30a4\u30f3\u30af\u682a\u5f0f\u4f1a\u793e\uff09 \u30d0\u30a4\u30aa\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0\u6280\u8853\u306e\u57fa\u672c\u304b\u3089\u3001\u5b9f\u969b\u306e\u5fdc\u7528\u4e8b\u4f8b\u307e\u3067\u3001\u5e45\u5e83\u304f\u3054\u7d39\u4ecb\u3057\u307e\u3059\u3002 \u30cf\u30f3\u30ba\u30aa\u30f3\u30bb\u30c3\u30b7\u30e7\u30f3\u300c3D\u30d0\u30a4\u30aa\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0\u4f53\u9a13\u300d \u62bc\u51fa\u3057\u5f0f\u30d0\u30a4\u30aa\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0\u306e\u5b9f\u6f14 \u5149\u9020\u5f62\u5f0f\u30d0\u30a4\u30aa\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0\u306e\u5b9f\u4f53\u9a13 \u5b9f\u969b\u306b\u6700\u5148\u7aef\u306e\u30d0\u30a4\u30aa\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0\u6280\u8853\u306b\u89e6\u308c\u3001\u6280\u8853\u306e\u5fdc\u7528\u3092\u808c\u3067\u611f\u3058\u3066\u3044\u305f\u3060\u3051\u307e\u3059\u3002 \u200b"}