About innovator

Narayan Bharthi

Phalodi, Rajasthan

Name and Address:

Narayan Bharthi
Village- Dhadho, District- Phalodi, Rajasthan

Phone and E-mail:

Phone: 9929855171

Brief background Information of Nominee including age, education and employment/profession associated etc.:

Mr. Narayan Bharti, born in Dhadho village, Phalodi district, received his education up to the 8th grade. From a young age, he cultivated a deep passion for the environment, with a particular focus on the Sati Mata Oran of his village. He remains a resident of the village, where he sustains himself through farming. Awarded the “Oran Prahari Award 2026” by Krishi Avam Paristhitiki Vikas Sansthan (KRAPAVIS) for outstanding contribution in Oran conservation.

Challenges & Problems faced in Rangeland and Pastoralism:

Prioritize economic gains over traditional Oran conservation practices. Consequently, farmers, once mindful of Oran, began encroaching on their habitat area, a trend that has steadily grown. While efforts have been made to raise awareness about Oran conservation and encourage adherence to ancestral guidelines, these initiatives have faced resistance. A significant portion of the community now prioritizes financial prosperity over the preservation of Oran.

Role and Achievements in Rangeland management and related development:

The narrative shall include local name and type of pastureland/grassland and its legal status, Area of Land Involved and location, Number of livestock/ animal population benefitted both wild and domesticated, Number of community members benefitted, rules in management of resources , Any policy changes brought/achieved, Any other impact.

Narayan Bharti ji made best efforts in the last 3-4 years to free his village from the encroachments on the Oran land as well as other nearby villages like Ugras, Bamnoo, Kolu and Khara. People protested against him on this issue, but his efforts continued. Created awareness among the people about Oran conservation and also got signed written documents to stop the encroachment on the encroached lands and submitted the memorandum to the ‘Rajasthan Oran Samiti’ formed by the Supreme Court, under the judgement on Shri Aman Singh plea on Orans. Due to his efforts, the Supreme Court committee has directed the Phalodi Collector to investigate the encroachment along with survey and mapping of the Oran of Dhadho village.

Sati Mata Oran Details

  • legal status: Registered as Gair Mumkin Oran in the Revenue Records
  • Area of Land Involved and location: Dhadho, Phalodi (35.34 ha.)
  • Number of community members benefited: 800 Families
  • Number of livestock/ animal population: The livestock population consists of approximately 7,000 cattle, 300 buffaloes, 2,000 goats, 3,000 sheep, and 75 camels.

Rules in the management of resources: The Bishnoi and Rajput communities are dominant, and their main sources of income are agriculture and livestock farming. The Oran contains four Talab—Khamodi-nadi, Goplai-nadi, Badali-talai, and Sati Dadi-ka-nada—as well as two seasonal water streams. Water remains in Khamodi-nadi and Goplai-nadi for about six months. The groundwater level is approximately 230 m deep. The Oran land is registered as ‘Gair Mumkin Oran’ in the Revenue Records. The community and Gram Panchayat jointly oversee its management, including conservation and developmental activities. In accordance with the traditional rules set by the elders, cutting of green trees is strictly prohibited. Anyone found violating these rules is required to either deposit a fine at the temple or perform community service to offer Chugga (grains) for the birds in the Oran.

Its biodiversity includes, the wildlife in the Oran includes Hiran (Indian Gazelle), Khargosh (Desert Hare), Loka/Lomadi (Desert Fox), Rojada (Nilgai), Billi (Cat), Bijju, Nevala (Mongoose), Sanda (Indian Spiny-tailed Lizard), Goyapata (Indian Monitor Lizard), Sanp (Snake), and Chuha (Rat). The Hiran population has declined significantly. Birds observed in the Oran include Kabootar (Blue Rock Pigeon), Titar (Grey Francolin), Mor (Indian Peafowl), Titodi (Red-wattled Lapwing), Geri (Eurasian Collared Dove), Hada (House Crow), Patebadi (Chestnut-bellied Sandgrouse), Koyal (Cuckoo), Bagula (Egret), and the migratory Kuranja (Demoiselle Crane). The main tree species in the Oran include Khejari (Prosopis cineraria), Bordi (Ziziphus mauritiana), Jal (Salvadora oleoides), Kair (Capparis decidua), and Kumut (Acacia senegal), with Bordi, Kair, and Jal being the dominant species. The population of Khejari has declined significantly. Common shrubs include Aak (Calotropis procera), Murali (Lycium barbarum), Chag (Crotalaria burhia), and Kheep (Leptadenia pyrotechnica), whereas species like Gugal (Commiphora wightii) has disappeared. Among grasses, Ganthia (Ochthochloa compressa), Lapdiya (Aristida spp.), and Kuri (Brachiaria spp.) are commonly found, along with herbaceous species such as Bekariya (Indigofera cordifolia), Kanti (Tribulus terrestris), Chamghas (Corchorus depressus), and Akhphutani. Sevan (Lasiurus sindicus) grass, which was previously present, has now disappeared. Additionally, Chamghas is valued for its medicinal uses.

