-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
79 lines (70 loc) · 2.51 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Virtual Lab Website</title>
<link rel="stylesheet" href="me.css">
</head>
<body>
<header>
<h1>Virtual Lab Website</h1>
</header>
<main>
<section>
<h2>Introduction</h2>
<p>Welcome to our virtual lab website! Our website offers three experiments that you can explore and learn from. These experiments are:</p>
<ul>
<li>AC control unit</li>
<li>Faraday's experiment simulator</li>
<li>Hysteresis curve plotter</li>
</ul>
<p>In this manual, we will guide you through each of these experiments and show you how to use them.</p>
</section>
<section>
<h2>AC Control Unit</h2>
<h3>Getting Started</h3>
<ol>
<li>Go to the AC control unit experiment page.</li>
<li>Enter your location and the current day of the week.</li>
<li>Press the "Submit" button to get the current temperature and humidity levels for your location.</li>
</ol>
<h3>AC Operation</h3>
<ol>
<li>Depending upon the location's temperature and the current day and time, ac will be turned on or off</li>
<li>Press the "Submit" button to apply the changes.</li>
<li>The state of the AC and temperature and humidity levels will be displayed on the screen.</li>
</ol>
</section>
<section>
<h2>Faraday's Experiment Simulator</h2>
<h3>Getting Started</h3>
<ol>
<li>Go to the Faraday's experiment simulator page.</li>
<li>Click and drag the magnet to move it in and out of the coil.</li>
<li>Observe the induced emf and current values displayed on the screen.</li>
</ol>
</section>
<section>
<h2>Hysteresis Curve Plotter</h2>
<h3>Getting Started</h3>
<ol>
<li>Go to the Hysteresis curve plotter page.</li>
<li>Select the material you want to plot from the dropdown menu.</li>
<li>Press the "Plot" button to plot the hysteresis curve.</li>
</ol>
<h3>Changing the Material</h3>
<ol>
<li>Select a different material from the menu.</li>
<li>Corresponding Plot will be generated according to experimental data.</li>
</ol>
<h3>Inference</h3>
<ol>
<li>Ferromgnetic properties of the material can be analyzed.</li>
</ol>
</section>
</main>
<footer>
<p>We hope this manual has been helpful in guiding you through our virtual lab website. If you have any questions or feedback, please feel free to contact us. Thank you for using our website!</p>
</footer>
</body>
</html>