12345678910111213141516171819202122232425262728293031323334353637383940 |
- const craftsPdfList = [
- {
- title: "技術導向創新模式之研究—以木材雷雕工藝為例",
- en_title: "A study of Technology-driven Innovative Model-Taking Laser Engraving Craft as an Example",
- author: "陳殿禮、歐陽宏柏、莊喻",
- en_author: "Chen tien-li , Ou Yang Hung Po , Chuang Yu",
- keywords: "木質材料、雷雕技術、創新模式、技術導向",
- en_keywords: "Wood material, laser engraving craft, innovative model, Technologydriven",
- fileName: "TechOriented"
- },
- {
- title: "材料體驗設計方法介紹及其在臺灣工藝中的推展報告",
- en_title: "An introduction to the materials experience design method and its promotion report in Taiwan crafts",
- author: "姚仁寬",
- en_author: "Yao Ren-kuan",
- keywords: "工藝、材料體驗、材料趨動設計方法(MDD)、在地材料、工藝材質自造實驗室(CAMEL)",
- en_keywords: "Craft, Materials Experience, Material Driven Design method(MDD), local material, Craft Application and Materials Experience Lab.(CAMEL)",
- fileName: "MaterialExploration"
- },
- {
- title: "結合瓷土與活性碳複合材料之研究與產品開發",
- en_title: "Study of the Porcelain with Active Carbon Composites and Products Development",
- author: "沈俊良",
- en_author: "Jyung-Lyang Shen",
- keywords: "瓷土、活性碳、遠紅外線放射率、XRD 礦物相鑑定、ICP 溶出試驗",
- en_keywords: "Porcelain clay, activated carbon, emissivity, XRD mineral identification, ICP dissolution test.",
- fileName: "ClayIntegration"
- },
- {
- title: "工不可沒.藝不可失:探討工藝產業的變通之道",
- en_title: "Research on the Model of Crafts Industry based on the Philosophy of “Tao-Qi-Pien-Tong”",
- author: "吳杰的、林榮泰、孫怡康、江怡瑩",
- en_author: "Jiede Wu , Rungtai Lin , Yikang Sun , I-Ying Chiang",
- keywords: "工藝產業、文化創意、商業模式、道器變通",
- en_keywords: "Crafts Industry, Culture Creative, Business Model, Tao-Qi-Pien-Tong",
- fileName: "EssentialCraft"
- }
- ];
- export default craftsPdfList
|