-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (37 loc) · 2.92 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LetsCv.com / Reading all Cv</title>
<link rel="stylesheet" href="CSS/1.css">
<link rel="stylesheet" href="CSS/2.css">
<link rel="stylesheet" href="">
</head>
<body>
<h1>Welcome bro, whatsUp?</h1>
<div class="Father">
<span class="Cv1">
<h3>Towards good practice guidelines for the contour method of residual stress measurement
</h3><br>
<img src="https://scholar.googleusercontent.com/citations?view_op=medium_photo&user=OznxUgQAAAAJ&citpid=1" width="200" height="100" alt="Photo"/>
<br/>
<p> Accurate measurement of residual stress in metallic components using the contour method relies on the achievement of a good quality cut, on the appropriate measurement of the deformed cut surface and on the robust analysis of the measured data. There is currently no published standard or code of practice for the contour method. As a first step towards such a standard, this study draws on research investigations addressing the three main steps in the method: how best to cut the specimens; how to measure the deformation contour of the cut surface; and how to analyse the data. Good practice guidance is provided throughout the text accompanied by more detailed observations and advice tabulated in Appendix. <br>
<b>Issus: 8</b> <a href=''> Read this CV </a> </p>
</span>
<span class="Cv2">
<h3> How to use AI to plan your next vacation
</h3><br>
<img src="https://wp.technologyreview.com/wp-content/uploads/2024/07/ai-vacationC.jpg?fit=2252,1266" width="450" height="340" alt="Photo"/>
<br/>
<p> Planning a vacation should, in theory, be fun. But drawing up a list of activities for a trip can also be time consuming and stressful, particularly if you don’t know where to begin.
Luckily, tech companies have been competing to create tools that can help you to do just that. Travel has become one of the most popular use cases for AI that Google, Microsoft, and OpenAI like to point to in demos, and firms like Tripadvisor, Expedia, and Booking.com have started to launch AI-powered vacation-planning products too. While AI agents that can manage the entire process of planning and booking your vacation are still some way off, the current generation of AI tools are still pretty handy at helping you with various tasks, like creating itineraries or brushing up on your language skills.
<br> <a href='https://www.technologyreview.com/2024/07/08/1094733/how-to-use-ai-to-plan-your-next-vacation/'> Read this CV </a> </p>
</span>
</div>
<div class="LocalInfo">
<p>Name: <i id="N"></i> </p>
</div>
<script src="js/main.js"></script>
</body>
</html>