-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPublications.html
591 lines (551 loc) · 31 KB
/
Publications.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
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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DPS Patna | Takshila</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="Css/Style (DPS Patna).css">
<link rel="shortcut icon" type="image/png" href="https://dps-patna-edunext-cf.edunexttechnologies.com/1603779170180_dps_school_logo.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js" integrity="sha384-W8fXfP3gkOKtndU4JGtKDvXbO53Wy8SZCQHczT5FMiiqmQfUpWbYdTil/SxwZgAN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.min.js" integrity="sha384-skAcpIdS7UcVUC05LJ9Dxay8AXcDYfBJqt1CJ85S/CFujBsIzCIv+l9liuYLaMQ/" crossorigin="anonymous"></script>
<style>
h3{
font-weight: 400;
}
p ,h3,.img {
margin-left: 25px;
margin-right: 10px;
}
.lines {
position: fixed;
top: 50px;
left: 45px;
z-index: 1001;
font-size: 10px;
text-decoration: none;
}
.lines a {
text-decoration: none;
color: black
}
.img {
width: 500px
}
@media screen and (max-width: 767px){
.img {
width: 300px
}
}
@media screen and (max-width: 336px){
.img {
width: 275px
}
}
.down-container {
background: url(Image/bg_patt_1.jpg);
padding-top: 15px;
color: #fff
}
@media screen and (max-width: 1202px) {
.map {
width: 550px
}
}
@media screen and (max-width: 1106px) {
.map {
width: 500px
}
}
@media screen and (max-width: 1000px) {
.map {
width: 450px
}
}
@media screen and (max-width: 930px) {
.map {
width: 400px;
}
}
@media screen and (max-width: 826px) {
.map {
width: 350px;
}
}
@media screen and (max-width: 767.5px) {
.map {
display: none
}
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid #ddd;
text-align: center;
}
th, td {
text-align: left;
padding: 8px;
padding-right: 0px;
}
tr:nth-child(even){
background-color: #f2f2f2
}
@media screen and (max-width: 768px) {
table{
height:2825px; width:770px
}
}
</style>
</head>
<body onload="myFunction()">
<div id="loading"></div>
<div id="sidenavMain">
<div class="sidenavExit" onclick="closeNav()"></div>
<div id="mySidenav" class="sidenav">
<div class="menu-top" id="menuTop"><a href="javascript:void(0)" class="closebtn" id="close" onclick="closeNav()"><img src="Image/close.png" class="close_img"></a></div><br><br><br>
<button type="button" class="collapsible collapsible-option">About</button>
<div class="content">
<a href="About DPS Patna.html">About DPS Patna</a>
<a href="Infrastructure.html">Infrastructure</a>
<a href="Academic Programme.html">Academic Programme</a>
<a href="Faculty.html">Faculty</a>
<a href="Co-Curricular Programme.html">Co-Curricular Programme</a>
<a href="Assessments.html">Assessments</a>
<a href="Transport.html">Transport</a>
<a href="PDF/Mandatory-Public-Disclosure.pdf">Mandatory Information</a>
</div>
<a href="Admissions.html">Admissions</a>
<button type="button" class="collapsible collapsible-option">Careers</button>
<div class="content">
<a href="Advertisement.html">Advertisement</a>
<a href="Careers@DPS Patna.html">Careers@DPS Patna</a>
<a href="Applying to DPS.html">Applying to DPS</a>
</div>
<button type="button" class="collapsible collapsible-option">Info Link</button>
<div class="content">
<a href="https://www.takshila.net/">Takshila</a>
<a href="https://www.dpscoimbatore.com/">DPS Coimbatore</a>
<a href="https://www.dpspune.com/">DPS Pune</a>
<a href="https://www.dpsludhiana.com/">DPS Ludhiana</a>
<a href="https://www.cbse.gov.in/">CBSE</a>
<a href="https://ncert.nic.in/">NCERT</a>
<a href="https://spicmacay.org/">Spic Macay</a>
</div>
<a href="Alumni.html" class="nav-link">Alumni</a>
<a href="Outreach.html" class="nav-link">Outreach</a>
<button type="button" class="collapsible collapsible-option">Gallery</button>
<div class="content">
<a href="http://dpspatna.com/image-gallery.php?PAGE=61">Image Gallery</a>
<a href="http://dpspatna.com/video.php">Video Gallery</a>
</div>
<a href="http://dpspatna.com/contact.php?PAGE=31" class="nav-link">Contact</a></div></div>
<p class="lines"><a href="index.html">Takshila & DPS Society Initiative</a></p>
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src="Image/favicon.png" height="50px" weight="75px"><b> Delhi Public School<font color="orange"> Patna</font></b></a>
<a href="javascript:void(0);" class="icon" onclick="openNav()"><img src="Image\menu.png" height="25px"></a>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<ul class="navbar-nav ml-auto" >
<li class="nav-item">
<div class="dropdown">
<button class="dropbtn">About</button>
<div class="dropdown-content">
<a href="About DPS Patna.html">About DPS Patna</a>
<a href="Infrastructure.html">Infrastructure</a>
<a href="Academic Programme.html">Academic Programme</a>
<a href="Faculty.html">Faculty</a>
<a href="Co-Curricular Programme.html">Co-Curricular Programme</a>
<a href="Assessments.html">Assessments</a>
<a href="Transport.html">Transport</a>
<a href="PDF/Mandatory-Public-Disclosure.pdf">Mandatory Information</a>
</div>
</div>
<li class="nav-item">
<a href="Admissions.html" class="nav-link">Admissions</a>
</li>
<div class="dropdown">
<button class="dropbtn">Careers</button>
<div class="dropdown-content">
<a href="Advertisement.html">Advertisement</a>
<a href="Careers@DPS Patna.html">Careers@DPS Patna</a>
<a href="Applying to DPS.html">Applying to DPS</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Info<font class="underscore" color="#fff">_</font>Link</button>
<div class="dropdown-content">
<a href="https://www.takshila.net/">Takshila</a>
<a href="https://www.dpscoimbatore.com/">DPS Coimbatore</a>
<a href="https://www.dpspune.com/">DPS Pune</a>
<a href="https://www.dpsludhiana.com/">DPS Ludhiana</a>
<a href="https://www.cbse.gov.in/">CBSE</a>
<a href="https://ncert.nic.in/">NCERT</a>
<a href="https://spicmacay.org/">Spic Macay</a>
</div>
</div>
<li class="nav-item">
<a href="Alumni.html" class="nav-link">Alumni</a>
</li>
<li class="nav-item">
<a href="Outreach.html" class="nav-link">Outreach</a>
</li>
<div class="dropdown">
<button class="dropbtn">Gallery</button>
<div class="dropdown-content">
<a href="http://dpspatna.com/image-gallery.php?PAGE=61">Image Gallery</a>
<a href="http://dpspatna.com/video.php">Video Gallery</a>
</div>
</div>
<li class="nav-item">
<a href="http://dpspatna.com/contact.php?PAGE=31" class="nav-link">Contact</a>
</li>
</ul>
</div>
</div>
</nav><br><br><br>
<br><h3>OUR PUBLICATIONS</h3><br>
<img alt="" src="Image/Pub_header.png" class="img" />
<p>
<div style="overflow-x: auto;">
<table align="left" border="0" cellpadding="5" cellspacing="0">
<tbody>
<tr>
<td colspan="3">
<p style="text-align:justify"><strong>Takshila Value Series</strong> is a compendium of seven motivational anthologies in five different languages. All the poems have been meticulously gathered from multiple sources, sequenced chronologically and compiled in their pristine form. The titles take the reader closer to our rich literary heritage.</p>
</td>
</tr>
<tr>
<td><strong>Ashwath</strong></td>
<td style="width:110px"><img alt="" src="Image/ashwath.png" style="float:left; height:122px; width:103px" /></td>
<td>
<p style="text-align:justify"><strong>Ashwath</strong> is an inspiring collection of poems, songs, shlokas and prayers, compiled from diverse sources. A must read for the entire family, it is a fountain of wisdom, love and peace, not found in usual text books.</p>
</td>
</tr>
<tr>
<td colspan="3">
<hr /></td>
</tr>
<tr>
<td><strong>Arête</strong></td>
<td><img alt="" src="Image/arete.png" style="float:left; height:122px; width:103px" /></td>
<td>
<p style="text-align:justify"><strong>Arête</strong> is the second gem to be published under the Takshila Value Series. It is a collection of timeless poetry in English written by world renowned poets over a couple of centuries. The poems have been classified into nine broad segments to cover almost the entire gamut of human emotions that touch the hearts of readers of all age groups. A timeline and a very useful appendix have been provided for reference.</p>
</td>
</tr>
<tr>
<td colspan="3">
<hr /></td>
</tr>
<tr>
<td><strong>Avigat: Pratham Aakhyank</strong></td>
<td><img alt="" src="Image/Avigat_I.png" style="height:122px; width:103px" /></td>
<td>
<p style="text-align:justify"><strong>Avigat: Pratham Aakhyank,</strong>the third publication of Takshila Value Series, is a sumptuous anthology of Hindi poetry reminiscing the literary exuberance and poetic fecundity of our rich past. The title covers poems from the Aadi Kaal to the Riti Kaal. The rare compendium savors the prashathis of Chandvardai, bhakti of Surdas, Sundardas, Mirabai, Tulsidas and Dev, the mysticism of Rahim, the hindavi of Khusro, the unflinching devotion of Malik Muhammad Jaisi and the unconditional love of Vidyapati.</p>
</td>
</tr>
<tr>
<td colspan="3">
<hr /></td>
</tr>
<tr>
<td><strong>Avigat: Dwitiya Aakhyank</strong></td>
<td><img alt="" src="Image/Avigat_II.png" style="height:122px; width:103px" /></td>
<td>
<p style="text-align:justify"><strong>Avigat: Dwitiya Aakhyank,</strong> is the second volume of Hindi anthology under the Takshila Value Series. It includes poetry from the Aadhunik Kaal. The collection is replete with the nationalism of Bharatendu Hrishchand, Maithlisharan Gupt, Makhanlal Chaturvedi, Ramdhari Singh ‘Dinkar’ and Subhadrakumari Chauhan as well as the romanticism of Suryakant Tripathi ‘Nirala’, Sumitranandan Pant, Mahadevi Verma and Harivanshrai ‘Bachchan’.</p>
</td>
</tr>
<tr>
<td colspan="3">
<hr /></td>
</tr>
<tr>
<td><strong>Amizhdham</strong></td>
<td><img alt="" src="Image/amizdham.png" style="height:122px; width:103px" /></td>
<td>
<p style="text-align:justify"><strong>Amizhdham </strong>is the assortment of ageless poetic compositions from the Tamil literature brought out under the Takshila Value Series. The title includes poetry from the Sangam literature, the Didactic literature, the Devotional literature, the renowned Tamil Epics, the Sittrilakkiyam, the Puraanam and the modern literature. Amizhdham lives up to its name by reflecting the nectar-like sublime emotions elucidated in the works of legendary Tamil poets.</p>
</td>
</tr>
<tr>
<td colspan="3">
<hr /></td>
</tr>
<tr>
<td><strong>Ahsaas</strong></td>
<td><img alt="" src="Image/ahsaas.png" style="height:122px; width:103px" /></td>
<td>
<p style="text-align:justify"><strong>Ahsaas</strong> is yet another attempt under the Takshila Value Series to capture the multi-hued literary ethos of India – through some of the most remarkable poetry in the Punjabi literature. All poems in this compendium have been sectioned into the Gurmat Kaav, the Sufi Kaav, the Vaar Kaav, the Kissa Kaav and the Aadhunik Kavita. The title is apt to initiate the readers into the lyrical world of Punjabi verses.</p>
</td>
</tr>
<tr>
<td colspan="3">
<hr /></td>
</tr>
<tr>
<td><strong>Ajasram</strong></td>
<td><img alt="" src="Image/ajashram.png" style="height:122px; width:103px" /></td>
<td>
<p style="text-align:justify"><strong>Ajasram</strong> – Bharatiya Sanskriti Ki Bahti Dhara is a discursive compendium of vital Sanskrit verses from the Vedas, the Puranas, the Upnishads, the Aranya, the Brahmangan Granth, the Vedang, the Bhagwadgita, the Ramayana and the Mahabharata. Ajasram, which literally means ‘continuous flow of flawless expression’, is the latest effort under the Takshila Value Series towards upholding our invaluable heritage through publishing in Indian languages.</p>
</td>
</tr>
<tr>
<td colspan="3">
<hr /></td>
</tr>
<tr>
<td><strong>TES Orbit</strong></td>
<td><img alt="" src="Image/orbit_icon.png" style="height:122px; width:103px" /></td>
<td>
<p style="text-align:justify">TES Orbit is our RNI-registered quarterly that defies the normal definition of a school magazine. Rich in content and with great visual appeal, it focusses on issues that are engaging for readers of all age groups. Its publishing history has been long and eventful, wherein TES Orbit has progressed from a four-page monochrome production to being a full-fledged, 60 page, multicolour news stand magazine full of informative articles. Each of its issues is themed on a topic of direct relevance to the society in general and young people in particular. It also has a rich reservoir of features on other topics and invites literary and illustrative contributions from students, parents, teachers, educationists, journalists, authors, cartoonists, activists, and the like– all of whom are featured on a single platform. There’s also a supplementary pull-out, primarily meant to feature articles and pictures created by students.</p>
</td>
</tr>
<tr>
<td><strong>Pluto</strong></td>
<td><img alt="" src="Image/pluto.png" style="height:115px; width:103px" /></td>
<td style="text-align:justify"><strong>Pluto,</strong> a bimonthly magazine in Hindi meant for readers aged 5-8, is an attempt of Takshila Publication to create quality children’s literature that is specific to Indian context. It aims to kindle the spark of enquiry and love for reading amongst the young ones.</td>
</tr>
<tr>
<td><strong>Cycle – Bachchon Ka Dumahiya</strong></td>
<td><img alt="" src="Image/cycle.png" style="height:119px; width:103px" /></td>
<td style="text-align:justify"><strong>Cycle – Bachchon Ka Dumahiya,</strong> is a Hindi bimonthly magazine which targets readers in the age group of 10 to 14 years, intending to provide them with ingenious, creative and progressive reading material which integrates concepts of science, arts cum literature. It features ideas pivotal to the learning curve of children from all socio-economic and cultural backgrounds.</td>
</tr>
<tr>
<td colspan="3">
<hr /></td>
</tr>
<tr>
<td><strong>Kathaavali</strong></td>
<td><img alt="" src="Image/kathawali.png" style="height:122px; width:103px" /></td>
<td>
<p style="text-align:justify"><strong>Kathaavali Series</strong>, brought out by Takshila Publication in 2013, is a seven volume Hindi-translated collection of famous short stories from the various languages of the world. Every book is brimming with stories from regional Indian languages as well as foreign languages. Furthermore, special impetus has been given on keeping numerous folk tales from India and abroad so as to enhance the reading variety for young people. It is enthralling to find legends like Premchand, Mithleshwar, Feneshwaran Renu sharing print space with the likes of Chekhov, Pushkin, Lu shun and the like.</p>
</td>
</tr>
<tr>
<td colspan="3">
<hr /></td>
</tr>
<tr>
<td colspan="3" style="text-align:justify"><strong>Kaleidoscope Series </strong>is a collection of seven books in Hindi that amalgamate scientific, literary and cultural aspects of fascinating topics and present them through witty narrative which is paired with captivating illustrations and is apt for ages 9 and above,.</td>
</tr>
<tr>
<td><strong>Farr Furr</strong></td>
<td>
<p><img alt="" src="Image/furfur.png" style="height:122px; width:103px" /></p>
</td>
<td>
<p style="text-align:justify"><strong>Farr Furr</strong>, the first volume of Kaleidoscope Series, peeps into the vibrant world of feathery creatures and introduces readers to the similarities as well the uniqueness of ten well-recognized birds, viz. sparrow, weaverbird, woodpecker, Indian roller, crow, vulture, kiwi, ostrich, stork and owl.</p>
</td>
</tr>
<tr>
<td><strong>Keet Patang</strong></td>
<td><img alt="" src="Image/kit-patang.png" style="height:122px; width:103px" /></td>
<td style="text-align:justify"><strong>Keet Patang</strong>, the second volume of Kaleidoscope Series, hovers over the largest class of creatures on the planet and sweeps around ten interesting insects—viz. lice, demodex, fruit fly, moth, silver fish, termites, wasp, cricket, lady bug and glowworm—enumerating the way they live and affect the humankind.</td>
</tr>
<tr>
<td><strong>Jar Funagi</strong></td>
<td><img alt="" src="Image/jad-fungi.png" style="height:122px; width:103px" /></td>
<td style="text-align:justify"><strong>Jar Funagi</strong>, the third volume of Kaleidoscope Series, talks about the diverse modifications of plant parts and the multitude uses to which these are put. The book enumerates the anatomy and utility of twelve plants—cassava, beetroot, sugarcane, yam, tea, bay leaf, clove, butter tree, custard apple, watermelon, water chestnut and groundnut.</td>
</tr>
<tr>
<td><strong>Tann-Mann</strong></td>
<td><img alt="" src="Image/tanman.png" style="height:122px; width:103px" /></td>
<td style="text-align:justify">The first title in the Kaleidoscope Series, Tann-Mann is a science trivia book in Hindi. This intricately illustrated title delves into twelve vitally interesting physiological processes of the human body—salivating, yawning, hiccups, burps, sneezing, eye twitching, acne, sweating, shivers, eczema, cracks and snoring—explaining their significance in biology, literature and culture.</td>
</tr>
<tr>
<td><strong>Resha Resha</strong></td>
<td><img alt="" src="Image/resha-resha.png" style="height:122px; width:103px" /></td>
<td style="text-align:justify"><strong>Resha Resha</strong>, the fifth volume of Kaleidoscope Series, traverses the journey of natural fibers from their growth on plant through the processing they undergo to be fashioned into fabric.</td>
</tr>
<tr>
<td><strong>Pushp Kram</strong></td>
<td><img alt="" src="Image/pushkram.png" style="height:122px; width:103px" /></td>
<td style="text-align:justify"><strong>Pushp Kram</strong>, the sixth volume of Kaleidoscope Series, takes a closer look at the arrangement in which flowers grow on plants. Through anecdotes and analogies, it not just simplifies the concepts of racemose, cymose, compound and special types of inflorescences, but also introduces readers to the complexities of mustard, Palaash, maize, yam, gulmohar, marigold, euphorbia and ficus.</td>
</tr>
<tr>
<td><strong>Mal Nirmal</strong></td>
<td><img alt="" src="Image/mal-nirmal.png" style="height:122px; width:103px" /></td>
<td style="text-align:justify"><strong>Mal Nirmal</strong>, the seventh volume of Kaleidoscope Series, dwells on the diverse kind of excreta found in the animal world along with the numerous uses to which it is put. The focus is on eight creatures—bat, chicken, snake, fish, hippopotamus, elephant, panda, penguin—and the manner in which humans utilize their refuse.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><strong>Ektara Bole</strong></td>
<td><img alt="" src="Image/ektara_bole.png" style="height:122px; width:103px" /></td>
<td style="text-align:justify"><strong>Ektara Bole </strong>is a travel memoir in Hindi for young readers that features ten of the greatest travellers who visited India in the last two thousand years. This delightful historic non-fiction encapsulates their background, life story, travel route, and excerpts from as well as comments on their writings</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><strong>Eye Spy Indian Art</strong></td>
<td><img alt="" src="Image/eys-pi.png" style="height:122px; width:103px" /></td>
<td style="text-align:justify"><strong>Eye Spy Indian Art</strong>, an engaging activity book meant to introduce the Indian Modern Art to readers in the age group 11-14, has been conceptualized by Ritu Khoda and Vanita Pai, and designed by Ishan Khosla. It traces the history of art in India from pre-independence, features prominent artists who led the various art movements, describe the technique used in their artwork, and leave an exercise for the reader – all of which enable the reader to create a collection of their own artwork as well as construct a Timeline of the Indian Modern Art Movement.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><strong>Cobalt Blue</strong></td>
<td><img alt="" src="Image/Cobalt-blue.png" style="height:122px; width:103px" /></td>
<td style="text-align:justify"><strong>Cobalt Blue </strong>is a compilation of twenty-seven short stories and forty-six illustrations conceived and created by select students from Delhi Public School, Patna, Pune, Ludhiana and Coimbatore. The stories are as diverse and interesting as the age-group and locale of the authors. The tales appeal to all tastes and ages. <em>Cobalt Blue</em> is also an icon to mark how we have taken learning beyond books—by publishing books!</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><strong>Narendrapur: Bharat Ki Ganwai Gandh</strong></td>
<td><img alt="" src="Image/narendrapur.png" style="height:122px; width:103px" /></td>
<td style="text-align:justify"><strong>Narendrapur: Bharat Ki Ganwai Gandh</strong>, is a series of Hindi short stories collection that are inspired from intensive immersion of eminent writers during ‘Katha Shivir’, an annual 5-day residency conducted in and around Narendrapur village of Siwan district in Bihar. Three volumes of the anthology have been published till date, which include, amongst others, writings of wordsmiths like Mamta Kalia, Usha Kiran Khan, Priyamvadd, Vandana Rag, Ranjan Kumar Singh, and Pratyaksha.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><strong>Bihar Ki Sangeet Parampara</strong></td>
<td><img alt="" src="Image/bihar_kisangit_prampara.png" style="height:122px; width:103px" /></td>
<td style="text-align:justify"><strong>Bihar Ki Sangeet Parampara </strong>is the treasure trove of the invaluable memoirs of Padmshree Gajendra Narayan Singh from the world of Art.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><strong>Apni Maati</strong></td>
<td><img alt="" src="Image/apani-maati.png" style="height:122px; width:103px" /></td>
<td style="text-align:justify"><strong>Apni Maati </strong>brings forth the affluent cultural saga of Bihar through the art illustrations created by well-known sculptor, Shyam Sharma.</td>
</tr>
<tr>
<td><strong>Chalte-Chalte</strong></td>
<td><img alt="" src="Image/chalte-chalte.png" style="height:122px; width:103px" /></td>
<td style="text-align:justify"><strong>Chalte-Chalte</strong> is a compendium of thirty exquisite drawings and insightful musings from artist Shyam Sharma.</td>
</tr>
</tbody>
</table>
</div>
</p>
<div class="down-container">
<!-- Footer -->
<footer class="page-footer font-small blue pt-4">
<!-- Footer Links -->
<div class="container-fluid text-center text-md-left">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-6 mt-md-0 mt-3">
<!-- Content -->
<p><iframe class="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3597.253076518001!2d85.01482331425183!3d25.629724820307402!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39ed542c13163053%3A0xb0fb979bdb251e33!2sDelhi%20Public%20School%20Patna!5e0!3m2!1sen!2sin!4v1638256231029!5m2!1sen!2sin" allowfullscreen="" loading="lazy"></iframe></p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 mb-md-0 mb-3">
<!-- Links -->
<h5 class="text-uppercase">SCHOOL CAMPUS</h5><br>
<ul class="list-unstyled">
<li>
<b>Address</b><br>Vill. Chandmari, P.S. Shahpur<br>Danapur Cantonment<br>Patna - 801 502
</li>
<li>
<br><b>Phone</b><br>+91 9973811118<br>+91 9771450118
</li>
<li>
<br><b>Email</b><br><a href="mailto:info@dpspatna.com">info@dpspatna.com</a>
</li>
<li>
<br><a href="https://apps.apple.com/us/app/delhi-public-school-patna/id1011125800?ls=1">
<img src="https://cdn.worldvectorlogo.com/logos/available-on-the-app-store.svg" alt="available on the app store" class="app-store-1"></a>
</li>
</ul>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 mb-md-0 mb-3">
<!-- Links -->
<h5 class="text-uppercase">ADMINISTRATIVE OFFICE</h5><br>
<ul class="list-unstyled">
<li>
<b>Address</b><br>Priyadarshi Nagar<br>West Bailey Road<br>Patna – 801 503
<li>
<br><b>Phone</b><br>+91 9973311118<br>+91 9771440118
</li>
<li>
<br><b>Website</b><br><a href="http://dpspatna.com/">www.dpspatna.com</a>
</li>
<li>
<br><a href="https://play.google.com/store/apps/details?id=com.edunext.dpspatna">
<img src="Image/Google Play Store.png" alt="available on the app store" class="play-store"></a>
<br><br><a href="https://apps.apple.com/us/app/delhi-public-school-patna/id1011125800?ls=1">
<img src="https://cdn.worldvectorlogo.com/logos/available-on-the-app-store.svg" alt="available on the app store" class="app-store-2"></a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright text-left py-3 copywrite">
© 2016-20 DPS Patna. All rights reserved. Powered by <a href="https://www.edunexttechnologies.com/">Edunext</a> and
<a href="#"> Shivam</a>
</div>
</footer>
</div>
<div class="responsive-text">
<img src="Image/404 favicon.png" alt="*404*"><br>
<b>Not Supported</b>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity= "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity= "sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous">
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous">
</script>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "262px";
document.body.style.overflow = "hidden";
document.getElementById("sidenavMain").style.width = "100%";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
document.body.style.overflow = "scroll";
document.getElementById("sidenavMain").style.width = "0";
}
</script>
<script>
var preloader = document.getElementById('loading');
function myFunction() {
preloader.style.display = 'none';
}
</script>
<script>
var coll = document.getElementsByClassName("collapsible-option");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.display === "block") {
content.style.display = "none";
} else {
content.style.display = "block";
}
});
}
</script>
</body>
</html>