-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmachanicalproject1.html
456 lines (438 loc) · 18.4 KB
/
machanicalproject1.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
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
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!DOCTYPE html>
<html lang="en">
<!--<< Header Area >>-->
<head>
<!--<< Required meta tags >>-->
<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 >>-->
<title>Shihong Yuan's Website</title>
<!--<< Favcion >>-->
<link rel="shortcut icon" href="static/picture/avator.jpg">
<!--<< Bootstrap min.css >>-->
<link rel="stylesheet" href="static/css/bootstrap.min.css">
<!--<< Aos animation css >>-->
<link rel="stylesheet" href="static/css/aos.css">
<!--<< Main.css >>-->
<link rel="stylesheet" href="static/css/main.css">
</head>
<!--<< Body Area >>-->
<body>
<!--<< Preloader >>-->
<div class="preloader__Dixon">
<div class="box text-center">
<span class="fz-30 mati fw-600 text-uppercase">
Shihong Yuan
</span>
</div>
</div>
<!--<< Preloader >>-->
<!--<< banner >>-->
<section class="breadcrumnd-section" id="bn">
<!--<< Header v-1 >>-->
<header class="header-section header-style-inner">
<div class="container">
<div class="header-wrapper align-items-lg-start align-items-center">
<div class="main-logo cmn-shadow round8">
<a href="index.html" class="logo">
<img src="static/picture/avator.jpg" alt="logo">
</a>
</div>
<div class="main-menu-wrapper w-100">
<ul class="main-menu cmn-shadow round8">
<li>
<a href="index.html">
Home
</a>
</li>
<li>
<a href="index.html#about">
About me
</a>
</li>
<!-- <li>
<a href="index.html#reprot">
Resume
</a>
</li> -->
<!-- <li>
<a href="index.html#skill">
Stact
</a>
</li> -->
<li>
<a href="index.html#serv">
Computer Projects
</a>
</li>
<li>
<a href="index.html#ports">
Mechanical Projects
</a>
</li>
<li>
<a href="index.html#testi">
Scientific Research
</a>
</li>
<li>
<a href="index.html#blogs">
Blogs
</a>
</li>
<!-- <li>
<a href="index.html#conts">
Contact Us
</a>
</li> -->
</ul>
</div>
<div class="right-bar">
<div class="bars-style cmn-shadow round8 d-lg-none">
<div class="header-bar">
<span></span>
<span></span>
<span></span>
</div>
</div>
<ul class="right-social-com d-xl-flex d-none cmn-social cmn-shadow round8">
<li>
<a href="weixin://contacts/profile/exammle" onclick="showWeixinID()" target="_blank">
<i class="bi bi-wechat" style="left: -10px;"></i>
</a>
<script>
function showWeixinID() {
alert('微信号: 1361331022');
}
</script>
</li>
<li>
<a href="https://github.com/mhqqysh" target="_blank">
<i class="bi bi-github"></i>
</a>
</li>
<li>
<a href="https://mhqqysh.cn" target="_blank">
<i class="bi bi-globe"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<!--<< Header v-1 >>-->
<!--<< Bread Content >>-->
<div class="container pt-100 pb-100">
<div class="section-title text-center">
<a href="index.html" class="section-sub" data-aos="fade-down" data-aos-duration="1000">
Back To Home
</a>
<h2 class="stitle fw-500 mt-3 mb-4" data-aos="fade-down" data-aos-duration="1500">
机械设计+制造项目:轨道球
</h2>
<p class="pra-clr max-458">
第一次建模照进现实,修改了不知道多少版
</p>
</div>
</div>
</section>
<!--<< banner >>-->
<!--<< project one >>-->
<section class="project-section pb-120">
<div class="container">
<div class="row g-4">
<div class="col-lg-4">
<div class="protfolio-details-wrap pe-xxl-4">
<h4 class="white mb-30">
Project Details
</h4>
<div class="des-dated-area">
<div class="date-border"></div>
<div class="dates-item">
<span class="date-text">
时间:
</span>
<span class="pra-clr fw-400">
Dec 10th, 2024
</span>
</div>
<div class="date-border"></div>
<div class="dates-item">
<span class="date-text">
主要任务:
</span>
<span class="pra-clr fw-400">
所有建模,大部分组装,以及无数次组装失败逐渐改善建模重打重调。建模难点在三个上升装置,以及全部榫卯链接,麻烦点在卡顿调优。
</span>
</div>
<div class="date-border"></div>
<div class="dates-item">
<span class="date-text">
得到技能1:
</span>
<p class="pra-clr fw-400">
所有切割任务(帮助了很多大四要做毕设的学长怎么使用激光切割),习惯了将设计转为实物的逻辑,不可投入使用的都是没有价值的
</p>
</div>
<div class="date-border"></div>
<div class="dates-item d-grid gap-lg-4 gap-3">
<span class="date-text">
感受:
</span>
<p class="pra-clr fw-400 pra-one">
A1-I20大约150个零件,激光切割满满二三十张板子,version10-version80很多零件打印,不行,改版,再打。
一个月前大家都还没开始的时候我们就在实验室打,一个月之后大家都做完了之后我们还在实验室打。</p>
<p class="pra-clr fw-400 pra-one">
歧路走的不少,没有想好怎么改能改掉就盲目再打,开始过于追求榫卯没有发挥胶水的力量,
难点不少,为了切割零件全部平面化0.28cm厚度如何拼接搭建,上升结构的原理,轨道的连接,卡壳的原因及解决。
</p><p class="pra-clr fw-400 pra-one">
虽然颤颤悠悠的,但是终于还是搞定了</p>
<p class="pra-clr fw-400 pra-one">
ps 泡在实验室过久,呼吸烟尘过多,而且大四学长也都泡在里面,同样深受其苦,感觉机械专业的自己真命不久矣
</p>
<div class="date-border"></div>
<!-- <div class="visit-btn mt-xxl-5 mt-4">
<a href="https://mhqqysh.cn" class="cmn-shadow round100 py-xxl-3 py-3 px-xxl-5 px-4 white fz-16">
Visit Link
</a>
</div> -->
</div>
</div>
</div>
</div>
<div class="col-lg-8">
<div class="project-detial-right mt-lg-0 mt-4">
<div class="thumbs w-100">
<video src="static/video/guidao1.mp4" alt="视频描述" class="w-100" controls>
</video>
</div>
<div class="thumbs w-100">
<video src="static/video/guidao2.mp4" alt="视频描述" class="w-100" controls>
</video>
</div>
<div class="thumbs w-100">
<video src="static/video/guidao3.mp4" alt="视频描述" class="w-100" controls>
</video>
</div>
<div class="thumbs w-100">
<img src="static/picture/guidao4.png" alt="img" class="w-100">
</div>
<div class="thumbs w-100">
<img src="static/picture/guidao5.png" alt="img" class="w-100">
</div>
</div>
</div>
</div>
</div>
</section>
<!--<< project one >>-->
<!--<< Single Project >>-->
<section class="single-project pb-100">
<div class="container">
<h3 class="single-head white">
Related Projects
</h3>
<div class="single-project-wrap">
<div class="row g-4">
<div class="col-lg-4 col-md-6">
<div class="protfolio-porject-item d-center">
<img src="static/picture/pro1.png" alt="img">
<div class="project-cont-inner">
<span class="title date-title text-end pt-3 pe-4 d-block">
@2024
</span>
<div class="project-cont-box d-center w-100 h-100 position-relative">
<div class="boxes text-center">
<h4>
<a href="" class="title">
<span class="d-block">
Digital
</span>
Masterpieces
</a>
</h4>
<span class="ui-badge">
UI/Ux Design
</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="protfolio-porject-item d-center">
<img src="static/picture/pro2.png" alt="img">
<div class="project-cont-inner">
<span class="title date-title text-end pt-3 pe-4 d-block">
@2024
</span>
<div class="project-cont-box d-center w-100 h-100 position-relative">
<div class="boxes text-center">
<h4>
<a href="" class="title">
<span class="d-block">
Wev
</span>
Development
</a>
</h4>
<span class="ui-badge">
Web Design
</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="protfolio-porject-item d-center">
<img src="static/picture/pro3.png" alt="img">
<div class="project-cont-inner">
<span class="title date-title text-end pt-3 pe-4 d-block">
@2024
</span>
<div class="project-cont-box d-center w-100 h-100 position-relative">
<div class="boxes text-center">
<h4>
<a href="" class="title">
<span class="d-block">
Graphic
</span>
Designer
</a>
</h4>
<span class="ui-badge">
UI/Ux Design
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--<< Single Project >>-->
<!--<< Footer >>-->
<!-- <div class="footer-section check-box-style pt-100">
<div class="container p-0">
<div class="talk-text text-center " data-aos="zoom-in" data-aos-duration="1400">
LET’S WITH
TALK
</div>
<a href="#" class="infomail d-center cmborder round100">
</a>
<div class="footer-topping-wrap check-box-style round30">
<div class="row justify-content-between">
<div class="col-xl-4 col-lg-6">
<div class="contact-left">
<p class="pra-clr fz16 pragraph-one">
Great! We're excited to hear from you and
let's start something special togerter. call
us for any inquery.
</p>
<div class="contact-infos">
<a href="#">
Valentin, Street Road 24, New York,
USA - 67452
</a>
<a href="#">
(+02) 574 - 328 - 301
</a>
<a href="#">
</a>
</div>
<div class="footer-social">
<a href="#0" class="fsocial d-inline-flex align-items-center justify-content-center">
Facebook
</a>
<a href="#0" class="fsocial d-inline-flex align-items-center justify-content-center">
Twitter
</a>
<a href="#0" class="fsocial d-inline-flex align-items-center justify-content-center">
Behance
</a>
<a href="#0" class="fsocial d-inline-flex align-items-center justify-content-center">
Dribble
</a>
</div>
</div>
</div>
<div class="col-xl-7 col-lg-6">
<form action="#" class="cmn-contact-form row g-4">
<div class="col-lg-6">
<input type="text" placeholder="Name">
</div>
<div class="col-lg-6">
<input type="email" placeholder="Email">
</div>
<div class="col-lg-12">
<input type="text" placeholder="Subject">
</div>
<div class="col-lg-12">
<textarea name="message" rows="5" placeholder="Message"></textarea>
</div>
<div class="col-lg-12">
<div class="btns">
<button type="submit" class="cmn-btn">
Send Message
</button>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="copyright">
<p class="pra-clr">
© 2024. All rights reserved <a href="index.html" class="pwhite">Disum.</a>
</p>
<a href="#bn" class="scroll-toptext">
Back To Home
</a>
<ul class="terms">
<li>
<a href="#0">
Terms & Condition
</a>
</li>
<li>
<a href="#0">
Privacy Policy
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<< Footer >> -->
<!--<< Jquery Latest >>-->
<script src="static/js/jquery-3.7.0.min.js"></script>
<!--<< Viewport Js >>-->
<script src="static/js/viewport.jquery.js"></script>
<!--<< Bootstrap Js >>-->
<script src="static/js/bootstrap.min.js"></script>
<!--<< Aos animation Js >>-->
<script src="static/js/aos.js"></script>
<!--<< Nice Select Js >>-->
<script src="static/js/jquery.nice-select.min.js"></script>
<!--<< Swiper Slide Js >>-->
<script src="static/js/swiper-bundle.min.js"></script>
<!--<< Swiper Bundle Js >>-->
<script src="static/js/jquery.magnific-popup.min.js"></script>
<!--<< magnific popup Js >>-->
<script src="static/js/odometer.min.js"></script>
<!--<< Odometer js Js >>-->
<script src="static/js/wow.min.js"></script>
<!--<< Wow Animation js >>-->
<script src="static/js/main.js"></script>
<!--<< Main.js >>-->
</body>
</html>