Impact and Feedback:

The animals depend on the Oran for their fodder and water and are allowed to graze throughout the year. Livestock from neighbouring villages also enter the Oran for grazing when fodder is scarce in their own areas. The livelihoods from the weaker sections, depend on the non-timber forest products (NTFPs) of the Oran. They collect around Ber fruits, Kair fruits, Khejri pods (Sangri), Jaal fruits (Pilu), and about of gum, both for household consumption and sale in local markets. Beyond its economic value, the Oran serves as a centre for recreation and socio-cultural activities.

Feedback from community members/public:

Ever since the Oran Conservation efforts resulted in the State Oran Committee ordering the mapping and survey work of the Oran of Dhadho village, and with continued conservation and awareness efforts, people from the community are also joining these campaigns, now.

What are the future plans or opportunities for strengthening your work on rangeland restoration and pastoralism:

To accelerate the conservation of Oran along with Phalodi Oran in other districts. To sow grass in the Oran and to make efforts for water body restoration.

Photos:

` : ''; /* * Location / map. * * We first try to find decimal * latitude + longitude in the * database location field. */ const locationValue = practice.location || ''; const coordinates = gridExtractCoordinates( locationValue ); let mapHTML = ''; if(coordinates){ const lat = coordinates.lat; const lng = coordinates.lng; /* * OpenStreetMap embed. * * The marker is directly visible. */ const delta = 0.035; const west = lng - delta; const east = lng + delta; const south = lat - delta; const north = lat + delta; const mapURL = 'https://www.openstreetmap.org/export/embed.html' + '?bbox=' + encodeURIComponent(west) + ',' + encodeURIComponent(south) + ',' + encodeURIComponent(east) + ',' + encodeURIComponent(north) + '&layer=mapnik' + '&marker=' + encodeURIComponent(lat) + ',' + encodeURIComponent(lng); mapHTML = ` `; }else{ mapHTML = `
Location coordinates are not available for this practice.
`; } /* * PAS fields. */ const pasFields = [ ['PAS 1', practice.pas_1], ['PAS 2', practice.pas_2], ['PAS 3', practice.pas_3], ['PAS 4', practice.pas_4], ['PAS 5', practice.pas_5] ]; let pasHTML = ''; pasFields.forEach(function(item){ if( item[1] !== null && item[1] !== undefined && String(item[1]).trim() !== '' ){ pasHTML += `
${gridEscapeHTML( item[0] )}
${gridFormatText( item[1] )}
`; } }); if(!pasHTML){ pasHTML = `
No PAS / resource information available.
`; } /* * Practice fields. */ const practiceFields = [ ['Crop', practice.crop], ['Crop Family', practice.crop_family], [ 'Crop Scientific Name', practice.crop_scientific_name ], [ 'Crop Vernacular Name', practice.crop_vernacular_name ], [ 'Pest Taxonomy', practice.pest_taxonomy ], [ 'Pest Group', practice.pest_group ], [ 'Pest Scientific Name', practice.pest_scientific_names ], [ 'Pest Vernacular Names', practice.pest_vernacular_names ], [ 'Pest Vector Name', practice.pest_vector_name ], [ 'Formulation', practice.formulation ], [ 'Ingredients', practice.ingredients ], [ 'Dosage', practice.dosage ], [ 'Control Mode', practice.control_mode ], [ 'Problem Statement', practice.problem_statement ], [ 'Problem Scale', practice.problem_scale ], [ 'Manufacturing Capacity', practice.manufacturing_capacity ], [ 'Scalability', practice.scalability ], [ 'Potential Users', practice.potential_users ], [ 'Technology Transfer Terms', practice.technology_transfer_terms ], [ 'Scope for Technology Transfer Support', practice.scope_for_technology_transfer_support ], [ 'Limitations', practice.limitations ], [ 'Limitations of Approach', practice.limitations_of_approach ], [ 'Precautions', practice.precautions ] ]; let practiceHTML = ''; practiceFields.forEach(function(item){ if( item[1] !== null && item[1] !== undefined && String(item[1]).trim() !== '' ){ practiceHTML += gridDetailRow( item[0], item[1] ); } }); if(!practiceHTML){ practiceHTML = `
No additional practice details available.
`; } /* * References. */ const referenceFields = [ ['References', practice.references], ['Paper Link 1', practice.paper_link_1], ['Paper Link 2', practice.paper_link_2], ['Paper Link 5', practice.paper_link_5], ['Similar Paper / Patent / Practice', practice.similar_paper_patent_practice], ['Website', practice.website], ['Website Details', practice.website_details], ['Blog Link 1', practice.blog_link_1], ['Blog Link 2', practice.blog_link_2], ['Blog Link 3', practice.blog_link_3], ['Blog Link 5', practice.blog_link_5], ['News Link 1', practice.news_link_1], ['News Link 2', practice.news_link_2], ['News Link 3', practice.news_link_3], ['News Link 4', practice.news_link_4], ['News Link 5', practice.news_link_5] ]; let referencesHTML = ''; referenceFields.forEach(function(item){ if( item[1] !== null && item[1] !== undefined && String(item[1]).trim() !== '' ){ referencesHTML += gridDetailRow( item[0], item[1] ); } }); if(!referencesHTML){ referencesHTML = `
No reference information available.
`; } /* * Final HTML. */ app.innerHTML = `
${imageHTML}
${mapHTML}
${ type ? `
${gridEscapeHTML(type)}
` : '' }

