-
Notifications
You must be signed in to change notification settings - Fork 1
/
project-description.html
239 lines (232 loc) · 11.4 KB
/
project-description.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/swiper-bundle.min.css" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="css/team.css" />
<link rel="stylesheet" type="text/css" href="css/muban1.css" />
<script src="bootstrap/js/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/swiper-bundle.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/muban1.js"></script>
<title>ED-NAU Project Description</title>
<link rel="icon" href="./images/2021IDEClogo设计.png" type="image/x-icon">
</head>
<body>
<div class="nav col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="logo_container col-lg-3 col-md-3 col-sm-3 col-xs-3">
<a href="./">
<img class="homepage_logo" src="./images/2021IDEClogo设计.png" alt="">
</a>
</div>
<div class="nav_cells col-lg-9 col-md-9 hidden-sm hidden-xs">
<ul>
<li class='nav_one hover_underline'>
<a href="./">HOME</a>
</li>
<li class='nav_one hover_underline'>
<a href="project-description">PROJECT</a>
<ul class="nav_two">
<li>
<a href="project-description" class="hover_underline">Description</a>
</li>
<li>
<a href="project-design" class="hover_underline">Design</a>
</li>
<li>
<a href="project-protocol" class="hover_underline">Protocol</a>
</li>
</ul>
</li>
<li class='nav_one hover_underline'>
<a href="results">RESULTS</a>
</li>
<li class='nav_one hover_underline'>
<a href="team-members">TEAM </a>
<ul class="nav_two">
<li>
<a href="team-members" class="hover_underline">Members</a>
</li>
<li>
<a href="team-collaborations" class="hover_underline">Collaborations</a>
</li>
<li>
<a href="team-attributions" class="hover_underline">Attributions</a>
</li>
<li>
<a href="team-notebook" class="hover_underline">Notebook</a>
</li>
</ul>
</li>
<li class='nav_one hover_underline'>
<a href="lab-notebook">LAB NOTEBOOK</a>
</li>
</ul>
</div>
<div class="nav_hidden nav_cells hidden-lg hidden-md col-sm-9 col-xs-9">
<ul>
<li class="nav_one"><img src="images/nav_little.png" alt="" style='width:7vw'>
<ul class="nav_two">
<li class="hover_underline">
<a href="./">HOME</a>
</li>
<li class="hover_underline">
<a href="project-description">PROJECT</a>
</li>
<li class="hover_underline">
<a href="results">RESULTS</a>
</li>
<li class="hover_underline">
<a href="team-members">TEAM</a>
</li>
<li class="hover_underline">
<a href="lab-notebook">LAB NOTEBOOK</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- body -->
<div id="teambody">
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide" style="background-image: url(images/project.jpg);display: flex;justify-content: center;align-items: center;">
<img src="./images/description.png" alt="" style="flex:1;">
</div>
</div>
<!-- Add Arrows -->
<div class="swiper-scrollbar"></div>
</div>
<div class="left_nav_container col-lg-3 col-md-3 hidden-sm hidden-xs">
<div class="left_nav">
<div class="left_nav_img"></div>
<a href="#Background">Background</a>
<a href="#Previoustreatments">Previous treatments</a>
<a href="#Ourplan">Our plan</a>
</div>
</div>
<div class="col-lg-9 col-md-9 col-sm-12 col-xs-12" style="background-color: white;padding: 0;">
<div class="col-lg-1 col-md-1 hidden-sm hidden-xs"></div>
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12 content">
<p>Soil pollution, as one of the toughest environmental problems, has arisen seriously due to sewage irrigation and industrial mining. Heavy metal accumulation has been an important factor resulting in soil pollution, and cadmium pollution
has become a main problem. Statistics shows that cadmium pollution has become quite severe in a large range of China, especially in the southeast.</p>
<div class="content_img"><img class="result_viewer" src="images/description图.png" alt=""></div>
<h1>Why do we choose the project? </h1>
<a id='Background' class="target-fix"></a>
<h2>Background</h2>
<p>Cadmium is extremely easy to be absorbed by plant roots and enriches in seeds. Then, Cadmium-enriched food brings this element into human body, bringing great damage to human liver, kidney, and even the nervous system. Many people suffered
from the infamous incident "Itai-Itai Disease" in Japan. Being shocked and impressed with the powerful invasive ability of these cruel parasites, we feel urged to relieve this situation with our own effort.</p>
<div class="content_img"><img class="result_viewer" src="images/background.png" alt=""></div>
<a id="Previoustreatments" class="target-fix"></a>
<h2>Previous treatments</h2>
<p>OsNramp5 is a channel protein for the absorption of cadmium and manganese ions in rice root cells, and is responsible for transporting them to the above-ground parts<sup>[2]</sup>.According to previous research, more Cd<sup>2+ </sup>would
accumulate in root tips and lateral root primordia when OsNramp5 was overexpressed in the rice, indicating that OsNramp5 is related to Cd<sup>2+ </sup> absorption<sup>[3]</sup>.Researchers have knocked out OsNramp5 in rice to reduce
cadmium accumulation. However, the yield was also reduced in the absence of Mn<sup>2+ </sup>.</p>
<div class="content_img"><img class="result_viewer" src="images/previous.png" alt="" style='width:50%'></div>
<a id="Ourplan" class="target-fix"></a>
<h2>Our plan</h2>
<p>Our project aims to solve this problem through directed evolution to obtain OsNramp5 which transports less content of Cd<sup>2+ </sup>but normal that of Mn<sup>2+ </sup>.</p>
<div class="content_img"><img class="result_viewer" src="images/our plan.png" alt=""></div>
</div>
<div id="ShowImage_Form" class="modal">
<div class="modal-body">
<div id="img_show">
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footer_img col-lg-3 hidden-md hidden-sm hidden-xs"></div>
<div class="footer_menu col-lg-8 col-md-12 col-sm-12 col-xs-12">
<div class="footer_list ">
<div class="footer_title ">
<a href="./ ">
<div class="footer_arrow ">—</div>
<div> HOME</div>
</a>
</div>
</div>
<div class="footer_list ">
<div class="footer_title ">
<a href="project-description ">
<div class="footer_arrow ">—</div>
<div> PROJECT</div>
</a>
</div>
<div class="footer_title ">
<a href="project-description ">
<div class="footer_arrow ">—</div>
<div> Description</div>
</a>
</div>
<div class="footer_title ">
<a href="project-design ">
<div class="footer_arrow ">—</div>
<div> Design</div>
</a>
</div>
<div class="footer_title ">
<a href="project-PROTOCOL ">
<div class="footer_arrow ">—</div>
<div> Protocol</div>
</a>
</div>
</div>
<div class="footer_list ">
<div class="footer_title ">
<a href="results ">
<div class="footer_arrow ">—</div>
<div> RESULTS</div>
</a>
</div>
</div>
<div class="footer_list ">
<div class="footer_title ">
<a href="team-members ">
<div class="footer_arrow ">—</div>
<div> TEAM</div>
</a>
</div>
<div class="footer_title ">
<a href="team-members ">
<div class="footer_arrow ">—</div>
<div> Members</div>
</a>
</div>
<div class="footer_title ">
<a href="team-collaborations ">
<div class="footer_arrow ">—</div>
<div> Collaborations</div>
</a>
</div>
<div class="footer_title ">
<a href="team-attributions ">
<div class="footer_arrow ">—</div>
<div> Attributions</div>
</a>
</div>
<div class="footer_title ">
<a href="team-notebook ">
<div class="footer_arrow ">—</div>
<div> Notebook</div>
</a>
</div>
</div>
<div class="footer_list ">
<div class="footer_title ">
<a href="lab-notebook">
<div class="footer_arrow ">—</div>
<div> LAB NOTEBOOK</div>
</a>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/team.js"></script>
</body>
</html>