-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhTML1.html
101 lines (98 loc) · 5.04 KB
/
hTML1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ERGONOMICS</title>
</head>
<body style=" background-color:pink;" align="center" marginheight="50px" marginwidth="100px" >
<h1 style="color:black;font-size:150%;"align="center"> HUMAN ENGINEERING</h1>
<header>
<div class="custom-padding">
<nav>
<div class="Ergonomics" align="left"></div>
<ul class="menu-area" align="center" type="none">
<li style="display:inline;"><a href="#Introduction1" style="color:black"><big>Introduction</big></a></li>
<li style="display:inline"><a href="#Domains1" style="color:black"><big>Domains</big></a></li>
<li style="display:inline"><a href="#Quiztime1" style="color:black"><big>Ponder upon!</big></a></li>
<li style="display:inline"><a href="#Real life examples1" style="color:black"><big>Real life examples</big></a></li>
</ul>
</nav>
</div>
</header>
<p id="Introduction1">
<p align="center" style="color:darkmagenta;font:Times New Roman;border:2px solid darkmagenta;font-size:125%;background-color: plum;">
A research report says that only <b>15%</b> of your financial success is based on your <i>technical knowledge</i> the other <b>85%</b><br>
is based upon what they call <i><b>human engineering</b></i>.
<br></p>
<p style="font-size:100%" ><marquee><b><big>So, let's see what this 85% has got to teach us!</big></b></marquee></style>
</p>
<a href="https://www.youtube.com/watch?v=m4f81ZS19v8" ><big>Some examples of human factors engineering</big></a>
<br>
<img src="Picture1.png" height="300px" alt="A comic which explains ergonomics!">
<br>
<p><big>Etymologically speaking Ergonomics="Ergo"+"nomos" i.e. "work"+"it's rules"!</big></p>
</p>
<p id="Domains1">
<hr style="color:lightblue">
<p style="font-size:100%;color:rebeccapurple"><b><big>There are 3 major domains under ergonomics:</big></b></p>
<ul >
<dl style="color:navy"><u><big><b>Physical ergonomics</b></big></u></dl> <img src="Picture3.png" height="300px">
<dd ><big>Physical ergonomics is concerned with human anatomy, and
some of the anthropometric, physiological and bio mechanical<br>
characteristics as they relate to physical activity. Physical ergonomic principles have been widely used in the design of both consumer and industrial products for optimizing performance and to preventing / treating work-related disorders by reducing the mechanisms behind mechanically induced acute and chronic musculoskeletal injuries.
</big>
</dd>
<dl style="color:navy"><b><u><big>Organizational ergonomics</big></u></b></dl><img src="Picture4.png" height="300px">
<dd><big>Organizational ergonomics is concerned with the optimization of
socio-technical systems, including their organizational structures,<br>
policies and processes.Relevant topics include communication, crew resource management, work design, work systems, design of working times, teamwork, participatory design, etc.
</big>
</dd>
<dl style="color:navy"><u><big><b>Cognitive ergonomics</b></big></u></dl><img src="Picture5.png" height="300px">
<dd><big>It is concerned with mental processes, such as perception, memory,
reasoning and motor response, as they affect interactions among<br>
humans and other elements of a system. Relevant topics include mental workload, decision-making, skilled performance, human reliability, work stress and training as these may relate to human–system and human–computer interaction design.
</big>
</dd>
</ul>
</p>
<p id="Quiztime1">
<p><big>So, according to you which of the following is the most important type?</big></p>
<big>
<label for ="DOMAINS" >Physical ergonomics</label>
<input type ="radio" name = "Domain" value = "Physical">
<label for ="DOMAINS" >Organizational ergonomics</label>
<input type ="radio" name = "Domain" value = "Organizational">
<label for ="DOMAINS" > Cognitive ergonomics</label>
<input type ="radio" name = "Domain" value = "Cognitive"><br>
</big>
</form>
<p><big>There is no right answer to that!</big></p>
</p>
<p id="Real life examples1">
<p><big>An example which illustrates the importance of physical ergonomics is: Report on construction workers from University of lowa</big></p>
<table border =1 cellpadding="5px" style="background-color:lightblue;color:black" align="center"><big>
<tr>
<th><big>Percentage of people reported pain</big></th>
<th><big>Body part</big></th>
<tr>
<td align="center"><big>70%</big></td>
<td align="center"><big>lower back</big></td>
</tr>
<tr>
<td align="center"><big>43%</big></td>
<td align="center"><big>wrists and hands</big></td>
</tr>
<tr>
<td align="center"><big>46%</big></td>
<td align="center" ><big>knees</big></td>
</tr>
<tr>
<td align="center"><big>42%</big></td>
<td align="center"><big>shoulder and neck</big></td>
</tr>
</big>
</table>
</p>
</body>
</html>