{"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":"\u969c\u58c1\u3092\u7834\u308b - \u8840\u7ba1\u69cb\u9020\u3092\u6301\u3064\u76ae\u819a\u306e\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"PPFvmHnxEO\"><a href=\"https:\/\/www.cellink.com\/jp\/customer-spotlight\/breaking-barriers-printing-vascularized-skin\/\">\u969c\u58c1\u3092\u7834\u308b &#8211; \u8840\u7ba1\u69cb\u9020\u3092\u6301\u3064\u76ae\u819a\u306e\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.cellink.com\/jp\/customer-spotlight\/breaking-barriers-printing-vascularized-skin\/embed\/#?secret=PPFvmHnxEO\" width=\"600\" height=\"338\" title=\"&#8220;\u969c\u58c1\u3092\u7834\u308b &#8211; \u8840\u7ba1\u69cb\u9020\u3092\u6301\u3064\u76ae\u819a\u306e\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0&#8221; &#8212; CELLINK Japan\" data-secret=\"PPFvmHnxEO\" 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\/2020\/04\/Screen-Shot-2020-05-01-at-9.06.34-PM.jpg","thumbnail_width":2048,"thumbnail_height":960,"description":"\u5c0e\u5165\u5148 Rensselaer Polytechnic Institute\uff08\u30ec\u30f3\u30bb\u30e9\u30fc\u5de5\u79d1\u5927\u5b66\u3001\u30a2\u30e1\u30ea\u30ab\uff09 \u7814\u7a76\u30c1\u30fc\u30e0 Pankaj Karande, T\u00e2nia Baltazar, Jonathan Merola, Carolina Catarino, \u307b\u304b \u8ab2\u984c \u73fe\u5728\u306e\u4eba\u5de5\u76ae\u819a\u79fb\u690d\u88fd\u54c1\u306f\u3001\u5275\u50b7\u6cbb\u7652\u3092\u4fc3\u9032\u3059\u308b\u3082\u306e\u306e\u3001\u60a3\u8005\u306e\u76ae\u819a\u7d44\u7e54\u3068\u7d71\u5408\u3055\u308c\u306a\u3044\u305f\u3081\u3001\u6700\u7d42\u7684\u306b\u306f\u8131\u843d\u3057\u3066\u3057\u307e\u3044\u307e\u3059\u3002\u4eba\u5de5\u79fb\u690d\u7247\u306b\u306f\u6a5f\u80fd\u3059\u308b\u8840\u7ba1\u7cfb\u304c\u306a\u3044\u3053\u3068\u304c\u3001\u5927\u304d\u306a\u969c\u58c1\u3068\u306a\u3063\u3066\u3044\u307e\u3059\u3002 \u89e3\u6c7a\u7b56 Karande\u6c0f\u3068\u5f7c\u306e\u7814\u7a76\u30c1\u30fc\u30e0\u306f\u3001BIO X\u3068\u6e29\u5ea6\u5236\u5fa1\u30d7\u30ea\u30f3\u30c8\u30d8\u30c3\u30c9\u3092\u4f7f\u3044\u3001\u30d2\u30c8\u5185\u76ae\u7d30\u80de\u3001\u30d2\u30c8\u5468\u76ae\u7d30\u80de\u3001\u52d5\u7269\u30b3\u30e9\u30fc\u30b2\u30f3\u3092\u542b\u3080\u30d0\u30a4\u30aa\u30a4\u30f3\u30af\u3092\u958b\u767a\u3057\u307e\u3057\u305f\u3002\u6e29\u5ea6\u5b89\u5b9a\u6027\u3068\u7d30\u80de\u306b\u512a\u3057\u3044\u8a2d\u8a08\u306b\u3088\u308a\u3001\u3053\u308c\u3089\u306e\u9020\u5f62\u7269\u3092\u78ba\u5b9f\u306b\u30d7\u30ea\u30f3\u30c8\u3067\u304d\u307e\u3059\u3002 \u7d50\u679c \u3053\u306e\u91cd\u8981\u306a\u8981\u7d20\u306e\u7d44\u307f\u5408\u308f\u305b\u306b\u3088\u308a\u3001\u7d30\u80de\u306f\u4f1d\u9054\u3092\u958b\u59cb\u3057\u3001\u3055\u3089\u306b\u91cd\u8981\u306a\u3053\u3068\u306f\u3001\u6570\u9031\u9593\u4ee5\u5185\u306b\u751f\u4f53\u8840\u7ba1\u3068\u985e\u4f3c\u306e\u69cb\u9020\u3092\u6709\u3059\u308b\u8840\u7ba1\u69cb\u9020\u3092\u5f62\u6210\u3057\u59cb\u3081\u307e\u3059\u3002\u8840\u7ba1\u5f62\u6210\u304c\u59cb\u307e\u308b\u3068\u3001\u6804\u990a\u7d20\u3068\u8001\u5ec3\u7269\u3092\u4ea4\u63db\u3057\u3001\u79fb\u690d\u7247\u306e\u751f\u5b58\u3092\u7dad\u6301\u3067\u304d\u307e\u3059\u3002\u3055\u3089\u306b\u3001\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306e\u91cd\u8981\u306a\u958b\u767a\u306f\u3001\u7279\u5b9a\u306e\u72b6\u6cc1\u306b\u5408\u308f\u305b\u305f\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3067\u304d\u308b\u7cbe\u5bc6\u533b\u7642\u306b\u304a\u3051\u308b 3D\u30d0\u30a4\u30aa\u30d7\u30ea\u30f3\u30c6\u30a3\u30f3\u30b0\u306e\u5927\u304d\u306a\u53ef\u80fd\u6027\u3092\u793a\u3057\u3066\u3044\u307e\u3059\u3002 Karande\u6559\u6388\u306b\u3088\u308b\u7814\u7a76\u306e\u3054\u7d39\u4ecb\u306f\u3001\u3053\u3061\u3089\u304b\u3089\u3054\u89a7\u3044\u305f\u3060\u3051\u307e\u3059\u3002 https:\/\/www.youtube.com\/watch?v=7uM9HDmBeVE&#038;feature=emb_logo \u7d9a\u304d\u3092\u8aad\u3080 T\u00e2nia Baltazar, Jonathan Merola, Pankaj Karande et al.\u00a0Tissue Engineering Part A. 2020.\u00a0"}