-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdbtechbme.php
More file actions
274 lines (259 loc) · 6.93 KB
/
dbtechbme.php
File metadata and controls
274 lines (259 loc) · 6.93 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
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
<title>Dual B.Tech And M.Tech BioMedical</title>
<?php
include("php/baseup.php");
?>
<head>
<link rel="stylesheet" type="text/css" href="css/btech.css">
</head>
<body style = "background-image: url(images/programs_background.jpg); background-size: 100%;">
<div id = "btech_main_section">
<h2> B.Tech Electronics and M.Tech BioMedical </h2>
<p>
The Syllabus of the Integrated Biomedical branch has been divided into numerous Semesters, each of which has numerous Subjects, which are as follows ...
</p>
<div class = "semester">
<div class = "sem_button">
<input class = "toggle_box" id = "1st_sem" type = "checkbox" >
<label for = "1st_sem"> Semester: 1 </label>
<div>
<table class = "sem_table">
<tr>
<td> Engineering Physics</td>
</tr>
<tr>
<td> Calculus and Differential Equations </td>
</tr>
<tr>
<td> Electronic Devices and Circuits </td>
</tr>
<tr>
<td> Introduction Of Computers </td>
</tr>
<tr>
<td> Introduction To Programming </td>
</tr>
<tr>
<td> Circuits Analysis and Synthesis </td>
</tr>
<tr>
<td> Professional Communication </td>
</tr>
</table>
</div>
</div>
</div>
<div class = "semester">
<div class = "sem_button">
<input class = "toggle_box" id = "2nd_sem" type = "checkbox" >
<label for = "2nd_sem"> Semester: 2 </label>
<div>
<table class = "sem_table">
<tr>
<td> Probability and Statistics </td>
</tr>
<tr>
<td> Digital Electronics </td>
</tr>
<tr>
<td> Data Structures </td>
</tr>
<tr>
<td> Computer Organization and Architecture </td>
</tr>
<tr>
<td> Discrete mathematics </td>
</tr>
<tr>
<td> Principles of Management </td>
</tr>
</table>
</div>
</div>
</div>
<div class = "semester">
<div class = "sem_button">
<input class = "toggle_box" id = "3rd_sem" type = "checkbox" >
<label for = "3rd_sem"> Semester: 3 </label>
<div>
<table class = "sem_table">
<tr>
<td> Analog Communication </td>
</tr>
<tr>
<td> Analog Electronics </td>
</tr>
<tr>
<td> Electromagnetic Field and Waves </td>
</tr>
<tr>
<td> Basic Electrical Engineering </td>
</tr>
<tr>
<td> Operating Systems </td>
</tr>
</table>
</div>
</div>
</div>
<div class = "semester">
<div class = "sem_button">
<input class = "toggle_box" id = "4th_sem" type = "checkbox" >
<label for = "4th_sem"> Semester: 4 </label>
<div>
<table class = "sem_table">
<tr>
<td> Discrete Time Signals and Systems </td>
</tr>
<tr>
<td> Electronics Measurement and Instrumentation </td>
</tr>
<tr>
<td> Microprocessor Interface and Programming </td>
</tr>
<tr>
<td> Microwave Engineering </td>
</tr>
<tr>
<td> Integrated Circuits Technology </td>
</tr>
<tr>
<td> Marketing Management </td>
</tr>
</table>
</div>
</div>
</div>
<div class = "semester">
<div class = "sem_button">
<input class = "toggle_box" id = "5th_sem" type = "checkbox" >
<label for = "5th_sem"> Semester: 5 </label>
<div>
<table class = "sem_table">
<tr>
<td> Digital Communication </td>
</tr>
<tr>
<td> Control Systems </td>
</tr>
<tr>
<td> Computer Network </td>
</tr>
<tr>
<td> Antenna and Wave Propagation </td>
</tr>
<tr>
<td> Managerial Economics </td>
</tr>
<tr>
<td> Project 1 </td>
</tr>
</table>
</div>
</div>
</div>
<div class = "semester">
<div class = "sem_button">
<input class = "toggle_box" id = "6th_sem" type = "checkbox" >
<label for = "6th_sem"> Semester: 6 </label>
<div>
<table class = "sem_table">
<tr>
<td> Digital Signal Processing </td>
</tr>
<tr>
<td> Optical Communication </td>
</tr>
<tr>
<td> VLSI System Design </td>
</tr>
<tr>
<td> Database Programming and Management </td>
</tr>
<tr>
<td> Project </td>
</tr>
<tr>
<td> Elective </td>
</tr>
</table>
</div>
</div>
</div>
<div class = "semester">
<div class = "sem_button">
<input class = "toggle_box" id = "7th_sem" type = "checkbox" >
<label for = "7th_sem"> Semester: 7 </label>
<div>
<table class = "sem_table">
<tr>
<td> Medical Instrumentation Advanced </td>
</tr>
<tr>
<td> Medical Imaging Physics </td>
</tr>
<tr>
<td> Biomaterials and Biomechanics </td>
</tr>
<tr>
<td> Biological Systems and Models </td>
</tr>
</table>
</div>
</div>
</div>
<div class = "semester">
<div class = "sem_button">
<input class = "toggle_box" id = "8th_sem" type = "checkbox" >
<label for = "8th_sem"> Semester: 8 </label>
<div>
<table class = "sem_table">
<tr>
<td> Biomems </td>
</tr>
<tr>
<td> Medical image and signal processing </td>
</tr>
<tr>
<td> Artificial organs and rehabilitation engineering </td>
</tr>
<tr>
<td> Health Information System and Management </td>
</tr>
</table>
</div>
</div>
</div>
<div class = "semester">
<div class = "sem_button">
<input class = "toggle_box" id = "9th_sem" type = "checkbox" >
<label for = "9th_sem"> Semester: 9 </label>
<div>
<table class = "sem_table">
<tr>
<td> Elective </td>
</tr>
<tr>
<td> Elective </td>
</tr>
</table>
</div>
</div>
</div>
<div class = "semester">
<div class = "sem_button">
<input class = "toggle_box" id = "10th_sem" type = "checkbox" >
<label for = "10th_sem"> Semester: 10 </label>
<div>
<table class = "sem_table">
<tr>
<td> Thesis </td>
</tr>
</table>
</div>
</div>
</div>
</div>
</body>
<?php
include("php/basedown.php");
?>