${gridEscapeHTML(title)}

${ category ? `
${gridEscapeHTML(category)}
` : '' } ${ reference ? `
GIAN Reference: ${gridEscapeHTML(reference)}
` : '' }
About the Practice
${ detail ? `
Detail
${gridFormatText(detail)}
` : `
No practice description available.
` }
About the Innovator
${ innovator ? gridDetailRow( 'Knowledge Provider / Innovator', innovator ) : '' } ${ address ? gridDetailRow( 'Address', address ) : '' } ${ city ? gridDetailRow( 'City', city ) : '' } ${ district ? gridDetailRow( 'District', district ) : '' } ${ state ? gridDetailRow( 'State', state ) : '' } ${ pincode ? gridDetailRow( 'PIN Code', pincode ) : '' } ${ practice['Email Address (if any)'] ? gridDetailRow( 'Email', practice['Email Address (if any)'] ) : '' } ${ practice['Contact no: (if any)'] ? gridDetailRow( 'Contact No.', practice['Contact no: (if any)'] ) : '' }
Practice / Technology Details
${practiceHTML}
PAS / Resources
${pasHTML}
References
${referencesHTML}
${imageFallbackScript} `; /* * Back button. */ const backButton = document.getElementById( 'grid-back-practices' ); if(backButton){ backButton.addEventListener( 'click', function(){ /* * Reloading restores the * paginated database. */ window.location.reload(); } ); } /* * Keep map/image at top of * details after AJAX. */ app.scrollIntoView({ behavior:'smooth', block:'start' }); }; /* ===================================================== COORDINATE DETECTION ===================================================== */ window.gridExtractCoordinates = function(value){ if(!value){ return null; } const text = String(value); /* * Decimal pair: * * 21.1702, 72.8311 * * 21.1702 72.8311 */ const match = text.match( /(-?\d+(?:\.\d+)?)\s*[,;]\s*(-?\d+(?:\.\d+)?)/ ); if(match){ const lat = parseFloat(match[1]); const lng = parseFloat(match[2]); if( lat >= -90 && lat <= 90 && lng >= -180 && lng <= 180 ){ return { lat:lat, lng:lng }; } } return null; }; /* ===================================================== DETAIL ROW ===================================================== */ window.gridDetailRow = function(label,value){ return `
${gridEscapeHTML(label)}: ${gridFormatText(value)}
`; }; /* ===================================================== SAFE TEXT ===================================================== */ window.gridEscapeHTML = function(value){ if( value === null || value === undefined ){ return ''; } const div = document.createElement('div'); div.textContent = String(value); return div.innerHTML; }; window.gridEscapeAttribute = function(value){ return gridEscapeHTML(value) .replace( /"/g, '"' ); }; /* ===================================================== FORMAT LONG TEXT + LINKS ===================================================== */ window.gridFormatText = function(value){ if( value === null || value === undefined || value === '' ){ return ''; } let text = gridEscapeHTML(value); /* * Convert URLs into clickable links. */ text = text.replace( /(https?:\/\/[^\s<]+)/g, function(url){ return ` ${url} `; } ); /* * Preserve line breaks. */ text = text.replace( /\r?\n/g, '
' ); return text; }; })();

Got questions? Contact us!