<?xml version="1.0" encoding="UTF-8"?>
<urlset
      xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->

<style>
	@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
	body {
	
	 background-color: #ffffff; /* Default background */
            color: #000000; /* Default text color */
            font-family: Arial, sans-serif;
        }
        .contrast-blue {
            background-color: #e0f7fa; /* Light cyan background */
            color: #00695c; /* Teal text */
        }
        .contrast-green {
            background-color: #e8f5e9; /* Light green background */
            color: #388e3c; /* Dark green text */
        }
        .contrast-grey {
            background-color: #f5f5f5; /* Light grey background */
            color: #424242; /* Dark grey text */
        }
        .contrast-brown {
            background-color: #dbe9e4; /* Light brown background */
            color: #6d4c41; /* Brown text */
        }
        .contrast-controls {
            margin: 20px;
        }
        .btn {
            cursor: pointer;
            padding: 10px;
            margin: 5px;
            border: 1px solid #ddd;
            background-color: #f0f0f0;
            border-radius: 5px;
        }
        .btn.active {
            background-color: #ddd;
        }
	
	
	
	background-color: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
}

.contrast-normal {
    background-color: #ffffff;
    color: #000000;
}

.contrast-high {
    background-color: #000000;
    color: #ffffff;
}

.contrast-inverse {
    background-color: #333333;
    color: #cccccc;
}

.contrast-sepia {
    background-color: #f4ecd8;
    color: #3e2723;
}

.contrast-controls {
    margin: 20px;
}

