-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts.html
More file actions
393 lines (392 loc) · 16.2 KB
/
Copy pathposts.html
File metadata and controls
393 lines (392 loc) · 16.2 KB
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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hominiter</title>
<link rel="stylesheet" href="css\style.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/ea5c9256b2.js" crossorigin="anonymous"></script>
<link rel="icon" href="assets/VMD Icon.png" type="image/png">
<link rel="icon" href="assets/VMD Icon.png" type="image/png">
<link rel="apple-touch-icon" href="assets/VMD Icon.png">
<meta name="google-site-verification" content="LEG3Rx9PyPZzUVvMXUo1elkyCv_hz1olrUGshqy0T_4" />
</head>
<body>
<header class="header" id="header">
<nav class="navbar container navi">
<a href="./index.html">
<h2 class="logo">Hominiter</h2>
</a>
<div class="menu navi" id="menu">
<ul class="list">
<li class="list-item">
<a href="index.html" class="list-link">Home</a>
</li>
<li class="list-item">
<a href="./categories.html" class="list-link">Categories</a>
</li>
<li class="list-item">
<a href="./posts.html" class="list-link current">All Posts</a>
</li>
<li class="list-item">
<a href="./about.html" class="list-link">About</a>
</li>
</ul>
</div>
<div class="list list-right">
<button class="btn place-items-center" id="theme-toggle-btn">
<i class="ri-moon-line moon-icon"></i>
<i class="ri-sun-line sun-icon"></i>
</button>
<button class="btn place-items-center screen-lg-hidden menu-toggle-icon" id="menu-toggle-icon">
<i class="ri-menu-3-line open-menu-icon"></i>
<i class="ri-close-line close-menu-icon"></i>
</button>
</div>
</nav>
</header>
<div class="featured-container">
<div class="featured-image">
<a href="./posts/24. Exoskeletons.html">
<img src="./images/Robotic Exoskeletons.png" alt=""></a>
</div>
<div class="featured-info">
<p>Oct ● 16 ● 2024</p>
<a href="./posts/24. Exoskeletons.html">
<h3>Exoskeletons</h3>
<h6>Enhancing Human Strength and Mobility.</h6></a>
</div>
</div>
<h2 style="text-align: center; position: relative; top: 30rem; margin-bottom: 5rem;">All posts</h2>
<div class="sort-container">
<select id="sortSelector" onchange="sortList()">
<option value="earliest" selected>Earliest</option>
<option value="latest">Latest</option>
<option value="titleAZ">Title A-Z</option>
<option value="titleZA">Title Z-A</option>
</select></div>
<div class="all-posts-container" id="id01">
<div class="post-container">
<div class="post-image">
<a href="./posts/1. Hydrotropism-how roots search for water.html">
<img src="./images/arabidopsis.png" alt=""></a>
</div>
<div class="post-info">
<p>May ● 01 ● 2024</p>
<a href="./posts/1. Hydrotropism-how roots search for water.html">
<h3>How roots search for water?
</h3>
<h6 class="hide-sm" class="hide-sm">Roots don't have eyes, they use hydrotropism ... but how exactly?</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/2. HIV-1 Latent Reservoir and Strategies.html">
<img src="./images/hiv-latent-reservoirs.png" alt=""></a>
</div>
<div class="post-info">
<p>May ● 8 ● 2024</p>
<a href="./posts/2. HIV-1 Latent Reservoir and Strategies.html">
<h3>HIV-1 Latent Reservoir and Strategies</h3>
<h6 class="hide-sm">Cure for HIV by eliminating a hidden reservoir.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/3. SmC Insight_Mechanics of Smectic C_fundamental characteristics to practical applications.html">
<img src="./images/smc-structure.png" alt=""></a>
</div>
<div class="post-info">
<p>May ● 15 ● 2024</p>
<a href="./posts/3. SmC Insight_Mechanics of Smectic C_fundamental characteristics to practical applications.html">
<h3>SmC: From Structure to Function</h3>
<h6 class="hide-sm">A useful phase of matter.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/4. Phototropism_overview of plant movement.html">
<img src="./images/phototropism-action.png" alt=""></a>
</div>
<div class="post-info">
<p>May ● 22 ● 2024</p>
<a href="./posts/4. Phototropism_overview of plant movement.html">
<h3>An overview of plant movement</h3>
<h6 class="hide-sm">How can plants move? Are there any stimulus?</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/5. Liquid Metal Smart Materials Future.html">
<img src="./images/metal-microbot.png" alt=""></a>
</div>
<div class="post-info">
<p>May ● 29 ● 2024</p>
<a href="./posts/5. Liquid Metal Smart Materials Future.html">
<h3>Liquid Metal Smart Materials Future</h3>
<h6 class="hide-sm">Potential flexible metal for future.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/6. Razor clam consumption_a memory’s threat.html">
<img src="./images/survey.png" alt=""></a>
</div>
<div class="post-info">
<p>June ● 5 ● 2024</p>
<a href="./posts/6. Razor clam consumption_a memory’s threat.html">
<h3>Razor clam consumption: a memory’s threat</h3>
<h6 class="hide-sm">Are razor clam's parasites a concern for memory?</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/7. The Evolution of Bionics_From Myth to Reality.html">
<img src="./images/Mary Shelley’s Frankenstein.png" alt=""></a>
</div>
<div class="post-info">
<p>June ● 12 ● 2024</p>
<a href="./posts/7. The Evolution of Bionics_From Myth to Reality.html">
<h3>The Evolution of Bionics: From Myth to Reality</h3>
<h6 class="hide-sm">From fantastical ideas to practical applications.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/8. How da Vinci's sketches inspired early concepts of humanoid robotics.html">
<img src="./images/mechanical-knight.png" alt=""></a>
</div>
<div class="post-info">
<p>June ● 19 ● 2024</p>
<a href="./posts/8. How da Vinci's sketches inspired early concepts of humanoid robotics.html">
<h3>The Birth of Humanoid Concepts</h3>
<h6 class="hide-sm">How da Vinci's sketches inspired early concepts of humanoid robotics?</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/9. The History of Prosthetics_From Ancient Egypt to Modern Bionics.html">
<img src="./images/a 3000-year-old wooden toe.png" alt=""></a>
</div>
<div class="post-info">
<p>Jun ● 26 ● 2024</p>
<a href="./posts/9. The History of Prosthetics_From Ancient Egypt to Modern Bionics.html">
<h3>The History of Prosthetics</h3>
<h6 class="hide-sm">From Ancient Egypt to Modern Bionics.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/10. The Industrial Revolution_Advancements Paved the Way for Modern Robotics.html">
<img src="./images/steam-engine.png" alt=""></a>
</div>
<div class="post-info">
<p>Jul ● 3 ● 2024</p>
<a href="./posts/10. The Industrial Revolution_Advancements Paved the Way for Modern Robotics.html">
<h3>The Industrial Revolution</h3>
<h6 class="hide-sm">Advancements paved the way for modern robotics.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/11. The Rise of Cybernetics.html">
<img src="./images/Norbert Wiener.png" alt=""></a>
</div>
<div class="post-info">
<p>Jul ● 10 ● 2024</p>
<a href="./posts/11. The Rise of Cybernetics.html">
<h3>The Rise of Cybernetics</h3>
<h6 class="hide-sm">Foundations of Bionics.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/12. Science Fiction and Real-World Bionics.html">
<img src="./images/humans augment their bodies.png" alt=""></a>
</div>
<div class="post-info">
<p>Jul ● 24 ● 2024</p>
<a href="./posts/12. Science Fiction and Real-World Bionics.html">
<h3>Science Fiction and Real-World Bionics</h3>
<h6 class="hide-sm">A well-structured and engaging exploration.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/13. Cynthia Breazeal.html">
<img src="./images/Kismet.png" alt=""></a>
</div>
<div class="post-info">
<p>Jul ● 31 ● 2024</p>
<a href="./posts/13. Cynthia Breazeal.html">
<h3>Cynthia Breazeal</h3>
<h6 class="hide-sm">Pioneering Social Robotics.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/14. Hugh Herr.html">
<img src="./images/Hugh Herr Early Life and Personal Journey.png" alt=""></a>
</div>
<div class="post-info">
<p>Aug ● 7 ● 2024</p>
<a href="./posts/14. Hugh Herr.html">
<h3>Hugh Herr</h3>
<h6 class="hide-sm">Revolutionizing Bionic Limbs</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/15. Isaac Asimov.html">
<img src="./images/Three Laws of Robotics.png" alt=""></a>
</div>
<div class="post-info">
<p>Aug ● 14 ● 2024</p>
<a href="./posts/15. Isaac Asimov.html">
<h3>Isaac Asimov</h3>
<h6 class="hide-sm">Laws of Robotics.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/16. Kevin Warwick.html">
<img src="./images/world first cyborg.png" alt=""></a>
</div>
<div class="post-info">
<p>Aug ● 21 ● 2024</p>
<a href="./posts/16. Kevin Warwick.html">
<h3>Kevin Warwick</h3>
<h6 class="hide-sm">The World's First Cyborg.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/17. Dean Kamen.html">
<img src="./images/segway scooters.png" alt=""></a>
</div>
<div class="post-info">
<p>Aug ● 28 ● 2024</p>
<a href="./posts/17. Dean Kamen.html">
<h3>Dean Kamen</h3>
<h6 class="hide-sm">Inventor of the Segway and Bionic Limbs.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/18. Nathaniel Liberman.html">
<img src="./images/cochlear implant.png" alt=""></a>
</div>
<div class="post-info">
<p>Sep ● 4 ● 2024</p>
<a href="./posts/18. Nathaniel Liberman.html">
<h3>Nathaniel Liberman</h3>
<h6 class="hide-sm">Innovator in Cochlear Implants</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/19. Breakthroughs in Neural Interfaces.html">
<img src="./images/Advances.png" alt=""></a>
</div>
<div class="post-info">
<p>Sep ● 11 ● 2024</p>
<a href="./posts/19. Breakthroughs in Neural Interfaces.html">
<h3>Breakthroughs in Neural Interfaces</h3>
<h6 class="hide-sm">Linking Minds to Machines.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/20. Biohybrid Robots.html">
<img src="./images/Biohybrid robots built from living tissue start to take shape.png" alt=""></a>
</div>
<div class="post-info">
<p>Sep ● 18 ● 2024</p>
<a href="./posts/20. Biohybrid Robots.html">
<h3>Biohybrid Robots</h3>
<h6 class="hide-sm">Merging Biological and Synthetic Components</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/21. The Role of Soft Robotics in Medical Bionics.html">
<img src="./images/Soft robotics.png" alt=""></a>
</div>
<div class="post-info">
<p>Sep ● 25 ● 2024</p>
<a href="./posts/21. The Role of Soft Robotics in Medical Bionics.html">
<h3>The Role of Soft Robotics in Medical Bionics</h3>
<h6 class="hide-sm">How soft robotics is transforming medical devices.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/22. Advances in 3D Printing.html">
<img src="./images/3D Printing in Medicine and Healthcare.png" alt=""></a>
</div>
<div class="post-info">
<p>Oct ● 2 ● 2024</p>
<a href="./posts/22. Advances in 3D Printing.html">
<h3>Advances in 3D Printing</h3>
<h6 class="hide-sm">3D printing and the creation of bionic limbs and organs.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/23. Regenerative Medicine and Bionics.html">
<img src="./images/Regenerative medicine.png" alt=""></a>
</div>
<div class="post-info">
<p>Oct ● 9 ● 2024</p>
<a href="./posts/23. Regenerative Medicine and Bionics.html">
<h3>Regenerative Medicine and Bionics</h3>
<h6 class="hide-sm">Growing Limbs in the Lab.</h6></a>
</div>
</div>
<div class="post-container">
<div class="post-image">
<a href="./posts/24. Exoskeletons.html">
<img src="./images/Robotic Exoskeletons.png" alt=""></a>
</div>
<div class="post-info">
<p>Oct ● 16 ● 2024</p>
<a href="./posts/24. Exoskeletons.html">
<h3>Exoskeletons</h3>
<h6 class="hide-sm">Enhancing Human Strength and Mobility.</h6></a>
</div>
</div>
</div>
<div class="feedback-container">
<p class="big" id="scrollToTop">↑</p>
<h2>Reach me out.</h2>
<br><br>
<form id="msgRecipientForm" name="msgRecipientForm">
<div class="input-container">
<label for="name">Name*:</label>
<input type="text" id="name" name="name" required>
</div>
<div class="input-container">
<label for="email">Email*:</label>
<input type="email" id="email" name="email" required>
</div>
<div class="input-container">
<label for="message">Message*:</label>
<textarea id="message" name="message" rows="2" required></textarea>
</div>
<div class="submit-container">
<input type="submit" value="Submit" class="submit-btn">
</div>
</form>
</div>
<div class="footer">
<h3>© Hominiter by Vu Minh Dang. All Rights Reserved.</h3>
<div class="social-media">
<a href="mailto:dangvm2007@gmail.com"><i class="fa-solid fa-contact-card"></i></a>
<a href="https://www.facebook.com/dngvmnh"><i class="sm fa-brands fa-facebook"></i></a>
<a href="https://github.com/dngvmnh"><i class="sm fa-brands fa-github"></i></a>
<a href="https://sites.google.com/view/dngvmnh/home"><i class="fa-solid fa-user-large"></i></a>
</div></div>
<script src="./js/main.js"></script>
</body>
</html>