Spaces:
Running
Running
File size: 39,045 Bytes
5a784ea 7beeae6 616f2ff 7beeae6 ada6ca7 7beeae6 a0784ad 7beeae6 fd6d4fc 7beeae6 fd6d4fc 7beeae6 fd6d4fc 7beeae6 fd6d4fc 7beeae6 fd6d4fc 7beeae6 fd6d4fc 7beeae6 fd6d4fc 7beeae6 fd6d4fc 7beeae6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 |
<!DOCTYPE html>
<html>
<head>
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/3.44.4/gradio.js"></script>
<title>Chatbot</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/20c5629a29.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/c4254e24a8.js"></script>
</head>
<body>
<nav class="navbar-fluid navbar-expand-lg navbar-light bg-white fixed-top">
<div class="container">
<a class="navbar-brand" href="#">
<img src="logo.png" class="food-munch-logo" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ml-auto">
<a class="nav-link active" id="navItem1" href="https://mines.gov.in/webportal/news" target="_blank">
News
<span class="sr-only">(current)</span>
</a>
<a class="nav-link" href="https://mines.gov.in/webportal/whatsnew" id="navItem2" target="_blank">What's New</a>
<a class="nav-link" href="#bot" id="navItem3" >Chatbot</a>
<a class="nav-link" href="#followus" id="navItem4">Follow Us</a>
</div>
</div>
</div>
</nav>
<div class="banner-section-bg-container d-flex justify-content-center flex-column">
<div class="text-center">
<h1 class="banner-heading mb-3">Digitech Miners</h1>
<p class="banner-caption mb-4">Where Technology Meet the Earth's Treasure</p>
<a href="#bot"> <button class="custom-button">Chatbot</button></a>
<a href="#exp"><button class="custom-outline-button">Explore acts</button></a>
</div>
</div>
<div class="wcu-section pt-5 pb-5" id="wcuSection">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="wcu-section-heading mb-4">Features</h1>
</div>
<div class="col-12 col-md-4">
<div class="wcu-card p-3 mb-3">
<img src="easy.jpg" class="wcu-card-image" />
<h1 class="wcu-card-title mt-3">Easy Access</h1>
<p class="wcu-card-description">
Anyone can use this website as there is no logon requirement
and it is free all you need is a proper internet connection.
</p>
</div>
</div>
<div class="col-12 col-md-4">
<div class="wcu-card p-3 mb-3">
<img src="u1.jpg" class="wcu-card-image" />
<h1 class="wcu-card-title mt-3">Auto Updation</h1>
<p class="wcu-card-description">
If any of the Rules,Regulations or some Acts Data related to mining
is Updated then the website answers accordingly.
</p>
</div>
</div>
<div class="col-12 col-md-4">
<div class="wcu-card p-3 mb-3">
<img src="language.jpg" class="wcu-card-image" />
<h1 class="wcu-card-title mt-3">Language Lenience</h1>
<p class="wcu-card-description">
The questions can be asked in any language and the bot corresponds with the answer
in same language.Text can also be played as audio Which can also be downloaded.
</p>
</div>
</div>
</div>
</div>
</div>
<div id="bot" class="bot col-10">
<gradio-app src="https://jayaswaroop-mining23.hf.space"></gradio-app>
</div>
<div id="exp" class="explore-menu-section pt-5 pb-5" id="exploreMenuSection">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="menu-section-heading">Explore Acts</h1>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="shadow menu-item-card p-3 mb-3">
<img src="https://images.cnbctv18.com/wp-content/uploads/2023/07/shutterstock_1237082647.jpg?im=FitAndFill,width=1200,height=900" class="menu-item-image w-100" />
<h1 class="menu-card-title">Offshore Areas Mineral (Development and Regulation) Act, 2002</h1>
<a href="#exampleModal1" class="menu-item-link" data-toggle="modal" data-target="#exampleModal1">
Read more
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right-short" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" />
</svg>
</a>
<div class="modal fade" id="exampleModal1" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Offshore Areas Mineral (Development and Regulation) Act, 2002</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>The Offshore Areas Mineral (Development and Regulation) Act, 2002 is an Indian law
that governs the development and regulation of mineral resources in the territorial waters, continental shelf, exclusive economic zone, and other maritime zones of India.</p>
<p>The Act provides for a three-stage process for the development of offshore mineral resources:</p>
<ol>
<li>Reconnaissance: This involves a preliminary survey to locate mineral resources.</li>
<li>Exploration: This involves exploring, proving, or locating mineral deposits.</li>
<li>Production: This is the commercial activity of the extraction of minerals.</li>
</ol>
<p>The Act also provides for the establishment of a National Offshore Mineral Authority to regulate and supervise offshore mining activities.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="https://mines.gov.in/admin/storage/app/uploads/642d05c52d8361680672197.pdf" target="_blank"><button type="button" class="btn btn-primary">Know More</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="shadow menu-item-card p-3 mb-3">
<img src="act1957.png" class="menu-item-image w-100" />
<h1 class="menu-card-title">Mines and Minerals (Development and Regulation) Act, 1957</h1>
<a href="#exampleModal2" class="menu-item-link" data-toggle="modal" data-target="#exampleModal2">
Read More
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" />
</svg>
</a>
<div class="modal fade" id="exampleModal2" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Mines and Minerals (Development and Regulation) Act, 1957</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>The Mines and Minerals (Development and Regulation) Act, 1957 is an Act of the Parliament of India enacted to regulate the mining sector in India. It is applicable to all minerals except minor minerals and atomic minerals.</p>
<p>The Act provides for the grant of prospecting licenses and mining leases, and regulates the mining operations. It also provides for the conservation of mineral resources, safety of mines, and protection of the environment.</p>
<p>The Mines and Minerals (Development and Regulation) Act, 1957 is a law that regulates the mining sector in India. It ensures that mining is done in a sustainable and responsible manner.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="https://mines.gov.in/admin/storage/app/uploads/64d46c7e5625d1691643006.pdf" target="_blank"><button type="button" class="btn btn-primary">know More</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="menu-item-card shadow p-3 mb-3">
<div class="p-0">
<img src="https://newsonair.gov.in/writereaddata/News_Pictures/NAT/2021/Oct/NPIC-2021105184119.jpg" class="menu-item-image w-100 h-80" />
</div>
<h1 class="menu-card-title mb-6">The Mineral Concession Rules, 1960</h1>
<a href="#exampleModal3" class="menu-item-link" data-toggle="modal" data-target="#exampleModal3">
Read More
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" />
</svg>
</a>
<div class="modal fade" id="exampleModal3" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">The Mineral Concession Rules, 1960</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>The Mineral Concession Rules, 1960 are a set of rules that regulate the grant and renewal of prospecting licenses and mining leases for minerals in India. The rules are administered
by the State Government, except for certain minerals that are under the control of the Central Government.</p>
<p>To obtain a prospecting license, an applicant must submit an application to the State Government along with a prescribed fee. The license will allow the applicant to explore a specified area for mine
rals for a period of two years. If the applicant finds minerals in the area, they can apply for a mining lease to extract the minerals.</p>
<p>To obtain a mining lease, the applicant must submit an application to the State Government along with a prescribed fee and a mining plan. The mining plan must be prepared by a qualified person and must outline how the a
pplicant will extract the minerals in a sustainable and environmentally responsible manner.</p>
<p>The Mineral Concession Rules, 1960 also contain provisions for the renewal of prospecting licenses
and mining leases, as well as for the transfer of prospecting licenses and mining leases.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="https://ibm.gov.in/writereaddata/files/07102014121521MCR%201960-26072012.pdf" target="_blank"><button type="button" class="btn btn-primary">Know More</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="menu-item-card shadow p-3 mb-3">
<img src="https://www.complybook.com/images/blogs/original/1602069112rsz_dazzle_9.png" class="menu-item-image w-100" />
<h1 class="menu-card-title">The Air(Prevention and Control of Pollution) Act, 1981</h1>
<a href="#exampleModal4" class="menu-item-link" data-toggle="modal" data-target="#exampleModal4">
Read More
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" />
</svg>
</a>
<div class="modal fade" id="exampleModal4" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">The Air(Prevention and Control of Pollution) Act, 1981</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>The Air (Prevention and Control of Pollution) Act, 1981 is a law enacted by the Parliament of India to prevent and co
ntrol air pollution in India. It is the first comprehensive law in India to address air pollution.</p>
<p>The Act establishes a Central Pollution Control Board (CPCB) and State Pollution Control Boards (SPCBs) to implement and enforce the provisions of the Act. The CPCB is responsible for laying down standards for air quality and emissions, and coordinating the activities of the SPCBs. The SPCBs are
responsible for monitoring air quality, issuing permits to industries, and taking action against polluters.</p>
<p>The Act also empowers the Central and State Governments to take various measures to control air pollution, such as:</p>
<ul>
<li>Declaring areas as air pollution control areas</li>
<li>Prohibiting or restricting the use of certain fuels and industrial processes</li>
<li>Setting standards for emissions from vehicles and industries</li>
<li>Directing industries to install pollution control equipment</li>
</ul>
<p>The Air (Prevention and Control of Pollution) Act has played a significant role in reducing air pollution in
India. However, more needs to be done to address the growing problem of air pollution in the country.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="https://www.indiacode.nic.in/bitstream/123456789/9462/1/air_act-1981.pdf" target="_blank"><button type="button" class="btn btn-primary">Know More</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="menu-item-card shadow p-3 mb-3 p-6">
<img src="https://kj1bcdn.b-cdn.net/media/92620/parliament-passes-offshore-areas-mineral-amendment-bill-2023.jpg" class="menu-item-image w-100" />
<h1 class="menu-card-title mt-6 mb-6">Mines and Minerals (Development and Regulation) Amendment Bill, 2023</h1>
<a href="#exampleModal5" class="menu-item-link mt-6 mb-6 p-6" data-toggle="modal" data-target="#exampleModal5">
Read more
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" />
</svg>
</a>
<div class="modal fade" id="exampleModal5" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Mines and Minerals (Development and Regulation) Amendment Bill, 2023</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>The Mines and Minerals (Development and Regulation) Amendment Bill, 2023, seeks to reform the Indian mining
sector by making it more efficient and transparent. Some of the key provisions of the Bill include:</p>
<ul>
<li>Introducing a composite licence for exploration and production of minerals.</li>
<li>Allowing the private sector to mine atomic minerals such as lithium, beryllium, and titanium.</li>
<li>Centralizing the auction of composite licences and mining leases for critical and strategic minerals.</li>
<li>Streamlining the process of obtaining mining permits.</li>
<li>Strengthening environmental protection measures.</li>
</ul>
<p>Overall, the Bill aims to promote sustainable mining practices and attract investment in the sector.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="https://mines.gov.in/admin/storage/app/uploads/64d46c7e5625d1691643006.pdf" target="_blank"><button type="button" class="btn btn-primary">Know MOre</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="menu-item-card shadow p-3 mb-3">
<img src="https://images4.welcomesoftware.com/Zz03YTk1NDYzZDIxYTkxMWVjYjQ2ODZmNmU4YTI3YmI3Yg==" class="menu-item-image w-100" />
<h1 class="menu-card-title">The offshore areas mineral amendment Act,2023</h1>
<a href="#exampleModal6" class="menu-item-link" data-toggle="modal" data-target="#exampleModal6">
Read More
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" />
</svg>
</a>
<div class="modal fade" id="exampleModal6" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">The Offshore areas mineral amendment Act,2023</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>The Offshore Areas Mineral (Development and Regulation) Amendment Act, 2023 is a law that amends the Offshore Areas Mineral
(Development and Regulation) Act, 2002. It introduces a number of reforms to the offshore mining sector, including:</p>
<ul>
<li>Introducing a new composite license: This license will combine exploration and production
into a single license, which is expected to streamline the process and reduce costs.</li>
<li>Limiting the size of areas that can be acquired: This is intended to prevent monopolies and encourage competition.</li>
<li>Setting up an Offshore Areas Mineral Trust: This trust will receive payments from concession
holders and use the funds for sustainable development and environmental protection.</li>
</ul>
<p>Overall, the Offshore Areas Mineral (Development and Regulation) Amendment Act, 2023 is expected to make the offshore mining sector more efficient, competitive, and sustainable.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="https://mines.gov.in/admin/storage/app/uploads/64d9e910d2ea21692002576.pdf" target="_blank"><button type="button" class="btn btn-primary">Know More</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="menu-item-card shadow p-3 mb-3">
<img src="https://odishabytes.com/wp-content/uploads/2021/06/mineral.jpg" class="menu-item-image w-100" />
<h1 class="menu-card-title">Directions Under Section 20A of the MMDR Act in 1957,2023</h1>
<a href="#exampleModal7" class="menu-item-link" data-toggle="modal" data-target="#exampleModal7">
Read More
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" />
</svg>
</a>
<div class="modal fade" id="exampleModal7" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Directions Under Section 20A of the MMDR Act in 1957,2023</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>Section 20A of the Mines and Minerals (Development and Regulation) Act, 1957
(MMDR Act) empowers the Central Government to issue directions to State Governments in the national interest for the development and regulation of mines and minerals.</p>
<p>The Central Government has issued directions under Section 20A of the MMDR Act on a variety of matters, including:</p>
<ul>
<li>Granting and renewal of mining leases</li>
<li>Fixing of royalty rates</li>
<li>Promotion of mineral exploration</li>
<li>Conservation and development of mineral resources</li>
<li>Environmental protection and sustainable mining practices</li>
</ul>
<p>The Central Government may also issue directions under Section 20A of the MMDR Act to
implement any scheme or policy formulated by it for the development and regulation of mines and minerals.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="https://mines.gov.in/admin/storage/app/uploads/64a39b68436271688443752.pdf" target="_blank"><button type="button" class="btn btn-primary">Know More</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="menu-item-card shadow p-3 mb-3">
<img src="https://d2n41s0wa71yzf.cloudfront.net/wp-content/uploads/2022/04/04131056/Gold-Mine_Adobe-scaled-e1643707309450.jpeg" class="menu-item-image w-100" />
<h1 class="menu-card-title mb-3">The Mineral Conservation and Development Rules, 1988</h1>
<a href="#exampleModal8" class="menu-item-link" data-toggle="modal" data-target="#exampleModal8">
Read More
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z" />
</svg>
</a>
<div class="modal fade" id="exampleModal8" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">The Mineral Conservation and Development Rules, 1988</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>The Mineral Conservation and Development Rules, 1988 (MCDR) is a set of rules formulated by the Government of India to regulate the mining and development of minerals in the country. The MCDR aims
to ensure the conservation of minerals and the development of the mining industry in a sustainable manner.</p>
<p>The MCDR covers a wide range of topics, including:</p>
<ul>
<li>The preparation and approval of mining plans</li>
<li>The prevention of waste and the conservation of minerals</li>
<li>The safety of mining operations</li>
<li>The protection of the environment</li>
<li>The rehabilitation of mined areas</li>
</ul>
<p>The MCDR is enforced by the Indian Bureau of Mines (IBM), which is a statutory body under the Ministry of Mines. The IBM is responsible for inspecting mines, approving mining plans, and investigating accidents.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="https://ibm.gov.in/writereaddata/files/07102014115525MCDR%201988_02082011.pdf" target="_blank"><button type="button" class="btn btn-primary">Know More</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="healthy-food-section pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-12 col-md-5">
<div class="text-center">
<img src="bot1.jpg" class="healthy-food-section-img" />
</div>
</div>
<div class="col-12 col-md-7">
<h1 class="healthy-food-section-heading">
Why this Bot?
</h1>
<p class="healthy-food-section-description">
This Chatbot serves as a 24/7 virtual assistant for stakeholders and customers in the mining industry.
This chatbot is designed to provide accurate and up-to-date information related to the mining sector.
</p>
<button class="custom-button">Explore</button>
</div>
</div>
</div>
</div>
<div class="follow-us-section pt-5 pb-5" id="followUsSection">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="follow-us-section-heading">Follow</h1>
</div>
<div class="col-12">
<div class="d-flex flex-row justify-content-center">
<div class="follow-us-icon-container">
<a href="https://twitter.com/MinesMinIndia?t=T3YyrH4doQW73DyIdcvuxg&s=08" target="_blank"><i class="fab fa-twitter icon"></i></a>
</div>
<div class="follow-us-icon-container">
<a href="https://instagram.com/minesminindia?igshid=MzRlODBiNWFlZA==" target="_blank"><i class="fab fa-instagram icon"></i></a>
</div>
<div class="follow-us-icon-container">
<a href="https://www.facebook.com/MinesMinistryIndia?mibextid=9R9pXO" target="_blank"><i class="fab fa-facebook icon"></i></a>
</div>
<div class="follow-us-icon-container">
<a href="https://m.youtube.com/channel/UC0-DFSAmPDYJvrtFbpWlhBg?fbclid=PAAabtKFYyPwev5REjF7SPgVp_xXp-e7Kktv-GISUqa9Hy3KIV1VZqWm9u-Dk" target="_blank"><i class="fab fa-youtube icon"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="followus" class="footer-section pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-8">
<img src="logo.png" class="food-munch-logo" />
<h1 class="footer-section-mail-id"><i class="fa-solid fa-envelope"></i> [email protected]</h1>
<p class="footer-section-address">
<i class="fa-solid fa-location-dot"></i> Andhra Pradesh,Bhimavaram
</p>
<p class="footer-section-address">
<i class="fa-solid fa-phone"></i> +91 9573339338
</p>
</div>
<div class="col-4">
<h3 style="color: white;">Feedback</h3>
<form class="email-form" action="#" method="post">
<input type="email" placeholder="Type Your Feedback here" required>
<button type="submit">Submit</button>
</form>
</div>
</div>
</div>
</div>
</body>
</html> |