.btn {
    cursor: pointer;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.btn.active {
    background-color: #ddd;
}
		
		
		
            background-color: #ffffff; /* White background */
            color: #000000; /* Black text */
            font-family: Arial, sans-serif;
        }
        .contrast-normal {
            background-color: #ffffff; /* White background */
            color: #000000; /* Black text */
        }
        .contrast-high {
            background-color: #000000; /* Black background */
            color: #ffffff; /* White text */
        }
        .contrast-inverse {
            background-color: #333333; /* Dark gray background */
            color: #cccccc; /* Light gray text */
        }
        .contrast-sepia {
            background-color: #f4ecd8; /* Sepia background */
            color: #3e2723; /* Sepia text */
        }
        .contrast-controls {
            margin: 20px;
        }
        .btn {
            cursor: pointer;
            padding: 10px;
            margin: 5px;
            border: 1px solid #ddd;
            background-color: #f0f0f0;
            border-radius: 5px;
        }
        .btn.active {
            background-color: #ddd;
        }
	
	
	
	
		background: linear-gradient(110deg, #eeeeee 50%, #ffffff 50%) no-repeat fixed;
		font-family: 'Roboto', sans-serif;
	}
	.text-white{color: #fff !important;}
	h1, h2, h3, h4 {
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
		color:#7f6261 !important;
	}
	h2 {
		font-size: 1.65rem;
		padding-block-start: 0;
	}
	.in-focus,
	.in-focus a,
	.in-focus a:visited {
		color: #0d47a1 !important;
	}

	.hide{
		display: none;
	}
	
	.bold {
		font-weight: 600;
	}
	.d-flex {
		display: flex;
	}
	.span-max {
		flex: 1;
	}
	.d-grid {
		display: grid;
	}
	.gap-1 {
		gap: 1vw;
	}
	.gap-2 {
		gap: 2vw;
	}
	.pi {
		padding-inline: 1vw;
	}
	/*.ra-button {
		border: 1px solid #70131f;
		padding: 0.75rem 1rem !important;
		font-size: 1.15rem;
		border-radius: 4px;
		color: #70131f !important;
		transition: all 0.35s ease-in-out;
		width: fit-content;
	}*/
	.ra-button:hover {
		background: #70131f;
		color: #fff !important;
		cursor: pointer;
		text-decoration: none;
	}
	.ut.cnt-row {
		background-color: #f6f7fb;
		background: url(./web-assets/backgrounds/nav_bg.png);
		background-image: url(/build/images/emojin-01.svg), linear-gradient(to right, rgb(201 218 235 / 30%), rgb(255 220 226 / 30%));
		padding-block: 4rem;
	}
	.hlist-container {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		gap: 1rem;
		overflow: auto;
		flex-wrap: wrap;
	}
	.event-card {
		background: #fff;
		border: 1px solid #fff;
		width: 250px;
		min-width: 390px;
		border-radius: 4px;
		overflow: hidden;
		box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
		font-size: 1rem;
		line-height: 1;
		color: #212529;
		/*height: 200px;*/
		display: flex;
		flex-direction: column;
		
	}
	.event-card > .header > .date {
		font-size: 1.45rem;
		background: #70131f;
		color: #fff;
		padding: 1rem;
	}
	
	.event-card > .content {
		padding: 1rem;
		flex: 1;
	}
	.event-card > .content > .group {
		font-size: 1.45rem;
		padding-top: 0;
		color: #70131f;
		font-weight: 500;
	}
	.event-card > .content > .title {
		color: #dc3545;
		margin-block-end: 1rem;
	}
	.event-card > .content .affil {
		font-style: italic;
	}
	.event-card > .footer {
		padding: 1rem;
		background: rgb(0,0,0,0.03);
		border-top: 1px solid #ccc;
	}
	.vr {
		align-self: stretch;
		width: 2px;
		border-radius: 2px;
		background: #70131f;
	}
	.banner-image {
		height: var(--banner-height, 350px);
		background-image: url('images/snb_main_building.png');
		/* background-image: url('https://www2.bose.res.in/assets/img/snbncbs-main-building.jpg'); */
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.newspane > li {
		/*
		background: none;
		padding: 0;
		*/
		margin-block-end: 1rem;
		font-size: 1.15em;
		
		color: #000;
		background: none;
		padding-left: 0;
	}
	
	.newspane > li a, .announcements li, .announcements li a {
		color: #7f6261!important;
	}
	.newspane > li:hover, .newspane > li a:hover, 
	.announcements li:hover, .announcements li a:hover {
		color: #70131f!important;
	}
	
	.more-cnt {
		 padding-block: 0.35rem;
		 display: flex;
		 justify-content: end;
	 }
	a.more, a.more:LINK, a.more:VISITED, a.more:ACTIVE {
		color: #000;
	}
	a.more:hover {
		color: #000;
	}
	.rp-card {
		background: #fff;
		border: 1px solid #fff;
		width: 250px;
		min-width: 250px;
		border-radius: 4px;
		overflow: hidden;
		box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
		font-size: 1.15rem;
		line-height: 1.5;
		color: #212529;
		height: 250px;
		padding: 1rem;
	}
	.rp-card > .l2 {
		color: #dc3545;
	}
	.rp-card:hover > .l2 {
		 color: #70131f;
	 }
	.yt-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		gap: 1rem;
	}
	.yt-content {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr max-content max-content;
		gap: 1rem;
	}
	.yt-frame {
		width: 100%;
		height: auto;
		aspect-ratio: 1.777;
		box-shadow: inset 0 -3em 3.1em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
	}
	.plist {
		display: flex;
		justify-content: justify;
		color: #fff;
	}
	.plist > a, .plist > a:link, .plist > a:active, .plist > a:visited {
		color: #fff;
	}
	.h4yt {
		color: #70131f !important;
		font-size: 1.5rem;
		font-weight: 300;
		font-style: normal;
	}
	.rh-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 1rem;
		overflow: auto;
	}
	.rh-link {
		background: #fff;
		text-decoration: none;
		border: 1px solid #79554896;
		border-radius: 4px;
		box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
		flex-basis: 50%;
	}
	.rh-link:hover {
		text-decoration: none;
	}
	.rh-link:hover .rh-card {
		background: #70131f10;
		border-color: #70131f;
	}
	.rh-card, .lh-card {
		background: #fff;
		overflow: hidden;
		
		font-size: 1.15rem;
		line-height: 1.5;
		color: #212529;
		display: flex;
		flex-direction: column;
		min-width: 250px;
	}
	.new-css.cd-4 .rh-card, .new-css.cd-4 .lh-card {
		min-width:310px;
	}
	.new-css.cd-3 .rh-card, .new-css.cd-3 .lh-card {
		min-width:310px;
	}
	.new-css.cd-2 .rh-card, .new-css.cd-2 .lh-card {
		min-width:310px;
	}
	.rh-card > .card-img, .lh-card > .card-img {
		background-color: #fff;
		background-image: var(--bg-imgsrc);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		height: 200px;
		border: 1rem solid #fff;
		text-align: center;
	}
	.new-css .rh-card > .card-img, .new-css .lh-card > .card-img{
		height: 384px;
	}
	.rh-card > .content , .lh-card > .content {
		overflow: hidden;
		padding: 1rem;
		flex: 1;
	}
	.rh-card > .content > .title {
		font-size: 1.15rem;
		font-weight: 600;
		line-height: 1.15;
		margin-block-end: 0.5rem;
		text-align: left;
		color: #7f6261;
		
		display: -webkit-box;
	   -webkit-line-clamp: 2; /* number of lines to show */
			   line-clamp: 2; 
	   -webkit-box-orient: vertical;
	   overflow: hidden;
	}
	.rh-card > .content  p {
		text-align: left !important;
		line-height: 1.25 !important;
		height: 100px;
	   
	   color: #000;
		
		display: -webkit-box;
	   -webkit-line-clamp: 5; /* number of lines to show */
			   line-clamp: 5; 
	   -webkit-box-orient: vertical;
	   overflow: hidden;
	}
	.new-css .rh-card > .content  p {
		height: unset;
	}
	.rh-link:hover .rh-card > .content p {
		color: #000 !important;
	}
	h1.pgtitle {
		margin-top: 0.5em;
		font-size: 1.5em;
		margin-block-end: 0.25rem;
	}
	.fs-m {
		font-size: 1.15em;
	}
	.tenders > li, .jobs > li {
		background: none;
		padding: 0;
	}
	.tenders > li a, .jobs > li a {
		display: grid;
		gap: 1rem;
		grid-template-columns: 100px 1fr;
	}
	.tenders > li a strong, .jobs > li a strong {
		color: #795548;
	}
	hr {
		display: block;
		height: 0;
		border: 0;
		border-top: 1px solid #9f5555;
		margin: 0 0 1em 0;
		padding: 0;
	}
	.imp-links {
		columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
	}
	.hi-cnt {
		padding: 1rem;
		border: 1px solid #9d3434;
		background: #f4433630;
		display: flex;
		justify-content: center;
		margin-block-end: 1rem;
		border-radius: 6px;
	}
	.style1 {color: #850f30}
	.style2 {color: #990000}
	.reserach-area-wrapper{
		width: 34%;
	}
	/*.reserach-area-wrapper .ra-button{
		width: unset;
		border-bottom: 0;
		height: 60px;
		border-radius: 0;
		height: 75px;
	}*/
	
	.ul-ra-button {
		padding: 0;
		font-size: 1.15rem;
		border-radius: 4px;
		color: #70131f !important;
		transition: all 0.35s ease-in-out;
		width: fit-content;
	}
	.ul-ra-button li {
		background: unset;
		margin-left: 0;
		width: 408px;
		height: 75px;
		border-bottom: 1px solid #70131f;
		padding: 0.75rem 1rem;
		margin-bottom: 15px;
		border: 1px solid #70131f;
		border-radius: 4px;
		box-shadow: 8px 4px #e7e2e2;
	}
	.reserach-area-wrapper .ra-button {
		border:0;
		display: block;
	}
	.ul-ra-button li a{
		font-weight: bolder;
		color: #fff;
		-webkit-text-stroke-width: 0.5px;
		-webkit-text-stroke-color: black;
		font-size: 20px;
	}
	
	.ul-ra-button li p{
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  font-size: 12px;
	  color: #fff;
	}
	.banner-image{
		height: var(--banner-height, 355px) !important;
		background-image: url(images/banner.jpg);
	}
	#cnt-quick-links>.btn>a{
		font-weight: unset !important;
	}
	ul.ul-rrp a {
		font-size: 1.15em;
	}
	.newspane li:nth-child(odd) {
		color: #485a7c;
	}
	.talks {
		background: #fff;
		border: 1px solid #785959;
		padding: 5px 10px;
		flex-basis: 49.46%;
	}
	.ul-ra-button li:nth-child(1){
	 background-image: url(https://www.bose.res.in/web-assets/images/Astrophysics%20and%20High%20Energy%20Physics_faded.png);
	}
	.ul-ra-button li:nth-child(2){
		background-image: url(https://www.bose.res.in/web-assets/images/PCS_faded.png);
		
	}
	.ul-ra-button li:nth-child(3){
		background-image: url(https://www.bose.res.in/web-assets/images/Chemical%20and%20Biological%20Sciences_faded.png);
		
	}
	.ul-ra-button li:nth-child(3) a{
		color: #fff;
		-webkit-text-stroke-color: #49622c;
	}
	.ul-ra-button li:nth-child(4){
		background-image: url(https://www.bose.res.in/web-assets/images/Condensed%20Matter%20and%20Materials%20Sciences_faded.png);
	}
	
	.ul-ra-button li:nth-child(4) a{
		color: #fff;
		-webkit-text-stroke-color: #9cc56d;
		font-weight: 600;
	}
	#cnt-pgmain .cols{
		padding: 2px;
		word-wrap: break-word;
	}
	.ul-ra-button li:hover {
	  height: auto;
	}
	
	.ul-ra-button li:hover p {
		white-space: unset; 
		overflow: visible; 
	}
	
	#research-hights.rhl-dst{
		grid-template-columns: repeat(2, 1fr);
	}
	.rhl-dst .card-img {
		text-align: center;
		width: auto;
		margin: 0px auto;
	}
	.card-img img {
		height: 100%;
		width: unset;
	}
	.new-css .card-img img {
		width:100%;
	}
	.bl-container, .br-container {
		display: flex;
		column-gap: 1rem;
	}
	.lh-card content, .rh-card content{
		display: flex;
	}
	.cols.one {
		width: 16.66666%;
	}
	.cols.eleven{
		width: 83.333333%;
	}
	.seminars{
		justify-content: space-between;
		gap:unset;
		row-gap: 1rem;
	}
	.talks.w-100{flex-basis: 100%;}
	.talks.w-100 .cols.one {
		width: 8.33333%;
	}
	.talks.w-50 .cols.one {
		width: 16.66666%;
	}
	.row.talk{
		margin: 5px 0px;
	}
	.two.cols.head {
		font-size: 0.8rem;
		color: #7f6261;
	}
	.cal-wrapper {
		width: 46px;
	}
	.cal-wrapper .datecal{
		padding-top: 6px;
		width: 100%;
		margin: 0;
	}
	.cal-wrapper span{
		width:100%;
	}
	.msg-nodata{
		color: #9b0101;
	}
	.attachment{text-decoration: underline !important;}
	.cal-wrapper, .cal-wrapper .pub-time{width:50%; margin: 0 auto;}

	#events .card-img img{
		height: auto;
		width: 100%;
	}
	#events .dv-link {
		min-width: 283px;
		padding: 5px;
		border: 1px solid #785959;
		border-radius: 5px;
	}
	#events .dv-link .card-img {
		width: 100%;
		height: 400px;
		overflow: hidden;
	}
	#events .na-grid{
		gap: 1rem;
		grid-template-columns: 1fr max-content 1fr;
	}
	#events .na-grid.col-1{
		gap: 1rem;
		grid-template-columns: 1fr max-content 3fr;
	}
	#events .na-grid.col-2{
		gap: 1rem;
		grid-template-columns: 1fr max-content 1fr;
	}
	#events .na-grid.col-3{
		gap: 1rem;
		grid-template-columns: 3fr max-content 1fr;
	}
	#events .na-grid.col-4{
		gap: 1rem;
		grid-template-columns: none;
	}
	/* #events .na-grid.col-4 .dv-link {
		width: 50%;
		padding: 5px;
		border: 1px solid #785959;
		border-radius: 5px;
	} */
	#events.cnt-wrapper{
		overflow: auto;
	}
	
	#events .content {
		min-height: 70px;
	}
	
	.btn-ctrl{
		position: absolute;
		top: 14px;
		right: 78px;
		z-index: 9999;
	}
	/* .btn-ctrl button {
		border: 1px solid #fff;
		background-color: #48a8c3;
		color: #fff;
		font-weight: 500;
		border-radius: 3px;
		cursor: pointer;
		padding: 3px 8px;
	} */
	.btn-ctrl button {
		border: 1px solid #fff;
		background-color: #3686e9;
		color: #fff;
		font-weight: 500;
		font-size: 0.8rem;
		cursor: pointer;
		padding: 3px 8px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}
	button.btnLang {
		border: 0;
		background: transparent;
		color: #000;
		border-right: 1px solid;
	}
	
	@media (max-width: 768px){
		#events .na-grid{
			display: block;
		}
		.talks{
			width: 600px;
		}
		.col.one, .cols.one{
			width:15%;
		}
		.eleven.cols{
			width: 600px;
		}
		#research-hights.rhl-dst{
			grid-template-columns: repeat(4, 1fr);
		}
		.d-sd-block {
			display: flex !important;
			flex-direction: column-reverse;
		}
		#cnt-quick-links > .btn > a{
			min-width: 42px;
		}
		.banner-image {
			background-image: url('images/mobile-banner.png');
			--banner-height: 353px;
		}
	
		.new-css .bl-container, .br-container{
			flex-direction: column;
			row-gap: 5px;
		}
		#events .bl-container, #events .br-container{
			flex-direction: row;
			width: 100%;
		}
		#events .dv-link{width:100%;}
		/*.new-css .rh-card, .new-css .lh-card {
			min-width: 295px;
			flex-direction: column;
		}*/
		
	}
	@media (max-width: 1024px){
		.reserach-area-wrapper {
			width: 41%;
		}
	}
	
	</style>
