<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>EasyRef &#124; 每周专题</title>
	<link>https://topic.easyref.design</link>
	<description>EasyRef &#124; 每周专题</description>
	<pubDate>Sat, 14 Jun 2025 10:40:16 +0000</pubDate>
	<generator>https://topic.easyref.design</generator>
	<language>en</language>
	
		
	<item>
		<title>Home</title>
				
		<link>https://topic.easyref.design/Home</link>

		<pubDate>Wed, 26 Jun 2024 04:40:20 +0000</pubDate>

		<dc:creator>EasyRef &#124; 每周专题</dc:creator>

		<guid isPermaLink="true">https://topic.easyref.design/Home</guid>

		<description>
    
    
        
            EasyRef
            
        
        
            
                官网
            &#38;nbsp; &#38;nbsp; &#38;nbsp;部落格
            
        
    
    
    
    User: &#38;nbsp; Do you have eyes?
        AI: &#38;nbsp; &#38;nbsp; What do you think?
        User: &#38;nbsp; No.
        AI: &#38;nbsp; &#38;nbsp; You're right. I'm not a woman.




    body {
        margin: 0;
        background: linear-gradient(to bottom, #d9faec, #abdad9, #e3f6f9, #9cc8ed, #79C7C5);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    /* 滚动条 */
    /* width */

    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    ::-webkit-scrollbar {
        width: 10px;
        height: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f100;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #88888866;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #26b0b0;
    }

    .menu-title {
        font-size: 24px;
        font-weight: 700;
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif !important;
        text-align: justify;
    }

    .menu-text {
        font-size: 24px;
        font-weight: 700;
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif !important;
        text-align: justify;
    }

    /*泡泡 */
    .bubbles {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: fixed;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        z-index: -100;
        transform: translateX(-50%) translateY(-50%);
    }

    .bubble {
        position: absolute;
        bottom: -250px;
        width: 200px;
        height: 200px;
        background: #f1f1f1;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        opacity: 0.4;
        animation: rise 10s infinite ease-in;
        -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
        -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    }

    .bubble:nth-child(1) {
        width: 80px;
        height: 80px;
        left: 10%;
        animation-duration: 8s;
        animation-delay: 3s;
    }

    .bubble:nth-child(2) {
        width: 160px;
        height: 160px;
        left: 20%;
        animation-duration: 15s;
        animation-delay: 15s;
    }

    .bubble:nth-child(3) {
        width: 70px;
        height: 70px;
        left: 35%;
        animation-duration: 7s;
        animation-delay: 4s;
    }

    .bubble:nth-child(4) {
        width: 90px;
        height: 90px;
        left: 50%;
        animation-duration: 11s;
        animation-delay: 6s;
    }

    .bubble:nth-child(5) {
        width: 100px;
        height: 100px;
        left: 55%;
        animation-duration: 6s;
        animation-delay: 2s;
    }

    .bubble:nth-child(6) {
        width: 45px;
        height: 45px;
        left: 65%;
        animation-duration: 8s;
        animation-delay: 5s;
    }

    .bubble:nth-child(7) {
        width: 300px;
        height: 300px;
        left: 70%;
        animation-duration: 15s;
        animation-delay: 10s;
    }

    .bubble:nth-child(8) {
        width: 180px;
        height: 180px;
        left: 80%;
        animation-duration: 10s;
        animation-delay: 20s;
    }

    .bubble:nth-child(9) {
        width: 120px;
        height: 120px;
        left: 70%;
        animation-duration: 10s;
        animation-delay: 10s;
    }

    .bubble:nth-child(10) {
        width: 250px;
        height: 250px;
        left: 25%;
        animation-duration: 15s;
        animation-delay: 10s;
    }

    @keyframes rise {
        0% {
            bottom: -100px;
            transform: translateX(0);
        }

        50% {
            transform: translate(100px);
        }

        100% {
            bottom: 1080px;
            transform: translateX(-200px);
        }
    }


    [data-css-preset] [thumbnails-pad] {
        padding: .7rem;
    }

    /* Image Style */
    [thumbnails] .thumbnail img {
        display: block;
        min-height: 3px;
        border-radius: 20px;
        /*
		border-radius: 3vmin 3vmin 0 0;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
		background: rgb(255, 255, 255, 0.5);
		border: solid;
		border-width: 1.5px;
		border-color: rgb(255, 255, 255, 1);
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
		-webkit-tap-highlight-color: transparent;
		*/
    }

    .content img {
        padding: 8px;
    }

    .thumbnails .title {
        margin-top: 1px;
        margin-bottom: 8px;
        font-synthesis: weight;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.5;
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
        text-align: center;
        margin-left: 8px;
        margin-right: 8px;
    }

    .image-link {
        display: block;
        min-height: 3px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        background: rgb(255, 255, 255, 0.5);
        border: solid;
        border-width: 1.5px;
        border-color: rgb(255, 255, 255, 1);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        -webkit-tap-highlight-color: transparent;
    }

    .image-link:hover {
        border-color: rgb(38, 176, 176, 1);
        -ms-transform: scale(1.01);
        /* IE 9 */
        -webkit-transform: scale(1.01);
        /* Safari 3-8 */
        transform: scale(1.01);
        transition: transform .5s ease;
    }

    @media (prefers-color-scheme: dark) {
        body {
            background: rgb(34, 34, 34) !important;
            color: #ddd;
        }

        #overlay {
            background-image: linear-gradient(to right, rgba(34, 34, 34, 1), rgba(34, 34, 34, 0) 60%);
        }

        .thumbnails .title {
            color: #ddd;
        }

        .menu-text {
            color: #ddd;
        }

        small {
            color: #ddd !important;
        }

        .image-link {
            border: 1.5px solid black;
            background: rgb(0, 0, 0, 0.5) !important;
        }

        .image-link:hover {
            border-color: #abdad9;
        }
    }
</description>
		
	</item>
		
		
	<item>
		<title>别只盯着 GH！SketchUp 也能做日照分析</title>
				
		<link>https://topic.easyref.design/GH-SketchUp</link>

		<pubDate>Sat, 14 Jun 2025 10:40:16 +0000</pubDate>

		<dc:creator>EasyRef &#124; 每周专题</dc:creator>

		<guid isPermaLink="true">https://topic.easyref.design/GH-SketchUp</guid>

		<description>
	
		
			
				别只盯着 GH！SketchUp 也能做日照分析
			
		
		
		&#60;img width="768" height="404" width_o="768" height_o="404" data-src="https://freight.cargo.site/t/original/i/04fc1c070e82ad4afd1e2438369ec999b96a7b215f99313ccb9eb9b1de10b807/architecturaldiagram.gif" data-mid="234554539" border="0" data-scale="25" data-no-zoom="true" data-icon-mode src="https://freight.cargo.site/w/768/i/04fc1c070e82ad4afd1e2438369ec999b96a7b215f99313ccb9eb9b1de10b807/architecturaldiagram.gif" /&#62;
		
		
			
			📍日照分析一定要用 Grasshopper 吗？当然不是！
			
			这次尝试用 SketchUp + Photoshop 制作了一支动态的场地分析视频，用更直观的方式展示建筑场地的光照情况与环境关系。
			
			相比传统的静态分析图，视频形式能更好地表达建筑与环境的互动，让设计汇报和竞图表达都更生动、说服力更强。📽️✨
			
			🔥不必依赖复杂脚本，也能实现不错的动态视觉表达～非常适合在前期快速输出场地感知内容。
			
		
		
		
&#60;img width="3500" height="1839" width_o="3500" height_o="1839" data-src="https://freight.cargo.site/t/original/i/2c76556ff8ebe04ca9e3d5f1bad4f2418b7815e453997020547ff713d28c84b6/g0jvvz32qihl3ppu5se1d6aa7rcp.jpg" data-mid="234555392" border="0"  src="https://freight.cargo.site/w/1000/i/2c76556ff8ebe04ca9e3d5f1bad4f2418b7815e453997020547ff713d28c84b6/g0jvvz32qihl3ppu5se1d6aa7rcp.jpg" /&#62;
&#60;img width="3500" height="1839" width_o="3500" height_o="1839" data-src="https://freight.cargo.site/t/original/i/5507d1626d47457cdf122645257b90f4b49a4984976e2e28c0db57a16c83a80c/p6lhuhqct2ke8c50zauwwyr33oxv.jpg" data-mid="234555393" border="0"  src="https://freight.cargo.site/w/1000/i/5507d1626d47457cdf122645257b90f4b49a4984976e2e28c0db57a16c83a80c/p6lhuhqct2ke8c50zauwwyr33oxv.jpg" /&#62;
&#60;img width="3500" height="1839" width_o="3500" height_o="1839" data-src="https://freight.cargo.site/t/original/i/cbaa114989e02ea55d2ee3c328beb95635ebc367032af532eb241781b786a730/uir1p70lrpb52hhfeh249ph8oe43.jpg" data-mid="234555394" border="0"  src="https://freight.cargo.site/w/1000/i/cbaa114989e02ea55d2ee3c328beb95635ebc367032af532eb241781b786a730/uir1p70lrpb52hhfeh249ph8oe43.jpg" /&#62;

		
		
		
		
			
				适用范围：
			
		
		
			
				城市设计图
				建筑图解
				场地分析图
				日照路径分析图
				…以及其他建筑表现形式
			
			
		

		
			
				使用软件：
			
		
		
			
				SketchUp：用于建模、编辑太阳路径、风向、视线等分析要素
				Photoshop：用于编辑导出的图像，并添加太阳与风的动画效果
			
			
		
		
		
		
			
				教程步骤
			
		
		
			
				步骤一
			
			
				确定研究场地的经纬度坐标
			
			1.假设客户提供了一个研究地址：西班牙瓦伦西亚
			
			2.我们使用地图获取经纬度（这里我们推荐使用百度地图）：
			
			•打开这个链接：百度地区
			
			•在地图上点击妳想要定位的区域
			
			•页面下方就会自动显示该点的经纬度
			
			•复制这一串数字作为后续 SketchUp 设置太阳路径的参考
			
			例如我点击得到的坐标是：
			经度：116.341316，纬度：39.955432
			
			✅ 现在我们就可以进入 SketchUp，载入场地模型并设定日照方向啦！
			
		
		&#60;img width="3652" height="2244" width_o="3652" height_o="2244" data-src="https://freight.cargo.site/t/original/i/c836ac53abcac5993fb6be26d73a05048a6f87e42560ef5fcfc68a85e6e2a4b6/-2025-06-14-7.22.54.png" data-mid="234555003" border="0" data-scale="45" data-no-zoom="true" data-icon-mode src="https://freight.cargo.site/w/1000/i/c836ac53abcac5993fb6be26d73a05048a6f87e42560ef5fcfc68a85e6e2a4b6/-2025-06-14-7.22.54.png" /&#62;
		

		
			
				步骤二
			
			
				在建筑图中添加太阳路径，并自定义经纬度
			
			这里我们需要用到一个 SketchUp 插件：点击下载，下载通过 SketchUp 安装
			
			1.从经纬度生成太阳路径（Sunpath）
			
			打开插件，选择第一个选项「Create Sunpath from Coordinates」，
            &#60;img width="974" height="464" width_o="974" height_o="464" data-src="https://freight.cargo.site/t/original/i/d56c21c04deeb029d5218a2c8e73f095be4aa5cdc7ffdad70b190dce468f25c1/-2025-06-14-8.51.16.png" data-mid="234555973" border="0" data-scale="25" data-no-zoom="true" data-icon-mode src="https://freight.cargo.site/w/974/i/d56c21c04deeb029d5218a2c8e73f095be4aa5cdc7ffdad70b190dce468f25c1/-2025-06-14-8.51.16.png" /&#62;
            
            选择「Manual Input」，然后点击「确定」，
            
            &#60;img width="972" height="434" width_o="972" height_o="434" data-src="https://freight.cargo.site/t/original/i/3355fedc7b6e1854fb2f261732b5847fd4aa31da564ffbb92ffc58911f728944/-2025-06-14-8.45.59.png" data-mid="234555930" border="0" data-scale="25" data-no-zoom="true" data-icon-mode src="https://freight.cargo.site/w/972/i/3355fedc7b6e1854fb2f261732b5847fd4aa31da564ffbb92ffc58911f728944/-2025-06-14-8.45.59.png" /&#62;
            
            之后通过手动输入经纬度的数字比如括号内的（39.955432,116.341316），即可自动生成三维太阳路径，然后拖拽到妳的模型的位置。（注意这里我们要把百度地图得到的数字互换）
            
			
		
		
			&#60;img width="1024" height="576" width_o="1024" height_o="576" data-src="https://freight.cargo.site/t/original/i/3e8bbff0d39d62a8a51821138e117ca6124d8217ebfc14a6f257398f71f31b2c/F1.gif" data-mid="234555013" border="0" data-scale="45" data-no-zoom="true" data-icon-mode src="https://freight.cargo.site/w/1000/i/3e8bbff0d39d62a8a51821138e117ca6124d8217ebfc14a6f257398f71f31b2c/F1.gif" /&#62;
		
		

		
			2.创建阴影分析图（Shadow Analysis）
			
			模拟你设置的时间段内，太阳和阴影在场地上的位置。
			
			不用再猜测或手动调时间轴，系统会自动帮你还原真实日照情况。
			
			妳可以针对不同的时段（如春分、夏至、秋分、冬至等）查看光照与阴影如何变化。
			
			可直接导出图像，方便对客户讲解方案。
			
		
		
			&#60;img width="1024" height="576" width_o="1024" height_o="576" data-src="https://freight.cargo.site/t/original/i/29451ce6a73d40e27c384767e925a2b1cc26cb75fc12b100071becae8e863947/F2.gif" data-mid="234555022" border="0" data-scale="45" data-no-zoom="true" data-icon-mode src="https://freight.cargo.site/w/1000/i/29451ce6a73d40e27c384767e925a2b1cc26cb75fc12b100071becae8e863947/F2.gif" /&#62;
		
		

		
			3.导出阴影分析图
			
			一键批量导出不同时间的阴影与太阳位置图像。
			
			对比一年四季中相同时间段的光照变化，帮助客户理解光照设计的逻辑。
			
			可将多张图片合成 PDF，方便展示、汇报与讨论。
			
			一目了然的视觉模拟，是说服客户采纳设计方案的好工具！
			
		
		
			&#60;img width="1024" height="576" width_o="1024" height_o="576" data-src="https://freight.cargo.site/t/original/i/d1b703a666132fab0fd251d4d4f9795e445ebacfb65fe362f83775916d034d5c/F3.gif" data-mid="234555263" border="0" data-scale="45" data-no-zoom="true" data-icon-mode src="https://freight.cargo.site/w/1000/i/d1b703a666132fab0fd251d4d4f9795e445ebacfb65fe362f83775916d034d5c/F3.gif" /&#62;
		
		


		
			
				手工方法（只针对于插件不生效的情况）
			
		

		
			
				步骤一
			
			
				导入我们提供的太阳路径 SketchUp 文件，点击下载
			
            低版本下载（SketchUp 2013）

		
			
				步骤二
			
			
				打开后您会看到一个太阳路径，如下图
			
		
		&#60;img width="1941" height="1194" width_o="1941" height_o="1194" data-src="https://freight.cargo.site/t/original/i/c9170a8738654231d7caa71d65ad4cb9ea167a222a79be3cc5d2dab7529563a2/-2025-06-27-7.45.29.png" data-mid="235101288" border="0" data-scale="45" data-no-zoom="true" data-icon-mode src="https://freight.cargo.site/w/1000/i/c9170a8738654231d7caa71d65ad4cb9ea167a222a79be3cc5d2dab7529563a2/-2025-06-27-7.45.29.png" /&#62;
		

		
			
				步骤三
			
			
				放大太阳路径的中心，您会看到一个量角器，如下图
			
		
		&#60;img width="1941" height="1194" width_o="1941" height_o="1194" data-src="https://freight.cargo.site/t/original/i/7ead38add957682665370c4d87d7363f5546096e29738432cd27c2fe891bacdc/-2025-06-27-7.45.32.png" data-mid="235101287" border="0" data-scale="45" data-no-zoom="true" data-icon-mode src="https://freight.cargo.site/w/1000/i/7ead38add957682665370c4d87d7363f5546096e29738432cd27c2fe891bacdc/-2025-06-27-7.45.32.png" /&#62;
		

		
			
				步骤四
			
			
				双击轨道上的黄色小球（太阳）进入这个组，如下图
			
			
		
		&#60;img width="1941" height="1194" width_o="1941" height_o="1194" data-src="https://freight.cargo.site/t/original/i/90de957946fc5fe3e1216750ed52d0c8c4b5145951c50dbe6515f01a42f74aea/-2025-06-27-7.55.31.png" data-mid="235101363" border="0" data-scale="45" data-no-zoom="true" data-icon-mode src="https://freight.cargo.site/w/1000/i/90de957946fc5fe3e1216750ed52d0c8c4b5145951c50dbe6515f01a42f74aea/-2025-06-27-7.55.31.png" /&#62;
		

		
			
				步骤五
			
			
				将量角器的中心对准箭头的中心（如图所示），然后将量角器旋转到与坐标中的第二个数字（即纬度）相等的角度。
			
			
			比如前边我们的百度地图，（116.341316,39.955432），我们使用 39.955432，所以我们旋转40度，就得到了对应地区的日照分析图
		
		&#60;img width="1941" height="1194" width_o="1941" height_o="1194" data-src="https://freight.cargo.site/t/original/i/d9a181302c44f75e57a7e172d5fba62b1abb9403a0759e969dc0a74d029977ab/-2025-06-27-7.57.37.png" data-mid="235101362" border="0" data-scale="45" data-no-zoom="true" data-icon-mode src="https://freight.cargo.site/w/1000/i/d9a181302c44f75e57a7e172d5fba62b1abb9403a0759e969dc0a74d029977ab/-2025-06-27-7.57.37.png" /&#62;
		

		
			
				步骤六
			
			
				最后，是额外的步骤，在这里妳可以下载风向的 SketchUp 箭头文件，点击下载，然后在网上查询当地的风玫瑰，然后手动旋转风向的箭头置于建筑周边即可。
			
		
		
		
		
		
	



	body {
		margin: 0;
		background: linear-gradient(to bottom, #d9faec, #abdad9, #e3f6f9, #9cc8ed, #79C7C5);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	/* 滚动条 */
	/* width */

	.scrolling-wrapper {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	::-webkit-scrollbar {
		width: 10px;
		height: 5px;
	}

	/* Track */
	::-webkit-scrollbar-track {
		background: #f1f1f100;
	}

	/* Handle */
	::-webkit-scrollbar-thumb {
		background: #88888866;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: #26b0b0;
	}

	.image-gallery .gallery_card img {
		border-radius: 3vmin;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 4px 8px 0 rgba(0, 0, 0, 0.4);
	}

	.image-radius {
		border-radius: 3vmin;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 4px 8px 0 rgba(0, 0, 0, 0.4);
	}

	.no-shadow img {
		box-shadow: none !important;
	}

	.topMargin {
		margin-top: 0% !important;
	}

	.text-font {
		font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif !important;
	}

	.bodyText {
		font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
		white-space: normal;
		box-sizing: border-box;
		visibility: visible;
		text-align: justify;
		text-align-last: center;
		text-justify: inter-ideograph;
		word-break: break-all;
		color: #292929;
		font-size: 16px !important;
		line-height: 1.5;
	}

	.bottomMargin {
		margin-bottom: 7% !important;
	}

	ul {
      /* 清除默认内外边距 */
      margin: 0 !important;
      padding: 0 !important;
      /* 水平居中对齐子元素 inline-block */
      text-align: center !important;
    }
    ul li {
      /* 去掉默认的悬挂 marker */
      list-style: none !important;
      /* 如果想保留一个自定义的圆点，可用 ::before 或者 background-image */
      margin: 0 10px !important; /* 每个项目左右留点空隙 */
    }
    /* 可选：自定义一个圆点做 marker */
    ul li::before {
      content: "•" !important;     /* 一个实心圆 */
      color: #333 !important;      /* 颜色 */
      display: inline-block !important;
      width: 1em !important;       /* 留出一点宽度放圆点 */
      margin-left: -1em !important;/* 把圆点拉到文字前面 */
	}

	/* 查看更多 */
	.centerButton {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100px;
	}

	.button {
		color: white;
		padding: 16px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		transition-duration: 0.4s;
		cursor: pointer;
		color: black;
		background-color: rgb(255, 255, 255, 0.3);
		border: solid;
		border-width: 1px;
		border-color: rgb(255, 255, 255, 1);
		border-radius: 12px;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
		font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
	}

	.button span {
		cursor: pointer;
		display: inline-block;
		position: relative;
		transition: 0.5s;
	}

	.button span:after {
		font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
		content: "&#62;&#62;";
		font-weight: 900;
		position: absolute;
		opacity: 0;
		top: 0;
		right: -20px;
		transition: 0.5s;
	}

	.button:hover {
		-ms-transform: scale(1.1);
		/* IE 9 */
		-webkit-transform: scale(1.1);
		/* Safari 3-8 */
		transform: scale(1.1);
	}

	.button:hover span {
		padding-right: 25px;
	}

	.button:hover span:after {
		opacity: 1;
		right: 0;
	}

	.button:active {
		background-color: #26b0b066;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
		transform: translateY(4px);
	}

	@media screen and (max-width: 500px) {
		.topMargin {
			margin-top: 60px !important;
		}
	}

	@media (prefers-color-scheme: dark) {
		body {
			background: rgb(34, 34, 34) !important;
			color: #ddd;
		}

		.bodyText {
			color: #ddd !important;
		}

		.button,
		h1,
		h2,
		h3,
		h4,
		h5 {
			color: #ddd !important;
		}
	}
</description>
		
	</item>
		
		
	<item>
		<title>西班牙《阿利坎特会议中心》竞标提案：打造海滨文化交流的新地标</title>
				
		<link>https://topic.easyref.design/37013937</link>

		<pubDate>Sun, 08 Dec 2024 09:36:57 +0000</pubDate>

		<dc:creator>EasyRef &#124; 每周专题</dc:creator>

		<guid isPermaLink="true">https://topic.easyref.design/37013937</guid>

		<description>



    
    西班牙《阿利坎特会议中心》竞标提案：打造海滨文化交流的新地标
    



    
        
            方案1
            
                &#60;img src="https://cdn.sa.net/2024/12/08/1muIL5FVrqAJDHN.webp" alt="方案1预览"&#62;
            
        
        
            方案2
            
                &#60;img src="https://cdn.sa.net/2024/12/08/3auTseL5o6jYbAk.webp" alt="方案2预览"&#62;
            
        
        
            方案3
            
                &#60;img src="https://cdn.sa.net/2024/12/08/mlAR4enVzETC1HP.webp" alt="方案3预览"&#62;
            
        
        
            方案4
            
                &#60;img src="https://cdn.sa.net/2024/12/08/AlJIqUa2ctgOseG.webp" alt="方案4预览"&#62;
            
        
        
    

    左右滑动以查看不同的方案

    
        
            西班牙《阿利坎特会议中心》竞标提案：
            打造海滨文化交流的新地标
        
    

    
        相关标签
    
        
            
                国家和地区：
            西班牙
            阿利坎特
        
        
            
                时间：
            2024
        


        
            
                建筑空间：
            会议中心
        
        
        
            
                建筑类型：
            未建成
            文化空间
        
        
            
                自然环境：
            海边
        
    
    
        .tag-title {
            font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
            font-weight: 600;
            text-align: left;
            font-size: 18px;
            color: #676767;
            margin-left: 2%;
        }

        .tag-category {
            font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
            font-weight: 300;
            text-align: left;
            font-size: 14px;
            color: #676767;
        }

        .frame {
            width: 100%;
            margin: 0px auto;
            text-align: left;
        }

        button {
            margin: 5px;
        }

        .custom-btn {
            /*
            width: 150px;
            height: 30px;
            */
            color: #fff;
            border-radius: 1em;
            padding: 10px 25px;
            font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
            font-size: 12px;
            font-weight: 500;
            background: transparent;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            display: inline-block;
            box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, .5),
                2px 2px 5px 0px rgba(0, 0, 0, .1),
                4px 4px 5px 0px rgba(0, 0, 0, .1);
            outline: none;
        }

        /* green */
        .btn-green {
            background-color: rgba(29, 138, 6, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(29, 138, 6, .5);
            color: #082802;
        }

        .btn-green:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-green:hover {
            color: #000;
        }

        .btn-green:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-green:active {
            top: 2px;
        }


        /* blue */
        .btn-blue {
            background-color: rgba(23, 99, 215, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(23, 99, 215, .5);
            color: #0d397b;
        }

        .btn-blue:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-blue:hover {
            color: #000;
        }

        .btn-blue:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-blue:active {
            top: 2px;
        }


        /* yellow */
        .btn-yellow {
            background-color: rgba(199, 169, 31, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(199, 169, 31, .5);
            color: #6f5e11;
        }

        .btn-yellow:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-yellow:hover {
            color: #000;
        }

        .btn-yellow:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-yellow:active {
            top: 2px;
        }

        /* orange */
        .btn-orange {
            background-color: rgba(216, 103, 0, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(216, 103, 0, .5);
            color: #8c4300;
        }

        .btn-orange:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-orange:hover {
            color: #000;
        }

        .btn-orange:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-orange:active {
            top: 2px;
        }


        /* red */
        .btn-red {
            background-color: rgba(219, 45, 61, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(219, 45, 61, .5);
            color: #8a1822;
        }

        .btn-red:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-red:hover {
            color: #000;
        }

        .btn-red:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-red:active {
            top: 2px;
        }


        /* aqua */
        .btn-aqua {
            background-color: rgba(1, 126, 146, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(1, 126, 146, .5);
            color: #00272d;
        }

        .btn-aqua:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-aqua:hover {
            color: #000;
        }

        .btn-aqua:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-aqua:active {
            top: 2px;
        }

        /* purple */
        .btn-purple {
            background-color: rgba(73, 54, 181, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(73, 54, 181, .5);
            color: #291f66;
        }

        .btn-purple:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-purple:hover {
            color: #000;
        }

        .btn-purple:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-purple:active {
            top: 2px;
        }

        /* white */
        .btn-white {
            background-color: rgba(98, 99, 100, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(98, 99, 100, .5);
            color: #59595a;
        }

        .btn-white:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-white:hover {
            color: #000;
        }

        .btn-white:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-white:active {
            top: 2px;
        }


        /* pink */
        .btn-pink {
            background-color: rgba(255, 226, 231, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(128, 75, 84, 0.5);
            color: hwb(350 29% 50%);
        }

        .btn-pink:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-pink:hover {
            color: #000;
        }

        .btn-pink:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-pink:active {
            top: 2px;
        }

        @media (prefers-color-scheme: dark) {
            .tag-title {
                color: #ddd;
            }

            .tag-category {
                color: #ddd;
            }

            .custom-btn {
                color: rgb(8, 7, 7)
            }

            /* green */
            .btn-green {
                background-color: rgba(110, 143, 79, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(72, 87, 58, .5);
                color: #effadd;
            }

            .btn-green:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-green:hover {
                color: #fff;
            }


            /* blue */
            .btn-blue {
                background-color: rgba(74, 115, 159, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(59, 75, 90, .5);
                color: #acd0e7;
            }

            .btn-blue:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-blue:hover {
                color: #fff;
            }


            /* yellow */
            .btn-yellow {
                background-color: rgba(145, 140, 86, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(80, 78, 57, .5);
                color: #f9f6dd;
            }

            .btn-yellow:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-yellow:hover {
                color: #fff;
            }

            /* orange */
            .btn-orange {
                background-color: rgba(163, 123, 73, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(91, 76, 56, .5);
                color: #eedfc4;
            }

            .btn-orange:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-orange:hover {
                color: #fff;
            }


            /* red */
            .btn-red {
                background-color: rgba(153, 71, 74, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(83, 62, 62, .5);
                color: #fae3e2;
            }

            .btn-red:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-red:hover {
                color: #fff;
            }


            /* aqua */
            .btn-aqua {
                background-color: rgba(89, 145, 140, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(64, 84, 82, .5);
                color: #ccf6ee;
            }

            .btn-aqua:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-aqua:hover {
                color: #fff;
            }

            /* purple */
            .btn-purple {
                background-color: rgba(103, 85, 131, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(78, 71, 89, .5);
                color: #eadbfe;
            }

            .btn-purple:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-purple:hover {
                color: #fff;
            }

            /* white */
            .btn-white {
                background-color: rgba(100, 103, 113, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(64, 64, 67, .5);
                color: #ffffff;
            }

            .btn-white:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-white:hover {
                color: #fff;
            }


            /* pink */
            .btn-pink {
                background-color: rgba(119, 80, 114, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(84, 69, 83, 0.5);
                color: #e0cbdc
            }

            .btn-pink:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-pink:hover {
                color: #fff;
            }
        }
    

    
        
            
                竞标方案一（中标）
                
                    ☉&#38;nbsp;《圣卡洛斯会议中心》是由卢卡·波扬·福尔姆斯和弗拉德建筑事务所为阿利坎特市政府于&#38;nbsp;2024&#38;nbsp;年提出的获胜方案。该中心位于西班牙阿利坎特的海滨环境中。其规模庞大，建筑面积为&#38;nbsp;30,000&#38;nbsp;平方米，预算为&#38;nbsp;65,000,000&#38;nbsp;欧元，单价为&#38;nbsp;2,167&#38;nbsp;欧元/平方米。主要材料为砖。BS&#38;nbsp;arq&#38;nbsp;作为可视化设计师参与了该项目。请查看同一竞赛的四个提案。
                
                
                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/1m5KiCfMr7peFZs.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/r12btsfyR7eZYKm.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/SpVFBJDatvgKThQ.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/VTaMYpqC5HPrtwD.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/DzktxyX8sWiR9Pa.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/zI4XFDOM8pmRAo9.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/a7cNOj9qpJh34Ge.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/bKaAxhlYg1prVWn.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/olax5itMupQ1OyZ.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/4XvT7eZ8bYuRCVD.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/poCuy39fUKAHIFS.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/3Kd1Pr2DaV4nYOf.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/LbSvzQsXVIOwi6h.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/9gdU1sKqbzMATRk.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/IAZqjlpEXBVy1Ff.webp" alt="阿利坎特会议中心-Luca Poian Forms 和 Frade Arquitectos"&#62;
                        
                    
                
                
                
                    我们的提案从这座西班牙沿海城市丰富的历史中汲取灵感，旨在为阿利坎特的历史港口增添一座现代化的会议中心，打造一个鼓励连接和公众参与的当代地标。
                    
                    设计灵感来源于圣卡洛斯堡垒，这是一座曾经矗立在该地点的防御性建筑。堡垒于&#38;nbsp;19&#38;nbsp;世纪末被拆除，但其记忆在设计的两个独特体量中得以延续。这些锥形体量将采用白色釉面陶瓷砖装饰，以致敬瓦伦西亚的传统，形成闪耀的外立面。两个体量都设有战略性开口，提供精心策划的城市和地中海的视野。它们将被命名为“城堡”和“灯塔”。

                    该设计旨在满足各种活动的需求，主体量内设有可容纳&#38;nbsp;2,000&#38;nbsp;人、500&#38;nbsp;人和&#38;nbsp;300&#38;nbsp;人的活动厅。其他设施包括前厅、多功能厅、贵宾休息室、新闻发布室、为演讲者专设的后台区域和装卸设施。同时，类似塔楼的结构将用于办公空间。设计的一个关键特征是连接两个主要体量的桥梁。这一结构包含一个公共屋顶花园，为公众提供了一个新的聚集空间，并与自然相连接。
                    
                    该项目的适应性更进一步，绿色通道下隐藏着一个灵活的空间。在这里，可以根据城市不断变化的需求，设置停车场、额外的办公区域，甚至其他设施。凭借其深思熟虑、灵活的设计，汲取了该地区的历史，圣卡洛斯会议中心将成为城市建筑景观中一个充满活力的补充。
                
            



            
                竞标方案二
                
                    ☉&#38;nbsp;《阿利坎特会议中心》是&#38;nbsp;Moarqs，Aracil &#38;amp; Flores Arquitectos&#38;nbsp;和索菲亚·卡奇奥内为阿利坎特市政府于&#38;nbsp;2024&#38;nbsp;年提出的方案。该中心位于西班牙阿利坎特的海滨环境中。其规模庞大，建筑面积为&#38;nbsp;30,000&#38;nbsp;平方米，预算为&#38;nbsp;45,141,000&#38;nbsp;欧元，单价为&#38;nbsp;1,505&#38;nbsp;欧元/平方米。主要材料包括金属、玻璃和混凝土。伊桑·德·克拉克 “Ethan de Clerk” 作为可视化设计师参与了该项目。该方案探讨了基座、塔楼和格栅等概念。请查看同一竞赛的四个提案。
                
                
                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/cBKfmxIJl1MzLuw.webp" alt="阿利坎特会议中心-Moarqs, Aracil &#38;amp; Flores Arquitectos Sofía Cacchione"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/k34r5swAMVSPlFH.webp" alt="阿利坎特会议中心-Moarqs, Aracil &#38;amp; Flores Arquitectos Sofía Cacchione"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/IeGuHQEMahoNOfq.webp" alt="阿利坎特会议中心-Moarqs, Aracil &#38;amp; Flores Arquitectos Sofía Cacchione"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/YfCZo7bJ9q2NItx.webp" alt="阿利坎特会议中心-Moarqs, Aracil &#38;amp; Flores Arquitectos Sofía Cacchione"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/hNjzZ4bQaY6C97d.webp" alt="阿利坎特会议中心-Moarqs, Aracil &#38;amp; Flores Arquitectos Sofía Cacchione"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/WzY2ho94vC5aMVi.webp" alt="阿利坎特会议中心-Moarqs, Aracil &#38;amp; Flores Arquitectos Sofía Cacchione"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/HLZwRdoFfQmu3iM.webp" alt="阿利坎特会议中心-Moarqs, Aracil &#38;amp; Flores Arquitectos Sofía Cacchione"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/wu5K2fqI8LHBs7F.webp" alt="阿利坎特会议中心-Moarqs, Aracil &#38;amp; Flores Arquitectos Sofía Cacchione"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/Z9L7ibw8oRMVxhE.webp" alt="阿利坎特会议中心-Moarqs, Aracil &#38;amp; Flores Arquitectos Sofía Cacchione"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/QHuCTqAcewrBl9F.webp" alt="阿利坎特会议中心-Moarqs, Aracil &#38;amp; Flores Arquitectos Sofía Cacchione"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/SLw4hkFuBpXbHiE.webp" alt="阿利坎特会议中心-Moarqs, Aracil &#38;amp; Flores Arquitectos Sofía Cacchione"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/wORmjHs4B8UpC5M.webp" alt="阿利坎特会议中心-Moarqs, Aracil &#38;amp; Flores Arquitectos Sofía Cacchione"&#62;
                        
                    
                

                
                
                    会议中心被视为不仅仅是一座建筑；它代表了阿利坎特的战略愿景，旨在提升其全球地位，成为独特的城市参与者。借鉴其他地方成功的项目，认识到这样的提案不仅应激活当地社区，还应体现周围环境的积极价值。该提案旨在将会议中心设定为全球效率和可持续性的标杆，同时在地方上，寻求与阿利坎特进行有意义的对话，尊重其历史和文化。具体而言，它旨在振兴港口区域，使其成为商业和文化活动的中心，并增强旅游产品。该项目看到在城市重要部分进行干预的机会，旨在改善港口区域，并将其无缝地融入居民和游客的日常生活中。认识到阿利坎特的标志性地标，如圣巴巴拉城堡，该提案旨在通过创建一个新的地标来丰富城市的视觉身份，与现有结构和谐共存。这并不是要削弱这些结构在建设过程中面临的挑战，而是要拥抱它们的特征，并为城市的视觉魅力做出贡献。会议中心内行政程序的设计旨在突出但又与城市景观和谐相融，融入周围环境而不阻碍视线。新的体量类似于海岸塔，将与阿利坎特海岸塔的记忆相结合，丰富该地点的多层次性。该提案专注于开发一座现代、用户友好且节能的建筑，作为阿利坎特转型的地标，融入城市的日常生活和市民的情感联系。大型大厅优先考虑观众的流动性，其他功能则整合到垂直塔楼中，进一步增强其城市地标的地位。
                
            



            
                竞标方案三
                
                    ☉&#38;nbsp;《阿利坎特会议中心是》&#38;nbsp;Baile&#38;nbsp;Menduiña&#38;nbsp;为阿利坎特市政府在&#38;nbsp;2024&#38;nbsp;年提出的方案。该项目位于西班牙阿利坎特的海滨环境中。规模较大，面积为&#38;nbsp;27,800&#38;nbsp;平方米，预算为&#38;nbsp;65,000,000&#38;nbsp;欧元，单位成本为&#38;nbsp;2,338&#38;nbsp;欧元/平方米。主要材料为金属和混凝土。项目探讨了色彩爆发、中庭、折叠立面、自然开口和厚立面等概念。评审了同一竞赛的另外三个提案。
                
                
                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/FG46AYOK7XJpfon.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/9WNxXPisrdESGzC.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/skhM5ylxie4JXIo.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/Nm8GaJLTfqSudz7.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/SGQVyfP39Fvaqzn.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/Oa8TQFx5qI3VUYl.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/hqivgQDP8knO2Uy.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/zAabwm1sBQkELuW.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/OhzVCF1KlgPiUk6.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/cPtvCjNBh2i87gL.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/XQeP6Y8jSoGuBhf.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/ueHGwoEdJ7yUf93.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/4PIKtMD9lmFajSi.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/qy6eTQj1IL2oGZz.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/R3NQVYWiHSo9kKq.webp" alt="阿利坎特会议中心-拜勒·门杜伊纳"&#62;
                        
                    
                

                
                
                    该提案旨在为阿利坎特市建立一个新的会议中心。选定的地点是一块位于阿利坎特港&#38;nbsp;9&#38;nbsp;号和&#38;nbsp;A&#38;nbsp;码头之间的土地，面向&#38;nbsp;7&#38;nbsp;号码头。这个位置既带来了挑战，也提供了机遇，给城市公共空间的扩展带来了可能性，同时将其与现有地标如标志性海滨长廊整合在一起。公共设施越来越不仅仅是功能性的空间，它们还成为社交互动、公民参与和共享目标的中心。因此，项目力求采用一种独特的建筑设计方法，使其与周围环境和谐共存，并在用户、周边环境与阿利坎特市之间形成协同效应。周边环境包括诸如位于西侧的海事理工学院、大型购物中心以及新建的数字区建筑。在这多样的建筑群中，新的会议中心将补充港区的功能。此外，会议中心将作为文化和知识活动的核心枢纽，促进阿利坎特多元化社区内的协作与知识交流。它配备了最先进的设施和灵活的活动空间，旨在吸引国际会议和展览，提升阿利坎特作为商业和学术首选目的地的声誉。这一战略举措预计将推动城市经济增长，并巩固其在地中海地区会议和会展领域中的重要地位。
                
            




            
                竞标方案四
                
                    ☉&#38;nbsp;《阿利坎特市会议中心》是&#38;nbsp;Javier&#38;nbsp;de&#38;nbsp;las&#38;nbsp;Heras&#38;nbsp;Solé&#38;nbsp;为阿利坎特市政府设计的2024年第二名竞赛作品。项目位于西班牙阿利坎特的海滨环境中，规模较大。主要材料为金属和木材。评审了同一竞赛的另外三个提案。
                
                
                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/EaH3g5sWXbIijPu.webp" alt="阿利坎特会议中心-Javier de las Heras"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/7saFCINHPLrpkJu.webp" alt="阿利坎特会议中心-Javier de las Heras"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/gqpfsHXC1BVkeFb.webp" alt="阿利坎特会议中心-Javier de las Heras"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/jk9xwY2pISLWRgA.webp" alt="阿利坎特会议中心-Javier de las Heras"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/qRgj9cYol6G1ihk.webp" alt="阿利坎特会议中心-Javier de las Heras"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/UN2qApjbOYlCeX8.webp" alt="阿利坎特会议中心-Javier de las Heras"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/qh2lfGL6yCsuaPF.webp" alt="阿利坎特会议中心-Javier de las Heras"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/amlSG9k46qsbrwB.webp" alt="阿利坎特会议中心-Javier de las Heras"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/1riJ3WUwEGNLg87.webp" alt="阿利坎特会议中心-Javier de las Heras"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/3iCadoJPUB91OSn.webp" alt="阿利坎特会议中心-Javier de las Heras"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/enNfyRvET1bxJqj.webp" alt="阿利坎特会议中心-Javier de las Heras"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/08/gdxDtYmf2eonb1u.webp" alt="阿利坎特会议中心-Javier de las Heras"&#62;
                        
                    
                

                
                
                    平台
                    将底层抬升至1.50米的高度，以获得更好的海景。平台、两条坡道和楼梯——也可作为看台——被一个大悬挑的屋顶保护，作为外部和内部之间的中间空间。这里是一个聚会和交流的场所，同时也是一个能够面向大海、阅读、散步的私密空间。
                    观景画廊
                    展览区域设在一层，形成一个大型开阔的空间，类似于观景画廊，并在底层平台上形成一个大挑檐的遮蔽。这个轻巧的元素透明，并通过连续的屋檐和垂直百叶窗保护免受太阳辐射。
                    露台-阳台
                    在一层的展览空间上方，其屋顶上设有一个露台，一个大型的户外广场，是面向地中海和阿利坎特市的阳台。
                    天桥-凉棚
                    在一层的天桥作为统一所有碎片的元素，将提案中的所有部分连接起来。它允许建筑群更灵活地运作——可以直接进入一层——并提供沿海散步的体验。同时，它作为一个凉棚，在太阳辐射最强的月份提供必要的阴影。
                    Bateig 石块
                    会议区域的部分以非常基本的形式分布，如同三个Bateig石块的代表。三个沉重、封闭的体块上出现了不同的开口，这些开口由垂直百叶窗的木材片组成，用于视线和通风。
                    悬挂体块
                    与三块石块形成对比的是，办公区域以悬挂的棱柱体形式呈现，其中留出的空间与占据的空间同样重要。轻巧的木制元素通过断续布局，避免形成物理障碍，使城市空间更加流畅，并实现与城市和海洋的更好连接。
                
            
        
    

    





    body {
        margin: 0;
        background: linear-gradient(to bottom, #d9faec, #abdad9, #e3f6f9, #9cc8ed, #79C7C5);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    /* 滚动条 */
    /* width */

    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    ::-webkit-scrollbar {
        width: 10px;
        height: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f100;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #88888866;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #26b0b0;
    }

    /* 導航樣式 */
    .nav {
        position: fixed;
        top: 10px;
        left: 50%;
        transform: translateX(-20%);
        z-index: 1000;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .nav-item {
        position: relative;
        margin: 0;
        /* 确保没有额外的外边距 */
    }

    .nav a {
        text-decoration: none;
        color: white !important;
        background-color: #33333380;
        padding: 10px 15px;
        border-radius: 15px;
        white-space: nowrap;
        position: relative;
        /* 使绝对定位的子元素相对于此元素 */
        z-index: 1;
        transition: background-color 0.3s;
        display: inline-block;
        /* 确保链接元素的显示 */
        margin: 0;
        /* 确保没有额外的外边距 */
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .nav a:hover {
        background-color: #555;
    }

    .nav a:hover+.nav-img {
        display: block;
        background-color: #555;
        /* 设置与导航链接一致的背景色 */
    }

    .nav-img {
        display: none;
        position: absolute;
        top: 120%;
        left: 50%;
        transform: translateX(-50%);
        /*
        border: 1px solid #ddd;
        */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        overflow: hidden;
        background-color: #33333380;
        /* 使背景色与导航链接一致 */
        z-index: 0;
        /* 在导航链接之下 */
        width: 200px;
        height: 200px;
        padding: 5px;
        transition: background-color 0.3s;
        /* 添加过渡效果 */
        margin: 0;
        /* 确保没有额外的外边距 */
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .nav-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* 确保图片填充容器且不变形 */
        display: block;
        border-radius: 10px;
        /* 确保图片边角圆润 */
    }

    .nav-item:hover .nav-img {
        display: block;
    }

    /* 提示信息 */
    .swipe-message {
        display: none;
        position: fixed;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 10px;
        border-radius: 5px;
    }

    .topMargin {
        margin-top: 0% !important;
    }

    .comparison-container {
        overflow-x: auto;
        overflow-y: auto;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .comparison-content {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        /* 确保容器宽度适应所有项目 */
    }

    .project {
        min-width: 72vw;
        /* 设置为视口宽度的100% */
        box-sizing: border-box;
        padding: 20px;
        border-right: 1px solid #ddd;
        /* 可选：分隔线 */
        background-color: #ffffff00;
    }

    .project h2 {
        margin-top: 0;
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
    }

    .text-font {
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif !important;
    }

    .bodyText {
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
        white-space: normal;
        box-sizing: border-box;
        visibility: visible;
        text-align: justify;
        text-align-last: center;
        text-justify: inter-ideograph;
        word-break: break-all;
        color: #292929;
        font-size: 16px !important;
        line-height: 1.5;
    }

    .breakTitle {
        white-space: normal;
    }

    .margin-text {
        margin: 0 3%;
    }

    /* 图片样式 */
    .single-image {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 15px;
        margin-bottom: 0 !important;
    }

    /* 自定义样式 */
    .bg-transparent {
        background: rgb(255, 255, 255, 0.5);
        border: solid;
        border-width: 1.5px;
        border-color: rgb(255, 255, 255, 1);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        -webkit-tap-highlight-color: transparent;
    }

    .card-body {
        flex: 1 1 auto;
        padding: 13px;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .padded-05 {
        padding: 8px;
    }

    .cardSlider {
        flex: 0 0 auto;
        margin: 8px;
        color: black;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: rgba(255, 255, 255, 0.5);
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        transition-duration: 0.4s;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        -webkit-tap-highlight-color: transparent;
    }

    .img-dark {
        filter: brightness(1);
    }

    .bottomMargin {
        margin-bottom: 7% !important;
    }

    /* 查看更多 */
    .centerButton {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
    }

    .button {
        color: white;
        padding: 16px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
        color: black;
        background-color: rgb(255, 255, 255, 0.3);
        border: solid;
        border-width: 1px;
        border-color: rgb(255, 255, 255, 1);
        border-radius: 12px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
    }

    .button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

    .button span:after {
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
        content: "&#62;&#62;";
        font-weight: 900;
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }

    .button:hover {
        -ms-transform: scale(1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1);
        /* Safari 3-8 */
        transform: scale(1.1);
    }

    .button:hover span {
        padding-right: 25px;
    }

    .button:hover span:after {
        opacity: 1;
        right: 0;
    }

    .button:active {
        background-color: #26b0b066;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        transform: translateY(4px);
    }

    @media screen and (max-width: 500px) {
        .topMargin {
            margin-top: 60px !important;
        }
    }

    /* 媒體查詢：在小屏幕上隱藏導航，顯示提示信息 */
    @media (max-width: 768px) {
        .nav {
            display: none;
            /* 隱藏導航 */
        }

        .swipe-message {
            display: block;
            /* 顯示提示信息 */
        }

        .project {
            min-width: 90vw;
            padding: 20px 10px;
        }

        .margin-text {
            margin: 0 4%;
        }

        .padded-05 {
            padding: 4px;
        }
    }

    @media (prefers-color-scheme: dark) {
        body {
            background: rgb(34, 34, 34) !important;
            color: #ddd;
        }

        .bodyText {
            color: #ddd !important;
        }

        .button,
        h1,
        h2 {
            color: #ddd !important;
        }

        .img-dark {
            filter: brightness(0.9);
        }
    }
</description>
		
	</item>
		
		
	<item>
		<title>捷克《新阿列什南波希米亚画廊》竞标提案：融合历史与现代艺术的文化新地标</title>
				
		<link>https://topic.easyref.design/36992631</link>

		<pubDate>Sun, 01 Dec 2024 18:36:12 +0000</pubDate>

		<dc:creator>EasyRef &#124; 每周专题</dc:creator>

		<guid isPermaLink="true">https://topic.easyref.design/36992631</guid>

		<description>



    
    新阿列什南波希米亚画廊
    



    
        
            方案1
            
                &#60;img src="https://cdn.sa.net/2024/12/08/pHQoLs9ZuJEGTdF.webp" alt="方案1预览"&#62;
            
        
        
            方案2
            
                &#60;img src="https://cdn.sa.net/2024/12/08/eoAQwiEZ8mUnCRv.webp" alt="方案2预览"&#62;
            
        
        
            方案3
            
                &#60;img src="https://cdn.sa.net/2024/12/28/MhjtKsE5ycXQHlB.webp" alt="方案3预览"&#62;
            
        
        
    

    左右滑动以查看不同的方案

    
        
            捷克《新阿列什南波希米亚画廊》竞标提案：
            融合历史与现代艺术的文化新地标
        
    

    
        相关标签
    
        
            
                国家和地区：
            捷克
            捷克布杰约维采
        
        
            
                时间：
            2024
        


        
            
                建筑空间：
            艺术馆
        
        
        
            
                建筑类型：
            未建成
            展览空间
        
        
    
    
        .tag-title {
            font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
            font-weight: 600;
            text-align: left;
            font-size: 18px;
            color: #676767;
            margin-left: 2%;
        }

        .tag-category {
            font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
            font-weight: 300;
            text-align: left;
            font-size: 14px;
            color: #676767;
        }

        .frame {
            width: 100%;
            margin: 0px auto;
            text-align: left;
        }

        button {
            margin: 5px;
        }

        .custom-btn {
            /*
            width: 150px;
            height: 30px;
            */
            color: #fff;
            border-radius: 1em;
            padding: 10px 25px;
            font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
            font-size: 12px;
            font-weight: 500;
            background: transparent;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            display: inline-block;
            box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, .5),
                2px 2px 5px 0px rgba(0, 0, 0, .1),
                4px 4px 5px 0px rgba(0, 0, 0, .1);
            outline: none;
        }

        /* green */
        .btn-green {
            background-color: rgba(29, 138, 6, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(29, 138, 6, .5);
            color: #082802;
        }

        .btn-green:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-green:hover {
            color: #000;
        }

        .btn-green:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-green:active {
            top: 2px;
        }


        /* blue */
        .btn-blue {
            background-color: rgba(23, 99, 215, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(23, 99, 215, .5);
            color: #0d397b;
        }

        .btn-blue:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-blue:hover {
            color: #000;
        }

        .btn-blue:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-blue:active {
            top: 2px;
        }


        /* yellow */
        .btn-yellow {
            background-color: rgba(199, 169, 31, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(199, 169, 31, .5);
            color: #6f5e11;
        }

        .btn-yellow:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-yellow:hover {
            color: #000;
        }

        .btn-yellow:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-yellow:active {
            top: 2px;
        }

        /* orange */
        .btn-orange {
            background-color: rgba(216, 103, 0, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(216, 103, 0, .5);
            color: #8c4300;
        }

        .btn-orange:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-orange:hover {
            color: #000;
        }

        .btn-orange:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-orange:active {
            top: 2px;
        }


        /* red */
        .btn-red {
            background-color: rgba(219, 45, 61, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(219, 45, 61, .5);
            color: #8a1822;
        }

        .btn-red:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-red:hover {
            color: #000;
        }

        .btn-red:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-red:active {
            top: 2px;
        }


        /* aqua */
        .btn-aqua {
            background-color: rgba(1, 126, 146, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(1, 126, 146, .5);
            color: #00272d;
        }

        .btn-aqua:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-aqua:hover {
            color: #000;
        }

        .btn-aqua:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-aqua:active {
            top: 2px;
        }

        /* purple */
        .btn-purple {
            background-color: rgba(73, 54, 181, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(73, 54, 181, .5);
            color: #291f66;
        }

        .btn-purple:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-purple:hover {
            color: #000;
        }

        .btn-purple:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-purple:active {
            top: 2px;
        }

        /* white */
        .btn-white {
            background-color: rgba(98, 99, 100, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(98, 99, 100, .5);
            color: #59595a;
        }

        .btn-white:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-white:hover {
            color: #000;
        }

        .btn-white:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-white:active {
            top: 2px;
        }


        /* pink */
        .btn-pink {
            background-color: rgba(255, 226, 231, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(128, 75, 84, 0.5);
            color: hwb(350 29% 50%);
        }

        .btn-pink:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-pink:hover {
            color: #000;
        }

        .btn-pink:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-pink:active {
            top: 2px;
        }

        @media (prefers-color-scheme: dark) {
            .tag-title {
                color: #ddd;
            }

            .tag-category {
                color: #ddd;
            }

            .custom-btn {
                color: rgb(8, 7, 7)
            }

            /* green */
            .btn-green {
                background-color: rgba(110, 143, 79, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(72, 87, 58, .5);
                color: #effadd;
            }

            .btn-green:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-green:hover {
                color: #fff;
            }


            /* blue */
            .btn-blue {
                background-color: rgba(74, 115, 159, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(59, 75, 90, .5);
                color: #acd0e7;
            }

            .btn-blue:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-blue:hover {
                color: #fff;
            }


            /* yellow */
            .btn-yellow {
                background-color: rgba(145, 140, 86, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(80, 78, 57, .5);
                color: #f9f6dd;
            }

            .btn-yellow:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-yellow:hover {
                color: #fff;
            }

            /* orange */
            .btn-orange {
                background-color: rgba(163, 123, 73, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(91, 76, 56, .5);
                color: #eedfc4;
            }

            .btn-orange:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-orange:hover {
                color: #fff;
            }


            /* red */
            .btn-red {
                background-color: rgba(153, 71, 74, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(83, 62, 62, .5);
                color: #fae3e2;
            }

            .btn-red:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-red:hover {
                color: #fff;
            }


            /* aqua */
            .btn-aqua {
                background-color: rgba(89, 145, 140, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(64, 84, 82, .5);
                color: #ccf6ee;
            }

            .btn-aqua:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-aqua:hover {
                color: #fff;
            }

            /* purple */
            .btn-purple {
                background-color: rgba(103, 85, 131, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(78, 71, 89, .5);
                color: #eadbfe;
            }

            .btn-purple:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-purple:hover {
                color: #fff;
            }

            /* white */
            .btn-white {
                background-color: rgba(100, 103, 113, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(64, 64, 67, .5);
                color: #ffffff;
            }

            .btn-white:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-white:hover {
                color: #fff;
            }


            /* pink */
            .btn-pink {
                background-color: rgba(119, 80, 114, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(84, 69, 83, 0.5);
                color: #e0cbdc
            }

            .btn-pink:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-pink:hover {
                color: #fff;
            }
        }
    

    
        
            
                竞标方案一
                
                    ☉&#38;nbsp;《新阿列什南波希米亚画廊》是由&#38;nbsp;Malý&#38;nbsp;Chmel&#38;nbsp;为&#38;nbsp;2024&#38;nbsp;年捷克布杰约维采市提出的提案。该项目位于捷克布杰约维采的公园环境中，规模为中型，面积为&#38;nbsp;5,822&#38;nbsp;平方米，预算为&#38;nbsp;31,500,000&#38;nbsp;欧元，单价为&#38;nbsp;5,411&#38;nbsp;欧元/平方米。主要材料为混凝土。ZAN&#38;nbsp;作为可视化设计师参与了该项目。项目探讨了折纸、灵活性、角落和单体等概念。以下是对同一竞赛的两个提案的回顾。
                
                
                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/NkdJ3bxhMu7QVio.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/PRBUytESLZjb17l.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/K8OleJ614ZrfduG.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/uC2cYxiMoGmFvyj.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/EwRh7rK4mlZO5TH.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/mr4YFQPdvhS9klE.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/ykbncSDHA3WsG2B.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/dhSNCgJmctZR4by.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/UPHrTDdo75aIhS1.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/MZeVAvh3y7xW2kD.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/y289FHhxoSlpOmw.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/ySazcBknGtKp72M.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/PIK4gryM8sOBnRT.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/LAC631rtDlVFmoq.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/8nwUrPy1qJV6GTZ.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/ZNJmvto3lP6H4Ug.webp" alt="新阿列什南波希米亚画廊-马利·赫梅尔"&#62;
                        
                    
                
                
                
                    新阿列什南波希米亚画廊代表了一座大胆而标志性的建筑，位于一个重要的地点。该建筑设计面向城市，仅有前立面，没有后侧。现代画廊与南波希米亚博物馆和文化中心斯拉维亚的独立建筑相辅相成，同时尊重场地的背景。尽管我们的设计方法高度现代，但也受到历史的启发，例如，建筑形状灵感来自曾经构成城市防御工事的三角形堡垒。建筑的平面图基于几何原理，交织出五个核心和自由的中间空间。四个核心用于服务和交流，第五个核心作为展览空间，突出的屋顶上方。展览空间由一系列五边形房间组成，这些房间无缝连接到中央的正交大厅。游客在参观过程中会发现“转角后”的新空间。在最高层，通道以一个特定的高展览室结束，该房间有北向的自然光。这间房间与屋顶酒吧相连，酒吧设有露台，可以俯瞰城市景观。
                
            



            
                竞标方案二
                
                    ☉&#38;nbsp;《新阿列什南波希米亚画廊》是由&#38;nbsp;AOSI&#38;nbsp;和&#38;nbsp;FENOMEN SPACE&#38;nbsp;为&#38;nbsp;2024&#38;nbsp;年捷克布杰约维采市提出的荣誉提案。该项目位于捷克布杰约维采的公园环境中，规模为中型，面积为&#38;nbsp;1,435&#38;nbsp;平方米，预算为&#38;nbsp;3,200,000&#38;nbsp;欧元，单价为&#38;nbsp;2,230&#38;nbsp;欧元/平方米。主要材料为混凝土。项目的可视化设计由&#38;nbsp;Portraits of&#38;nbsp;Projects&#38;nbsp;合作完成。项目探讨了绿色屋顶、中央核心和露台等概念。以下是对同一竞赛的两个提案的回顾。
                
                
                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/pyD8vHIVFQXhwkS.webp" alt="新阿列什南波希米亚画廊-AOSI 和 FENOMEN SPACE"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/3ChzqrMdLjYsSBa.webp" alt="新阿列什南波希米亚画廊-AOSI 和 FENOMEN SPACE"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/mYX9xOQWCwLoE5u.webp" alt="新阿列什南波希米亚画廊-AOSI 和 FENOMEN SPACE"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/UEXb4YDHomfujRq.webp" alt="新阿列什南波希米亚画廊-AOSI 和 FENOMEN SPACE"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/7UeLfyFMEBG8zHV.webp" alt="新阿列什南波希米亚画廊-AOSI 和 FENOMEN SPACE"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/4IO3xcVHNpLy1kb.webp" alt="新阿列什南波希米亚画廊-AOSI 和 FENOMEN SPACE"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/wZo3iFUzf7JXhq2.webp" alt="新阿列什南波希米亚画廊-AOSI 和 FENOMEN SPACE"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/56cHqiMvEC3jfLQ.webp" alt="新阿列什南波希米亚画廊-AOSI 和 FENOMEN SPACE"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/9B5lbjTeEnAwqkx.webp" alt="新阿列什南波希米亚画廊-AOSI 和 FENOMEN SPACE"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/8waiq1skJmhx3rV.webp" alt="新阿列什南波希米亚画廊-AOSI 和 FENOMEN SPACE"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/4tlZ7T9Raozj6P3.webp" alt="新阿列什南波希米亚画廊-AOSI 和 FENOMEN SPACE"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/7sRMDOdzn3xuKEC.webp" alt="新阿列什南波希米亚画廊-AOSI 和 FENOMEN SPACE"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/v2jrKEmxJf1w7HX.webp" alt="新阿列什南波希米亚画廊-AOSI 和 FENOMEN SPACE"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/02/HIjySm5xa1q6bi2.webp" alt="新阿列什南波希米亚画廊-AOSI 和 FENOMEN SPACE"&#62;
                        
                    
                

                
                
                    新阿列什南波希米亚画廊的建筑将振兴捷克布杰约维采的历史核心。作为一座机构，它将扩展公共空间，并提供直接接触艺术的机会。该建筑无缝融合了该地区丰富的历史与现代艺术和建筑表达，提升了新开发的&#38;nbsp;Senovážné&#38;nbsp;广场的尊严。画廊将为珍贵艺术品提供理想的展示环境，并向所有人开放。新雕塑公园的创建将艺术与公共空间紧密联系在一起，为周围的公园增添了垂直维度。这将使艺术品置于城市环境的背景中，让路人能够在公共领域与艺术互动。得益于其建筑设计，画廊设有独立的分层楼面，提供了可供公众使用的露台。这些空间不仅为访客提供了放松和休息的区域，还可作为户外艺术装置的场所。这使人们有机会在开放的环境中体验艺术，而不依赖于画廊内部的展览。通过向公众开放露台，画廊成为城市生活的积极参与者，艺术融入日常城市生活。凭借其开放性，画廊还将作为一个新的社会文化平台，进一步增强城市的身份认同。
                
            

            
                竞标方案三
                
                    ☉&#38;nbsp;《新阿尔绍瓦南波希亚画廊》是&#38;nbsp;M2R&#38;nbsp;建筑事务所为捷克布杰约维采市 “České Budějovice Municipality” 于&#38;nbsp;2024&#38;nbsp;年提出的一个提案。该画廊位于捷克布杰约维采的公园环境中，规模为中等，面积为&#38;nbsp;5671&#38;nbsp;平方米，预算为&#38;nbsp;31,750,000&#38;nbsp;欧元，单平方米成本为&#38;nbsp;5,599&#38;nbsp;欧元。主要材料为混凝土和玻璃。Mania Estudio&#38;nbsp;作为可视化合作伙伴参与了该项目。该项目探讨了折角立面空洞和观景点等概念。请审查同一竞赛的三个提案。
                
                
                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/28/X5BcCRrZfdx9aM6.webp" alt="新阿列什南波希米亚画廊-M2R Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/28/aVbNI3hmdA71uLl.webp" alt="新阿列什南波希米亚画廊-M2R Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/28/SgJ3Xi2LRF45Ojn.webp" alt="新阿列什南波希米亚画廊-M2R Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/28/6LJWuQhGasX3MDU.webp" alt="新阿列什南波希米亚画廊-M2R Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/28/ijQJv63TVXPGtBY.webp" alt="新阿列什南波希米亚画廊-M2R Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/28/MDegcGzLAkj815B.webp" alt="新阿列什南波希米亚画廊-M2R Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/28/H4mibcItZB5gl6o.webp" alt="新阿列什南波希米亚画廊-M2R Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/28/QvgpPKoRCecnB2E.webp" alt="新阿列什南波希米亚画廊-M2R Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/28/pZqIRhGXB6l7dTe.webp" alt="新阿列什南波希米亚画廊-M2R Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/28/6YwRVyUH93jeZ7F.webp" alt="新阿列什南波希米亚画廊-M2R Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/28/4ucSEeTovHyNh7C.webp" alt="新阿列什南波希米亚画廊-M2R Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/28/ZH8syvPUQbT46al.webp" alt="新阿列什南波希米亚画廊-M2R Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/28/oWCIkP9Ng3mHKzZ.webp" alt="新阿列什南波希米亚画廊-M2R Arquitectos"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/12/28/Trmg32jRtFQdPY5.webp" alt="新阿列什南波希米亚画廊-M2R Arquitectos"&#62;
                        
                    
                

                
                
                    新阿尔绍瓦南波希亚画廊位于一个拥有超过 750 年传统的城市，周围有令人印象深刻的建筑和自然环境，旨在成为捷克布杰约维采居民和来自世界各地游客的动态市民空间。新画廊不仅提供了一个“记忆存储”的场所，还创造了一个开放的对话、灵感和创意表达的空间。外部的几何线条清晰的体量透明地展示了内部活动，并努力与周围环境互动。双层玻璃外立面反射出城市、广场和公园，旨在通过“借用”周围环境的反射和外立面来庆祝这个美丽的地点。建筑的外观在白天和夜晚以及四季之间会发生变化。在白天，外立面反射出周围建筑和旁边公园的景象，从春夏的绿色到秋天的色彩。夜晚，建筑内部的人们呈现为剪影，建筑则揭示了内部的活动。双层半透明的玻璃外皮包裹着展览画廊和储藏区的体量。公共空间形成在这些体量与包裹一切的玻璃外皮之间。其材料性展现出一种对比的敏感性：轻盈而飘渺，其半透明性向城市揭示了博物馆的活动。
                
            
        
    

    





    body {
        margin: 0;
        background: linear-gradient(to bottom, #d9faec, #abdad9, #e3f6f9, #9cc8ed, #79C7C5);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    /* 滚动条 */
    /* width */

    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    ::-webkit-scrollbar {
        width: 10px;
        height: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f100;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #88888866;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #26b0b0;
    }

    /* 導航樣式 */
    .nav {
        position: fixed;
        top: 10px;
        left: 50%;
        transform: translateX(-20%);
        z-index: 1000;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .nav-item {
        position: relative;
        margin: 0;
        /* 确保没有额外的外边距 */
    }

    .nav a {
        text-decoration: none;
        color: white !important;
        background-color: #33333380;
        padding: 10px 15px;
        border-radius: 15px;
        white-space: nowrap;
        position: relative;
        /* 使绝对定位的子元素相对于此元素 */
        z-index: 1;
        transition: background-color 0.3s;
        display: inline-block;
        /* 确保链接元素的显示 */
        margin: 0;
        /* 确保没有额外的外边距 */
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .nav a:hover {
        background-color: #555;
    }

    .nav a:hover+.nav-img {
        display: block;
        background-color: #555;
        /* 设置与导航链接一致的背景色 */
    }

    .nav-img {
        display: none;
        position: absolute;
        top: 120%;
        left: 50%;
        transform: translateX(-50%);
        /*
        border: 1px solid #ddd;
        */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        overflow: hidden;
        background-color: #33333380;
        /* 使背景色与导航链接一致 */
        z-index: 0;
        /* 在导航链接之下 */
        width: 200px;
        height: 200px;
        padding: 5px;
        transition: background-color 0.3s;
        /* 添加过渡效果 */
        margin: 0;
        /* 确保没有额外的外边距 */
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .nav-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* 确保图片填充容器且不变形 */
        display: block;
        border-radius: 10px;
        /* 确保图片边角圆润 */
    }

    .nav-item:hover .nav-img {
        display: block;
    }

    /* 提示信息 */
    .swipe-message {
        display: none;
        position: fixed;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 10px;
        border-radius: 5px;
    }

    .topMargin {
        margin-top: 0% !important;
    }

    .comparison-container {
        overflow-x: auto;
        overflow-y: auto;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .comparison-content {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        /* 确保容器宽度适应所有项目 */
    }

    .project {
        min-width: 72vw;
        /* 设置为视口宽度的100% */
        box-sizing: border-box;
        padding: 20px;
        border-right: 1px solid #ddd;
        /* 可选：分隔线 */
        background-color: #ffffff00;
    }

    .project h2 {
        margin-top: 0;
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
    }

    .text-font {
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif !important;
    }

    .bodyText {
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
        white-space: normal;
        box-sizing: border-box;
        visibility: visible;
        text-align: justify;
        text-align-last: center;
        text-justify: inter-ideograph;
        word-break: break-all;
        color: #292929;
        font-size: 16px !important;
        line-height: 1.5;
    }

    .breakTitle {
        white-space: normal;
    }

    .margin-text {
        margin: 0 3%;
    }

    /* 图片样式 */
    .single-image {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 15px;
        margin-bottom: 0 !important;
    }

    /* 自定义样式 */
    .bg-transparent {
        background: rgb(255, 255, 255, 0.5);
        border: solid;
        border-width: 1.5px;
        border-color: rgb(255, 255, 255, 1);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        -webkit-tap-highlight-color: transparent;
    }

    .card-body {
        flex: 1 1 auto;
        padding: 13px;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .padded-05 {
        padding: 8px;
    }

    .cardSlider {
        flex: 0 0 auto;
        margin: 8px;
        color: black;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: rgba(255, 255, 255, 0.5);
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        transition-duration: 0.4s;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        -webkit-tap-highlight-color: transparent;
    }

    .img-dark {
        filter: brightness(1);
    }

    .bottomMargin {
        margin-bottom: 7% !important;
    }

    /* 查看更多 */
    .centerButton {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
    }

    .button {
        color: white;
        padding: 16px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
        color: black;
        background-color: rgb(255, 255, 255, 0.3);
        border: solid;
        border-width: 1px;
        border-color: rgb(255, 255, 255, 1);
        border-radius: 12px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
    }

    .button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

    .button span:after {
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
        content: "&#62;&#62;";
        font-weight: 900;
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }

    .button:hover {
        -ms-transform: scale(1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1);
        /* Safari 3-8 */
        transform: scale(1.1);
    }

    .button:hover span {
        padding-right: 25px;
    }

    .button:hover span:after {
        opacity: 1;
        right: 0;
    }

    .button:active {
        background-color: #26b0b066;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        transform: translateY(4px);
    }

    @media screen and (max-width: 500px) {
        .topMargin {
            margin-top: 60px !important;
        }
    }

    /* 媒體查詢：在小屏幕上隱藏導航，顯示提示信息 */
    @media (max-width: 768px) {
        .nav {
            display: none;
            /* 隱藏導航 */
        }

        .swipe-message {
            display: block;
            /* 顯示提示信息 */
        }

        .project {
            min-width: 90vw;
            padding: 20px 10px;
        }

        .margin-text {
            margin: 0 4%;
        }

        .padded-05 {
            padding: 4px;
        }
    }

    @media (prefers-color-scheme: dark) {
        body {
            background: rgb(34, 34, 34) !important;
            color: #ddd;
        }

        .bodyText {
            color: #ddd !important;
        }

        .button,
        h1,
        h2 {
            color: #ddd !important;
        }

        .img-dark {
            filter: brightness(0.9);
        }
    }
</description>
		
	</item>
		
		
	<item>
		<title>芬兰图尔库《历史与未来博物馆》竞标提案：建筑形式与城市未来的探索</title>
				
		<link>https://topic.easyref.design/36512180</link>

		<pubDate>Fri, 02 Aug 2024 18:44:34 +0000</pubDate>

		<dc:creator>EasyRef &#124; 每周专题</dc:creator>

		<guid isPermaLink="true">https://topic.easyref.design/36512180</guid>

		<description>



    
    芬兰图尔库《历史与未来博物馆》竞标提案：建筑形式与城市未来的探索
    



    
        
            方案1
            
                &#60;img src="https://cdn.sa.net/2024/08/03/YzdOvgm5aZK4q6c.webp" alt="方案1预览"&#62;
            
        
        
            方案2
            
                &#60;img src="https://cdn.sa.net/2024/08/03/Po83aBDbdTIjMfK.webp" alt="方案2预览"&#62;
            
        
        
            方案3
            
                &#60;img src="https://cdn.sa.net/2024/08/03/AvPq3Cx8fNQ2RpV.webp" alt="方案3预览"&#62;
            
        
        
            方案4
            
                &#60;img src="https://cdn.sa.net/2024/08/03/JNXQDaIp2C9fl17.webp" alt="方案4预览"&#62;
            
        
        
            方案5
            
                &#60;img src="https://cdn.sa.net/2025/05/30/iGf3LwM5P1C9AZ6.webp" alt="方案4预览"&#62;
            
        
        
    

    左右滑动以查看不同的方案

    
        
            芬兰图尔库《历史与未来博物馆》竞标提案：
            建筑形式与城市未来的探索
        
    

    
        相关标签
    
        
            
                国家和地区：
            芬兰
            图尔库
        
        
            
                时间：
            2024
        


        
            
                建筑空间：
            博物馆
        
        
        
            
                建筑类型：
            未建成
            文化空间
            展览空间
        
        
            
                自然环境：
            海边
        
    
    
        .tag-title {
            font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
            font-weight: 600;
            text-align: left;
            font-size: 18px;
            color: #676767;
            margin-left: 2%;
        }

        .tag-category {
            font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
            font-weight: 300;
            text-align: left;
            font-size: 14px;
            color: #676767;
        }

        .frame {
            width: 100%;
            margin: 0px auto;
            text-align: left;
        }

        button {
            margin: 5px;
        }

        .custom-btn {
            /*
            width: 150px;
            height: 30px;
            */
            color: #fff;
            border-radius: 1em;
            padding: 10px 25px;
            font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
            font-size: 12px;
            font-weight: 500;
            background: transparent;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            display: inline-block;
            box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, .5),
                2px 2px 5px 0px rgba(0, 0, 0, .1),
                4px 4px 5px 0px rgba(0, 0, 0, .1);
            outline: none;
        }

        /* green */
        .btn-green {
            background-color: rgba(29, 138, 6, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(29, 138, 6, .5);
            color: #082802;
        }

        .btn-green:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-green:hover {
            color: #000;
        }

        .btn-green:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-green:active {
            top: 2px;
        }


        /* blue */
        .btn-blue {
            background-color: rgba(23, 99, 215, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(23, 99, 215, .5);
            color: #0d397b;
        }

        .btn-blue:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-blue:hover {
            color: #000;
        }

        .btn-blue:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-blue:active {
            top: 2px;
        }


        /* yellow */
        .btn-yellow {
            background-color: rgba(199, 169, 31, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(199, 169, 31, .5);
            color: #6f5e11;
        }

        .btn-yellow:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-yellow:hover {
            color: #000;
        }

        .btn-yellow:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-yellow:active {
            top: 2px;
        }

        /* orange */
        .btn-orange {
            background-color: rgba(216, 103, 0, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(216, 103, 0, .5);
            color: #8c4300;
        }

        .btn-orange:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-orange:hover {
            color: #000;
        }

        .btn-orange:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-orange:active {
            top: 2px;
        }


        /* red */
        .btn-red {
            background-color: rgba(219, 45, 61, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(219, 45, 61, .5);
            color: #8a1822;
        }

        .btn-red:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-red:hover {
            color: #000;
        }

        .btn-red:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-red:active {
            top: 2px;
        }


        /* aqua */
        .btn-aqua {
            background-color: rgba(1, 126, 146, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(1, 126, 146, .5);
            color: #00272d;
        }

        .btn-aqua:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-aqua:hover {
            color: #000;
        }

        .btn-aqua:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-aqua:active {
            top: 2px;
        }

        /* purple */
        .btn-purple {
            background-color: rgba(73, 54, 181, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(73, 54, 181, .5);
            color: #291f66;
        }

        .btn-purple:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-purple:hover {
            color: #000;
        }

        .btn-purple:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-purple:active {
            top: 2px;
        }

        /* white */
        .btn-white {
            background-color: rgba(98, 99, 100, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(98, 99, 100, .5);
            color: #59595a;
        }

        .btn-white:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-white:hover {
            color: #000;
        }

        .btn-white:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-white:active {
            top: 2px;
        }


        /* pink */
        .btn-pink {
            background-color: rgba(255, 226, 231, 0.1);
            border: solid;
            border-width: .1em;
            border-color: rgba(128, 75, 84, 0.5);
            color: hwb(350 29% 50%);
        }

        .btn-pink:after {
            position: absolute;
            content: "";
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            direction: rtl;
            z-index: -1;
            box-shadow:
                -5px -5px 15px 0px #fff9,
                -4px -4px 5px 0px #fff9,
                5px 5px 15px 0px #0002,
                4px 4px 5px 0px #0001;
            transition: all 0.3s ease;
            border-radius: 1em;
        }

        .btn-pink:hover {
            color: #000;
        }

        .btn-pink:hover:after {
            left: auto;
            right: 0;
            width: 100%;
        }

        .btn-pink:active {
            top: 2px;
        }

        @media (prefers-color-scheme: dark) {
            .tag-title {
                color: #ddd;
            }

            .tag-category {
                color: #ddd;
            }

            .custom-btn {
                color: rgb(8, 7, 7)
            }

            /* green */
            .btn-green {
                background-color: rgba(110, 143, 79, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(72, 87, 58, .5);
                color: #effadd;
            }

            .btn-green:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-green:hover {
                color: #fff;
            }


            /* blue */
            .btn-blue {
                background-color: rgba(74, 115, 159, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(59, 75, 90, .5);
                color: #acd0e7;
            }

            .btn-blue:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-blue:hover {
                color: #fff;
            }


            /* yellow */
            .btn-yellow {
                background-color: rgba(145, 140, 86, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(80, 78, 57, .5);
                color: #f9f6dd;
            }

            .btn-yellow:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-yellow:hover {
                color: #fff;
            }

            /* orange */
            .btn-orange {
                background-color: rgba(163, 123, 73, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(91, 76, 56, .5);
                color: #eedfc4;
            }

            .btn-orange:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-orange:hover {
                color: #fff;
            }


            /* red */
            .btn-red {
                background-color: rgba(153, 71, 74, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(83, 62, 62, .5);
                color: #fae3e2;
            }

            .btn-red:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-red:hover {
                color: #fff;
            }


            /* aqua */
            .btn-aqua {
                background-color: rgba(89, 145, 140, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(64, 84, 82, .5);
                color: #ccf6ee;
            }

            .btn-aqua:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-aqua:hover {
                color: #fff;
            }

            /* purple */
            .btn-purple {
                background-color: rgba(103, 85, 131, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(78, 71, 89, .5);
                color: #eadbfe;
            }

            .btn-purple:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-purple:hover {
                color: #fff;
            }

            /* white */
            .btn-white {
                background-color: rgba(100, 103, 113, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(64, 64, 67, .5);
                color: #ffffff;
            }

            .btn-white:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-white:hover {
                color: #fff;
            }


            /* pink */
            .btn-pink {
                background-color: rgba(119, 80, 114, 0.5);
                border: solid;
                border-width: .1em;
                border-color: rgba(84, 69, 83, 0.5);
                color: #e0cbdc
            }

            .btn-pink:after {
                position: absolute;
                content: "";
                width: 0;
                height: 100%;
                top: 0;
                left: 0;
                direction: rtl;
                z-index: -1;
                box-shadow:
                    -5px -5px 15px 0px #000,
                    -4px -4px 5px 0px #000,
                    5px 5px 15px 0px #0002,
                    4px 4px 5px 0px #0001;
                transition: all 0.3s ease;
                border-radius: 1em;
            }

            .btn-pink:hover {
                color: #fff;
            }
        }
    

    
        
            
                竞标方案一
                
                    ☉&#38;nbsp;《历史与未来博物馆》是&#38;nbsp;Morger Partner Architekten&#38;nbsp;在&#38;nbsp;2024&#38;nbsp;年由图尔库市推广的提案。该博物馆位于芬兰图尔库，处于工业和海滨环境中。建筑规模为中等，占地面积&#38;nbsp;8,700&#38;nbsp;平方米。主要材料为木材。Filippo Bolognese&#38;nbsp;担任视觉化合作者。请审阅同一竞赛中的其他三个提案。
                
                
                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/YzdOvgm5aZK4q6c.webp" alt="历史与未来博物馆 - Morger Partner Architekten"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/b52GB6HDOQLFNz9.webp" alt="历史与未来博物馆 - Morger Partner Architekten"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/CLR8xEkdVOD7H1e.webp" alt="历史与未来博物馆 - Morger Partner Architekten"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/oewPxvI6tCXuqLY.webp" alt="历史与未来博物馆 - Morger Partner Architekten"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/FESsWGX6AxYvR5Z.webp" alt="历史与未来博物馆 - Morger Partner Architekten"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/56yTNwZx4VsqLYv.webp" alt="历史与未来博物馆 - Morger Partner Architekten"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/4LO5qDTjmV8in7W.webp" alt="历史与未来博物馆 - Morger Partner Architekten"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/jzF5wOxNinU97Ga.webp" alt="历史与未来博物馆 - Morger Partner Architekten"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/ny5QX7JjElLr6ik.webp" alt="历史与未来博物馆 - Morger Partner Architekten"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/anFl5JN4iBrL1um.webp" alt="历史与未来博物馆 - Morger Partner Architekten"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/UyoLxYkzlhSHDmi.webp" alt="历史与未来博物馆 - Morger Partner Architekten"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/DEv2usytGX5a9SH.webp" alt="历史与未来博物馆 - Morger Partner Architekten"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/zkPZUoxt3MKEhbN.webp" alt="历史与未来博物馆 - Morger Partner Architekten"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/IakpZEUJTrCtS1B.webp" alt="历史与未来博物馆 - Morger Partner Architekten"&#62;
                        
                    
                
                
                
                    《历史与未来博物馆》位于芬兰图尔库，旨在成为国家和国际文化旅游的标志性目的地，预计每年吸引&#38;nbsp;20&#38;nbsp;万游客。该博物馆将成为林南尼米地区的首批新建筑之一，计划于&#38;nbsp;2030&#38;nbsp;年底对公众开放。我们的提案是总共&#38;nbsp;401&#38;nbsp;份提交作品中的一个引人注目的案例。
                
            



            
                竞标方案二
                
                    ☉&#38;nbsp;历史与未来博物馆是&#38;nbsp;Ja Architecture&#38;nbsp;Studio&#38;nbsp;在&#38;nbsp;2024&#38;nbsp;年由图尔库市“City&#38;nbsp;of&#38;nbsp;Turku”主办的竞赛中的提案。该项目位于芬兰图尔库的一个工业和海滨环境中。其规模为中等，面积为&#38;nbsp;9,320&#38;nbsp;平方米。主要材料是木材和混凝土。以下是同一竞赛中其他三个提案的评审。
                
                
                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/Po83aBDbdTIjMfK.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/pmvduIeNwX2EW8A.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                        
                    
                

                
                    
                        
                            
                                &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/tMi6nAPXJIKzRcW.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                            
                        
                    
                    
                        
                            
                                &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/iNV7cpo6sRj5Kt2.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                            
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/6HQvFZqxDakIS7U.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/dJkWcAM3Utxhev4.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                        
                    
                

                
                    
                        
                            
                                &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/Lz9qfOc8CDZSTF7.webp" style="object-fit: cover; height: 100%;" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                            
                        
                    

                    
                        
                            
                                &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/p1moBPE7Q3iURsh.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                            
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/vqFpcrxm4NdPOhI.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/2eJkANlvYXiKr3p.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                        
                    
                

                
                    
                        
                            
                                &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/cMXaTmj85G7gJqA.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                            
                        
                    

                    
                        
                            
                                &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/ZyowMSIa5PBv46k.webp" style="object-fit: cover; height: 100%;" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                            
                        
                    
                


                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/ZvjnKeMzHJgQCEu.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/H3rvKJMhpsdQPo1.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/zM73J2tLsiZ1wNR.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/WBdwSCZkm8o4jTp.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/3PAlgw5OGH6RZBp.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                        
                    
                

                
                    
                        
                            
                                &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/xo5mLUc8B1VkH3j.webp" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                            
                        
                    

                    
                        
                            
                                &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/LiZOVrekc1MWT8R.webp" style="object-fit: cover; height: 100%;" alt="历史与未来博物馆 - Ja Architecture Studio"&#62;
                            
                        
                    
                

                
                
                    Dot&#38;nbsp;Dot&#38;nbsp;Dot,&#38;nbsp;Dot

                    城市博物馆

                    该项目试图平衡两种不同的形式需求。一种是希望沿&#38;nbsp;Aura&#38;nbsp;河创建一个线性建筑，将长廊延伸到&#38;nbsp;Linnanniemi&#38;nbsp;区域，并沿其长度延展，以最大化海景。另一种是将这种线性形式分解成片段，以打破其规模和单一性，创造多个视角、方位和进入点，使其成为&#38;nbsp;Archipelago&#38;nbsp;Sea&#38;nbsp;这一独特地理环境的集体象征。

                    通过一个简单的手势，该项目成为一系列线性集群，由两层半的建筑体量组成，底层向城市开放，第二层和夹层大部分封闭，为画廊和展览创造合适的策展环境。第二层以上的空间体验类似于穿过一个可居住的大型木结构屋顶，伴随着一系列交替的黑暗画廊和明亮的双层高度门槛空间。这种大规模木结构与芬兰建筑中丰富的木材传统和曾经活跃的海运港口的仓库建筑历史相呼应。

                    这些温暖的空间加上数字增强投影的图尔库过去和未来，成为同时体验过去和未来的合适环境，在这种环境中，两者都没有优先级，其界限被有意义地模糊。

                    两个宽敞的主要入口，一个来自水边，一个来自城市，进入建筑的中部并进入主大厅“第二体量的下层”；这种入口形式确保了两股游客流在中部融合，创造一个充满活力和可进入的公共空间，也可以成为穿过建筑的捷径。从这个中央枢纽，一条通道向西带领游客通过电梯和大楼梯到达画廊，另一条通道向东带领游客到达礼堂、咖啡馆和餐厅。这种融合和分离确保了大厅的活力，同时允许票务和非票务路线之间的不同程度的分离。

                    系列的最后一个体量“最靠近公园的那个”稍微倾斜，以面对图尔库城堡。它记录了建筑与这一国家纪念碑的关系，同时也容纳了水边的餐厅和艺术处理后勤区，并通过这一体量中所包含的不同程序来实现。

                    结构和材料

                    建议的结构将是一个混合大规模木骨架系统，置于混凝土底板基础上，结构服务核心在上层延伸以提供侧向稳定性。线性木构件将是胶合木材，平面构件将是地板上的&#38;nbsp;CLT&#38;nbsp;甲板。通过将结构节点放置在周边之外，建筑可以在地面上有多个生动的玻璃立面，创造与城市的多面视觉和物理连接。第二层和夹层将采用老化铜的雨屏板，既轻便于木框结构，又记录其与城堡及其可居住屋顶空间的联系。

                    城市的弹性和可持续公共空间

                    图尔库被誉为绿色城市，是该国园艺文化的发源地。图尔库博物馆的景观是一个未编程的开放空间，设计用于容纳各种活动和事件。半渗透铺装广场为地面提供了许多软口袋，用于排水和硬表面，以提高可达性。每个圆圈作为一个排水区，以&#38;nbsp;2%&#38;nbsp;的坡度逐渐向中心的雨水花园倾斜，在那里，本地的耐寒多年生植物“如马兰，欧蓍草，唐松草属等”修复水质，并逐渐将其排入&#38;nbsp;Aura&#38;nbsp;河。这些小花园以及未来景观提案的潜在更大计划将增加生物多样性，提供季节性，促进授粉，并赋予这个新公共空间独特的特点。

                    图尔库的景观无缝融合了生态可持续性与功能设计，创造了一个充满活力和弹性的公共空间，尊重图尔库的绿色遗产。通过细致的规划、周到的种植和对气候的前瞻性方法，它旨在为该市作为城市绿化先驱的遗产做出贡献。最终，该项目试图通过对地方历史和全球未来现有现实的仔细承诺，通过一种仅仅响应竞赛框架和可持续目标的混合语言，创造一个在全球话语中做出贡献的标志，同时保持地方敏感性。
                
            



            
                竞标方案三
                
                    ☉&#38;nbsp;Longhouse&#38;nbsp;平台是&#38;nbsp;Naive&#38;nbsp;在&#38;nbsp;2024&#38;nbsp;年由图尔库市推广的一个提案。该项目位于芬兰图尔库的一个工业和海边环境中。其规模为中型，面积为&#38;nbsp;8,323&#38;nbsp;平方米，预算为&#38;nbsp;4,100&#38;nbsp;万欧元，每平方米造价为&#38;nbsp;4,926&#38;nbsp;欧元。主要材料是混凝土、金属和玻璃。以下是同一竞赛中的其他四个提案的审查。
                
                
                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/AvPq3Cx8fNQ2RpV.webp" alt="历史与未来博物馆 - Naive"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/Eusdc5SZ81K4hAm.webp" alt="历史与未来博物馆 - Naive"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/WakcfQDVhvROig4.webp" alt="历史与未来博物馆 - Naive"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/uGRKzBPtTpclkYe.webp" alt="历史与未来博物馆 - Naive"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/qxzI8Hkh967KRlo.webp" alt="历史与未来博物馆 - Naive"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/YfzOEAyh57rCpq2.webp" alt="历史与未来博物馆 - Naive"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/yxEHjZnGUtSfz9O.webp" alt="历史与未来博物馆 - Naive"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/QZRreWXjY2UmECz.webp" alt="历史与未来博物馆 - Naive"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/CFoMydxacR4Lfh2.webp" alt="历史与未来博物馆 - Naive"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/nBNhdlOZxQJT9yf.webp" alt="历史与未来博物馆 - Naive"&#62;
                        
                    
                

                
                
                    该地点的动态性质正在改变，其靠近大海和图尔库城堡的位置使得设计任务变得复杂。因此，该建筑必须在许多挑战、意义和概念的边缘运作。因此，该概念围绕三个主要思想进行：第一是讲述这个地方的历史。多年来，Linnanniemi&#38;nbsp;的主要推动力是造船厂和港口。该地区的生活围绕这些功能展开。水平船只及其垂直桅杆的存在是这个地方的固有特征。建筑的形式参考了这种几何结构，主要以水平线条为主，结合垂直点缀。立面的节奏也取自工业、港口的构图。

                    第二个是实时的城市创建。这一方面通过融入背景的城市框架得以体现——延续建筑线条，优先考虑在城市全景中的图尔库城堡，以及最大限度地激活外部空间。城市一侧的功能通过露台和花卉草地向公众开放，而整个展览空间则向海开放。第三个是激发未来。现代美学和技术解决方案激发了用户的想象力。巨大的木柱和细钢桁架构件创造了构图上的张力，通过精致的锋利玻璃和柔软的纺织品的对比得以支持。这些邀请我们共同创造未来。通过这种方式，博物馆成为一个常青之地，因为它谈论过去，运作当下，创造未来。

                    城市景观

                    建筑在城市结构背景框架内恭敬地占据土地。合理分配的功能使得建筑紧凑且高效——其占地面积有利于环境方面，高度则有利于展示图尔库城堡的全景。目标是温和地填补城市空白，换句话说——博物馆就像刚刚到达港口的一艘船。将博物馆位置移动到最靠近海岸线的目的是在城市一侧生成城市广场。这丰富并创造了博物馆的内部计划。开放的功能变得活跃且充满生命力，而展览设施则保持与海洋的直接和沉思的联系。使用类型的梯度框架丰富了访客的体验，从动态的城市生活到纯净的自然交织在一起。

                    场地

                    城市广场是一个欢迎、绿色和多功能的空间。被即将成为住宅区的区域、海港酒店和博物馆所环绕，形成了几乎是内部空间的连续体，充满了植物和建筑延伸的城市生活。通过其地形形状，它帮助从地块的每个角落到达建筑的地面层，使用弯曲的旅程般的小径或简短简单的坡道——这照顾了残疾人和老人。公共草地由完全本地的物种、花卉、草本植物、灌木和树木组成。其区域内提供了自行车、电动滑板车和汽车的停车位。雨水罐位于建筑的东侧。在这一侧，预见到了建筑的潜在扩展。

                    广场的顶层是露台的层次。这些边缘的形状与地形融为一体，并参考了岩石。露台的优势在于每个人都可以绕建筑行走并直接进入房间，而房间在夏季可以向外扩展。因此，工作坊的外部空间位于西侧前角，合作伙伴功能——餐厅和咖啡厅的露台位于中间部分，而中心元素是通向主入口的微妙坡道。东侧前部用于活动空间。不过，博物馆南部——展览室可以完全打开，与海滨长廊的外部空间融为一体。

                    建筑和功能

                    在博物馆的功能方案中需要实施明确的秩序。程序有三个主要层次——开放向广场的城市层次，包含大厅和辅助设施的服务层次，融合海洋的展览层次。主大厅连接了合作伙伴的功能——一侧是餐厅、咖啡厅和联合办公空间，另一侧是礼堂、活动空间和&#38;nbsp;DIY&#38;nbsp;房间。然而，它与向海一侧开放的展览室保持直接联系。这使得大厅成为中心部分和主要节点。建筑完全是横截面透明和双面向的。

                    两个垂直核心对称地放置在大厅的两端，通向&#38;nbsp;DIY&#38;nbsp;和联合办公区域，这些区域通过跨越大厅的桥相互连接。在顶部是技术房间。这一夹层是因为程序高度的多样性及其高效分布而存在的。操作系统参考了长屋的类型学，在长屋中，每个人在一个共同的屋顶下聚集，具有同等重要性，正交房间创造了序列，建筑语言暗示了造船工业区的历史场所，通过垂直钢丝悬挂的雨棚、节奏美学和和谐的绝对形式与之对话。

                    经济、结构和系统

                    由于经济和环境原因，高度也受到限制——较小的体积需要更少的能量。结构完全模块化，因此它是高效的、预制的，并使未来的扩展优化和可行。建筑的设计方式是白天聚热，夜间排放，最大限度地减少机械系统的使用。由于不稳定的土壤条件，建筑的结构基于桩基础。这些桩支撑着基于木梁的基座。每个跨度由两个巨大的木柱组成，这些木柱支撑主要和次要的钢桁架。这种解决方案将柱子放置在建筑的外部周边，解放了房间。

                    隔墙设计为框架木结构，位于正交结构网格内。立面以传统方式设计为三层。底层——角度玻璃板，参考海浪，中间层——玻璃砖墙，顶层——以图案钢板完成的屋顶。建筑中使用了高效和生态系统，例如被动冷却、灰水系统和热回收。该解决方案将以降低碳足迹的方式运行。
                
            




            
                竞标方案四
                
                    ☉&#38;nbsp;《历史与未来博物馆》是&#38;nbsp;Luca&#38;nbsp;Poian&#38;nbsp;Forms&#38;nbsp;在&#38;nbsp;2024&#38;nbsp;年由图尔库市推广的荣誉提名竞赛作品。该博物馆位于芬兰图尔库，处于工业和海滨环境中。建筑规模为中等，占地面积&#38;nbsp;9,000&#38;nbsp;平方米，预算为&#38;nbsp;41,000,000&#38;nbsp;欧元，每平方米成本为&#38;nbsp;4,556&#38;nbsp;欧元。主要材料为木材。Filippo&#38;nbsp;Bolognese&#38;nbsp;担任视觉化合作者。请审阅同一竞赛中的其他三个提案。
                
                
                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/JNXQDaIp2C9fl17.webp" alt="历史与未来博物馆 - Luca Poian Forms"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/7w8UYJopIGL5yM6.webp" alt="历史与未来博物馆 - Luca Poian Forms"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/6LVgRkS1TYoxQvd.webp" alt="历史与未来博物馆 - Luca Poian Forms"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/zUSpqdtQZK14GPm.webp" alt="历史与未来博物馆 - Luca Poian Forms"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/PHfdmWLzE781uTY.webp" alt="历史与未来博物馆 - Luca Poian Forms"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/YVusmh6ICJdOqiM.webp" alt="历史与未来博物馆 - Luca Poian Forms"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/ajqsJ6hUzT34CiE.webp" alt="历史与未来博物馆 - Luca Poian Forms"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/VefgvXZiQEC8MmT.webp" alt="历史与未来博物馆 - Luca Poian Forms"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/jBYNaMEbS9C5OiP.webp" alt="历史与未来博物馆 - Luca Poian Forms"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/F7z8iRoqJPX4ve9.webp" alt="历史与未来博物馆 - Luca Poian Forms"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/txhv3KjDrFRzqYC.webp" alt="历史与未来博物馆 - Luca Poian Forms"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2024/08/03/aWRqdskQ9xivy6n.webp" alt="历史与未来博物馆 - Luca Poian Forms"&#62;
                        
                    
                

                
                
                    博物馆在当代社会中的角色易于演变和状态改变。我们认为图尔库市的《历史与未来博物馆》必须体现林南尼米文化，并通过保持现实和日常性，激活其所处的城市条件，不断挑战公众的期待。我们的愿景体现了对本地材料、民俗形式和有限资源的高度关注，同时提供一个灵活、适应性强和抗灾能力的空间，提升人类的舒适和福祉；‘Matkustaja’通过充当一个传送门，邀请您旅行，超越时间的限制。

                    作为图尔库市城市结构的延伸，建筑由一系列模块化的木质亭子组成，围绕多个庭院布置。这种设计便于未来的水平扩展或重新配置，同时优先考虑采光和户外空间的使用。屋顶悬挑被艺术化地解释为传统芬兰建筑细节，既保护了结构和游客免受恶劣天气的影响。

                    博物馆与周围环境保持持续对话，通过其展示的视角来上下文化图尔库提供的不断变化的观点。建筑的定位和建议的景观设计在保护周边住宅区的同时，促进室内和建筑形式之间的太阳能增益。一楼的大玻璃窗提供了水岸的全景视野，而二楼的画廊则框出了周围历史建筑环境的精选景观。

                    玻璃幕墙和高处的窗户使展厅内部自然采光，而庭院和反射表面进一步增强了室内的照明水平。与此相反，较暗的表面则鼓励在展览空间中使用多媒体/其他视觉媒体。这座完全工程化的模块化木结构建筑的简洁外观掩盖了其突破性创新。当每个组件都设计得尽可能高效时，该项目提出了强有力的可持续发展议程，结果是一种没有多余的诚实设计。
                
            



            
                竞标方案五
                
                    ☉&#38;nbsp;历史与未来博物馆是&#38;nbsp;Studio812&#38;nbsp;为土尔库市设计的提案，建于&#38;nbsp;2024&#38;nbsp;年。该博物馆位于芬兰土尔库的海滨环境中，规模中等，建筑面积为&#38;nbsp;9,400&#38;nbsp;平方米，预算估计为&#38;nbsp;39,000,000&#38;nbsp;欧元，单平方米造价为&#38;nbsp;4,149&#38;nbsp;欧元。主要材料包括混凝土、木材和植物。Mino Works&#38;nbsp;作为可视化合作伙伴参与了该项目。该提案探讨了分层、开放的底层格栅庭院、自然、废墟和楼梯等概念。请审查该竞赛的六个提案。
                
                
                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2025/05/30/vaJnhq4KxZe1CfP.webp" alt="历史与未来博物馆 - studio 8 1/2"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2025/05/30/ypYOGsHSDiL8tmo.webp" alt="历史与未来博物馆 - studio 8 1/2"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2025/05/30/wVRdNqcfvyi1CGj.webp" alt="历史与未来博物馆 - studio 8 1/2"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2025/05/30/P6yQHABWF2nT8Kz.webp" alt="历史与未来博物馆 - studio 8 1/2"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2025/05/30/FwiNbdkHV1AUGCn.webp" alt="历史与未来博物馆 - studio 8 1/2"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2025/05/30/wsu5vKSPhn9xk7B.webp" alt="历史与未来博物馆 - studio 8 1/2"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2025/05/30/Q9wjVn5aLvcDJtf.webp" alt="历史与未来博物馆 - studio 8 1/2"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2025/05/30/mFe9KXfNMYIBqPt.webp" alt="历史与未来博物馆 - studio 8 1/2"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2025/05/30/varbI5Nj81CQc47.webp" alt="历史与未来博物馆 - studio 8 1/2"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2025/05/30/MXmgBWYZdkhG29K.webp" alt="历史与未来博物馆 - studio 8 1/2"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2025/05/30/bawvQmBpxOJryhP.webp" alt="历史与未来博物馆 - studio 8 1/2"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2025/05/30/xuyo2JD98OXBhMa.webp" alt="历史与未来博物馆 - studio 8 1/2"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2025/05/30/RFP7xjI9pN1hWfA.webp" alt="历史与未来博物馆 - studio 8 1/2"&#62;
                        
                    
                

                
                    
                        
                            &#60;img class="single-image img-dark" src="https://cdn.sa.net/2025/05/30/n2HZAFMLqTQeswi.webp" alt="历史与未来博物馆 - studio 8 1/2"&#62;
                        
                    
                

                
                
                未来的博物馆位于竞赛场地的西南角，紧邻步行海滨长廊，并延续现有/规划的建筑体量。将其准确放置在此位置，可以实现短而直接的车辆/维护连接，最大化整个步行和景观区域。场地的东部完全未被占用，与未来的城堡公园形成稳固的连接，使博物馆成为自然的一部分。景观规划在整个项目中占据核心地位，博物馆本身在地面层仅占用给定场地的不到 15%，而复杂的建筑元素使得其中一部分呈现为纯粹的公园和艺术花园。该布局的参考来自于这种类型的景观，原生的，甚至是芬兰本土的物种和景观特征——水、土地和树木之间的联系。众所周知，没有什么比让自然保持活力更好，而一旦被沥青覆盖的土地就会复苏。该项目提议在场地上创建一种“储存”艺术和文物的空间，建筑物高于地面，类似于该国和地理区域某些地方的典型民俗建筑。与此同时，场地上将创建一种新的“湿地”，由沼泽、湿地、池塘等组成，除了本地树种外，还将吸引本土鸟类和动物。同时，这种类型的景观在暴风雨和高水事件时将作为缓冲区和蓄水池。建筑物沿着海滨步道呈现出低矮、宁静的体量。布局遵循内庭院的原则，类似于附近的城堡，但它被抬高，使得底层成为开放的公园区域，而不是盲目的边界墙。该体量在地面层占用的面积极小，而在上层则相对较大。因此，它创造了一个多孔的体量，既可渗透又可通行。
                
            
        
    

    





    body {
        margin: 0;
        background: linear-gradient(to bottom, #d9faec, #abdad9, #e3f6f9, #9cc8ed, #79C7C5);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    /* 滚动条 */
    /* width */

    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    ::-webkit-scrollbar {
        width: 10px;
        height: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f100;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #88888866;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #26b0b0;
    }

    /* 導航樣式 */
    .nav {
        position: fixed;
        top: 10px;
        left: 50%;
        transform: translateX(-20%);
        z-index: 1000;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .nav-item {
        position: relative;
        margin: 0;
        /* 确保没有额外的外边距 */
    }

    .nav a {
        text-decoration: none;
        color: white !important;
        background-color: #33333380;
        padding: 10px 15px;
        border-radius: 15px;
        white-space: nowrap;
        position: relative;
        /* 使绝对定位的子元素相对于此元素 */
        z-index: 1;
        transition: background-color 0.3s;
        display: inline-block;
        /* 确保链接元素的显示 */
        margin: 0;
        /* 确保没有额外的外边距 */
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .nav a:hover {
        background-color: #555;
    }

    .nav a:hover+.nav-img {
        display: block;
        background-color: #555;
        /* 设置与导航链接一致的背景色 */
    }

    .nav-img {
        display: none;
        position: absolute;
        top: 120%;
        left: 50%;
        transform: translateX(-50%);
        /*
        border: 1px solid #ddd;
        */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        overflow: hidden;
        background-color: #33333380;
        /* 使背景色与导航链接一致 */
        z-index: 0;
        /* 在导航链接之下 */
        width: 200px;
        height: 200px;
        padding: 5px;
        transition: background-color 0.3s;
        /* 添加过渡效果 */
        margin: 0;
        /* 确保没有额外的外边距 */
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .nav-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* 确保图片填充容器且不变形 */
        display: block;
        border-radius: 10px;
        /* 确保图片边角圆润 */
    }

    .nav-item:hover .nav-img {
        display: block;
    }

    /* 提示信息 */
    .swipe-message {
        display: none;
        position: fixed;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 10px;
        border-radius: 5px;
    }

    .topMargin {
        margin-top: 0% !important;
    }

    .comparison-container {
        overflow-x: auto;
        overflow-y: auto;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .comparison-content {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        /* 确保容器宽度适应所有项目 */
    }

    .project {
        min-width: 72vw;
        /* 设置为视口宽度的100% */
        box-sizing: border-box;
        padding: 20px;
        border-right: 1px solid #ddd;
        /* 可选：分隔线 */
        background-color: #ffffff00;
    }

    .project h2 {
        margin-top: 0;
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
    }

    .text-font {
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif !important;
    }

    .bodyText {
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
        white-space: normal;
        box-sizing: border-box;
        visibility: visible;
        text-align: justify;
        text-align-last: center;
        text-justify: inter-ideograph;
        word-break: break-all;
        color: #292929;
        font-size: 16px !important;
        line-height: 1.5;
    }

    .breakTitle {
        white-space: normal;
    }

    .margin-text {
        margin: 0 3%;
    }

    /* 图片样式 */
    .single-image {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 15px;
        margin-bottom: 0 !important;
    }

    /* 自定义样式 */
    .bg-transparent {
        background: rgb(255, 255, 255, 0.5);
        border: solid;
        border-width: 1.5px;
        border-color: rgb(255, 255, 255, 1);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        -webkit-tap-highlight-color: transparent;
    }

    .card-body {
        flex: 1 1 auto;
        padding: 13px;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .padded-05 {
        padding: 8px;
    }

    .cardSlider {
        flex: 0 0 auto;
        margin: 8px;
        color: black;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: rgba(255, 255, 255, 0.5);
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        transition-duration: 0.4s;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        -webkit-tap-highlight-color: transparent;
    }

    .img-dark {
        filter: brightness(1);
    }

    .bottomMargin {
        margin-bottom: 7% !important;
    }

    /* 查看更多 */
    .centerButton {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
    }

    .button {
        color: white;
        padding: 16px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
        color: black;
        background-color: rgb(255, 255, 255, 0.3);
        border: solid;
        border-width: 1px;
        border-color: rgb(255, 255, 255, 1);
        border-radius: 12px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
    }

    .button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

    .button span:after {
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
        content: "&#62;&#62;";
        font-weight: 900;
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }

    .button:hover {
        -ms-transform: scale(1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1);
        /* Safari 3-8 */
        transform: scale(1.1);
    }

    .button:hover span {
        padding-right: 25px;
    }

    .button:hover span:after {
        opacity: 1;
        right: 0;
    }

    .button:active {
        background-color: #26b0b066;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        transform: translateY(4px);
    }

    @media screen and (max-width: 500px) {
        .topMargin {
            margin-top: 60px !important;
        }
    }

    /* 媒體查詢：在小屏幕上隱藏導航，顯示提示信息 */
    @media (max-width: 768px) {
        .nav {
            display: none;
            /* 隱藏導航 */
        }

        .swipe-message {
            display: block;
            /* 顯示提示信息 */
        }

        .project {
            min-width: 90vw;
            padding: 20px 10px;
        }

        .margin-text {
            margin: 0 4%;
        }

        .padded-05 {
            padding: 4px;
        }
    }

    @media (prefers-color-scheme: dark) {
        body {
            background: rgb(34, 34, 34) !important;
            color: #ddd;
        }

        .bodyText {
            color: #ddd !important;
        }

        .button,
        h1,
        h2 {
            color: #ddd !important;
        }

        .img-dark {
            filter: brightness(0.9);
        }
    }



    function setLanguage(lang) {
        const elementsToTranslate = document.querySelectorAll('[data-translate-en], [data-translate-zh-Hant]');
        const imgElements = document.querySelectorAll('img'); // 获取所有图片元素

        elementsToTranslate.forEach(element =&#62; {
            const enText = element.getAttribute('data-translate-en');
            const zhHantText = element.getAttribute('data-translate-zh-Hant');

            if (lang === 'en') {
                element.innerHTML = enText; // 英文
            } else if (lang === 'zh-Hant') {
                element.innerHTML = zhHantText; // 繁体中文
            } else {
                element.innerHTML = element.innerHTML; // 简体中文，保持原始内容
            }
        });

        // 遍历所有图片元素
        imgElements.forEach(imgElement =&#62; {
            if (lang === 'zh-Hans') {
                // 在简体中文时显示原始的 src
                imgElement.src = imgElement.src; // 保持原始的 src
            } else {
                // 在英文和繁体中文时使用 data- 属性中的 URL
                imgElement.src = imgElement.getAttribute(`data-img-${lang}`) &#124;&#124; imgElement.src; // 如果没有对应的 URL，保持原始的 src
            }
        });
    }

    document.addEventListener('DOMContentLoaded', () =&#62; {
        const userLang = navigator.language &#124;&#124; navigator.userLanguage; // 获取浏览器语言
        let lang;

        if (userLang.startsWith('zh-Hans')) {
            lang = 'zh-Hans';
        } else if (userLang.startsWith('zh-CN')) {
            lang = 'zh-Hans';
        } else if (userLang.startsWith('zh-Hant')) {
            lang = 'zh-Hant';
        } else if (userLang.startsWith('zh-TW')) {
            lang = 'zh-Hant';
        } else {
            lang = 'en'; // 默认使用英语
        }

        setLanguage(lang);
    });



    // srcset 自动切换
    function detectLanguage() {
        const browserLang = navigator.language &#124;&#124; navigator.userLanguage;
        if (browserLang.startsWith('zh-Hans') &#124;&#124; browserLang.startsWith('zh-CN')) {
            return 'zh-Hans';
        } else if (browserLang.startsWith('zh-Hant') &#124;&#124; browserLang.startsWith('zh-TW') &#124;&#124; browserLang.startsWith('zh-HK')) {
            return 'zh-Hant';
        } else {
            return 'en'; // 默认使用英语
        }
    }

    function setLanguage(lang) {
        const sourceElements = document.querySelectorAll('picture source');
        const liElements = document.querySelectorAll('.accordion-ul ul li');

        liElements.forEach(li =&#62; {
            const imgSrc = li.getAttribute(`data-img-${lang}`);
            if (imgSrc) {
                li.style.backgroundImage = `url("${imgSrc}")`; // 动态设置背景图片
            }
        });

        sourceElements.forEach(sourceElement =&#62; {
            // 获取对应语言的图片链接
            const imgSrcLang = sourceElement.getAttribute(`data-img-${lang}`);
            if (imgSrcLang) {
                sourceElement.setAttribute('srcset', imgSrcLang);
            }
        });

        const imgElements = document.querySelectorAll('picture img');

        imgElements.forEach(imgElement =&#62; {
            const imgSrcLang = imgElement.getAttribute(`data-img-${lang}`);
            if (imgSrcLang) {
                imgElement.setAttribute('src', imgSrcLang);
            }
        });
    }

    // 自动检测浏览器语言并设置图片语言
    setLanguage(detectLanguage());
</description>
		
	</item>
		
		
	<item>
		<title>Ella Du Cane 水彩画作品</title>
				
		<link>https://topic.easyref.design/Ella-Du-Cane</link>

		<pubDate>Mon, 13 Nov 2023 03:56:24 +0000</pubDate>

		<dc:creator>EasyRef &#124; 每周专题</dc:creator>

		<guid isPermaLink="true">https://topic.easyref.design/Ella-Du-Cane</guid>

		<description>
	
		
			
				Ella Du Cane&#38;nbsp;水彩画作品
			
		
		
		
&#60;img width="588" height="826" width_o="588" height_o="826" data-src="https://freight.cargo.site/t/original/i/d42bd71fe0d9aa9a4824ed181412d844b014985c15a11c64fa9bc515f6e93a2d/Peeps-at-Many-Lands---Japan-08.jpg" data-mid="213845978" border="0"  src="https://freight.cargo.site/w/588/i/d42bd71fe0d9aa9a4824ed181412d844b014985c15a11c64fa9bc515f6e93a2d/Peeps-at-Many-Lands---Japan-08.jpg" /&#62;
&#60;img width="424" height="650" width_o="424" height_o="650" data-src="https://freight.cargo.site/t/original/i/c4991a0787ddf3752837b73846d76adb052d4e366a28bb2180eb8fe477ce7b9c/The-Flowers-and-Gardens-of-Madeira-14.jpg" data-mid="213845982" border="0"  src="https://freight.cargo.site/w/424/i/c4991a0787ddf3752837b73846d76adb052d4e366a28bb2180eb8fe477ce7b9c/The-Flowers-and-Gardens-of-Madeira-14.jpg" /&#62;
&#60;img width="462" height="650" width_o="462" height_o="650" data-src="https://freight.cargo.site/t/original/i/08beb0c39f7afbb8afe561d8c453359ee8480c9031603e490cd04dbd19b3d9a8/The-Flowers-and-Gardens-of-Madeira-12.jpg" data-mid="213845981" border="0" data-scale="25" data-no-zoom="true" data-icon-mode src="https://freight.cargo.site/w/462/i/08beb0c39f7afbb8afe561d8c453359ee8480c9031603e490cd04dbd19b3d9a8/The-Flowers-and-Gardens-of-Madeira-12.jpg" /&#62;
&#60;img width="572" height="827" width_o="572" height_o="827" data-src="https://freight.cargo.site/t/original/i/43b6367535004f54a7b2dcb0b2092ed740d2a884712f840f1797404153d7d2d0/Peeps-at-Many-Lands---Japan-11.jpg" data-mid="213845979" border="0"  src="https://freight.cargo.site/w/572/i/43b6367535004f54a7b2dcb0b2092ed740d2a884712f840f1797404153d7d2d0/Peeps-at-Many-Lands---Japan-11.jpg" /&#62;

		
			
			Ella&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;是一位优秀的水彩艺术家，以其细致优雅的作品而著称，她以擅长描绘异国风景得名。Ella&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;和她的姐妹&#38;nbsp;Florence&#38;nbsp;Du&#38;nbsp;Cane，在当时拥有令人称羡的家世背景，更在其一生中取得了卓越的成就。值得一提的是，她们生于&#38;nbsp;19&#38;nbsp;世纪末，活跃于&#38;nbsp;20&#38;nbsp;世纪初，这对于当时的女性来说是极为不凡的成就。然而，出于各种可能的原因，Ella&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;在当代艺术家中并不像著名的现代大师如梵谷、马谛斯、塞尚或莫内那样广为人知。但在艺术史上，能够靠绘画艺术维生且无虑地探索世界的艺术家，实在不多见。
			
		
		
		
		
		
			
				受到英国维多莉亚女王喜爱的异国风景水彩画
			
		
		
		
			Ella&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;(1874-1943)&#38;nbsp;是一位英国艺术家，以其风景和异国情调的水彩画而闻名。Ella&#38;nbsp;Mary&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;是政治家和殖民统治者查尔斯·杜·凯恩爵士&#38;nbsp;(Sir&#38;nbsp;Charles&#38;nbsp;Du&#38;nbsp;Cane)&#38;nbsp;和他的妻子乔治亚娜·苏珊·科普利&#38;nbsp;(Georgana&#38;nbsp;Susan&#38;nbsp;Copley)&#38;nbsp;的第三个也是最小的女儿。得益于她的母亲，她成为艺术家约翰辛格尔顿科普利的曾孙女。在她父亲担任塔斯马尼亚州州长五年任期的最后一年，Ella&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;出生在塔斯马尼亚州的霍巴特，就在这家人回到位于埃塞克斯州布拉克斯特德公园的乡间别墅之前不久。在埃塞克斯，查尔斯被任命为圣迈克尔和圣乔治骑士团的骑士指挥官，并担任海关委员会主席。她的姐姐弗洛伦斯出生于&#38;nbsp;1869&#38;nbsp;年，Ella&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;是一位水彩画家，弗洛伦斯是一位作家。1889&#38;nbsp;年父亲去世后，姐妹俩决定独自环游世界。她们访问了中国、日本、埃及、加那利群岛和马德拉群岛。Ella&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;出生于&#38;nbsp;1874&#38;nbsp;年，成长于英国乡村，她的父亲原是英国当时派驻澳洲的外交官，后来获封骑士，并回到英国在政府担任高级职务。她的母亲则是伦敦知名的肖像画家之女。因此可以推断&#38;nbsp;Ella&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;和她的姊妹从小就接受了优质的教育和艺术熏陶。尽管她们的成长环境相对富裕，但她们开始环游世界的契机来自她们在艺术方面的才华，以及英国维多莉亚女王的青睐。女王在某次画展上对&#38;nbsp;Ella&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;的作品印象深刻，短短三年内订购了她的&#38;nbsp;26&#38;nbsp;幅画作。这种赏识使得&#38;nbsp;Ella&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;和她的姊妹开始了一段环游世界之旅，也成就了今天我们所欣赏到的一系列作品。
			
		
		
		
		
			
				以优雅细致的水彩留存百年前日本繁花绝景
			
		
		
		根据现有的纪录，我们得知&#38;nbsp;Ella&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;游历并描绘了中国、日本、埃及、西班牙的加那利群岛和葡萄牙的马德拉群岛。Ella&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;擅长捕捉和还原细致的风景和色彩，这些留下来的作品为现代人提供了一个窥见百年前人类生活和风景的机会。其中，由&#38;nbsp;Ella&#38;nbsp;绘制，姊姊&#38;nbsp;Florence&#38;nbsp;撰写的《日本的花卉和花园》，以其清新淡雅的水彩，使当时日本的花卉风景在今天看来更具平静和舒适感。在这次的，我们还提供了马德拉群岛盛开的花园景色，以及&#38;nbsp;Ella&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;与另一位作家合作创作的插图，重点描述了当时日本人的日常生活。如果妳也对&#38;nbsp;Ella&#38;nbsp;Du&#38;nbsp;Cane&#38;nbsp;的作品或水彩风格感兴趣，赶紧下载收藏这些珍贵的艺术品，将带妳穿越时光，探索早期&#38;nbsp;20&#38;nbsp;世纪的美丽风景。
			
		
		
		
&#60;img width="709" height="1000" width_o="709" height_o="1000" data-src="https://freight.cargo.site/t/original/i/00e7d8cae3483aae56d70bd78717f44be83baaf4692f62fc20eb431db64138f6/The-Flowers-and-Gardens-of-Japan-29.jpg" data-mid="196662990" border="0"  src="https://freight.cargo.site/w/709/i/00e7d8cae3483aae56d70bd78717f44be83baaf4692f62fc20eb431db64138f6/The-Flowers-and-Gardens-of-Japan-29.jpg" /&#62;
&#60;img width="426" height="650" width_o="426" height_o="650" data-src="https://freight.cargo.site/t/original/i/a1dc2ac6898ffb95fc155a542452cf0aa9d8c55028ac5d84212d720584583b92/The-Flowers-and-Gardens-of-Madeira-16.jpg" data-mid="196663026" border="0"  src="https://freight.cargo.site/w/426/i/a1dc2ac6898ffb95fc155a542452cf0aa9d8c55028ac5d84212d720584583b92/The-Flowers-and-Gardens-of-Madeira-16.jpg" /&#62;
&#60;img width="679" height="1000" width_o="679" height_o="1000" data-src="https://freight.cargo.site/t/original/i/9f5af4322f248a6cb1a3e1c7c4f26f82f63d6725c9e334ca1c4e27e12aad715c/The-Flowers-and-Gardens-of-Japan-38.jpg" data-mid="196662966" border="0"  src="https://freight.cargo.site/w/679/i/9f5af4322f248a6cb1a3e1c7c4f26f82f63d6725c9e334ca1c4e27e12aad715c/The-Flowers-and-Gardens-of-Japan-38.jpg" /&#62;
&#60;img width="693" height="1000" width_o="693" height_o="1000" data-src="https://freight.cargo.site/t/original/i/8a2ac95c13b7dcf6a7f6a9afc36cc5368651a83526f5499f94289387ed24493a/The-Flowers-and-Gardens-of-Japan-37.jpg" data-mid="196663006" border="0"  src="https://freight.cargo.site/w/693/i/8a2ac95c13b7dcf6a7f6a9afc36cc5368651a83526f5499f94289387ed24493a/The-Flowers-and-Gardens-of-Japan-37.jpg" /&#62;
&#60;img width="580" height="828" width_o="580" height_o="828" data-src="https://freight.cargo.site/t/original/i/6bce077f403e80ab4d2813276966ca11ed2002f72550c4f42476258731f82a64/Peeps-at-Many-Lands---Japan-10.jpg" data-mid="196663040" border="0"  src="https://freight.cargo.site/w/580/i/6bce077f403e80ab4d2813276966ca11ed2002f72550c4f42476258731f82a64/Peeps-at-Many-Lands---Japan-10.jpg" /&#62;
&#60;img width="819" height="585" width_o="819" height_o="585" data-src="https://freight.cargo.site/t/original/i/f41f329bb754fe33d798660f1fb88f675a3a90ff3c719121048de71d976888a0/Peeps-at-Many-Lands---Japan-01.jpg" data-mid="196663042" border="0"  src="https://freight.cargo.site/w/819/i/f41f329bb754fe33d798660f1fb88f675a3a90ff3c719121048de71d976888a0/Peeps-at-Many-Lands---Japan-01.jpg" /&#62;
&#60;img width="825" height="584" width_o="825" height_o="584" data-src="https://freight.cargo.site/t/original/i/2807f73bc2667b2a0e9203a1169e06f70d181e7ff73dfca3f4408c029e662cce/Peeps-at-Many-Lands---Japan-02.jpg" data-mid="196663043" border="0"  src="https://freight.cargo.site/w/825/i/2807f73bc2667b2a0e9203a1169e06f70d181e7ff73dfca3f4408c029e662cce/Peeps-at-Many-Lands---Japan-02.jpg" /&#62;

		
		
			查看更多
		
		
		
	



	body {
		margin: 0;
		background: linear-gradient(to bottom, #d9faec, #abdad9, #e3f6f9, #9cc8ed, #79C7C5);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	/* 滚动条 */
	/* width */

	.scrolling-wrapper {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	::-webkit-scrollbar {
		width: 10px;
		height: 5px;
	}

	/* Track */
	::-webkit-scrollbar-track {
		background: #f1f1f100;
	}

	/* Handle */
	::-webkit-scrollbar-thumb {
		background: #88888866;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: #26b0b0;
	}

	.image-gallery .gallery_card img {
		border-radius: 3vmin;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 4px 8px 0 rgba(0, 0, 0, 0.4);
	}

	.no-shadow img {
		box-shadow: none !important;
	}

	.topMargin {
		margin-top: 0% !important;
	}

	.text-font {
		font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif !important;
	}

	.bodyText {
		font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
		white-space: normal;
		box-sizing: border-box;
		visibility: visible;
		text-align: justify;
		text-align-last: center;
		text-justify: inter-ideograph;
		word-break: break-all;
		color: #292929;
		font-size: 16px !important;
		line-height: 1.5;
	}

	.bottomMargin {
		margin-bottom: 7% !important;
	}

	/* 查看更多 */
	.centerButton {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100px;
	}

	.button {
		color: white;
		padding: 16px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		transition-duration: 0.4s;
		cursor: pointer;
		color: black;
		background-color: rgb(255, 255, 255, 0.3);
		border: solid;
		border-width: 1px;
		border-color: rgb(255, 255, 255, 1);
		border-radius: 12px;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
		font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
	}

	.button span {
		cursor: pointer;
		display: inline-block;
		position: relative;
		transition: 0.5s;
	}

	.button span:after {
		font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
		content: "&#62;&#62;";
		font-weight: 900;
		position: absolute;
		opacity: 0;
		top: 0;
		right: -20px;
		transition: 0.5s;
	}

	.button:hover {
		-ms-transform: scale(1.1);
		/* IE 9 */
		-webkit-transform: scale(1.1);
		/* Safari 3-8 */
		transform: scale(1.1);
	}

	.button:hover span {
		padding-right: 25px;
	}

	.button:hover span:after {
		opacity: 1;
		right: 0;
	}

	.button:active {
		background-color: #26b0b066;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
		transform: translateY(4px);
	}

	@media screen and (max-width: 500px) {
		.topMargin {
			margin-top: 60px !important;
		}
	}

	@media (prefers-color-scheme: dark) {
		body {
			background: rgb(34, 34, 34) !important;
			color: #ddd;
		}

		.bodyText {
			color: #ddd !important;
		}

		.button,
		h1,
		h2 {
			color: #ddd !important;
		}
	}
</description>
		
	</item>
		
		
	<item>
		<title>竞赛获奖展板排版 模板大公开</title>
				
		<link>https://topic.easyref.design/23418659</link>

		<pubDate>Tue, 11 Jan 2022 09:51:22 +0000</pubDate>

		<dc:creator>EasyRef &#124; 每周专题</dc:creator>

		<guid isPermaLink="true">https://topic.easyref.design/23418659</guid>

		<description>
    
        竞赛获奖展板排版
            模板大公开
    
    &#60;img style="width: 15% !important; max-width: 150px !important;margin: auto;" src="https://freight.cargo.site/t/original/i/c9166ee2b1c523434ffd9f60003a42156aed768145ae385f5a276ab001d3a29a/Fmo2c4cWo5Ki_f2zV9v5mjQDqKb3.png"&#62;

    
        
        想知道最近有哪些，好用的素材、流行的参考和灵感？来这里就对了，EasyRef&#38;nbsp;编辑团队，为妳精心呈现优秀的素材和参考，记得按时查收。
        
    
    

    &#60;img style="width: 60% !important; margin: auto;" src="https://freight.cargo.site/t/original/i/82794a942a647d60685d63099f6567b198cd3e92ddc461969dfd3575b9abe160/0.png"&#62;
    
        我们为妳准备了新年礼物。我们正在分享我们一年中精选的&#38;nbsp;10&#38;nbsp;个&#38;nbsp;Enscape&#38;nbsp;场景。
    
    
    
        
            
                &#38;nbsp;&#38;nbsp;点击图片放大图片，点击文字下载源文件&#38;nbsp;&#38;nbsp;
            
        
    
    

    
        
            
                
                    
                
                
                    
                
                
                    
                        
                            橫版
                        
                    
                
            
        
    

    
        
            Slow Down Around
        
        
        
            竞赛：24H Bridge
            奖项：一等奖
            设计者：Kornel Kurtys; Maja Klawitter; Maria Opłatek; Mikołaj Kałużny; Bartłomiej Tuczapski
            
            
        

        
            
                &#60;img width="2276" height="1607" width_o="2276" height_o="1607" data-src="https://freight.cargo.site/t/original/i/33576afc5d99ef0666d219f3c16cc9896837a4d26661bf2180a950814705abb9/1.jpg" data-mid="130284532" border="0"  src="https://freight.cargo.site/w/1000/i/33576afc5d99ef0666d219f3c16cc9896837a4d26661bf2180a950814705abb9/1.jpg" /&#62;
                &#60;img width="3311" height="2339" width_o="3311" height_o="2339" data-src="https://freight.cargo.site/t/original/i/52e425844c26bd9f40124d27d33fa5aa1caa0ed80743069e245fb443a3a431cf/01-.png" data-mid="130284562" border="0" data-scale="100" src="https://freight.cargo.site/w/1000/i/52e425844c26bd9f40124d27d33fa5aa1caa0ed80743069e245fb443a3a431cf/01-.png" /&#62;
            
        

        
            
                下载链接
            
            
            
                
                    Photoshop
                
            
            
                
                    InDesign
                
            
        
    

    
        
            Among the walls
        
        
        
            竞赛：Site&#38;nbsp;Temple&#38;nbsp;_&#38;nbsp;Vera&#38;nbsp;Cruz&#38;nbsp;da&#38;nbsp;Figueira’&#38;nbsp;Fortress,&#38;nbsp;Algarve,&#38;nbsp;Portugal
            奖项：三等奖
            设计者：Marc&#38;nbsp;Viaud,&#38;nbsp;Victor&#38;nbsp;Dussap&#38;nbsp;and&#38;nbsp;Roxana&#38;nbsp;Hosu
            
            
        

        
            
                &#60;img width="1500" height="1059" width_o="1500" height_o="1059" data-src="https://freight.cargo.site/t/original/i/f5f83673c2bc74b39e1f3a637fcf9175992bac69ff3a8b7f754214e191b9e7d0/2.jpg" data-mid="130284587" border="0"  src="https://freight.cargo.site/w/1000/i/f5f83673c2bc74b39e1f3a637fcf9175992bac69ff3a8b7f754214e191b9e7d0/2.jpg" /&#62;
                &#60;img width="3311" height="2339" width_o="3311" height_o="2339" data-src="https://freight.cargo.site/t/original/i/777a9d633d86188b6c2226cdd2491ffc0307b7600d26be217fb77c77905b7554/02-.png" data-mid="130284629" border="0"  src="https://freight.cargo.site/w/1000/i/777a9d633d86188b6c2226cdd2491ffc0307b7600d26be217fb77c77905b7554/02-.png" /&#62;
            
        

        
            
                下载链接
            
            
            
                
                    Photoshop
                
            
            
                
                    InDesign
                
            
        
    

    
        
            Site&#38;nbsp;Mirador&#38;nbsp;Arxsite
        
        
        
            竞赛：Site&#38;nbsp;Mirador&#38;nbsp;_&#38;nbsp;Zavial&#38;nbsp;Battery,&#38;nbsp;Algarve,&#38;nbsp;Portugal
            奖项：三等奖
            设计者：Marzena&#38;nbsp;Radkiewicz-Metko&#38;nbsp;and&#38;nbsp;Przemo&#38;nbsp;Metko
            
            
        

        
            
                &#60;img width="1500" height="1059" width_o="1500" height_o="1059" data-src="https://freight.cargo.site/t/original/i/bf734539b30da00724059406b0858f256edae3e04df2ad19e3b8ad4e8281111d/3.jpg" data-mid="130284626" border="0"  src="https://freight.cargo.site/w/1000/i/bf734539b30da00724059406b0858f256edae3e04df2ad19e3b8ad4e8281111d/3.jpg" /&#62;
                &#60;img width="3311" height="2339" width_o="3311" height_o="2339" data-src="https://freight.cargo.site/t/original/i/c84c577a66f0b40cb435b04ddb1f9dfee56ce1f3cf44d5876f36293bc79a48ce/03-.png" data-mid="130284864" border="0"  src="https://freight.cargo.site/w/1000/i/c84c577a66f0b40cb435b04ddb1f9dfee56ce1f3cf44d5876f36293bc79a48ce/03-.png" /&#62;
            
        

        
            
                下载链接
            
            
            
                
                    Photoshop
                
            
            
                
                    InDesign
                
            
        
    

    
        
            Metropolitan&#38;nbsp;Pilgrimage
        
        
        
            竞赛：24h&#38;nbsp;Hope
            奖项：三等奖
            设计者：设计者：Mathulin&#38;nbsp;Julia,&#38;nbsp;Deshayes&#38;nbsp;Maxence,&#38;nbsp;Chivot&#38;nbsp;Clément
            
            
        

        
            
                &#60;img width="2048" height="1446" width_o="2048" height_o="1446" data-src="https://freight.cargo.site/t/original/i/c83b5fb3582f8b7d1adf9c7fd833c704887139a8ebaf6db07b5f2c06ebcf4ecb/4.jpeg" data-mid="130284870" border="0"  src="https://freight.cargo.site/w/1000/i/c83b5fb3582f8b7d1adf9c7fd833c704887139a8ebaf6db07b5f2c06ebcf4ecb/4.jpeg" /&#62;
                &#60;img width="3311" height="2339" width_o="3311" height_o="2339" data-src="https://freight.cargo.site/t/original/i/ef6e61177cd5b535187e2c902621f5c5ed1a3f9ab92c6d7b9c63cddb67dc4342/04-.png" data-mid="130284882" border="0"  src="https://freight.cargo.site/w/1000/i/ef6e61177cd5b535187e2c902621f5c5ed1a3f9ab92c6d7b9c63cddb67dc4342/04-.png" /&#62;
            
        

        
            
                下载链接
            
            
            
                
                    Photoshop
                
            
            
                
                    InDesign
                
            
        
    

    
        
            Kaira&#38;nbsp;Looro&#38;nbsp;Emergency&#38;nbsp;Operations&#38;nbsp;Center
        
        
        
            竞赛：Kaira&#38;nbsp;Looro&#38;nbsp;Architecture&#38;nbsp;Competition
            奖项：三等奖
            设计者：Michele&#38;nbsp;Baldini,&#38;nbsp;Marco&#38;nbsp;Barzanti
            
            
        

        
            
                &#60;img width="2500" height="1766" width_o="2500" height_o="1766" data-src="https://freight.cargo.site/t/original/i/c3e4c3f0737aba6ee95edfc2caa8062b4357262d3f4e73cdf725e3556bb59b20/5.jpg" data-mid="130284888" border="0"  src="https://freight.cargo.site/w/1000/i/c3e4c3f0737aba6ee95edfc2caa8062b4357262d3f4e73cdf725e3556bb59b20/5.jpg" /&#62;
                &#60;img width="3311" height="2339" width_o="3311" height_o="2339" data-src="https://freight.cargo.site/t/original/i/44f856b9d9470bf82fb060bbe9bfad760efa5fa81d073ada6c72924613960a49/05-.png" data-mid="130284890" border="0"  src="https://freight.cargo.site/w/1000/i/44f856b9d9470bf82fb060bbe9bfad760efa5fa81d073ada6c72924613960a49/05-.png" /&#62;
            
        

        
            
                下载链接
            
            
            
                
                    Photoshop
                
            
            
                
                    InDesign
                
            
        
    

    
        
            W.A.T.T.
        
        
        
            竞赛：24H&#38;nbsp;Lightshadow
            奖项：一等奖
            设计者：Mohammad&#38;nbsp;Sadegh&#38;nbsp;Kaveh,&#38;nbsp;Camilla&#38;nbsp;Vespa
            
            
        
        
        
            
                &#60;img width="3179" height="2245" width_o="3179" height_o="2245" data-src="https://freight.cargo.site/t/original/i/050722ca11926067cd124f24095e90c60c075e06570d81a584cda9ef5708abe9/6.jpg" data-mid="130387007" border="0"  src="https://freight.cargo.site/w/1000/i/050722ca11926067cd124f24095e90c60c075e06570d81a584cda9ef5708abe9/6.jpg" /&#62;
                &#60;img width="3311" height="2339" width_o="3311" height_o="2339" data-src="https://freight.cargo.site/t/original/i/77715d6b868caa037767c0ff4f3028710ef19eb84e5b49d726d45d3927db4bbc/06-.jpg" data-mid="130387054" border="0"  src="https://freight.cargo.site/w/1000/i/77715d6b868caa037767c0ff4f3028710ef19eb84e5b49d726d45d3927db4bbc/06-.jpg" /&#62;
            
        

        
            
                下载链接
            
            
            
                
                    Photoshop
                
            
            
                
                    InDesign
                
            
        
    

    
        
            The&#38;nbsp;Visitor&#38;nbsp;Center
        
        
        
            竞赛：PAVILION&#38;nbsp;OF&#38;nbsp;HUMANITY:&#38;nbsp;FIRST&#38;nbsp;CONTACT
            奖项：二等奖
            设计者：Shahram&#38;nbsp;Arashzad,&#38;nbsp;Fatemeh&#38;nbsp;Kazemi
            
            
        
        
        
            
                &#60;img width="2000" height="1414" width_o="2000" height_o="1414" data-src="https://freight.cargo.site/t/original/i/6b60350265976f816ed0b156d6c563cb39966ebb237b1807353f815393602561/7.jpg" data-mid="130387223" border="0"  src="https://freight.cargo.site/w/1000/i/6b60350265976f816ed0b156d6c563cb39966ebb237b1807353f815393602561/7.jpg" /&#62;
                &#60;img width="2339" height="1654" width_o="2339" height_o="1654" data-src="https://freight.cargo.site/t/original/i/9ed811e46b2ed655e3e10aa42c9e5856529ca61efa28234431979ce7f2fab6f0/07-.png" data-mid="130387218" border="0"  src="https://freight.cargo.site/w/1000/i/9ed811e46b2ed655e3e10aa42c9e5856529ca61efa28234431979ce7f2fab6f0/07-.png" /&#62;
            
        

        
            
                下载链接
            
            
            
                
                    Photoshop
                
            
            
                
                    InDesign
                
            
        
    

    
        
            FRAME
        
        
        
            竞赛：YOGA&#38;nbsp;HOUSE&#38;nbsp;ON&#38;nbsp;A&#38;nbsp;CLIFF
            奖项：一等奖
            设计者：Vittorio&#38;nbsp;Falaschi,&#38;nbsp;Emmanuele&#38;nbsp;Bortone,&#38;nbsp;Maddalena&#38;nbsp;Nanni,&#38;nbsp;Uberto&#38;nbsp;Carignani
            
            
        
        
        
            
                &#60;img width="2000" height="1414" width_o="2000" height_o="1414" data-src="https://freight.cargo.site/t/original/i/d0b85acb81e48623631654e2db9a8e89a361d305e4beb85216112d5f05c870de/8.jpg" data-mid="130387295" border="0"  src="https://freight.cargo.site/w/1000/i/d0b85acb81e48623631654e2db9a8e89a361d305e4beb85216112d5f05c870de/8.jpg" /&#62;
                &#60;img width="2339" height="1654" width_o="2339" height_o="1654" data-src="https://freight.cargo.site/t/original/i/4a53dde33290823eccfc20ee78ae8d1070a48546b15b294d8eb1448ea6153ece/08-.png" data-mid="130387303" border="0"  src="https://freight.cargo.site/w/1000/i/4a53dde33290823eccfc20ee78ae8d1070a48546b15b294d8eb1448ea6153ece/08-.png" /&#62;
            
        

        
            
                下载链接
            
            
            
                
                    Photoshop
                
            
            
                
                    InDesign
                
            
        
    

    
        
            KAIRA&#38;nbsp;LOORO&#38;nbsp;WOMEN'S&#38;nbsp;HOUSE
        
        
        
            竞赛：Kaira&#38;nbsp;Looro&#38;nbsp;Competition&#38;nbsp;2021
            奖项：特别提及
            设计者：Trina&#38;nbsp;Listanco,&#38;nbsp;Lealyn&#38;nbsp;San&#38;nbsp;Juan,&#38;nbsp;Lilian&#38;nbsp;Wang
            
            
        
        
        
            
                &#60;img width="2500" height="1766" width_o="2500" height_o="1766" data-src="https://freight.cargo.site/t/original/i/48b11aa359de61252fb4dcddb8e1455c2eb39087d41ec7faad6e644fd0db5cbd/9.jpg" data-mid="130387352" border="0"  src="https://freight.cargo.site/w/1000/i/48b11aa359de61252fb4dcddb8e1455c2eb39087d41ec7faad6e644fd0db5cbd/9.jpg" /&#62;
                &#60;img width="3311" height="2339" width_o="3311" height_o="2339" data-src="https://freight.cargo.site/t/original/i/2d2ef1661c82502e97b050ac30289b1f76994bf36112b00490970f813a231aa9/09-.png" data-mid="130387340" border="0"  src="https://freight.cargo.site/w/1000/i/2d2ef1661c82502e97b050ac30289b1f76994bf36112b00490970f813a231aa9/09-.png" /&#62;
            
        

        
            
                下载链接
            
            
            
                
                    Photoshop
                
            
            
                
                    InDesign
                
            
        
    

    
        
            BLOPEZUAY1991
        
        
        
            竞赛：Kaira&#38;nbsp;Looro&#38;nbsp;Competition&#38;nbsp;2021
            奖项：一等奖
            设计者：Juan&#38;nbsp;Pablo&#38;nbsp;Lopez&#38;nbsp;Isabella
            
            
        
        
        
            
                &#60;img width="2500" height="1766" width_o="2500" height_o="1766" data-src="https://freight.cargo.site/t/original/i/eb639e20435838f4ee1b2cef7fedc396a0287d27a86f7a56aad0250acc5b95d8/10.jpg" data-mid="130387406" border="0"  src="https://freight.cargo.site/w/1000/i/eb639e20435838f4ee1b2cef7fedc396a0287d27a86f7a56aad0250acc5b95d8/10.jpg" /&#62;
                &#60;img width="3311" height="2339" width_o="3311" height_o="2339" data-src="https://freight.cargo.site/t/original/i/04ccbae9ea9d59c0724cdd8a2563025062dfa68efe6503b7353418be000ad898/10-.png" data-mid="130387410" border="0"  src="https://freight.cargo.site/w/1000/i/04ccbae9ea9d59c0724cdd8a2563025062dfa68efe6503b7353418be000ad898/10-.png" /&#62;
            
        

        
            
                下载链接
            
            
            
                
                    Photoshop
                
            
            
                
                    InDesign
                
            
        
    

    
        
            
                
                    
                
                
                    
                
                
                    
                        
                            竖版
                        
                    
                
            
        
    


    
    &#38;nbsp;
    THE TECTONIC SOUL OF THE&#38;nbsp;RUIN
    竞赛：Reuse the&#38;nbsp;Fallen&#38;nbsp;Church奖项：一等奖设计者：Andrea Romanelli,&#38;nbsp;Andrea&#38;nbsp;Consonni
    
    
        &#60;img width="1810" height="2560" width_o="1810" height_o="2560" data-src="https://freight.cargo.site/t/original/i/5c5c9f385bc012d191be772be13dac72117b169f430e77f5fdb00505ff80faa6/11.jpg" data-mid="130394290" border="0"  src="https://freight.cargo.site/w/1000/i/5c5c9f385bc012d191be772be13dac72117b169f430e77f5fdb00505ff80faa6/11.jpg" /&#62;
            
        
        &#60;img width="2339" height="3311" width_o="2339" height_o="3311" data-src="https://freight.cargo.site/t/original/i/10f6d34316d1312cc0786eca297fe7a3ba69314d3fdea889b960c5fde3d5dc77/11-.png" data-mid="130394294" border="0"  src="https://freight.cargo.site/w/1000/i/10f6d34316d1312cc0786eca297fe7a3ba69314d3fdea889b960c5fde3d5dc77/11-.png" /&#62;
        
    
    下载链接PhotoshopInDesign


    
    &#38;nbsp;
    IN -&#38;nbsp;BETWEEN
    竞赛：QUECHUA ARCHITECTURE&#38;nbsp;COMPETITION:&#38;nbsp;CUICOCHA&#38;nbsp;LOOKOUT奖项：一等奖设计者：Maxime
        Matuszezak,&#38;nbsp;Jules&#38;nbsp;Bergé,&#38;nbsp;Xavier&#38;nbsp;Poulain
    
    
        &#60;img width="706" height="1000" width_o="706" height_o="1000" data-src="https://freight.cargo.site/t/original/i/30d3dc869813af4d5949fb962784526aef852fdf47ab93eae78b3759b238f69d/12.jpg" data-mid="130394330" border="0"  src="https://freight.cargo.site/w/706/i/30d3dc869813af4d5949fb962784526aef852fdf47ab93eae78b3759b238f69d/12.jpg" /&#62;
            
        
        &#60;img width="2339" height="3311" width_o="2339" height_o="3311" data-src="https://freight.cargo.site/t/original/i/7c1d3c6f636df02322596d6bf2ca24a1dba58c66e3e9978739d1c4aef4b3af59/12-.png" data-mid="130394323" border="0"  src="https://freight.cargo.site/w/1000/i/7c1d3c6f636df02322596d6bf2ca24a1dba58c66e3e9978739d1c4aef4b3af59/12-.png" /&#62;
        
    
    下载链接PhotoshopInDesign


    
    &#38;nbsp;
    SUNPATH
    竞赛：QUECHUA ARCHITECTURE&#38;nbsp;COMPETITION:&#38;nbsp;TITICACA&#38;nbsp;CHAPEL奖项：二等奖设计者：Maxime
        Matuszezak,&#38;nbsp;Jules&#38;nbsp;Bergé,&#38;nbsp;Xavier&#38;nbsp;Poulain,&#38;nbsp;Jacob&#38;nbsp;Durand
    
    
        &#60;img width="706" height="1000" width_o="706" height_o="1000" data-src="https://freight.cargo.site/t/original/i/fae54bd189462e47a14cd5847e3985b283d52f02c2a39d5b8c1b79b8b04b3101/13.jpg" data-mid="130394771" border="0"  src="https://freight.cargo.site/w/706/i/fae54bd189462e47a14cd5847e3985b283d52f02c2a39d5b8c1b79b8b04b3101/13.jpg" /&#62;
            
        
        &#60;img width="2338" height="3311" width_o="2338" height_o="3311" data-src="https://freight.cargo.site/t/original/i/71b2c24f67b6b3546940079da7995da5979a2b91e49d960926025567db183dbe/13-.png" data-mid="130394772" border="0"  src="https://freight.cargo.site/w/1000/i/71b2c24f67b6b3546940079da7995da5979a2b91e49d960926025567db183dbe/13-.png" /&#62;
        
    
    下载链接Photoshop
        InDesign

    
    &#38;nbsp;
    GRAVIDO CUICOCHA&#38;nbsp;MIRADOR
    竞赛：QUECHUA ARCHITECTURE&#38;nbsp;COMPETITION:&#38;nbsp;CUICOCHA&#38;nbsp;LOOKOUT奖项：二等奖设计者：Diego
        Ibañez&#38;nbsp;Lahoz,&#38;nbsp;José&#38;nbsp;Lafuente&#38;nbsp;Adiego
    
    
        &#60;img width="705" height="1000" width_o="705" height_o="1000" data-src="https://freight.cargo.site/t/original/i/461ebdb18ff0ec0486ff1b831284ed6c22aed8a60156d94732f493c9af38679b/14.jpg" data-mid="130394967" border="0"  src="https://freight.cargo.site/w/705/i/461ebdb18ff0ec0486ff1b831284ed6c22aed8a60156d94732f493c9af38679b/14.jpg" /&#62;
            
        
        &#60;img width="2339" height="3311" width_o="2339" height_o="3311" data-src="https://freight.cargo.site/t/original/i/4a3de263a137b7977e7f049c30f881dc518b797ce609855e2f4b0c2fa12122ce/14-.png" data-mid="130394883" border="0"  src="https://freight.cargo.site/w/1000/i/4a3de263a137b7977e7f049c30f881dc518b797ce609855e2f4b0c2fa12122ce/14-.png" /&#62;
        
    
    下载链接PhotoshopInDesign


    
    &#38;nbsp;
    XI'AN TRAIN&#38;nbsp;STATION
    竞赛：XI'AN TRAIN&#38;nbsp;STATION奖项：二等奖设计者：LUIS
        RUIZ&#38;nbsp;ANDRES,&#38;nbsp;JUAN&#38;nbsp;PÉREZ&#38;nbsp;GARCÍA,&#38;nbsp;RODRIGO&#38;nbsp;MARTÍNEZ&#38;nbsp;GARCÍA
    
    
        &#60;img width="2500" height="3539" width_o="2500" height_o="3539" data-src="https://freight.cargo.site/t/original/i/c70d5652eb61a478181bf44d65acf72f427334fe27ae4425ae3051d496f187ea/15.png" data-mid="130395308" border="0"  src="https://freight.cargo.site/w/1000/i/c70d5652eb61a478181bf44d65acf72f427334fe27ae4425ae3051d496f187ea/15.png" /&#62;
            
        
        &#60;img width="2339" height="3311" width_o="2339" height_o="3311" data-src="https://freight.cargo.site/t/original/i/8e37798f0a3e0fef1908c5544ca889cc2349c877f4f794f4a5075b13f5efe1c5/15-.png" data-mid="130395267" border="0"  src="https://freight.cargo.site/w/1000/i/8e37798f0a3e0fef1908c5544ca889cc2349c877f4f794f4a5075b13f5efe1c5/15-.png" /&#62;
        
    
    下载链接PhotoshopInDesign


    
    &#38;nbsp;
    Piscina Mirabilis
    竞赛：Reuse the&#38;nbsp;Roman&#38;nbsp;Ruin&#38;nbsp;—&#38;nbsp;Piscina&#38;nbsp;Mirabilis奖项：三等奖设计者：Maura
        Pinto,&#38;nbsp;Piervito&#38;nbsp;Pirulli
    
    
        &#60;img width="1200" height="1699" width_o="1200" height_o="1699" data-src="https://freight.cargo.site/t/original/i/501a374ff7f0b515cacb2d5a03b40079271376914eeb5e220f4099bb2f0e5825/16.jpg" data-mid="130395391" border="0"  src="https://freight.cargo.site/w/1000/i/501a374ff7f0b515cacb2d5a03b40079271376914eeb5e220f4099bb2f0e5825/16.jpg" /&#62;
            
        
        &#60;img width="2339" height="3311" width_o="2339" height_o="3311" data-src="https://freight.cargo.site/t/original/i/8e37798f0a3e0fef1908c5544ca889cc2349c877f4f794f4a5075b13f5efe1c5/15-.png" data-mid="130395267" border="0"  src="https://freight.cargo.site/w/1000/i/8e37798f0a3e0fef1908c5544ca889cc2349c877f4f794f4a5075b13f5efe1c5/15-.png" /&#62;
        
    
    下载链接PhotoshopInDesign


    
    &#38;nbsp;
    XI'AN TRAIN&#38;nbsp;STATION
    竞赛：XI'AN TRAIN&#38;nbsp;STATION奖项：一等奖设计者：Giovanna de Simone, Matteo&#38;nbsp;Amicarella
    
    
        &#60;img width="1684" height="2382" width_o="1684" height_o="2382" data-src="https://freight.cargo.site/t/original/i/282e2f7e093d08c8d975b959967632bece66a50d0933a6e3b41a224d4e98bf8c/17.png" data-mid="130395494" border="0"  src="https://freight.cargo.site/w/1000/i/282e2f7e093d08c8d975b959967632bece66a50d0933a6e3b41a224d4e98bf8c/17.png" /&#62;
            
        
        &#60;img width="2339" height="3308" width_o="2339" height_o="3308" data-src="https://freight.cargo.site/t/original/i/e77015c0f539588dca6605a230cf9032acfcbc491e47d143563cd9a8bd72a937/17-.png" data-mid="130395487" border="0"  src="https://freight.cargo.site/w/1000/i/e77015c0f539588dca6605a230cf9032acfcbc491e47d143563cd9a8bd72a937/17-.png" /&#62;
        
    
    下载链接PhotoshopInDesign

    
    &#38;nbsp;
    TITICACA CHAPEL
    竞赛：QUECHUA ARCHITECTURE&#38;nbsp;COMPETITION:&#38;nbsp;TITICACA&#38;nbsp;CHAPEL奖项：一等奖设计者：Roberto
        González,&#38;nbsp;Emilio&#38;nbsp;Padilla
    
    
        &#60;img width="706" height="1000" width_o="706" height_o="1000" data-src="https://freight.cargo.site/t/original/i/5206a217961ad7e6273b9ccef99faf3099ebbf681529dde224bfa4db766072a1/18.jpg" data-mid="130395530" border="0"  src="https://freight.cargo.site/w/706/i/5206a217961ad7e6273b9ccef99faf3099ebbf681529dde224bfa4db766072a1/18.jpg" /&#62;
            
        
        &#60;img width="2339" height="3311" width_o="2339" height_o="3311" data-src="https://freight.cargo.site/t/original/i/91cc07e604f4cbaef70b7ba44b745b5a5ae53fcbeb180446ae5064cdf1cbc7d7/18-.png" data-mid="130395534" border="0"  src="https://freight.cargo.site/w/1000/i/91cc07e604f4cbaef70b7ba44b745b5a5ae53fcbeb180446ae5064cdf1cbc7d7/18-.png" /&#62;
        
    
    下载链接Photoshop
        InDesign


    
    &#38;nbsp;
    FITT FUTURE&#38;nbsp;HEADQUARTERS
    竞赛：FITT FUTURE&#38;nbsp;HEADQUARTERS奖项：一等奖设计者：Ruggero Buffo,&#38;nbsp;Danilo&#38;nbsp;Ercoli
    
    
        &#60;img width="1684" height="2384" width_o="1684" height_o="2384" data-src="https://freight.cargo.site/t/original/i/821c2484f5b6c996027e7b21bcafbd8cedcdbfb213b029cc41dd225850250c78/19.png" data-mid="130395561" border="0"  src="https://freight.cargo.site/w/1000/i/821c2484f5b6c996027e7b21bcafbd8cedcdbfb213b029cc41dd225850250c78/19.png" /&#62;
            
        
        &#60;img width="2339" height="3311" width_o="2339" height_o="3311" data-src="https://freight.cargo.site/t/original/i/e5fc9347bb3c16e4a414cd2b3c222b95ed9b30d42748fe34e8780c54b922417d/19-.png" data-mid="130395557" border="0"  src="https://freight.cargo.site/w/1000/i/e5fc9347bb3c16e4a414cd2b3c222b95ed9b30d42748fe34e8780c54b922417d/19-.png" /&#62;
        
    
    下载链接Photoshop
        InDesign


    
    &#38;nbsp;
    HOPE Dental&#38;nbsp;Center
    竞赛：HOPE Dental&#38;nbsp;Center奖项：一等奖设计者：SEBASTIANO
        BALDAN,&#38;nbsp;NAZISH&#38;nbsp;PATHAN,&#38;nbsp;ASHLON&#38;nbsp;FRANK 
    
    
        &#60;img width="565" height="800" width_o="565" height_o="800" data-src="https://freight.cargo.site/t/original/i/036c8aa1928511e7b9ef944d9b12f189c23ccdfd3d4161296478aa890886beef/20.jpg" data-mid="130395632" border="0"  src="https://freight.cargo.site/w/565/i/036c8aa1928511e7b9ef944d9b12f189c23ccdfd3d4161296478aa890886beef/20.jpg" /&#62;
            
        
        &#60;img width="2339" height="3311" width_o="2339" height_o="3311" data-src="https://freight.cargo.site/t/original/i/49062914c27a73959675e045748b9a042124e0c3b4f7a2887c9ed14eef6daf01/20-.png" data-mid="130395660" border="0"  src="https://freight.cargo.site/w/1000/i/49062914c27a73959675e045748b9a042124e0c3b4f7a2887c9ed14eef6daf01/20-.png" /&#62;
        
    
    下载链接Photoshop
        InDesign

    
    

    
        还想看更多展板模板的素材？ 点击查看更多~
        
            查看更多
        
        还想看更多展板的参考？ 点击查看更多~
        
            查看更多
        
    





    body {
        margin: 0;
        background: linear-gradient(to bottom, #d9faec, #abdad9, #e3f6f9, #9cc8ed, #79C7C5);
        background-size: 100%;
        background-repeat: no-repeat;
        -webkit-touch-callout: none
    }

    /* 滚动条 */
    /* width */

    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    ::-webkit-scrollbar {
        width: 10px;
        height: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f100;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #88888866;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #26b0b0;
    }

    .image-gallery .gallery_card img {
        border-radius: 20px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 4px 8px 0 rgba(0, 0, 0, 0.4);
        pointer-events: none !important;
    }

    .no-shadow img {
        box-shadow: none !important;
    }

    .topMargin {
        margin-top: 0% !important;
    }

    .text-font {
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif !important;
    }

    .title-font {
        font-size: 20px;
    }

    .caption-font {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.4);
    }

    .bodyText {
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
        white-space: normal;
        box-sizing: border-box;
        visibility: visible;
        text-align-last: center;
        text-justify: inter-character;
        word-break: break-all;
        text-align: justify;
        color: #292929;
        font-size: 16px !important;
        line-height: 1.5;
    }

    .breakTitle {
        white-space: normal;
    }

    .img-dark {
        filter: brightness(1);
    }

    .bottomMargin {
        margin-bottom: 7% !important;
    }

    /* 图片样式 */
    .content img {
        display: block;
        width: 100% !important;
        height: auto !important;
        border-radius: 15px;
        margin-bottom: 0 !important;
        pointer-events: none !important;
    }

    /* 自定义样式 */
    .bg-transparent {
        background: rgb(255, 255, 255, 0.5);
        border: solid;
        border-width: 1.5px;
        border-color: rgb(255, 255, 255, 1);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        -webkit-tap-highlight-color: transparent;
    }

    .card-body {
        flex: 1 1 auto;
        padding: 13px;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .padded-05 {
        padding: 8px;
    }

    .cardSlider {
        flex: 0 0 auto;
        margin: 8px;
        color: black;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: rgba(255, 255, 255, 0.5);
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        transition-duration: 0.4s;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        -webkit-tap-highlight-color: transparent;
    }

    /* 查看更多 */
    .centerButton {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
    }

    .button {
        color: white;
        padding: 16px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
        color: black;
        background-color: rgb(255, 255, 255, 0.3);
        border: solid;
        border-width: 1px;
        border-color: rgb(255, 255, 255, 1);
        border-radius: 12px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
    }

    .button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

    .button span:after {
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
        content: "&#62;&#62;";
        font-weight: 900;
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }

    .button:hover {
        -ms-transform: scale(1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1);
        /* Safari 3-8 */
        transform: scale(1.1);
    }

    .button:hover span {
        padding-right: 25px;
    }

    .button:hover span:after {
        opacity: 1;
        right: 0;
    }

    .button:active {
        background-color: #26b0b066;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        transform: translateY(4px);
    }

    @media screen and (max-width: 500px) {
        .topMargin {
            margin-top: 60px !important;
        }

        .title-font {
            font-size: 16px;
        }

        .caption-font {
            font-size: 11px;
        }
    }

    @media (prefers-color-scheme: dark) {
        body {
            background: rgb(34, 34, 34) !important;
            color: #ddd;
        }

        .bodyText {
            color: #ddd !important;
        }

        .button,
        h1,
        h2,
        h3,
        h4 {
            color: #ddd !important;
        }

        .img-dark {
            filter: brightness(0.9);
        }

        .text-font {
            color: #ddd !important;
        }
    }
</description>
		
	</item>
		
		
	<item>
		<title>2021 年精选 10 个 Enscape 场景  </title>
				
		<link>https://topic.easyref.design/2021-10-Enscape</link>

		<pubDate>Sat, 15 Jan 2022 21:19:25 +0000</pubDate>

		<dc:creator>EasyRef &#124; 每周专题</dc:creator>

		<guid isPermaLink="true">https://topic.easyref.design/2021-10-Enscape</guid>

		<description>
    
        
            
                2021 年精选 10 个 Enscape 场景
            
        
        
        
            
        &#60;img width="300" height="298" width_o="300" height_o="298" data-src="https://freight.cargo.site/t/original/i/c9166ee2b1c523434ffd9f60003a42156aed768145ae385f5a276ab001d3a29a/Fmo2c4cWo5Ki_f2zV9v5mjQDqKb3.png" data-mid="130284216" border="0" data-scale="10" data-no-zoom data-icon-mode src="https://freight.cargo.site/w/300/i/c9166ee2b1c523434ffd9f60003a42156aed768145ae385f5a276ab001d3a29a/Fmo2c4cWo5Ki_f2zV9v5mjQDqKb3.png" /&#62;
        
            
                想知道最近有哪些，好用的素材、流行的参考和灵感？来这里就对了，EasyRef 编辑团队，为妳精心呈现优秀的素材和参考，记得按时查收。
            
        
        
        
        &#60;img width="1800" height="1704" width_o="1800" height_o="1704" data-src="https://freight.cargo.site/t/original/i/82794a942a647d60685d63099f6567b198cd3e92ddc461969dfd3575b9abe160/0.png" data-mid="130284220" border="0" data-scale="50" data-no-zoom data-icon-mode src="https://freight.cargo.site/w/1000/i/82794a942a647d60685d63099f6567b198cd3e92ddc461969dfd3575b9abe160/0.png" /&#62;
        我们为妳准备了新年礼物。我们正在分享我们一年中精选的&#38;nbsp;10&#38;nbsp;个&#38;nbsp;Enscape&#38;nbsp;场景。
        
        
        点击图片下载对应场景
        

        
&#60;img width="540" height="764" width_o="540" height_o="764" data-src="https://freight.cargo.site/t/original/i/84985babe8181fe2e048bec9d35e79de445208dda5242e8efd51c924ba62af11/1Exterior-Scene-Enscape-by-Golffy-Arch-.jpg" data-mid="130284221" border="0" alt="1)Exterior Scene Enscape by Golffy Arch 😍🗞️🎁" data-caption="1)Exterior Scene Enscape by Golffy Arch 😍🗞️🎁" src="https://freight.cargo.site/w/540/i/84985babe8181fe2e048bec9d35e79de445208dda5242e8efd51c924ba62af11/1Exterior-Scene-Enscape-by-Golffy-Arch-.jpg" /&#62;
&#60;img width="1080" height="1091" width_o="1080" height_o="1091" data-src="https://freight.cargo.site/t/original/i/21b3663d7b89f5c7afc07d42668798c0dcc9d35959f6e670e27bbec962813ac2/3Forest-House-Scene-Skp-by-Hoang-Duy-.jpg" data-mid="130284223" border="0" alt="3)Forest House Scene Skp by Hoang Duy 🏡" data-caption="3)Forest House Scene Skp by Hoang Duy 🏡" src="https://freight.cargo.site/w/1000/i/21b3663d7b89f5c7afc07d42668798c0dcc9d35959f6e670e27bbec962813ac2/3Forest-House-Scene-Skp-by-Hoang-Duy-.jpg" /&#62;
&#60;img width="1080" height="1080" width_o="1080" height_o="1080" data-src="https://freight.cargo.site/t/original/i/1225108157cb82f913f12e3c23f584bf0ecec48ea8c26f942b8d0b7af1407c9e/4Garden-Scene-by-Viet-Thai-.jpg" data-mid="130284224" border="0" alt="4)Garden Scene by Viet Thai 🏠🗞️😍" data-caption="4)Garden Scene by Viet Thai 🏠🗞️😍" src="https://freight.cargo.site/w/1000/i/1225108157cb82f913f12e3c23f584bf0ecec48ea8c26f942b8d0b7af1407c9e/4Garden-Scene-by-Viet-Thai-.jpg" /&#62;
&#60;img width="1080" height="588" width_o="1080" height_o="588" data-src="https://freight.cargo.site/t/original/i/6ce6496ba37c681fb570ac8b7344fceb8f903cde6049fa740f3401ab74048511/5Premium-Kitchen-Scene-Enscape.jpg" data-mid="130284225" border="0" alt="5)Premium Kitchen Scene Enscape" data-caption="5)Premium Kitchen Scene Enscape" src="https://freight.cargo.site/w/1000/i/6ce6496ba37c681fb570ac8b7344fceb8f903cde6049fa740f3401ab74048511/5Premium-Kitchen-Scene-Enscape.jpg" /&#62;
&#60;img width="1080" height="1091" width_o="1080" height_o="1091" data-src="https://freight.cargo.site/t/original/i/a9f20688fc77c2bc25ad249613d91873860397c9a2d8b17041c6abb6a80b682a/6Livingroom-SketchUp-Scene-by-Dinh-Thanh-.jpg" data-mid="130284226" border="0" alt="6)Livingroom SketchUp Scene by Dinh Thanh ✨" data-caption="6)Livingroom SketchUp Scene by Dinh Thanh ✨" src="https://freight.cargo.site/w/1000/i/a9f20688fc77c2bc25ad249613d91873860397c9a2d8b17041c6abb6a80b682a/6Livingroom-SketchUp-Scene-by-Dinh-Thanh-.jpg" /&#62;
&#60;img width="1080" height="1093" width_o="1080" height_o="1093" data-src="https://freight.cargo.site/t/original/i/f6f700fedff03cbdee4c5757c98542eac298f141c117f4fda5a3c0ba75a17b38/7Enscape-Livingroom-Skp-by-VT-Design-.jpg" data-mid="130284227" border="0" alt="7)Enscape Livingroom Skp by VT Design ✨🗞️" data-caption="7)Enscape Livingroom Skp by VT Design ✨🗞️" src="https://freight.cargo.site/w/1000/i/f6f700fedff03cbdee4c5757c98542eac298f141c117f4fda5a3c0ba75a17b38/7Enscape-Livingroom-Skp-by-VT-Design-.jpg" /&#62;
&#60;img width="1080" height="1023" width_o="1080" height_o="1023" data-src="https://freight.cargo.site/t/original/i/e3213963cb2887d5892f43d8e720fc1355703a636c5cc7eed18adedfd465ee7b/8Enscape-Bathroom-Skp-by-To-Dung-.jpg" data-mid="130284228" border="0" alt="8)Enscape Bathroom Skp by To Dung 🗞️🎁😍" data-caption="8)Enscape Bathroom Skp by To Dung 🗞️🎁😍" src="https://freight.cargo.site/w/1000/i/e3213963cb2887d5892f43d8e720fc1355703a636c5cc7eed18adedfd465ee7b/8Enscape-Bathroom-Skp-by-To-Dung-.jpg" /&#62;
&#60;img width="1080" height="1078" width_o="1080" height_o="1078" data-src="https://freight.cargo.site/t/original/i/019ada8ffa440e814773f3efd72f8118d791320f06e99f571e934125ac20c193/9Full-Livingroom-Ens-Scene-by-Thoi-Tran-.jpg" data-mid="130284229" border="0" alt="9)Full Livingroom Ens Scene by Thoi Tran 😍🗞️🎁" data-caption="9)Full Livingroom Ens Scene by Thoi Tran 😍🗞️🎁" src="https://freight.cargo.site/w/1000/i/019ada8ffa440e814773f3efd72f8118d791320f06e99f571e934125ac20c193/9Full-Livingroom-Ens-Scene-by-Thoi-Tran-.jpg" /&#62;
&#60;img width="1080" height="1086" width_o="1080" height_o="1086" data-src="https://freight.cargo.site/t/original/i/fc0af82d1b75711ee7db947316742adb8bb9278bbfb5d118854aa75297fe55d1/10Cool-Livingroom-Skp-Ens-by-Thoi-Tran-.jpg" data-mid="130284230" border="0" alt="10)Cool Livingroom Skp Ens by Thoi Tran ❤️🗞️🎁" data-caption="10)Cool Livingroom Skp Ens by Thoi Tran ❤️🗞️🎁" src="https://freight.cargo.site/w/1000/i/fc0af82d1b75711ee7db947316742adb8bb9278bbfb5d118854aa75297fe55d1/10Cool-Livingroom-Skp-Ens-by-Thoi-Tran-.jpg" /&#62;


        
        
        还想看更多模型的素材？ 点击查看更多~
            &#60;img width="459" height="160" width_o="459" height_o="160" data-src="https://freight.cargo.site/t/original/i/f93e9357d808f9a23ff95223eb0c84ae7a161c6ef8ca157951ca07437ec55b66/-1.png" data-mid="130396096" border="0" data-scale="6" data-no-zoom data-icon-mode src="https://freight.cargo.site/w/459/i/f93e9357d808f9a23ff95223eb0c84ae7a161c6ef8ca157951ca07437ec55b66/-1.png" /&#62;
            
        
    



    body {
        margin: 0;
        background: linear-gradient(to bottom, #d9faec, #abdad9, #e3f6f9, #9cc8ed, #79C7C5);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    /* 滚动条 */
    /* width */

    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    ::-webkit-scrollbar {
        width: 10px;
        height: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f100;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #88888866;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #26b0b0;
    }

    .image-gallery .gallery_card img {
        border-radius: 3vmin;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    }

    .no-shadow img {
        box-shadow: none !important;
    }

    .topMargin {
        margin-top: 0% !important;
    }

    .bodyText {
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
        white-space: normal;
        box-sizing: border-box;
        visibility: visible;
        text-align: justify;
        text-align-last: center;
        text-justify: inter-ideograph;
        word-break: break-all;
        color: #292929;
        font-size: 16px !important;
        line-height: 1.5;
    }

    .bottomMargin {
        margin-bottom: 7% !important;
    }

    /* 查看更多 */
    .centerButton {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
    }

    .button {
        color: white;
        padding: 16px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
        color: black;
        background-color: rgb(255, 255, 255, 0.3);
        border: solid;
        border-width: 1px;
        border-color: rgb(255, 255, 255, 1);
        border-radius: 12px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
    }

    .button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

    .button span:after {
        font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
        content: "&#62;&#62;";
        font-weight: 900;
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }

    .button:hover {
        -ms-transform: scale(1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1);
        /* Safari 3-8 */
        transform: scale(1.1);
    }

    .button:hover span {
        padding-right: 25px;
    }

    .button:hover span:after {
        opacity: 1;
        right: 0;
    }

    .button:active {
        background-color: #26b0b066;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        transform: translateY(4px);
    }

    @media screen and (max-width: 500px) {
        .topMargin {
            margin-top: 60px !important;
        }
    }

    @media (prefers-color-scheme: dark) {
        body {
            background: rgb(34, 34, 34) !important;
            color: #ddd;
        }

        .bodyText {
            color: #ddd !important;
        }

        .gallery_image_caption,.button,
        h1,
        h2 {
            color: #ddd !important;
        }
    }
</description>
		
	</item>
		
		
	<item>
		<title>2020 届国内各大高校建筑系毕业展，让灵感枯竭的你眼前一亮</title>
				
		<link>https://topic.easyref.design/2020</link>

		<pubDate>Thu, 22 Oct 2020 01:40:37 +0000</pubDate>

		<dc:creator>EasyRef &#124; 每周专题</dc:creator>

		<guid isPermaLink="true">https://topic.easyref.design/2020</guid>

		<description>
  
    2020 届国内各大高校建筑系毕业展，让灵感枯竭的妳眼前一亮
    
    
&#60;img width="490" height="390" width_o="490" height_o="390" data-src="https://freight.cargo.site/t/original/i/82829c73fdf7d895cb1c6fe2b2465d4dbb5f9537ea2fbf3eaa772f0644d1c97e/-1.png" data-mid="86335546" border="0"  src="https://freight.cargo.site/w/490/i/82829c73fdf7d895cb1c6fe2b2465d4dbb5f9537ea2fbf3eaa772f0644d1c97e/-1.png" /&#62;
&#60;img width="490" height="390" width_o="490" height_o="390" data-src="https://freight.cargo.site/t/original/i/98d4e8c9ba6dda5a7bdb58feaba5b3ba6d7073d7575c0bf82597c069a2667d20/-2.png" data-mid="86335547" border="0"  src="https://freight.cargo.site/w/490/i/98d4e8c9ba6dda5a7bdb58feaba5b3ba6d7073d7575c0bf82597c069a2667d20/-2.png" /&#62;
&#60;img width="490" height="390" width_o="490" height_o="390" data-src="https://freight.cargo.site/t/original/i/8375d65416df9f36a88f6710556fad9aa7ff7c6615cf794640262b0bb4cea0f0/-3.png" data-mid="86335548" border="0"  src="https://freight.cargo.site/w/490/i/8375d65416df9f36a88f6710556fad9aa7ff7c6615cf794640262b0bb4cea0f0/-3.png" /&#62;
&#60;img width="490" height="390" width_o="490" height_o="390" data-src="https://freight.cargo.site/t/original/i/99d008716aa1c3409f8f2b334f826a56a7eeb4b504a423a3e460faa833fc6947/-4.png" data-mid="86335549" border="0"  src="https://freight.cargo.site/w/490/i/99d008716aa1c3409f8f2b334f826a56a7eeb4b504a423a3e460faa833fc6947/-4.png" /&#62;
&#60;img width="490" height="390" width_o="490" height_o="390" data-src="https://freight.cargo.site/t/original/i/5d4d4bc15026d12fc290b2e922a1a2d588670951ed91a08b1614b1f8acdf2fd6/-5.png" data-mid="86335551" border="0"  src="https://freight.cargo.site/w/490/i/5d4d4bc15026d12fc290b2e922a1a2d588670951ed91a08b1614b1f8acdf2fd6/-5.png" /&#62;
&#60;img width="490" height="390" width_o="490" height_o="390" data-src="https://freight.cargo.site/t/original/i/63630d649f60c046de3983d6d5f440fb86918f051f1c8bcbbc9dc1167f1cafb5/-6.png" data-mid="86335552" border="0"  src="https://freight.cargo.site/w/490/i/63630d649f60c046de3983d6d5f440fb86918f051f1c8bcbbc9dc1167f1cafb5/-6.png" /&#62;
&#60;img width="490" height="390" width_o="490" height_o="390" data-src="https://freight.cargo.site/t/original/i/06b424731662189c7cdb09dd6a732d1e88ac58d5ea98a670c02408aedb767cb4/-7.png" data-mid="86335553" border="0"  src="https://freight.cargo.site/w/490/i/06b424731662189c7cdb09dd6a732d1e88ac58d5ea98a670c02408aedb767cb4/-7.png" /&#62;

    
      
        毕业设计是一次本科教学成果的全面检验，又是一次提升学生潜在能力的深度锻炼。
        一年一度的毕业展刚刚过去，相信大家对国内各大高校的毕业设计充满了好奇心吧？
        在本专题中，EasyRef 灵感行星为大家选取了建筑学与规划类别的多种毕业设计，在满足妳的好奇心的同时又可以大饱眼福，汲取灵感哦！
      
    
    
    

    
    
      
        生长工场——金山水泥厂区再生设计
        
      
      
      
        Growing Factory: The Regeneration of Jinshan Cement Plant
        
      
      
      
        同济大学/建筑与城市规划学院/建筑学赵梓含/柏樱/傅哲远/李佳臻/俞婕/张萍萍
      

      
      
        工业遗产的保护性再利用已成为城市再生的重要主题。设计以上海市金山水泥厂为基地,延续工业厂区的生成语境与发展轨迹，植入公共文化活动，引入新兴创意产业，探索空间、文化、经济和生态转型互动关联的再生运作机制。设计充分考虑水泥厂建筑的独特空间特征和结构类型，因地制宜地提出不同产业建筑及设施装置的创新活用方案,再续工业遗产的文化活力，让寂寥的水泥厂重新焕发生机，成为复合功能街区，并编织于朱泾老镇活力再造的历史进程之中。
      


      
      
      
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/15149874a920bd1d43c78694aff2b4c918bdd6225b4d30e3fc275c6c28c8b128/Image.png" data-mid="86336555" border="0"  src="https://freight.cargo.site/w/729/i/15149874a920bd1d43c78694aff2b4c918bdd6225b4d30e3fc275c6c28c8b128/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/e094135004873479f658a6529cda7f0afeb7eeb4c3c604f9d5cc0657cc06a879/Image.png" data-mid="86336577" border="0"  src="https://freight.cargo.site/w/729/i/e094135004873479f658a6529cda7f0afeb7eeb4c3c604f9d5cc0657cc06a879/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/665afd39371dcff1b0da4e17b3718606bfee4b34cf786de1587e68f2d0bafe07/Image.png" data-mid="86336690" border="0"  src="https://freight.cargo.site/w/729/i/665afd39371dcff1b0da4e17b3718606bfee4b34cf786de1587e68f2d0bafe07/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/177f3aee7ab1a33c88dce2c778e6015315743cac0ac8d160ef50ad536159a909/Image.png" data-mid="86336717" border="0"  src="https://freight.cargo.site/w/729/i/177f3aee7ab1a33c88dce2c778e6015315743cac0ac8d160ef50ad536159a909/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/a593e7c223ee4618223df5d7eb9991237e065165f4529fecc6461badacbc924f/Image.png" data-mid="86336727" border="0"  src="https://freight.cargo.site/w/729/i/a593e7c223ee4618223df5d7eb9991237e065165f4529fecc6461badacbc924f/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/7ed73b7543ba22cf788f313b0dbd8e6c9315d546d9126aab296e2545edfb4312/Image.png" data-mid="86336773" border="0"  src="https://freight.cargo.site/w/729/i/7ed73b7543ba22cf788f313b0dbd8e6c9315d546d9126aab296e2545edfb4312/Image.png" /&#62;
&#60;img width="1170" height="660" width_o="1170" height_o="660" data-src="https://freight.cargo.site/t/original/i/307c7cdb57e24216b821df5991bcff71d11614b31e3864271a673087c23e23cd/Image.png" data-mid="86336789" border="0"  src="https://freight.cargo.site/w/1000/i/307c7cdb57e24216b821df5991bcff71d11614b31e3864271a673087c23e23cd/Image.png" /&#62;




      
      
      
        时空游园—以公共城市事件为驱动力的城市中心历史地段更新设计
      
      
      A Temporospatial GARDEN Touring --Urban Renewal Design of Historical
          Area Driven by Public Events
      
      
      哈尔滨工业大学/建筑学院冯晶 / 陶启阳 / 叶常青 / 李佳怡 / 陈国晋 / 刘艳超 / 姜冰川 / 王昊淼 / 沈一帆 / 孙宇 /
        张宇明 / 张楷 / 周徐意 / 吴棕汉

      
        张园作为上海保留完整的老石库门建筑群和充满人文记忆的里弄居住区，所承载的是悠久的历史变革和周边商圈地铁换乘带来的巨大挑战，在此背景下，如何区别其他常规的城市改造项目，真正为张园度身定制其开发策略，使之激发片区活力成为本次课题的重点，在本次设计中，大组十四名同学协作的方式创新地将事件驱动力作为设计的出发点，每个人扮演的角色从自下而上的引导自上而下的传统规划思路，将游戏的机制融入设计思考中，从人物设定，事件触发，空间生成的逻辑引导张园内城市设计改造的部分。
        14个人物之间的关联交集在特定的空间区域互相碰撞形成小中大型事件，并最终通过合理的游戏机制走向一个具有导向型的空间结果。延续游的概念，游戏，游园等次级概念共融形成了为张园度身定制的“时空游园”设计主题。在众多改造项目中，张园将以更加开放包容的定位横跨历史与未来，成为上海的又一魔幻地标。

        
        在设计策略上，场地在垂直方向上分为对应体验历史的里弄张园，代表现代生活的城市张园以及充满未来幻想的地下探索。围绕着地面保护的老石库门建筑群，将中央建筑整体下沉作为“都市洼地”的核心沉浸式表演区，周围的里弄类比剧场的观众席提供辅助的商业文展功能。从整体园区的改造上，以九宫格对场地进行划分和策略的制定，横纵轴分别代表着地理区位和概念定位的不同思考。分别代表地上，高层，地下的园中园，天空树，赛博格共同成为连接过去未来的载体，打破时间与空间界限的同时，丰富多元的游园体验成为张园文化输出的一张最佳名片。
      

      
      
      
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/f934168bd5bbb91f17380581dc89eca53f7997c5e416b0ee69564522b8990a5e/Image.png" data-mid="86336955" border="0"  src="https://freight.cargo.site/w/729/i/f934168bd5bbb91f17380581dc89eca53f7997c5e416b0ee69564522b8990a5e/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/b16ac4edc1ff8d0e2b89288b9d5ff75134c57a7b54b8872c7891809405bf31d6/Image.png" data-mid="86336987" border="0"  src="https://freight.cargo.site/w/729/i/b16ac4edc1ff8d0e2b89288b9d5ff75134c57a7b54b8872c7891809405bf31d6/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/3829b7698e1c5185fa9918492fadebda1e13ec0dee97932a150602ed201ce18e/Image.png" data-mid="86337012" border="0"  src="https://freight.cargo.site/w/729/i/3829b7698e1c5185fa9918492fadebda1e13ec0dee97932a150602ed201ce18e/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/34b956c9948e84e517de07b90633c24ee80d58e31f73a1c4169ee94e1d9f7871/Image.png" data-mid="86337050" border="0"  src="https://freight.cargo.site/w/729/i/34b956c9948e84e517de07b90633c24ee80d58e31f73a1c4169ee94e1d9f7871/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/505800fb25fe4092a6251597ee4e284832ecde66a279f3f8db8b4f6f1fb1090e/Image.png" data-mid="86337083" border="0"  src="https://freight.cargo.site/w/729/i/505800fb25fe4092a6251597ee4e284832ecde66a279f3f8db8b4f6f1fb1090e/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/432363865c35ae06a5913d7af9c28bedea3058d17ea9c410df08f19720334554/Image.png" data-mid="86337089" border="0"  src="https://freight.cargo.site/w/729/i/432363865c35ae06a5913d7af9c28bedea3058d17ea9c410df08f19720334554/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/8094b26c3bedac66e921486bf6e212a65386cb513b1979b35e16c8625d66d65b/Image.png" data-mid="86337092" border="0"  src="https://freight.cargo.site/w/729/i/8094b26c3bedac66e921486bf6e212a65386cb513b1979b35e16c8625d66d65b/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/8990f898b44e12637c151bf4e3e4755fdaec2f05c7d81b3c1b8e9ba5d3b289ee/Image.png" data-mid="86337095" border="0"  src="https://freight.cargo.site/w/729/i/8990f898b44e12637c151bf4e3e4755fdaec2f05c7d81b3c1b8e9ba5d3b289ee/Image.png" /&#62;


      
      
      
        古今惊变——宽窄巷子二期项目城市设计+建筑设计
      
      
      
        Surprising changes in ancient and modern--Kuanzhai Alley Phase II Project Urban Design + Architectural
          Design
      
      
      北京建筑大学/建筑系刘力源/张彩阳
      

      
        
        此次毕业设计是成都宽窄巷子二期项目城市更新设计，任务包含城市设计与建筑设计两部分。设计地块位于成都宽窄巷子保护区西侧。本项目的设计目的在于，提高片区活力，保护与传承历史文脉，实现历史文化保护区与更新区域及其周边地区的共同发展，消解并利用场地中传统与现代元素的差异，实现良好过渡，营造独特文化、生活体验感受。由此，他们提出了“古今惊变”的设计概念，将“惊”分为冲突和平缓，“变”分为徐变与突变，探讨了本地块在传统与现代的夹缝中，可以给人带来的不同体验。
        其中变的部分作为设计重点，注重城市性；在“徐变”和“突变”这两种体验中，不变的部分以精神和文脉为代表，贯穿设计始终，着重体现延续性与文化传承。
        
      
      

      
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/ef1809684ea5e22d8d379ceb7e6efb645b8163a6266c72c40964355caf608844/Image.png" data-mid="86337818" border="0"  src="https://freight.cargo.site/w/729/i/ef1809684ea5e22d8d379ceb7e6efb645b8163a6266c72c40964355caf608844/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/ce7e7bbca31887dbfefc148c0100fd8d503cf97496c978eed5503abc731737ac/Image.png" data-mid="86337822" border="0"  src="https://freight.cargo.site/w/729/i/ce7e7bbca31887dbfefc148c0100fd8d503cf97496c978eed5503abc731737ac/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/773cc32cb7be45bbd2050d279ee441c2eab3a83da353f00de281f16063b74578/Image.png" data-mid="86337828" border="0"  src="https://freight.cargo.site/w/729/i/773cc32cb7be45bbd2050d279ee441c2eab3a83da353f00de281f16063b74578/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/1e15ce7a07c2907c1cefbe002d02792f2ebe586371797c6ce3111fc7440f19fd/Image.png" data-mid="86337856" border="0"  src="https://freight.cargo.site/w/729/i/1e15ce7a07c2907c1cefbe002d02792f2ebe586371797c6ce3111fc7440f19fd/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/6db4ba0389e61c76610526184a46ae05308fa01b2c40bd20fa4603d24b10a44e/Image.png" data-mid="86337862" border="0"  src="https://freight.cargo.site/w/729/i/6db4ba0389e61c76610526184a46ae05308fa01b2c40bd20fa4603d24b10a44e/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/b28979261186a958b0d1b67766bd36ba97005a878058e2f57d6690e790f4934e/Image.png" data-mid="86337865" border="0"  src="https://freight.cargo.site/w/729/i/b28979261186a958b0d1b67766bd36ba97005a878058e2f57d6690e790f4934e/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/52e479f34c0b4d7a72d52e14ba28b33bb71532a38c0eb01f05c97e532542c092/Image.png" data-mid="86337870" border="0"  src="https://freight.cargo.site/w/729/i/52e479f34c0b4d7a72d52e14ba28b33bb71532a38c0eb01f05c97e532542c092/Image.png" /&#62;
&#60;img width="1170" height="660" width_o="1170" height_o="660" data-src="https://freight.cargo.site/t/original/i/413ed88c8b423e89d8fb6f4d275c1c4b613f9f0477be90684b839f3118e2e920/Image.png" data-mid="86338044" border="0"  src="https://freight.cargo.site/w/1000/i/413ed88c8b423e89d8fb6f4d275c1c4b613f9f0477be90684b839f3118e2e920/Image.png" /&#62;



      
      
      
        漂流公寓
      
      
      
        Drifting apartment
      
      
        东南大学建筑学系杜淦琰
      
      
        本设计名为漂流公寓，研究方向为可移动的极小居住单元与共享交流空间的结合模式。这是一款为漂泊在各大一线城市的务工青年设计的可移动胶囊公寓，目的是免除他们常态漂泊中由于搬家带来的一系列麻烦，让漂泊的人们无论到哪里工作，家就在哪里。它可以发展为一个世界各地的连锁产业，具有装配式建筑快速建造、快速拆卸的优点，并且以线上社区app、线下实体公寓的方式运营，在方便管理的同时，给漂泊的务工人员提供交流平台。
        将来，人们在异地换工作、迁居将不需要一系列繁琐的步骤，可以直接带着家搬迁。漂泊的人们也能在网络上相识之后，在漂流公寓中相见。
        
      
      
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/7ef0aa40cb2fd8d8e50a5bf8db272d1c4ff0921757be222c6605ceb82dc16749/Image.png" data-mid="86338261" border="0"  src="https://freight.cargo.site/w/729/i/7ef0aa40cb2fd8d8e50a5bf8db272d1c4ff0921757be222c6605ceb82dc16749/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/95621aae68ca43986f02fedaa1fbf150c4cbc6280ddb5384766a301d604377d8/Image.png" data-mid="86338480" border="0"  src="https://freight.cargo.site/w/729/i/95621aae68ca43986f02fedaa1fbf150c4cbc6280ddb5384766a301d604377d8/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/3ae3238fd14cdcdb152c7e12a2812f70de093b02c53dd2a959ec4644d9d0ddb8/Image.png" data-mid="86338487" border="0"  src="https://freight.cargo.site/w/729/i/3ae3238fd14cdcdb152c7e12a2812f70de093b02c53dd2a959ec4644d9d0ddb8/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/bb8ca6add0f1b3314199ddccd1a372471c28f277826e7dcef82de05c985db85c/Image.png" data-mid="86338494" border="0"  src="https://freight.cargo.site/w/729/i/bb8ca6add0f1b3314199ddccd1a372471c28f277826e7dcef82de05c985db85c/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/d638bc56b0abb095cb2fc53a65f4a4073918665b411bb594330d1e4c785b1ae5/Image.png" data-mid="86338506" border="0"  src="https://freight.cargo.site/w/729/i/d638bc56b0abb095cb2fc53a65f4a4073918665b411bb594330d1e4c785b1ae5/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/dad1974868dd0b75e01db3123400a3b68ef6756e4786d9842658da18e7b0c346/Image.png" data-mid="86338509" border="0"  src="https://freight.cargo.site/w/729/i/dad1974868dd0b75e01db3123400a3b68ef6756e4786d9842658da18e7b0c346/Image.png" /&#62;
&#60;img width="1170" height="660" width_o="1170" height_o="660" data-src="https://freight.cargo.site/t/original/i/f6dbab7fa8a0c7101d6f9a74f23ba61d83a38265dc0b34e31d5156033727efed/Image.png" data-mid="86338232" border="0"  src="https://freight.cargo.site/w/1000/i/f6dbab7fa8a0c7101d6f9a74f23ba61d83a38265dc0b34e31d5156033727efed/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/95c46a3febb4ac24bcc22dc7999d73a67268a7f58041ab6341c6e3ba304c9c95/Image.png" data-mid="86338523" border="0"  src="https://freight.cargo.site/w/729/i/95c46a3febb4ac24bcc22dc7999d73a67268a7f58041ab6341c6e3ba304c9c95/Image.png" /&#62;


      



      
      
      
        高铁公园 倍速生活
      
      
      
        HIGH SPEED RAIL PARK “X SPEED LIFE”
      
      
        深圳大学/建筑与城市规划学院城乡规划系
        李阳/莫子华/卢梓轩/张庭恺/黎家康
      

      
        
        设计从城市、枢纽站和人关系出发，提出“倍速生活”这个概念，想要将基于交通枢纽带来的不同种类的大量人流都能合理、高效并且舒适地被组织在基地片区中。保持枢纽站的快速高效的特点不变，同时加入生活属性，削弱枢纽站的对普通人的疏离感。
        具体的设计策略分为倍速街区，高铁公园，全倍速枢纽三个部分。这三个策略，我们希望能够真正的把枢纽站周边打造成一个符合不同人对不同空间品质需求，一个无限包容，任何速度的生活都能找到自己归属感的地方。
        
      

      
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/e432f668f485322eef3ce08406a70244b7332f1daa2c02d040b64415340e121c/Image.png" data-mid="86339006" border="0"  src="https://freight.cargo.site/w/729/i/e432f668f485322eef3ce08406a70244b7332f1daa2c02d040b64415340e121c/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/041b45b6b84cb4b04efcc076754c4682f0b4da1599e319e3c355e68289e7ea0a/Image.png" data-mid="86339018" border="0"  src="https://freight.cargo.site/w/729/i/041b45b6b84cb4b04efcc076754c4682f0b4da1599e319e3c355e68289e7ea0a/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/1d3aaf98f901870d5067a02440d3378aa4906b76eedd9f20f4a32caff98ae259/Image.png" data-mid="86339044" border="0"  src="https://freight.cargo.site/w/729/i/1d3aaf98f901870d5067a02440d3378aa4906b76eedd9f20f4a32caff98ae259/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/05b3528b5b703e4caf3bd3156e48ce0fc3321dfcd3215b071e72413f4209e5ad/Image.png" data-mid="86339045" border="0"  src="https://freight.cargo.site/w/729/i/05b3528b5b703e4caf3bd3156e48ce0fc3321dfcd3215b071e72413f4209e5ad/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/995f6a99e0367d3f49168893822691009fc8c74e4a47f7bd9d28bf3712409234/Image.png" data-mid="86339046" border="0"  src="https://freight.cargo.site/w/729/i/995f6a99e0367d3f49168893822691009fc8c74e4a47f7bd9d28bf3712409234/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/1223f1908a075da2a2b1ab811387dd7b8785dabc9848de92a62de7fc0ac0dfc5/Image.png" data-mid="86339082" border="0"  src="https://freight.cargo.site/w/729/i/1223f1908a075da2a2b1ab811387dd7b8785dabc9848de92a62de7fc0ac0dfc5/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/a4b919c36455ba74b99b39f2882d191a6e1eff7a24c109b85050e8428273d880/Image.png" data-mid="86339109" border="0"  src="https://freight.cargo.site/w/729/i/a4b919c36455ba74b99b39f2882d191a6e1eff7a24c109b85050e8428273d880/Image.png" /&#62;
&#60;img width="1170" height="660" width_o="1170" height_o="660" data-src="https://freight.cargo.site/t/original/i/6591469c5128ac8f2603382a52d4cdd1424ebdcfb9d75da67db31d32f05bd3e6/Image.png" data-mid="86339421" border="0"  src="https://freight.cargo.site/w/1000/i/6591469c5128ac8f2603382a52d4cdd1424ebdcfb9d75da67db31d32f05bd3e6/Image.png" /&#62;




      
      
      
        拟像
      
      
      
        SIMULACRUM
      
      
        湖南大学 建筑学谭祖斌
      
      
        
        历史学家们曾为法国大革命提供了罗马的典范，为浪漫主义提供了骑士的盔甲，并且向瓦格纳时代提供了一位日耳曼英雄的战剑。这些都是艳俗的古装，古装下的非现实性一直延伸到我们自己的非现实性。”
        而这些非现实从一系列观察中也得到印证：长沙文和友对“老街”概念粗暴地摄取；电子货币矿场装载货车中，在冰岛与四川盆地两处奔走；符号的生产为了唤起民族集体意识，陷入“讨好”的狂欢；信息分发平台热衷于形成集团，隐秘地阉割表达渠道……
        设计重点回应了两个问题：记忆如何保存？现在的文化氛围是什么？
        
        
        集中对比了“遗迹”“景点”“网红店”的形成机制：遗迹需要古老的物作为必要品，由人们根据物来编纂文本；景点需要古老的文本，即由古代流传袭来的历史，根据这一文本进行物的建设；而在当代的语境下，“用户”拥有四处截取信息的能力以及转译的自由（由平台所赋予）。同时罗列了一系列文本问题：图像成为低密度信息的载体；用户偏向于多模态信息的分发；近乎永恒的数据存储方式，以及热点的时效性。我们可以从任何角落拾取信息，为自己提供某种典范，将人与非人的结合通过信息分发平台传播到世界各处。浅薄成为当下时代的底色。
        
        
        STACK 作为以上问题的答案，成为设计的总领结构，戏仿与滑稽地回应失语疾病。 从下到上依次分为 EARTH, CLOUD, CITY, ADDRESS, INTERFACE,
        USER。每个层级各司其职，叠加的状态形成我们的城市，消费与生产发生于各个角落。 EARTH对应着场地原始信息的混合，抽象与具体；CLOUD
        对应着垂直交通与信息传递管道；CITY是对于原始场地功能体块的抽象与低分辨率化；ADDRESS 主要作用于 EARTH，目的在于平面肌理的区分以及浅薄化，从而达到信息的扩张与压缩；INTERFACE 生效于
        CITY,意味着内外翻转所制造的虚假立面。翻转后的膜结构保留记忆，当人们穿越时改变用户的身份；USER
        作用于剖面的结构，以“实-虚-实-虚-实”的方式排列层级。目的在于区分“用户”身份中人和非人的成分，用户在垂直向的穿越路径中能快速地改变身份。 背景影片中虚构了一个世界，由于某种原因，人们纷纷患上失语症，STACK
        治疗中心是（广告中）唯一能治愈该疾病的机构。 “到底是谁在为我们提供身份与典范呢？
        
      

      
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/6619fbf5c58d1d478dd5e95bf9808ca08bde8f9c36aaf10a4ceb11775a6b3e7c/Image.png" data-mid="86339620" border="0"  src="https://freight.cargo.site/w/729/i/6619fbf5c58d1d478dd5e95bf9808ca08bde8f9c36aaf10a4ceb11775a6b3e7c/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/3f9549cf913f147f4bd5434f0fae8f1312a46b5a489db6e6d670fe6b31095c5d/Image.png" data-mid="86339640" border="0"  src="https://freight.cargo.site/w/729/i/3f9549cf913f147f4bd5434f0fae8f1312a46b5a489db6e6d670fe6b31095c5d/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/2b0231bc355b01d577defcbdfd889c92050b05b8da834fbf8def8cc0083a1e5f/Image.png" data-mid="86339644" border="0"  src="https://freight.cargo.site/w/729/i/2b0231bc355b01d577defcbdfd889c92050b05b8da834fbf8def8cc0083a1e5f/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/26326b595ced9525b8d0261ae5174a77e69efac98ba067b6017c2d1279545413/Image.png" data-mid="86339664" border="0"  src="https://freight.cargo.site/w/729/i/26326b595ced9525b8d0261ae5174a77e69efac98ba067b6017c2d1279545413/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/de42784caa2e1dd013c720e94141f4f7f4643d77a43717ef54f3d8d0773330d1/Image.png" data-mid="86339706" border="0"  src="https://freight.cargo.site/w/729/i/de42784caa2e1dd013c720e94141f4f7f4643d77a43717ef54f3d8d0773330d1/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/d93113a9506deddc53b29e681e1f5e768fff89697c5981c78cf217774cb7f6b2/Image.png" data-mid="86339809" border="0"  src="https://freight.cargo.site/w/729/i/d93113a9506deddc53b29e681e1f5e768fff89697c5981c78cf217774cb7f6b2/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/a9d928dbf1f69bf69018800a96774946f817d27b1dec90531b90d89b5bf489ce/Image.png" data-mid="86339811" border="0"  src="https://freight.cargo.site/w/729/i/a9d928dbf1f69bf69018800a96774946f817d27b1dec90531b90d89b5bf489ce/Image.png" /&#62;
&#60;img width="1170" height="660" width_o="1170" height_o="660" data-src="https://freight.cargo.site/t/original/i/ff83b8f0665c85bb08d78da0bb09d0e6eaa28372c3aee1ceba4c1813ad1a60aa/Image.png" data-mid="86339554" border="0"  src="https://freight.cargo.site/w/1000/i/ff83b8f0665c85bb08d78da0bb09d0e6eaa28372c3aee1ceba4c1813ad1a60aa/Image.png" /&#62;


      
      
      
      
        海上茶叶贸易与福州港茶产业景观的近代塑造
      
      
      
        Maritime Tea Trade and Modern Shaping of Tea Industrial Landscape in Foochow Port
      
      
        南京大学/建筑与城市规划学院李舟涵
      
      
        
        依托临近武夷山红茶产区的地理优势，1842年福州开放为通商口岸，并于1853年取代上海、广州，成为最重要的茶叶对外运销港口。精制茶叶在茶栈、洋行等机构完成贸易和出口，港口聚集了茶栈、洋行、银行等茶叶生产贸易空间设施，也聚集了茶商、洋行职员、洋商等社群。通过将物质遗存考证与贸易史、社会史层面的史料收集相结合，复原十九世纪福州港的茶产业景观。探究生产性、贸易性、生活性及精神性的物质空间在福州港口的分布和遗存，以及不同社群对于物质空间的使用方式。选取上下杭、泛船浦、仓前三个茶产业相关的片区，以社群活动为线索，通过平面肌理与城市形态、街道生活相结合的图绘形式，呈现社群与空间的互动和关联。将物质空间与产业相结合，并在物质空间中注入日常性的街区生活，为建筑遗产保护的认知和实践提供参考。
      

      
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/99c751f25a50bdbe2efda0f8e0d328160e5ecf40443cf77e488fff00731b0a3a/Image.png" data-mid="86339965" border="0"  src="https://freight.cargo.site/w/729/i/99c751f25a50bdbe2efda0f8e0d328160e5ecf40443cf77e488fff00731b0a3a/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/1ec8c2d597a39dc65fd1f1b01eea5cac857756d37c39dfc77f5db64642d40001/Image.png" data-mid="86339989" border="0"  src="https://freight.cargo.site/w/729/i/1ec8c2d597a39dc65fd1f1b01eea5cac857756d37c39dfc77f5db64642d40001/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/d7edc3100be8964e3e023c0c59fbd87f0ee5a94fac188e05a31b7cdd7ad286bf/Image.png" data-mid="86339994" border="0"  src="https://freight.cargo.site/w/729/i/d7edc3100be8964e3e023c0c59fbd87f0ee5a94fac188e05a31b7cdd7ad286bf/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/cadeef83514ca1c60ecd27f00f15bf28aa55e150a4de83fe4cb80e77a395cbad/Image.png" data-mid="86340001" border="0"  src="https://freight.cargo.site/w/729/i/cadeef83514ca1c60ecd27f00f15bf28aa55e150a4de83fe4cb80e77a395cbad/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/65248257c9682d496a03b173eb3141ead8c0254e50235af94296e766414bd61b/Image.png" data-mid="86340021" border="0"  src="https://freight.cargo.site/w/729/i/65248257c9682d496a03b173eb3141ead8c0254e50235af94296e766414bd61b/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/5a20040469ecdfc173d596ca1d12cdb2fd0dc4f8ba222dd2134a9d3476ced6bd/Image.png" data-mid="86340028" border="0"  src="https://freight.cargo.site/w/729/i/5a20040469ecdfc173d596ca1d12cdb2fd0dc4f8ba222dd2134a9d3476ced6bd/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/0880ec74c925531e5ee9729f2e4b31a0f58e7e3a66b18ed5f532af2aac2b6753/Image.png" data-mid="86340081" border="0"  src="https://freight.cargo.site/w/729/i/0880ec74c925531e5ee9729f2e4b31a0f58e7e3a66b18ed5f532af2aac2b6753/Image.png" /&#62;
&#60;img width="1170" height="660" width_o="1170" height_o="660" data-src="https://freight.cargo.site/t/original/i/4445ea7592e37e2881b17b4b2e1ace785304b966799b36431aaafe3cb8cea6b8/Image.png" data-mid="86339590" border="0"  src="https://freight.cargo.site/w/1000/i/4445ea7592e37e2881b17b4b2e1ace785304b966799b36431aaafe3cb8cea6b8/Image.png" /&#62;


      
      


      
      
      
        闲人客栈——成都宽窄巷子二期城市设计与建筑设计
      
      
      
        Leisure Inn——Chengdu Kuanzhai Alley Phase II Urban Design and Architectural Design
      
      
      北京建筑大学/建筑与城市规划学院/建筑系王杏南
      
      
      
      城市设计部分,产品定位是一个利用宽窄巷子成都名片效应，和交通便利情况下的综合旅客社区。因为在城市设计的时期正赶上疫情的高峰，居家办公成了全民话题，这正是此契机让人们看到了未来远程办公的可能，以后的人们或许不会受到未来工作地的限制，而是可以在工作的同时选择随意旅居，几个月或是一两年。这个旅客社区不单单是一个酒店或者青旅，而是一个包罗万象涵盖各种人群需求，集娱乐，办公，休闲，商业，运动为一体的综合社区。面对现在的时代，我们针对的人群是那些来成都短期旅游，或者长期出差，甚至以年为单位的旅居或求学人士。而面对未来，也许这里的居民会是远程办公趋势下来自世界各地想体验成都气息的游客们。无论是哪一类人在这里居住都可以为他们的生活提供方方面面的可能性。或是安静的居住空间，或是热络的社交空间。
      
      
      我对成都这个火锅城市的文化理解就是——包容与杂糅，那么这个旅客社区就像火锅一样，包罗万象，在全球疫情居家办公的背景下，此设计反映了未来旅行办公和居家办公的趋势。通过一条同时面对客栈内部住宿和外部游客环形的生活-娱乐-休闲的公共空间体系串联起四周
      6 个客栈单元，底部空间局部打开，充分作为面向市民的活动广场，并且配备沿街商业。每个单元通过设置一个第二地平来达到人群管理的目的，使建筑内部的住宿空间为私密状态，而室外平台和休闲空间加上底层广场为公共状态。通过
      co-living，co-working 的理念，在未来旅行办公的趋势下为所有来到成都的短期游玩或者长期旅居的人群提供一个充满成都生活态度的“闲人客栈”
      

      
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/e0d790f5fb663601685c5eca3332ee1544ee7a814a8f4a7ef0e1ca191e818162/Image.png" data-mid="86340185" border="0"  src="https://freight.cargo.site/w/729/i/e0d790f5fb663601685c5eca3332ee1544ee7a814a8f4a7ef0e1ca191e818162/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/a09c9059d19aea32b769444c292984843682a88a07356b9d9fe5f29343668bde/Image.png" data-mid="86340268" border="0"  src="https://freight.cargo.site/w/729/i/a09c9059d19aea32b769444c292984843682a88a07356b9d9fe5f29343668bde/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/113aad4a5008a33b3a4f502429d51fcea8849113acbd2e395d55cb17f85328e8/Image.png" data-mid="86340281" border="0"  src="https://freight.cargo.site/w/729/i/113aad4a5008a33b3a4f502429d51fcea8849113acbd2e395d55cb17f85328e8/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/eab245fcbbf400926d08c40ac7d290f041684b124f253087337826bf4d9f3dec/Image.png" data-mid="86340286" border="0"  src="https://freight.cargo.site/w/729/i/eab245fcbbf400926d08c40ac7d290f041684b124f253087337826bf4d9f3dec/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/55695d3289962873aa9377055614c576c35c4e81a756bc9b5809794564002cf6/Image.png" data-mid="86340291" border="0"  src="https://freight.cargo.site/w/729/i/55695d3289962873aa9377055614c576c35c4e81a756bc9b5809794564002cf6/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/f29b813cf8176159a60ce091452adbe78bfb8ff729eab594afe693ce3bc4b070/Image.png" data-mid="86340295" border="0"  src="https://freight.cargo.site/w/729/i/f29b813cf8176159a60ce091452adbe78bfb8ff729eab594afe693ce3bc4b070/Image.png" /&#62;
&#60;img width="729" height="730" width_o="729" height_o="730" data-src="https://freight.cargo.site/t/original/i/f9c9e469c305fb62b1c53bdfeb229d9050809e61a4a09e8461e149af16526923/Image.png" data-mid="86340325" border="0"  src="https://freight.cargo.site/w/729/i/f9c9e469c305fb62b1c53bdfeb229d9050809e61a4a09e8461e149af16526923/Image.png" /&#62;
&#60;img width="1170" height="660" width_o="1170" height_o="660" data-src="https://freight.cargo.site/t/original/i/55134aac823d3112c9400b45458333aa23573e1be036052eccdf9f31e5cdf847/Image.png" data-mid="86339609" border="0"  src="https://freight.cargo.site/w/1000/i/55134aac823d3112c9400b45458333aa23573e1be036052eccdf9f31e5cdf847/Image.png" /&#62;

      




      
      上面的作品仅仅是冰山一角的一部分哦，
      如果妳想获取全部 2020 年大陆地区各大高校的毕业设计，点击了解更多~
      
      

      
      &#60;img width="395" height="160" width_o="395" height_o="160" data-src="https://freight.cargo.site/t/original/i/b8e2324dfcca811a1168f12d380415156178eaac85bd9e58b2a9a7f723cf2c5d/-1.png" data-mid="86334921" border="0" data-scale="6" data-icon-mode src="https://freight.cargo.site/w/395/i/b8e2324dfcca811a1168f12d380415156178eaac85bd9e58b2a9a7f723cf2c5d/-1.png" /&#62;
    
  



  .topMargin {
    margin-top: 0% !important;
  }

  .bodyText {
    font-family: 'Ubuntu-Regular', 'TaipeiSansTCBeta-Regular', sans-serif;
    white-space: normal;
    box-sizing: border-box;
    visibility: visible;
    text-align-last: center;
    text-justify: inter-character;
    word-break: break-all;
    text-align: justify;
    color: #292929;
    font-size: 16px !important;
    line-height: 1.5;
  }

  @media screen and (max-width: 500px) {
    .topMargin {
      margin-top: 60px !important;
    }
  }
</description>
		
	</item>
		
		
	<item>
		<title>一秒点亮灯光？这样做妳的室内照明也可以充满魅力！</title>
				
		<link>https://topic.easyref.design/22858620</link>

		<pubDate>Wed, 08 Dec 2021 06:35:35 +0000</pubDate>

		<dc:creator>EasyRef &#124; 每周专题</dc:creator>

		<guid isPermaLink="true">https://topic.easyref.design/22858620</guid>

		<description>

    
            一秒点亮灯光？这样做妳的室内照明也可以充满魅力！

        
    


    
    
    
        
        
            
            
        

        
        
            
                
                
            

            
            
                
                    
                    
                
            

            
                
                    
                        
                        
                            
                                
                                    
                                
                            
                            
                                
                                    
                                    
                                        
                                            
                                                
                                            
                                        
                                    
                                    
                                    
                                        
                                            
                                                
                                            
                                        
                                        
                                            
                                                
                                            
                                        
                                        
                                            
                                                
                                            
                                        
                                    
                                
                            
                            
                            
                                
                                    
                                
                            
                            
                                
                                    
                                
                            

                            
                            
                                
                                    
                                
                            
                            
                                
                                    
                                    
                                        
                                            
                                                
                                            
                                        
                                        
                                            
                                                
                                            
                                        
                                    
                                    
                                    
                                        
                                            
                                                
                                            
                                        
                                    
                                
                            
                        
                    
                

                
                
                    
                        
                        
                    

                    
                        
                            
                                
                                    
                                
                            
                            
                            
                                
                                    
                                
                            
                            
                                
                                    
                                    
                                        
                                            
                                                
                                            
                                        
                                    
                                    
                                        
                                            
                                                
                                            
                                        
                                    
                                
                            
                            
                            
                                
                                    
                                    
                                        
                                            
                                                
                                            
                                        
                                    
                                    
                                    
                                        
                                            
                                                
                                            
                                        
                                        
                                            
                                                
                                            
                                        
                                    
                                
                            
                            
                            
                                
                                    
                                
                            
                            
                                
                                    
                                    
                                        
                                            
                                                
                                            
                                        
                                        
                                            
                                                
                                            
                                        
                                    
                                    
                                    
                                        
                                            
                                                
                                            
                                        
                                    
                                
                            
                        
                    
                

                
                

                    
                        
                        
                    

                    
                        
                            
                            
                            
                                
                                    
                                    
                                        
                                        
                                    
                                    
                                    
                                        
                                        
                                        
                                        
                                    
                                
                            
                            
                            
                            
                            
                                
                                    
                                    
                                        
                                        
                                        
                                        
                                    
                                    
                                    
                                        
                                        
                                    
                                
                            
                        
                    
                

                
                
                    
                    
                

                
                
                    
                    
                



                
                
                    版权声明
                
                
                    由&#38;nbsp;EasyRef&#38;nbsp;灵感行星整理发布，案例均来自&#38;nbsp;EasyRef&#38;nbsp;官网内容及品牌是上传所有者的财产。详细内容妳可移步网站查看。
                
                
                    【製作團隊】企劃：Beatrice腳本：Beatrice排版：Beatrice校對：Beatrice監製：了有和
                
            
        
</description>
		
	</item>
		
	</channel>
</rss>