-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject2.html
112 lines (93 loc) · 5.56 KB
/
project2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yuxin Yang | Crosswind Data Center</title>
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
</head>
<body>
<!-- Sidebar -->
<nav class="sidebar">
<p class=h1><strong>Y</strong>UXIN <strong>Y</strong>ANG</p>
<button type="button" class="collapsible">Landscape and Urban Design</button>
<div class="content">
<ul><a href="project1.html" class=p--info>From Airport to HST Station: Bio Intermodality</a></ul>
<ul><a href="project2.html" class=p--info>Crosswind Data Center</a></ul>
<ul><a href="project3.html" class=p--info>Migration is Beautiful</a></ul>
<ul><a href="project4.html" class=p--info>Dredge Engine</a></ul>
</div>
<br>
<button type="button" class="collapsible">Technology</button>
<div class="content">
<ul><a href="tech1.html" class=p--info>IoT Shoreline: Wave, Weave</a></ul>
<ul><a href="tech2.html" class=p--info>CityScope Module: Kendall Life-Work Crescendo</a></ul>
<ul><a href="tech3.html" class=p--info>Remote Sensing Sanyang Wetland</a></ul>
<ul><a href="tech4.html" class=p--info>Adaptive Rocking Lattice Stool</a></ul>
<ul><a href="tech5.html" class=p--info>Air-Pillow Attire for Haphephobia</a></ul>
</div>
<p><a href="whim.html" class=p--info>Whim</a></p>
<p><a href="https://acrobat.adobe.com/link/review?uri=urn:aaid:scds:US:9fe94b1a-4977-328f-8e4d-f6c2b8c8d8b4" class=p--info>CV</a></p>
<p><a href="index.html" class=p--info>About</a></p>
<footer>
<p>Published on GitHub Page <br>© Yuxin Yang, Feb 2023</p>
</footer>
</nav>
<script>
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.display === "block") {
content.style.display = "none";
} else {
content.style.display = "block";
}
});
}
</script>
<!-- Page Content -->
<div style="margin-left:280px" class="a">
<p class=h2>Crosswind Data Center</p>
<br>
<p class=p--caption> <strong>Info</strong> Individual Work, 08-12/2021, Academy<br>
<strong>Instructor</strong> Thomas Oslund, Catherine Murray <br>
<strong>Institution</strong> Harvard GSD<br>
<span class="hl">
Studio Publication
</span></p>
<br>
<br>
<!--Image Section-->
<div>
<p class=h--img>Crosswind Data Center Module</P>
<p class=p--info>The contemporary age is driven by energy intensification and technology monopolies. Following the Irish government’s
renewable wind energy commitment by 2030, the project proposes a self-sustaining data center module with crosswind energy.
This module enables the decentralized enegy and water supply of data center, which empower a model of a self-sufficient data town. </p>
<img src="./resources/images/2_Page_15.jpg" Width=960 alt=""><br>
<img src="./resources/images/2_Page_16.jpg" Width=960 alt=""><br>
<img src="./resources/images/2_Page_17.jpg" Width=960 alt=""><br><br><br>
<p class=h--img>From Nomadic Settlement and Shannon River Mosaic Landscape since Vikings<br>
To Data Town Park System</p>
<p class=p--info>The master plan design is based on the decentralized data town conception. The Limerick government will lease the land and establish the infrastructure, water system for each company town. The interactions, clusterings and personalities of crosswind data center towns evoke nomadic memory. Limerick's history stretches back to its establishment by Vikings as an island in the River Shannon.
Ireland’s historical nomadic nature is back, but in a new form, driven by the crosswind data center.</p>
<img src="./resources/images/2_Page_19.jpg" Width=960 alt=""><br><br><br>
<img src="./resources/images/2_Page_20.jpg" Width=960 alt=""><br><br><br>
<img src="./resources/images/2_Page_21.jpg" Width=960 alt=""><br><br><br>
<img src="./resources/images/2_Page_22.jpg" Width=960 alt=""><br>
<img src="./resources/images/2_Page_23.jpg" Width=960 alt=""><br>
<p class=h--img>Long Shot from a Near-by Village Askeaton</p><br>
<img src="./resources/images/2_Page_18.jpg" Width=960 alt=""><br>
<br><br><br>
<div>
<p class=p--info>Inquire via email: <a href="mailto:yuxiny0822@gmail.com">yuxiny0822@gmail.com</a><br>
Connect via LinkedIn: <a href="https://www.linkedin.com/in/yuxin-yang-78a671191/?originalSubdomain=cn">Here</a>
<footer>© Yuxin Yang, Feb 2023</footer> </p>
</div>
</div>
</div>
</body>
</html>