<url>
  <loc>https://newweb.bose.res.in/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>1.00</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/AboutUs.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/Objectives.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/GoverningBody.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/FinanceCommittee.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/BuildingCommittee.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/ARPAC.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/Newsletter.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/APHEP/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/PCS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/CBS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/CMMP/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUECMS/</loc>
  <lastmod>2021-12-14T06:55:52+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUENDT/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TRC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/people/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/people/director.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/people/AdminStaff.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/people/FacultyMembers.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/people/FacultyMembers.jsp?type=HF</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/people/FacultyMembers.jsp?type=AF</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/people/PostdocFellows.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/people/Students.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/people/Alumni.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/AcademicProgrammes/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/AcademicProgrammes/IPhD.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/AcademicProgrammes/PhD-PhysicalSc.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/AcademicProgrammes/PhD-ChemicalSc.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/AcademicProgrammes/ProjectResearch.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/AcademicProgrammes/SRP.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/academic-programmes/2023-24/Examination%20Schedule%20-%20Spring%202024.pdf</loc>
  <lastmod>2024-04-30T09:58:32+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/academic-programmes/2024-25/IPhD%20-%203rd%20Sem%20-%20Fall%202024.pdf</loc>
  <lastmod>2024-08-01T11:20:24+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/academic-programmes/2024-25/ACADEMIC%20CALENDAR%20-%202024-2025.pdf</loc>
  <lastmod>2024-08-01T10:56:23+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/AcademicProgrammes/admission/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/AcademicProgrammes/TWAS-BOSEFellowship.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/CWEP/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/VASP/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/APMP/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/SCOLP/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/NPEP/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/TPSC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/facilities/Library/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/facilities/ComputerServicesCell/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/facilities/TechnicalCell/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/facilities/ProjectPatentCell/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/facilities/PnACell/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/facilities/HindiCell/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/facilities/LectureHalls/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/facilities/MedicalSupport/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/facilities/GuestHouse/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/facilities/Creche/</loc>
  <lastmod>2013-10-24T07:01:22+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/facilities/ComputerServicesCell/ForExternalUsers.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/facilities/Technical_Cell/</loc>
  <lastmod>2017-11-17T11:01:26+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/ConferencesWorkshops.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/Talks.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/Tender.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/JobOpenings.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/IntercomDirectory.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/RTI.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/ComplaintsCommittee.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/Vigilance.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/Reservationcell.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/GRC.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/EnlTravelAgents.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/Holiday%20List%202024%20(in%20Bengali).pdf</loc>
  <lastmod>2023-12-28T09:00:23+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/Holiday%20List%202024%20(in%20Hindi).pdf</loc>
  <lastmod>2023-12-28T09:00:23+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/Holiday%20List%202024%20(in%20English).pdf</loc>
  <lastmod>2023-12-28T09:00:23+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/MoneyTransfer.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/SwachhBharatMission.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/CitizenCharter.pdf</loc>
  <lastmod>2013-12-27T05:23:05+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/SeminarsColloquia.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/Contacts.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/HowToReachUs.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/jisp.html</loc>
  <lastmod>2024-05-21T10:24:51+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/sevents/bosestat100/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/News.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/Faculty_Recruitment_2023.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/Covid19/covid19.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/people/Alumnis.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/library/RPS/ResearchPublicationStatus.pdf</loc>
  <lastmod>2024-07-29T07:13:36+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/ResearchHighlight.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/AnnualReports/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/Magazine/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/Prof.S.N.Bose-Archive/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/sevents/tpsc-oa/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/Swachhata%20Pakhwada.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/SNBNCBS%20_A%20JOURNEY%20TOWARDS%20EXCELLENCE.pdf</loc>
  <lastmod>2021-07-13T06:05:14+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/srainfo.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/archive/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/Feedback.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/PrivacyPolicy.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/annualreports/SNBNCBS-Annual-Report-2012-2013.EN.pdf</loc>
  <lastmod>2013-10-30T05:05:12+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/InfoAnnouncements/blog/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Newsletter%20volume%2014_No%202_Final.pdf</loc>
  <lastmod>2024-08-14T15:21:01+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Vol_14_Issue_1_2024.pdf</loc>
  <lastmod>2024-02-28T11:30:26+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Newsletter-issue-2-2023_Final.pdf</loc>
  <lastmod>2023-07-21T10:27:12+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Vol_13,_Issue_1_2023.pdf</loc>
  <lastmod>2023-02-22T03:58:24+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Newsletter_Vol12_Issue2.pdf</loc>
  <lastmod>2022-08-19T06:17:42+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/SNB%20Newsletter%20Vol.12%20No.1_2022.pdf</loc>
  <lastmod>2022-02-08T04:14:40+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/SNB%20Newsletter%20Vol.11%20No.1.pdf</loc>
  <lastmod>2021-09-08T18:30:02+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/SNB%20Newsletter%20Vol.10%20No.1.pdf</loc>
  <lastmod>2021-04-23T05:47:16+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Newsletter_Vol_9_Issue2.pdf</loc>
  <lastmod>2020-10-29T06:28:44+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Vol.%209,%20Issue%201.pdf</loc>
  <lastmod>2020-06-02T05:47:43+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Newsletter_Vol.7_Issue2.pdf</loc>
  <lastmod>2018-11-22T07:34:13+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Special_Issue_Vol.7.pdf</loc>
  <lastmod>2018-04-03T13:16:58+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Issue2_3-Volume6.pdf</loc>
  <lastmod>2014-07-07T09:58:40+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Issue1-Volume6.pdf</loc>
  <lastmod>2013-12-20T10:43:26+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Issue3-Volume5.pdf</loc>
  <lastmod>2013-10-24T07:01:32+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Issue2-Volume5.pdf</loc>
  <lastmod>2013-10-24T07:01:30+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Newsletter_Special_Issue_for_ISC2013.pdf</loc>
  <lastmod>2013-10-24T07:01:30+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Newsletter_Vol5_Issue1_May-Aug12.pdf</loc>
  <lastmod>2013-10-24T07:01:30+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Newsletter_Vol4_Issue3_Jan-Apr12.pdf</loc>
  <lastmod>2013-10-24T07:01:30+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Newsletter-V4I2Feb-2012.pdf</loc>
  <lastmod>2013-10-24T07:01:30+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/SNBose-Newsletter-Final-Oct_11.pdf</loc>
  <lastmod>2013-10-24T07:01:32+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/newsletter_april_2011.pdf</loc>
  <lastmod>2013-10-24T07:01:32+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/newsletter_2011_new.pdf</loc>
  <lastmod>2013-10-24T07:01:32+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/October_2010.pdf</loc>
  <lastmod>2013-10-24T07:01:32+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Newsletter-V2-I2-030310.pdf</loc>
  <lastmod>2013-10-24T07:01:30+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Newsletter-V2-I1-281009.pdf</loc>
  <lastmod>2013-10-24T07:01:30+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Newsletter-June-V2.pdf</loc>
  <lastmod>2013-10-24T07:01:30+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Newsletter-260209-V1-I2.pdf</loc>
  <lastmod>2013-10-24T07:01:30+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/newsletters/Newsletter-1-1-2008.pdf</loc>
  <lastmod>2013-10-24T07:01:30+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2024/Talk12082024/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2024/Visit24/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/IMPACT23/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/SHWW23/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/BC011223/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/GNML23/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/IC14082023/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/OouReachP/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/BC210723/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/YSCD23/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/CKM23/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/BC16062023/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/FD2023/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/OT26052023/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/SNBM23/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/OPENDAY23/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/BC280423/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/STV12042023/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/IS20230410/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/BC20230227/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/BC30012023/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/BC18012023/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2023/ISC2023/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/ST221209/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/D221209/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/TAS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/APCTP-SNBNCBS-IACS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/mental-health/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/AcademicVisit/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/SSC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/TrainingP/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/OP2022/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/20072022/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/15072022/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/YogaDay/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/Foundadtiondat222/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/Alumni2022/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/BOSEFEST2022/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/MHarbola/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/IWDS2022/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/NSD2022/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/IMLD22/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2021/ST1712211600/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2021/AWPSH21/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2021/GHSIW21/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2021/BC10112021/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2021/HDIWAS21/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2021/75thInDay/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2021/BFPD21/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2021/BFVS21/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2021/BOSEFEST21/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2022/Sraha/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2021/25SNBM21/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2020/ICONAST20/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2020/NSD2020/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2020/ACTSM20/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2020/GNM2020/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2020/Photofest20/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2020/BOSEFEST2020/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2020/PNFM20/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2020/SD2020/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2020/01012020/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/14CKM/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/5thS.ChandrasekharMemorialLecture/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/IISFNESC2019/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/IISF19/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/FB19/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/IndependenceDay2019/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/Orientation19/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/IEEE19/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/RaithConf19/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/IYogaDaySNBNCBS19/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/CGCRI19/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/NLDCB2019/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/SSCHA19/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/OASKP19/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/CentreMagzine/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/BoseF19/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/NSD19/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/BC2019/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/MU/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2019/KRKCC19/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/31122018/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/261218010119/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/DLPM/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/BB/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/ICCFM2018/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/DLYO/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/DLBM/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/PCM/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/CDQFG/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/DBB/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/BOD18/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/ICNG/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/NEHU/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/PFL/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/EXPUC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/PL/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/NU/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/DL/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/GNRamachandran/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/NEMSS18/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/KGAC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/NUD18/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/MVSN/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SNBVIG/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/MAKGHSC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/LIGHFOBL/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/BSRBB/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/BRVN/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/BOLNICNBHS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/BOLHS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/KOLOHS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/RUDSIKS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/RAIGUNIV/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/BGOVTHS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/TAKIHOU/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/BGANGAHS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/PRAJAGC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/BC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/JHAPSDBV/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/JALZSC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/JADVID/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/HOWZSC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Kanyapurhs/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/HOWVIS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/HOOGWC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/HARESC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Palasiadps/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Ramkrishnamv/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Sanskritcs/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/GANGHS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKR111/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Farakhahhs/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/CCGirlhs/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SNBIISF/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/OUPJHSC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKP111/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKP112/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SMCPK18/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/DDS2018/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/NEC2018/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/FATEHSN/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/PKM/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/KBH/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/BTUEC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Balarampur/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKPKU/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKPLB/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKPA/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Quiz100818/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKPK/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/BTWS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SB/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKR08/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKPO/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/12/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/6/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/13/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Asansolrm/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/10/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKR/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/MWS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/NSS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/CKMW/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/ABNSC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/11/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Falakata/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Sch/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKR3/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Anjan/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKP/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/PLKetterle/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/3/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/IWBECRP/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/BDLBI/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/BOSE12511/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/VBU2/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/fold/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/14/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Tripura/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/1/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/9/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/8/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/EPCQS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Sidho/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/4/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/NSDSNB/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/CKM/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/CTMSE/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/2/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Alumni/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/BoseFest/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKR2/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/Charles/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/ISNFQC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/SKR1/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/AKC/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/HV/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/outreach/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/CNR/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/AKS/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2018/01012019/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2017/Bose/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2017/HindiPakhwada2017/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2017/HindiWS190817/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2017/CKM23052017/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2017/DST%20Conclave%202017/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2017/NSD2017/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2016/Hindi_workshop/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2016/NSU/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2016/Hindi_Mahina2016/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2016/Oriantation/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2015/GSIW2015/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2015/RepublicDay/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2015/StatPhys_VIII/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2014/NotingDraftingOfficeManagement/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/2014/BLSFirstAidTraining/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/conference/FM2013_8-10_Feb_2013/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/conference/CFOCM_6-8_May_2012/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/conference/IntConfStatPhy_12-16_March_2012/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/conference/BoseFest2012/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/invitation/22ndmemorial_photo/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/memorial/2ndramachandran_photo/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/memorial/9thckm_photo/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/conference/BoseFest2011/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/invitation/20thsnbosememorial_photo/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/conference/silver_jubili_cultural_programme/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/conference/nationalscienceday_photo/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/conference/jest2010_photo/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/conference/bosefest2010_photo/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/conference/physicsnewmaterials_photo/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/conference/27thjan09_photo/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/invitation/19thmemorial_photo/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/memorial/8thckm_photo/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/invitation/18thmemorial_photo/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/gallery/f/old/conference/17thnov08_photo/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/APHEP/index.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/APHEP/Faculty.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/APHEP/Students.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/APHEP/PostdocFellows.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/APHEP/ResearchTopics.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/APHEP/ResearchAccomplished.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/APHEP/Publications.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/APHEP/Teaching.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/APHEP/Projects.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/PCS/index.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/PCS/Research.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/PCS/Faculty.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/PCS/Students.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/PCS/PostdocFellows.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/PCS/bsms.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/PCS/ensp.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/PCS/qimbs.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/CBS/index.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/CBS/Faculty.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/CBS/Students.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/CBS/PostdocFellows.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/CBS/Research.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/CMMP/index.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/CMMP/Faculty.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/CMMP/Students.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/CMMP/PostdocFellows.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/CMMP/Research.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUECMS/index.html</loc>
  <lastmod>2021-12-14T06:55:52+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUECMS/members.html</loc>
  <lastmod>2022-04-21T08:37:03+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUECMS/committees.html</loc>
  <lastmod>2022-04-21T08:41:25+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUECMS/research.html</loc>
  <lastmod>2013-12-27T05:40:24+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUECMS/opportunity.html</loc>
  <lastmod>2013-12-27T05:40:24+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUECMS/conferences_seminars.html</loc>
  <lastmod>2017-02-24T11:01:37+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUECMS/contacts.html</loc>
  <lastmod>2013-12-27T05:40:24+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUENDT/index.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUENDT/members.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUENDT/committees.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUENDT/research.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUENDT/conferences.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TUENDT/contacts.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TRC/index.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TRC/Members.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TRC/Committees.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TRC/Objectives.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TRC/Achievements.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TRC/PressRelease.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TRC/Outreach.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TRC/Facilities.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TRC/Patents.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TRC/TransferofTechnology.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TRC/OtherInformation.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TRC/Contact.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/TRC/TRC_Newsletter.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Tanusri%20Saha-Dasgupta.pdf</loc>
  <lastmod>2022-07-18T05:46:33+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Archan%20Subhra%20Majumdar.pdf</loc>
  <lastmod>2022-07-18T05:47:32+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Kalyan%20Mandal.pdf</loc>
  <lastmod>2022-07-18T05:47:32+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Priya%20Mahadevan.pdf</loc>
  <lastmod>2022-07-18T05:44:33+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Amitabha%20Lahiri.pdf</loc>
  <lastmod>2022-07-18T05:46:33+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Anjan%20Barman.pdf</loc>
  <lastmod>2022-07-18T05:46:33+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Samir%20Kumar%20Pal.pdf</loc>
  <lastmod>2022-07-18T05:44:33+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Ranjit%20Biswas.pdf</loc>
  <lastmod>2022-07-18T05:46:33+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Jaydeb%20Chakrabarti.pdf</loc>
  <lastmod>2022-07-18T05:48:01+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Rajib%20Kumar%20Mitra.pdf</loc>
  <lastmod>2022-07-18T05:48:01+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Prosenjit%20Singha%20Deo.pdf</loc>
  <lastmod>2022-07-18T05:45:58+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Soumen%20Mondal.pdf</loc>
  <lastmod>2022-07-18T05:47:32+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Punyabrata%20Pradhan.pdf</loc>
  <lastmod>2022-07-18T05:45:17+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Manik%20Pradhan.pdf</loc>
  <lastmod>2022-07-18T05:48:01+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Manoranjan%20Kumar.pdf</loc>
  <lastmod>2022-07-18T05:45:58+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Sakuntala%20Chatterjee.pdf</loc>
  <lastmod>2022-07-18T05:45:17+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Sunandan%20Gangopadhyay.pdf</loc>
  <lastmod>2022-07-18T05:45:17+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Ramkrishna%20Das.pdf</loc>
  <lastmod>2022-07-18T05:48:01+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Suman%20Chakrabarty.pdf</loc>
  <lastmod>2022-07-18T05:46:33+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Atindra%20Nath%20Pal.pdf</loc>
  <lastmod>2022-07-18T05:47:32+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Thirupathaiah%20Setti.pdf</loc>
  <lastmod>2022-07-18T05:46:33+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Urna%20Basu.pdf</loc>
  <lastmod>2022-07-18T05:45:17+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Tapas%20Baug.pdf</loc>
  <lastmod>2022-07-18T05:48:01+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/faculty-ar/2020-21/Nitesh%20Kumar.pdf</loc>
  <lastmod>2022-07-18T05:45:58+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/departments/UNT/</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/facilities/TechnicalCell/Faq.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/List_of_holidays2016.pdf</loc>
  <lastmod>2015-12-28T08:15:49+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/academic-programmes/2023-24/IPhD%20-%202nd%20Sem%20-%20Spring%202024.pdf</loc>
  <lastmod>2024-01-03T06:38:45+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/academic-programmes/2023-24/IPhD%20-%204th%20Sem%20-%20Spring%202024.pdf</loc>
  <lastmod>2024-01-10T08:31:07+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/academic-programmes/2023-24/ACADEMIC%20CALENDAR%20-%202023-2024.pdf</loc>
  <lastmod>2023-08-01T12:21:53+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/AcademicProgrammes/Curriculum.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/academic-programmes/pr/Project%20Research%20Programme%20-%20Application%20Form.doc</loc>
  <lastmod>2023-01-06T10:53:05+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/academic-programmes/pr/Project%20Research%20Programme%20-%20Joining%20Report.doc</loc>
  <lastmod>2023-01-06T10:53:05+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/SRP-2024_Advertisement.pdf</loc>
  <lastmod>2024-03-06T11:51:10+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/SRP-2024_Poster.pdf</loc>
  <lastmod>2024-03-06T11:51:10+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/VASP/SRP2024.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/SRP-2023_Advertisement_WEB.pdf</loc>
  <lastmod>2023-03-31T09:44:57+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/SRP-2022_Poster_WEB.pdf</loc>
  <lastmod>2023-03-31T09:44:57+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/VASP/SRP2023.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/SRP-2022_Advertisement_WEB.pdf</loc>
  <lastmod>2022-04-07T07:57:10+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/VASP/SRP2022.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/VASP/SRP2022-2.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/SRP-2021_Advertisement_FINAL.pdf</loc>
  <lastmod>2021-04-13T12:03:03+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/SRP-2021_Application%20Form.doc</loc>
  <lastmod>2021-04-13T11:42:48+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/VASP/SRP2021.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/VASP/SRPAddendum2021.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/SUMMER%20PROGRAMME-2020%20WEBSITE.pdf</loc>
  <lastmod>2020-01-16T04:13:48+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/ADVERTISEMENT-website%20&amp;%20Employment%20News%20and%20Rojgar%20Samachar-converted.pdf</loc>
  <lastmod>2019-03-12T05:21:00+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/VASP/SRP2019.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/Summer%20Research%20Programme%20-%202018.pdf</loc>
  <lastmod>2018-01-29T10:03:18+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/CORRIGENDUM.pdf</loc>
  <lastmod>2018-03-13T11:38:27+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/Result%20of%20Summer%20Research%20Programme%202018%20SNBNCBS.pdf</loc>
  <lastmod>2018-04-13T05:41:27+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/Summer%20Research%20Programme%20-%202017.pdf</loc>
  <lastmod>2017-04-24T06:49:50+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/Summer%20Research%20Programme%20-%202016.pdf</loc>
  <lastmod>2016-04-08T07:25:56+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/Selected%20candidates%20SRP%20-%202016.pdf</loc>
  <lastmod>2016-04-28T07:19:55+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/Summer%20Research%20Programme%20-%202015.pdf</loc>
  <lastmod>2014-12-30T06:44:47+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/Selected%20candidates%20SRP%20-%202015.pdf</loc>
  <lastmod>2015-04-16T10:04:10+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/Summer%20Project%20Advertisement%20-%202014.pdf</loc>
  <lastmod>2014-02-10T04:37:41+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/Selected%20candidates%20SRP%20-%202014.pdf</loc>
  <lastmod>2014-05-02T07:23:35+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/VASPOpenTalk_20140728LH3.pdf</loc>
  <lastmod>2014-07-25T11:21:05+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/VASPOpenTalk_20140718LH3.pdf</loc>
  <lastmod>2014-07-18T09:43:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/VASPOpenTalk_20140709LH3.pdf</loc>
  <lastmod>2014-07-09T12:01:28+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/VASPOpenTalk_20140704LH3.pdf</loc>
  <lastmod>2014-07-03T11:04:51+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/VASPOpenTalk_20140630LH3.pdf</loc>
  <lastmod>2014-06-27T12:14:46+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/Summer-Project-Advertisement-2013.pdf</loc>
  <lastmod>2013-10-24T07:02:18+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/Summer%20Research%20Programme%202013.pdf</loc>
  <lastmod>2013-10-24T07:02:18+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/AcademicProgrammes/admission/2024/ADMISSION%202024_Ad_IPhD%20new.pdf</loc>
  <lastmod>2024-04-01T05:18:44+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/AcademicProgrammes/admission/2024/ADMISSION%202024_Ad_PhD%20NEW.pdf</loc>
  <lastmod>2024-04-24T05:15:39+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/academic-programmes/TWAS-BOSE%20Fellowship/Bose%20PG.doc</loc>
  <lastmod>2014-01-01T05:31:57+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/academic-programmes/TWAS-BOSE%20Fellowship/pg-guideline.doc</loc>
  <lastmod>2014-01-01T06:48:16+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/academic-programmes/TWAS-BOSE%20Fellowship/pd-application.doc</loc>
  <lastmod>2014-01-01T06:48:05+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/academic-programmes/TWAS-BOSE%20Fellowship/pd-guideline.doc</loc>
  <lastmod>2014-01-01T06:48:12+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/CWEP/index.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/CWEP/RegulationsGuidelines.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/CWEP/CWEP%20Form.doc</loc>
  <lastmod>2023-09-22T05:41:43+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/CWEP/ConferencesWorkshops.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/VASP/index.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/VASP/RegulationsGuidelines.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/Form%20(Associates,%20Senior%20Associates).pdf</loc>
  <lastmod>2013-10-24T07:02:18+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/linked-objects/linkageprogs/VASP/Form%20(Student%20Associates).pdf</loc>
  <lastmod>2013-10-24T07:02:18+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/VASP/Events.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/APMP/pdra_application_form_ver052019.docx</loc>
  <lastmod>2019-11-19T07:18:33+00:00</lastmod>
  <priority>0.64</priority>
</url>
<url>
  <loc>https://newweb.bose.res.in/LinkageProgrammes/SCOLP/index.jsp</loc>
  <lastmod>2024-08-21T04:39:11+00:00</lastmod>
  <priority>0.64</priority>
</url>


</urlset>