लाइव अपडेट स्पेशल रिपोर्ट लाइफ & साइंस

प्रतिरूप फोटो
ANI Image
स्वामित्व पहल ग्रामीण भारत को बदलने में महत्वपूर्ण प्रगति कर रही है। इस पहल के तहत, सरकार सटीक संपत्ति स्वामित्व डेटा प्रदान कर रही है, जिसमें स्पष्ट स्वामित्व रिकॉर्ड हाथ में हैं, जिससे भूमि विवाद कम हो गए हैं। इस योजना ने भारत के ग्रामीण सशक्तीकरण और शासन यात्रा में एक मील का पत्थर साबित किया है।
प्रधानमंत्री नरेंद्र मोदी ने संपत्ति मालिकों को 65 लाख संपत्ति कार्ड वितरित किए है। वीडियो कॉन्फ्रेंसिंग के जरिए मोदी ने ये कार्ड बांटे है। इस योजना का उद्देश्य था कि ग्रामीण भारत में आर्थिक प्रगति को बढ़ाया जा सके। इसके तहत सर्वेक्षण के लिए ताजा ड्रोन तकनीक के जरिए गांवों में बसे हुए क्षेत्रों में घरों के मालिकाना हक वाले परिवारों को ‘अधिकारों का रिकॉर्ड’ प्रदान किया गया है।
स्वामित्व पहल ग्रामीण भारत को बदलने में महत्वपूर्ण प्रगति कर रही है। इस पहल के तहत, सरकार सटीक संपत्ति स्वामित्व डेटा प्रदान कर रही है, जिसमें स्पष्ट स्वामित्व रिकॉर्ड हाथ में हैं, जिससे भूमि विवाद कम हो गए हैं। इस योजना ने भारत के ग्रामीण सशक्तीकरण और शासन यात्रा में एक मील का पत्थर साबित किया है। यह योजना संपत्तियों के मुद्रीकरण को सुविधाजनक बनाने में भी मदद करती है और बैंक ऋण के माध्यम से संस्थागत ऋण को सक्षम बनाती है; संपत्ति से संबंधित विवादों को कम करती है; ग्रामीण क्षेत्रों में संपत्तियों और संपत्ति कर के बेहतर मूल्यांकन की सुविधा प्रदान करती है और व्यापक ग्राम-स्तरीय योजना को सक्षम बनाती है।
3.17 लाख से ज़्यादा गांवों में ड्रोन सर्वेक्षण पूरा हो चुका है, जिसमें लक्षित गांवों का 92% हिस्सा शामिल है। अब तक 1.53 लाख से ज़्यादा गांवों के लिए लगभग 2.25 करोड़ प्रॉपर्टी कार्ड तैयार किए जा चुके हैं। पुडुचेरी, अंडमान और निकोबार द्वीप समूह, त्रिपुरा, गोवा, उत्तराखंड और हरियाणा में यह योजना पूरी तरह से लागू हो चुकी है। मध्य प्रदेश, उत्तर प्रदेश और छत्तीसगढ़ राज्यों और कई केंद्र शासित प्रदेशों में ड्रोन सर्वेक्षण पूरे हो चुके हैं। इस योजना की शुरुआत 24 अप्रैल, 2020 (राष्ट्रीय पंचायती राज दिवस पर) को प्रधानमंत्री मोदी ने की थी और इसका उद्देश्य ड्रोन और जीआईएस तकनीक का उपयोग करके ग्रामीण आबादी क्षेत्रों में संपत्ति मालिकों को “अधिकारों का रिकॉर्ड” प्रदान करना था। कोविड-19 महामारी द्वारा उत्पन्न अभूतपूर्व चुनौतियों के बावजूद, प्रधानमंत्री ने 11 अक्टूबर, 2020 को वर्चुअली प्रॉपर्टी कार्ड का पहला सेट वितरित किया।
शेयर करेंSubscribe NewsletterGet daily top headlines delivered to your inbox
अन्य न्यूज़
‘ + value.news_headline + ‘‘ + value.news_publish_date_format + ”;
});
$(‘#news-slider’).html(r);
$(“#news-slider”).owlCarousel({items: 2,itemsDesktop: [1199, 2],itemsMobile: [600, 1],navigation: true,navigationText: [‘
‘, ‘
‘],pagination: true});
}
else { }
},
ClearControls: function () {
//$(‘#txtname’).val(”);
$(‘#txtemail’).val(”);
//$(‘#chkaccept’).prop(‘checked’, false);
},
UpdateData: function () {
//var name = Utility.ValidateWithId(‘txtname’, ‘Please enter your name !’, true);
//if (name.trim() == ”)
// return;
var email = Utility.ValidateWithId(‘txtemail’, ‘Please enter your email !’, true);
//var email = Utility.ValidateEmail(‘txtemail’);
if (email == ”) {
Utility.Show_Error(‘Error’, ‘Please enter a valid email’);
return;
}
//var accept = Utility.ValidateWithId(‘chkaccept’, ‘Please accept terms & conditions.’, true, false);
//if (accept.trim() == ”)
// return;
var ws_method = ‘SubscribeNewsletter’;
//var obj = { name: name, email: email, check: accept };
var obj = { Search: email };
confirm_name = email;
Utility.GetResultAjax(ws_method, obj, News.ConfirmUpdate);
},
ConfirmUpdate: function (response) {
try {
if (response.trim() != “OK”) {
Utility.Show_Error(‘Error’, response.trim());
}
else {
News.ClearControls();
Utility.Show_Success(‘Message’, ” + confirm_name + ‘, You have successfully subscribed for our newsletter.’);
confirm_name=””;
}
}
catch (err) {
Utility.Show_Error(‘Error’, err.message);
}
},
}
“, { class: “jq-toast-single” }), o += ”, this.options.allowToastClose && (o += ‘×’), this.options.text instanceof Array) { this.options.heading && (o += ” + this.options.heading + “”), o += ”; for (var i = 0; i < this.options.text.length; i++)o += ” + this.options.text[i] + “”; o += “” } else this.options.heading && (o += ” + this.options.heading + “”), o += this.options.text; this._toastEl.html(o), !1 !== this.options.bgColor && this._toastEl.css(“background-color”, this.options.bgColor), !1 !== this.options.textColor && this._toastEl.css(“color”, this.options.textColor), this.options.textAlign && this._toastEl.css(“text-align”, this.options.textAlign), !1 !== this.options.icon && (this._toastEl.addClass(“jq-has-icon”), -1 !== t.inArray(this.options.icon, this._defaultIcons) && this._toastEl.addClass(“jq-icon-” + this.options.icon)), !1 !== this.options.class && this._toastEl.addClass(this.options.class) }, position: function () { “string” == typeof this.options.position && -1 !== t.inArray(this.options.position, this._positionClasses) ? “bottom-center” === this.options.position ? this._container.css({ left: t(o).outerWidth() / 2 – this._container.outerWidth() / 2, bottom: 20 }) : “top-center” === this.options.position ? this._container.css({ left: t(o).outerWidth() / 2 – this._container.outerWidth() / 2, top: 20 }) : “mid-center” === this.options.position ? this._container.css({ left: t(o).outerWidth() / 2 – this._container.outerWidth() / 2, top: t(o).outerHeight() / 2 – this._container.outerHeight() / 2 }) : this._container.addClass(this.options.position) : “object” == typeof this.options.position ? this._container.css({ top: this.options.position.top ? this.options.position.top : “auto”, bottom: this.options.position.bottom ? this.options.position.bottom : “auto”, left: this.options.position.left ? this.options.position.left : “auto”, right: this.options.position.right ? this.options.position.right : “auto” }) : this._container.addClass(“bottom-left”) }, bindToast: function () { var t = this; this._toastEl.on(“afterShown”, function () { t.processLoader() }), this._toastEl.find(“.close-jq-toast-single”).on(“click”, function (o) { o.preventDefault(), “fade” === t.options.showHideTransition ? (t._toastEl.trigger(“beforeHide”), t._toastEl.fadeOut(function () { t._toastEl.trigger(“afterHidden”) })) : “slide” === t.options.showHideTransition ? (t._toastEl.trigger(“beforeHide”), t._toastEl.slideUp(function () { t._toastEl.trigger(“afterHidden”) })) : (t._toastEl.trigger(“beforeHide”), t._toastEl.hide(function () { t._toastEl.trigger(“afterHidden”) })) }), “function” == typeof this.options.beforeShow && this._toastEl.on(“beforeShow”, function () { t.options.beforeShow(t._toastEl) }), “function” == typeof this.options.afterShown && this._toastEl.on(“afterShown”, function () { t.options.afterShown(t._toastEl) }), “function” == typeof this.options.beforeHide && this._toastEl.on(“beforeHide”, function () { t.options.beforeHide(t._toastEl) }), “function” == typeof this.options.afterHidden && this._toastEl.on(“afterHidden”, function () { t.options.afterHidden(t._toastEl) }), “function” == typeof this.options.onClick && this._toastEl.on(“click”, function () { t.options.onClick(t._toastEl) }) }, addToDom: function () { var o = t(“.jq-toast-wrap”); if (0 === o.length ? (o = t(“”, { class: “jq-toast-wrap”, role: “alert”, “aria-live”: “polite” }), t(“body”).append(o)) : this.options.stack && !isNaN(parseInt(this.options.stack, 10)) || o.empty(), o.find(“.jq-toast-single:hidden”).remove(), o.append(this._toastEl), this.options.stack && !isNaN(parseInt(this.options.stack), 10)) { var i = o.find(“.jq-toast-single”).length – this.options.stack; i > 0 && t(“.jq-toast-wrap”).find(“.jq-toast-single”).slice(0, i).remove() } this._container = o }, canAutoHide: function () { return !1 !== this.options.hideAfter && !isNaN(parseInt(this.options.hideAfter, 10)) }, processLoader: function () { if (!this.canAutoHide() || !1 === this.options.loader) return !1; var t = this._toastEl.find(“.jq-toast-loader”), o = (this.options.hideAfter – 400) / 1e3 + “s”, i = this.options.loaderBg, s = t.attr(“style”) || “”; s = s.substring(0, s.indexOf(“-webkit-transition”)), s += “-webkit-transition: width ” + o + ” ease-in; -o-transition: width ” + o + ” ease-in; transition: width ” + o + ” ease-in; background-color: ” + i + “;”, t.attr(“style”, s).addClass(“jq-toast-loaded”) }, animate: function () { t = this; if (this._toastEl.hide(), this._toastEl.trigger(“beforeShow”), “fade” === this.options.showHideTransition.toLowerCase() ? this._toastEl.fadeIn(function () { t._toastEl.trigger(“afterShown”) }) : “slide” === this.options.showHideTransition.toLowerCase() ? this._toastEl.slideDown(function () { t._toastEl.trigger(“afterShown”) }) : this._toastEl.show(function () { t._toastEl.trigger(“afterShown”) }), this.canAutoHide()) { var t = this; o.setTimeout(function () { “fade” === t.options.showHideTransition.toLowerCase() ? (t._toastEl.trigger(“beforeHide”), t._toastEl.fadeOut(function () { t._toastEl.trigger(“afterHidden”) })) : “slide” === t.options.showHideTransition.toLowerCase() ? (t._toastEl.trigger(“beforeHide”), t._toastEl.slideUp(function () { t._toastEl.trigger(“afterHidden”) })) : (t._toastEl.trigger(“beforeHide”), t._toastEl.hide(function () { t._toastEl.trigger(“afterHidden”) })) }, this.options.hideAfter) } }, reset: function (o) { “all” === o ? t(“.jq-toast-wrap”).remove() : this._toastEl.remove() }, update: function (t) { this.prepareOptions(t, this.options), this.setup(), this.bindToast() }, close: function () { this._toastEl.find(“.close-jq-toast-single”).click() } }; t.toast = function (t) { var o = Object.create(n); return o.init(t, this), { reset: function (t) { o.reset(t) }, update: function (t) { o.update(t) }, close: function () { o.close() } } }, t.toast.options = { text: “”, heading: “”, showHideTransition: “fade”, allowToastClose: !0, hideAfter: 3e3, loader: !0, loaderBg: “#9EC600”, stack: 5, position: “bottom-left”, bgColor: !1, textColor: !1, textAlign: “left”, icon: !1, beforeShow: function () { }, afterShown: function () { }, beforeHide: function () { }, afterHidden: function () { }, onClick: function () { } } }(jQuery, window, document);
लेटेस्ट न्यूज़
कार्टून
