-
Notifications
You must be signed in to change notification settings - Fork 0
/
project4.html
117 lines (100 loc) · 5.9 KB
/
project4.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
111
112
113
114
115
<!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 | Dredge Engine</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: Biophillic Boulevard</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="cv.html" 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>Littoral Landscape at Work: Dredge Engine</p>
<p class=p--caption>Individual Work, 09-12/2020, Academy<br>
<strong>Instructor</strong> Amy Whitesides, [email protected]<br>
<strong>Institution</strong> Harvard GSD</p>
<br>
<p class=p--info>Dredging constitutes a sedimentary infrastructure essential to coastal landscape functioning,
as beach nourishment and habitat restoration. In the Cape cod canal and Buzzards Bay area,
clean dredged material from the Canal and PCB contaminated dredge from the Bay are critical resources
that are currently taken off site to far offshore dumping grounds.</p>
<p class=p--info>The project focuses on the cape cod canal dredge maintenance capacity and its catalytic potential for
revitalization and coastal protection through the proposal of The Dredge Engine, a local aggregates business
catalyzed and diversified by localized dredged materials management. </p>
<p class=p--info>Site A is an in-situ quarry. Divided into six zones, the quarry works under a mining-and-restoration cycle that incorporates both clean and contaminated dredge.
In three-year cycles, two zones of the quarry would be at work remediating contamination and
generating clean soils and timbers. </p>
<p class=p--info>Site B is an ex-situ site, a representative of the dredge beneficiary uses when transported offshore.
An offshore storm damage reduction dune belt is built with the material. The belt is built by marsh defense on the seabed
and the nourishment on the existing beach frontier. Both placements are built on the dredge construction and enable
a natural sediment accretion process.</p>
<br>
<!--Image Section-->
<div>
<img src="./resources/images/dredgeengine__Page_01.jpg" width=960 alt=""><br>
<img src="./resources/images/dredgeengine__Page_02.jpg" width=960 alt=""><br>
<img src="./resources/images/dredgeengine__Page_04.jpg" width=960 alt=""><br>
<img src="./resources/images/dredgeengine__Page_05.jpg" width=960 alt=""><br>
<img src="./resources/images/YuxinYang_1211_Final-Review-Presentation_2020.gif" width=960 alt=""><br>
<img src="./resources/images/dredgeengine__Page_11.jpg" width=960 alt=""><br>
<img src="./resources/images/dredgeengine__Page_08.jpg" width=960 alt=""><br>
<img src="./resources/images/dredgeengine__Page_09.jpg" width=960 alt=""><br>
<img src="./resources/images/dredgeengine__Page_10.jpg" width=960 alt=""><br>
<img src="./resources/images/dredgeengine__Page_12.jpg" width=960 alt=""><br>
<img src="./resources/images/dredgeengine__Page_13.jpg" width=960 alt=""><br>
<img src="./resources/images/dredgeengine__Page_14.jpg" width=960 alt=""><br>
<img src="./resources/images/dredgeengine__Page_15.jpg" width=960 alt=""><br>
<img src="./resources/images/dredgeengine__Page_16.jpg" width=960 alt=""><br>
<img src="./resources/images/dredgeengine__Page_17.jpg" width=960 alt=""><br>
<br><br><br>
<div>
<p class=p--info>Inquire via email: <a href="mailto:[email protected]">[email protected]</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>