{"id":943,"date":"2023-03-02T20:20:56","date_gmt":"2023-03-02T12:20:56","guid":{"rendered":"https:\/\/sis.hbs.mybluehost.me\/when_dayisbroken\/?page_id=943"},"modified":"2023-05-02T15:08:14","modified_gmt":"2023-05-02T07:08:14","slug":"concept","status":"publish","type":"page","link":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/concept\/","title":{"rendered":"Concept"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"943\" class=\"elementor elementor-943\">\n\t\t\t\t<div class=\"elementor-element elementor-element-81c3c43 e-con-full e-flex e-con e-parent\" data-id=\"81c3c43\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3c57add e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"3c57add\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;fixed&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9037e01 elementor-widget elementor-widget-html\" data-id=\"9037e01\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script src=\"https:\/\/aframe.io\/releases\/1.4.0\/aframe.min.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/p5.js\/0.9.0\/p5.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/p5.js\/0.9.0\/addons\/p5.dom.min.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/p5.js\/0.9.0\/addons\/p5.sound.min.js\"><\/script>\n\n<div id='width-height' style=\"color:rgb(255,0,0)\"><\/div>\n\n\n<style type=\"text\/css\">\n    a-scene{\n        height: 100vh;\n        width: 100vw;\n        margin: auto;\n    }\n<\/style>\n\n<a-scene embedded>\n    <!--<a-box position=\"0 0 -9\" rotation=\"0 45 0\" color=\"#4CC3D9\"><\/a-box>-->\n    <a-entity \n        id='box1'\n        geometry=\"primitive: cylinder; height: 30; radius: 0.05\"\n        material=\"color: rgb(80,160,250); roughness: 0.2; metalness: 0.2\"\n        shadow=\"cast: true\"\n        rotation=\"0 45 0\"\n        position=\"0 0 -9\">\n    <\/a-entity>\n    <a-entity \n        id='box2'\n        geometry=\"primitive: cylinder; height: 30; radius: 0.05\"\n        material=\"color: rgb(80,220,250); roughness: 0.2; metalness: 0.2\"\n        shadow=\"cast: true\"\n        rotation=\"0 45 0\"\n        position=\"0 0 -9\">\n    <\/a-entity>\n    <a-entity \n        id='box3'\n        geometry=\"primitive: cylinder; height: 30; radius: 0.05\"\n        material=\"color: rgb(80,150,180); roughness: 0.2; metalness: 0.2\"\n        shadow=\"cast: true\"\n        rotation=\"0 45 0\"\n        position=\"0 0 -9\">\n    <\/a-entity>\n    <a-entity \n        id='box4'\n        geometry=\"primitive: cylinder; height: 30; radius: 0.051\"\n        material=\"color: rgb(80,220,250); roughness: 0.2; metalness: 0.2\"\n        shadow=\"cast: true\"\n        rotation=\"0 45 0\"\n        position=\"0 0 -9\">\n    <\/a-entity>\n    <a-entity \n        id='box5'\n        geometry=\"primitive: cylinder; height: 30; radius: 0.05\"\n        material=\"color: rgb(80,160,250); roughness: 0.2; metalness: 0.2\"\n        shadow=\"cast: true\"\n        rotation=\"0 45 0\"\n        position=\"0 0 -9\">\n    <\/a-entity>\n\n    \n<\/a-scene>\n\n<script>\n    var Box1,Box2,Box3,Box4,Box5;\n    function setup(){\n        Box1= document.querySelector('#box1');\n        Box2= document.querySelector('#box2');\n        Box3= document.querySelector('#box3');\n        Box4= document.querySelector('#box4');\n        Box5= document.querySelector('#box5');\n            \n        \n    }\n    \n    function draw(){\n        var value = getScrollTop();\n        \/\/Box.setAttribute('scale',{x:value*0.01, y:value*0.01, z:value*0.01});\n        Box1.setAttribute('position',{x:value*0.009+4, y:-value*0.004+5, z:-9});\n        Box1.setAttribute('rotation',{x:-value*0.2, y:value*0.2, z:value*0.2+80});\n        \n        Box2.setAttribute('position',{x:-value*0.004+8, y:value*0.06 + 2.8, z:-9});\n        Box2.setAttribute('rotation',{x:value*0.2, y:-value*0.2, z:value*0.2+20});\n        \n        Box3.setAttribute('position',{x:value*0.001, y:value*0.06 + 1.6, z:-9});\n        Box3.setAttribute('rotation',{x:value*0.2, y:value*0.2, z:-value*0.2+70});\n        \n        Box4.setAttribute('position',{x:value*0.08-5, y:value*0.08 + 2.4, z:-9});\n        Box4.setAttribute('rotation',{x:-value*0.2, y:-value*0.2, z:value*0.2+30});\n        \n        Box5.setAttribute('position',{x:-value*0.1, y:value*0.07 + 3.2, z:-9});\n        Box5.setAttribute('rotation',{x:value*0.2, y:-value*0.2, z:-value*0.2+100});\n    }\n    \n    \n    function getScrollTop(){\n      var bodyTop = 0;\n      if (typeof window.pageYOffset != \"undefined\") {\n        bodyTop = window.pageYOffset;\n    \n      } else if (typeof document.compatMode != \"undefined\"\n                 && document.compatMode != \"BackCompat\") {\n        bodyTop = document.documentElement.scrollTop;\n    \n      } else if (typeof document.body != \"undefined\") {\n        bodyTop = document.body.scrollTop;\n      }\n      \n      \/\/document.getElementById(\"width-height\").innerHTML = bodyTop;\n      return bodyTop;\n    }\n    \n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70f6495 e-con-full e-flex e-con e-child\" data-id=\"70f6495\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;fixed&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-86e0915 elementor-widget elementor-widget-html\" data-id=\"86e0915\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n    #canvas-container{\n        position: relative;\n        width:100%;\n    }\n<\/style>\n\n\n<div id=\"canvas-container\"><\/div>\n    \n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/three.js\/r128\/three.min.js\"><\/script>\n    \n    \n    \n    <script>\n    \n    \n      \/\/ \u521b\u5efa\u573a\u666f\n      var scene = new THREE.Scene();\n\n      \/\/ \u521b\u5efa\u76f8\u673a\n      var Camera = new THREE.PerspectiveCamera(75, window.innerWidth \/ window.innerHeight, 0.1, 1000);\n      Camera.position.z = 5;\n\n      \/\/ \u521b\u5efa\u6e32\u67d3\u5668\n      var renderer = new THREE.WebGLRenderer();\n      renderer.setSize(window.innerWidth, window.innerHeight);\n      document.getElementById('canvas-container').appendChild(renderer.domElement);\n      renderer.setPixelRatio(window.devicePixelRatio);\n \n      \/\/ \u521b\u5efa\u65b9\u5757\n      var geometry = new THREE.BoxGeometry(0.06, 0.06, 30);\n      var material = new THREE.MeshBasicMaterial({ color: 0x5CFFFF });\n      var cube = new THREE.Mesh(geometry, material);\n      scene.add(cube);\n      \n      var geometry2 = new THREE.BoxGeometry(0.02, 0.02, 30);\n      var material2 = new THREE.MeshBasicMaterial({ color: 0x1E5353 });\n      var cube2 = new THREE.Mesh(geometry2, material2);\n      scene.add(cube2);\n      \n      var geometry3 = new THREE.BoxGeometry(0.03, 0.03, 30);\n      var material3 = new THREE.MeshBasicMaterial({ color: 0x2F8282 });\n      var cube3 = new THREE.Mesh(geometry3, material3);\n      scene.add(cube3);\n      \n      var geometry4 = new THREE.BoxGeometry(0.01, 0.01, 30);\n      var material4 = new THREE.MeshBasicMaterial({ color: 0x579AFF});\n      var cube4 = new THREE.Mesh(geometry4, material4);\n      scene.add(cube4);\n      \n      var geometry5 = new THREE.BoxGeometry(0.03, 0.03, 30);\n      var material5 = new THREE.MeshBasicMaterial({ color: 0x2BA18A });\n      var cube5 = new THREE.Mesh(geometry5, material5);\n      scene.add(cube5);\n      \n      var geometry6 = new THREE.BoxGeometry(0.02, 0.02, 30);\n      var material6 = new THREE.MeshBasicMaterial({ color: 0x6A91FF });\n      var cube6 = new THREE.Mesh(geometry6, material6);\n      scene.add(cube6);\n\n      \/\/ \u6e32\u67d3\u573a\u666f\n      function render() {\n          requestAnimationFrame(render);\n          let value = getScrollTop();\n          cube.rotation.x = value*0.01+20;\n          cube.rotation.y = value*0.01+10;\n        \n          cube2.position.x = 3;\n          cube2.position.y = -1;\n          cube2.rotation.x = value*0.01+10;\n          cube2.rotation.y = value*0.01+20;\n          \n          cube3.position.y = 3;\n          cube3.position.x = -2;\n          cube3.rotation.x = value*0.001+10;\n          cube3.rotation.y = value*0.01+10;\n          \n          cube4.position.x = -1;\n          cube4.position.y = 3;\n          cube4.rotation.x = value*0.01+10;\n          cube4.rotation.y = value*0.04+20;\n          \n          cube5.position.y = -3;\n          cube5.position.x = 2;\n          cube5.rotation.x = value*0.005+10;\n          cube5.rotation.y = value*0.01+10;\n          \n          cube6.position.x = -3;\n          cube6.position.y = 1;\n          cube6.rotation.x = value*0.01+10;\n          cube6.rotation.y = value*0.01+20;\n          \n          \n          renderer.render(scene, Camera);\n      }\n      \n    \/\/   window.addEventListener('resize', function() {\n    \/\/     camera.aspect = window.innerWidth \/ window.innerHeight;\n    \/\/     camera.updateProjectionMatrix();\n    \/\/     renderer.setSize(window.innerWidth, window.innerHeight);\n    \/\/   })\n      \n      render();\n      \n      \n      function getScrollTop(){\n          var bodyTop = 0;\n          if (typeof window.pageYOffset != \"undefined\") {\n            bodyTop = window.pageYOffset;\n        \n          } else if (typeof document.compatMode != \"undefined\"\n                     && document.compatMode != \"BackCompat\") {\n            bodyTop = document.documentElement.scrollTop;\n        \n          } else if (typeof document.body != \"undefined\") {\n            bodyTop = document.body.scrollTop;\n          }\n          \n          \/\/document.getElementById(\"width-height\").innerHTML = bodyTop;\n          return bodyTop;\n     }\n    \n    <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18bec90 e-con-full e-flex e-con e-child\" data-id=\"18bec90\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c001107 elementor-widget elementor-widget-heading\" data-id=\"c001107\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u7838\u788e\u661f\u671f \uff3f \u4e4b\u5f8c<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e63272 elementor-widget elementor-widget-heading\" data-id=\"1e63272\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">When \uff3fday is broken<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-517ed54 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"517ed54\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b12e59f elementor-widget elementor-widget-text-editor\" data-id=\"b12e59f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">\u7834\u58de\u5f80\u5f80\u6bd4\u7dad\u6301\u5bb9\u6613\uff0c\u6211\u5011\u537b\u7e3d\u662f\u6230\u6230\u5162\u5162\u5730\u8a2d\u6cd5\u7dad\u6301\u751f\u6d3b\u7684\u539f\u72c0\uff0c\u65e5\u5fa9\u4e00\u65e5\u3001\u5e74\u5fa9\u4e00\u5e74\u3002 \u7136\u2f7d\u4f5b\u6d1b\u4f9d\u5fb7\u7684\u665a\u671f\u601d\u60f3\uff0c\u5c07\u2f08\u7684\u672c\u80fd\u5206\u70ba\u5efa\u8a2d\u6027\u7684\u300c\u2f63\u5b58\u672c\u80fd\u300d\u8207\u7834\u58de\u6027\u7684\u300c\u6b7b\u4ea1\u672c\u80fd\u300d\uff0c\u2f08\u5011\u5728\u2f00\u4ef6\u4e8b\u4e0a\u540c\u6642\u4f7f\u2f64\u5169\u7a2e\u672c\u80fd\uff0c\u53ea\u4e0d\u904e\u6b64\u6d88\u5f7c\u9577\u3002 \u4e00\u5982\u300c\u661f\u671f\u300d\uff0c\u770b\u4f3c\u6bcf\u4e03\u5929\u2f00\u500b\u5faa\u74b0\uff0c\u4f46\u5176\u5be6\u2f00\u76f4\u8d70\u5728\u7dda\u6027\u6642\u9593\u7684\u55ae\u2f8f\u9053\u4e0a\u3002\u6b7b\u4ea1\u672c\u80fd\u5c07\u5176\u62c6\u5206\u6210\u4e03\u500b\u2f00\u7d44\uff0c\u2f63\u5b58\u672c\u80fd\u518d\u5c0752\u500b\u9031\u671f\u7d44\u56de\u6210\u2f00\u5e74\uff0c\u63d0\u4f9b\u2f08\u5011\u2f63\u6d3b\u7684\u2f6c\u6a19\u8207\u898f\u5f8b\u3002<\/span><\/p><p><span style=\"font-weight: 400;\">\u96a8\u8457\u79d1\u6280\u7684\u767c\u5c55\uff0c\u793e\u6703\u9032\u6b65\u52a0\u901f\uff0c\u4eba\u5011\u7aed\u76e1\u6240\u80fd\u5c07\u2f63\u5b58\u672c\u80fd\u767c\u63ee\u5230\u6975\u81f4\uff0c\u537b\u4e5f\u56e0\u6b64\u8207\u6b7b\u4ea1\u672c\u80fd\u758f\u96e2\u3002\u6f38\u6f38\u5730\u5bb3\u6015\u72af\u932f\u3001\u6050\u61fc\u6846\u67b6\u4e2d\u51fa\u73fe\u88c2\u75d5\uff0c\u7e3d\u662f\u70ba\u4e86\u7f3a\u5931\u2f7d\u96e3\u904e\uff0c\u904a\u8569\u65bc\u61ca\u6094\u8207\u5931\u843d\u4e4b\u4e2d\u3002\u5018\u82e5\u7834\u58de\u5728\u6240\u96e3\u514d\uff0c\u6bd4\u8d77\u8ffd\u7a76\u539f\u56e0\u7684\u7121\u5fc3\u6216\u6709\u610f\uff0c\u8a66\u8457\u91cd\u7d44\u788e\u7247\u3001\u63a2\u7d22\u66f4\u5ee3\u95ca\u7684\u672a\u77e5\u4e5f\u8a31\u66f4\u6709\u50f9\u503c\u3002<\/span><\/p><p><span style=\"font-weight: 400;\">\u5728\u6b64\u5c55\u89bd\u4e2d\uff0c\u6211\u5011\u9080\u8acb\u89c0\u773e\u4e00\u8d77\u5c07\u6846\u67b6\u6253\u788e\uff0c\u4e26\u5728\u89c0\u5c55\u904e\u7a0b\u4e2d\uff0c\u7368\u2f83\u62fc\u6e4a\u2f00\u500b\u5c6c\u65bc\u2f83\u2f30\u7684\u65b0\u6846\u67b6\u3002\u300c\u7838\u788e\u661f\u671f _ \u4e4b\u5f8c\u300d\uff0c _ \u662f\u2f00\u500b\u958b\u653e\u7684\u7a7a\u683c\uff0c\u53ef\u4ee5\u662f\u4f86\u770b\u5c55\u89bd\u7684\u90a3\u2f00\u5929\uff0c\u53ef\u4ee5\u662f\u60f3\u8981\u96e3\u904e\u7684\u90a3\u2f00\u5929\uff0c\u4e5f\u53ef\u4ee5\u662f\u96e2\u958b\u719f\u6089\u57ce\u5e02\u7684\u90a3\u2f00\u5929\u3002\u5728\u7838\u788e\u90a3\u2f00\u5929\u5f8c\uff0c\u4f60\u6703\u505a\u4ec0\u9ebc\uff1f<\/span><\/p><p><span style=\"font-weight: 400;\">Destruction is often easier than maintenance, yet we always strive to maintain the status quo in our lives, day after day, year after year. However, Freud&#8217;s later thinking divided human instincts into the constructive life instinct(Eros) and the destructive death instinct(Thanatos). People use both instincts for one thing, but one always gains at the expense of the other. Just like &#8220;week,&#8221; which seems to cycle every seven days, but in fact, always progresses on a linear timeline. The death instinct splits it into groups of seven, while the life instinct groups 52 cycles back into a year, providing people with goals and patterns in their lives.<\/span><\/p><p><span style=\"font-weight: 400;\">With the development of technology and social progress accelerating, people are doing their utmost to maximize their life instincts but also alienating themselves from their death instincts. Gradually, people are afraid of making mistakes, fear the appearance of cracks in the framework, and always feel sad for what they lack, wandering in regret and loss. If destruction is unavoidable, rather than investigating the causes intentionally or unintentionally, trying to reassemble the fragments and explore broader unknown areas may be more valuable.<\/span><\/p><p><span style=\"font-weight: 400;\">In this exhibition, we invite the audience to break the framework together and piece together their own new framework during the exhibition. &#8220;When _day is Broken,&#8221; _ is an open space that can be the day of the exhibition visit, the day one wants to be sad, or the day one leaves a familiar city. After breaking that day, what will you do?<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u7838\u788e\u661f\u671f \uff3f \u4e4b\u5f8c When \uff3fday is broken \u7834\u58de\u5f80\u5f80\u6bd4\u7dad\u6301\u5bb9\u6613\uff0c\u6211\u5011\u537b\u7e3d\u662f\u6230\u6230\u5162\u5162\u5730\u8a2d\u6cd5\u7dad\u6301\u751f\u6d3b\u7684\u539f\u72c0\uff0c\u65e5\u5fa9\u4e00\u65e5\u3001\u5e74\u5fa9\u4e00\u5e74\u3002 \u7136\u2f7d\u4f5b\u6d1b\u4f9d\u5fb7\u7684\u665a\u671f\u601d\u60f3\uff0c\u5c07\u2f08\u7684\u672c\u80fd\u5206\u70ba\u5efa\u8a2d\u6027\u7684\u300c\u2f63\u5b58\u672c\u80fd\u300d\u2026<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"nf_dc_page":"","footnotes":""},"class_list":["post-943","page","type-page","status-publish","hentry"],"blocksy_meta":"","yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Concept - \u7838\u788e\u661f\u671f__\u4e4b\u5f8c When __day is broken<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/concept\/\" \/>\n<meta property=\"og:locale\" content=\"zh_TW\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Concept - \u7838\u788e\u661f\u671f__\u4e4b\u5f8c When __day is broken\" \/>\n<meta property=\"og:description\" content=\"\u7838\u788e\u661f\u671f \uff3f \u4e4b\u5f8c When \uff3fday is broken \u7834\u58de\u5f80\u5f80\u6bd4\u7dad\u6301\u5bb9\u6613\uff0c\u6211\u5011\u537b\u7e3d\u662f\u6230\u6230\u5162\u5162\u5730\u8a2d\u6cd5\u7dad\u6301\u751f\u6d3b\u7684\u539f\u72c0\uff0c\u65e5\u5fa9\u4e00\u65e5\u3001\u5e74\u5fa9\u4e00\u5e74\u3002 \u7136\u2f7d\u4f5b\u6d1b\u4f9d\u5fb7\u7684\u665a\u671f\u601d\u60f3\uff0c\u5c07\u2f08\u7684\u672c\u80fd\u5206\u70ba\u5efa\u8a2d\u6027\u7684\u300c\u2f63\u5b58\u672c\u80fd\u300d\u2026\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/concept\/\" \/>\n<meta property=\"og:site_name\" content=\"\u7838\u788e\u661f\u671f__\u4e4b\u5f8c When __day is broken\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-02T07:08:14+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9810\u4f30\u95b1\u8b80\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/concept\\\/\",\"url\":\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/concept\\\/\",\"name\":\"Concept - \u7838\u788e\u661f\u671f__\u4e4b\u5f8c When __day is broken\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/#website\"},\"datePublished\":\"2023-03-02T12:20:56+00:00\",\"dateModified\":\"2023-05-02T07:08:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/concept\\\/#breadcrumb\"},\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/concept\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/concept\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Concept\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/#website\",\"url\":\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/\",\"name\":\"\u7838\u788e\u661f\u671f__\u4e4b\u5f8c When __day is broken\",\"description\":\"2023 \u570b\u7acb\u6e05\u83ef\u5927\u5b78\u85dd\u8853\u5b78\u9662\u5b78\u58eb\u73ed\u7562\u696d\u5c55\",\"publisher\":{\"@id\":\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-TW\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/#organization\",\"name\":\"\u7838\u788e\u661f\u671f__\u4e4b\u5f8c When __day is broken\",\"url\":\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-TW\",\"@id\":\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/sis.hbs.mybluehost.me\\\/when_dayisbroken\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/sis.hbs.mybluehost.me\\\/when_dayisbroken\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/logo.png\",\"width\":4226,\"height\":3494,\"caption\":\"\u7838\u788e\u661f\u671f__\u4e4b\u5f8c When __day is broken\"},\"image\":{\"@id\":\"https:\\\/\\\/ipta.nthu.edu.tw\\\/when_dayisbroken\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Concept - \u7838\u788e\u661f\u671f__\u4e4b\u5f8c When __day is broken","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:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/concept\/","og_locale":"zh_TW","og_type":"article","og_title":"Concept - \u7838\u788e\u661f\u671f__\u4e4b\u5f8c When __day is broken","og_description":"\u7838\u788e\u661f\u671f \uff3f \u4e4b\u5f8c When \uff3fday is broken \u7834\u58de\u5f80\u5f80\u6bd4\u7dad\u6301\u5bb9\u6613\uff0c\u6211\u5011\u537b\u7e3d\u662f\u6230\u6230\u5162\u5162\u5730\u8a2d\u6cd5\u7dad\u6301\u751f\u6d3b\u7684\u539f\u72c0\uff0c\u65e5\u5fa9\u4e00\u65e5\u3001\u5e74\u5fa9\u4e00\u5e74\u3002 \u7136\u2f7d\u4f5b\u6d1b\u4f9d\u5fb7\u7684\u665a\u671f\u601d\u60f3\uff0c\u5c07\u2f08\u7684\u672c\u80fd\u5206\u70ba\u5efa\u8a2d\u6027\u7684\u300c\u2f63\u5b58\u672c\u80fd\u300d\u2026","og_url":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/concept\/","og_site_name":"\u7838\u788e\u661f\u671f__\u4e4b\u5f8c When __day is broken","article_modified_time":"2023-05-02T07:08:14+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u9810\u4f30\u95b1\u8b80\u6642\u9593":"1 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/concept\/","url":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/concept\/","name":"Concept - \u7838\u788e\u661f\u671f__\u4e4b\u5f8c When __day is broken","isPartOf":{"@id":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/#website"},"datePublished":"2023-03-02T12:20:56+00:00","dateModified":"2023-05-02T07:08:14+00:00","breadcrumb":{"@id":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/concept\/#breadcrumb"},"inLanguage":"zh-TW","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/concept\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/concept\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/"},{"@type":"ListItem","position":2,"name":"Concept"}]},{"@type":"WebSite","@id":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/#website","url":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/","name":"\u7838\u788e\u661f\u671f__\u4e4b\u5f8c When __day is broken","description":"2023 \u570b\u7acb\u6e05\u83ef\u5927\u5b78\u85dd\u8853\u5b78\u9662\u5b78\u58eb\u73ed\u7562\u696d\u5c55","publisher":{"@id":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-TW"},{"@type":"Organization","@id":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/#organization","name":"\u7838\u788e\u661f\u671f__\u4e4b\u5f8c When __day is broken","url":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/","logo":{"@type":"ImageObject","inLanguage":"zh-TW","@id":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/#\/schema\/logo\/image\/","url":"https:\/\/sis.hbs.mybluehost.me\/when_dayisbroken\/wp-content\/uploads\/2023\/03\/logo.png","contentUrl":"https:\/\/sis.hbs.mybluehost.me\/when_dayisbroken\/wp-content\/uploads\/2023\/03\/logo.png","width":4226,"height":3494,"caption":"\u7838\u788e\u661f\u671f__\u4e4b\u5f8c When __day is broken"},"image":{"@id":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/wp-json\/wp\/v2\/pages\/943","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/wp-json\/wp\/v2\/comments?post=943"}],"version-history":[{"count":20,"href":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/wp-json\/wp\/v2\/pages\/943\/revisions"}],"predecessor-version":[{"id":2675,"href":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/wp-json\/wp\/v2\/pages\/943\/revisions\/2675"}],"wp:attachment":[{"href":"https:\/\/ipta.nthu.edu.tw\/when_dayisbroken\/wp-json\/wp\/v2\/media?parent=943"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}