-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdactivities.html
More file actions
228 lines (221 loc) · 7.04 KB
/
dactivities.html
File metadata and controls
228 lines (221 loc) · 7.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beautiful Table</title>
</head>
<style>
.hody {
font-family: Arial, sans-serif;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f7f7f7;
margin: 0;
}
#features {
text-align: center;
margin-bottom: 10px; /* Space between the heading and the first table */
}
#features h1 {
font-size: 3rem;
font-weight: 700;
color: #0e263d;
}
#features h1:hover{
color: #982336;
}
#features p {
font-size: 1.2rem;
font-weight: 500;
color: #1a1919;
}
table {
width: 90%;
border-collapse: collapse;
margin-bottom: 40px; /* Space after the first table */
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
background-color: #fff;
}
th, td {
padding: 12px;
text-align: left;
border-bottom: 1px solid #ddd;
}
th {
background-color:#0e2337;
color: white;
}
.t3{
background-color:#982336;
color: white;
}
tr:hover {
background-color: #f1f1f1;
}
tr:nth-child(even) {
background-color: #e6f2fc;
}
.t2:nth-child(even) {
background-color: #f4eaec;
}
</style>
<body>
<div id="navbar"></div>
<script>
fetch('navbar.html')
.then(response => response.text())
.then(data => document.getElementById('navbar').innerHTML = data);
</script>
<div class="space" style="width: 100%; height: 100px"></div>
<div class="hody">
<section id="features">
<h1>Staff Activities</h1>
<p>Participation in Other Institutions</p>
</section>
<table>
<thead>
<tr>
<th>No.</th>
<th>Academic Year</th>
<th>Staff Name</th>
<th>Date</th>
<th>Institution Name</th>
<th>Details of Event</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>2023 - 2024</td>
<td>Fr Anish</td>
<td>05.05.2024</td>
<td>I.N.M. PG College, Meerut, India</td>
<td>One Day International Multidisciplinary Conference on "Contemporary Global Trends and Transformations in Humanities, Social Sciences, Sciences, and Ed"</td>
<td>Participation and paper Presentation</td>
</tr>
<tr>
<td>2</td>
<td>2023 - 2024</td>
<td>Nempivah Lienthang</td>
<td>25.04.2024</td>
<td>Acumen Foundation and Seva Academy</td>
<td>Scratch Programme</td>
<td>International Webinar</td>
</tr>
<tr>
<td>3</td>
<td>2023 - 2024</td>
<td>Nempivah Lienthang</td>
<td>06.04.2024</td>
<td>Sri Kanyaka Parameswari Arts and Science College for Women</td>
<td>Emerging Trends in AI</td>
<td>Faculty Development Program (02.04.2024 to 06.04.2024)</td>
</tr>
<tr>
<td>4</td>
<td>2022 - 2023</td>
<td>Mrs. Pubali Chakravarty</td>
<td>24.04.2023</td>
<td>Eudoxia Research University</td>
<td>Mechanics of Effective Manuscript Drafting</td>
<td>Faculty Development Program (17.04.2023 to 24.04.2023)</td>
</tr>
<tr>
<td>5</td>
<td>2021 - 2022</td>
<td>Mrs. C.R. Claina</td>
<td>26.05.2022</td>
<td>Innovation Ambassador Training</td>
<td>Machine Learning Using Python</td>
<td>Webinar</td>
</tr>
<tr>
<td>6</td>
<td>2022 - 2023</td>
<td>Mr. A. Premkumar</td>
<td>26.05.2022</td>
<td>ICT Academy</td>
<td>Machine Learning Using Python</td>
<td>Webinar</td>
</tr>
<tr>
<td>7</td>
<td>2020 - 2021</td>
<td>Mr. Deepak P</td>
<td>18.07.2020</td>
<td>Dayananda Sagar College of Engineering</td>
<td>Data Analytics and Machine Learning</td>
<td>Faculty Development Program (14.07.2020 to 18.07.2020)</td>
</tr>
<tr>
<td>8</td>
<td>2019 - 2020</td>
<td>Dr. Pradeep Kumar Kenny</td>
<td>09.06.2020</td>
<td>MES College Erumely</td>
<td>Artificial Intelligence</td>
<td>National Webinar</td>
</tr>
</tbody>
</table>
<p style="font-size: 1.2rem;
font-weight: 500;
color: #1a1919;">Participation within the University</p>
<table>
<thead>
<tr class="t3">
<th class="t3">No.</th>
<th class="t3">Academic Year</th>
<th class="t3">Staff Name</th>
<th class="t3">Date</th>
<th class="t3">Institution Name</th>
<th class="t3">Details of Event</th>
<th class="t3">Remarks</th>
</tr>
</thead>
<tbody>
<tr class="t2">
<td>1</td>
<td>2023 - 2024</td>
<td>Fr. L. Anish</td>
<td>20.05.2024</td>
<td>Department of Zoology, St. Joseph University, Nagaland</td>
<td>Research Methodology & Intellectual Property Rights (IPR)</td>
<td>A Five-day FDP (15-05-2024 to 18-05-2024, & 20.05.2024)</td>
</tr>
<tr class="t2">
<td>2</td>
<td>2021 - 2022</td>
<td>Fr. L. Anish</td>
<td>15.07.2021</td>
<td>St. Joseph University Nagaland and Globethics.net India</td>
<td>Professional Ethics for Faculty Enrichment</td>
<td>International Webinar (14 & 15 July 2021)</td>
</tr>
<tr class="t2">
<td>3</td>
<td>2020 - 2021</td>
<td>Dr. Pradeep Kumar Kenny</td>
<td>15.05.2021</td>
<td>St. Joseph University</td>
<td>Professional Ethics for Faculty Enrichment</td>
<td>International Webinar (14.05.2021 to 15.05.2021)</td>
</tr>
<tr class="t2">
<td>4</td>
<td>2021 - 2022</td>
<td>Fr. L. Anish</td>
<td>30.11.2020</td>
<td>Global Journal of Applied Engineering in Computer Science and Mathematics, St. Joseph University, Nagaland</td>
<td>Basics of Image Processing and its Mathematical Insights</td>
<td>One day International Webinar</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>