-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathobjective.html
More file actions
72 lines (66 loc) · 3.78 KB
/
objective.html
File metadata and controls
72 lines (66 loc) · 3.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<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>Objective</title>
<link rel="stylesheet" href="./assets/css/exp1.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="icon" href="https://www.srmist.edu.in/sites/default/files/favicon_0.ico" type="image/icon type">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"
rel="stylesheet">
<script src="https://kit.fontawesome.com/a57612992d.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="logo4" style="color: #2c99ce;" style="flex-direction: column;display: inline-block;">
<a href="https://srmist.edu.in" target="_blank" style="margin-left: 0rem;">
<img width=150 src="assets/image/srmlogo.png" alt="SRM logo" style="margin-left: 0rem;">
</a> <h1 style="display: inline-block; margin-left: 29rem; " > Control Engineering Lab </h1>
<a href="http://vlab.co.in" target="_blank">
<img width=150 height=67.516px src="assets/image/logo.png" style="float:right; margin-top: 0em;">
</a>
<br>
</div>
<hr style="color: red; height: 12px; background: red;"> <div class="box">
<div class="menu" style="margin-bottom:auto ;">
<a class="mainMenu" href="index.html">
<div class="menuItems">Introduction </div>
</a>
<a class="mainMenu" href="objective.html">
<div class="menuItems">Objective </div>
</a>
<a class="mainMenu" href="./list_of_experiments.html">
<div class="theory menuItems">List of experiments </div>
</a>
<a class="mainMenu" href="Target.html">
<div class="theory menuItems">Target Audience </div>
</a>
<a class="mainMenu" href="Course Alignment.html">
<div class="procedure menuItems" id="procedure">Course Alignment </div>
</a>
<a class="mainMenu" href="team_details.html">
<div class="menuItems">
Team Details
</div>
</a>
</div>
<div class="intro">
<br>
<h2>Objective</Object></h2><br>
<p>To acquire practical learning experiences in the field of Control Engineering by visualizations in digital platform.</p><br>
<h4 style="margin-left: 1rem;">Virtual Labs for Teachers</h4>
<p>Virtual Labs has the potential to bring paradigm shift in the way courses are taught today.For example, the teachers can take it to the class and demonstrate live examples while they are teaching difficult concepts to the students. Many difficult concepts are already integrated in the provided course i curriculum. It can also complement the existing labs, wherein the students can be given assignments before or after the lab. The teacher can actively coordinate that effort to enable inclusive learning for all the students.</p>
</div>
</div>
</body>
<div align="center" style="background-color: rgb(122, 193, 255); color: rgb(0, 59, 110); height: 5rem; margin-bottom: 1rem;height: 5rem; "> <br>
Copyright ©<span id="year"></span> Department of Electrical and Electronics Engineering, SRM Institute of
Science and Technology, Kattankulathur<br>PALS-VLAB initiative, in collaboration with NITK as Technology Partner
<script>
document.getElementById("year").innerHTML = new Date().getFullYear();
</script>
</div>
</html>