<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.bharatpedia.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=WaldoOakes4</id>
	<title>Bharatpedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.bharatpedia.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=WaldoOakes4"/>
	<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/wiki/Special:Contributions/WaldoOakes4"/>
	<updated>2026-08-17T03:23:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Fibonacci_sequence&amp;diff=549356</id>
		<title>Fibonacci sequence</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Fibonacci_sequence&amp;diff=549356"/>
		<updated>2026-05-20T15:17:22Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: new stub!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Numbers obtained by adding the two previous ones}}&lt;br /&gt;
{{For|the chamber ensemble|Fibonacci Sequence (ensemble)}}&lt;br /&gt;
{{pp-pc}}&lt;br /&gt;
&lt;br /&gt;
In mathematics, the &#039;&#039;&#039;Fibonacci sequence&#039;&#039;&#039; is a [[Integer sequence|sequence]] in which each element is the sum of the two elements that precede it.  Numbers that are part of the Fibonacci sequence are known as &#039;&#039;&#039;Fibonacci numbers&#039;&#039;&#039;, commonly denoted {{nowrap|{{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;}}}}{{space|hair}}}}. The initial elements of the sequence are {{math|1= &#039;&#039;F&#039;&#039;{{sub|1}} = 1}} and {{math|1= &#039;&#039;F&#039;&#039;{{sub|2}} = 1}}, though many authors also include a [[zeroth element]] {{math|1= &#039;&#039;F&#039;&#039;{{sub|0}} = 0}}.&amp;lt;ref&amp;gt;Richard A. Brualdi, &#039;&#039;Introductory Combinatorics&#039;&#039;, Fifth edition, Pearson, 2005&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Peter Cameron, &#039;&#039;Combinatorics: Topics, Techniques, Algorithms&#039;&#039;, Cambridge University Press, 1994&amp;lt;/ref&amp;gt;  Starting from {{math|&#039;&#039;F&#039;&#039;{{sub|0}}}}, the sequence begins&lt;br /&gt;
: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ... {{OEIS|A000045}}&lt;br /&gt;
&lt;br /&gt;
[[File:Fibonacci Squares.svg|thumb|A tiling with [[square]]s whose side lengths are successive Fibonacci numbers: 1, 1, 2, 3, 5, 8, 13 and 21]]&lt;br /&gt;
The Fibonacci numbers were first described in [[Indian mathematics]] as early as 200&amp;amp;nbsp;BC in work by [[Pingala]] on enumerating possible patterns of [[Sanskrit]] poetry formed from syllables of two lengths.&amp;lt;ref name=&amp;quot;GlobalScience&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;HistoriaMathematica&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;Donald Knuth 2006 50&amp;quot; /&amp;gt; They are named after the Italian mathematician Leonardo of Pisa, also known as [[Fibonacci]], who introduced the sequence to Western European mathematics in his 1202 book {{lang|la|[[Liber Abaci]]}}.{{Sfn|Sigler|2002|pp=404–05}}&lt;br /&gt;
&lt;br /&gt;
Fibonacci numbers appear unexpectedly often in mathematics, so much so that there is an entire journal dedicated to their study, the &#039;&#039;[[Fibonacci Quarterly]]&#039;&#039;. Applications of Fibonacci numbers include computer algorithms such as the [[Fibonacci search technique]] and the [[Fibonacci heap]] [[data structure]], and [[graph (discrete mathematics)|graphs]] called [[Fibonacci cube]]s used for interconnecting parallel and distributed systems. They also appear [[Patterns in nature#Spirals|in biological settings]], such as branching in trees, [[phyllotaxis|the arrangement of leaves on a stem]], the fruit sprouts of a [[pineapple]], the flowering of an [[artichoke]], and the arrangement of a [[pine cone]]&#039;s bracts, though they do not occur in all species.&lt;br /&gt;
&lt;br /&gt;
Fibonacci numbers are also strongly related to the [[golden ratio]]: [[#Binet&#039;s formula|Binet&#039;s formula]] expresses the {{mvar|n}}-th Fibonacci number in terms of {{mvar|n}} and the golden ratio, and implies that the ratio of two consecutive Fibonacci numbers tends to the golden ratio as {{mvar|n}} increases. Fibonacci numbers are also closely related to [[Lucas number]]s, which obey the same [[recurrence relation]] and with the Fibonacci numbers form a complementary pair of [[Lucas sequence]]s.&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
[[File:Fibonacci Spiral.svg|thumb|The Fibonacci spiral: an approximation of the [[golden spiral]] created by drawing [[circular arc]]s connecting the opposite corners of squares in the Fibonacci tiling (see preceding image)]]&lt;br /&gt;
&lt;br /&gt;
The Fibonacci numbers may be defined by the [[recurrence relation]]{{Sfn | Lucas | 1891 | p=3}}&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_0=0,\quad F_1= 1,&amp;lt;/math&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_n=F_{n-1} + F_{n-2}&amp;lt;/math&amp;gt;&lt;br /&gt;
for {{math|&#039;&#039;n&#039;&#039; &amp;gt; 1}}.&lt;br /&gt;
&lt;br /&gt;
Under some older definitions, the value &amp;lt;math&amp;gt;F_0 = 0&amp;lt;/math&amp;gt; is omitted, so that the sequence starts with {{nobr|&amp;lt;math&amp;gt;F_1=F_2=1&amp;lt;/math&amp;gt;.{{Sfn | Beck | Geoghegan | 2010}}{{Sfn | Bóna | 2011 | p=180}}}}&lt;br /&gt;
&lt;br /&gt;
The first 21 Fibonacci numbers {{math|&#039;&#039;F{{sub|n}}&#039;&#039;}} are:&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|0}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|1}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|2}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|3}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|4}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|5}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|6}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|7}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|8}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|9}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|10}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|11}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|12}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|13}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|14}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|15}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|16}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|17}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|18}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|19}}}}&lt;br /&gt;
! {{math|&#039;&#039;F&#039;&#039;{{sub|20}}}}&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 2&lt;br /&gt;
| 3&lt;br /&gt;
| 5&lt;br /&gt;
| 8&lt;br /&gt;
| 13&lt;br /&gt;
| 21&lt;br /&gt;
| 34&lt;br /&gt;
| 55&lt;br /&gt;
| 89&lt;br /&gt;
| 144&lt;br /&gt;
| 233&lt;br /&gt;
| 377&lt;br /&gt;
| 610&lt;br /&gt;
| 987&lt;br /&gt;
| 1597&lt;br /&gt;
| 2584&lt;br /&gt;
| 4181&lt;br /&gt;
|6765&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The Fibonacci sequence can be extended to negative integer indices by following the same recurrence relation in the negative direction {{OEIS|A039834}}: {{tmath|1= F_1=1}}, {{tmath|1= F_0= 0}}, and {{tmath|1= F_{n}=F_{n+2} - F_{n+1} }} for {{math|&#039;&#039;n&#039;&#039; &amp;lt; 0 }}. Nearly all properties of Fibonacci numbers do not depend upon whether the indices are positive or negative. The values for positive and negative indices obey the relation:&amp;lt;ref&amp;gt;{{cite book&lt;br /&gt;
| last = Vajda | first = Steven | author-link = Steven Vajda&lt;br /&gt;
| year = 1989&lt;br /&gt;
| title = Fibonacci &amp;amp; Lucas Numbers, and the Golden Section: Theory and Applications&lt;br /&gt;
| place = Chichester | publisher = Ellis Horwood &lt;br /&gt;
| isbn = 0-7458-0715-1&lt;br /&gt;
| page = 10&lt;br /&gt;
}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt; F_{-n} = (-1)^{n+1} F_n. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
===India===&lt;br /&gt;
{{see also|Golden ratio#History}}&lt;br /&gt;
[[File:Fibonacci Sanskrit prosody.svg|thumb|Thirteen ({{math|&#039;&#039;F&#039;&#039;{{sub|7}}}}) ways of arranging long and short syllables in a cadence of length six. Eight ({{math|&#039;&#039;F&#039;&#039;{{sub|6}}}}) end with a short syllable and five ({{math|&#039;&#039;F&#039;&#039;{{sub|5}}}}) end with a long syllable.]]&lt;br /&gt;
&lt;br /&gt;
The Fibonacci sequence appears in [[Indian mathematics]], in connection with [[Sanskrit prosody]].&amp;lt;ref name=&amp;quot;HistoriaMathematica&amp;quot;&amp;gt;{{Citation|first=Parmanand|last=Singh|title= The So-called Fibonacci numbers in ancient and medieval India|journal=Historia Mathematica|volume=12|issue=3|pages=229–244|year=1985|doi = 10.1016/0315-0860(85)90021-7|doi-access=free}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;knuth-v1&amp;quot;&amp;gt;{{Citation|title=The Art of Computer Programming|volume=1|first=Donald|last=Knuth| author-link =Donald Knuth |publisher=Addison Wesley|year=1968|isbn=978-81-7758-754-8|url=https://books.google.com/books?id=MooMkK6ERuYC&amp;amp;pg=PA100|page=100|quote=Before Fibonacci wrote his work, the sequence Fn had already been discussed by Indian scholars, who had long been interested in rhythmic patterns&amp;amp;nbsp;... both Gopala (before 1135&amp;amp;nbsp;AD) and Hemachandra (c.&amp;amp;nbsp;1150) mentioned the numbers 1,2,3,5,8,13,21 explicitly [see P. Singh Historia Math 12 (1985) 229–44]&amp;quot; p. 100 (3d ed)&amp;amp;nbsp;...}}&amp;lt;/ref&amp;gt;{{sfn|Livio|2003|p=197}} In the Sanskrit poetic tradition, there was interest in enumerating all patterns of long (L) syllables of 2 units duration, juxtaposed with short (S) syllables of 1 unit duration. Counting the different patterns of successive L and S with a given total duration results in the Fibonacci numbers: the number of patterns of duration {{mvar|m}} units is {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;m&#039;&#039;+1}}}}.&amp;lt;ref name=&amp;quot;Donald Knuth 2006 50&amp;quot;&amp;gt;{{Citation|title = The Art of Computer Programming | volume = 4. Generating All Trees – History of Combinatorial Generation | first = Donald | last = Knuth | author-link = Donald Knuth |publisher= Addison–Wesley |year= 2006 | isbn= 978-0-321-33570-8 | page = 50 | url= https://books.google.com/books?id=56LNfE2QGtYC&amp;amp;q=rhythms&amp;amp;pg=PA50 | quote = it was natural to consider the set of all sequences of [L] and [S] that have exactly m beats.  ... there are exactly Fm+1 of them.  For example the 21 sequences when {{math|1=&#039;&#039;m&#039;&#039; = 7}} are: [gives list].  In this way Indian prosodists were led to discover the Fibonacci sequence, as we have observed in Section 1.2.8 (from v.1)}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Knowledge of the Fibonacci sequence was expressed as early as [[Pingala]] ({{circa}}&amp;amp;nbsp;450&amp;amp;nbsp;BC–200&amp;amp;nbsp;BC). Singh cites Pingala&#039;s cryptic formula &#039;&#039;misrau cha&#039;&#039; (&amp;quot;the two are mixed&amp;quot;) and scholars who interpret it in context as saying that the number of patterns for {{mvar|m}} beats ({{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;m&#039;&#039;+1}}}}) is obtained by adding one [S] to the {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;m&#039;&#039;}}}} cases and one [L] to the {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;m&#039;&#039;−1}}}} cases.&amp;lt;ref&amp;gt;{{Citation | last = Agrawala | first = VS | year = 1969 | title = &#039;&#039;Pāṇinikālīna Bhāratavarṣa&#039;&#039; (Hn.). Varanasi-I: TheChowkhamba Vidyabhawan | quote = SadgurushiShya writes that Pingala was a younger brother of Pāṇini [Agrawala 1969, lb]. There is an alternative opinion that he was a maternal uncle of Pāṇini [Vinayasagar 1965, Preface, 121]. ... Agrawala  [1969,  463–76],  after a careful investigation, in which he considered the views of earlier scholars, has concluded that Pāṇini lived between 480 and 410 BC}}&amp;lt;/ref&amp;gt; [[Bharata Muni]] also expresses knowledge of the sequence in the &#039;&#039;[[Natya Shastra]]&#039;&#039; ({{Circa}}&amp;amp;nbsp;100&amp;amp;nbsp;BC–{{Circa}}&amp;amp;nbsp;350&amp;amp;nbsp;AD).&amp;lt;ref name=GlobalScience&amp;gt;{{Citation|title=Toward a Global Science|first=Susantha|last=Goonatilake|author-link=Susantha Goonatilake|publisher=Indiana University Press|year=1998|page=126|isbn=978-0-253-33388-9|url=https://books.google.com/books?id=SI5ip95BbgEC&amp;amp;pg=PA126}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;HistoriaMathematica&amp;quot;/&amp;gt;&lt;br /&gt;
However, the clearest exposition of the sequence arises in the work of [[Virahanka]] ({{Circa}}&amp;amp;nbsp;700&amp;amp;nbsp;AD), whose own work is lost, but is available in a quotation by Gopala ({{Circa}}&amp;amp;nbsp;1135):{{sfn|Livio|2003|p=197}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Variations of two earlier meters [is the variation]&amp;amp;nbsp;...  For example, for [a meter of length] four, variations of meters of two [and] three being mixed, five happens. [works out examples 8, 13, 21]&amp;amp;nbsp;... In this way, the process should be followed in all &#039;&#039;mātrā-vṛttas&#039;&#039; [prosodic combinations].{{efn|&amp;quot;For four, variations of meters of two [and] three being mixed, five happens. For five, variations of two earlier—three [and] four, being mixed, eight is obtained. In this way, for six, [variations] of four [and] of five being mixed, thirteen happens. And like that, variations of two earlier meters being mixed, seven [[Mora (linguistics)|morae]] [is] twenty-one. In this way, the process should be followed in all mātrā-vṛttas&amp;quot; &amp;lt;ref&amp;gt;{{Citation|last=Velankar|first=HD|year=1962|title=&#039;Vṛttajātisamuccaya&#039; of kavi Virahanka|publisher=Rajasthan Oriental Research Institute|location=Jodhpur|page=101}}&amp;lt;/ref&amp;gt;}}&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Hemachandra]] ({{Circa}}&amp;amp;nbsp;1150) is credited with knowledge of the sequence as well,&amp;lt;ref name=GlobalScience/&amp;gt; writing that &amp;quot;the sum of the last and the one before the last is the number&amp;amp;nbsp;... of the next mātrā-vṛtta.&amp;quot;{{sfn|Livio|2003|p=197–198}}&amp;lt;ref&amp;gt;{{citation|last1=Shah|first1=Jayant|year=1991|title=A History of Piṅgala&#039;s Combinatorics|url=https://web.northeastern.edu/shah/papers/Pingala.pdf|publisher=[[Northeastern University]]|page=41|access-date=2019-01-04}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Europe===&lt;br /&gt;
[[File:Liber abbaci magliab f124r.jpg|thumb|upright=1.25|A page of [[Fibonacci]]&#039;s {{lang|la|[[Liber Abaci]]}} from the [[National Central Library (Florence)|Biblioteca Nazionale di Firenze]] showing (in box on right) 13 entries of the Fibonacci sequence:&amp;lt;br /&amp;gt; the indices from present to XII (months) as Latin ordinals and Roman numerals and the numbers (of rabbit pairs) as Hindu-Arabic numerals starting with 1, 2, 3, 5 and ending with 377.]]&lt;br /&gt;
&lt;br /&gt;
The Fibonacci sequence first appears in the book {{lang|la|[[Liber Abaci]]}} (&#039;&#039;The Book of Calculation&#039;&#039;, 1202) by [[Fibonacci]],{{Sfn|Sigler|2002|pp=404–405}}&amp;lt;ref&amp;gt;{{citation|url=https://www.math.utah.edu/~beebe/software/java/fibonacci/liber-abaci.html|title=Fibonacci&#039;s Liber Abaci (Book of Calculation)|date=13 December 2009|website=[[The University of Utah]]|access-date=2018-11-28}}&amp;lt;/ref&amp;gt; where it is used to calculate the growth of rabbit populations.&amp;lt;ref&amp;gt;{{citation&lt;br /&gt;
 | last = Tassone | first = Ann Dominic&lt;br /&gt;
 | date = April 1967&lt;br /&gt;
 | doi = 10.5951/at.14.4.0285&lt;br /&gt;
 | issue = 4&lt;br /&gt;
 | journal = The Arithmetic Teacher&lt;br /&gt;
 | jstor = 41187298&lt;br /&gt;
 | pages = 285–288&lt;br /&gt;
 | title = A pair of rabbits and a mathematician&lt;br /&gt;
 | volume = 14}}&amp;lt;/ref&amp;gt; Fibonacci considers the growth of an idealized ([[biology|biologically]] unrealistic) [[rabbit]] population, assuming that: a newly born breeding pair of rabbits are put in a field; each breeding pair mates at the age of one month, and at the end of their second month they always produce another pair of rabbits; and rabbits never die, but continue breeding forever. Fibonacci posed the rabbit [[Mathematical problem|math problem]]: how many pairs will there be in one year?&lt;br /&gt;
&lt;br /&gt;
* At the end of the first month, they mate, but there is still only 1 pair.&lt;br /&gt;
* At the end of the second month they produce a new pair, so there are 2 pairs in the field.&lt;br /&gt;
* At the end of the third month, the original pair produce a second pair, but the second pair only mate to gestate for a month, so there are 3 pairs in all.&lt;br /&gt;
* At the end of the fourth month, the original pair has produced yet another new pair, and the pair born two months ago also produces their first pair, making 5 pairs.&lt;br /&gt;
&lt;br /&gt;
At the end of the {{mvar|n}}-th month, the number of pairs of rabbits is equal to the number of mature pairs (that is, the number of pairs in month {{math|&#039;&#039;n&#039;&#039; – 2}}) plus the number of pairs alive last month (month {{math|&#039;&#039;n&#039;&#039; – 1}}). The number in the {{mvar|n}}-th month is the {{mvar|n}}-th Fibonacci number.&amp;lt;ref&amp;gt;{{citation | last = Knott | first = Ron&lt;br /&gt;
 | title = Fibonacci&#039;s Rabbits | url=http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibnat.html#Rabbits | publisher =[[University of Surrey]] Faculty of Engineering and Physical Sciences}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The name &amp;quot;Fibonacci sequence&amp;quot; was first used by the 19th-century number theorist [[Édouard Lucas]].&amp;lt;ref&amp;gt;{{Citation | first = Martin | last = Gardner | author-link = Martin Gardner |title=Mathematical Circus |publisher = The Mathematical Association of America |year=1996 |isbn= 978-0-88385-506-5 | quote = It is ironic that Leonardo, who made valuable contributions to mathematics, is remembered today mainly because a 19th-century French number theorist, Édouard Lucas...  attached the name Fibonacci to a number sequence that appears in a trivial problem in Liber abaci | page = 153}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Fibonacci Rabbits.svg|left|thumb|upright=1.5|Solution to Fibonacci rabbit [[Mathematical problem|problem]]: In a growing idealized population, the number of rabbit pairs form the Fibonacci sequence. At &#039;&#039;the end of the n&#039;&#039;th month, the number of pairs is equal to &#039;&#039;F{{sub|n.}}&#039;&#039;]]&lt;br /&gt;
{{clear|left}}&lt;br /&gt;
&lt;br /&gt;
== Relation to the golden ratio ==&lt;br /&gt;
{{also|Golden ratio|Golden field}}&lt;br /&gt;
&lt;br /&gt;
===Closed-form expression &amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Binet&#039;s formula&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;===&lt;br /&gt;
Like every [[sequence]] defined by a homogeneous [[linear recurrence with constant coefficients]], the Fibonacci numbers have a [[closed-form expression]].&amp;lt;ref&amp;gt;{{cite book |title=Discrete Mathematics with Ducks |first=sarah-marie|last=belcastro|author-link=Sarah-Marie Belcastro |edition=2nd |publisher=CRC Press |year=2018 |isbn=978-1-351-68369-2 |page=260 |url=https://books.google.com/books?id=xoqADwAAQBAJ}} [https://books.google.com/books?id=xoqADwAAQBAJ&amp;amp;pg=PA260 Extract of page 260]&amp;lt;/ref&amp;gt; It has become known as &#039;&#039;&#039;Binet&#039;s formula&#039;&#039;&#039;, named after French mathematician [[Jacques Philippe Marie Binet]], though it was already known by [[Abraham de Moivre]] and [[Daniel Bernoulli]]:&amp;lt;ref&amp;gt;{{citation | last1 = Beutelspacher | first1 = Albrecht | last2 = Petri | first2 = Bernhard | contribution = Fibonacci-Zahlen | doi = 10.1007/978-3-322-85165-9_6 | pages = 87–98 | publisher = Vieweg+Teubner Verlag | title = Der Goldene Schnitt | series = Einblick in die Wissenschaft | year = 1996| isbn = 978-3-8154-2511-4 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;&lt;br /&gt;
F_n = \frac{\varphi^n-\psi^n}{\varphi-\psi} = \frac{\varphi^n-\psi^n}{\sqrt 5},&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where {{tmath|\varphi}} is the [[golden ratio]] and {{tmath|\psi}} is its [[Conjugate (square roots)|conjugate]],{{Sfn | Ball | 2003 | p = 156}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\begin{align}&lt;br /&gt;
\varphi &amp;amp;= \tfrac12\bigl(1 + \sqrt{5}~\!\bigr)= \phantom{-}1.61803\ldots, \\[5mu]&lt;br /&gt;
\psi &amp;amp;= \tfrac12\bigl(1 - \sqrt{5}~\!\bigr) = -0.61803\ldots.&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Golden ratio and conjugate solutions.png|thumb|algebraic visualization of the Golden Ratio and its conjugate]]&lt;br /&gt;
&lt;br /&gt;
The numbers {{tmath|\varphi}} and {{tmath|\psi}} are the two solutions of the [[quadratic equation]] {{tmath|1=\textstyle x^2 - x - 1 = 0}}, that is, {{tmath|1= (x - \varphi)(x - \psi) = x^2 - x - 1}}, and thus they satisfy the identities {{tmath|1= \varphi + \psi = 1}} and {{tmath|1= \varphi\psi = -1}}.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;math&amp;gt;\psi = -\varphi^{-1}&amp;lt;/math&amp;gt;, Binet&#039;s formula can also be written as&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;&lt;br /&gt;
F_n = \frac{\varphi^n - (-\varphi)^{-n}}{\sqrt 5} = \frac{\varphi^n - (-\varphi)^{-n}}{2\varphi - 1}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To see the relation between the sequence and these constants,{{Sfn | Ball | 2003 | pp = 155–156}} note that &amp;lt;math&amp;gt;\varphi&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi&amp;lt;/math&amp;gt; are also roots of &amp;lt;math&amp;gt;x^n = x^{n-1} + x^{n-2},&amp;lt;/math&amp;gt; so the powers of &amp;lt;math&amp;gt;\varphi&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi&amp;lt;/math&amp;gt; satisfy the Fibonacci recurrence. In other words,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\begin{align}&lt;br /&gt;
\varphi^n &amp;amp;= \varphi^{n-1} + \varphi^{n-2}, \\[3mu]&lt;br /&gt;
\psi^n &amp;amp;= \psi^{n-1} + \psi^{n-2}.&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It follows that for any values {{mvar|a}} and {{mvar|b}}, the sequence defined by&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;U_n=a \varphi^n + b \psi^n&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
satisfies the same recurrence. If {{mvar|a}} and {{mvar|b}} are chosen so that {{math|1=&#039;&#039;U&#039;&#039;{{sub|0}} = 0}} and {{math|1=&#039;&#039;U&#039;&#039;{{sub|1}} = 1}} then the resulting sequence {{math|&#039;&#039;U&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;}}}} must be the Fibonacci sequence. This is the same as requiring {{mvar|a}} and {{mvar|b}} satisfy the system of equations:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;&lt;br /&gt;
\begin{align} a \varphi^0 + b \psi^0 &amp;amp;= 0 \\  a \varphi^1 + b \psi^1 &amp;amp;= 1\end{align}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which has solution&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;&lt;br /&gt;
a = \frac{1}{\varphi-\psi} = \frac{1}{\sqrt 5},\quad  b = -a,&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
producing the required formula.&lt;br /&gt;
&lt;br /&gt;
Taking the starting values {{math|&#039;&#039;U&#039;&#039;{{sub|0}}}} and {{math|&#039;&#039;U&#039;&#039;{{sub|1}}}} to be arbitrary constants and solving the system of equations gives the general solution&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\begin{align}&lt;br /&gt;
a&amp;amp;=\frac{U_1-U_0\psi}{\sqrt 5}, \\[3mu]&lt;br /&gt;
b&amp;amp;=\frac{U_0\varphi-U_1}{\sqrt 5}.&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
In particular, choosing {{math|1=&#039;&#039;a&#039;&#039; = 1}} makes the {{mvar|n}}-th element of the sequence closely approximate the {{mvar|n}}-th power of {{tmath|\varphi}} for large enough values of {{mvar|n}}. This arises when {{math|1=&#039;&#039;U&#039;&#039;{{sub|0}} = 2}} and {{math|1=&#039;&#039;U&#039;&#039;{{sub|1}} = 1}}, which produces the sequence of [[Lucas number]]s.&lt;br /&gt;
&lt;br /&gt;
=== Computation by rounding ===&lt;br /&gt;
Since&lt;br /&gt;
&amp;lt;math display=inline&amp;gt;\left|\frac{\psi^{n}}{\sqrt 5}\right| &amp;lt; \frac{1}{2}&amp;lt;/math&amp;gt; for all {{math|&#039;&#039;n&#039;&#039; ≥ 0}}, the number {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;}}}} is the closest [[integer]] to &amp;lt;math&amp;gt;\frac{\varphi^n}{\sqrt 5}&amp;lt;/math&amp;gt;. Therefore, it can be found by [[rounding]], using the nearest integer function:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_n=\left\lfloor\frac{\varphi^n}{\sqrt 5}\right\rceil,\ n \geq 0.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In fact, the rounding error quickly becomes very small as {{mvar|n}} grows, being less than 0.1 for {{math|&#039;&#039;n&#039;&#039; ≥ 4}}, and less than 0.01 for {{math|&#039;&#039;n&#039;&#039; ≥ 8}}. This formula is easily inverted to find an index of a Fibonacci number {{mvar|F}}:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;n(F) = \left\lfloor  \log_\varphi \sqrt{5}F\right\rceil,\ F \geq 1.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Instead using the [[floor function]] gives the largest index of a Fibonacci number that is not greater than {{mvar|F}}:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;n_{\mathrm{largest}}(F) = \left\lfloor  \log_\varphi \sqrt{5}(F+1/2)\right\rfloor,\ F \geq 0,&amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;\log_\varphi(x) = \ln(x)/\ln(\varphi) = \log_{10}(x)/\log_{10}(\varphi)&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\ln(\varphi) = 0.481211\ldots&amp;lt;/math&amp;gt;,&amp;lt;ref&amp;gt;{{Cite OEIS|1=A002390|2=Decimal expansion of natural logarithm of golden ratio|mode=cs2}}&amp;lt;/ref&amp;gt; and &amp;lt;math&amp;gt;\log_{10}(\varphi) = 0.208987\ldots&amp;lt;/math&amp;gt;.&amp;lt;ref&amp;gt;{{Cite OEIS|1=A097348|2=Decimal expansion of arccsch(2)/log(10)|mode=cs2}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Magnitude ===&lt;br /&gt;
Since &#039;&#039;F{{sub|n}}&#039;&#039; is [[Asymptotic analysis|asymptotic]] to &amp;lt;math&amp;gt;\varphi^n/\sqrt5&amp;lt;/math&amp;gt;, the number of digits in {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;}}}} is asymptotic to &amp;lt;math&amp;gt;n\log_{10}\varphi\approx 0.2090\, n&amp;lt;/math&amp;gt;. As a consequence, for every integer {{math|&#039;&#039;d&#039;&#039; &amp;gt; 1}} there are either 4 or 5 Fibonacci numbers with {{mvar|d}} decimal digits.&lt;br /&gt;
&lt;br /&gt;
More generally, in the [[radix|base]] {{mvar|b}} representation, the number of digits in {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;}}}} is asymptotic to &amp;lt;math&amp;gt;n\log_b\varphi = \frac{n \log \varphi}{\log b}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Limit of consecutive quotients ===&lt;br /&gt;
[[Johannes Kepler]] observed that the ratio of consecutive Fibonacci numbers [[convergent sequence|converges]]. He wrote that &amp;quot;as 5 is to 8 so is 8 to 13, practically, and as 8 is to 13, so is 13 to 21 almost&amp;quot;, and concluded that these ratios approach the golden ratio {{tmath|\varphi}}:&amp;lt;ref&amp;gt;{{Citation|last=Kepler |first=Johannes |title=A New Year Gift: On Hexagonal Snow |year=1966 |isbn=978-0-19-858120-8 |publisher=Oxford University Press |page= 92}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Citation | title = Strena seu de Nive Sexangula | year = 1611}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\lim_{n\to\infty}\frac{F_{n+1}}{F_n}=\varphi.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This convergence holds regardless of the starting values &amp;lt;math&amp;gt;U_0&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;U_1&amp;lt;/math&amp;gt;, unless &amp;lt;math&amp;gt;U_1 = -U_0/\varphi&amp;lt;/math&amp;gt;. This can be verified using [[#Binet&#039;s formula|Binet&#039;s formula]]. For example, the initial values 3 and 2 generate the sequence 3, 2, 5, 7, 12, 19, 31, 50, 81, 131, 212, 343, 555, ...&amp;amp;thinsp;. The ratio of consecutive elements in this sequence shows the same convergence towards the golden ratio.&lt;br /&gt;
&lt;br /&gt;
In general, &amp;lt;math&amp;gt;\lim_{n\to\infty}\frac{F_{n+m}}{F_n}=\varphi^m&lt;br /&gt;
&amp;lt;/math&amp;gt;, because the ratios between consecutive Fibonacci numbers approaches &amp;lt;math&amp;gt;\varphi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
: [[File:Fibonacci tiling of the plane and approximation to Golden Ratio.gif|thumb|upright=2.2|left|Successive tilings of the plane and a graph of approximations to the golden ratio calculated by dividing each Fibonacci number by the previous]]&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
=== Decomposition of powers ===&lt;br /&gt;
Since the golden ratio satisfies the equation&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\varphi^2 = \varphi + 1,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
this expression can be used to decompose higher powers &amp;lt;math&amp;gt;\varphi^n&amp;lt;/math&amp;gt; as a linear function of lower powers, which in turn can be decomposed all the way down to a linear combination of &amp;lt;math&amp;gt;\varphi&amp;lt;/math&amp;gt; and 1. The resulting [[recurrence relation]]ships yield Fibonacci numbers as the linear [[coefficient]]s:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\varphi^n = F_n\varphi + F_{n-1}.&amp;lt;/math&amp;gt;&lt;br /&gt;
This equation can be [[Mathematical proof|proved]] by [[Mathematical induction|induction]] on {{math|&#039;&#039;n&#039;&#039; ≥ 1}}:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\begin{align}&lt;br /&gt;
\varphi^{n+1} &amp;amp;= (F_n\varphi + F_{n-1})\varphi = F_n\varphi^2 + F_{n-1}\varphi \\&lt;br /&gt;
&amp;amp;= F_n(\varphi+1) + F_{n-1}\varphi = (F_n + F_{n-1})\varphi + F_n = F_{n+1}\varphi + F_n.&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
For &amp;lt;math&amp;gt;\psi = -1/\varphi&amp;lt;/math&amp;gt;, it is also the case that &amp;lt;math&amp;gt;\psi^2 = \psi + 1&amp;lt;/math&amp;gt; and it is also the case that&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\psi^n = F_n\psi + F_{n-1}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These expressions are also true for {{math|&#039;&#039;n&#039;&#039; &amp;lt; 1}} if the Fibonacci sequence &#039;&#039;F{{sub|n}}&#039;&#039; is [[Generalizations of Fibonacci numbers#Extension to negative integers|extended to negative integers]] using the Fibonacci rule &amp;lt;math&amp;gt;F_n = F_{n+2} - F_{n+1}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Identification ===&lt;br /&gt;
Binet&#039;s formula provides a proof that a positive integer {{mvar|x}} is a Fibonacci number [[if and only if]] at least one of &amp;lt;math&amp;gt;5x^2+4&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;5x^2-4&amp;lt;/math&amp;gt; is a [[Square number|perfect square]].&amp;lt;ref&amp;gt;{{Citation | title = Fibonacci is a Square | last1 = Gessel | first1 = Ira | journal = [[The Fibonacci Quarterly]] | volume = 10 | issue = 4 | pages = 417–19 |date=October 1972 | url = https://www.fq.math.ca/Scanned/10-4/advanced10-4.pdf | access-date = 2012-04-11 }}&amp;lt;/ref&amp;gt; This is because Binet&#039;s formula, which can be written as &amp;lt;math&amp;gt;F_n = (\varphi^n - (-1)^n \varphi^{-n}) / \sqrt{5}&amp;lt;/math&amp;gt;, can be multiplied by &amp;lt;math&amp;gt;\sqrt{5} \varphi^n&amp;lt;/math&amp;gt; and solved as a [[quadratic equation]] in &amp;lt;math&amp;gt;\varphi^n&amp;lt;/math&amp;gt; via the [[quadratic formula]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\varphi^n = \frac{F_n\sqrt{5} \pm \sqrt{5{F_n}^{\!2} + 4{(-1)}^n}}{2}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Comparing this to &amp;lt;math&amp;gt;\varphi^n = F_n \varphi + F_{n-1} = (F_n\sqrt{5} + F_n + 2 F_{n-1})/2&amp;lt;/math&amp;gt;, it follows that&lt;br /&gt;
: &amp;lt;math display=block&amp;gt;5{F_n}^{\!2} + 4(-1)^n = (F_n + 2F_{n-1})^2\,.&amp;lt;/math&amp;gt;&lt;br /&gt;
In particular, the left-hand side is a perfect square.&lt;br /&gt;
&lt;br /&gt;
== Matrix form ==&lt;br /&gt;
A 2-dimensional system of linear [[difference equation]]s that describes the Fibonacci sequence is&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;&lt;br /&gt;
\begin{pmatrix} F_{k+2} \\ F_{k+1} \end{pmatrix}&lt;br /&gt;
= \begin{pmatrix} 1 &amp;amp; 1 \\ 1 &amp;amp; 0 \end{pmatrix} \begin{pmatrix} F_{k+1} \\ F_{k}\end {pmatrix} &amp;lt;/math&amp;gt;&lt;br /&gt;
alternatively denoted&lt;br /&gt;
&amp;lt;math display=block&amp;gt; \vec F_{k+1} = \mathbf{A} \vec F_{k},&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which yields &amp;lt;math&amp;gt;\vec F_n = \mathbf{A}^n  \vec F_0&amp;lt;/math&amp;gt;. The [[eigenvalue]]s of the [[matrix (mathematics)|matrix]] {{math|&#039;&#039;&#039;A&#039;&#039;&#039;}} are &amp;lt;math&amp;gt;\varphi=\tfrac12\bigl(1+\sqrt5~\!\bigr)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\psi=-\varphi^{-1}=\tfrac12\bigl(1-\sqrt5~\!\bigr)&amp;lt;/math&amp;gt; corresponding to the respective [[eigenvector]]s&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\vec \mu=\begin{pmatrix} \varphi \\ 1 \end{pmatrix}, \quad \vec\nu=\begin{pmatrix} -\varphi^{-1} \\ 1 \end{pmatrix}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As the initial value is&lt;br /&gt;
&amp;lt;math display=block&amp;gt;&lt;br /&gt;
  \vec F_0=\begin{pmatrix} 1 \\ 0 \end{pmatrix}=\frac{1}{\sqrt{5}}\vec{\mu}\,-\,\frac{1}{\sqrt{5}}\vec{\nu},&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
it follows that the {{mvar|n}}th element is&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\begin{align}&lt;br /&gt;
  \vec F_n\ &amp;amp;= \frac{1}{\sqrt{5}}A^n\vec\mu-\frac{1}{\sqrt{5}}A^n\vec\nu \\&lt;br /&gt;
  &amp;amp;= \frac{1}{\sqrt{5}}\varphi^n\vec\mu - \frac{1}{\sqrt{5}}(-\varphi)^{-n}\vec\nu \\&lt;br /&gt;
  &amp;amp;= \cfrac{1}{\sqrt{5}}\left(\cfrac{1+\sqrt{5}}{2}\right)^{\!n}\begin{pmatrix} \varphi \\ 1 \end{pmatrix} \,-\, \cfrac{1}{\sqrt{5}}\left(\cfrac{1-\sqrt{5}}{2}\right)^{\!n}\begin{pmatrix}{c} -\varphi^{-1} \\ 1 \end{pmatrix}.&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this, the {{mvar|n}}th element in the Fibonacci sequence may be read off directly as a [[closed-form expression]]:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;&lt;br /&gt;
F_n = \cfrac{1}{\sqrt{5}}\left(\cfrac{1+\sqrt{5}}{2}\right)^{\!n} - \, \cfrac{1}{\sqrt{5}}\left(\cfrac{1-\sqrt{5}}{2}\right)^{\!n}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Equivalently, the same computation may be performed by [[Matrix diagonalization|diagonalization]] of {{math|&#039;&#039;&#039;A&#039;&#039;&#039;}} through use of its [[eigendecomposition]]:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\begin{align} &lt;br /&gt;
  A &amp;amp; = S\Lambda S^{-1}, \\[3mu]&lt;br /&gt;
  A^n &amp;amp; = S\Lambda^n S^{-1},&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
where&lt;br /&gt;
&amp;lt;math display=block&amp;gt;&lt;br /&gt;
  \Lambda=\begin{pmatrix} \varphi &amp;amp; 0 \\ 0 &amp;amp; -\varphi^{-1}\! \end{pmatrix}, \quad&lt;br /&gt;
  S=\begin{pmatrix} \varphi &amp;amp; -\varphi^{-1} \\ 1 &amp;amp; 1 \end{pmatrix}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
The closed-form expression for the {{mvar|n}}th element in the Fibonacci sequence is therefore given by&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\begin{align} &lt;br /&gt;
  \begin{pmatrix} F_{n+1} \\ F_n \end{pmatrix} &amp;amp; = &lt;br /&gt;
  A^{n} \begin{pmatrix} F_1 \\ F_0 \end{pmatrix}\ &lt;br /&gt;
  \\ &amp;amp; = S \Lambda^n S^{-1} \begin{pmatrix} F_1 \\ F_0 \end{pmatrix} &lt;br /&gt;
  \\ &amp;amp; = S \begin{pmatrix} \varphi^n &amp;amp; 0 \\ 0 &amp;amp; (-\varphi)^{-n} \end{pmatrix} S^{-1} &lt;br /&gt;
    \begin{pmatrix} F_1 \\ F_0 \end{pmatrix} &lt;br /&gt;
  \\ &amp;amp; = \begin{pmatrix} \varphi &amp;amp; -\varphi^{-1} \\ 1 &amp;amp; 1 \end{pmatrix}&lt;br /&gt;
     \begin{pmatrix}\varphi^n &amp;amp; 0 \\ 0 &amp;amp; (-\varphi)^{-n} \end{pmatrix}&lt;br /&gt;
     \frac{1}{\sqrt{5}}\begin{pmatrix} 1 &amp;amp; \varphi^{-1} \\ -1 &amp;amp; \varphi \end{pmatrix} &lt;br /&gt;
     \begin{pmatrix} 1 \\ 0 \end{pmatrix},&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
which again yields&lt;br /&gt;
&amp;lt;math display=block&amp;gt;&lt;br /&gt;
  F_n = \cfrac{\varphi^n-(-\varphi)^{-n}}{\sqrt{5}}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The matrix {{math|&#039;&#039;&#039;A&#039;&#039;&#039;}} has a [[determinant]] of −1, and thus it is a {{math|2 × 2}} [[unimodular matrix]].&lt;br /&gt;
&lt;br /&gt;
This property can be understood in terms of the [[continued fraction]] representation for the golden ratio {{mvar|φ}}:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;&lt;br /&gt;
  \varphi = 1 + \cfrac{1}{1 + \cfrac{1}{1 + \cfrac{1}{1 + \ddots}}}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
The [[convergent (continued fraction)|convergents]] of the continued fraction for {{mvar|φ}} are ratios of successive Fibonacci numbers: {{math|1=&#039;&#039;φ&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;}} = &#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;+1}} / &#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;}}}} is the {{mvar|n}}-th convergent, and the {{math|(&#039;&#039;n&#039;&#039; + 1)}}-st convergent can be found from the recurrence relation {{math|1=&#039;&#039;φ&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;+1}} = 1 + 1 / &#039;&#039;φ&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;}}}}.&amp;lt;ref&amp;gt;{{Cite web |title=The Golden Ratio, Fibonacci Numbers and Continued Fractions. |url=https://nrich.maths.org/2737 |access-date=2024-03-22 |website=nrich.maths.org |language=en}}&amp;lt;/ref&amp;gt; The matrix formed from successive convergents of any continued fraction has a determinant of +1 or −1. The matrix representation gives the following closed-form expression for the Fibonacci numbers:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;&lt;br /&gt;
  \begin{pmatrix} 1 &amp;amp; 1 \\ 1 &amp;amp; 0 \end{pmatrix}^n = &lt;br /&gt;
  \begin{pmatrix} F_{n+1} &amp;amp; F_n \\ F_n &amp;amp; F_{n-1} \end{pmatrix}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
For a given {{mvar|n}}, this matrix can be computed in {{math|&#039;&#039;O&#039;&#039;(log &#039;&#039;n&#039;&#039;)}} arithmetic operations,{{efn|This counts [[arbitrary-precision arithmetic]] operations as being {{math|&#039;&#039;O&#039;&#039;(1)}}. If taking the bitlength into account, exponentiation by squaring is still a marked improvement, but overall complexity is dominated by the very last multiplication step; there are {{math|&#039;&#039;O&#039;&#039;(&#039;&#039;n&#039;&#039;)}} digits in the result, and the task requires producing all of them.}} using the [[exponentiation by squaring]] method.&lt;br /&gt;
&lt;br /&gt;
Taking the determinant of both sides of this equation yields [[Cassini&#039;s identity]],&lt;br /&gt;
&amp;lt;math display=block&amp;gt;(-1)^n = F_{n+1}F_{n-1} - {F_n}^2.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Moreover, since {{math|&#039;&#039;&#039;A&#039;&#039;&#039;{{sup|&#039;&#039;n&#039;&#039;}}&#039;&#039;&#039;A&#039;&#039;&#039;{{sup|&#039;&#039;m&#039;&#039;}} {{=}} &#039;&#039;&#039;A&#039;&#039;&#039;{{sup|&#039;&#039;n&#039;&#039;+&#039;&#039;m&#039;&#039;}}}} for any [[square matrix]] {{math|&#039;&#039;&#039;A&#039;&#039;&#039;}}, the following [[identity (mathematics)|identities]] can be derived (they are obtained from two different coefficients of the [[matrix product]], and one may easily deduce the second one from the first one by changing {{mvar|n}} into {{math|&#039;&#039;n&#039;&#039; + 1}}),&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\begin{align}&lt;br /&gt;
 {F_m}{F_n} + {F_{m-1}}{F_{n-1}} &amp;amp;= F_{m+n-1}, \\[3mu]&lt;br /&gt;
 F_{m} F_{n+1} + F_{m-1} F_n &amp;amp;= F_{m+n} .&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In particular, with {{math|1=&#039;&#039;m&#039;&#039; = &#039;&#039;n&#039;&#039;}},&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\begin{align}&lt;br /&gt;
 F_{2 n-1} &amp;amp;= {F_n}^2 + {F_{n-1}}^2 \\[6mu]&lt;br /&gt;
 F_{2 n\phantom{{}-1}}   &amp;amp;= (F_{n-1}+F_{n+1})F_n \\[3mu]&lt;br /&gt;
          &amp;amp;= (2 F_{n-1}+F_n)F_n \\[3mu]&lt;br /&gt;
          &amp;amp;= (2 F_{n+1}-F_n)F_n.&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These last two identities provide a way to compute Fibonacci numbers [[Recursion (computer science)|recursively]] in {{math|&#039;&#039;O&#039;&#039;(log &#039;&#039;n&#039;&#039;)}} arithmetic operations. This matches the time for computing the {{mvar|n}}-th Fibonacci number from the closed-form matrix formula, but with fewer redundant steps if one avoids recomputing an already computed Fibonacci number (recursion with [[memoization]]).&amp;lt;ref&amp;gt;{{citation|title=In honour of Fibonacci|first=Edsger W.|last=Dijkstra|author-link=Edsger W. Dijkstra|year=1978|url=https://www.cs.utexas.edu/users/EWD/ewd06xx/EWD654.PDF}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Combinatorial identities ==&lt;br /&gt;
&lt;br /&gt;
=== Combinatorial proofs ===&lt;br /&gt;
Most identities involving Fibonacci numbers can be proved using [[combinatorial proof|combinatorial arguments]] using the fact that &amp;lt;math&amp;gt;F_n&amp;lt;/math&amp;gt; can be interpreted as the number of (possibly empty) sequences of&amp;amp;nbsp;1s and&amp;amp;nbsp;2s whose sum is &amp;lt;math&amp;gt;n-1&amp;lt;/math&amp;gt;. This can be taken as the definition of &amp;lt;math&amp;gt;F_n&amp;lt;/math&amp;gt; with the conventions &amp;lt;math&amp;gt;F_0 = 0&amp;lt;/math&amp;gt;, meaning no such sequence exists whose sum is&amp;amp;nbsp;−1, and &amp;lt;math&amp;gt;F_1 = 1&amp;lt;/math&amp;gt;, meaning the empty sequence &amp;quot;adds up&amp;quot; to 0. In the following, &amp;lt;math&amp;gt;|{...}|&amp;lt;/math&amp;gt; is the [[cardinality]] of a [[set (mathematics)|set]]:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;F_0 = 0 = |\{\}|&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;F_1 = 1 = |\{()\}|&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;F_2 = 1 = |\{(1)\}|&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;F_3 = 2 = |\{(1,1),(2)\}|&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;F_4 = 3 = |\{(1,1,1),(1,2),(2,1)\}|&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;F_5 = 5 = |\{(1,1,1,1),(1,1,2),(1,2,1),(2,1,1),(2,2)\}|&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this manner the recurrence relation&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_n = F_{n-1} + F_{n-2}&amp;lt;/math&amp;gt;&lt;br /&gt;
may be understood by dividing the &amp;lt;math&amp;gt;F_n&amp;lt;/math&amp;gt; sequences into two non-overlapping sets where all sequences either begin with 1 or 2:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_n = |\{(1,...),(1,...),...\}| + |\{(2,...),(2,...),...\}|&amp;lt;/math&amp;gt;&lt;br /&gt;
Excluding the first element, the remaining terms in each sequence sum to &amp;lt;math&amp;gt;n-2&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;n-3&amp;lt;/math&amp;gt; and the cardinality of each set is &amp;lt;math&amp;gt;F_{n-1}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;F_{n-2}&amp;lt;/math&amp;gt; giving a total of &amp;lt;math&amp;gt;F_{n-1}+F_{n-2}&amp;lt;/math&amp;gt; sequences, showing this is equal to &amp;lt;math&amp;gt;F_n&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In a similar manner it may be shown that the sum of the first Fibonacci numbers up to the {{mvar|n}}-th is equal to the {{math|(&#039;&#039;n&#039;&#039; + 2)}}-th Fibonacci number minus&amp;amp;nbsp;1.{{Sfn | Lucas | 1891 | p = 4}}   In symbols:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{i=1}^n F_i = F_{n+2} - 1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This may be seen by dividing all sequences summing to &amp;lt;math&amp;gt;n+1&amp;lt;/math&amp;gt; based on the location of the first 2. Specifically, each set consists of those sequences that start &amp;lt;math&amp;gt;(2,...), (1,2,...), ..., &amp;lt;/math&amp;gt; until the last two sets &amp;lt;math&amp;gt;\{(1,1,...,1,2)\}, \{(1,1,...,1)\}&amp;lt;/math&amp;gt; each with cardinality 1.&lt;br /&gt;
&lt;br /&gt;
Following the same logic as before, by summing the cardinality of each set we see that&lt;br /&gt;
: &amp;lt;math&amp;gt;F_{n+2} = F_n + F_{n-1} + ... + |\{(1,1,...,1,2)\}| + |\{(1,1,...,1)\}|&amp;lt;/math&amp;gt;&lt;br /&gt;
... where the last two terms have the value &amp;lt;math&amp;gt;F_1 = 1&amp;lt;/math&amp;gt;. From this it follows that &amp;lt;math&amp;gt;\sum_{i=1}^n F_i = F_{n+2}-1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
A similar argument, grouping the sums by the position of the first&amp;amp;nbsp;1 rather than the first&amp;amp;nbsp;2 gives two more identities:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{i=0}^{n-1} F_{2 i+1} = F_{2 n}&amp;lt;/math&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{i=1}^{n} F_{2 i} = F_{2 n+1}-1.&amp;lt;/math&amp;gt;&lt;br /&gt;
In words, the sum of the first Fibonacci numbers with [[parity (mathematics)|odd]] index up to &amp;lt;math&amp;gt;F_{2 n-1}&amp;lt;/math&amp;gt; is the {{math|(2&#039;&#039;n&#039;&#039;)}}-th Fibonacci number, and the sum of the first Fibonacci numbers with [[parity (mathematics)|even]] index up to &amp;lt;math&amp;gt;F_{2 n}&amp;lt;/math&amp;gt; is the {{math|(2&#039;&#039;n&#039;&#039; + 1)}}-th Fibonacci number minus&amp;amp;nbsp;1.&amp;lt;ref&amp;gt;{{Citation|title = Fibonacci Numbers |last1 = Vorobiev |first1 = Nikolaĭ Nikolaevich |first2 = Mircea|last2= Martin |publisher = Birkhäuser |year = 2002 |isbn = 978-3-7643-6135-8 |chapter=Chapter 1 |pages = 5–6}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A different trick may be used to prove&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{i=1}^n F_i^2 = F_n F_{n+1}&amp;lt;/math&amp;gt;&lt;br /&gt;
or in words, the sum of the squares of the first Fibonacci numbers up to &amp;lt;math&amp;gt;F_n&amp;lt;/math&amp;gt; is the product of the {{mvar|n}}-th and {{math|(&#039;&#039;n&#039;&#039; + 1)}}-th Fibonacci numbers. To see this, begin with a Fibonacci rectangle of size &amp;lt;math&amp;gt;F_n \times F_{n+1}&amp;lt;/math&amp;gt; and decompose it into squares of size &amp;lt;math&amp;gt;F_n, F_{n-1}, ..., F_1&amp;lt;/math&amp;gt;; from this the identity follows by comparing areas:&lt;br /&gt;
&lt;br /&gt;
[[File:Fibonacci Squares.svg|frameless|260x260px]]&lt;br /&gt;
&lt;br /&gt;
=== Induction proofs ===&lt;br /&gt;
Fibonacci identities often can be easily proved using [[mathematical induction]].&lt;br /&gt;
&lt;br /&gt;
For example, reconsider&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{i=1}^n F_i = F_{n+2} - 1.&amp;lt;/math&amp;gt;&lt;br /&gt;
Adding &amp;lt;math&amp;gt;F_{n+1}&amp;lt;/math&amp;gt; to both sides gives&lt;br /&gt;
: &amp;lt;math&amp;gt;\sum_{i=1}^n F_i + F_{n+1} = F_{n+1} + F_{n+2} - 1&amp;lt;/math&amp;gt;&lt;br /&gt;
and so we have the formula for &amp;lt;math&amp;gt;n+1&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{i=1}^{n+1} F_i = F_{n+3} - 1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Similarly, add &amp;lt;math&amp;gt;{F_{n+1}}^2&amp;lt;/math&amp;gt; to both sides of&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{i=1}^n F_i^2 = F_n F_{n+1}&amp;lt;/math&amp;gt;&lt;br /&gt;
to give&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{i=1}^n F_i^2 + {F_{n+1}}^2 = F_{n+1}\left(F_n + F_{n+1}\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{i=1}^{n+1} F_i^2 = F_{n+1}F_{n+2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Binet formula proofs ===&lt;br /&gt;
&lt;br /&gt;
The Binet formula is&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sqrt5F_n = \varphi^n - \psi^n.&amp;lt;/math&amp;gt;&lt;br /&gt;
This can be used to prove Fibonacci identities.&lt;br /&gt;
&lt;br /&gt;
For example, to prove that &amp;lt;math display=inline&amp;gt;\sum_{i=1}^n F_i = F_{n+2} - 1&amp;lt;/math&amp;gt;&lt;br /&gt;
note that the left hand side multiplied by &amp;lt;math&amp;gt;\sqrt5&amp;lt;/math&amp;gt; becomes&lt;br /&gt;
&amp;lt;math display=block&amp;gt;&lt;br /&gt;
\begin{align}&lt;br /&gt;
1 +&amp;amp; \varphi + \varphi^2 + \dots + \varphi^n - \left(1 + \psi + \psi^2 + \dots + \psi^n \right)\\&lt;br /&gt;
&amp;amp;= \frac{\varphi^{n+1}-1}{\varphi-1} - \frac{\psi^{n+1}-1}{\psi-1}\\&lt;br /&gt;
&amp;amp;= \frac{\varphi^{n+1}-1}{-\psi} - \frac{\psi^{n+1}-1}{-\varphi}\\&lt;br /&gt;
&amp;amp;= \frac{-\varphi^{n+2}+\varphi + \psi^{n+2}-\psi}{\varphi\psi}\\&lt;br /&gt;
&amp;amp;= \varphi^{n+2}-\psi^{n+2}-(\varphi-\psi)\\&lt;br /&gt;
&amp;amp;= \sqrt5(F_{n+2}-1)\\&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
as required, using the facts &amp;lt;math display=inline&amp;gt;\varphi\psi =- 1&amp;lt;/math&amp;gt; and &amp;lt;math display=inline&amp;gt;\varphi-\psi=\sqrt5&amp;lt;/math&amp;gt; to simplify the equations.&lt;br /&gt;
&lt;br /&gt;
== Other identities ==&lt;br /&gt;
Numerous other identities can be derived using various methods. Here are some of them:&amp;lt;ref name=&amp;quot;MathWorld&amp;quot;&amp;gt;{{MathWorld|urlname=FibonacciNumber |title=Fibonacci Number|mode=cs2}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cassini&#039;s and Catalan&#039;s identities ===&lt;br /&gt;
{{Main|Cassini and Catalan identities}}&lt;br /&gt;
&lt;br /&gt;
Cassini&#039;s identity states that&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_n^2 - F_{n+1}F_{n-1} = (-1)^{n-1}&amp;lt;/math&amp;gt;&lt;br /&gt;
Catalan&#039;s identity is a generalization:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_n^2 - F_{n+r}F_{n-r} = (-1)^{n-r}F_r^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== d&#039;Ocagne&#039;s identity ===&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_m F_{n+1} - F_{m+1} F_n = (-1)^n F_{m-n}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_{2 n} = F_{n+1}^2 - F_{n-1}^2 = F_n \left (F_{n+1}+F_{n-1} \right ) = F_nL_n&amp;lt;/math&amp;gt;&lt;br /&gt;
where {{math|&#039;&#039;L&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;}}}} is the {{mvar|n}}-th [[Lucas number]]. The last is an identity for doubling {{mvar|n}}; other identities of this type are&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_{3 n} = 2F_n^3 + 3 F_n F_{n+1} F_{n-1} = 5F_n^3 + 3 (-1)^n F_n&amp;lt;/math&amp;gt;&lt;br /&gt;
by Cassini&#039;s identity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_{3 n+1} = F_{n+1}^3 + 3 F_{n+1}F_n^2 - F_n^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_{3 n+2} = {F_{n+1}}^3 + 3 F_{n+1}^2 F_n + F_n^3&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_{4 n} = 4 F_n F_{n+1} \left ( F_{n+1}^2 + 2F_n^2 \right ) - 3F_n^2 \left (F_n^2 + 2F_{n+1}^2 \right )&amp;lt;/math&amp;gt;&lt;br /&gt;
These can be found experimentally using [[lattice reduction]], and are useful in setting up the [[special number field sieve]] to [[Factorization|factorize]] a Fibonacci number.&lt;br /&gt;
&lt;br /&gt;
More generally,&amp;lt;ref name=&amp;quot;MathWorld&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_{k n+c} = \sum_{i=0}^k \binom k i F_{c-i} F_n^i F_{n+1}^{k-i}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or alternatively&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_{k n+c} = \sum_{i=0}^k \binom k i F_{c+i} F_n^i F_{n-1}^{k-i}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Putting {{math|1=&#039;&#039;k&#039;&#039; = 2}} in this formula, one gets again the formulas of the end of above section [[#Matrix form|Matrix form]].&lt;br /&gt;
&lt;br /&gt;
== Generating functions ==&lt;br /&gt;
=== Ordinary ===&lt;br /&gt;
The [[ordinary generating function]] of the Fibonacci sequence is the [[power series]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;&lt;br /&gt;
s(z) = \sum_{k=0}^\infty F_k z^k = 0 + z + z^2 + 2z^3 + 3z^4 + 5z^5 + \cdots.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This series is convergent for any [[complex number]] &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; satisfying &amp;lt;math&amp;gt;|z| &amp;lt; 1/\varphi \approx 0.618,&amp;lt;/math&amp;gt; and its sum has a simple closed form:&amp;lt;ref&amp;gt;{{Citation | last = Glaister | first = P | title = Fibonacci power series | journal = The Mathematical Gazette | year = 1995 | doi = 10.2307/3618079 | volume = 79 | issue = 486| pages = 521–25 | jstor = 3618079 | s2cid = 116536130 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;s(z)=\frac{z}{1-z-z^2}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This can be proved by multiplying by &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;(1-z-z^2)&amp;lt;/math&amp;gt;:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\begin{align}&lt;br /&gt;
(1 - z- z^2) s(z)&lt;br /&gt;
  &amp;amp;= \sum_{k=0}^{\infty} F_k z^k - \sum_{k=0}^{\infty} F_k z^{k+1} - \sum_{k=0}^{\infty} F_k z^{k+2} \\&lt;br /&gt;
  &amp;amp;= \sum_{k=0}^{\infty} F_k z^k - \sum_{k=1}^{\infty} F_{k-1} z^k - \sum_{k=2}^{\infty} F_{k-2} z^k \\&lt;br /&gt;
  &amp;amp;= 0z^0 + 1z^1 - 0z^1 + \sum_{k=2}^{\infty} (F_k - F_{k-1} - F_{k-2}) z^k \\&lt;br /&gt;
  &amp;amp;= z,&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
where all terms involving &amp;lt;math&amp;gt;z^k&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;k \ge 2&amp;lt;/math&amp;gt; cancel out because of the defining Fibonacci recurrence relation.&lt;br /&gt;
&lt;br /&gt;
Using &amp;lt;math&amp;gt;z={10}^{-n}&amp;lt;/math&amp;gt; lays out the Fibonacci numbers through the second-last number with &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; digits in the decimal expansion of &amp;lt;math&amp;gt;s(z)&amp;lt;/math&amp;gt;. For example, &amp;lt;math display=block&amp;gt;&lt;br /&gt;
s(10^{-3}) = \frac{0.001}{0.998999} = \frac{1000}{998999} = 000.\,001\,001\,002\,003\,005\,008\,013\,\ldots.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [[partial fraction decomposition]] is given by&lt;br /&gt;
&amp;lt;math display=block&amp;gt;s(z) = \frac{1}{\sqrt5}\left(\frac{1}{1 - \varphi z} - \frac{1}{1 - \psi z}\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math display=inline&amp;gt;\varphi = \tfrac12\left(1 + \sqrt{5}\right)&amp;lt;/math&amp;gt; is the golden ratio and &amp;lt;math&amp;gt;\psi = \tfrac12\left(1 - \sqrt{5}\right)&amp;lt;/math&amp;gt; is its [[Conjugate (square roots)|conjugate]].&lt;br /&gt;
&lt;br /&gt;
=== Exponential ===&lt;br /&gt;
The [[exponential generating function]] of the Fibonacci sequence may also be derived from the recurrence relation, giving a [[homogeneous differential equation|homogeneous]] [[linear differential equation]]:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\begin{align}\sum_{k=0}^{\infty} F_{k+2} \frac{x^{k}}{k!} = {} &amp;amp; \sum_{k=0}^{\infty} F_{k+1} \frac{x^{k}}{k!} + \sum_{k=0}^{\infty} F_{k} \frac{x^{k}}{k!}\\&lt;br /&gt;
F^{\prime\prime}(x) = {} &amp;amp; F^{\prime}(x) + F(x)&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
The characteristic polynomial of this equation is &amp;lt;math display=inline&amp;gt;r^2 = r + 1&amp;lt;/math&amp;gt;, to which the solutions are exactly the [[golden ratio]] &amp;lt;math display=inline&amp;gt;\varphi&amp;lt;/math&amp;gt; and its [[conjugate (square roots)|conjugate]] &amp;lt;math display=inline&amp;gt;\psi&amp;lt;/math&amp;gt;. Combined with the initial values &amp;lt;math display=inline&amp;gt;F_{0}=F(0)=0&amp;lt;/math&amp;gt; and &amp;lt;math display=inline&amp;gt;F_{1}=F^{\prime}(0)=1&amp;lt;/math&amp;gt;, the exponential generating function of the Fibonacci numbers is given by the [[entire function]]&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F(x) = \frac{e^{\varphi x} - e^{\psi x}}{\sqrt{5}}&amp;lt;/math&amp;gt;&lt;br /&gt;
Evaluating the [[derivative]]s of the exponential generating function at &amp;lt;math display=inline&amp;gt;x=0&amp;lt;/math&amp;gt; gives [[Binet&#039;s formula]]:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F^{(n)}(0) = F_{n} = \frac{\varphi^{n} - \psi^{n}}{\sqrt{5}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Reciprocal sums ==&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Borwein credits some formulae to {{Citation | author = Landau, E. | title = Sur la Série des Invers de Nombres de Fibonacci | journal = Bull. Soc. Math. France | volume = 27 | year = 1899 | pages = 298–300}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Infinite sums over [[multiplicative inverse|reciprocal]] Fibonacci numbers can sometimes be evaluated in terms of [[theta function]]s. For example, the sum of every odd-indexed reciprocal Fibonacci number can be written as&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{k=1}^\infty \frac{1}{F_{2 k-1}} = \frac{\sqrt{5}}{4} \; \vartheta_2\!\left(0, \frac{3-\sqrt 5}{2}\right)^2 ,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and the sum of squared reciprocal Fibonacci numbers as&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{k=1}^\infty \frac{1}{{F_k}^2} = \frac{5}{24} \!\left(\vartheta_2\!\left(0, \frac{3-\sqrt 5}{2}\right)^4 - \vartheta_4\!\left(0, \frac{3-\sqrt 5}{2}\right)^4 + 1 \right).&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If we add 1 to each Fibonacci number in the first sum, there is also the closed form&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{k=1}^\infty \frac{1}{1+F_{2 k-1}} = \frac{\sqrt{5}}{2},&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and there is a {{em|nested}} sum of squared Fibonacci numbers giving the reciprocal of the [[golden ratio]],&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{k=1}^\infty \frac{(-1)^{k+1}}{\sum_{j=1}^k {F_{j}}^2} = \frac{\sqrt{5}-1}{2} .&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The sum of all even-indexed reciprocal Fibonacci numbers is&amp;lt;ref&amp;gt;{{Citation |last= Landau |first= Edmund |date= 1899 |title= Sur la Série des Invers de Nombres de Fibonacci |language= fr |trans-title= On the Series of Inverse Fibonacci Numbers |journal= Bull. Soc. Math. France |volume= 27 |pages= 298–300 |author-link= Edmund Landau}}, quoted accordingly in {{harvp|Borwein|Borwein|1998|p=95|loc= exercise 3b}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{k=1}^{\infty} \frac{1}{F_{2 k}} = \sqrt{5} \left(L(\psi^2) - L(\psi^4)\right) &amp;lt;/math&amp;gt;&lt;br /&gt;
with the [[Lambert series]] &amp;lt;math&amp;gt;\textstyle L(q) := \sum_{k=1}^{\infty} \frac{q^k}{1-q^k} ,&amp;lt;/math&amp;gt; since &amp;lt;math&amp;gt;\textstyle \frac{1}{F_{2 k}} = \sqrt{5} \left(\frac{\psi^{2 k}}{1-\psi^{2 k}} - \frac{\psi^{4 k}}{1-\psi^{4 k}} \right)\!.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So the [[reciprocal Fibonacci constant]] is&amp;lt;ref&amp;gt;{{Cite OEIS|1=A079586|2=Decimal expansion of Sum_{k&amp;gt;=1} 1/F(k) where F(k) is the {{mvar|k}}-th Fibonacci number|mode=cs2}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{k=1}^{\infty} \frac{1}{F_k} = \sum_{k=1}^\infty \frac{1}{F_{2 k-1}} + \sum_{k=1}^{\infty} \frac {1}{F_{2 k}} = 3.359885666243 \dots&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Moreover, this number has been proved [[irrational number|irrational]] by [[Richard André-Jeannin]].&amp;lt;ref&amp;gt;{{citation&lt;br /&gt;
 | last = André-Jeannin&lt;br /&gt;
 | first = Richard&lt;br /&gt;
 | title = Irrationalité de la somme des inverses de certaines suites récurrentes &lt;br /&gt;
 | language = fr&lt;br /&gt;
 | trans-title = Irrationality of the sum of the reciprocals of certain recurrence sequences&lt;br /&gt;
 | journal = [[Comptes rendus de l&#039;Académie des Sciences|Comptes Rendus de l&#039;Académie des Sciences Série I Sciences mathématiques]]&lt;br /&gt;
 | volume = 308&lt;br /&gt;
 | date = 1989&lt;br /&gt;
 | issue = 19&lt;br /&gt;
 | pages = 539–41&lt;br /&gt;
 |mr=0999451}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Millin&#039;s series&#039;&#039;&#039; gives the identity&amp;lt;ref&amp;gt;{{citation |first=Ross |last= Honsberger |date= 1985 |title= Mathematical Gems III |volume= 9 |series= Dolciani Mathematical Expositions |publisher= American Mathematical Society |isbn=9781470457181 |contribution= Millin&#039;s series |pages= 135–136 |contribution-url= https://books.google.com/books?id=vl_0DwAAQBAJ&amp;amp;pg=PA135}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{k=0}^{\infty} \frac{1}{F_{2^k}} = \frac{7 - \sqrt{5}}{2},&amp;lt;/math&amp;gt;&lt;br /&gt;
which follows from the closed form for its partial sums as {{mvar|N}} tends to infinity:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\sum_{k=0}^N \frac{1}{F_{2^k}} = 3 - \frac{F_{2^N-1}}{F_{2^N}}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Primes and divisibility ==&lt;br /&gt;
&lt;br /&gt;
=== Divisibility properties ===&lt;br /&gt;
Every third number of the sequence is even (a multiple of {{tmath|1= F_3=2}}) and, more generally, every {{nowrap|{{tmath|k}}-th}} number of the sequence is a multiple of {{tmath|F_k}}. Thus the Fibonacci sequence is an example of a [[divisibility sequence]]. In fact, the Fibonacci sequence satisfies the stronger divisibility property&amp;lt;ref&amp;gt;{{Citation | first = Paulo | last = Ribenboim | author-link = Paulo Ribenboim | title = My Numbers, My Friends | publisher = Springer-Verlag | date = 2000}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Citation |last1= Su |first1= Francis E. |date= 2000 |title= Fibonacci GCD&#039;s, Please |website= Mudd Math Fun Facts |publisher= Harvey Mudd College Math Department |url= http://www.math.hmc.edu/funfacts/ffiles/20004.5.shtml |access-date = 2007-02-23 |archive-url= https://web.archive.org/web/20091214092739/http://www.math.hmc.edu/funfacts/ffiles/20004.5.shtml |archive-date= 2009-12-14 |url-status= dead }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\gcd(F_a,F_b,F_c,\ldots) = F_{\gcd(a,b,c,\ldots)}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
where {{math|gcd}} is the [[greatest common divisor]] function. (This relation is different if a different indexing convention is used, such as the one that starts the sequence with {{tmath|1=F_0 = 1}} and {{tmath|1=F_1 = 1}}.)&lt;br /&gt;
&lt;br /&gt;
In particular, any three consecutive Fibonacci numbers are pairwise [[Coprime integers|coprime]] because both &amp;lt;math&amp;gt;F_1=1&amp;lt;/math&amp;gt; and {{tmath|1= F_2 = 1}}. That is,&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\gcd(F_n, F_{n+1}) = \gcd(F_n, F_{n+2}) = \gcd(F_{n+1}, F_{n+2}) = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
for every {{mvar|n}}.&lt;br /&gt;
&lt;br /&gt;
Every [[prime number]] {{mvar|p}} divides a Fibonacci number that can be determined by the value of {{mvar|p}} [[modular arithmetic|modulo]]&amp;amp;nbsp;5. If {{mvar|p}} is congruent to 1 or 4 modulo 5, then {{mvar|p}} divides {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;p&#039;&#039;−1}}}}, and if {{mvar|p}} is congruent to 2 or 3 modulo 5, then, {{mvar|p}} divides {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;p&#039;&#039;+1}}}}. The remaining case is that {{math|1=&#039;&#039;p&#039;&#039; = 5}}, and in this case {{mvar|p}} divides {{mvar|F{{sub|p}}}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\begin{cases} p =5 &amp;amp; \Rightarrow p \mid F_{p}, \\ p \equiv \pm1 \pmod 5 &amp;amp; \Rightarrow p \mid F_{p-1}, \\ p \equiv \pm2 \pmod 5 &amp;amp;  \Rightarrow p \mid F_{p+1}.\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These cases can be combined into a single, non-[[piecewise]] formula, using the [[Legendre symbol]]:&amp;lt;ref&amp;gt;{{citation&lt;br /&gt;
 | last = Williams | first = H. C.&lt;br /&gt;
 | date = 1982&lt;br /&gt;
 | title = A note on the Fibonacci quotient &amp;lt;math&amp;gt;F_{p-\varepsilon}/p&amp;lt;/math&amp;gt;&lt;br /&gt;
 | journal = [[Canadian Mathematical Bulletin]]&lt;br /&gt;
 | pages = 366–70&lt;br /&gt;
 | volume = 25 | issue = 3&lt;br /&gt;
 | mr = 668957&lt;br /&gt;
 | doi = 10.4153/CMB-1982-053-0 | doi-access=free&lt;br /&gt;
 | hdl = 10338.dmlcz/137492 | hdl-access = free&lt;br /&gt;
 }}. Williams calls this property &amp;quot;well known&amp;quot;.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;p \mid F_{p \,-~\! \left(\frac{5}{p}\right)}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Primality testing ===&lt;br /&gt;
The above formula can be used as a [[primality test]] in the sense that if&lt;br /&gt;
&amp;lt;math display=block&amp;gt;n \mid F_{n \,-~\! \left(\frac{5}{n}\right)},&amp;lt;/math&amp;gt;&lt;br /&gt;
where the Legendre symbol has been replaced by the [[Jacobi symbol]], then this is evidence that {{mvar|n}} is a prime, and if it fails to hold, then {{mvar|n}} is definitely not a prime. If {{mvar|n}} is [[composite number|composite]] and satisfies the formula, then {{mvar|n}} is a &#039;&#039;Fibonacci pseudoprime&#039;&#039;. When {{mvar|m}} is large{{snd}}say a 500-[[bit]] number{{snd}}then we can calculate {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;m&#039;&#039;}} (mod &#039;&#039;n&#039;&#039;)}} efficiently using the matrix form. Thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt; \begin{pmatrix} F_{m+1} &amp;amp; F_m \\ F_m &amp;amp; F_{m-1} \end{pmatrix} \equiv \begin{pmatrix} 1 &amp;amp; 1 \\ 1 &amp;amp; 0 \end{pmatrix}^m \pmod n.&amp;lt;/math&amp;gt;&lt;br /&gt;
Here the matrix power {{math|&#039;&#039;A&#039;&#039;{{sup|&#039;&#039;m&#039;&#039;}}}} is calculated using [[modular exponentiation]], which can be [[Modular exponentiation#Matrices|adapted to matrices]].&amp;lt;ref&amp;gt;&#039;&#039;Prime Numbers&#039;&#039;, Richard Crandall, Carl Pomerance, Springer, second edition, 2005, p. 142.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Fibonacci primes ===&lt;br /&gt;
{{Main|Fibonacci prime}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;Fibonacci prime&#039;&#039; is a Fibonacci number that is [[prime number|prime]]. The first few are:&amp;lt;ref&amp;gt;{{Cite OEIS|1=A005478|2=Prime Fibonacci numbers|mode=cs2}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: 2, 3, 5, 13, 89, 233, 1597, 28657, 514229, ...&lt;br /&gt;
&lt;br /&gt;
Fibonacci primes with thousands of digits have been found, but it is not known whether there are infinitely many.&amp;lt;ref&amp;gt;{{citation&lt;br /&gt;
 | last = Diaconis&lt;br /&gt;
 | first = Persi&lt;br /&gt;
 | author-link = Persi Diaconis&lt;br /&gt;
 | editor1-last = Butler&lt;br /&gt;
 | editor1-first = Steve&lt;br /&gt;
 | editor1-link = Steve Butler (mathematician)&lt;br /&gt;
 | editor2-last = Cooper&lt;br /&gt;
 | editor2-first = Joshua&lt;br /&gt;
 | editor3-last = Hurlbert&lt;br /&gt;
 | editor3-first = Glenn&lt;br /&gt;
 | contribution = Probabilizing Fibonacci numbers&lt;br /&gt;
 | contribution-url = https://statweb.stanford.edu/~cgates/PERSI/papers/probabilizing-fibonacci.pdf&lt;br /&gt;
 | isbn = 978-1-107-15398-1&lt;br /&gt;
 | mr = 3821829&lt;br /&gt;
 | pages = 1–12&lt;br /&gt;
 | publisher = Cambridge University Press&lt;br /&gt;
 | title = Connections in Discrete Mathematics: A Celebration of the Work of Ron Graham&lt;br /&gt;
 | year = 2018&lt;br /&gt;
 | access-date = 2022-11-23&lt;br /&gt;
 | archive-date = 2023-11-18&lt;br /&gt;
 | archive-url = https://web.archive.org/web/20231118192225/https://statweb.stanford.edu/~cgates/PERSI/papers/probabilizing-fibonacci.pdf&lt;br /&gt;
 | url-status = dead&lt;br /&gt;
 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;kn&#039;&#039;}}}} is divisible by {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;}}}}, so, apart from {{math|1=&#039;&#039;F&#039;&#039;{{sub|4}} = 3}}, any Fibonacci prime must have a prime index. As there are [[Arbitrarily large|arbitrarily long]] runs of [[composite number]]s, there are therefore also arbitrarily long runs of composite Fibonacci numbers.&lt;br /&gt;
&lt;br /&gt;
No Fibonacci number greater than {{math|1=&#039;&#039;F&#039;&#039;{{sub|6}} = 8}} is one greater or one less than a prime number.&amp;lt;ref&amp;gt;{{Citation | first = Ross | last = Honsberger | title = Mathematical Gems III | journal = AMS Dolciani Mathematical Expositions | year = 1985 | isbn = 978-0-88385-318-4 | page = 133 | issue = 9}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The only nontrivial [[square number|square]] Fibonacci number is 144.&amp;lt;ref&amp;gt;{{citation | last = Cohn | first = J. H. E. | doi = 10.1112/jlms/s1-39.1.537 | journal = The Journal of the London Mathematical Society | mr = 163867 | pages = 537–540 | title = On square Fibonacci numbers | volume = 39 | year = 1964}}&amp;lt;/ref&amp;gt;  Attila Pethő proved in 2001 that there is only a finite number of [[perfect power]] Fibonacci numbers.&amp;lt;ref&amp;gt;{{Citation | first = Attila | last = Pethő | title = Diophantine properties of linear recursive sequences II | journal = Acta Mathematica Academiae Paedagogicae Nyíregyháziensis | volume = 17 | year = 2001 | pages = 81–96}}&amp;lt;/ref&amp;gt; In 2006, Y. Bugeaud, M. Mignotte, and S. Siksek proved that 8 and 144 are the only such non-trivial perfect powers.&amp;lt;ref&amp;gt;{{Citation|first1=Y|last1=Bugeaud|first2=M|last2= Mignotte|first3=S|last3=Siksek|title = Classical and modular approaches to exponential Diophantine equations. I. Fibonacci and Lucas perfect powers | journal = Ann. Math.|volume = 2 | year = 2006 | pages = 969–1018 | issue = 163 | bibcode = 2004math......3046B | arxiv = math/0403046| doi = 10.4007/annals.2006.163.969|s2cid=10266596}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The only [[triangular number|triangular]] Fibonacci numbers are 1, 3, 21, and 55, which was [[conjecture]]d by [[Verner Emil Hoggatt Jr.|Vern Hoggatt]] and proved by Luo Ming.&amp;lt;ref&amp;gt;{{Citation|first=Ming|last=Luo|title = On triangular Fibonacci numbers | journal = Fibonacci Quart. | volume = 27 | issue = 2 | year = 1989 | pages = 98–108 |doi=10.1080/00150517.1989.12429576 | url = https://www.fq.math.ca/Scanned/27-2/ming.pdf }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No Fibonacci number can be a [[perfect number]].&amp;lt;ref name=&amp;quot;Luca2000&amp;quot;&amp;gt;{{citation | first=Florian | last=Luca | title=Perfect Fibonacci and Lucas numbers | journal=Rendiconti del Circolo Matematico di Palermo | year=2000 | volume=49 | issue=2 | pages=313–18 | doi=10.1007/BF02904236 | mr=1765401 | s2cid=121789033 | issn=1973-4409 }}&amp;lt;/ref&amp;gt; More generally, no Fibonacci number other than 1 can be [[multiply perfect number|multiply perfect]],&amp;lt;ref name=&amp;quot;BGLLHT2011&amp;quot;&amp;gt;{{citation | first1=Kevin A. | last1=Broughan | first2=Marcos J. | last2=González | first3=Ryan H. | last3=Lewis | first4=Florian | last4=Luca | first5=V. Janitzio | last5=Mejía Huguet | first6=Alain | last6=Togbé | title=There are no multiply-perfect Fibonacci numbers | journal=Integers | year=2011 | volume=11a | page=A7 | url=https://math.colgate.edu/~integers/vol11a.html | mr=2988067 }}&amp;lt;/ref&amp;gt; and no ratio of two Fibonacci numbers can be perfect.&amp;lt;ref name=&amp;quot;LucaMH2010&amp;quot;&amp;gt;{{citation | first1=Florian | last1=Luca | first2= V. Janitzio | last2=Mejía Huguet | title=On Perfect numbers which are ratios of two Fibonacci numbers | journal=Annales Mathematicae at Informaticae | year=2010 | volume=37 | pages=107–24 | url=http://ami.ektf.hu/index.php?vol=37 | mr=2753031 | issn=1787-6117 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Prime divisors ===&lt;br /&gt;
With the exceptions of 1, 8 and 144 ({{math|1=&#039;&#039;F&#039;&#039;{{sub|1}} = &#039;&#039;F&#039;&#039;{{sub|2}}}}, {{math|&#039;&#039;F&#039;&#039;{{sub|6}}}} and {{math|&#039;&#039;F&#039;&#039;{{sub|12}}}}) every Fibonacci number has a prime factor that is not a factor of any smaller Fibonacci number ([[Carmichael&#039;s theorem]]).&amp;lt;ref&amp;gt;{{Citation | first = Ron | last = Knott | url = http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibtable.html | title = The Fibonacci numbers | publisher = Surrey | place = UK}}&amp;lt;/ref&amp;gt; As a result, 8 and 144 ({{math|&#039;&#039;F&#039;&#039;{{sub|6}}}} and {{math|&#039;&#039;F&#039;&#039;{{sub|12}}}}) are the only Fibonacci numbers that are the product of other Fibonacci numbers.&amp;lt;ref&amp;gt;{{Cite OEIS|1=A235383|2=Fibonacci numbers that are the product of other Fibonacci numbers|mode=cs2}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The divisibility of Fibonacci numbers by a prime {{mvar|p}} is related to the [[Legendre symbol]] &amp;lt;math&amp;gt;\bigl(\tfrac{p}{5}\bigr)&amp;lt;/math&amp;gt; which is evaluated as follows:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\left(\frac{p}{5}\right) = \begin{cases} 0 &amp;amp; \text{if } p = 5\\ 1 &amp;amp; \text{if } p \equiv \pm 1 \pmod 5\\ -1 &amp;amp; \text{if } p \equiv \pm 2 \pmod 5.\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If {{mvar|p}} is a prime number then&lt;br /&gt;
&amp;lt;math display=block&amp;gt; F_p \equiv \left(\frac{p}{5}\right) \pmod p \quad \text{and}\quad F_{p-\left(\frac{p}{5}\right)} \equiv 0 \pmod p.&amp;lt;/math&amp;gt;&amp;lt;ref&amp;gt;{{Citation | first = Paulo | last = Ribenboim | author-link = Paulo Ribenboim | year = 1996 | title = The New Book of Prime Number Records | place = New York | publisher = Springer | isbn = 978-0-387-94457-9 | page = 64}}&amp;lt;/ref&amp;gt;{{Sfn | Lemmermeyer | 2000 | loc = ex. 2.25–28 | pp = 73–74}}&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\begin{align}&lt;br /&gt;
\bigl(\tfrac{2}{5}\bigr) &amp;amp;= -1, &amp;amp;F_3  &amp;amp;= 2, &amp;amp;F_2&amp;amp;=1, \\&lt;br /&gt;
\bigl(\tfrac{3}{5}\bigr) &amp;amp;= -1, &amp;amp;F_4  &amp;amp;= 3,&amp;amp;F_3&amp;amp;=2, \\&lt;br /&gt;
\bigl(\tfrac{5}{5}\bigr) &amp;amp;= 0, &amp;amp;F_5  &amp;amp;= 5, \\&lt;br /&gt;
\bigl(\tfrac{7}{5}\bigr) &amp;amp;= -1, &amp;amp;F_8  &amp;amp;= 21,&amp;amp;F_7&amp;amp;=13, \\&lt;br /&gt;
\bigl(\tfrac{11}{5}\bigr)&amp;amp; = +1, &amp;amp;F_{10}&amp;amp;  = 55, &amp;amp;F_{11}&amp;amp;=89.&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is not known whether there exists a prime {{mvar|p}} such that&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_{p\,-~\!\left(\frac{p}{5}\right)} \equiv 0 \pmod{p^2}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Such primes (if there are any) would be called [[Wall–Sun–Sun prime]]s.&lt;br /&gt;
&lt;br /&gt;
Also, if {{math|&#039;&#039;p&#039;&#039; ≠ 5}} is an odd prime number then:{{Sfn | Lemmermeyer | 2000 | loc = ex. 2.28 | pp = 73–74}}&lt;br /&gt;
&amp;lt;math display=block&amp;gt;5 {F_{\frac{p \pm 1}{2}}}^2 \equiv \begin{cases}&lt;br /&gt;
\tfrac{1}{2} \left (5\bigl(\tfrac{p}{5}\bigr)\pm 5 \right ) \pmod p &amp;amp; \text{if } p \equiv 1 \pmod 4\\&lt;br /&gt;
\tfrac{1}{2} \left (5\bigl(\tfrac{p}{5}\bigr)\mp 3 \right ) \pmod p &amp;amp; \text{if } p \equiv 3 \pmod 4.&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1.&#039;&#039;&#039; {{math|1=&#039;&#039;p&#039;&#039; = 7}}, in this case {{math|1=&#039;&#039;p&#039;&#039; ≡ 3 (mod 4)}} and we have:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\bigl(\tfrac{7}{5}\bigr) = -1: \qquad \tfrac{1}{2}\left(5 \bigl(\tfrac{7}{5}\bigr)+3 \right ) =-1, \quad \tfrac{1}{2} \left(5\bigl(\tfrac{7}{5}\bigr)-3 \right )=-4.&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_3=2 \text{ and } F_4=3.&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;5{F_3}^2=20\equiv -1 \pmod {7}\;\;\text{ and }\;\;5{F_4}^2=45\equiv -4 \pmod {7}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2.&#039;&#039;&#039; {{math|1=&#039;&#039;p&#039;&#039; = 11}}, in this case {{math|1=&#039;&#039;p&#039;&#039; ≡ 3 (mod 4)}} and we have:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\bigl(\tfrac{11}{5}\bigr) = +1: \qquad  \tfrac{1}{2}\left( 5\bigl(\tfrac{11}{5}\bigr)+3 \right)=4, \quad \tfrac{1}{2} \left(5\bigl(\tfrac{11}{5}\bigr)- 3 \right)=1.&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_5=5 \text{ and } F_6=8.&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;5{F_5}^2=125\equiv 4 \pmod {11} \;\;\text{ and }\;\;5{F_6}^2=320\equiv 1 \pmod {11}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 3.&#039;&#039;&#039; {{math|1=&#039;&#039;p&#039;&#039; = 13}}, in this case {{math|1=&#039;&#039;p&#039;&#039; ≡ 1 (mod 4)}} and we have:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\bigl(\tfrac{13}{5}\bigr) = -1: \qquad \tfrac{1}{2}\left(5\bigl(\tfrac{13}{5}\bigr)-5 \right) =-5, \quad \tfrac{1}{2}\left(5\bigl(\tfrac{13}{5}\bigr)+ 5 \right)=0.&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_6=8 \text{ and } F_7=13.&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;5{F_6}^2=320\equiv -5 \pmod {13} \;\;\text{ and }\;\;5{F_7}^2=845\equiv 0 \pmod {13}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 4.&#039;&#039;&#039; {{math|1=&#039;&#039;p&#039;&#039; = 29}}, in this case {{math|1=&#039;&#039;p&#039;&#039; ≡ 1 (mod 4)}} and we have:&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\bigl(\tfrac{29}{5}\bigr) = +1: \qquad \tfrac{1}{2}\left(5\bigl(\tfrac{29}{5}\bigr)-5 \right)=0, \quad \tfrac{1}{2}\left(5\bigl(\tfrac{29}{5}\bigr)+5 \right)=5.&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_{14}=377 \text{ and } F_{15}=610.&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math display=block&amp;gt;5{F_{14}}^2=710645\equiv 0 \pmod {29} \;\;\text{ and }\;\;5{F_{15}}^2=1860500\equiv 5 \pmod {29}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For odd {{mvar|n}}, all odd prime divisors of {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;}}}} are congruent to 1 modulo 4, implying that all odd divisors of {{math|1=&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;}}}} (as the products of odd prime divisors) are congruent to 1 modulo 4.{{Sfn | Lemmermeyer | 2000 | loc = ex. 2.27 | p = 73}}&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_1 = 1,\ F_3 = 2,\ F_5 = 5,\ F_7 = 13,\ F_9 = {\color{Red}34} = 2 \cdot 17,\ F_{11} = 89,\ F_{13} = 233,\ F_{15} = {\color{Red}610} = 2 \cdot 5 \cdot 61.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All known factors of Fibonacci numbers {{math|&#039;&#039;F&#039;&#039;(&#039;&#039;i&#039;&#039;)}} for all {{math|&#039;&#039;i&#039;&#039; &amp;lt; 50000}} are collected at the relevant repositories.&amp;lt;ref&amp;gt;{{Citation | url = https://mersennus.net/fibonacci/ | title = Fibonacci and Lucas factorizations | publisher = Mersennus}} collects all known factors of {{math|&#039;&#039;F&#039;&#039;(&#039;&#039;i&#039;&#039;)}} with {{math|&#039;&#039;i&#039;&#039; &amp;lt; 10000}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Citation | url =http://fibonacci.redgolpe.com/ | title = Factors of Fibonacci and Lucas numbers | publisher = Red golpe}} collects all known factors of {{math|&#039;&#039;F&#039;&#039;(&#039;&#039;i&#039;&#039;)}} with {{math|10000 &amp;lt; &#039;&#039;i&#039;&#039; &amp;lt; 50000}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Periodicity modulo &#039;&#039;n&#039;&#039; ===&lt;br /&gt;
{{Main|Pisano period}}&lt;br /&gt;
&lt;br /&gt;
If the members of the Fibonacci sequence are taken mod&amp;amp;nbsp;{{mvar|n}}, the resulting sequence is [[periodic sequence|periodic]] with period at most&amp;amp;nbsp;{{math|6&#039;&#039;n&#039;&#039;}}.&amp;lt;ref&amp;gt;{{Citation | title = Problems and Solutions: Solutions: E3410 | last1 = Freyd | first1 = Peter | last2 = Brown | first2 = Kevin S. | journal = The American Mathematical Monthly | volume = 99 | issue = 3 | pages = 278–79 |date= 1993 | doi=10.2307/2325076| jstor = 2325076 }}&amp;lt;/ref&amp;gt; The lengths of the periods for various {{mvar|n}} form the so-called [[Pisano period]]s.&amp;lt;ref&amp;gt;{{Cite OEIS|1=A001175|2=Pisano periods (or Pisano numbers): period of Fibonacci numbers mod n|mode=cs2}}&amp;lt;/ref&amp;gt; Determining a general formula for the Pisano periods is an [[open problem]], which includes as a subproblem a special instance of the problem of finding the [[multiplicative order]] of a [[modular arithmetic|modular integer]] or of an element in a [[finite field]]. However, for any particular {{mvar|n}}, the Pisano period may be found as an instance of [[cycle detection]].&lt;br /&gt;
&lt;br /&gt;
== Generalizations ==&lt;br /&gt;
{{Main|Generalizations of Fibonacci numbers}}&lt;br /&gt;
&lt;br /&gt;
The Fibonacci sequence is one of the simplest and earliest known sequences defined by a [[recurrence relation]], and specifically by a linear [[difference equation]]. All these sequences may be viewed as generalizations of the Fibonacci sequence. In particular, Binet&#039;s formula may be generalized to any sequence that is a solution of a [[linear recurrence with constant coefficients|homogeneous linear difference equation with constant coefficients]].&lt;br /&gt;
&lt;br /&gt;
Some specific examples that are close, in some sense, to the Fibonacci sequence include:&lt;br /&gt;
* Generalizing the index to negative integers to produce the [[negafibonacci]] numbers.&lt;br /&gt;
* Generalizing the index to [[real number]]s using a modification of Binet&#039;s formula.&amp;lt;ref name=&amp;quot;MathWorld&amp;quot; /&amp;gt;&lt;br /&gt;
* Starting with other integers. [[Lucas number]]s have {{math|1=&#039;&#039;L&#039;&#039;{{sub|1}} = 1}}, {{math|1=&#039;&#039;L&#039;&#039;{{sub|2}} = 3}}, and {{math|1=&#039;&#039;L{{sub|n}}&#039;&#039; = &#039;&#039;L&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;−1}} + &#039;&#039;L&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;−2}}}}. [[Primefree sequence]]s use the Fibonacci recursion with other starting points to generate sequences in which all numbers are composite.&lt;br /&gt;
* Letting a number be a linear function (other than the sum) of the 2 preceding numbers. The [[Pell number]]s have {{math|1=&#039;&#039;P{{sub|n}}&#039;&#039; = 2&#039;&#039;P&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;−1}} + &#039;&#039;P&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;−2}}}}. If the coefficient of the preceding value is assigned a variable value {{mvar|x}}, the result is the sequence of [[Fibonacci polynomials]].&lt;br /&gt;
* Not adding the immediately preceding numbers. The [[Padovan sequence]] and [[Perrin number]]s have {{math|1=&#039;&#039;P&#039;&#039;(&#039;&#039;n&#039;&#039;) = &#039;&#039;P&#039;&#039;(&#039;&#039;n&#039;&#039; − 2) + &#039;&#039;P&#039;&#039;(&#039;&#039;n&#039;&#039; − 3)}}.&lt;br /&gt;
* Generating the next number by adding 3 numbers (tribonacci numbers), 4 numbers (tetranacci numbers), or more. The resulting sequences are known as &#039;&#039;k-Step Fibonacci numbers&#039;&#039;.&amp;lt;ref&amp;gt;{{citation&lt;br /&gt;
 | last1 = Lü | first1 = Kebo&lt;br /&gt;
 | last2 = Wang | first2 = Jun&lt;br /&gt;
 | journal = Utilitas Mathematica&lt;br /&gt;
 | mr = 2278830&lt;br /&gt;
 | pages = 169–177&lt;br /&gt;
 | title = {{mvar|k}}-step Fibonacci sequence modulo {{mvar|m}}&lt;br /&gt;
 | url = https://utilitasmathematica.com/index.php/Index/article/view/410&lt;br /&gt;
 | volume = 71&lt;br /&gt;
 | year = 2006}}&amp;lt;/ref&amp;gt; They are also commonly referred to as &#039;&#039;k-bonacci numbers&#039;&#039;.&amp;lt;ref&amp;gt;{{citation&lt;br /&gt;
 | title = Generalized Fibonacci polynomials&lt;br /&gt;
 | last1 = Hoggatt Jr  | first1 = VE&lt;br /&gt;
 | last2 = Bicknell | first2 = Marjorie&lt;br /&gt;
 | journal = The Fibonacci Quarterly&lt;br /&gt;
 | volume = 11&lt;br /&gt;
 | number = 5&lt;br /&gt;
| year = 1973&lt;br /&gt;
| publisher = [[Taylor &amp;amp; Francis]]&lt;br /&gt;
}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
&lt;br /&gt;
=== Mathematics ===&lt;br /&gt;
&lt;br /&gt;
[[File:Pascal triangle fibonacci.svg|thumb|upright=1.2|The Fibonacci numbers are the sums of the diagonals (shown in red) of a left-justified [[Pascal&#039;s triangle]].]]&lt;br /&gt;
The Fibonacci numbers occur as the sums of [[binomial coefficient]]s in the &amp;quot;shallow&amp;quot; diagonals of [[Pascal&#039;s triangle]]:{{Sfn | Lucas | 1891 | p = 7}}&lt;br /&gt;
&amp;lt;math display=block&amp;gt;F_n = \sum_{k=0}^{\left\lfloor\frac{n-1}{2}\right\rfloor} \binom{n-k-1}{k}.&amp;lt;/math&amp;gt;&lt;br /&gt;
This can be proved by expanding the generating function&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\frac{x}{1-x-x^2} = x + x^2(1+x) + x^3(1+x)^2 + \dots + x^{k+1}(1+x)^k + \dots = \sum\limits_{n=0}^\infty F_n x^n&amp;lt;/math&amp;gt;&lt;br /&gt;
and collecting like terms of &amp;lt;math&amp;gt;x^n&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
To see how the formula is used, we can arrange the sums by the number of terms present:&lt;br /&gt;
:{|&lt;br /&gt;
| {{math|5}}&lt;br /&gt;
| {{math|1== 1+1+1+1+1}}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{math|1== 2+1+1+1}}&lt;br /&gt;
| {{math|1== 1+2+1+1}}&lt;br /&gt;
| {{math|1== 1+1+2+1}}&lt;br /&gt;
| {{math|1== 1+1+1+2}}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{math|1== 2+2+1}}&lt;br /&gt;
| {{math|1== 2+1+2}}&lt;br /&gt;
| {{math|1== 1+2+2}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
which is &amp;lt;math&amp;gt;\textstyle \binom{5}{0}+\binom{4}{1}+\binom{3}{2}&amp;lt;/math&amp;gt;, where we are choosing the positions of {{mvar|k}} twos from {{math|&#039;&#039;n&#039;&#039;−&#039;&#039;k&#039;&#039;−1}} terms.&lt;br /&gt;
&lt;br /&gt;
[[File:Fibonacci climbing stairs.svg|thumb|right|Use of the Fibonacci sequence to count {{nowrap|{1,&amp;amp;thinsp;2}-restricted}} compositions]]&lt;br /&gt;
These numbers also give the solution to certain enumerative problems,&amp;lt;ref&amp;gt;{{citation|last=Stanley|first=Richard|title=Enumerative Combinatorics I (2nd ed.)|year=2011|publisher=Cambridge Univ. Press|isbn=978-1-107-60262-5|page=121, Ex 1.35}}&amp;lt;/ref&amp;gt; the most common of which is that of counting the number of ways of writing a given number {{mvar|n}} as an ordered sum of 1s and 2s (called [[composition (combinatorics)#Number of compositions|compositions]]); there are {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;+1}}}} ways to do this (equivalently, it&#039;s also the number of [[domino tiling]]s of the &amp;lt;math&amp;gt;2\times n&amp;lt;/math&amp;gt; rectangle). For example, there are {{math|1=&#039;&#039;F&#039;&#039;{{sub|5+1}} = &#039;&#039;F&#039;&#039;{{sub|6}} = 8}} ways one can climb a staircase of 5 steps, taking one or two steps at a time:&lt;br /&gt;
:{|&lt;br /&gt;
| {{math|5}}&lt;br /&gt;
| {{math|1== 1+1+1+1+1}}&lt;br /&gt;
| {{math|1== 2+1+1+1}}&lt;br /&gt;
| {{math|1== 1+2+1+1}}&lt;br /&gt;
| {{math|1== 1+1+2+1}}&lt;br /&gt;
| {{math|1== 2+2+1}}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| {{math|1== 1+1+1+2}}&lt;br /&gt;
| {{math|1== 2+1+2}}&lt;br /&gt;
| {{math|1== 1+2+2}}&lt;br /&gt;
|}&lt;br /&gt;
The figure shows that 8 can be decomposed into 5 (the number of ways to climb 4 steps, followed by a single-step) plus 3 (the number of ways to climb 3 steps, followed by a double-step). The same reasoning is applied [[recursion|recursively]] until a single step, of which there is only one way to climb.&lt;br /&gt;
&lt;br /&gt;
The Fibonacci numbers can be found in different ways among the set of [[binary numeral system|binary]] [[String (computer science)|strings]], or equivalently, among the [[subset]]s of a given set.&lt;br /&gt;
* The number of binary strings of length {{mvar|n}} without consecutive {{mono|1}}s is the Fibonacci number {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;+2}}}}. For example, out of the 16 binary strings of length 4, there are {{math|1=&#039;&#039;F&#039;&#039;{{sub|6}} = 8}} without consecutive {{math|1}}s—they are {{mono|0000}}, {{mono|0001}}, {{mono|0010}}, {{mono|0100}}, {{mono|0101}}, {{mono|1000}}, {{mono|1001}}, and {{mono|1010}}. Such strings are the binary representations of [[Fibbinary number]]s. Equivalently, {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;+2}}}} is the number of subsets {{mvar|S}} of {{math|{{mset|1, ..., &#039;&#039;n&#039;&#039;}}}} without consecutive integers, that is, those {{mvar|S}} for which {{math|{{mset|&#039;&#039;i&#039;&#039;, &#039;&#039;i&#039;&#039; + 1}} ⊈ &#039;&#039;S&#039;&#039;}} for every {{mvar|i}}. A [[bijection]] with the sums to {{math|&#039;&#039;n&#039;&#039;+1}} is to replace 1 with {{mono|0}} and 2 with {{mono|10}}, and drop the last zero.&lt;br /&gt;
* The number of binary strings of length {{mvar|n}} without an odd number of consecutive {{mono|1}}s is the Fibonacci number {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;+1}}}}. For example, out of the 16 binary strings of length 4, there are {{math|1=&#039;&#039;F&#039;&#039;{{sub|5}} = 5}} without an odd number of consecutive {{mono|1}}s—they are {{mono|0000}}, {{mono|0011}}, {{mono|0110}}, {{mono|1100}}, {{mono|1111}}. Equivalently, the number of subsets {{mvar|S}} of {{math|{{mset|1, ..., &#039;&#039;n&#039;&#039;}}}} without an odd number of consecutive integers is {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;+1}}}}. A bijection with the sums to {{mvar|n}} is to replace 1 with {{mono|0}} and 2 with {{mono|11}}.&lt;br /&gt;
* The number of binary strings of length {{mvar|n}} without an even number of consecutive {{mono|0}}s or {{mono|1}}s is {{math|2&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;}}}}. For example, out of the 16 binary strings of length 4, there are {{math|1=2&#039;&#039;F&#039;&#039;{{sub|4}} = 6}} without an even number of consecutive {{mono|0}}s or {{mono|1}}s—they are {{mono|0001}}, {{mono|0111}}, {{mono|0101}}, {{mono|1000}}, {{mono|1010}}, {{mono|1110}}. There is an equivalent statement about subsets.&lt;br /&gt;
* [[Yuri Matiyasevich]] was able to show that the Fibonacci numbers can be defined by a [[Diophantine equation]], which led to [[Matiyasevich&#039;s theorem|his solving]] [[Hilbert&#039;s tenth problem]].&amp;lt;ref&amp;gt;{{citation|title=Review of Yuri V. Matiyasevich, &#039;&#039;Hibert&#039;s Tenth Problem&#039;&#039;|journal=Modern Logic|first=Valentina|last=Harizanov|author-link=Valentina Harizanov|volume=5|issue=3|year=1995|pages=345–55|url=https://projecteuclid.org/euclid.rml/1204900767}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* The Fibonacci numbers are also an example of a [[complete sequence]]. This means that every positive integer can be written as a sum of Fibonacci numbers, where any one number is used once at most.&lt;br /&gt;
* Moreover, every positive integer can be written in a unique way as the sum of &#039;&#039;one or more&#039;&#039; distinct Fibonacci numbers in such a way that the sum does not include any two consecutive Fibonacci numbers. This is known as [[Zeckendorf&#039;s theorem]], and a sum of Fibonacci numbers that satisfies these conditions is called a Zeckendorf representation. The Zeckendorf representation of a number can be used to derive its [[Fibonacci coding]].&lt;br /&gt;
* Starting with 5, every second Fibonacci number is the length of the [[hypotenuse]] of a [[right triangle]] with integer sides, or in other words, the largest number in a [[Pythagorean triple]], obtained from the formula &amp;lt;math display=block&amp;gt;(F_n F_{n+3})^2 + (2 F_{n+1}F_{n+2})^2 = {F_{2 n+3}}^2.&amp;lt;/math&amp;gt; The sequence of Pythagorean triangles obtained from this formula has sides of lengths (3,4,5), (5,12,13), (16,30,34), (39,80,89), ...&amp;amp;thinsp;. The middle side of each of these triangles is the sum of the three sides of the preceding triangle.&amp;lt;ref&amp;gt;{{citation&lt;br /&gt;
 | last = Pagni | first = David&lt;br /&gt;
 | date = September 2001&lt;br /&gt;
 | issue = 4&lt;br /&gt;
 | journal = Mathematics in School&lt;br /&gt;
 | jstor = 30215477&lt;br /&gt;
 | pages = 39–40&lt;br /&gt;
 | title = Fibonacci Meets Pythagoras&lt;br /&gt;
 | volume = 30}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* The [[Fibonacci cube]] is an [[undirected graph]] with a Fibonacci number of nodes that has been proposed as a [[network topology]] for [[parallel computing]].&lt;br /&gt;
* Fibonacci numbers appear in the [[ring lemma]], used to prove connections between the [[circle packing theorem]] and [[conformal map]]s.&amp;lt;ref&amp;gt;{{citation|last=Stephenson|first=Kenneth|isbn=978-0-521-82356-2|mr=2131318|publisher=Cambridge University Press|title=Introduction to Circle Packing: The Theory of Discrete Analytic Functions|title-link=Introduction to Circle Packing|year=2005}}; see especially Lemma 8.2 (Ring Lemma), [https://books.google.com/books?id=38PxEmKKhysC&amp;amp;pg=PA73 pp. 73–74], and Appendix B, The Ring Lemma, pp. 318–321.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Computer science ===&lt;br /&gt;
[[File:Fibonacci Tree 6.svg|thumb|upright=1.2|Fibonacci tree of height 6. [[AVL tree#Balance factor|Balance factor]]s green; heights red.&amp;lt;br /&amp;gt;The keys in the left spine are Fibonacci numbers.]]&lt;br /&gt;
&lt;br /&gt;
* The Fibonacci numbers are important in [[Analysis of algorithms|computational run-time analysis]] of [[Euclidean algorithm|Euclid&#039;s algorithm]] to determine the [[greatest common divisor]] of two integers: the worst case input for this algorithm is a pair of consecutive Fibonacci numbers.&amp;lt;ref&amp;gt;{{Citation| first= Donald E |last= Knuth| author-link= Donald Knuth | year =1997|title=The Art of Computer Programming | volume = 1: Fundamental Algorithms|edition= 3rd | publisher = Addison–Wesley |isbn=978-0-201-89683-1 | page = 343}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Fibonacci numbers are used in a polyphase version of the [[merge sort]] algorithm in which an unsorted list is divided into two lists whose lengths correspond to sequential Fibonacci numbers—by dividing the list so that the two parts have lengths in the approximate proportion {{mvar|φ}}. A tape-drive implementation of the [[polyphase merge sort]] was described in &#039;&#039;[[The Art of Computer Programming]]&#039;&#039;.&lt;br /&gt;
* {{anchor|Fibonacci Tree}}A Fibonacci tree is a [[binary tree]] whose child trees (recursively) differ in [[Tree height|height]] by exactly 1. So it is an [[AVL tree]], and one with the fewest nodes for a given height—the &amp;quot;thinnest&amp;quot; AVL tree. These trees have a number of vertices that is a Fibonacci number minus one, an important fact in the analysis of AVL trees.&amp;lt;ref&amp;gt;{{citation|last1=Adelson-Velsky|first1=Georgy|last2=Landis|first2=Evgenii|year=1962|title=An algorithm for the organization of information|journal=[[Proceedings of the USSR Academy of Sciences]]|volume=146|pages=263–266|language=ru}} [https://zhjwpku.com/assets/pdf/AED2-10-avl-paper.pdf English translation] by Myron J. Ricci in &#039;&#039;Soviet Mathematics - Doklady&#039;&#039;, 3:1259–1263, 1962.&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Fibonacci numbers are used by some [[pseudorandom number generator]]s.&amp;lt;!-- Knuth vol. 2 --&amp;gt;&lt;br /&gt;
* Fibonacci numbers arise in the analysis of the [[Fibonacci heap]] data structure.&lt;br /&gt;
* A one-dimensional optimization method, called the [[Fibonacci search technique]], uses Fibonacci numbers.&amp;lt;ref&amp;gt;{{Citation| first1 = M | last1 = Avriel | first2 = DJ | last2 = Wilde | title= Optimality of the Symmetric Fibonacci Search Technique |journal=Fibonacci Quarterly|year=1966 |issue=3 |pages= 265–69| doi = 10.1080/00150517.1966.12431364 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* The Fibonacci number series is used for optional [[lossy compression]] in the [[Interchange File Format|IFF]] [[8SVX]] audio file format used on [[Amiga]] computers. The number series [[companding|compands]] the original audio wave similar to logarithmic methods such as [[μ-law]].&amp;lt;ref&amp;gt;{{Citation | title = Amiga ROM Kernel Reference Manual | publisher = Addison–Wesley | year = 1991}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Citation | url = https://wiki.multimedia.cx/index.php?title=IFF#Fibonacci_Delta_Compression | contribution = IFF | title = Multimedia Wiki}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Some Agile teams use a modified series called the &amp;quot;Modified Fibonacci Series&amp;quot; in [[planning poker]], as an estimation tool. Planning Poker is a formal part of the [[Scaled agile framework|Scaled Agile Framework]].&amp;lt;ref&amp;gt;{{citation|author=Dean Leffingwell |url=https://www.scaledagileframework.com/story/ |title=Story |publisher=Scaled Agile Framework |date=2021-07-01 |access-date=2022-08-15}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[Fibonacci coding]]&lt;br /&gt;
* [[Negafibonacci coding]]&lt;br /&gt;
&lt;br /&gt;
=== Nature ===&lt;br /&gt;
{{Further|Patterns in nature}}&lt;br /&gt;
{{see also|Golden ratio#Nature}}&lt;br /&gt;
[[File:FibonacciChamomile.PNG|thumb|[[Yellow chamomile]] head showing the arrangement in 21 (blue) and 13 (cyan) spirals. Such arrangements involving consecutive Fibonacci numbers appear in a wide variety of plants.]]&lt;br /&gt;
&lt;br /&gt;
Fibonacci sequences appear in biological settings,&amp;lt;ref&amp;gt;{{Citation |first1=S |last1=Douady |first2=Y |last2=Couder |title=Phyllotaxis as a Dynamical Self Organizing Process |journal=Journal of Theoretical Biology |year=1996 |issue=3 |pages=255–74 |url=http://www.math.ntnu.no/~jarlet/Douady96.pdf |doi=10.1006/jtbi.1996.0026 |volume=178 |url-status=dead |archive-url=https://web.archive.org/web/20060526054108/http://www.math.ntnu.no/~jarlet/Douady96.pdf |archive-date=2006-05-26 }}&amp;lt;/ref&amp;gt; such as branching in trees, [[Phyllotaxis|arrangement of leaves on a stem]], the fruitlets of a [[pineapple]],&amp;lt;ref&amp;gt;{{Citation | first1=Judy |last1=Jones | first2=William | last2=Wilson |title=An Incomplete Education |publisher=Ballantine Books |year=2006 |isbn=978-0-7394-7582-9 |page=544 |chapter=Science}}&amp;lt;/ref&amp;gt; the flowering of [[artichoke]], the leaves of the spiral aloe&amp;lt;ref&amp;gt;{{Cite web |title=The Wonder of Fibonacci in our Gardens {{!}} UC Master Gardeners of San Mateo &amp;amp; San Francisco Counties |url=https://ucanr.edu/blog/uc-master-gardeners-san-mateo-san-francisco-counties/article/wonder-fibonacci-our-gardens |access-date=2025-11-18 |website=ucanr.edu |language=en}}&amp;lt;/ref&amp;gt; (Aloe polyphylla), the arrangement of a [[pine cone]],&amp;lt;ref&amp;gt;{{Citation| first=A | last=Brousseau |title=Fibonacci Statistics in Conifers | journal=[[Fibonacci Quarterly]] |year=1969 | volume=7 |issue=5 |pages=525–32 | doi=10.1080/00150517.1969.12431136 }}&amp;lt;/ref&amp;gt; and the family tree of [[honeybee]]s.&amp;lt;ref&amp;gt;{{citation|url = https://www.cs4fn.org/maths/bee-davinci.php |work = Maths | publisher = Computer Science For Fun: CS4FN |title = Marks for the da Vinci Code: B–}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Citation|first1=T.C.|last1=Scott|first2=P.|last2=Marketos| url = http://www-history.mcs.st-andrews.ac.uk/Publications/fibonacci.pdf | title = On the Origin of the Fibonacci Sequence | publisher = [[MacTutor History of Mathematics archive]], University of St Andrews| date = March 2014}}&amp;lt;/ref&amp;gt; [[Kepler]] pointed out the presence of the Fibonacci sequence in nature, using it to explain the ([[golden ratio]]-related) [[pentagon]]al form of some flowers.{{sfn|Livio|2003|p=110}} Field [[Leucanthemum vulgare|daisies]] most often have petals in counts of Fibonacci numbers.{{sfn|Livio|2003|pp=112–13}} In 1830, [[Karl Friedrich Schimper]] and [[Alexander Braun]] discovered that the [[Parastichy|parastichies]] (spiral [[phyllotaxis]]) of plants were frequently expressed as fractions involving Fibonacci numbers.&amp;lt;ref&amp;gt;{{Citation |first =Franck |last = Varenne |title = Formaliser le vivant - Lois, Théories, Modèles | access-date = 2022-10-30| url = https://www.numilog.com/LIVRES/ISBN/9782705670894.Livre | page = 28 | date = 2010| isbn = 9782705678128|publisher = Hermann|quote = En 1830, K. F. Schimper et A. Braun [...]. Ils montraient que si l&#039;on représente cet angle de divergence par une fraction reflétant le nombre de tours par feuille ([...]), on tombe régulièrement sur un des nombres de la suite de Fibonacci pour le numérateur [...].|language = fr}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Przemysław Prusinkiewicz]] advanced the idea that real instances can in part be understood as the expression of certain algebraic constraints on [[free group]]s, specifically as certain [[L-system|Lindenmayer grammars]].&amp;lt;ref&amp;gt;{{Citation|first1 = Przemyslaw |last1 = Prusinkiewicz | first2 = James | last2 = Hanan| title = Lindenmayer Systems, Fractals, and Plants (Lecture Notes in Biomathematics) |publisher= [[Springer Science+Business Media|Springer-Verlag]] |year=1989 |isbn=978-0-387-97092-9}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:SunflowerModel.svg|thumb|Illustration of Vogel&#039;s model for {{math|&#039;&#039;n&#039;&#039; {{=}} 1 ... 500}}]]&lt;br /&gt;
A model for the pattern of [[floret]]s in the head of a [[sunflower]] was proposed by {{ill|Helmut Vogel|de|Helmut Vogel (Physiker)}} in 1979.&amp;lt;ref&amp;gt;{{Citation | last =Vogel | first =Helmut | title =A better way to construct the sunflower head | journal = Mathematical Biosciences | issue =3–4 | pages = 179–89 | year = 1979 | doi = 10.1016/0025-5564(79)90080-4 | volume = 44}}&amp;lt;/ref&amp;gt;  This has the form&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=block&amp;gt;\theta = \frac{2\pi}{\varphi^2} n,\  r = c \sqrt{n}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where {{mvar|n}} is the index number of the floret and {{mvar|c}} is a constant scaling factor; the florets thus lie on [[Fermat&#039;s spiral]]. The divergence [[angle]], approximately 137.51°, is the [[golden angle]], dividing the circle in the golden ratio. Because this ratio is irrational, no floret has a neighbor at exactly the same angle from the center, so the florets pack efficiently. Because the rational approximations to the golden ratio are of the form {{math|&#039;&#039;F&#039;&#039;(&amp;amp;thinsp;&#039;&#039;j&#039;&#039;):&#039;&#039;F&#039;&#039;(&amp;amp;thinsp;&#039;&#039;j&#039;&#039; + 1)}}, the nearest neighbors of floret number {{mvar|n}} are those at {{math|&#039;&#039;n&#039;&#039; ± &#039;&#039;F&#039;&#039;(&amp;amp;thinsp;&#039;&#039;j&#039;&#039;)}} for some index {{mvar|j}}, which depends on {{mvar|r}}, the distance from the center. Sunflowers and similar flowers most commonly have spirals of florets in clockwise and counter-clockwise directions in the amount of adjacent Fibonacci numbers,{{sfn|Livio|2003|p=112}} typically counted by the outermost range of radii.&amp;lt;ref&amp;gt;{{Citation | last1 = Prusinkiewicz | first1 = Przemyslaw | author1-link = Przemyslaw Prusinkiewicz | author2-link = Aristid Lindenmayer | last2 = Lindenmayer | first2 = Aristid | title = The Algorithmic Beauty of Plants | publisher = Springer-Verlag | year = 1990 | pages = [https://archive.org/details/algorithmicbeaut0000prus/page/101 101–107] | chapter = 4 | chapter-url = https://algorithmicbotany.org/papers/#webdocs | isbn = 978-0-387-97297-8 | url = https://archive.org/details/algorithmicbeaut0000prus/page/101 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fibonacci numbers also appear in the ancestral pedigrees of [[bee]]s (which are [[haplodiploid]]s), according to the following rules:&lt;br /&gt;
* If an egg is laid but not fertilized, it produces a male (or [[Drone (bee)|drone bee]] in honeybees).&lt;br /&gt;
* If, however, an egg is fertilized, it produces a female.&lt;br /&gt;
&lt;br /&gt;
Thus, a male bee always has one parent, and a female bee has two. If one traces the pedigree of any male bee (1 bee), he has 1 parent (1 bee), 2 grandparents, 3 great-grandparents, 5 great-great-grandparents, and so on. This sequence of numbers of parents is the Fibonacci sequence. The number of ancestors at each level, {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;}}}}, is the number of female ancestors, which is {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;−1}}}}, plus the number of male ancestors, which is {{math|&#039;&#039;F&#039;&#039;{{sub|&#039;&#039;n&#039;&#039;−2}}}}.&amp;lt;ref&amp;gt;{{Citation | url = https://www.fq.math.ca/Scanned/1-1/basin.pdf | title = The Fibonacci sequence as it appears in nature | journal = The Fibonacci Quarterly | volume = 1 | number = 1 | pages = 53–56 | year = 1963| doi = 10.1080/00150517.1963.12431602 | last1 = Basin | first1 = S. L. }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Yanega, D. 1996. Sex ratio and sex allocation in sweat bees (Hymenoptera: Halictidae). J. Kans. Ent. Soc. 69 Suppl.: 98-115.&amp;lt;/ref&amp;gt; This is under the unrealistic assumption that the ancestors at each level are otherwise unrelated.&lt;br /&gt;
&lt;br /&gt;
[[File:X chromosome ancestral line Fibonacci sequence.svg|thumb|upright=1.2|The number of possible ancestors on the X chromosome inheritance line at a given ancestral generation follows the Fibonacci sequence. (After Hutchison, L. &amp;quot;Growing the Family Tree: The Power of DNA in Reconstructing Family Relationships&amp;quot;.&amp;lt;ref name=&amp;quot;xcs&amp;quot;/&amp;gt;)]]&lt;br /&gt;
&lt;br /&gt;
It has similarly been noticed that the number of possible ancestors on the human [[X chromosome]] inheritance line at a given ancestral generation also follows the Fibonacci sequence.&amp;lt;ref name=&amp;quot;xcs&amp;quot;&amp;gt;{{citation|last=Hutchison|first=Luke|date=September 2004|title=Growing the Family Tree: The Power of DNA in Reconstructing Family Relationships|url=http://fhtw.byu.edu/static/conf/2005/hutchison-growing-fhtw2005.pdf|journal=Proceedings of the First Symposium on Bioinformatics and Biotechnology (BIOT-04)|access-date=2016-09-03|archive-date=2020-09-25|archive-url=https://web.archive.org/web/20200925132536/https://fhtw.byu.edu/static/conf/2005/hutchison-growing-fhtw2005.pdf|url-status=dead}}&amp;lt;/ref&amp;gt; A male individual has an X chromosome, which he received from his mother, and a [[Y chromosome]], which he received from his father. The male counts as the &amp;quot;origin&amp;quot; of his own X chromosome (&amp;lt;math&amp;gt;F_1=1&amp;lt;/math&amp;gt;), and at his parents&#039; generation, his X chromosome came from a single parent {{nowrap|(&amp;lt;math&amp;gt;F_2=1&amp;lt;/math&amp;gt;)}}. The male&#039;s mother received one X chromosome from her mother (the son&#039;s maternal grandmother), and one from her father (the son&#039;s maternal grandfather), so two grandparents contributed to the male descendant&#039;s X chromosome {{nowrap|(&amp;lt;math&amp;gt;F_3=2&amp;lt;/math&amp;gt;)}}. The maternal grandfather received his X chromosome from his mother, and the maternal grandmother received X chromosomes from both of her parents, so three great-grandparents contributed to the male descendant&#039;s X chromosome {{nowrap|(&amp;lt;math&amp;gt;F_4=3&amp;lt;/math&amp;gt;)}}. Five great-great-grandparents contributed to the male descendant&#039;s X chromosome {{nowrap|(&amp;lt;math&amp;gt;F_5=5&amp;lt;/math&amp;gt;)}}, etc. (This assumes that all ancestors of a given descendant are independent, but if any genealogy is traced far enough back in time, ancestors begin to appear on multiple lines of the genealogy, until eventually a [[Founder effect|population founder]] appears on all lines of the genealogy.)&lt;br /&gt;
&lt;br /&gt;
===Other===&lt;br /&gt;
* In [[optics]], when a beam of light shines at an angle through two stacked transparent plates of different materials of different [[refractive index]]es, it may reflect off three surfaces: the top, middle, and bottom surfaces of the two plates. The number of different beam paths that have {{mvar|k}} reflections, for {{math|&#039;&#039;k&#039;&#039; &amp;gt; 1}}, is the {{mvar|k}}-th Fibonacci number. (However, when {{math|1=&#039;&#039;k&#039;&#039; = 1}}, there are three reflection paths, not two, one for each of the three surfaces.){{sfn|Livio|2003|pp=98–99}}&lt;br /&gt;
* [[Fibonacci retracement]] levels are widely used in [[technical analysis]] for financial market trading.&lt;br /&gt;
* Since the [[conversion of units|conversion]] factor 1.609344 for miles to kilometers is close to the golden ratio, the decomposition of distance in miles into a sum of Fibonacci numbers becomes nearly the kilometer sum when the Fibonacci numbers are replaced by their successors. This method amounts to a [[radix]] 2 number [[processor register|register]] in [[golden ratio base]] {{mvar|φ}} being shifted. To convert from kilometers to miles, shift the register down the Fibonacci sequence instead.&amp;lt;ref&amp;gt;{{Citation | url = https://www.encyclopediaofmath.org/index.php/Zeckendorf_representation | contribution = Zeckendorf representation | title = Encyclopedia of Math}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* The measured values of voltages and currents in the infinite resistor chain circuit (also called the [[resistor ladder]] or infinite series-parallel circuit) follow the Fibonacci sequence. The intermediate results of adding the alternating series and parallel resistances yields fractions composed of consecutive Fibonacci numbers. The equivalent resistance of the entire circuit equals the golden ratio.&amp;lt;ref&amp;gt;{{citation&lt;br /&gt;
 | last1 = Patranabis | first1 = D.&lt;br /&gt;
 | last2 = Dana | first2 = S. K.&lt;br /&gt;
 | date = December 1985&lt;br /&gt;
 | doi = 10.1109/tim.1985.4315428&lt;br /&gt;
 | issue = 4&lt;br /&gt;
 | journal = [[IEEE Transactions on Instrumentation and Measurement]]&lt;br /&gt;
 | pages = 650–653&lt;br /&gt;
 | title = Single-shunt fault diagnosis through terminal attenuation measurement and using Fibonacci numbers&lt;br /&gt;
 | volume = IM-34| bibcode = 1985ITIM...34..650P&lt;br /&gt;
 | s2cid = 35413237&lt;br /&gt;
 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Brasch et al. 2012 show how a generalized Fibonacci sequence also can be connected to the field of [[economics]].&amp;lt;ref name=&amp;quot;Brasch et al. 2012&amp;quot;&amp;gt;{{Citation| first1 =T. von | last1 = Brasch | first2 = J. | last2 = Byström | first3 = L.P. | last3 = Lystad| title= Optimal Control and the Fibonacci Sequence |journal = Journal of Optimization Theory and Applications |year=2012 |issue=3 |pages= 857–78 |doi = 10.1007/s10957-012-0061-2&lt;br /&gt;
|volume=154 | hdl = 11250/180781 | s2cid = 8550726 | url = https://urn.kb.se/resolve?urn=urn:nbn:se:ltu:diva-24073 | hdl-access = free }}&amp;lt;/ref&amp;gt; In particular, it is shown how a generalized Fibonacci sequence enters the control function of finite-horizon dynamic optimisation problems with one state and one control variable. The procedure is illustrated in an example often referred to as the Brock–Mirman economic growth model.&lt;br /&gt;
* [[Mario Merz]] included the Fibonacci sequence in some of his artworks beginning in 1970.{{sfn|Livio|2003|p=176}}&lt;br /&gt;
* [[Joseph Schillinger]] (1895–1943) developed [[Schillinger System|a system of composition]] which uses Fibonacci intervals in some of its melodies; he viewed these as the musical counterpart to the elaborate harmony evident within nature.{{sfn|Livio|2003|p=193}} See also {{slink|Golden ratio|Music}}.&lt;br /&gt;
* In [[software development]], Fibonacci numbers are often used by [[Agile management|agile]] teams operating under the [[Scrum (software development)|Scrum]] framework to size their [[product backlog]] items.&amp;lt;ref&amp;gt;{{cite web |last1=Kathuria |first1=Madhur |title=A Guide to Using the Fibonacci Sequence in Scrum |url=https://resources.scrumalliance.org/Article/guide-using-fibonacci-sequence-scrum |website=Scrum Alliance |access-date=8 August 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{annotated link|The Fibonacci Association}}&lt;br /&gt;
* {{annotated link|Fibonacci numbers in popular culture}}&lt;br /&gt;
* {{annotated link|Fibonacci word}}&lt;br /&gt;
* {{annotated link|Random Fibonacci sequence}}&lt;br /&gt;
* {{annotated link|Wythoff array}}&lt;br /&gt;
* {{annotated link|International Conference on Fibonacci Numbers and their Applications}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Explanatory footnotes ===&lt;br /&gt;
{{Notelist}}&lt;br /&gt;
&lt;br /&gt;
=== Citations ===&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
===Works cited===&lt;br /&gt;
* {{Citation | title= Strange Curves, Counting Rabbits, and Other Mathematical Explorations | first= Keith M | last = Ball |publisher= [[Princeton University Press]]| place= Princeton, NJ | year= 2003 | chapter= 8: Fibonacci&#039;s Rabbits Revisited |isbn= 978-0-691-11321-0}}.&lt;br /&gt;
* {{Citation |title= The Art of Proof: Basic Training for Deeper Mathematics |first1= Matthias |last1= Beck |first2 = Ross |last2=Geoghegan |publisher=Springer |place=New York |year= 2010 |isbn=978-1-4419-7022-0}}.&lt;br /&gt;
* {{Citation |title=A Walk Through Combinatorics |edition= 3rd |first= Miklós |last= Bóna |author-link=Miklós Bóna |publisher= World Scientific | place=New Jersey |year= 2011 |isbn= 978-981-4335-23-2}}.&lt;br /&gt;
* {{anchor|Borwein}}{{Citation&lt;br /&gt;
  | last1 =Borwein&lt;br /&gt;
  | first1 =Jonathan M.&lt;br /&gt;
  | author-link =Jonathan Borwein&lt;br /&gt;
  | author-link2=Peter Borwein|first2=Peter B.|last2= Borwein&lt;br /&gt;
  | title =Pi and the AGM: A Study in Analytic Number Theory and Computational Complexity&lt;br /&gt;
  | pages =91–101&lt;br /&gt;
  | publisher =Wiley&lt;br /&gt;
  | date=July 1998&lt;br /&gt;
  | url =http://www.wiley.com/WileyCDA/WileyTitle/productCd-047131515X.html&lt;br /&gt;
  | isbn = 978-0-471-31515-5 }}&lt;br /&gt;
* {{Citation | first = Franz | last = Lemmermeyer | year = 2000 | title = Reciprocity Laws: From Euler to Eisenstein | series = Springer Monographs in Mathematics | place = New York | publisher = Springer | isbn = 978-3-540-66957-9}}.&lt;br /&gt;
* {{citation | last = Livio | first = Mario | author-link = Mario Livio | title = The Golden Ratio: The Story of Phi, the World&#039;s Most Astonishing Number | url = https://books.google.com/books?id=bUARfgWRH14C | orig-year = 2002 | edition = First trade paperback | year = 2003 | publisher = [[Random House|Broadway Books]] | location = New York City | isbn = 0-7679-0816-3 }}&lt;br /&gt;
* {{Citation |title=Théorie des nombres |first= Édouard |last= Lucas |publisher= Gauthier-Villars|year= 1891 | volume = 1 | language = fr | place = Paris | url = https://archive.org/details/thoriedesnombr01lucauoft}}.&lt;br /&gt;
* {{Citation | first = L. E. | last = Sigler | title = Fibonacci&#039;s Liber Abaci: A Translation into Modern English of Leonardo Pisano&#039;s Book of Calculation |series=Sources and Studies in the History of Mathematics and Physical Sciences | publisher=Springer | year=2002 | isbn=978-0-387-95419-6}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
{{Wikiquote}}&lt;br /&gt;
{{Wikibooks|Fibonacci number program}}&lt;br /&gt;
&amp;lt;!--======================== {{No more links}} ============================&lt;br /&gt;
    | PLEASE BE CAUTIOUS IN ADDING MORE LINKS TO THIS ARTICLE. Bharatpedia  |&lt;br /&gt;
    | is not a collection of links nor should it be used for advertising. |&lt;br /&gt;
    |                                                                     |&lt;br /&gt;
    |           Excessive or inappropriate links WILL BE DELETED.         |&lt;br /&gt;
    | See [[Bharatpedia:External links]] &amp;amp; [[Bharatpedia:Spam]] for details.  |&lt;br /&gt;
    |                                                                     |&lt;br /&gt;
    | If there are already plentiful links, please propose additions or   |&lt;br /&gt;
    | replacements on this article&#039;s discussion page, or submit your link |&lt;br /&gt;
    | to the relevant category at the Open Directory Project (dmoz.org)   |&lt;br /&gt;
    | and link back to that category using the {{dmoz}} template.         |&lt;br /&gt;
    ======================= {{No more links}} =====================--&amp;gt;&lt;br /&gt;
* {{YouTube|id=hbUQlrLDAgw|title=Fibonacci Sequence and Golden Ratio: Mathematics in the Modern World - Mathuklasan with Sir Ram}} - animation of sequence, spiral, golden ratio, rabbit pair growth. Examples in art, music, architecture, nature, and astronomy&lt;br /&gt;
* [https://www.mathpages.com/home/kmath078/kmath078.htm Periods of Fibonacci Sequences Mod m] at MathPages&lt;br /&gt;
* [http://www.physorg.com/news97227410.html Scientists find clues to the formation of Fibonacci spirals in nature]&lt;br /&gt;
* {{In Our Time|Fibonacci Sequence|b008ct2j|Fibonacci_Sequence}}&lt;br /&gt;
* {{springer|title=Fibonacci numbers|id=p/f040020}}&lt;br /&gt;
&lt;br /&gt;
{{Classes of natural numbers}}&lt;br /&gt;
{{Metallic ratios}}&lt;br /&gt;
{{Series (mathematics)}}&lt;br /&gt;
{{Fibonacci}}&lt;br /&gt;
{{Authority control}}&lt;br /&gt;
{{Interwiki extra|qid=Q47577}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Fibonacci numbers| ]]&lt;br /&gt;
[[Category:Articles containing proofs]]&lt;br /&gt;
[[Category:Integer sequences]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Sai_Chand_(folk_singer)&amp;diff=531881</id>
		<title>Sai Chand (folk singer)</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Sai_Chand_(folk_singer)&amp;diff=531881"/>
		<updated>2026-05-07T11:17:07Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: created basic page basic info...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Indian singer and politician}}&lt;br /&gt;
{{Use dmy dates|date=July 2024}}&lt;br /&gt;
{{Use Indian English|date=July 2024}}&lt;br /&gt;
{{Infobox officeholder&lt;br /&gt;
| name        = &lt;br /&gt;
| image       = Saichand.jpg&lt;br /&gt;
| caption     = &lt;br /&gt;
| office      = Telangana State Warehousing Corporation &amp;lt;br&amp;gt;Chairman&lt;br /&gt;
| term_start  = 24 December  2021&lt;br /&gt;
| term_end    = 29 June 2023&lt;br /&gt;
| predecessor = [[Mandula Samuel]]&lt;br /&gt;
| successor   = Veeda Rajini&lt;br /&gt;
| party       = [[Bharat Rashtra Samithi]]&lt;br /&gt;
| birth_date  = {{Birth date|df=yes|1984|9|20}}&lt;br /&gt;
| birth_place = [[Amarchinta]], [[Wanaparthy district]],Telangana&lt;br /&gt;
| death_date  = {{death date and age|df=y|2023|6|29|1984|9|20}}&lt;br /&gt;
| death_place = Karkonda Village, Bijinapalle Mandal, [[Nagarkurnool district]]&lt;br /&gt;
| spouse      = Veeda Rajini&lt;br /&gt;
| children    = 2&lt;br /&gt;
| website     = &lt;br /&gt;
| date        = &lt;br /&gt;
| year        = &lt;br /&gt;
| source      = &lt;br /&gt;
| signature   = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Veeda Sai Chand&#039;&#039;&#039; (20 September 1984 &amp;amp;ndash; 29 June 2023) was a folk singer from [[Telangana state]].&amp;lt;ref&amp;gt;{{Cite news |last=Avadhani |first=R. |date=2023-06-29 |title=Folk singer, Warehousing Corporation chairman Saichand passes away |language=en-IN |work=The Hindu |url=https://www.thehindu.com/news/national/telangana/folk-singer-warehousing-corporation-chairman-saichand-passes-away/article67022141.ece |access-date=2023-10-16 |issn=0971-751X}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |date=2023-06-29 |title=కళాకారుడికి అశ్రునివాళి: ముగిసిన సాయిచంద్‌ అంత్యక్రియలు |url=https://www.sakshi.com/telugu-news/telangana-news/tribute-telangana-folk-singer-sai-chand-last-rites-updates-1676398 |access-date=2023-10-16 |website=Sakshi |language=te}}&amp;lt;/ref&amp;gt; He was the chairman of the Telangana State Warehousing Corporation and was a member of the [[Bharat Rashtra Samithi|Bharath Rashtra Samithi]].&lt;br /&gt;
&lt;br /&gt;
==Early life==&lt;br /&gt;
Sai Chand was born in [[Amarchinta]]&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt; village, [[Wanaparthy|Wanaparty]] district and a resident of Karukonda village of [[Nagarkurnool district]] at the time of his death.&amp;lt;ref&amp;gt;{{Cite web |date=2023-06-29 |title=Telangana folk singer Sai Chand passes away |url=https://www.ap7am.com/vn/375699/telangana-folk-singer-sai-chand-passes-away |access-date=2023-10-23 |website=ap7am.com |language=en}}&amp;lt;/ref&amp;gt; He pursued his postgraduation, but gained fame as an artist and singer from his student days. Sai Chand played an active role with his stirring folk songs&amp;lt;ref&amp;gt;{{Citation |title=కన్నీళ్ళు పెట్టించే సాయి చంద్ పాట..Folk Singer Sai Chand Full Energetic Song {{!}} TeluguOne | date=2 July 2023 |url=https://www.youtube.com/watch?v=_ECaC4TYfx4 |access-date=2023-10-16 |language=en}}&amp;lt;/ref&amp;gt; during the struggle for a separate Telangana state.&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite web |date=2023-06-30 |title=Telangana folk singer Veda Saichand dies at 39 |url=https://www.hindustantimes.com/india-news/popular-folk-singer-and-bharat-rashtra-samithi-leader-veda-saichand-dies-of-heart-attack-in-hyderabad-101688066793117.html |access-date=2023-10-16 |website=Hindustan Times |language=en}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Through his song and dance performances, he was credited with forging in the Telangana movement spirit among the masses, especially during the second phase of the Telangana agitation for a separate Statehood.&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==Death==&lt;br /&gt;
Sai Chand died of heart attack on 29 June 2023.&amp;lt;ref name=&amp;quot;Noted folk singer of Telangana V Saichander dies of cardiac arrest at 39&amp;quot;&amp;gt;{{cite news |title=Noted folk singer of Telangana V Saichander dies of cardiac arrest at 39 |url=https://indianexpress.com/article/cities/hyderabad/noted-folk-singer-of-telangana-v-saichander-dies-of-cardiac-arrest-8692475/ |access-date=18 January 2025 |publisher=The Indian Express |date=29 June 2023 |archive-url=https://web.archive.org/web/20250118162539/https://indianexpress.com/article/cities/hyderabad/noted-folk-singer-of-telangana-v-saichander-dies-of-cardiac-arrest-8692475/ |archive-date=18 January 2025 |language=en}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=Famous Telangana folk singer Saichand passed away... |url=http://www.indiaherald.com/Breaking/Read/994603591/Famous-Telangana-folk-singer-Saichand-passed-away |access-date=2023-10-16 |website=indiaherald.com |language=en}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |last=Staff |first=T. N. M. |date=2023-06-29 |title=Telangana folk singer Sai Chand passes away at 39 |url=https://www.thenewsminute.com/telangana/telangana-folk-singer-sai-chand-passes-away-39-179098 |access-date=2023-10-16 |website=The News Minute |language=en}}&amp;lt;/ref&amp;gt; He left behind his wife Veeda Rajini,&amp;lt;ref name=&amp;quot;Saichand’s wife head of warehousing corporation&amp;quot;&amp;gt;{{cite news |title=Saichand’s wife head of warehousing corporation |url=https://timesofindia.indiatimes.com/city/hyderabad/saichands-wife-head-of-warehousing-corporation/articleshow/101586441.cms |access-date=18 January 2025 |publisher=The Times of India |date=8 July 2023 |archive-url=https://web.archive.org/web/20250118162107/https://timesofindia.indiatimes.com/city/hyderabad/saichands-wife-head-of-warehousing-corporation/articleshow/101586441.cms |archive-date=18 January 2025}}&amp;lt;/ref&amp;gt; a son and a daughter.&lt;br /&gt;
&lt;br /&gt;
Saichand along with his family members went to his native place at Karukonda of [[Nagarkurnool district]] on 28 June 2023 and around midnight he complained of chest pain and was immediately shifted to a private hospital in [[Nagarkurnool]]. As his condition deteriorated, the family members brought him to [[CARE Hospitals|Care Hospital]] at [[Gachibowli]] where the doctors declared him brought dead.&amp;lt;ref name=&amp;quot;Folk singer, Warehousing Corporation chairman Saichand passes away&amp;quot;&amp;gt;{{cite news |last1= |first1= |title=Folk singer, Warehousing Corporation chairman Saichand passes away |url=https://www.thehindu.com/news/national/telangana/folk-singer-warehousing-corporation-chairman-saichand-passes-away/article67022141.ece |access-date=18 January 2025 |publisher=The Hindu |date=29 June 2023 |archive-url=https://web.archive.org/web/20250118163614/https://www.thehindu.com/news/national/telangana/folk-singer-warehousing-corporation-chairman-saichand-passes-away/article67022141.ece |archive-date=18 January 2025 |language=en-IN}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Many leaders including Chief Minister [[K. Chandrashekar Rao]], BRS ministers [[K. T. Rama Rao|K.T. Rama Rao]], [[T. Harish Rao]] and others paid their homage to Sai Chand at his residence in [[Gurramguda]].&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite web |last=L. |first=Venkat Ram Reddy |date=2023-06-30 |title=Activist, singer who ignited Telangana spirit dies at 39 |url=https://www.deccanchronicle.com/nation/current-affairs/300623/activist-singer-who-ignited-telangana-spirit-dies-at-39.html |access-date=2023-11-07 |website=[[Deccan Chronicle]]}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;KCR, ministers, BRS leaders shocked over sudden demise of Sai Chand&amp;quot;&amp;gt;{{cite news |last1= |first1= |title=KCR, ministers, BRS leaders shocked over sudden demise of Sai Chand |url=https://www.deccanchronicle.com/nation/in-other-news/290623/kcr-ministers-brs-leaders-shocked-over-sudden-demise-of-sai-chand.html |access-date=18 January 2025 |work= |date=29 June 2023 |archive-url=https://web.archive.org/web/20250118163344/https://www.deccanchronicle.com/nation/in-other-news/290623/kcr-ministers-brs-leaders-shocked-over-sudden-demise-of-sai-chand.html |archive-date=18 January 2025 |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [https://www.facebook.com/saichand.veeda/about Facebook]&lt;br /&gt;
* [https://www.instagram.com/saichandmourya/ Instagram]&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Chand, Sai}}&lt;br /&gt;
[[Category:1984 births]]&lt;br /&gt;
[[Category:2023 deaths]]&lt;br /&gt;
[[Category:Telugu politicians]]&lt;br /&gt;
[[Category:Indian male folk singers]]&lt;br /&gt;
[[Category:Activists from Telangana]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Edappadi_Assembly_constituency&amp;diff=498156</id>
		<title>Edappadi Assembly constituency</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Edappadi_Assembly_constituency&amp;diff=498156"/>
		<updated>2026-05-07T04:39:00Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: put up new post&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|State Legislative Assembly Constituency in Tamil Nadu}}&lt;br /&gt;
{{coord|11.58|N|77.85|E|display=title}}&lt;br /&gt;
{{Use dmy dates|date=July 2020}}&lt;br /&gt;
{{Use Indian English|date=July 2020}}&lt;br /&gt;
{{Infobox Indian constituency&lt;br /&gt;
| name = Edappadi&lt;br /&gt;
| type = SLA&lt;br /&gt;
| constituency_no    =  86&lt;br /&gt;
| map_image = Constitution-Edapadi.svg&lt;br /&gt;
| state = [[Tamil Nadu]]&lt;br /&gt;
| Existence = &lt;br /&gt;
| district = [[Salem district|Salem]]&lt;br /&gt;
| loksabha_cons = [[Salem Lok Sabha constituency|Salem]]&lt;br /&gt;
| established = 1951&lt;br /&gt;
| incumbent_image = palanisamy.jpg&lt;br /&gt;
| mla = [[Edappadi K. Palaniswami]],&amp;lt;Br&amp;gt;{{Small|General Secretary of [[All India Anna Dravida Munnetra Kazhagam]]}}&lt;br /&gt;
| party = {{Party index link|All India Anna Dravida Munnetra Kazhagam}}&lt;br /&gt;
&lt;br /&gt;
| alliance = {{Party index link|National Democratic Alliance}}&lt;br /&gt;
&lt;br /&gt;
| latest_election_year = [[2026 Tamil Nadu Legislative Assembly election|2026]]&lt;br /&gt;
| electors =  276,387 &lt;br /&gt;
| reservation = None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Edapadi&#039;&#039;&#039; or &#039;Edappadi&#039; is a [[Legislative Assembly of Tamil Nadu|state assembly]] constituency in [[Salem district]], [[Tamil Nadu]], India.&amp;lt;ref&amp;gt;{{cite web |url= http://www.assembly.tn.gov.in/Const_map/map.htm |title= Tamil Nadu Legislative Assembly Constituency Map |website= Tamil Nadu Legislative Assembly |access-date= 25 January 2017 |url-status= dead |archive-url= https://web.archive.org/web/20120614070155/http://www.assembly.tn.gov.in/const_map/map.htm |archive-date= 14 June 2012 }}&amp;lt;/ref&amp;gt; Its State Assembly Constituency number is 86. It comprises [[Idappadi taluk|Edappadi taluk]] and a portion of [[Mettur taluk]]. It is a part of the wider [[Salem Lok Sabha constituency]] for national elections to the [[Parliament of India]].&amp;lt;ref&amp;gt;{{cite web |url= http://eci.nic.in/delim/Final_Publications/Tamilnadu/Final%20Notification%20&amp;amp;%20Order%20.pdf |title= Tamil Nadu - Final Notification &amp;amp; Order |website= Delimitation Commission of India |publisher= National Informatics Centre |access-date= 27 January 2017}}&amp;lt;/ref&amp;gt; This constituency did not exist during the 1957 and 1962 elections. It is one of the 234 State Legislative Assembly Constituencies in Tamil Nadu.&lt;br /&gt;
&lt;br /&gt;
== Members of Legislative Assembly ==&lt;br /&gt;
=== Madras State ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Year&lt;br /&gt;
! Winner&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Party&lt;br /&gt;
|-&lt;br /&gt;
| [[1952 Madras Legislative Assembly election|1952]]&lt;br /&gt;
| [[S. Arthanareeswara Gounder]]&lt;br /&gt;
| {{Full party name with color|Indian National Congress}}&lt;br /&gt;
|-&lt;br /&gt;
| [[1967 Madras Legislative Assembly election|1967]]&lt;br /&gt;
| [[A. Arumugam]]&lt;br /&gt;
| {{Full party name with color|Dravida Munnetra Kazhagam}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Tamil Nadu ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Year&lt;br /&gt;
! Winner&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Party&lt;br /&gt;
|-&lt;br /&gt;
| [[1971 Tamil Nadu Legislative Assembly election|1971]]&lt;br /&gt;
| [[A. Arumugam]]&lt;br /&gt;
| {{Full party name with color|Dravida Munnetra Kazhagam}}&lt;br /&gt;
|-&lt;br /&gt;
| [[1977 Tamil Nadu Legislative Assembly election|1977]]&lt;br /&gt;
| rowspan=2|[[I. Ganesan]]&lt;br /&gt;
| {{Full party name with color|All India Anna Dravida Munnetra Kazhagam|rowspan=2}}&lt;br /&gt;
|-&lt;br /&gt;
| [[1980 Tamil Nadu Legislative Assembly election|1980]]&lt;br /&gt;
|-&lt;br /&gt;
| [[1984 Tamil Nadu Legislative Assembly election|1984]]&lt;br /&gt;
| Govindaswamy&lt;br /&gt;
| {{Full party name with color|Indian National Congress}}&lt;br /&gt;
|-&lt;br /&gt;
| [[1989 Tamil Nadu Legislative Assembly election|1989]]&lt;br /&gt;
| rowspan=2|[[Edappadi K. Palaniswami]]&lt;br /&gt;
| {{Full party name with color|All India Anna Dravida Munnetra Kazhagam|rowspan=2}}&lt;br /&gt;
|-&lt;br /&gt;
| [[1991 Tamil Nadu Legislative Assembly election|1991]]&lt;br /&gt;
|-&lt;br /&gt;
| [[1996 Tamil Nadu Legislative Assembly election|1996]]&lt;br /&gt;
| rowspan=2|[[I. Ganesan]]&lt;br /&gt;
| {{Full party name with color|Pattali Makkal Katchi|rowspan=3}}&lt;br /&gt;
|-&lt;br /&gt;
| [[2001 Tamil Nadu Legislative Assembly election|2001]]&lt;br /&gt;
|-&lt;br /&gt;
| [[2006 Tamil Nadu Legislative Assembly election|2006]]&lt;br /&gt;
| [[V. Kaveri]]&lt;br /&gt;
|-&lt;br /&gt;
| [[2011 Tamil Nadu Legislative Assembly election|2011]]&lt;br /&gt;
| rowspan=4|[[Edappadi K. Palaniswami]]&lt;br /&gt;
| {{Full party name with color|All India Anna Dravida Munnetra Kazhagam|rowspan=4}}&lt;br /&gt;
|-&lt;br /&gt;
| [[2016 Tamil Nadu Legislative Assembly election|2016]]&lt;br /&gt;
|-&lt;br /&gt;
| [[2021 Tamil Nadu Legislative Assembly election|2021]]&lt;br /&gt;
|-&lt;br /&gt;
| [[2026 Tamil Nadu Legislative Assembly election|2026]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Election results==&lt;br /&gt;
{{bar box&lt;br /&gt;
|float=right&lt;br /&gt;
|title= Vote share of winning candidates&lt;br /&gt;
|titlebar=#ddd&lt;br /&gt;
|width=300px&lt;br /&gt;
|barwidth=275px&lt;br /&gt;
|bars=&lt;br /&gt;
{{bar percent|[[#2021|2021]]|{{party color|All India Anna Dravida Munnetra Kazhagam}}|66.27}}&lt;br /&gt;
{{bar percent|[[#2016|2016]]|{{party color|All India Anna Dravida Munnetra Kazhagam}}|43.74}}&lt;br /&gt;
{{bar percent|[[#2011|2011]]|{{party color|All India Anna Dravida Munnetra Kazhagam}}|56.38}}&lt;br /&gt;
{{bar percent|[[#2006|2006]]|{{party color|Pattali Makkal Katchi}}|44.76}}&lt;br /&gt;
{{bar percent|[[#2001|2001]]|{{party color|Pattali Makkal Katchi}}|55.40}}&lt;br /&gt;
{{bar percent|[[#1996|1996]]|{{party color|Pattali Makkal Katchi}}|37.68}}&lt;br /&gt;
{{bar percent|[[#1991|1991]]|{{party color|All India Anna Dravida Munnetra Kazhagam}}|58.24}}&lt;br /&gt;
{{bar percent|[[#1989|1989]]|{{party color|All India Anna Dravida Munnetra Kazhagam}}|33.08}}&lt;br /&gt;
{{bar percent|[[#1984|1984]]|{{party color|Indian National Congress}}|64.78}}&lt;br /&gt;
{{bar percent|[[#1980|1980]]|{{party color|All India Anna Dravida Munnetra Kazhagam}}|38.93}}&lt;br /&gt;
{{bar percent|[[#1977|1977]]|{{party color|All India Anna Dravida Munnetra Kazhagam}}|38.56}}&lt;br /&gt;
{{bar percent|[[#1971|1971]]|{{party color|Dravida Munnetra Kazhagam}}|54.72}}&lt;br /&gt;
{{bar percent|[[#1967|1967]]|{{party color|Dravida Munnetra Kazhagam}}|54.70}}&lt;br /&gt;
{{bar percent|[[#1952|1952]]|{{party color|Indian National Congress}}|33.15}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== 2026 ===&lt;br /&gt;
&lt;br /&gt;
{{Election box begin|title= [[2026 Tamil Nadu Legislative Assembly election]]: Edappadi}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=[[Edappadi K. Palaniswami]]|party=All India Anna Dravida Munnetra Kazhagam&lt;br /&gt;
|votes=148933|percentage=|change= }}&lt;br /&gt;
{{Election box candidate with party link|candidate=K. Premkumar&amp;lt;small&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=Tamil Nadu polls: Vijay&#039;s TVK backs Independent candidate in Salem&#039;s Edappadi, calls for fitting lesson |url=https://timesofindia.indiatimes.com/india/tamil-nadu-polls-vijays-tvk-backs-independent-candidate-in-salems-edappadi-calls-for-fitting-lesson/articleshow/130366926.cms |website=The Times of India}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=TVK Vijay supports independent candidate in Edappadi constituency |url=https://www.hindutamil.in/news/tamilnadu/tvk-vijay-supports-independent-candidate-in-edappadi-constituency |website=Hindu Tamil Thisai}}&amp;lt;/ref&amp;gt;|party=Tamilaga Vettri Kazhagam|votes=50,823|percentage=|change=&#039;&#039;New&#039;&#039;}}&lt;br /&gt;
{{Election box candidate with party link|candidate=Kaasi|party=Dravida Munnetra Kazhagam|votes=44,011|percentage=|change=}}&lt;br /&gt;
{{Election box candidate with party link|candidate=Priyadharshini|party=Naam Tamilar Katchi|votes=8,450|percentage=|change=}}&lt;br /&gt;
{{Election box candidate with party link|candidate=NOTA|party=None of the above|votes=1,341|percentage=|change=}}&lt;br /&gt;
{{Election box margin of victory |votes=98,110 |percentage= |change=}}&lt;br /&gt;
{{Election box turnout|votes=|percentage=|change=}}&lt;br /&gt;
{{Election box rejected|votes=|percentage=}}{{Election box registered electors |reg. electors = 276387|change = }}&lt;br /&gt;
{{Election box gain with party link |winner=|loser= |swing= }}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
===2021===&lt;br /&gt;
&lt;br /&gt;
{{Election box begin|title= [[2021 Tamil Nadu Legislative Assembly election]]: Edappadi}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=[[Edappadi K. Palaniswami]]|party=All India Anna Dravida Munnetra Kazhagam |votes=163,154 |percentage=66.27 |change=+22.53 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=T. Sambathkumar |party=Dravida Munnetra Kazhagam |votes=69,352 |percentage=28.17|change=+3.73 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=Shri Rathna |party=Naam Tamilar Katchi |votes=6,626 |percentage=2.69 |change=+2.26 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=D. Thasapparaj |party=Makkal Needhi Maiam |votes=1,547 |percentage=0.63 |change=&#039;&#039;New&#039;&#039;}}&lt;br /&gt;
{{Election box margin of victory |votes=93,802 |percentage=38.10 |change=19.48 }}&lt;br /&gt;
{{Election box turnout |votes=246,192 |percentage=86.32 |change= -0.03 }}&lt;br /&gt;
{{Election box hold with party link |winner=All India Anna Dravida Munnetra Kazhagam |loser=All India Anna Dravida Munnetra Kazhagam |swing= 22.53 }}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
===2016===&lt;br /&gt;
&lt;br /&gt;
{{Election box begin|title= [[2016 Tamil Nadu Legislative Assembly election]]: Edappadi&amp;lt;ref&amp;gt;{{cite web|url=https://www.elections.tn.gov.in/TNLA2016/AC%20WISE%20CANDIDATE%20COUNT.pdf|access-date= 30 Apr 2022|archive-date= 30 April 2022|archive-url=https://web.archive.org/web/20220430083638/https://www.elections.tn.gov.in/TNLA2016/AC%20WISE%20CANDIDATE%20COUNT.pdf|title=Assembly wise Candidate Valid Votes count 2016, Tamil Nadu|website=www.elections.tn.gov.in}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=[[Edappadi K. Palaniswami]] |party=All India Anna Dravida Munnetra Kazhagam |votes=98,703 |percentage=43.74 |change=-12.64 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=N. Annadurai |party=Pattali Makkal Katchi |votes=56,681 |percentage=25.12 |change=-12.54 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=P. A. Murugesan |party=Dravida Munnetra Kazhagam |votes=55,149 |percentage=24.44 |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=P. Thangavel |party=Communist Party of India (Marxist) |votes=5,437 |percentage=2.41 |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=NOTA |party=None of the above |votes=1,913 |percentage=0.85 |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=K. Palanisamy |party=Nationalist Congress Party |votes=1,789 |percentage=0.79 |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box margin of victory |votes=42,022 |percentage=18.62 |change= -0.10}}&lt;br /&gt;
{{Election box turnout |votes=225,644 |percentage=86.35 |change= 0.90}}&lt;br /&gt;
{{Election box hold with party link |winner=All India Anna Dravida Munnetra Kazhagam |loser=All India Anna Dravida Munnetra Kazhagam |swing= -12.64 }}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
===2011===&lt;br /&gt;
&lt;br /&gt;
{{Election box begin|title= [[2011 Tamil Nadu Legislative Assembly election]]: Edappadi&amp;lt;ref&amp;gt;{{Cite report|url=http://www.elections.tn.gov.in/Web/Index_card_TNLA2011/10-DETAILEDRESULT_ver4.3.pdf|title=Detailes Result 2011, Aseembly Election Tamil Nadu|work=Election Commission of Tamil Nadu|access-date=9 May 2021| archive-url =https://web.archive.org/web/20170215085458/http://www.elections.tn.gov.in/Web/Index_card_TNLA2011/10-DETAILEDRESULT_ver4.3.pdf| archive-date =15 February 2017}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=[[Edappadi K. Palaniswami]] |party=All India Anna Dravida Munnetra Kazhagam |votes=104,586 |percentage=56.38 |change=+15.36 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=M. Karthi |party=Pattali Makkal Katchi |votes=69,848 |percentage=37.66 |change=-7.11 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=M. Venkatesan |party=Indhiya Jananayaga Katchi |votes=3,638 |percentage=1.96 |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=N. R. Purusothaman |party=Independent politician |votes=1,924 |percentage=1.04 |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=B. Thangaraj |party=Bharatiya Janata Party |votes=1,901 |percentage=1.02 |change=+0.12 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=M. Muthuraj |party=Independent politician |votes=1,899 |percentage=1.02 |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box margin of victory |votes=34,738 |percentage=18.73 |change= +14.99 }}&lt;br /&gt;
{{Election box turnout |votes=185,494 |percentage=85.45 |change= 9.17 }}&lt;br /&gt;
{{Election box gain with party link |winner=All India Anna Dravida Munnetra Kazhagam |loser=Pattali Makkal Katchi |swing= 11.62}}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
===2006===&lt;br /&gt;
&lt;br /&gt;
{{Election box begin|title= [[2006 Tamil Nadu Legislative Assembly election]]: Edappadi&amp;lt;ref&amp;gt;{{cite web| last = Election Commission of India| title = 2006 Election Statistical Report| url = http://eci.nic.in/eci_main/StatisticalReports/SE_2006/StatReport_TN_2006.pdf| access-date = 12 May 2006| archive-url = https://web.archive.org/web/20101007200819/http://eci.nic.in/eci_main/StatisticalReports/SE_2006/StatReport_TN_2006.pdf| archive-date = 7 October 2010}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=[[V. Kaveri]] |party=Pattali Makkal Katchi |votes=76,027 |percentage=44.76% |change=-10.64 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=[[Edappadi K. Palaniswami]] |party=All India Anna Dravida Munnetra Kazhagam |votes=69,680 |percentage=41.02% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=A. K. Rajendran |party=Desiya Murpokku Dravida Kazhagam |votes=7,954 |percentage=4.68% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=[[I. Ganesan]] |party=Independent politician |votes=6,881 |percentage=4.05% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=R. Ravi |party=Independent politician |votes=2,197 |percentage=1.29% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=S. Thillaikkarasi Ponnusamy |party=Bharatiya Janata Party |votes=1,545 |percentage=0.91% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=N. Murugesan |party=Janata Dal (United) |votes=1,540 |percentage=0.91% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=V. Selvaraju |party=Independent politician |votes=1,432 |percentage=0.84% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box margin of victory |votes=6,347 |percentage=3.74% |change= -19.21% }}&lt;br /&gt;
{{Election box turnout |votes=169,848 |percentage=76.28% |change= 14.25% }}&lt;br /&gt;
{{Election box registered electors |reg. electors = 222,666 |change = }}&lt;br /&gt;
{{Election box hold with party link |winner=Pattali Makkal Katchi |loser=Pattali Makkal Katchi |swing= -10.64% }}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
===2001===&lt;br /&gt;
&lt;br /&gt;
{{Election box begin|title= [[2001 Tamil Nadu Legislative Assembly election]]: Edappadi&amp;lt;ref&amp;gt;{{cite web| last = Election Commission of India|title = Statistical Report on General Election 2001|url= http://eci.nic.in/eci_main/StatisticalReports/SE_2001/Stat_Rep_TN_2001.pdf|date = 12 May 2001 | archive-url=https://web.archive.org/web/20101006173934/http://eci.nic.in/eci_main/StatisticalReports/SE_2001/Stat_Rep_TN_2001.pdf|archive-date=6 October 2010}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=[[I. Ganesan]] |party=Pattali Makkal Katchi |votes=74,375 |percentage=55.40% |change=+17.73 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=A. Kandasamy |party=Dravida Munnetra Kazhagam |votes=43,564 |percentage=32.45% |change=+1.78 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=P. Kolanda Gounder |party=Independent politician |votes=8,576 |percentage=6.39% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=S. Rathinasabapathi |party=Marumalarchi Dravida Munnetra Kazhagam |votes=3,091 |percentage=2.30% |change=+1.01 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=A. Devaraj |party=Independent politician |votes=2,645 |percentage=1.97% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=V. K. Krishnan |party=Bahujan Samaj Party |votes=1,308 |percentage=0.97% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=K. Kannan |party=Independent politician |votes=684 |percentage=0.51% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box margin of victory |votes=30,811 |percentage=22.95% |change= 15.95% }}&lt;br /&gt;
{{Election box turnout |votes=134,243 |percentage=62.03% |change= -7.05% }}&lt;br /&gt;
{{Election box registered electors |reg. electors = 216,474 |change = }}&lt;br /&gt;
{{Election box hold with party link |winner=Pattali Makkal Katchi |loser=Pattali Makkal Katchi |swing= 17.73% }}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
===1996===&lt;br /&gt;
&lt;br /&gt;
{{Election box begin|title= [[1996 Tamil Nadu Legislative Assembly election]]: Edappadi&amp;lt;ref&amp;gt;{{cite web| last = Election Commission of India| title = 1996 Election Statistical Report| url = http://eci.nic.in/eci_main/StatisticalReports/SE_1996/StatisticalReport-TN96.pdf| access-date = 19 April 2009| archive-url = https://web.archive.org/web/20101007221700/http://eci.nic.in/eci_main/StatisticalReports/SE_1996/StatisticalReport-TN96.pdf| archive-date = 7 October 2010}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=[[I. Ganesan]] |party=Pattali Makkal Katchi |votes=49,465 |percentage=37.68% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=P. A. Murugesan |party=Dravida Munnetra Kazhagam |votes=40,273 |percentage=30.68% |change=+14.57 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=[[Edappadi K. Palaniswami]] |party=All India Anna Dravida Munnetra Kazhagam |votes=37,036 |percentage=28.21% |change=-30.03 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=G. Anbumathi Selvan |party=Marumalarchi Dravida Munnetra Kazhagam |votes=1,702 |percentage=1.30% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box margin of victory |votes=9,192 |percentage=7.00% |change= -26.20% }}&lt;br /&gt;
{{Election box turnout |votes=131,287 |percentage=69.08% |change= 3.55% }}&lt;br /&gt;
{{Election box registered electors |reg. electors = 201,142 |change = }}&lt;br /&gt;
{{Election box gain with party link |winner=Pattali Makkal Katchi |loser=All India Anna Dravida Munnetra Kazhagam |swing= -20.56% }}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
===1991===&lt;br /&gt;
&lt;br /&gt;
{{Election box begin|title= [[1991 Tamil Nadu Legislative Assembly election]]: Edappadi&amp;lt;ref&amp;gt;{{cite web| last = Election Commission of India| title = Statistical Report on General Election 1991| url = http://eci.nic.in/eci_main/StatisticalReports/SE_1991/StatisticalReport-Tamil%20Nadu91.pdf| access-date = 19 April 2009| archive-url = https://web.archive.org/web/20101007161404/http://eci.nic.in/eci_main/StatisticalReports/SE_1991/StatisticalReport-Tamil%20Nadu91.pdf| archive-date = 7 October 2010}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=[[Edappadi K. Palaniswami]] |party=All India Anna Dravida Munnetra Kazhagam |votes=72,379 |percentage=58.24% |change=+25.16 }}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=P. Kolandai Gounder |party=Pattali Makkal Katchi |votes=31,113 |percentage=25.03% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=A. Kandasamy |party=Dravida Munnetra Kazhagam |votes=20,011 |percentage=16.10% |change=-15.51 }}&lt;br /&gt;
{{Election box margin of victory |votes=41,266 |percentage=33.20% |change= 31.74% }}&lt;br /&gt;
{{Election box turnout |votes=124,281 |percentage=65.54% |change= 12.32% }}&lt;br /&gt;
{{Election box registered electors |reg. electors = 195,456 |change = }}&lt;br /&gt;
{{Election box hold with party link |winner=All India Anna Dravida Munnetra Kazhagam |loser=All India Anna Dravida Munnetra Kazhagam |swing= 25.16% }}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
===1989===&lt;br /&gt;
&lt;br /&gt;
{{Election box begin|title= [[1989 Tamil Nadu Legislative Assembly election]]: Edappadi&amp;lt;ref&amp;gt;{{cite web| last = Election Commission of India| title = Statistical Report on General Election 1989| url = http://eci.nic.in/eci_main/StatisticalReports/SE_1989/StatisticalReportTamilNadu89.pdf| access-date = 19 April 2009| archive-url = https://web.archive.org/web/20101006153620/http://eci.nic.in/eci_main/StatisticalReports/SE_1989/StatisticalReportTamilNadu89.pdf| archive-date = 6 October 2010}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=[[Edappadi K. Palaniswami]] |party=All India Anna Dravida Munnetra Kazhagam |votes=30,765 |percentage=33.08% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=L. Palanisamy |party=Dravida Munnetra Kazhagam |votes=29,401 |percentage=31.62% |change=+5.3 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=S. Govindasami |party=Indian National Congress |votes=16,289 |percentage=17.52% |change=-47.26 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=I. Ganesan |party=All India Anna Dravida Munnetra Kazhagam |votes=15,181 |percentage=16.32% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=K. Palanisamy |party=Independent politician |votes=649 |percentage=0.70% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box margin of victory |votes=1,364 |percentage=1.47% |change= -37.00% }}&lt;br /&gt;
{{Election box turnout |votes=92,993 |percentage=53.21% |change= -19.04% }}&lt;br /&gt;
{{Election box registered electors |reg. electors = 178,702 |change = }}&lt;br /&gt;
{{Election box gain with party link |winner=All India Anna Dravida Munnetra Kazhagam |loser=Indian National Congress |swing= -31.70% }}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
===1984===&lt;br /&gt;
{{Election box begin|title= [[1984 Tamil Nadu Legislative Assembly election]]: Edappadi&amp;lt;ref&amp;gt;{{cite web| last = Election Commission of India| title = Statistical Report on General Election 1984| url = http://eci.nic.in/eci_main/StatisticalReports/SE_1984/StatisticalReportTamilNadu84.pdf| access-date = 19 April 2009| archive-url =https://web.archive.org/web/20120117121208/http://eci.nic.in/eci_main/StatisticalReports/SE_1984/StatisticalReportTamilNadu84.pdf| archive-date = 17 January 2012}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=Govindaswamy |party=Indian National Congress |votes=68,583 |percentage=64.78% |change=+46.45 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=P. Arumugam |party=Dravida Munnetra Kazhagam |votes=27,860 |percentage=26.32% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=T. Vaithigounder |party=Independent politician |votes=6,557 |percentage=6.19% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=K. Raju |party=Independent politician |votes=2,871 |percentage=2.71% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box margin of victory |votes=40,723 |percentage=38.46% |change= 32.50% }}&lt;br /&gt;
{{Election box turnout |votes=105,871 |percentage=72.26% |change= 3.24% }}&lt;br /&gt;
{{Election box registered electors |reg. electors = 156,478 |change = }}&lt;br /&gt;
{{Election box gain with party link |winner=Indian National Congress |loser=All India Anna Dravida Munnetra Kazhagam |swing= 25.85% }}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
===1980===&lt;br /&gt;
&lt;br /&gt;
{{Election box begin|title= [[1980 Tamil Nadu Legislative Assembly election]]: Edappadi&amp;lt;ref&amp;gt;{{cite web| last = Election Commission of India| title = Statistical Report on General Election 1980| url = http://eci.nic.in/eci_main/StatisticalReports/SE_1980/StatisticalReportTamil%20Nadu%201980.pdf | access-date = 19 April 2009 | archive-url = https://web.archive.org/web/20101006231656/http://eci.nic.in/eci_main/StatisticalReports/SE_1980/StatisticalReportTamil%20Nadu%201980.pdf| archive-date = 6 October 2010}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=[[I. Ganesan]] |party=All India Anna Dravida Munnetra Kazhagam |votes=37,978 |percentage=38.93% |change=+0.37 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=T. Natarajan |party=Independent politician |votes=32,159 |percentage=32.97% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=K. S. Subramania Gounder |party=Indian National Congress |votes=17,884 |percentage=18.33% |change=-11.78 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=R. Arthanari |party=Independent politician |votes=4,544 |percentage=4.66% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=P. Jayadertan |party=Janata Party |votes=4,112 |percentage=4.22% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box margin of victory |votes=5,819 |percentage=5.96% |change= -2.48% }}&lt;br /&gt;
{{Election box turnout |votes=97,554 |percentage=69.02% |change= 8.45% }}&lt;br /&gt;
{{Election box registered electors |reg. electors = 143,256 |change = }}&lt;br /&gt;
{{Election box hold with party link |winner=All India Anna Dravida Munnetra Kazhagam |loser=All India Anna Dravida Munnetra Kazhagam |swing= 0.37% }}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
===1977===&lt;br /&gt;
&lt;br /&gt;
{{Election box begin|title= [[1977 Tamil Nadu Legislative Assembly election]]: Edappadi&amp;lt;ref&amp;gt;{{cite web| last = Election Commission of India| title = Statistical Report on General Election 1977| url = http://eci.nic.in/eci_main/StatisticalReports/SE_1977/StatisticalReportTamil%20Nadu77.pdf| access-date = 19 April 2009| archive-url = https://web.archive.org/web/20101007141448/http://eci.nic.in/eci_main/StatisticalReports/SE_1977/StatisticalReportTamil%20Nadu77.pdf | archive-date = 7 October 2010}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=[[I. Ganesan]] |party=All India Anna Dravida Munnetra Kazhagam |votes=31,063 |percentage=38.56% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=T. Natarajan |party=Indian National Congress |votes=24,256 |percentage=30.11% |change=-15.17 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=P. Jayadevan |party=Janata Party |votes=13,544 |percentage=16.81% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=[[A. Arumugam]] |party=Dravida Munnetra Kazhagam |votes=11,695 |percentage=14.52% |change=-40.21 }}&lt;br /&gt;
{{Election box margin of victory |votes=6,807 |percentage=8.45% |change= -1.00% }}&lt;br /&gt;
{{Election box turnout |votes=80,558 |percentage=60.57% |change= -1.62% }}&lt;br /&gt;
{{Election box registered electors |reg. electors = 134,924 |change = }}&lt;br /&gt;
{{Election box gain with party link |winner=All India Anna Dravida Munnetra Kazhagam |loser=Dravida Munnetra Kazhagam |swing= -16.16% }}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
===1971===&lt;br /&gt;
&lt;br /&gt;
{{Election box begin|title= [[1971 Tamil Nadu Legislative Assembly election]]: Edappadi&amp;lt;ref&amp;gt;{{cite web| last = Election Commission of India| title = Statistical Report on General Election 1971| url = http://eci.nic.in/eci_main/StatisticalReports/SE_1971/StatReport_TN_71.pdf | access-date = 19 April 2009 | archive-url = https://web.archive.org/web/20101006131227/http://eci.nic.in/eci_main/StatisticalReports/SE_1971/StatReport_TN_71.pdf | archive-date = 6 October 2010}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=[[A. Arumugam]] |party=Dravida Munnetra Kazhagam |votes=35,638 |percentage=54.72% |change=+0.03 }}&lt;br /&gt;
{{Election box candidate with party link|candidate=T. Natarajan |party=Indian National Congress |votes=29,485 |percentage=45.28% |change=-0.03 }}&lt;br /&gt;
{{Election box margin of victory |votes=6,153 |percentage=9.45% |change= 0.06% }}&lt;br /&gt;
{{Election box turnout |votes=65,123 |percentage=62.19% |change= -9.28% }}&lt;br /&gt;
{{Election box registered electors |reg. electors = 108,906 |change = }}&lt;br /&gt;
{{Election box hold with party link |winner=Dravida Munnetra Kazhagam |loser=Dravida Munnetra Kazhagam |swing= 0.03% }}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
===1967===&lt;br /&gt;
&lt;br /&gt;
{{Election box begin|title= [[1967 Madras Legislative Assembly election]]: Edappadi&amp;lt;ref&amp;gt;{{Cite web| last = Election Commission of India|url=http://eci.nic.in/eci_main/StatisticalReports/SE_1967/Statistical%20Report%20Madras%201967.pdf|title= Statistical Report on General Election 1967|archive-url=https://web.archive.org/web/20120320175222/http://eci.nic.in/eci_main/StatisticalReports/SE_1967/Statistical%20Report%20Madras%201967.pdf|archive-date=20 March 2012|access-date= 19 April 2009}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=[[A. Arumugam]] |party=Dravida Munnetra Kazhagam |votes=36,935 |percentage=54.70% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=K. S. S. Gounder |party=Indian National Congress |votes=30,593 |percentage=45.30% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box margin of victory |votes=6,342 |percentage=9.39% |change= }}&lt;br /&gt;
{{Election box turnout |votes=67,528 |percentage=71.47% |change= }}&lt;br /&gt;
{{Election box registered electors |reg. electors = 97,701 |change = }}&lt;br /&gt;
{{Election box new seat win |winner=Dravida Munnetra Kazhagam |swing= }}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
===1952===&lt;br /&gt;
&lt;br /&gt;
{{Election box begin|title= [[1952 Madras Legislative Assembly election]]: Edappadi&amp;lt;ref&amp;gt;{{cite web| last = Election Commission of India| title=Statistical Report on General Election 1951| url=http://eci.nic.in/eci_main/StatisticalReports/SE_1951/STATISTICALREPORTS_51_MADRAS.pdf| access-date=2014-10-14|archive-date=27 January 2013|archive-url=https://web.archive.org/web/20130127201450/https://eci.gov.in/eci_main/StatisticalReports/SE_1951/STATISTICALREPORTS_51_MADRAS.pdf}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{Election box winning candidate with party link|candidate=[[K. S. Ardhanareeswara Gounder]] |party=Indian National Congress |votes=15,368 |percentage=33.15% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=S. Marimuthu Gounder |party=Tamil Nadu Toilers&#039; Party |votes=11,280 |percentage=24.33% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=S. Surendran |party=Socialist Party (India) |votes=7,899 |percentage=17.04% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=S. Chinmandi Bakkir |party=Independent politician |votes=6,153 |percentage=13.27% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=A. Karuppa Chetti Gounder |party=Independent politician |votes=3,218 |percentage=6.94% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box candidate with party link|candidate=R. Nallathamby |party=Independent politician |votes=2,440 |percentage=5.26% |change= &#039;&#039;New&#039;&#039; }}&lt;br /&gt;
{{Election box margin of victory |votes=4,088 |percentage=8.82% |change= }}&lt;br /&gt;
{{Election box turnout |votes=46,358 |percentage=50.15% |change= }}&lt;br /&gt;
{{Election box registered electors |reg. electors = 92,437 |change = }}&lt;br /&gt;
{{Election box new seat win |winner=Indian National Congress |loser= |swing= }}&lt;br /&gt;
{{Election box end}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
* {{cite web|url= http://eci.nic.in/eci_main/StatisticalReports/ElectionStatistics.asp|title= Statistical reports of assembly elections|access-date= 8 July 2010|publisher= Election Commission of India|url-status= dead|archive-url= https://web.archive.org/web/20101005110118/http://eci.nic.in/eci_main/StatisticalReports/ElectionStatistics.asp|archive-date= 5 October 2010}}&lt;br /&gt;
&lt;br /&gt;
{{Tamil Nadu assembly elections|state=expanded}}&lt;br /&gt;
{{Assembly constituencies of Tamil Nadu}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Assembly constituencies of Tamil Nadu]]&lt;br /&gt;
[[Category:Salem district]]&lt;br /&gt;
[[Category:Politics of Tamil Nadu]]&lt;br /&gt;
[[Category:Legislative Assembly constituencies of Indian states established in 1951]]&lt;br /&gt;
[[Category:1951 establishments in Madras State]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Meenakshi_Seshadri&amp;diff=517168</id>
		<title>Meenakshi Seshadri</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Meenakshi_Seshadri&amp;diff=517168"/>
		<updated>2026-05-04T21:03:45Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: new a stub&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Indian actress, model and dancer}}{{More citations needed|date=January 2025}}&lt;br /&gt;
&lt;br /&gt;
{{Use Indian English|date=July 2024}}&lt;br /&gt;
{{Use dmy dates|date=July 2024}}&lt;br /&gt;
{{Infobox person&lt;br /&gt;
| name = Meenakshi Seshadri&lt;br /&gt;
| image =&lt;br /&gt;
| caption = &lt;br /&gt;
| birth_name = Shashikala Seshadri&lt;br /&gt;
| birth_place = [[Sindri (Dhanbad)|Sindri]], [[Bihar]], [[India]]&lt;br /&gt;
| birth_date = {{birth date and age|1963|11|16|df=y}}&lt;br /&gt;
| occupation = {{hlist|Film actress|dancer}}&lt;br /&gt;
| years_active = 1983–1999&lt;br /&gt;
| title = &#039;&#039;Eve&#039;s Weekly&#039;&#039; [[Femina Miss India|Miss India]] 1981 in Japan&lt;br /&gt;
| spouse = {{marriage|Harish Mysore|1995}}&lt;br /&gt;
| children = 2&lt;br /&gt;
| website =&lt;br /&gt;
| relations = [[Shekhar Seshadri]] (brother)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Meenakshi Seshadri Mysore&#039;&#039;&#039; ({{IPA|hi|miːnaːkʂiː ʃeːʂaːdrɪ|pron}}; [[née]] &#039;&#039;&#039;Seshadri&#039;&#039;&#039;; born 16 November 1963) as Shashikala Seshadri, is an  Indian former actress and beauty pageant titleholder who worked primarily in [[Hindi]], [[Telugu language|Telugu]] and [[Tamil language|Tamil]] films. Seshadri established herself as one of the most popular and highest-paid actresses of her time and is considered among the leading actresses of [[Indian cinema]].&amp;lt;ref&amp;gt;{{Cite news |title=Top heroines of Bollywood |work=[[India Today]] |url=https://www.indiatoday.in/cinema/100-years-of-indian-cinema/photo/top-actresses-of-bollywood-ever-367543-2012-05-01/21 |url-status=live |access-date=24 August 2020 |archive-url=https://web.archive.org/web/20201128234730/https://www.indiatoday.in/cinema/100-years-of-indian-cinema/photo/top-actresses-of-bollywood-ever-367543-2012-05-01/21 |archive-date=28 November 2020}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Prior to her acting career, Seshadri won the Eve&#039;s Weekly [[Femina Miss India#History|Miss India]] contest in 1981 at the age of 17.&amp;lt;ref name=&amp;quot;Zeearticle&amp;quot;&amp;gt;{{cite web |url=http://zeenews.india.com/entertainment/slideshow/actresses-missing-from-action_161.html/7 |title=Actress missing from Action – Meenakshi Seshadri |publisher=Zee News |access-date=29 January 2012|archive-url=https://web.archive.org/web/20120503180145/https://zeenews.india.com/entertainment/slideshow/actresses-missing-from-action_161.html/7|archive-date=3 May 2012}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |title=Miss India and their Bollywood breaks |url=http://beautypageants.indiatimes.com/miss-india/archives/Miss-Indias-and-their-Bollywood-breaks/articleshow/19103553.cms |access-date=25 June 2014}}&amp;lt;/ref&amp;gt; She became one of Hindi cinema&#039;s leading actresses in the 1980s and 1990s, and was acknowledged for several of her performances, her beauty, and her accomplished dancing.&amp;lt;ref name=&amp;quot;Boxofficeindia.com&amp;quot;/&amp;gt; She made her debut with the film &#039;&#039;[[Painter Babu]]&#039;&#039; (1983) produced by [[Manoj Kumar]], and her second film &#039;&#039;[[Hero (1983 film)|Hero]]&#039;&#039; (1983)  catapulted her to instant stardom. She was noted for her performances in films including &#039;&#039;Hero&#039;&#039; (1983), &#039;&#039;[[Aandhi-Toofan]]&#039;&#039; (1985), &#039;&#039;[[Meri Jung]]&#039;&#039; (1985), &#039;&#039;[[Swati (1986 film)|Swati]]&#039;&#039; (1986), &#039;&#039;[[Dilwaala]]&#039;&#039; (1986), &#039;&#039;[[Dacait]]&#039;&#039; (1987), &#039;&#039;[[Inaam Dus Hazaar]]&#039;&#039; (1987), &#039;&#039;[[Parivaar (1987 film)|Parivaar]]&#039;&#039; (1987), &#039;&#039;[[Shahenshah (1988 film)|Shahenshah]]&#039;&#039; (1988), &#039;&#039;[[Mahaadev]]&#039;&#039; (1989), &#039;&#039;[[Awaargi]]&#039;&#039; (1990), &#039;&#039;[[Jurm (1990 film)|Jurm]]&#039;&#039; (1990), &#039;&#039;[[Ghayal (1990 film)|Ghayal]]&#039;&#039; (1990), &#039;&#039;[[Ghar Ho To Aisa]]&#039;&#039; (1990), &#039;&#039;[[Damini]]&#039;&#039; (1993), &#039;&#039;[[Duet (1994 film)|Duet]]&#039;&#039; (1994) and &#039;&#039;[[Ghatak: Lethal|Ghatak]]&#039;&#039; (1996).&amp;lt;ref name=&amp;quot;Boxofficeindia.com&amp;quot;&amp;gt;{{cite web |last=Boxofficeindia.com |title=Top Actress |url=http://boxofficeindia.com/cpages.php?pageName=top_actress |url-status=dead |archive-url=https://web.archive.org/web/20131017104803/http://boxofficeindia.com/cpages.php?pageName=top_actress |archive-date=17 October 2013}}&amp;lt;/ref&amp;gt; She received particular critical acclaim for &#039;&#039;[[Swati (1986 film)|Swati]]&#039;&#039; (1986), &#039;&#039;[[Dahleez (film)|Dahleez]]&#039;&#039; (1986), &#039;&#039;[[Satyamev Jayate (film)|Satyamev Jayate]]&#039;&#039; (1987), &#039;&#039;[[Awaargi]]&#039;&#039; (1990) and &#039;&#039;[[Damini]]&#039;&#039; (1993).&amp;lt;ref name=&amp;quot;boxofficeindia1&amp;quot;&amp;gt;{{cite web |url=http://www.boxofficeindia.com/showProd.php?itemCat=196&amp;amp;catName=MTk5MA== |title=BoxOffice India.com |publisher=BoxOffice India.com |access-date=9 August 2010 |archive-url=https://web.archive.org/web/20100918075203/http://boxofficeindia.com/showProd.php?itemCat=196&amp;amp;catName=MTk5MA%3D%3D |archive-date=18 September 2010 |url-status=dead}}&amp;lt;/ref&amp;gt; She also performed at the [[Khajuraho Dance Festival]] in the 1990s.&lt;br /&gt;
&lt;br /&gt;
After the release of her film &#039;&#039;Ghatak&#039;&#039;, she left the film industry to raise her children in the United States with her husband, where she runs the Cherish Dance School. A documentary was made about her life, titled &#039;&#039;Meenakshi Accept Her Wings&#039;&#039;.&amp;lt;ref name=&amp;quot;boxofficeindia1996&amp;quot;&amp;gt;{{cite web |url=http://www.boxofficeindia.com/showProd.php?itemCat=202&amp;amp;catName=MTk5Ng== |title=Box Office 1996 |access-date=5 June 2012 |archive-date=25 January 2008 |archive-url=https://web.archive.org/web/20080125141035/http://www.boxofficeindia.com/showProd.php?itemCat=202&amp;amp;catName=MTk5Ng%3D%3D |url-status=live}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;rmrmedia1&amp;quot;&amp;gt;{{cite web |url=http://www.lcahouston.com/2008/12/the-miraculous-meenakshi/ |title=The Miraculous Meenakshi |publisher=lcahouston.com |access-date=7 August 2012 |date=30 December 2008 |archive-date=29 March 2013 |archive-url=https://web.archive.org/web/20130329152948/http://www.lcahouston.com/2008/12/the-miraculous-meenakshi/ |url-status=dead}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Early life==&lt;br /&gt;
Meenakshi Seshadri was born on 16 November 1963&amp;lt;ref&amp;gt;{{cite news |title=Happy Birthday Meenakshi Sheshadri! The grace of the 80&#039;s! |url=https://www.freepressjournal.in/entertainment/happy-birthday-meenakshi-the-grace-of-the-80s/1170942 |access-date=11 May 2019 |work=[[The Free Press Journal]] |date=16 November 2017}}&amp;lt;/ref&amp;gt; as Shashikala Seshadri in a [[Tamils|Tamil]] [[Brahmin]] family&amp;lt;ref&amp;gt;{{Cite news |url=https://www.thehindu.com/todays-paper/tp-features/tp-metroplus/second-coming/article28174395.ece |title=Second Coming |date=16 July 2005 |work=The Hindu }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |url=https://www.youtube.com/watch?v=elsy0_9vy3A&amp;amp;t=1m8s |title=YouTube |via=YouTube}}{{cbignore}}{{Dead YouTube link|date=February 2022}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |url=http://daily.bhaskar.com/article/BIH-birthday-special-bollywoods-damini-meenakshi-sheshadri-turns-51-4436314-PHO.html |archive-url=https://web.archive.org/web/20131224114024/http://daily.bhaskar.com/article/BIH-birthday-special-bollywoods-damini-meenakshi-sheshadri-turns-51-4436314-PHO.html |url-status=dead |archive-date=24 December 2013 |title=Daily Bhaskar: Bollywood&#039;s &#039;Damini&#039; Meenakshi Seshadri turns 51 |work=Daily Bhaskar |access-date=22 December 2013}}&amp;lt;/ref&amp;gt; in [[Sindri (Dhanbad)|Sindri]], [[Bihar]] (now in [[Jharkhand]]).&amp;lt;ref&amp;gt;{{cite web |url=http://www.awaztoday.com/News_Bollywood-actress-Meenakshi-turns-48_3_14596_Showbiz-News.aspx |title=Bollywood actress Meenakshi turns 48 |publisher=Awaztoday.com |date=16 November 1959 |access-date=11 March 2014 |url-status=dead |archive-url=https://web.archive.org/web/20131207231604/http://www.awaztoday.com/News_Bollywood-actress-Meenakshi-turns-48_3_14596_Showbiz-News.aspx |archive-date=7 December 2013}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |url=http://www.tollywoodtimes.com/profiles/info/Meenakshi-Seshadri/en/5twb0h8ac5 |archive-url=https://archive.today/20130615205318/http://www.tollywoodtimes.com/profiles/info/Meenakshi-Seshadri/en/5twb0h8ac5 |url-status=dead |archive-date=15 June 2013 |title=Meenakshi Seshadri |publisher=TollywoodTimes |date=16 November 1959 |access-date=11 March 2014}}&amp;lt;/ref&amp;gt; She trained in four [[Indian classical dance]] forms, [[Bharata Natyam]], [[Kuchipudi]], [[Kathak]], and [[Odissi]], under [[Vempati Chinna Satyam]] and Jaya Rama Rao. She won the Eve&#039;s Weekly [[Femina Miss India#History|Miss India]] contest in 1981 at the age of 17 and represented India at the [[Miss International 1981]] in [[Tokyo]], Japan.&amp;lt;ref&amp;gt;{{cite book |title=Kuchipudi |last=Kothari |first=Sunil |author2=Avinash Pasricha |year=2001 |publisher=Abhinav Publications |isbn=8170173590 |page=203}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite news |title=Meenakshi magic |author=Mandhir Saikia and Avani Saxena |url=http://www.expressindia.com/ie/daily/19990922/ile22130.html |newspaper=Express |date=22 September 1999 |access-date=15 May 2012}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Career==&lt;br /&gt;
&lt;br /&gt;
===Debut and early success (1983–1985)===&lt;br /&gt;
After a forgettable debut in &#039;&#039;Painter Babu&#039;&#039;, Meenakshi acted alongside another newcomer, [[Jackie Shroff]], in &#039;&#039;[[Hero (1983 film)|Hero]]&#039;&#039;. The film was a blockbuster and Meenakshi became an overnight star.&amp;lt;ref&amp;gt;{{Cite web |url=https://www.rediff.com/getahead/slide-show/slide-show-1-achievers-flop-films-and-actors-that-came-back-with-a-bang/20120511.htm |title=Actors who inspire: Take a cue from their careers! |website=Rediff}}&amp;lt;/ref&amp;gt; Immediately after the success of &#039;&#039;Hero&#039;&#039;, she got an offer to star with superstar [[Rajesh Khanna]] to appear in a double role in &#039;&#039;Awara Baap&#039;&#039; but the film underperformed at the box office. She then appeared in several commercial films, including &#039;&#039;Love Marriage&#039;&#039;, &#039;&#039;Paisa Ye Paisa&#039;&#039;, and &#039;&#039;[[Lover Boy (1985 film)|Lover Boy]].&#039;&#039; Her next successful film was &#039;&#039;[[Bewafai]]&#039;&#039;, with Khanna again and starring [[Rajinikanth]] as the antagonist. Then Ghai again cast her alongside [[Anil Kapoor]] in &#039;&#039;[[Meri Jung]]&#039;&#039;, which was one of the highest-grossing films of 1985. This gave her a major foothold in the industry. &#039;&#039;Swati&#039;&#039;, &#039;&#039;[[Mera Jawab]]&#039;&#039;, and &#039;&#039;[[Aandhi Toofan]]&#039;&#039; were all moderately successful. The same year she also appeared with [[Jeetendra]] in &#039;&#039;[[Hoshiyar]]&#039;&#039; and with [[Rajinikanth]] in &#039;&#039;[[Mahaguru (1985 film)|Mahaguru]]&#039;&#039; (1985) as his heroine. In 1986 Meenakshi made a special appearance in a song with Rajinikanth in the Telugu movie &#039;&#039;[[Jeevana Poratam]]&#039;&#039;.{{Citation needed|date=January 2025}}&lt;br /&gt;
&lt;br /&gt;
=== Established actress (1986–1989) ===&lt;br /&gt;
Seshadri appeared in many critically acclaimed films in 1986. In &#039;&#039;Swati&#039;&#039;, a woman-centric art house film, she performed the title role. The film gained immense critical acclaim and critics said, &amp;quot;Meenakshi Seshadri has acted in &#039;&#039;Swati&#039;&#039; the way Amitabh Bachchan acts in his films&amp;quot;. That same year she appeared in B. R. Chopra films alongside [[Jackie Shroff]] and [[Raj Babbar]] in the romantic drama &#039;&#039;[[Dahleez (film)|Dahleez]]&#039;&#039;, which dealt with the taboo topic of infidelity but underperformed at the box office. Her other releases that year, such as &#039;&#039;[[Allah Rakha (film)|Allah Rakha]]&#039;&#039;, were average performers at the box office. &#039;&#039;Dilwala&#039;&#039; (1986) and &#039;&#039;[[Parivaar (1987 film)|Parivaar]]&#039;&#039; with Mithun Chakraborty did very well at box office. &#039;&#039;Main Balwan&#039;&#039; (1986) was average in India, but a superhit overseas.{{Citation needed|date=January 2025}}&lt;br /&gt;
&lt;br /&gt;
In 1987, she appeared in the hit film &#039;&#039;[[Inaam Dus Hazaar]]&#039;&#039; alongside [[Sanjay Dutt]]. She also appeared in &#039;&#039;[[Dacait]]&#039;&#039;, an action drama alongside [[Sunny Deol]] to critical acclaim.{{Citation needed|date=January 2025}} &lt;br /&gt;
&lt;br /&gt;
In 1988, she starred in [[Yash Chopra]]&#039;s multi-starrer &#039;&#039;[[Vijay (1988 film)|Vijay]]&#039;&#039;. She also starred in the much hyped &#039;&#039;[[Shahenshah (1988 film)|Shahenshah]]&#039;&#039; opposite Amitabh Bachchan which proved to be a huge success.&amp;lt;ref name=&amp;quot;Boxofficeindia.com&amp;quot; /&amp;gt; Meenakshi teamed up with Bachchan for &#039;&#039;Toofan&#039;&#039;, &#039;&#039;Akayla&#039;&#039;, and &#039;&#039;[[Gangaa Jamunaa Saraswati]]&#039;&#039;, but all three were flops.&lt;br /&gt;
&lt;br /&gt;
In 1988 [[Prakash Mehra]] had announced &#039;&#039;Dhan Dhahej&#039;&#039;, starring Anil Kapoor and Meenakshi, Sanjay Khan announced &#039;&#039;Sarzameen&#039;&#039; with Anil Kapoor, Meenakshi, and [[Vinod Khanna]], [[Ramesh Sippy]] announced &#039;&#039;Aalishaan&#039;&#039; with Amitabh Bachchan and Meenakshi but none of these movies took off. Then Subhash Ghai signed Bachchan for the first time in film &#039;&#039;[[Devaa]]&#039;&#039; opposite Meenakshi Seshadri, but it was shelved after a song picturised on Bachchan and Shammi Kapoor that was sung by [[Mohammed Aziz]].&lt;br /&gt;
&lt;br /&gt;
In 1989, she was directed by Dev Anand in &#039;&#039;[[Sachché Ká Bol-Bálá]].&#039;&#039; In 1989, she also made her Tamil film debut with &#039;&#039;[[En Rathathin Rathame]]&#039;&#039;, a remake of the Hindi film &#039;&#039;[[Mr. India (1987 film)|Mr. India]]&#039;&#039;, opposite [[K. Bhagyaraj]], which bombed at the box office. She also appeared in Kalpataru&#039;s family dramas &#039;&#039;[[Bade Ghar Ki Beti]]&#039;&#039; and &#039;&#039;[[Gharana (1989 film)|Gharana]]&#039;&#039; which were moderate successes.&amp;lt;ref name=&amp;quot;Boxofficeindia.com&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
She worked with fellow dancer [[Mithun Chakraborthy]] in &#039;&#039;[[Aandhi Toofan]]&#039;&#039;, &#039;&#039;[[Main Balwan]]&#039;&#039;, &#039;&#039;[[Dilwaala]]&#039;&#039;, &#039;&#039;[[Parivaar (1987 film)|Parivaar]]&#039;&#039;, &#039;&#039;[[Bees Saal Baad (1988 film)|Bees Saal Baad]]&#039;&#039; &#039;&#039;[[Pyar Ka Karz]]&#039;&#039;, and &#039;&#039;[[Shandaar]].&#039;&#039; Her pairings with [[Sunny Deol]], [[Jackie Shroff]], [[Vinod Khanna]] and [[Rishi Kapoor]] were hugely popular and often praised by the media&#039;&#039;.&amp;lt;ref name=&amp;quot;Boxofficeindia.com&amp;quot; /&amp;gt;&amp;lt;ref&amp;gt;{{cite web |title=Top Grosser of 1990 |url=http://www.boxofficeindia.com/showProd.php?itemCat=196&amp;amp;catName=MTk5MA== |url-status=dead |archive-url=https://web.archive.org/web/20100918075203/http://boxofficeindia.com/showProd.php?itemCat=196&amp;amp;catName=MTk5MA%3D%3D |archive-date=18 September 2010 |access-date=5 September 2012 |publisher=Boxoffice India}}&amp;lt;/ref&amp;gt;&#039;&#039; Her best and most successful pairing, as well as her best on-screen chemistry was with Anil Kapoor. Her successful films with Anil Kapoor include &#039;&#039;[[Aag Se Khelenge]]&#039;&#039;, &#039;&#039;Meri Jung&#039;&#039;, &#039;&#039;[[Humlaa]]&#039;&#039; and &#039;&#039;[[Ghar Ho To Aisa|Ghar Ho Toh Aisa]]&#039;&#039;, while some others like &#039;&#039;Love Marriage&#039;&#039;, &#039;&#039;Amba&#039;&#039;, &#039;&#039;[[Joshilaay]]&#039;&#039; were box office duds.&lt;br /&gt;
&lt;br /&gt;
===Commercial success (1990–1996)===&lt;br /&gt;
In 1990, Meenakshi appeared in two films by [[Mahesh Bhatt]], the first being &#039;&#039;Awaargi&#039;&#039;, an art house film. Many critics call this her best performance.{{Citation needed|date=October 2024}} The second film was &#039;&#039;[[Jurm (1990 film)|Jurm]]&#039;&#039;, released in the same year. The film was a critical and commercial success. Her role as a wife who has to face her problems after her husband gets involved with another woman gained immense critical praise. She received her first [[Filmfare Award]] nomination for best actress for her role in the film. She also appeared in the film &#039;&#039;[[Ghar Ho To Aisa]]&#039;&#039; opposite Anil Kapoor; the film was a hit and Meenakshi was noted for her comedic timing.&amp;lt;ref name=&amp;quot;boxofficeindia1&amp;quot;/&amp;gt; She then appeared in &#039;&#039;[[Ghayal (1990 film)|Ghayal]]&#039;&#039; alongside [[Sunny Deol]]. This film started her long association with [[Rajkumar Santoshi]]. &#039;&#039;Ghayal&#039;&#039; was the highest-grossing film of the 1990.&lt;br /&gt;
&lt;br /&gt;
In 1991, she appeared opposite Amitabh Bachchan in &#039;&#039;[[Akayla]]&#039;&#039;, directed by [[Ramesh Sippy]]; despite being well-promoted, the film flopped at the box office. Her on-screen pairing with Vinod Khanna was widely appreciated, and the pair starred in such successful films as &#039;&#039;Satyamev Jayate&#039;&#039;, &#039;&#039;Mahaadev&#039;&#039;, &#039;&#039;Jurm&#039;&#039;, &#039;&#039;Humshakal&#039;&#039;, and &#039;&#039;Police Aur Mujrim&#039;&#039;. She acted in the successful family drama &#039;&#039;[[Ghar Parivar]]&#039;&#039; in 1991, with [[Rajesh Khanna]] and Rishi Kapoor as her co-stars. Meenakshi made her Telugu film debut with &#039;&#039;[[Brahmarshi Viswamitra]]&#039;&#039; in 1991. The same year, Raj Kumar Santoshi started the film &#039;&#039;[[Dil Hai Tumhara]]&#039;&#039; with Sunny Deol. Meenakshi paired for the first time with Salman Khan; they only shot once before the film was shelved.&lt;br /&gt;
&lt;br /&gt;
In 1992, she appeared in the Telugu film &#039;&#039;[[Aapadbandhavudu]]&#039;&#039; opposite [[Chiranjeevi]]. In 1992 her film &#039;&#039;Aaj Ka Goonda Raaj&#039;&#039; opposite Chiranjeevi was a hit.&lt;br /&gt;
&lt;br /&gt;
In 1993, she appeared in the film &#039;&#039;[[Damini – Lightning]]&#039;&#039;. Directed by filmmaker [[Rajkumar Santoshi]], it also starred Rishi Kapoor, Sunny Deol, [[Amrish Puri]], [[Tinnu Anand]], and [[Paresh Rawal]]. The film depicted the sensitive subject of injustice towards a rape victim.{{Citation needed|date=July 2018}} She won many accolades for her performance in the film. &#039;&#039;Damini&#039;&#039; received a number of awards, including a [[National Film Award (India)|National Film Award]] and a Filmfare Award nomination.&amp;lt;ref name=&amp;quot;Boxofficeindia.com&amp;quot; /&amp;gt; &#039;&#039;Damini&#039;&#039; is regarded as Meenakshi&#039;s career-defining role&amp;lt;ref name=&amp;quot;bo&amp;quot;&amp;gt;[http://www.boxofficeindia.com/showProd.php?itemCat=199&amp;amp;catName=MTk5Mw=]{{dead link|date=March 2014}}&amp;lt;/ref&amp;gt; and considered a cult feminist film.&amp;lt;ref&amp;gt;{{Cite web |title=#90sMoviesIn2018: Here&#039;s Why Meenakshi Seshadri-Rishi Kapoor&#039;s &#039;Damini&#039; is a Cult Feminist Film |url=https://www.news18.com/news/buzz/90smoviesin2018-heres-why-meenakshi-seshadri-rishi-kapoors-damini-is-a-cult-feminist-film-1963225.html |access-date=2025-01-31 |website=News18 |language=en}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite news |date=2020-04-30 |title=Did you know 27 years ago, Rishi Kapoor’s ‘Damini’ co-starring Meenakshi Seshadri and Sunny Deol released today? |url=https://timesofindia.indiatimes.com/entertainment/hindi/bollywood/news/did-you-know-27-years-ago-rishi-kapoors-damini-co-starring-meenakshi-seshadri-and-sunny-deol-released-today/articleshow/75474941.cms |access-date=2025-01-31 |work=The Times of India |issn=0971-8257}}&amp;lt;/ref&amp;gt; She performed a [[Tandav]] dance in the film, choreographed by Ravindra Atibudhi. In 1993, she also appeared in &#039;&#039;[[Aadmi Khilona Hai]]&#039;&#039; opposite [[Govinda (actor)|Govinda]]; and &#039;&#039;[[Kshatriya]]&#039;&#039; opposite [[Vinod Khanna]] – both the films were successful at the box office.&lt;br /&gt;
&lt;br /&gt;
In 1994, she appeared in the Tamil film &#039;&#039;[[Duet (1994 film)|Duet]]&#039;&#039; opposite [[Prabhu (actor)|Prabhu]], directed by [[K. Balachander]].&amp;lt;ref&amp;gt;{{Cite news |last=Vijiyan |first=K. |date=4 June 1994 |title=Stimulating study of the various aspects of love |url=https://news.google.com/newspapers?id=xzdOAAAAIBAJ&amp;amp;pg=3666%2C1528561 |url-status=live |archive-url=https://web.archive.org/web/20240528083056/https://news.google.com/newspapers?id=xzdOAAAAIBAJ&amp;amp;pg=3666%2C1528561 |archive-date=28 May 2024 |access-date=1 February 2025|work=[[New Straits Times]] |pages=28 |via=[[Google News Archive]]}}&amp;lt;/ref&amp;gt; The same year, she was in a dance show of songs from &#039;&#039;[[Damini]]&#039;&#039;: &amp;quot;Bin Sajan Jhula Jholu&amp;quot; with Aamir Khan.&lt;br /&gt;
&lt;br /&gt;
Meenakshi played the female lead in the 1996 film &#039;&#039;[[Ghatak: Lethal|Ghatak]]&#039;&#039; opposite Sunny Deol, directed by [[Rajkumar Santoshi]]. It was one of the highest-grossing films of 1996. This was her last film, as she moved to the [[United States]] after marriage.&amp;lt;ref name=&amp;quot;boxofficeindia1996&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;rmrmedia1&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Hiatus (1997–present)===&lt;br /&gt;
After her marriage, she made a rare appearance on [[Shekhar Suman]]&#039;s talk show.{{Citation needed|date=July 2018}} After a few years of marriage, she shifted her base to [[Plano, Texas]], in the United States.{{Citation needed|date=July 2018}} In an interview she stated: &amp;quot;Coming from a very Indo-centric background, life abroad shook me, I just could not relate to the US environment.&amp;quot;{{Citation needed|date=July 2018}} However, with the passage of time she has settled there.{{Citation needed|date=July 2018}} Now she is running her own dance school in [[Carrollton, Texas|Carrollton]] called Cherish Institute of Dance;{{Citation needed|date=July 2018}} The school is described as &amp;quot;an assembly of talented dancers, a voluntary body to enhance multi-culture, revealing the best talent of people of all ages&amp;quot;.{{Citation needed|date=July 2018}}&lt;br /&gt;
&lt;br /&gt;
==Personal life==&lt;br /&gt;
Meenakshi retired from cinema after marrying investment banker Harish Mysore in 1995. They had a civil wedding and a registered marriage in New York.&amp;lt;ref&amp;gt;{{cite news |title=civil wedding |url=http://marketme.biz/articles/marriage/Meenakshi_Sheshadri_talks_about_her_marriage.html |access-date=1 November 2012 |url-status=dead |archive-url=https://web.archive.org/web/20121116035120/http://marketme.biz/articles/marriage/Meenakshi_Sheshadri_talks_about_her_marriage.html |archive-date=16 November 2012}}&amp;lt;/ref&amp;gt; The couple have two children, a daughter and a son.&amp;lt;ref&amp;gt;{{cite news |title=Then and now: Damini actress Meenakshi Seshadri looks unrecognisable |url=https://www.mid-day.com/photos/then-and-now-54-year-old-damini-actress-meenakshi-seshadri-looks-unrecognisable/15302 |access-date=4 April 2020 |work=mid-day |date=15 November 2019 |language=en}}&amp;lt;/ref&amp;gt; Meenakshi lived in Plano, Texas.&amp;lt;ref&amp;gt;{{cite web |title=Spurred by success: Meenakshi bares her claws! |url=http://www.magnamags.com/stardust/blast-from-the-past/spurred-by-success-meenakshi-bares-her-claws/2088 |date=31 October 2013 |work=[[Stardust (magazine)|Stardust]] |access-date=13 June 2019 |url-status=usurped |archive-url=https://web.archive.org/web/20160113194953/http://www.magnamags.com/stardust/blast-from-the-past/spurred-by-success-meenakshi-bares-her-claws/2088 |archive-date=13 January 2016}}&amp;lt;/ref&amp;gt; There, she taught [[Bharatanatyam]], [[Kathak]], and [[Odissi]]. She performs with her students at charity events and fundraisers,&amp;lt;ref name=&amp;quot;rmrmedia1&amp;quot;/&amp;gt; including the [[American Association of Physicians of Indian Origin]] (AAPI) convention in California. She has since shifted to Washington D.C.{{Citation Needed|date=March 2024}}&amp;lt;!--https://bollywoodjournalist.com/2015/12/04/meeting-meenakshi-sheshadri/--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Artistry and legecy ==&lt;br /&gt;
===Acting and dance=== &lt;br /&gt;
Meenakshi Sheshadri is one of the great actresses of Indian cinema, She is known as very beautiful actress according to &amp;quot;Box Office India&amp;quot; old site she appeared 8 times top actress list (1986-1993).Meenakshi is not only known for her acting skills, but for her dancing skills as well.&amp;lt;ref&amp;gt;{{cite web |url=http://specials.rediff.com/movies/2008/apr/03sld1.htm |title=rediff.com: Bollywood&#039;s best dancing girls |work=Rediff.com |access-date=30 June 2011 |archive-date=19 September 2018 |archive-url=https://web.archive.org/web/20180919125615/http://specials.rediff.com/movies/2008/apr/03sld1.htm |url-status=dead}}&amp;lt;/ref&amp;gt; Often referred to as &#039;&#039;&amp;quot;Damini&amp;quot;&#039;&#039;, she is famous for her dance in the song &amp;quot;Tu Mera Hero Hai&amp;quot; from the film Hero.  She is also known for her dance sequences to Bollywood songs such as &amp;quot;Pyar Karne Wale&amp;quot; (from &#039;&#039;Hero&#039;&#039;), her one of great dance sequences in songs such as &amp;quot;Rock’N’Roll&amp;quot; and &amp;quot;Tu Nache Main Gaoon&amp;quot; - with Mithun (from &#039;&#039;Main Balwaan&#039;&#039; and &#039;&#039;Parivaar&#039;&#039;), &amp;quot;Teri Payal Mere Geet&amp;quot; with Govinda (from &#039;&#039;Teri Payal Mere Geet&#039;&#039;), &amp;quot;Jaane Do Jaane Do&amp;quot; (from &#039;&#039;Shahenshah&#039;&#039;) opposite Amitabh Bachchan, &amp;quot;Badal Pe Chalke&amp;quot; (from &#039;&#039;Vijay&#039;&#039;) opposite Anil Kapoor and Rishi Kapoor, &amp;quot;Bin Saajan Jhula&amp;quot; (from &#039;&#039;Damini&#039;&#039;) opposite [[Aamir Khan]], &amp;quot;Sajan Mera Uss Par Hai&amp;quot; (from &#039;&#039;[[Gangaa Jamunaa Saraswati]]&#039;&#039;), &amp;quot;Mujre Wali Hoon&amp;quot; (from &#039;&#039;[[Awaargi]]&#039;&#039;), &amp;quot;Jab Koi Baat Bigad Jaye&amp;quot; (from &#039;&#039;Jurm&#039;&#039;), and &amp;quot;Badan Main Chandni&amp;quot; (from [[Ghatak: Lethal|&#039;&#039;Ghatak&#039;&#039;]]).&lt;br /&gt;
&lt;br /&gt;
She considers herself more of a dancer than an actress.&amp;lt;ref name=&amp;quot;rmrmedia1&amp;quot;/&amp;gt; Her desire to continue the art and extend this culture in a foreign land led her to found the Cherish Dance School.&amp;lt;ref name=&amp;quot;rmrmedia1&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Singing===&lt;br /&gt;
Meenakshi sang some poetic notes in J.P. Dutta&#039;s movie &#039;&#039;Kshatriya&#039;&#039;, in a composition by Laxmikant Pyarelal. She sang a song in another movie, &#039;&#039;Tadap&#039;&#039;, with [[Chunky Pandey|Chunkey Pandey]] and [[Nana Patekar]], but the movie was not released. She sang &amp;quot;Tumhare Roop Ka&amp;quot;, composed by [[R. D. Burman|R.D. Burman]], with [[Amit Kumar]] and [[Suresh Wadkar]].&lt;br /&gt;
&lt;br /&gt;
==Documentaries and television appearances==&lt;br /&gt;
She has made few appearances on talk shows and rarely gives interviews.{{Citation needed|date=July 2018}} In 1987, she appeared in an interview in [[London]], in which she discussed her personal and professional life.{{Citation needed|date=July 2018}}&lt;br /&gt;
&lt;br /&gt;
In 1992, Meenakshi featured in the television documentary &#039;&#039;World of Film: India&#039;&#039; about the Indian film industry; she appeared with stalwarts such as [[Shashi Kapoor]], Amitabh Bachchan, and [[Mira Nair]].{{Citation needed|date=July 2018}}&lt;br /&gt;
&lt;br /&gt;
In 1997, she made a rare public appearance on [[Shekhar Suman]]&#039;s talk show &#039;&#039;[[Movers &amp;amp; Shakers (TV series)]]&#039;&#039;; this was also her last television appearance before she left the industry to raise her children.{{Citation needed|date=July 2018}} She discussed her entire career, her personal life, and her passion for dance and her stage performances.{{Citation needed|date=July 2018}}&lt;br /&gt;
&lt;br /&gt;
In 2006, a documentary was made on her life called &#039;&#039;Meenakshi Accept Her Wings&#039;&#039;, directed by Margret Stephens; the two-hour musical documentary depicted her lifestyle transition from a dancer and actress to a homemaker.{{Citation needed|date=July 2018}} The movie gave a deeper insight to her life after quitting film and her successful marriage.{{Citation needed|date=July 2018}}&lt;br /&gt;
&lt;br /&gt;
==Awards and recognition==&lt;br /&gt;
* 1986 – Lux Award as Best Actress for &#039;&#039;[[Swati (1986 film)|Swati]]&#039;&#039;&lt;br /&gt;
* 1991 – [[Filmfare]] Nomination as [[Filmfare Award for Best Actress|Best Actress]] for &#039;&#039;[[Jurm (1990 film)|Jurm]]&#039;&#039;&amp;lt;ref&amp;gt;{{Cite web |title=The Nominations – 1990 |url=http://filmfareawards.indiatimes.com/articleshow/articleshow/368593.cms |url-status=dead |archive-url=https://web.archive.org/web/20070708210531/http://filmfareawards.indiatimes.com/articleshow/articleshow/368593.cms |archive-date=8 July 2007 |access-date=30 October 2022 |website=Official Listings, [[Indiatimes]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* 1992 – [[Filmfare Award South]] nomination as [[Filmfare Award for Best Actress – Telugu|Best Actress – Telugu]] for &#039;&#039;[[Aapadbandhavudu]]&#039;&#039;&lt;br /&gt;
* 1994 – [[Filmfare]] Nomination as [[Filmfare Award for Best Actress|Best Actress]] for &#039;&#039;[[Damini]]&#039;&#039;&amp;lt;ref&amp;gt;{{Cite web |title=The Nominations — 1993 |url=http://filmfareawards.indiatimes.com/articleshow/articleshow/articleshow/articleshow/368610.cms |url-status=dead |archive-url=https://archive.today/20141027014001/http://filmfareawards.indiatimes.com/articleshow/articleshow/articleshow/articleshow/368610.cms |archive-date=27 October 2014 |access-date=30 October 2022 |website=Official Listings, [[Indiatimes]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* 1993 – [[Smita Patil]] Memorial Award as Best Actress for &#039;&#039;[[Damini]]&#039;&#039;&amp;lt;ref&amp;gt;{{cite web |url=http://www.priyadarshniacademy.com/9-ann-national-awards/photo-gallery/9-national-awards1.html |title=Photo Gallery |publisher=Priyadarshniacademy.com |access-date=24 October 2013 |archive-url=https://web.archive.org/web/20131029202336/http://www.priyadarshniacademy.com/9-ann-national-awards/photo-gallery/9-national-awards1.html |archive-date=29 October 2013 |url-status=dead}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Filmography==&lt;br /&gt;
{| class=&amp;quot;wikitable plainrowheaders sortable&amp;quot; style=&amp;quot;margin-right: 0;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Year&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Title&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Role&lt;br /&gt;
!Language&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Notes&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot;  | {{Tooltip|Ref.|Reference}}&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot;| 1983 &lt;br /&gt;
| &#039;&#039;[[Painter Babu]]&#039;&#039;&lt;br /&gt;
| Renu &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &amp;lt;ref&amp;gt;{{Cite web |date=10 February 2015 |title=Manoj Kumar gave first break to Meenakshi Sheshadri |url=https://timesofindia.indiatimes.com/videos/entertainment/hindi/manoj-kumar-gave-first-break-to-meenakshi-sheshadri/videoshow/46185339.cms |url-status=live |archive-url=https://web.archive.org/web/20220411065603/https://timesofindia.indiatimes.com/videos/entertainment/hindi/manoj-kumar-gave-first-break-to-meenakshi-sheshadri/videoshow/46185339.cms |archive-date=11 April 2022 |access-date=11 April 2022 |website=Entertainment Times |publisher=The Times of India |language=en |agency=The Times Group}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Hero (1983 film)|Hero]]&#039;&#039; &lt;br /&gt;
| Radha&lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &amp;lt;ref&amp;gt;{{Cite web |date=6 February 2014 |title=Hero: Revisiting Subhash Ghai&#039;s flamboyant take on romance |url=https://www.rediff.com/movies/slide-show/slide-show-1-hero-revisiting-subhash-ghais-flamboyant-take-on-romance/20140206.htm |url-status=live |archive-url=https://web.archive.org/web/20200922121837/https://www.rediff.com/movies/slide-show/slide-show-1-hero-revisiting-subhash-ghais-flamboyant-take-on-romance/20140206.htm |archive-date=22 September 2020 |access-date=11 April 2022 |website=[[Rediff.com]] |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! 1984&lt;br /&gt;
| &#039;&#039;[[Love Marriage (1984 film)|Love Marriage]]&#039;&#039; &lt;br /&gt;
| Ritu &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &amp;lt;ref&amp;gt;{{Citation |last= |title=Love Marriage (1984) |date= 23 April 2018|url=https://www.youtube.com/watch?v=IzPKudBkIdk |work=Ultra Movie Parlour, [[YouTube]] |language=en |access-date=11 April 2022}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;11&amp;quot;| 1985 &lt;br /&gt;
| &#039;&#039;[[Hoshiyar]]&#039;&#039; &lt;br /&gt;
| Jyoti &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite web |last= |first= |title=Hoshiyar (1985) |url=https://www.bollywoodhungama.com/movie/hoshiyar/cast/ |url-status=live |archive-url=https://web.archive.org/web/20210717142238/https://www.bollywoodhungama.com/movie/hoshiyar/cast/ |archive-date=17 July 2021 |access-date=11 April 2022 |website=[[Bollywood Hungama]] |date= 18 January 1985|language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Mera Jawab]]&#039;&#039; &lt;br /&gt;
| Poonam &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &amp;lt;ref&amp;gt;{{Cite web |last= |first= |title=Mera Jawab (1985) |url=https://www.bollywoodhungama.com/movie/mera-jawab/cast/ |access-date=11 April 2022 |website=[[Bollywood Hungama]] |date= 15 February 1985|language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Aandhi-Toofan]]&#039;&#039; &lt;br /&gt;
| Meena &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Mahaguru (1985 film)|Mahaguru]]&#039;&#039; &lt;br /&gt;
| Basanti &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Bewafai]]&#039;&#039; &lt;br /&gt;
| Vinny&lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Maha Shaktimaan]]&#039;&#039; &lt;br /&gt;
| Madhuri &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Meraa Ghar Mere Bachche]]&#039;&#039; &lt;br /&gt;
| Sarita &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Paisa Yeh Paisa]]&#039;&#039; &lt;br /&gt;
| Sapna &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Meri Jung]]&#039;&#039; &lt;br /&gt;
| Geeta &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &amp;lt;ref&amp;gt;{{Cite web |last=Mohapatra |first=Bikash |date=2007 |title=Kabhi bhai kabhi lover! |url=https://m.rediff.com/movies/2008/jul/16sld3.htm |url-status=live |archive-url=https://web.archive.org/web/20220411054923/https://m.rediff.com/movies/2008/jul/16sld3.htm |archive-date=11 April 2022 |access-date=11 April 2022 |website=[[Rediff.com]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Lover Boy (1985 film)|Lover Boy]]&#039;&#039; &lt;br /&gt;
| Radha &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Awara Baap]]&#039;&#039; &lt;br /&gt;
| Rupa/Deepa &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &amp;lt;ref&amp;gt;{{cite web|title=Awara Baap (1985) |url=http://www.bollywoodhungama.com/moviemicro/cast/id/535160 |website=[[Bollywood Hungama]] |access-date=11 April 2022 |url-status=live |archive-url=https://web.archive.org/web/20150523000559/http://www.bollywoodhungama.com/moviemicro/cast/id/535160 |archive-date=23 May 2015 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;9&amp;quot; | 1986&lt;br /&gt;
| &#039;&#039;Ricky&#039;&#039; &lt;br /&gt;
| Rani&lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Main Balwaan]]&#039;&#039; &lt;br /&gt;
| Natasha &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Maa Beti]]&#039;&#039; &lt;br /&gt;
| Meenu/Asha&lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Dahleez (film)|Dahleez]]&#039;&#039; &lt;br /&gt;
| Naini &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Allah Rakha (film)|Allah Rakha]]&#039;&#039; &lt;br /&gt;
| Rani &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Dilwaala]]&#039;&#039; &lt;br /&gt;
| Padma &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Swati (1986 film)|Swati]]&#039;&#039; &lt;br /&gt;
| Swati &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &amp;lt;ref&amp;gt;{{cite web|title=Swati (1986) |url=http://www.bollywoodhungama.com/moviemicro/cast/id/55747 |website=[[Bollywood Hungama]] |access-date=11 April 2022 |url-status=live |archive-url=https://web.archive.org/web/20150409143443/http://www.bollywoodhungama.com/moviemicro/cast/id/55747 |archive-date= 9 April 2015 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Pahunche Huwey Log&#039;&#039; &lt;br /&gt;
| Herself&lt;br /&gt;
|Hindi&lt;br /&gt;
| [[Cameo appearance|Special appearance]] &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;[[Jeevana Poratam]]&#039;&#039; &lt;br /&gt;
|Herself&lt;br /&gt;
|Telugu&lt;br /&gt;
|[[Cameo appearance|Special appearance]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;5&amp;quot;| 1987 &lt;br /&gt;
| &#039;&#039;[[Satyamev Jayate (film)|Satyamev Jayate]]&#039;&#039; &lt;br /&gt;
| Seema &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Dacait]]&#039;&#039; &lt;br /&gt;
| Chavli &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;ref name=&amp;quot;Jha2005&amp;quot;&amp;gt;{{Cite book|author=Subhash K Jha |title=The Essential Guide to Bollywood |url=https://books.google.com/books?id=s1mVuJJPm3UC&amp;amp;pg=PA1998-IA1 |access-date=10 December 2022 |date=1 November 2005 |publisher=Roli Books Private Limited |isbn=978-81-7436-378-7 |page=140 |url-status=live |archive-url=https://web.archive.org/web/20121114185639/http://books.google.com/books?id=s1mVuJJPm3UC |archive-date=14 November 2012 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Inaam Dus Hazaar]]&#039;&#039; &lt;br /&gt;
| Kamal/Sonia&lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Muqaddar Ka Faisla]]&#039;&#039; &lt;br /&gt;
| Meena &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Parivaar (1987 film)|Parivaar]]&#039;&#039; &lt;br /&gt;
| Anita &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;6&amp;quot;| 1988&lt;br /&gt;
| &#039;&#039;[[Main Tere Liye]]&#039;&#039; &lt;br /&gt;
| Rinku &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Aurat Teri Yehi Kahani]]&#039;&#039; &lt;br /&gt;
| Savitri &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Gangaa Jamunaa Saraswati]]&#039;&#039;&lt;br /&gt;
| Jamuna&lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Inteqam]]&#039;&#039; &lt;br /&gt;
| Seeta&lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Vijay (1988 film)|Vijay]]&#039;&#039; &lt;br /&gt;
| Sapna  &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Shahenshah (1988 film)|Shahenshah]]&#039;&#039;&lt;br /&gt;
| Shalu &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! rowspan=&amp;quot;11&amp;quot;| 1989 &lt;br /&gt;
| &#039;&#039;[[Sachché Ká Bol-Bálá]]&#039;&#039; &lt;br /&gt;
| Reema &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Bees Saal Baad (1988 film)|Bees Saal Baad]]&#039;&#039; &lt;br /&gt;
| Kiran &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Joshilaay]]&#039;&#039; &lt;br /&gt;
| Mangala &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[En Rathathin Rathame]]&#039;&#039; &lt;br /&gt;
| Meenakshi&lt;br /&gt;
|Tamil&lt;br /&gt;
| Remake of Mr. India &lt;br /&gt;
| {{Citation needed|date=August 2024}} &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Mahaadev]]&#039;&#039; &lt;br /&gt;
| Geeta &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Bade Ghar Ki Beti]]&#039;&#039; &lt;br /&gt;
| Mala &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Gharana (1989 film)|Gharana]]&#039;&#039; &lt;br /&gt;
| Radha &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Toofan (1989 film)|Toofan]]&#039;&#039; &lt;br /&gt;
| Radha &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Aag Se Khelenge]]&#039;&#039; &lt;br /&gt;
| Geeta &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Mohabat Ka Paigham]]&#039;&#039;&lt;br /&gt;
| Zeenat &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Nache Nagin Gali Gali]]&#039;&#039; &lt;br /&gt;
| Mohini&lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;7&amp;quot;| 1990 &lt;br /&gt;
| &#039;&#039;[[Awaargi]]&#039;&#039; &lt;br /&gt;
| Meena &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Shandaar (1990 film)|Shandaar]]&#039;&#039; &lt;br /&gt;
| Rani &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Pyar Ka Karz]]&#039;&#039; &lt;br /&gt;
| Dr. Naina&lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Ghar Ho To Aisa]]&#039;&#039;&lt;br /&gt;
| Seema &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Ghayal (1990 film)|Ghayal]]&#039;&#039;&lt;br /&gt;
| Varsha &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &amp;lt;ref&amp;gt;{{Cite web |last=Verma |first=Sukanya |date=4 February 2016 |title=Didn&#039;t watch Sunny Deol&#039;s 1990 Ghayal? Read this! |url=https://www.rediff.com/movies/report/didnt-watch-sunny-deols-1990-ghayal-read-this/20160204.htm |url-status=live |archive-url=https://web.archive.org/web/20180829100619/https://m.rediff.com/amp/movies/report/didnt-watch-sunny-deols-1990-ghayal-read-this/20160204.htm |archive-date=29 August 2018 |access-date=12 April 2022 |website=[[Rediff.com]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Jurm (1990 film)|Jurm]]&#039;&#039; &lt;br /&gt;
| Meena &lt;br /&gt;
|Hindi&lt;br /&gt;
| Nominated—[[Filmfare Award for Best Actress]]&lt;br /&gt;
| &amp;lt;ref&amp;gt;{{Cite web |last= |first= |title=Jurm (1990) |url=https://www.bollywoodhungama.com/movie/jurm/cast/ |url-status=live |archive-url=https://web.archive.org/web/20210322141419/https://www.bollywoodhungama.com/movie/jurm/cast/ |archive-date=22 March 2021 |access-date=12 April 2022 |website=Bollywood Hungama |date= 5 July 1990|language=en}}&amp;lt;/ref&amp;gt; &amp;lt;br/&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=The Nominations – 1990 |url=http://filmfareawards.indiatimes.com/articleshow/articleshow/368593.cms |url-status=dead |archive-url=https://web.archive.org/web/20070708210531/http://filmfareawards.indiatimes.com/articleshow/articleshow/368593.cms |archive-date=8 July 2007 |access-date=12 April 2022 |website=Official Listings, [[Indiatimes]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Amba (film)|Amba]]&#039;&#039; &lt;br /&gt;
| Lajjo &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| 1991 &lt;br /&gt;
| &#039;&#039;[[Ghar Parivar]]&#039;&#039; &lt;br /&gt;
| Mala &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Brahmarshi Vishwamitra]]&#039;&#039; &lt;br /&gt;
| Menaka &lt;br /&gt;
|Telugu&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Akayla]]&#039;&#039; &lt;br /&gt;
| Seema &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;6&amp;quot;| 1992 &lt;br /&gt;
| &#039;&#039;[[Humlaa]]&#039;&#039; &lt;br /&gt;
| Seema &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Aaj Ka Goonda Raj]]&#039;&#039; &lt;br /&gt;
| Shalu &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Police Aur Mujrim]]&#039;&#039; &lt;br /&gt;
| Kiran &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Humshakal (1992 film)|Humshakal]]&#039;&#039; &lt;br /&gt;
| Sara &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Aapadbandhavudu]]&#039;&#039; &lt;br /&gt;
| Hema &lt;br /&gt;
|Telugu&lt;br /&gt;
| Nominated—[[Filmfare Award for Best Actress – Telugu|Filmfare Award for Best Actress]] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Yeh Raat Phir Na Aayegi (1992 film)|Yeh Raat Phir Na Aayegi]]&#039;&#039; &lt;br /&gt;
| Radha &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;6&amp;quot;| 1993 &lt;br /&gt;
| &#039;&#039;[[Kshatriya (film)|Kshatriya]]&#039;&#039; &lt;br /&gt;
| Madhu&lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Damini]]&#039;&#039; &lt;br /&gt;
| Damini&lt;br /&gt;
|Hindi&lt;br /&gt;
| Nominated—Filmfare Award for Best Actress&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Aadmi Khilona Hai]]&#039;&#039; &lt;br /&gt;
| Poonam &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Teri Payal Mere Geet]]&#039;&#039;&lt;br /&gt;
| Laila/Leela &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;[[Badi Bahen]]&#039;&#039;&lt;br /&gt;
| Jyoti &lt;br /&gt;
|Hindi&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
| &#039;&#039;Sadhna&#039;&#039; &lt;br /&gt;
| Madhu&lt;br /&gt;
|Hindi&lt;br /&gt;
| Special appearance&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! 1994 &lt;br /&gt;
| &#039;&#039;[[Duet (1994 film)|Duet]]&#039;&#039; &lt;br /&gt;
| Anjali &lt;br /&gt;
|Tamil&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
! 1996 &lt;br /&gt;
| &#039;&#039;[[Ghatak: Lethal]]&#039;&#039; &lt;br /&gt;
| Gauri&lt;br /&gt;
|Hindi&lt;br /&gt;
|Delayed release&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! 1997&lt;br /&gt;
| &#039;&#039;Do Rahain&#039;&#039;&lt;br /&gt;
| Ms. Kannagi&lt;br /&gt;
| Hindi&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! 1998&lt;br /&gt;
| &#039;&#039;[[Swami Vivekananda (1998 film)|Swami Vivekananda]]&#039;&#039;&lt;br /&gt;
| Sannyasini&lt;br /&gt;
|Sanskrit&lt;br /&gt;
|Guest appearance&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! 2016&lt;br /&gt;
| &#039;&#039;[[Ghayal: Once Again]]&#039;&#039;&lt;br /&gt;
| Varsha&lt;br /&gt;
|Hindi&lt;br /&gt;
| Flashback appearance&lt;br /&gt;
|  &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Documentary==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Year !! Title !! Role !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || &#039;&#039;World of Film: India&#039;&#039;{{Citation needed|date=July 2018}} || Herself || Appeared alongside [[Amitabh Bachchan]], [[Shashi Kapoor]] and [[Mira Nair]]&lt;br /&gt;
|-&lt;br /&gt;
| 2006 || &#039;&#039;Meenakshi Accept Her Wings&#039;&#039;{{Citation needed|date=July 2018}} || Herself || Directed by Margret Stephens&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
*{{IMDb name|0792866}}&lt;br /&gt;
*{{Bollywood Hungama person|meenakshi-seshadri}}&lt;br /&gt;
&lt;br /&gt;
{{Miss International 1981 delegates}}&lt;br /&gt;
{{authority control}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Seshadri, Meenakshi}}&lt;br /&gt;
[[Category:1963 births]]&lt;br /&gt;
[[Category:Living people]]&lt;br /&gt;
[[Category:Indian film actresses]]&lt;br /&gt;
[[Category:Actresses in Hindi cinema]]&lt;br /&gt;
[[Category:Actresses in Tamil cinema]]&lt;br /&gt;
[[Category:Actresses in Telugu cinema]]&lt;br /&gt;
[[Category:Actresses from Jharkhand]]&lt;br /&gt;
[[Category:Femina Miss India winners]]&lt;br /&gt;
[[Category:Miss International 1981 delegates]]&lt;br /&gt;
[[Category:Female models from Jharkhand]]&lt;br /&gt;
[[Category:Dancers from Jharkhand]]&lt;br /&gt;
[[Category:Women artists from Jharkhand]]&lt;br /&gt;
[[Category:Performers of Indian classical dance]]&lt;br /&gt;
[[Category:People from Dhanbad district]]&lt;br /&gt;
[[Category:Indian expatriates in the United States]]&lt;br /&gt;
[[Category:American actresses of Indian descent]]&lt;br /&gt;
[[Category:20th-century Indian actresses]]&lt;br /&gt;
[[Category:21st-century Indian actresses]]&lt;br /&gt;
[[Category:20th-century Indian dancers]]&lt;br /&gt;
[[Category:20th-century Indian women artists]]&lt;br /&gt;
[[Category:Tamil actresses]]&lt;br /&gt;
[[Category:American people of Indian Tamil descent]]&lt;br /&gt;
[[Category:Tamil Brahmins]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Ishar_Singh_(artist)&amp;diff=504755</id>
		<title>Ishar Singh (artist)</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Ishar_Singh_(artist)&amp;diff=504755"/>
		<updated>2026-05-03T15:35:47Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: new first bio more to come - done&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Sikh artist}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox artist&lt;br /&gt;
| name             = Ishar Singh&lt;br /&gt;
| image            = Portrait of the Sikh artist Ishar Singh, signed by M. B., circa early 20th century.jpg&lt;br /&gt;
| style            = [[Sikh art|Sikh School]]&lt;br /&gt;
| children         = &lt;br /&gt;
| honorific_prefix = Mahant&lt;br /&gt;
| honorific_suffix = Mussawar&lt;br /&gt;
| caption          = Portrait of the Sikh artist Ishar Singh, signed by M. B., circa early 20th century&amp;lt;ref&amp;gt;{{cite web |title=Lot 340: A portrait of the Sikh artist Ishar Singh (1860-1910) |url=https://www.bonhams.com/auction/26590/lot/340/a-portrait-of-the-sikh-artist-ishar-singh-1860-1910-european-school-signed-by-m-b-early-20th-century/ |website=Bonhams |access-date=13 October 2024 |date=25 October 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| birth_date       = 1860&lt;br /&gt;
| death_date       = ca.1910&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ishar Singh&#039;&#039;&#039; (1860–ca.1910), also known as &#039;&#039;&#039;Ishar Singh Naqqash&#039;&#039;&#039; or &#039;&#039;&#039;Ishar Singh Mahant&#039;&#039;&#039;, was a [[Sikh art]]ist.&amp;lt;ref&amp;gt;{{Cite book |title=Mārg̲ |publisher=Marg Publications |year=1976 |volume=30 |pages=56}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite book |last=Kang |first=Kanwarjit Singh |title=Punjab: Art and Culture |publisher=Atma Ram &amp;amp; Sons |year=1988 |isbn=9788170430964 |pages=}}&amp;lt;/ref&amp;gt;{{Rp|page=xxi}}&amp;lt;ref&amp;gt;{{Cite book |last=Narula |first=S. S. |title=Aspects of Punjabi Culture |publisher=Department of Development of Punjabi Language, Punjabi University |year=1995 |pages=99}}&amp;lt;/ref&amp;gt; Ishar Singh was born in 1860 and his father was Bhai Ram Singh &#039;&#039;Mussawar&#039;&#039;.&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite book |last=Hasan |first=Musarrat |title=Painting in the Punjab Plains: 1849-1949 |publisher=Ferozsons |year=1998 |isbn=9789690014269 |pages=131, 146}}&amp;lt;/ref&amp;gt; Ishar Singh specialized in the [[Kangra painting|Kangra-style]] and also carried-out [[mural]] work.&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&amp;lt;ref&amp;gt;{{Cite book |last=Aryan |first=K. C. |title=Unknown Pahari Wall Paintings in North India |publisher=Rekha Prakashan |year=1990 |isbn=9788190000369 |pages=31–33}}&amp;lt;/ref&amp;gt; He was one of the artists named in a list prepared by Hari Singh of the known artists who had worked in the Harmandir Sahib complex of Amritsar.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;{{Rp|page=62}} He had adopted the style of [[Kehar Singh (artist)|Kehar Singh]] and carried-out decoration work on the Darshani Deori structure of the complex.&amp;lt;ref name=&amp;quot;:2&amp;quot;&amp;gt;{{Cite book |last=Arshi |first=Pardeep Singh |title=The Golden Temple: History, Art, and Architecture |publisher=Harman Publishing House |year=1989 |isbn=9788185151250 |pages=78}}&amp;lt;/ref&amp;gt; Furthermore, Ishar Singh decorated the edifices of Gurdwara Shahidan in Amritsar and other shrines, including Hindu temples in Amritsar.&amp;lt;ref name=&amp;quot;:2&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
{{authority control}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Singh, Ishar}}&lt;br /&gt;
&lt;br /&gt;
[[Category:19th-century Indian male artists]]&lt;br /&gt;
[[Category:1860 births]]&lt;br /&gt;
[[Category:1910 deaths]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Year of death uncertain]]&lt;br /&gt;
&lt;br /&gt;
{{India-artist-stub}}&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=List_of_national_projects_of_the_Ministry_of_Water_Resources_of_India&amp;diff=513113</id>
		<title>List of national projects of the Ministry of Water Resources of India</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=List_of_national_projects_of_the_Ministry_of_Water_Resources_of_India&amp;diff=513113"/>
		<updated>2026-04-26T14:08:01Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|none}}&lt;br /&gt;
&lt;br /&gt;
[[Government of India]] has approved a scheme of National Projects to be implemented during [[Five-Year Plans of India|XI Plan]] (2007–2012) with a view to expedite completion of identified National Projects for the benefit of the people. Such projects will be provided financial assistance by the Government of India in the form of Central grant which will be 90% of the estimated cost of such projects for their completion in a time bound manner.&amp;lt;ref&amp;gt;{{cite web|url=http://mowr.gov.in/sites/default/files/NProjects572133778_1.pdf|title=Guidelines For Implementation of National Projects|website=mowr.gov.in}}&amp;lt;/ref&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;I. Criteria for selection of National Projects&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;II. Procedure for inclusion as National project&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;III.Funding of the National Project&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;IV. Work plan and time schedule for completion of National Projects&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;V. Monitoring for National Projects&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;VI. Review by steering committee&#039;&#039;&#039;&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;VI. Evaluation and impact assessment&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto; border: none;&amp;quot;&lt;br /&gt;
|+ List of projects so far declared by the Government as national projects&amp;lt;ref&amp;gt;{{cite web|url=http://www.indiaenvironmentportal.org.in/files/file/National%20Projects.pdf|title=National Project Loksabha Question|website=indiaenvironmentportal.org.in}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Sl. No.&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Name of the project&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | State&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Status&lt;br /&gt;
|-&lt;br /&gt;
| 1 ||  [[Gosi Khurd Irrigation Project]] || [[Maharashtra]] ||Project is under Execution&lt;br /&gt;
|-&lt;br /&gt;
|  2|| [[Shahpurkandi dam project]] || [[Punjab]] || Project is under Execution&lt;br /&gt;
|-&lt;br /&gt;
| 3||Teesta Barrage Project||[[West Bengal]] ||Project is under Execution&lt;br /&gt;
|-&lt;br /&gt;
| 4||Saryu Nahar Pariyojna||[[Uttar Pradesh]]||Project is under Execution&lt;br /&gt;
|-&lt;br /&gt;
| 5||[[Polavaram Project]] ||[[Andhra Pradesh]]|| Project is under Execution&lt;br /&gt;
|-&lt;br /&gt;
| 6 ||[[Lakhwar Dam|Lakhwar Vyasi Multipurpose Project]]||[[Uttrakhand]]||Lakhwar as standalone project (300MW) accepted by TAC. The project was considered by Investment Clearance Committee of MoWR, RD &amp;amp; GR in its meeting held on 24.2.2016.&lt;br /&gt;
|-&lt;br /&gt;
| 7 ||Renuka Dam Project||[[Himachal Pradesh]]||Technical clearances from CWC is to be obtained by HPPCL. Environment Clearance granted by MoEF &amp;amp; CC was under challenge in &lt;br /&gt;
NGT. NGT has cited discrepancies in the requirement of land figures (forest and non-forest, Government and Non-Government)&lt;br /&gt;
|-&lt;br /&gt;
| 8 ||Ujh Multipurpose Project||[[Jammu and Kashmir (state)|Jammu and Kashmir]]||DPR under appraisal in CWC/CEA&lt;br /&gt;
|-&lt;br /&gt;
| 9||[[Kishau Dam|Kishau Multipurpose Project]]||Himachal Pradesh/Uttrakhand||DPR prepared. MOU for Joint Venture between Govt. Of UK and Govt. Of HP signed. JV SPV yet to be formed.&lt;br /&gt;
|-&lt;br /&gt;
| 10 ||Ken Betwa Link Project||[[Madhya Pradesh]]||Updated cost estimate of the project(2015-16 PL) was submitted in CWC by NWDA in February 2016 which is&lt;br /&gt;
under examination. DPR of Phase- II is yet to be submitted to CWC by NWDA.&lt;br /&gt;
|-&lt;br /&gt;
| 11 ||Kulsi Dam Project||[[Assam]]||Project is Under appraisal in CWC/CEA. Compliance to the observations of CWC/CEA on the DPR of the project are pending.&lt;br /&gt;
|-&lt;br /&gt;
| 12 ||Noa-Dihing Dam Project||[[Arunachal Pradesh]]||Project is Under appraisal in CWC/CEA. Compliance to the observations of CWC/CEA on the DPR of the project are pending.&lt;br /&gt;
|-&lt;br /&gt;
|13 ||Bursar HE Project||Jammu &amp;amp; Kashmir||DPR under preparation by NHPC&lt;br /&gt;
|-&lt;br /&gt;
|14 ||Gyspa HE Project||Himachal Pradesh||DPR under preparation by Govt. Of Himachal Pradesh&lt;br /&gt;
|-&lt;br /&gt;
|15 ||2nd Ravi Vyas Link Project||Punjab ||Under PFR stage.&lt;br /&gt;
|-&lt;br /&gt;
|16||[[Upper Siang Hydroelectric Project|Upper Siang Project]]||[[Arunachal Pradesh]]||Under PFR stage&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Indian Rivers Inter-link]]&lt;br /&gt;
* [[List of major rivers of India]]&lt;br /&gt;
* [[List of national waterways in India]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist|30em}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
 &lt;br /&gt;
{{Dams and reservoirs in India}}&lt;br /&gt;
{{Waters of India}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Lists of dams in India|National Projects of the Ministry of Water Resources]]&lt;br /&gt;
[[Category:Proposed infrastructure in India]]&lt;br /&gt;
[[Category:Ministry of Water Resources (India)]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Veena_Sahajwalla&amp;diff=543907</id>
		<title>Veena Sahajwalla</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Veena_Sahajwalla&amp;diff=543907"/>
		<updated>2026-04-24T14:01:33Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: created some info w/ refs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{short description|Australian scientist and inventor}}&lt;br /&gt;
{{Use British English|date=January 2018}}&lt;br /&gt;
{{Use dmy dates|date=January 2018}}&lt;br /&gt;
{{Infobox scientist&lt;br /&gt;
| name              = Veena Sahajwalla&lt;br /&gt;
| honorific_suffix  = {{postnominals|country=AUS|AO|size=100%}}&lt;br /&gt;
| image             = Veena Sahajwalla, May 2013 (cropped).jpg&lt;br /&gt;
| alt               = &lt;br /&gt;
| caption           = Veena Sahajwalla (2013)&lt;br /&gt;
| birth_name        = &lt;br /&gt;
| birth_date        = &amp;lt;!-- {{birth date and age|df=y|YYYY|MM|DD}} for living people. For people who have died, use {{Birth date|df=y|YYYY|MM|DD}}. --&amp;gt;&lt;br /&gt;
| birth_place       = &lt;br /&gt;
| death_date        = &amp;lt;!-- {{Death date and age|df=y|YYYY|MM|DD|YYYY|MM|DD}} (death date then birth date) --&amp;gt;&lt;br /&gt;
| death_place       = &lt;br /&gt;
| field             = [[Materials science]]&amp;lt;br&amp;gt;[[Metallurgy]]&lt;br /&gt;
| work_institution  = [[University of New South Wales]]&lt;br /&gt;
| other_names       = &lt;br /&gt;
| education         = IIT Kanpur&lt;br /&gt;
| occupation        = Materials scientist, inventor&lt;br /&gt;
| years_active      = &lt;br /&gt;
| known_for         = &#039;Green Steel&#039;, &#039;Recycling science&#039;, &#039;Micro factories&#039;&lt;br /&gt;
| notable_works     = &lt;br /&gt;
| awards            = {{Plainlist |&lt;br /&gt;
* [[Georgina Sweet Fellowship]] (2014)&amp;lt;ref name=laureate&amp;gt;{{cite news |url=https://newsroom.unsw.edu.au/news/science-technology/modern-day-alchemists-win-australian-laureate-fellowships |title=Modern-day alchemists win Australian Laureate Fellowships |date=22 August 2014 |work=[[University of New South Wales]] |access-date=21 January 2018 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Celestino Eureka Prize for Promoting Understanding of Science (2022)&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Veena Sahajwalla&#039;&#039;&#039; is an Indian-Australian inventor who is Professor of Materials Science in the [[UNSW Faculty of Science|Faculty of Science]] at the [[University of New South Wales]], Australia.&amp;lt;ref&amp;gt;{{cite web |title=Veena Sahajwalla About Me |url=https://www.smart.unsw.edu.au/veena-sahajwalla |website=Centre for Sustainable Materials Research and Technology |publisher=University of New South Wales |access-date=9 March 2021}}&amp;lt;/ref&amp;gt; She is the Director of the UNSW SM@RT Centre for Sustainable Materials Research and Technology and an [[Australian Research Council]] [[Australian Laureate Fellowship|Laureate Fellow]].&amp;lt;ref name=&amp;quot;:3&amp;quot;&amp;gt;{{Cite web|url=http://www.smart.unsw.edu.au/|title=SMaRT@UNSW {{!}} Sustainable Materials Research &amp;amp; Technology|website=www.smart.unsw.edu.au|access-date=12 December 2017|url-status=live|archive-url=https://web.archive.org/web/20171213091838/http://www.smart.unsw.edu.au/|archive-date=13 December 2017|df=dmy-all}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sahajwalla is known for her role as a councillor on the independent Australian [[Climate Council]]&amp;lt;ref&amp;gt;{{cite web |url=https://www.climatecouncil.org.au/contributors/veena-sahajwalla |title=Veena Sahajwalla |publisher=Climate Council |access-date=14 August 2014 |url-status=live |archive-url=https://web.archive.org/web/20140814080026/https://www.climatecouncil.org.au/contributors/veena-sahajwalla |archive-date=14 August 2014 |df=dmy-all }}&amp;lt;/ref&amp;gt; and as a judge on the [[Australian Broadcasting Corporation|ABC]] television show &#039;&#039;[[The New Inventors]]&#039;&#039;. Sahajwalla also served as a commissioner on the Australian [[Climate Commission]].&amp;lt;ref&amp;gt;{{cite web |url=http://www.climatechange.gov.au/ministers/hon-greg-combet-am-mp/media-release/professor-veena-sahajwalla-joins-climate-commission |title=Professor Veena Sahajwalla joins the climate commission |publisher=Australian Government |date=7 May 2012 |access-date=14 August 2014 |url-status=live |archive-url=https://web.archive.org/web/20140814080639/http://www.climatechange.gov.au/ministers/hon-greg-combet-am-mp/media-release/professor-veena-sahajwalla-joins-climate-commission |archive-date=14 August 2014 |df=dmy-all }}&amp;lt;/ref&amp;gt; She featured in a 2008 episode of ABC&#039;s science show called &#039;&#039;[[Catalyst (TV program)|Catalyst]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Sahajwalla was born in [[Mumbai]], India.  She studied for her master&#039;s degree in Vancouver, Canada before settling in Australia.  While in Canada, she met and married her husband Rama Mahapatra.&amp;lt;ref&amp;gt;{{Cite news |date=2021-02-21 |title=Your beer bottles and old clothes could become home furnishings in &#039;recycling revolution&#039; |url=https://www.abc.net.au/news/2021-02-22/veena-sahajwalla-recyling-revolution-green-ceramics/13041936 |access-date=2024-03-22 |work=[[ABC News (Australia)|ABC News]]|language=en-AU}}&amp;lt;/ref&amp;gt; She was interviewed in 2025 on the Indian diaspora in Australia.&amp;lt;ref&amp;gt;Sahajwalla, V.;Whelan, L. (interviewer) (2025). [https://catalogue.nla.gov.au/catalog/10125710 &#039;&#039;Veena Sahajwalla interviewed by Louise Whelan for the Indian diaspora in Australia oral history project&#039;&#039;], National Library of Australia. Retrieved 24 April 2026.&amp;lt;/ref&amp;gt; The recording of this can be found at the [[National Library of Australia]].&lt;br /&gt;
&lt;br /&gt;
==Career and publications==&lt;br /&gt;
Sahajwalla has been working as a professor at the [[University of New South Wales]] since 2008.&amp;lt;ref name=&amp;quot;smart.unsw.edu.au&amp;quot;&amp;gt;UNSW Sydney. “[https://www.smart.unsw.edu.au/ SMaRT@UNSW I Sustainable Materials Research &amp;amp; Technology].” Education. Accessed 24 March 2021.&amp;lt;/ref&amp;gt; She founded the Sustainable Materials Research and Technology (SMaRT) Lab at UNSW in 2008 which focused on recycling science and [[waste management]].&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;Chenery, Susan, and Jennifer Feller. &amp;quot;[https://www.abc.net.au/news/2021-02-22/veena-sahajwalla-recyling-revolution-green-ceramics/13041936 How Veena Sahajwalla’s ‘green Ceramics’ Made from Glass and Clothes Are Revolutionising Manufacturing].&amp;quot; ABC News, 21 February 2021.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sahajwalla has been publishing scientific papers focusing on [[Material Engineering|material engineering]] in journals since 1989.&amp;lt;ref&amp;gt;“[https://iitk.ac.in/dora/profile/prof-veena-sahajwalla Prof Veena Sahajwalla].” Office of Resources and Alumni, Indian Institute of Technology Kanpur. Accessed 28 April 2021.&amp;lt;/ref&amp;gt; She has published over 380 peer-reviewed scientific papers with both the [[IIT Kanpur|Indian Institute of Technology Kanpur]] where she completed her education and the University of New South Wales where she works.&amp;lt;ref name=&amp;quot;smart.unsw.edu.au&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sahajwalla has also published many conference abstracts for international engineering and environmental conferences.&amp;lt;ref name=&amp;quot;smart.unsw.edu.au&amp;quot;/&amp;gt; She also has written and co-written many book chapters on the science of recycling including &#039;&#039;Unmaking Waste in Production and Consumption: Towards the Circular Economy&#039;&#039;.&amp;lt;ref&amp;gt;Crocker, Robert. [https://books.emeraldinsight.com/page/detail/Unmaking-Waste-in-Production-and-Consumption/?k=9781787146204. Unmaking Waste in Production and Consumption. Emerald Publishing Limited], 2018.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Green steel==&lt;br /&gt;
Sahajwalla is well renowned for her contributions to building a waste-free economy. One of her most impactful projects was finding a cleaner alternative to using coal in the [[Steelmaking|steel production]] industry. The process she created is called polymer injection technology, also known as green steel.&amp;lt;ref&amp;gt;Review, Waste Management. “[https://wastemanagementreview.com.au/first-lady-of-green-steel-manufacturing/ First Lady of Green Steel Manufacturing].” Waste Management Review (blog), 17 July 2015.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sahajwalla discovered that recycled truck tires were a sustainable alternative to using coal as it was an environmentally friendly process that could prevent over 2 million tires from being diverted to landfills each year while simultaneously creating a [[renewable energy]] source.&amp;lt;ref name=&amp;quot;UNSW 2021&amp;quot;&amp;gt;“[https://www.smart.unsw.edu.au/technologies-products/green-steel Green Steel | SMaRT@UNSW.]” Accessed 29 April 2021.&amp;lt;/ref&amp;gt; Tires could be ground into pellets and be used instead of coal as they released fewer [[greenhouse gas]]es. Traditional steel making accounts for about 7% of global greenhouse gas emissions.&amp;lt;ref&amp;gt;{{Cite web|last1=Allen|first1=Jessica|last2=Honeyands|first2=Tom|title=&#039;Green steel&#039; is hailed as the next big thing in Australian industry. Here&#039;s what the hype is all about|url=http://theconversation.com/green-steel-is-hailed-as-the-next-big-thing-in-australian-industry-heres-what-the-hype-is-all-about-160282|access-date=2021-06-08|website=The Conversation|date=2 June 2021 |language=en}}&amp;lt;/ref&amp;gt; Even though tires cannot be used as an alternative to all the coal used during production, they could substitute a percentage of the total coal consumed in the industry.&amp;lt;ref&amp;gt;Smith, Deborah. “‘[https://newsroom.unsw.edu.au/news/science-technology/%E2%80%98green-steel%E2%80%99-technology-saves-two-million-tyres-landfill Green Steel’ Technology Saves Two Million Tyres from Landfill].” Text. UNSW Newsroom, 16 October 2014.&amp;lt;/ref&amp;gt; This solution effectively lowered [[carbon emissions]] and prevented waste from being diverted towards landfills. This also will continue to be favorable as the world is rapidly de-carbonizing.{{Citation needed|date=June 2021}}&lt;br /&gt;
&lt;br /&gt;
Sahajwalla has continued to work with Australian steel corporations [[Arrium|OneSteel]] and MolyCop to further the development of polymer injection technology. Green Steel technology has now been implemented into global steel-making operations globally.&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite web|title=Accolade for UNSW&#039;s Green Steel|url=https://www.sustainabilitymatters.net.au/content/waste/news/accolade-for-unsw-s-green-steel-1494912057|access-date=2021-06-08|website=www.sustainabilitymatters.net.au|language=en}}&amp;lt;/ref&amp;gt; This innovation has made Australia a leader in low-emission steel making.{{Citation needed|date=June 2021}}&lt;br /&gt;
&lt;br /&gt;
The green steel movement has earned Sahajwalla many awards and grants which have aided her in continuing environmental research.&amp;lt;ref name=&amp;quot;UNSW 2021&amp;quot;/&amp;gt; This Project has also earned her international recognition which landed her positions on multiple government organizations focusing on climate change. Her green steel process has also been listed as one of the “innovations that could change the way we manufacture” by the [[Society of Manufacturing Engineers|US Society for Manufacturing Engineers]] in 2012.&amp;lt;ref name=&amp;quot;UNSW 2021&amp;quot;/&amp;gt; This innovation also won Sahajwalla the Australian Innovation Challenge in the same year.&amp;lt;ref&amp;gt;&amp;quot;[https://research.unsw.edu.au/digitalgridfutures/team/professor-veena-sahajwalla Professor Veena Sahajwalla]&amp;quot; DigitalGrid. Accessed April 29, 2021.&amp;lt;/ref&amp;gt; Her innovation in green steel technology also has earned her the 2019 BHERT (Business Higher Education Round Table) Award.&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Micro-factories==&lt;br /&gt;
&lt;br /&gt;
Sahajwalla is also known for innovating micro-factories. She discovered that small scale factories that were comprised one or more specialized machines were much more sustainable. Factories of this scale could be implemented in existing manufacturing businesses to recycle available waste.&amp;lt;ref name=&amp;quot;:2&amp;quot;&amp;gt;{{Cite journal|date=January 2020|title=Plastic 3D printing could replace aluminum|url=http://dx.doi.org/10.1016/j.repl.2019.12.064|journal=Reinforced Plastics|volume=64|issue=1|pages=23–24|doi=10.1016/j.repl.2019.12.064|s2cid=242847402 |issn=0034-3617|url-access=subscription}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
She launched her first micro-factory at the Sustainable Materials Research and Technology (SMaRT) Lab based at the [[University of New South Wales]] Kensington Campus in 2018. Her first micro-factory was focused on recycling [[Electronic waste|e-waste]] from old technology. She found that technological waste housed many precious metals and rare earth minerals.&amp;lt;ref&amp;gt;Hossain, Rumana, and Veena Sahajwalla. “Microrecycling of Waste Flexible Printed Circuit Boards for In-Situ Generation of O- and N-Doped Activated Carbon with Outstanding Supercapacitance Performance.” Resources, Conservation and Recycling 167 (1 April 2021): 105221. https://doi.org/10.1016/j.resconrec.2020.105221.&amp;lt;/ref&amp;gt; This micro-factory salvaged [[gold]], [[electrical conductor]]s, and many other rare materials. After collecting these materials, she processed them through thermal techniques so that they could be recycled in new technology.&amp;lt;ref&amp;gt;“[https://www.industry.gov.au/data-and-publications/novel-approach-for-processing-hazardous-electronic-waste Novel approach for processing hazardous electronic waste.]” Text. Department of Industry, Science, Energy and Resources, 6 November 2018.&amp;lt;/ref&amp;gt; Glass and plastic used in electronics could also be melted down and used in industrial-grade ceramics and plastic filaments in 3D printing.&amp;lt;ref&amp;gt;{{Cite web|date=2019-03-05|title=&#039;Nothing should be classified as waste&#039;: crisis is opportunity for Veena Sahajwalla|url=http://www.theguardian.com/environment/2019/mar/06/nothing-should-be-classified-waste-veena-sahajwalla-sees-crisis-as-opportunity|access-date=2021-06-08|website=The Guardian|language=en}}&amp;lt;/ref&amp;gt; This new concept revolutionized the recycling process for e-waste. Her contributions to this new e-waste recycling technology allowed her to continue to open new micro-factories targeted at recycling different materials.{{Citation needed|date=June 2021}}&lt;br /&gt;
&lt;br /&gt;
Sahajwalla’s second micro-factory was launched in 2019 targeting the recycling of glass and textiles into green ceramics.&amp;lt;ref name=&amp;quot;:0&amp;quot;/&amp;gt; Glass is one of the easiest materials to recycle but due to the expensive nature of recycling, many countries tend to stockpile it instead. This process is expensive due to the cross-contamination of glass with lids and labels.&amp;lt;ref name=&amp;quot;:2&amp;quot; /&amp;gt; Sahajwalla&#039;s recycling method eliminates the need to separate these materials. Her ceramics are made of a blend of many different materials. This blend gives these ceramics strength and sound absorbency properties.&amp;lt;ref name=&amp;quot;:2&amp;quot; /&amp;gt; These ceramics included tiles and furniture which can be used in new architectural developments. She has worked with numerous architectural firms to develop [[green building]]s and infrastructure. Some projects that Sahajwalla has worked on include a [[Mirvac]] collaboration with [[Marrickville]] and Co., [[Hunters Hill]] library, and recycled rubbish bins for the city of [[Canberra]].&amp;lt;ref name=&amp;quot;smart.unsw.edu.au&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These micro-factories have been successful in helping local and federal governments recycle materials that would otherwise be diverted to landfills.&amp;lt;ref name=&amp;quot;youtube.com&amp;quot;&amp;gt;ABC News. [https://www.youtube.com/watch?v=4fkbQynfSyY Recycling Revolutionary Shows How You Can Turn Old Clothes into Kitchen Tiles]. Australian Story, 2021.&amp;lt;/ref&amp;gt; These micro-factories have created recycling factories for rural areas and have created jobs for many Australians. This is important as previously, waste in rural areas would have to travel to bigger cities to be recycled. This was not a sustainable practice because it produced unnecessary carbon emissions.{{Citation needed|date=June 2021}}&lt;br /&gt;
&lt;br /&gt;
==Contributions to government organizations==&lt;br /&gt;
Sahajwalla has been a member of the Australian [[Climate Council]], NSW Circular and the Australian [[Climate Commission]].{{Citation needed|date=June 2021}}&lt;br /&gt;
&lt;br /&gt;
Sahajwalla is a councillor on the independent Australian Climate Council and has been awarded the [[Australian Laureate Fellowship|Australian Research Council Laureate Fellowship]] &amp;amp; [[Georgina Sweet Fellowship|Georgina Sweet]] Award in 2014.&amp;lt;ref&amp;gt;Climate Council. “[https://www.climatecouncil.org.au/about/ About Us].” Accessed 29 April 2021.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
She was appointed director of the NSW Circular Economy Innovation Network in 2019 by the state government. NSW Circular is a government-funded body that aims to make NSW a zero-carbon circular economy. Sahajwalla manages the environmental efforts made by the organization and provides a face to the organization.&amp;lt;ref&amp;gt;NSW Circular. “[https://www.nswcircular.org/team/veena-sahajwalla/ Veena Sahajwalla].” Accessed 29 April 2021.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sahajwalla was a commissioner on the Australian Climate commission alongside Professor [[Tim Flannery]] and Professor [[Will Steffen]]. The Australian Climate commission was responsible for releasing “reliable and autoreactive” information about climate change to the Australian public.&amp;lt;ref&amp;gt;“[https://www.9news.com.au/national/prof-sahajwalla-new-climate-commissioner/22b318ff-6f26-4780-a5b2-69d5ae66991f Prof Sahajwalla New Climate Commissioner]&amp;quot;. 9News. Accessed 29 April 2021.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sahajwalla also is the leader of the green manufacturing department of the ARC Industrial Transformation Research Hub. This department focuses on combining academic research with the Australian Industry to improve technology. This has ensured that the industry has the best research which has translated into environmental and economic benefits for the Australian economy.{{Citation needed|date=June 2021}}&lt;br /&gt;
&lt;br /&gt;
==Recognition==&lt;br /&gt;
Sahajwalla is one of Australia’s best-known engineers. She has been invited to talk at many international conferences including the Farm2Fork Summit in 2019, TRANSFORM conference in 2019, and the [[Falling Walls (Conference)|Falling Wall conference]] in 2018. Sahajwalla was also named one of Australia’s 100 most influential engineers as well as one of Australia’s most innovative engineers by [[Engineers Australia]] in 2015 and 2016 respectively.&amp;lt;ref name=&amp;quot;smart.unsw.edu.au&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sahajwalla also runs a mentoring program for women in science called Science 50:50 with the [[Australian Research Council]] (ARC). This program aims to inspire Australian women to pursue degrees and careers in [[STEM fields|Science and Technology]].&amp;lt;ref&amp;gt;“[https://www.arc.gov.au/policies-strategies/policy/science-5050 Science 50:50].” Text. Australian Research Council, 12 June 2018.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Television appearances==&lt;br /&gt;
* Sahajwalla appeared on ABC TV’s show “[[The New Inventors|New Inventors]]” for several episodes as the residential engineer judge.&amp;lt;ref name=&amp;quot;smart.unsw.edu.au&amp;quot;/&amp;gt;&lt;br /&gt;
* She has also been featured on ABC’s “[[Australian Story|Australian story]]” which focused on her achievements and research since founding the Sustainable Materials Research and Technology Lab at UNSW.&amp;lt;ref name=&amp;quot;youtube.com&amp;quot;/&amp;gt;&lt;br /&gt;
* Sahajwalla was a guest panelist on ABC TV’s 2020 Q&amp;amp;A program which discussed the future of the world.&amp;lt;ref name=&amp;quot;smart.unsw.edu.au&amp;quot;/&amp;gt;&lt;br /&gt;
* Sahajwalla was featured in ABC TV’s show &#039;&#039;[[Catalyst (TV program)|Catalyst]]&#039;&#039; in 2008.&amp;lt;ref name=&amp;quot;smart.unsw.edu.au&amp;quot;/&amp;gt;&lt;br /&gt;
* Sahajwalla presented a [[TED (conference)|Ted Talk]] at the 2011 Sydney Event named &#039;&#039;Reviving Waste. &#039;&#039;&amp;lt;ref&amp;gt;TEDx Talks. [https://www.youtube.com/watch?v=4wMbdwfplBk TEDxSydney - Veena Sahajwalla - Reviving Waste], 2011.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Achievements==&lt;br /&gt;
Known internationally as the [[Invention|inventor]] of green steel,&amp;lt;ref&amp;gt;{{cite web |url=http://crca.asn.au/green-steel-from-old-rubber-tyres-produces-no-waste-or-toxic-fumes/ |title=&#039;Green steel&#039; from old rubber tyres produces no waste or toxic fumes |publisher=CRC Association |date=2 May 2014 |access-date=14 August 2014 |url-status=live |archive-url=https://web.archive.org/web/20140814101443/http://crca.asn.au/green-steel-from-old-rubber-tyres-produces-no-waste-or-toxic-fumes/ |archive-date=14 August 2014 |df=dmy-all }}&amp;lt;/ref&amp;gt; Sahajwalla&#039;s research is recognized for changing the way the properties of carbon-bearing materials are understood, including coal, [[coke (fuel)|coke]], [[graphite]], plastics, and rubber. Sahajwalla&#039;s work has had a significant impact on the theory and practices that form the basis of operations of the [[iron-making]], [[steel-making]] and [[Ceramic engineering|ceramics]] industries. Of particular importance is her demonstration that waste plastics and waste rubber can be partial replacements for coal and coke in steel-making.&amp;lt;ref&amp;gt;{{cite web |url=http://www.abc.net.au/radionational/programs/scienceshow/win-win2c-as-waste-becomes-a-resource-for-industry/5608040 |title=Win win, as waste becomes a resource for industry – The Science Show |publisher=[[Radio National]]|date=19 July 2014 |access-date=14 August 2014 |url-status=live |archive-url=https://web.archive.org/web/20140814093149/http://www.abc.net.au/radionational/programs/scienceshow/win-win2c-as-waste-becomes-a-resource-for-industry/5608040 |archive-date=14 August 2014 |df=dmy-all }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sahajwalla’s research on the behavior of carbon at high temperatures has advanced the understanding of materials processing and offered industries more cost-effective ways to adopt sustainable and environmentally friendly production methods.&amp;lt;ref&amp;gt;{{cite web |url=http://www.arc.gov.au/media/feature_articles/May13_OneSteel.htm |title=Feature Article – May 2013 OneSteel |publisher=Australian Research Council |date=10 May 2013 |access-date=14 August 2014 |url-status=dead |archive-url=https://web.archive.org/web/20140311050501/http://www.arc.gov.au/media/feature_articles/May13_OneSteel.htm |archive-date=11 March 2014 |df=dmy-all }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sahajwalla has also revolutionized the methods of recycling in Australia. Her work to introduce small specialized recycling factories has significantly reduced carbon emissions and provided rural communities a way to up-cycle used items.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Honours and awards==&lt;br /&gt;
&lt;br /&gt;
* 2005: winner, Eureka Prize for Scientific Research&amp;lt;ref&amp;gt;{{Cite web|author=Australian Museum |date=2005-05-13|title=University of New South Wales Eureka Prize for Scientific Research|url=http://www.physics.usyd.edu.au/~gekko/press/eureka_05/eureka_05.htm|access-date=2021-06-08|language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*2006: winner, Environmental Technology Award for her work in Engineering Sciences&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt;&lt;br /&gt;
*2008: winner, NSW Scientist of the Year for [[Engineering Science]]s by the NSW Government Office of the Chief Scientist&amp;lt;ref&amp;gt;{{cite web |url=http://www.chiefscientist.nsw.gov.au/awards/previous-winners |title=Past Winners – NSW Chief Scientist &amp;amp; Engineer |publisher=NSW Government |date=29 April 2014 |access-date=14 August 2014 |url-status=dead |archive-url=https://web.archive.org/web/20140814074250/http://www.chiefscientist.nsw.gov.au/awards/previous-winners |archive-date=14 August 2014 |df=dmy-all }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* 2011: winner, Nokia Business Innovation Award, presented at the [[Telstra Business Awards|Telstra Business Women&#039;s Awards]]&amp;lt;ref&amp;gt;{{cite web |url=http://www.telstrabusinesswomensawards.com/award-highlights/past-winners/2011/national-286.aspx |title=2011 National Awards Winners |publisher=Telstra Business Women&#039;s Awards |access-date=14 August 2014 |url-status=usurped |archive-url=https://web.archive.org/web/20140815125829/http://www.telstrabusinesswomensawards.com/award-highlights/past-winners/2011/national-286.aspx |archive-date=15 August 2014 |df=dmy-all }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*2011: winner, [[Pravasi Bharatiya Samman]] Award by the [[Government of India]]&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt;&lt;br /&gt;
* 2012: winner, [[Banksia Environmental Foundation]] GE Innovation Award&amp;lt;ref&amp;gt;{{cite web |url=http://www.banksiafdn.com/the-awards/43-past-awards/225-2012-finalists.html |title=2012 Winner &amp;amp; Finalists |publisher=Banksia Foundation |date=18 August 2013 |access-date=14 August 2014 |url-status=dead |archive-url=https://web.archive.org/web/20140814085750/http://www.banksiafdn.com/the-awards/43-past-awards/225-2012-finalists.html |archive-date=14 August 2014 |df=dmy-all }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* 2012: winner, Australian Innovation Challenge&amp;lt;ref&amp;gt;{{cite news |last=Nadin |first=Mitchell |url=http://www.theaustralian.com.au/innovationchallenge/the-innovation-challenge-winner-could-change-steel-making-forever/story-fn9dkrp5-1226534889919 |title=The Innovation Challenge winner could change steel-making forever |work=[[The Australian]]|date=12 December 2012 |access-date=14 August 2014 |url-status=live |archive-url=https://web.archive.org/web/20140814090711/http://www.theaustralian.com.au/innovationchallenge/the-innovation-challenge-winner-could-change-steel-making-forever/story-fn9dkrp5-1226534889919 |archive-date=14 August 2014 |df=dmy-all }}&amp;lt;/ref&amp;gt; in recognition of her revolutionary work turning recycled rubber tires into steel.&amp;lt;ref&amp;gt;{{Cite news |date=2016-07-31 |title=An interview Veena Sahajwalla, Director, Centre for Sustainable Materials Research and Technology |url=https://www.thehindu.com/business/Turning-waste-tyre-into-%E2%80%98green-steel%E2%80%99/article14518524.ece |access-date=2024-03-22 |work=The Hindu |language=en-IN |issn=0971-751X}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=Veena Sahajwalla |url=https://www.smart.unsw.edu.au/veena-sahajwalla |url-status=live |archive-url=https://web.archive.org/web/20240318234420/https://www.smart.unsw.edu.au/veena-sahajwalla |archive-date=18 March 2024 |access-date=22 March 2024 |website=UNSW Sydney}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* 2013: winner, [[Association for Iron and Steel Technology|AIST]] Howe Memorial Lecture award.&amp;lt;ref&amp;gt;{{cite web |url=https://apps.aist.org/awards/howe_memorial_rec.htm |title=AIST Howe Memorial Lecture |publisher=Association for Iron &amp;amp; Steel |access-date=14 August 2014 |url-status=dead |archive-url=https://web.archive.org/web/20140814105929/https://apps.aist.org/awards/howe_memorial_rec.htm |archive-date=14 August 2014 |df=dmy-all }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* 2014: winner, [[Georgina Sweet Australian Laureate Fellowship]] by the [[Australian Research Council]].&amp;lt;ref&amp;gt;{{cite web |url=https://www.arc.gov.au/policies-strategies/strategy/gender-equality-research/kathleen-fitzpatrick-and-georgina-sweet-australian-laureate-fellows |title=Kathleen Fitzpatrick and Georgina Sweet Australian Laureate Fellows |publisher=Australian Research Council |access-date=2 August 2019}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* 2015: winner, Innovation category in the Australian 100 Women of Influence 2015.&amp;lt;ref&amp;gt;{{cite web|title=100 Women of Influence 2015|url=http://www.100womenofinfluence.com.au/alumni/2015-2/|website=100 Women of Influence|publisher=Australian Financial Review|access-date=29 August 2017|url-status=live|archive-url=https://web.archive.org/web/20170903202745/http://www.100womenofinfluence.com.au/alumni/2015-2/|archive-date=3 September 2017|df=dmy-all}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* 2016: finalist, NSW Premier&#039;s Award for Woman of the Year.&amp;lt;ref&amp;gt;{{cite web|title=NSW Premier&#039;s Award for Woman of the Year Finalists 2016|url=http://www.women.nsw.gov.au/women_of_the_year_awards/2016-nsw-women-of-the-year-awards/nsw-premier-s-award-for-woman-of-the-year|website=Health Women NSW (women.nsw.gov.au)|access-date=20 June 2017|url-status=live|archive-url=https://web.archive.org/web/20170622133706/http://www.women.nsw.gov.au/women_of_the_year_awards/2016-nsw-women-of-the-year-awards/nsw-premier-s-award-for-woman-of-the-year|archive-date=22 June 2017|df=dmy-all}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* 2018: elected Fellow of the [[Australian Academy of Science]] (FAA)&amp;lt;ref&amp;gt;{{Cite web|url=https://www.science.org.au/fellowship/fellows/professor-veena-sahajwalla|title=Professor Veena Sahajwalla|website=www.science.org.au|access-date=2018-06-16}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*2019: winner, BHERT (Business Higher Education Round Table) Award for her Green Steel innovation&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&lt;br /&gt;
*2022: winner, NSW Australian of the Year&amp;lt;ref&amp;gt;{{Cite web|last=Tu|first=Jessie|date=2021-11-16|title=Veena Sahajwalla named 2022 NSW Australian of the Year|url=https://womensagenda.com.au/latest/veena-sahajwalla-named-2022-nsw-australian-of-the-year/|access-date=2021-11-16|website=Women&#039;s Agenda|language=en-AU}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*2022: winner, Celestino Eureka Prize for Promoting Understanding of Science&amp;lt;ref&amp;gt;{{Cite web |last=AAP |date=2022-08-31 |title=Epidemiologist Raina MacIntyre among brilliant Australian scientists awarded Eureka Prize |url=https://thenewdaily.com.au/life/science/2022/08/31/epidemiologist-raina-macintyre-among-brilliant-australian-scientists-awarded-eureka-prize/ |access-date=2022-08-31 |website=The New Daily |language=en-US}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*2023: winner, Women in Design Award as part of [[Australian Good Design Awards]]&amp;lt;ref&amp;gt;{{Cite web |date=9 September 2023 |title=PROFESSOR VEENA SAHAJWALLA – 2023 WOMEN IN DESIGN AWARD |url=https://good-design.org/professor-veena-sahajwalla-2023-women-in-design-award/}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*2025: appointed [[Order of Australia|Officer of the Order of Australia]] in the [[2025 Australia Day Honours|Australia Day Honours]].&amp;lt;ref&amp;gt;{{Cite web |title=Scientia Professor Veena SAHAJWALLA |url=https://honours.pmc.gov.au/honours/awards/3044700 |access-date=2025-01-25 |website=Australian Honours Search Facility}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [https://www.youtube.com/watch?v=4fkbQynfSyY Recycling revolutionary shows how you can turn old clothes into kitchen tiles]&lt;br /&gt;
{{Authority control}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Sahajwalla, Veena}}&lt;br /&gt;
[[Category:21st-century Australian inventors]]&lt;br /&gt;
[[Category:Australian women scientists]]&lt;br /&gt;
[[Category:University of New South Wales alumni]]&lt;br /&gt;
[[Category:Living people]]&lt;br /&gt;
[[Category:Year of birth missing (living people)]]&lt;br /&gt;
[[Category:21st-century women inventors]]&lt;br /&gt;
[[Category:Officers of the Order of Australia]]&lt;br /&gt;
[[Category:Fellows of the Australian Academy of Technological Sciences and Engineering]]&lt;br /&gt;
[[Category:Fellows of the Australian Academy of Science]]&lt;br /&gt;
[[Category:Australian women academics]]&lt;br /&gt;
[[Category:Academic staff of the University of New South Wales]]&lt;br /&gt;
[[Category:Australian people of Indian descent]]&lt;br /&gt;
[[Category:Indian expatriates in Australia]]&lt;br /&gt;
[[Category:IIT Kanpur alumni]]&lt;br /&gt;
[[Category:21st-century Indian inventors]]&lt;br /&gt;
[[Category:21st-century Indian women scientists]]&lt;br /&gt;
[[Category:Indian women academics]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Gurpreet_Singh_(race_walker)&amp;diff=501543</id>
		<title>Gurpreet Singh (race walker)</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Gurpreet_Singh_(race_walker)&amp;diff=501543"/>
		<updated>2026-04-24T12:10:18Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: put up biography&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{short description|Indian racewalker}}&lt;br /&gt;
{{Use dmy dates|date=July 2021}}&lt;br /&gt;
{{Infobox sportsperson&lt;br /&gt;
| name           = Gurupreet Singh&lt;br /&gt;
| image          = &lt;br /&gt;
| imagesize      = 150px&lt;br /&gt;
| caption        = &lt;br /&gt;
| fullname       = &lt;br /&gt;
| nickname       = &lt;br /&gt;
| birth_date     =  {{birth date and age|1984|7|9|df=y}}&lt;br /&gt;
| birth_place    = &lt;br /&gt;
| death_date     = &lt;br /&gt;
| death_place    = &lt;br /&gt;
| country    = {{flagcountry|India}}&lt;br /&gt;
| height         = &amp;lt;!--{{convert|?|cm|ftin|abbr=on}}--&amp;gt;&lt;br /&gt;
| weight         = &amp;lt;!--{{convert|?|kg|lb|0|abbr=on}}--&amp;gt;&lt;br /&gt;
| sport         = [[Track and field]]&lt;br /&gt;
| event = [[Racewalking]]&lt;br /&gt;
| &amp;lt;!-- Medal record --&amp;gt;&lt;br /&gt;
| show-medals      = &lt;br /&gt;
| medaltemplates   = &lt;br /&gt;
| updated        = &lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Gurpreet Singh&#039;&#039;&#039; is an Indian racewalker. &lt;br /&gt;
&amp;lt;ref&amp;gt;{{cite news|url=https://timesofindia.indiatimes.com/sports/more-sports/athletics/gurpreet-singh-wins-50km-race-walk-event-in-national-championships/articleshow/80906517.cms|title=Gurpreet Singh wins 50km race-walk event at National Championships|date= 14 Feb 2021| work = TOI|accessdate=16 Jul 2021}}&amp;lt;/ref&amp;gt; He qualified for the [[2020 Summer Olympics|Tokyo Olympics 2020]] after winning the Indian 50km racewalking championship with a time of 3:59:42 (his personal best).&amp;lt;ref&amp;gt;{{cite web|url=https://www.sportskeeda.com/athletics/news-who-gurpreet-singh-india-race-walker-qualified-tokyo-olympics|title=Who is Gurpreet Singh - India&#039;s race walker who has qualified for the Tokyo Olympics 2020|date= 6 Jul 2021|work=Sports Keeda|accessdate= 16 Jul 2021}}&amp;lt;/ref&amp;gt; He competed in the 50km racewalking event in the Tokyo Olympics, but failed to finish due to cramps, withdrawing after 35km. &amp;lt;ref&amp;gt;{{cite web|url=https://olympics.com/en/news/tokyo-2020-olympics-50km-race-walk-gurpreet-singh-india-results|title=India&#039;s Gurpreet Singh fails to finish gruelling 50km race walk at Tokyo Olympics|first=Utathya|last=Nag|website=Olympics.com|date=5 August 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist|colwidth=35em}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Singh, Gurpreet}}&lt;br /&gt;
[[Category:Living people]]&lt;br /&gt;
[[Category:Indian men race walkers]]&lt;br /&gt;
[[Category:Athletes (track and field) at the 2020 Summer Olympics]]&lt;br /&gt;
[[Category:Olympic athletes for India]]&lt;br /&gt;
[[Category:1984 births]]&lt;br /&gt;
[[Category:21st-century Indian sportsmen]]&lt;br /&gt;
&lt;br /&gt;
{{India-athletics-bio-stub}}&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Dirba_Assembly_constituency&amp;diff=497361</id>
		<title>Dirba Assembly constituency</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Dirba_Assembly_constituency&amp;diff=497361"/>
		<updated>2026-04-22T16:42:23Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{short description|Constituency of the Punjab legislative assembly in India}}&lt;br /&gt;
{{Use dmy dates|date=April 2018}}&lt;br /&gt;
{{Use Indian English|date=April 2018}}&lt;br /&gt;
{{Infobox Indian constituency&lt;br /&gt;
| name = Dirba&lt;br /&gt;
| type = SLA&lt;br /&gt;
| constituency_no = 100&lt;br /&gt;
| map_image = 100-Dirba.svg&lt;br /&gt;
| state = [[Punjab, India|Punjab]]&lt;br /&gt;
| district = [[Sangrur district|Sangrur]]&lt;br /&gt;
| loksabha_cons = [[Sangrur Lok Sabha constituency|Sangrur]]&lt;br /&gt;
| reservation = SC&lt;br /&gt;
| mla = [[Harpal Singh Cheema]]&lt;br /&gt;
| party = [[Aam Aadmi Party]]&lt;br /&gt;
| latest_election_year = [[2022 Punjab Legislative Assembly election|2022]]&lt;br /&gt;
| established = 1976&lt;br /&gt;
| electors = {{formatnum:182695 }} (in 2022){{update after|2027|02}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dirba&#039;&#039;&#039; is a [[Punjab Legislative Assembly]] constituency in [[Sangrur district]], [[Punjab, India|Punjab]] state, India.&amp;lt;ref&amp;gt;{{cite web|url=http://ceopunjab.nic.in/English/Elections/SE/List%20Of%20AC%20Name.pdf |title=List of Punjab Assembly Constituencies |accessdate=19 July 2016 |url-status=dead |archiveurl=https://web.archive.org/web/20160423033326/http://ceopunjab.nic.in/english/Elections/SE/List%20Of%20AC%20Name.pdf |archivedate=23 April 2016 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Members of the Legislative Assembly ==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Year&lt;br /&gt;
!Member&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Party&lt;br /&gt;
|-&lt;br /&gt;
|[[2017 Punjab Legislative Assembly election|2017]] &lt;br /&gt;
| rowspan=2|[[Harpal Singh Cheema]]&amp;lt;ref name=election2017/&amp;gt; &lt;br /&gt;
|{{Full party name with color|Aam Aadmi Party|rowspan=2}}&lt;br /&gt;
|-&lt;br /&gt;
|[[2022 Punjab Legislative Assembly election|2022]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Election results ==&lt;br /&gt;
=== 2022 ===&lt;br /&gt;
&amp;lt;!-- this section is transcluded on Electoral history of Harpal Singh Cheema --&amp;gt;: &amp;lt;section begin=&amp;quot;Assembly Election 2022&amp;quot;/&amp;gt;&lt;br /&gt;
{{Election box begin | title=[[2022 Punjab Legislative Assembly election]]: Dirba }}&lt;br /&gt;
{{Election box winning candidate with party link||party=Aam Aadmi Party|candidate=[[Harpal Singh Cheema]]|votes={{formatnum:82630}}|percentage=56.89|change=}} &lt;br /&gt;
{{Election box candidate with party link||party=Shiromani Akali Dal|candidate=[[Gulzar Singh Moonak]]|votes={{formatnum:31975}}|percentage=22.01|change=}}&lt;br /&gt;
{{Election box candidate with party link||party=Indian National Congress|candidate=Ajaib Singh Rataul|votes={{formatnum:10472}}|percentage=7.21|change=}}&lt;br /&gt;
{{Election box candidate with party link||party=Shiromani Akali Dal (Amritsar)|candidate=Mandeep Singh|votes={{formatnum:9000}}|percentage=6.20|change=}}&lt;br /&gt;
{{Election box candidate with party link||party=Shiromani Akali Dal (Sanyukt)|candidate=Soma Singh|votes={{formatnum:4760}}|percentage=3.30|change=}}   &lt;br /&gt;
{{Election box candidate with party link||candidate=[[None of the above]]|party=None of the above|votes=1002|percentage=0.69|change=}}&lt;br /&gt;
{{Election box majority||votes=50,655|percentage= 34.88&lt;br /&gt;
|change=}}&lt;br /&gt;
{{Election box turnout||votes={{formatnum:145257}}|percentage=|change=}} &lt;br /&gt;
{{Election box registered electors&lt;br /&gt;
   |reg. electors = {{formatnum:183788}} &lt;br /&gt;
   |ref=&amp;lt;ref name=&amp;quot;Punjab Election 2022&amp;quot;&amp;gt;{{cite web |title=Punjab General Legislative Election 2022 |url=https://old.eci.gov.in/files/file/14165-punjab-general-legislative-election-2022/ |website=Election Commission of India |access-date=18 May 2022}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{Election box hold with party link no swing    |winner     = Aam Aadmi Party    |swing      =   }}&lt;br /&gt;
{{Election box end}}&amp;lt;section end=&amp;quot;Assembly Election 2022&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===2017 results===&lt;br /&gt;
&amp;lt;!-- this section is transcluded on Electoral history of Harpal Singh Cheema --&amp;gt;&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Assembly Election 2017&amp;quot;/&amp;gt; &lt;br /&gt;
{{Election box begin | title=[[2017 Punjab Legislative Assembly election]]: Dirba&amp;lt;ref name=election2017&amp;gt;{{cite web |url=https://old.eci.gov.in/files/file/3614-punjab-general-legislative-election-2017/ |title=Punjab General Legislative Election 2017 |author=Election Commission of India |access-date= 26 June 2021}}&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{Election box winning candidate with party link|&lt;br /&gt;
  |party      = Aam Aadmi Party&lt;br /&gt;
  |candidate  = [[Harpal Singh Cheema]] &lt;br /&gt;
  |votes      = 46,434&lt;br /&gt;
  |percentage = 32.12&lt;br /&gt;
}}&lt;br /&gt;
{{Election box candidate with party link|&lt;br /&gt;
  |party      = Indian National Congress &lt;br /&gt;
  |candidate  = Ajaib Singh Ratolan &lt;br /&gt;
  |votes      = 44,789&lt;br /&gt;
  |percentage = 30.99&lt;br /&gt;
}}&lt;br /&gt;
{{Election box candidate with party link| &lt;br /&gt;
  |party      = Shiromani Akali Dal&lt;br /&gt;
  |candidate  = Gulzar Singh &lt;br /&gt;
  |votes      = 44,777&lt;br /&gt;
  |percentage = 30.98&lt;br /&gt;
}}&lt;br /&gt;
{{Election box candidate with party link| &lt;br /&gt;
  |party      = Independent (politician) &lt;br /&gt;
  |candidate  = Darshan Singh Sidhu &lt;br /&gt;
  |votes      = 2,875&lt;br /&gt;
  |percentage = 1.99&lt;br /&gt;
}}&lt;br /&gt;
{{Election box candidate with party link|&lt;br /&gt;
  |party      = Bahujan Samaj Party &lt;br /&gt;
  |candidate  = Harwinder Singh &lt;br /&gt;
  |votes      = 2,081&lt;br /&gt;
  |percentage = 1.44&lt;br /&gt;
}}&lt;br /&gt;
{{Election box candidate with party link|&lt;br /&gt;
  |party      = Shiromani Akali Dal (Amritsar) &lt;br /&gt;
  |candidate  = Mandeep Singh&lt;br /&gt;
  |votes      = 1,779&lt;br /&gt;
  |percentage = 1.23&lt;br /&gt;
}}&lt;br /&gt;
{{Election box candidate with party link|&lt;br /&gt;
  |party      = Communist Party of India (Marxist-Leninist) &lt;br /&gt;
  |candidate  = Gharmand Singh &lt;br /&gt;
  |votes      = 789&lt;br /&gt;
  |percentage = 0.55&lt;br /&gt;
}}&lt;br /&gt;
{{Election box candidate with party link|&lt;br /&gt;
  |party      = Independent (politician)&lt;br /&gt;
  |candidate  = Bikar Singh &lt;br /&gt;
  |votes      = 630&lt;br /&gt;
  |percentage = 0.44&lt;br /&gt;
}}&lt;br /&gt;
{{Election box candidate with party link|&lt;br /&gt;
  |party      = Aapna Punjab Party &lt;br /&gt;
  |candidate  = Jagtar Singh &lt;br /&gt;
  |votes      = 369&lt;br /&gt;
  |percentage = 0.26&lt;br /&gt;
}}&lt;br /&gt;
{{Election box registered electors&lt;br /&gt;
   |reg. electors = {{formatnum:174,214}}&lt;br /&gt;
   |ref=&amp;lt;ref name=electors2017&amp;gt;{{cite web |url=http://ceopunjab.nic.in/English/Elections/SE/VS2017/D03-Electors%20and%20Polling%20Stations%20VS%202017.pdf |title=Electors and Polling Stations - VS 2017 |author=Chief Electoral Officer - Punjab |access-date= 24 June 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{Election box gain with party link    |winner     = Aam Aadmi Party    |loser      =   |swing      =  }}  &lt;br /&gt;
{{Election box end}}&amp;lt;section end=&amp;quot;Assembly Election 2017&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* {{cite web |title=Record of all Punjab Assembly Elections |url=https://old.eci.gov.in/files/category/86-punjab/ |website=eci.gov.in |publisher=Election Commission of India |access-date=14 March 2022}} &lt;br /&gt;
{{Assembly constituencies of Punjab}}&lt;br /&gt;
{{coord|30.07|75.99|display=title}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Assembly constituencies of Punjab, India]]&lt;br /&gt;
[[Category:Sangrur district]]&lt;br /&gt;
[[Category:Politics of Punjab, India]]&lt;br /&gt;
[[Category:1976 establishments in Punjab, India]]&lt;br /&gt;
[[Category:Legislative Assembly constituencies of Indian states established in 1976]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Ikkis&amp;diff=503691</id>
		<title>Ikkis</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Ikkis&amp;diff=503691"/>
		<updated>2026-04-20T03:14:02Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: new initial article first draft - done&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|2026 Indian film by Sriram Raghvan}}&lt;br /&gt;
{{Use dmy dates|date=November 2025}}&lt;br /&gt;
{{Use Indian English|date=November 2025}}&lt;br /&gt;
{{Infobox film&lt;br /&gt;
| name           = Ikkis&lt;br /&gt;
| image          = Ikkis Poster.jpg&lt;br /&gt;
| caption        = Theatrical release poster&lt;br /&gt;
| director       = [[Sriram Raghavan]]&lt;br /&gt;
| writer         = {{Plainlist|&lt;br /&gt;
*Sriram Raghavan &lt;br /&gt;
*Arijit Biswas &lt;br /&gt;
*Pooja Ladha Surti&lt;br /&gt;
}}&lt;br /&gt;
| story          = &lt;br /&gt;
| producer       = {{Plainlist|&lt;br /&gt;
*[[Dinesh Vijan]]&lt;br /&gt;
*Binny Padda&lt;br /&gt;
*Sharada Karki Jalota&lt;br /&gt;
*Poonam Shivdasani&lt;br /&gt;
}}&lt;br /&gt;
| starring       = {{Plainlist|&lt;br /&gt;
*Agastya Nanda&lt;br /&gt;
*[[Dharmendra]]&lt;br /&gt;
*[[Jaideep Ahlawat]]&lt;br /&gt;
*Simar Bhatia&lt;br /&gt;
}}&lt;br /&gt;
| cinematography = [[Anil Mehta]]&lt;br /&gt;
| editing        = Monisha R. Baldawa&lt;br /&gt;
| music          = &#039;&#039;&#039;Songs:&#039;&#039;&#039;&amp;lt;br/&amp;gt;White Noise Collectives&amp;lt;br/&amp;gt;&#039;&#039;&#039;Score:&#039;&#039;&#039;&amp;lt;br/&amp;gt;[[Sachin–Jigar]]&lt;br /&gt;
| studio         = [[Maddock Films]]&lt;br /&gt;
| distributor    = {{Plainlist|&lt;br /&gt;
*[[Jio Studios]] (India)&amp;lt;ref&amp;gt;{{cite news |last=Chaturvedi |first=Shachi |date=31 December 2025 |title=Dharmendra&#039;s Ikkis To Get 30-40% Shows In Theatres Amid Dhurandhar&#039;s Craze: Report |url=https://www.news18.com/movies/bollywood/dharmendras-ikkis-to-get-30-40-shows-in-theatres-amid-dhurandhars-craze-report-ws-l-9802220.html |work=[[News18]] |access-date=5 January 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Yash Raj Films]] (international)&amp;lt;ref name=&amp;quot;yrf&amp;quot; /&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
| released       = {{Film date|2026|01|01|df=y}}&lt;br /&gt;
| runtime        = 147 minutes&amp;lt;ref name=&amp;quot;cbfc&amp;quot; /&amp;gt;&lt;br /&gt;
| country        = India&lt;br /&gt;
| language       = Hindi&lt;br /&gt;
| budget         = {{INR|60 [[crore]]}}&amp;lt;ref&amp;gt; {{cite news| title =Ikkis Box Office Collection Day 5: हिट होने से कुछ ही दूर धर्मेंद्र की फिल्म, अगस्त्य नंदा ने तोड़ा मामा अभिषेक बच्चन का रिकॉर्ड |trans-title=Ikkis Box Office Collection Day 5: Dharmendra&#039;s film is just a step away from becoming a hit; Agastya Nanda breaks his uncle Abhishek Bachchan&#039;s record | work = [[NDTV]] | date= 7 January 2026 | url= https://ndtv.in/bollywood/ikkis-box-office-collection-day-5-film-close-to-hit-agastya-nanda-breaks-uncle-abhishek-bachchan-record-10415420| access-date = 7 January 2026 | language = hi}} &amp;lt;/ref&amp;gt;&lt;br /&gt;
| gross          = {{estimation}} {{INR|36.95}} crore&amp;lt;ref name=&amp;quot;bh&amp;quot; /&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Ikkis&#039;&#039;&#039;&#039;&#039; ({{translation|Twenty One}}) is a 2026 Indian [[Hindi cinema|Hindi]]-language [[Biographical film|biographical]] [[war drama]] film directed and co-written by [[Sriram Raghavan]]. It is co-produced by [[Dinesh Vijan]], Binny Padda, Sharada Karki Jalota, and Poonam Shivdasani under [[Maddock Films]]. It stars Agastya Nanda, [[Dharmendra]], [[Asrani]], [[Jaideep Ahlawat]] and Simar Bhatia. This also marks the final film appearance of [[Dharmendra]]. It is based on the life of [[Arun Khetarpal]], the youngest recipient of the [[Param Vir Chakra]] award, and centered around the [[Battle of Basantar]] during the [[Indo-Pakistani war of 1971|1971 India–Pakistan War]]. The film&#039;s title is in reference to the age at which Arun Khetarpal attained martyrdom.&amp;lt;ref name=&amp;quot;ndtv&amp;quot;&amp;gt;{{Cite web |date=29 October 2025 |title=Ikkis trailer: Agastya Nanda takes on the role of war hero Arun Khetarpal in Sriram Raghavan&#039;s film |url=https://www.ndtv.com/entertainment/ikkis-trailer-agastya-nanda-takes-on-the-role-of-war-hero-arun-khetarpal-in-sriram-raghavans-film-9538820 |access-date=29 October 2025 |website=[[NDTV]] |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Ikkis&#039;&#039; was scheduled to release theatrically on 25 December 2025, however it was postponed to 1 January 2026.&amp;lt;ref&amp;gt;{{Cite web |date=29 October 2025 |title=Ikkis trailer out: Agastya Nanda channels war hero Arun Khetarpal&#039;s courage and sacrifice. Watch |url=https://www.hindustantimes.com/entertainment/bollywood/ikkis-trailer-out-agastya-nanda-channels-war-hero-arun-khetarpal-s-courage-and-sacrifice-watch-101761740551528.html |access-date=29 October 2025 |website=Hindustan Times |language=en}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite news |date=2025-12-17 |title=&#039;Ikkis&#039; postponed for THIRD time: Agastya Nanda-Dharmendra starrer shifts to January amid &#039;Dhurandhar&#039; buzz; avoids Christmas clash with Kartik Aaryan-Ananya Panday&#039;s film |url=https://timesofindia.indiatimes.com/entertainment/hindi/bollywood/news/ikkis-postponed-for-third-time-agastya-nanda-dharmendra-starrer-shifts-to-january-amid-dhurandhar-buzz-avoids-christmas-clash-with-kartik-aaryan-ananya-pandays-film/articleshow/126039412.cms |access-date=2025-12-17 |work=The Times of India |issn=0971-8257}}&amp;lt;/ref&amp;gt; It received positive reviews from critics, but emerged as a commercial failure at the box-office.&amp;lt;ref&amp;gt;{{Cite web |title=Ikkis writers react to comparisons with Dhurandhar: &#039;A gangster film&#039;s moral code can&#039;t align with a war film&#039; |url=https://www.hindustantimes.com/entertainment/ikkis-writers-react-to-comparisons-with-dhurandhar-sriram-raghavan-aditya-dhar-101768539406194.html |access-date=2026-01-16 |website=Hindustan Times |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
&lt;br /&gt;
The film chronicles the events in the life of [[Second lieutenant|2nd Lieutenant]] [[Arun Khetarpal]] and eventually his martyrdom in the [[Battle of Basantar]] during the [[Indo-Pakistani war of 1971|1971 India Pakistan War]]. It also depicts the events that happen when his father, [[Brigadier (India)|Brigadier]] Madan Lal Khetarpal (retd), visits Pakistan 30 years later.&amp;lt;ref name=&amp;quot;The Hollywood Reporter India&amp;quot;&amp;gt;{{Cite news |title=&#039;Ikkis&#039; Trailer: Agastya Nanda Transforms Into War Hero Arun Khetarpal In Sriram Raghavan&#039;s Epic|url=https://www.hollywoodreporterindia.com/features/insight/ikkis-trailer-agastya-nanda-transforms-into-war-hero-arun-khetarpal-in-sriram-raghavans-epic|work=[[The Hollywood Reporter India]]}}&amp;lt;/ref&amp;gt; On 14 October 1971, at a training camp in [[Ahmednagar]], officers celebrate [[Second lieutenant | 2nd Lt.]] [[Arun Khetarpal]]&#039;s 21st birthday while it is announced that training is cancelled due to increasing tension at the border. Time shifts to 2001 in [[Lahore]], [[Pakistan]], where [[Brigadier]] Jaan Mohammed Nisar prepares for the arrival of Madan Lal Khetarpal, Arun&#039;s father, who is staying for a college reunion and to visit his village, [[Sargodha]]. Time shifts back and forth and show Arun&#039;s biography, including falling in love with a girl named Kiran Kochar, being a tank commander, going to Pakistan on 3 December 1971 (the day Prime Minister [[Indira Gandhi]] declared war on Pakistan), being mistaken for the Pakistani army by civilians, fighting against over 14 Patton tanks, and ultimately breathing his last (which is later revealed that it was caused by Nisar himself). It also shows ML Khetarpal visiting the spot where his son died. In the end, it is revealed that Kiran still sends a birthday cake to Arun&#039;s family, although she broke up with Arun in June 1971.&lt;br /&gt;
&lt;br /&gt;
== Cast ==&lt;br /&gt;
{{Cast listing|&lt;br /&gt;
* Agastya Nanda as [[Second lieutenant|2nd Lt.]] [[Arun Khetarpal]], [[Param Vir Chakra|PVC]]&lt;br /&gt;
* [[Dharmendra]] as [[Brigadier (India)|Brigadier]] Madan Lal Khetarpal ({{small|retd}}), Arun&#039;s father&lt;br /&gt;
* [[Jaideep Ahlawat]] as [[Pakistan Army ranks and insignia#Commissioned officer ranks|Brigadier]] Jaan Mohammad Nisar, [[Pakistan Army]] officer (based on Brigadier Khwaja Mohammed Naseer)&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&lt;br /&gt;
* Jitendar Singh as [[Sowar]] Nand Singh&lt;br /&gt;
* Shree Bishnoi as Sowar Parag Singh, [[Mechanized Division|MD]], the driver of Arun&#039;s &#039;Famagusta&#039; tank&amp;lt;ref name=&amp;quot;:2&amp;quot;&amp;gt;{{Cite web |title=मिठड़िया गांव से निकले युवा ने मनवाया लोहा, बॉलीवुड में अभिनय से छोड़ रहा है छाप |url=https://www.patrika.com/bikaner-news/a-young-man-from-mithadia-village-has-made-his-mark-in-bollywood-with-his-acting-20073568 |access-date=2025-12-02 |website=[[Rajasthan Patrika]] |language=hi}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Vijendar Singh as ALD Nathu Singh, MD&lt;br /&gt;
* Madhusudan Bishnoi as Sowar Bishwanath Singh, MD&lt;br /&gt;
* [[Suhasini Mulay]] as Maheshwari Khetarpal, Arun Khetarpal&#039;s mother&lt;br /&gt;
* [[Sikandar Kher|Sikander Kher]] as [[Risaldar]] Sagat Singh&lt;br /&gt;
* [[Rahul Dev]] as [[Lieutenant colonel|Lt. Col.]] [[Hanut Singh (soldier)|Hanut Singh]], [[Maha Vir Chakra|MVC]], [[commanding officer]] of 2nd Lt. Arun Khetarpal&lt;br /&gt;
* [[Vivaan Shah]] as [[Captain (armed forces)|Capt.]] Vijendra Malhotra &amp;quot;Mallu&amp;quot;&lt;br /&gt;
* [[Deepak Dobriyal]] as Jahangir, a disabled soldier from the [[Kargil War]] living in Sargodha&lt;br /&gt;
* Kailash Gowthaman as 2nd Lt. Brijendra Singh &amp;quot;Brij&amp;quot;&lt;br /&gt;
* Aryan Pushkar as 2nd Lt. Avtar Singh Ahlawat&lt;br /&gt;
* Simar Bhatia as Kiran Kochhar&amp;lt;ref name=&amp;quot;telegraph&amp;quot;&amp;gt;{{Cite news |title=&#039;&#039;Ikkis&#039;&#039; trailer: Agastya Nanda fights for India in Sriram Raghavan-directed war drama |url=https://www.telegraphindia.com/entertainment/agastya-nanda-plays-param-vir-chakra-awardee-arun-khetarpal/cid/2130236 |work=[[Telegraph India]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[Ekavali Khanna]] as Mrs. Maryam Nisar&lt;br /&gt;
* Aadyanshi Kapoor as a family member&lt;br /&gt;
* Guneet Sandhu as Mukesh Khetarpal, Arun Khetarpal&#039;s younger brother&amp;lt;ref name=&amp;quot;bollywoodhungama.com&amp;quot;&amp;gt;{{Cite news |title=Ikkis Cast &amp;amp; Crew |url=https://www.bollywoodhungama.com/movie/ikkis/cast/ |work=[[Bollywood Hungama]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Mohan Godara&lt;br /&gt;
* [[Asrani]] as Mr. Asghar&amp;lt;ref name=&amp;quot;:3&amp;quot;&amp;gt;{{Cite news |date=2025-11-29 |title=&#039;Ikkis&#039;: &#039;Veeru&#039; Dharmendra and &#039;Jailor&#039; Asrani of &#039;Sholay&#039; set to reunite one last time in Sriram Raghavan&#039;s film |url=https://timesofindia.indiatimes.com/entertainment/hindi/bollywood/news/ikkis-veeru-dharmendra-and-jailor-asrani-of-sholay-set-to-reunite-one-last-time-in-sriram-raghavans-film/articleshow/125644449.cms |access-date=2026-01-03 |work=[[The Times of India]] |issn=0971-8257}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Pragati Anand as Kiran&#039;s friend&lt;br /&gt;
* [[Mamik Singh]] as [[General (Pakistan)|Pakistani General]]&amp;lt;ref name=&amp;quot;bollywoodhungama.com&amp;quot; /&amp;gt;&lt;br /&gt;
* [[Zakir Hussain (actor)|Zakir Hussain]] as [[Inter-Services Intelligence|ISI]] officer&lt;br /&gt;
* [[Adil Ibrahim]] as [[Major (India)|Major]] P. V. Sahadevan&lt;br /&gt;
* Abhishek Duhan as Major [[Hoshiar Singh Dahiya|Hoshiyar Singh]]&lt;br /&gt;
* Avani Rai as Saba&lt;br /&gt;
* Saurabh Dubey as Pakistani General&lt;br /&gt;
* Amit Jairath as Lt. Col. [[Ajai Singh]]&lt;br /&gt;
* [[Baharul Islam (actor)|Baharul Islam]] as Capt. Zafar&lt;br /&gt;
* Mathlub Khan as a Golfer&lt;br /&gt;
* Vijender Poniyal as Paresh Kamdaar&lt;br /&gt;
* Abhijeet Singh as Capt. Siraj, [[13th Lancers|13 Lancer]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Production==&lt;br /&gt;
===Development===&lt;br /&gt;
The film was produced by [[Dinesh Vijan]]&#039;s [[Maddock Films]] and Binny Padda, alongside Sharada Karki Jalota, Keval Shah, [[Antara Banerjee]], Naved Farooqui, and Poonam Shivdasani. The film has been co-written by [[Sriram Raghavan]], Arijit Biswas, and Pooja Ladha Surti. It was in the pipeline since 2019 when it was first announced on Arun Khetarpal&#039;s 69th birth anniversary and was supposed to go on floors in 2020 but was delayed due to the [[COVID-19 pandemic in India]].&amp;lt;ref name=&amp;quot;bollywoodhungama.com&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;The Hollywood Reporter India&amp;quot;&amp;gt;{{Cite news |title=&#039;Ikkis&#039; Trailer: Agastya Nanda Transforms Into War Hero Arun Khetarpal In Sriram Raghavan&#039;s Epic|url=https://www.hollywoodreporterindia.com/features/insight/ikkis-trailer-agastya-nanda-transforms-into-war-hero-arun-khetarpal-in-sriram-raghavans-epic|work=[[The Hollywood Reporter India]]}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite news |title=Sriram Raghavan&amp;quot;s &amp;quot;Ikkis&amp;quot; to come out in theatres on October 2|url=https://theprint.in/feature/sriram-raghavans-ikkis-to-come-out-in-theatres-on-october-2/2636684/|work=[[The Print]]}}&amp;lt;/ref&amp;gt; The film has been shot across various locations in North India.&amp;lt;ref&amp;gt;{{Cite news |title=Sriram Raghavan&#039;s &#039;Ikkis&#039; with Agastya Nanda will be shot in North India later this year, more details revealed - Exclusive|url=https://timesofindia.indiatimes.com/entertainment/hindi/bollywood/news/sriram-raghavans-ikkis-with-agastya-nanda-will-be-shot-in-north-india-later-this-year-more-details-revealed-exclusive/articleshow/100959595.cms/|work=[[times of india]]}}&amp;lt;/ref&amp;gt; The film has a [[poem]] titled &#039;&#039;Aj vi ji karda hai, pind apne nu jaanwa&#039;&#039;, which has been written and orated by late actor Dharmendra himself.&amp;lt;ref&amp;gt;{{Cite news |title=Dharmendra&#039;s emotional poem in Ikkis is an ode to his beloved pind. Watch|url=https://www.indiatoday.in/movies/celebrities/story/dharmendra-emotional-poem-ikkis-an-ode-to-his-beloved-pind-village-watch-jaideep-ahlawat-2827396-2025-11-28|work=[[India Today]]}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite news |title=Exclusive: Tired Dharmendra Shot His Last Film Ikkis Despite A &#039;Killing Schedule&#039;, Says Director Sriram Raghavan|url=https://www.ndtv.com/entertainment/exclusive-tired-dharmendra-shot-his-last-film-ikkis-despite-a-killing-schedule-says-director-sriram-raghavan-9701836|work=[[NDTV]]}}&amp;lt;/ref&amp;gt; Agastya Nanda who plays Arun Khetarpal underwent a strict regimen as the role required a strict fitness requirement.&amp;lt;ref&amp;gt;{{Cite web |title=EXCLUSIVE: Agastya Nanda&#039;s most intense transformation yet: 2–3 years of Army + regiment drills, then NDA — Ikkis training details OUT!|url=https://www.bollywoodhungama.com/news/features/exclusive-agastya-nandas-intense-transformation-yet-2-3-years-army-regiment-drills-nda-ikkis-training-details/ |access-date=2025-12-31 |website=bollywood hungama|language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Casting===&lt;br /&gt;
The film was first announced in 2019 on 69th anniversary of [[Arun Khetarpal]]&#039;s birth, with [[Varun Dhawan]] originally cast in the lead role. After COVID-19, Dhawan couldn&#039;t do the film due to date scheduling issues. A new cast was announced on 8 December 2022, the 87th birthday of [[Dharmendra]], retaining only him in the role of the father Madan Lal Khetarpal, newcomer [[Agastya Nanda]] was cast in the role of [[Arun Khetarpal]] and [[Akshay Kumar]]&#039;s niece debutant Simar Bhatia was finalised as the female lead.&amp;lt;ref&amp;gt;{{Cite news |date=8 December 2022 |title=Not Varun Dhawan but Agastya Nanda to play war hero Arun Khetarpal PVC in Sriram Raghavan&#039;s Ikkis |url=https://www.indiatoday.in/movies/bollywood/story/not-varun-dhawan-but-agastya-nanda-to-play-arun-khetarpal-in-sriram-raghavans-ikkis-dharmendra-joins-cast-2306887-2022-12-08 |work=[[India Today]]}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=telegraph /&amp;gt;&amp;lt;ref name=&amp;quot;The Hollywood Reporter India&amp;quot; /&amp;gt;&amp;lt;ref&amp;gt;{{Cite news |date=2022-12-09 |title=Dharmendra to share screen with Agastya Nanda in Sriram Raghavan&#039;s &#039;Ikkis&#039; |url=https://economictimes.indiatimes.com/news/new-updates/dharmendra-and-agastya-nanda-come-together-for-sriram-raghavans-ikkis/articleshow/96111144.cms |access-date=2026-01-03 |work=[[The Economic Times]] |issn=0013-0389}}&amp;lt;/ref&amp;gt; Jaideep Ahlawat was cast as [[Pakistan Army]] officer Jaan Mohammad, the character is based on Khwaja Mohammed Naseer, who confessed to Arun&#039;s father that he was the man who pulled the tank&#039;s trigger that killed his son in the [[Battle of Basantar]].&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite news |date=31 October 2025 |title=I killed your son Lt Arun Khetarpal: Pak soldier&#039;s confession to Indian Brigadier |url=https://www.indiatoday.in/history-of-it/story/arun-khetarpal-pakistani-soldier-confession-1971-indo-pak-war-ikkis-agastya-nanda-basantar-tank-battle-history-2811014-2025-10-31 |work=[[India Today]]}}&amp;lt;/ref&amp;gt; [[Sikandar Kher]], who plays [[Risaldar]] [[Sagat Singh]] joined the cast in February 2025.&amp;lt;ref&amp;gt;{{Cite news |title=Ikkis: Sikandar Kher joins Dharmendra, Jaideep Ahlawat, Agastya Nanda in Sriram Raghavan&#039;s next war drama |url=https://www.ndtv.com/entertainment/ikkis-sikandar-kher-joins-dharmendra-jaideep-ahlawat-agastya-nanda-in-sriram-raghavans-next-war-drama-7640806 |archive-url=http://web.archive.org/web/20250602205617/https://www.ndtv.com/entertainment/ikkis-sikandar-kher-joins-dharmendra-jaideep-ahlawat-agastya-nanda-in-sriram-raghavans-next-war-drama-7640806 |archive-date=2025-06-02 |access-date=2026-01-03 |work=[[NDTV]] |language=en}}&amp;lt;/ref&amp;gt; Shree Bishnoi, a [[Cinema of Rajasthan|Rajasthani actor]] who plays [[Sowar]] Parag Singh as the driver of Arun&#039;s tank &#039;Famagusta&#039; also joined the cast on 15 October 2024.&amp;lt;ref name=&amp;quot;:2&amp;quot; /&amp;gt; Comedy icon [[Asrani]] who died late last year was also cast in a small role.&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt; [[Vijay Ganguly]] has been roped in as the choreographer for the film.&amp;lt;ref&amp;gt;{{Cite web |title=Ikkis choreographer lauds Dharmendra&#039;s dedication for shooting till 4 AM, calls him &#039;vibrant and full of life&#039;|url=https://www.ottplay.com/news/ikkis-choreographer-lauds-dharmendras-dedication-for-shooting-till-4-am-calls-him-vibrant-and-full-of-life/aca694569d925 |access-date=2025-12-24 |website=ottplay|language=en}}&amp;lt;/ref&amp;gt; Sujeet Subhash Sawant and sriram Kannan Iyengar did the production design of the film, Bishwadeep Chatterjee was roped in for sound designing and Amrit Singh with Alexander Samokhvalov are responsible for action sequences.&amp;lt;ref&amp;gt;{{Cite news |title=Ikkis Cast &amp;amp; Crew|url=https://www.bollywoodhungama.com/movie/ikkis/cast/|work=[[bollywood hungama]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Filming===&lt;br /&gt;
The film was shot across various locations in [[North India]].&amp;lt;ref name=&amp;quot;:4&amp;quot; /&amp;gt; During shooting sequences Dharmendra, for better understanding, improvised and rewrote his dialogues in [[Urdu]] and other actors cues as well. He was eager to watch the complete film but managed to see only about 50 percent in post-production rushes.&amp;lt;ref&amp;gt;{{Cite news |title=Late legend Dharmendra struggled with &#039;Ikkis&#039; dubbing, rewrote lines in Urdu; reveals Sriram Raghavan |url=https://timesofindia.indiatimes.com/entertainment/hindi/bollywood/news/late-legend-dharmendra-struggled-with-ikkis-dubbing-rewrote-lines-in-urdu-reveals-sriram-raghavan/articleshow/125910121.cms/ |work=[[The Times of India]]}}&amp;lt;/ref&amp;gt; During the filming, the late actor had recorded a message that &#039;India and Pakistan&#039; must see the film. This [[Behind-the-scenes|Behind the Scene]] message was shared by the production team on his 90th birthday on 8 December 2025.&amp;lt;ref&amp;gt;{{Cite news|title=Team Ikkis shares Dharmendra&#039;s final message: India and Pakistan must see the film|url=https://www.indiatoday.in/movies/bollywood/story/team-ikkis-shares-dharmendra-final-message-india-and-pakistan-must-see-the-film-2832423-2025-12-08/|work=[[india today]]}}&amp;lt;/ref&amp;gt; During filming of the song &#039;ikkis&#039; Dharmendra despite his advanced age used to stay awake till early morning to complete the song.&amp;lt;ref&amp;gt;{{Cite web |title=Ikkis choreographer lauds Dharmendra&#039;s dedication for shooting till 4 AM, calls him &#039;vibrant and full of life&#039;|url=https://www.ottplay.com/news/ikkis-choreographer-lauds-dharmendras-dedication-for-shooting-till-4-am-calls-him-vibrant-and-full-of-life/aca694569d925 |access-date=2025-12-24 |website=ottplay|language=en}}&amp;lt;/ref&amp;gt; Agastya Nanda who plays Arun Khetarpal underwent a strict regimen as the role required a strict fitness requirement. To prepare for the role, Nanda did extensive training for 2-3 years at the [[Indian Army]] and [[Poona Horse]] regiment, followed by [[National Defence Academy]] at [[Khadakwasala Assembly constituency|Khadakwasala]], [[Pune]]. Later, he went to [[Aurangabad]], where he did tank training for a few days.&amp;lt;ref&amp;gt;{{Cite web |last= |first= |date=2025-12-29 |title=EXCLUSIVE: Agastya Nanda&#039;s most intense transformation yet: 2–3 years of Army + regiment drills, then NDA — Ikkis training details OUT! |url=https://www.bollywoodhungama.com/news/features/exclusive-agastya-nandas-intense-transformation-yet-2-3-years-army-regiment-drills-nda-ikkis-training-details/ |access-date=2026-01-03 |website=[[Bollywood Hungama]] |language=en}}&amp;lt;/ref&amp;gt; As the film is based on a [[Tank warfare|tank war]] involving [[Centurion (tank)|Centurion tanks]], that dont exist except as showpieces, the filmmakers recreated 3 Centurion tanks from scratch to film the tank battle. Production designer Sujeet Subhash Sawant and Sriram Kannan Iyengar designed and executed the exterior and interior of tanks, period Punjab villages as set and army camps. Even though special effects have been used in the film, the tank war sequences were shot in actual locations like [[Marshland|marshlands]] and rivers. Each of these 3 tanks weighed 4 to 5 tons and where built to move in proper speed. The production designers also created 2 dummy Centurion tanks for filming long shots. These tanks were built over a period of 3 to 6 months. A major chunk of film&#039;s budget was spent to build these tanks.&amp;lt;ref&amp;gt;{{Cite web |last= |first= |date=2025-12-29 |title=EXCLUSIVE: No green screen, no junkyard tanks: Ikkis creates Centurion tanks from SCRATCH with a mammoth budget; 3 moving beasts made; Sriram Raghavn shares FASCINATING details |url=https://www.bollywoodhungama.com/news/features/exclusive-no-green-screen-no-junkyard-tanks-ikkis-creates-centurion-tanks-scratch-mammoth-budget-3-moving-beasts-made-sriram-raghavn-shares-fascinating-details/ |access-date=2026-01-03 |website=[[Bollywood Hungama]] |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Post production===&lt;br /&gt;
[[Sachin-Jigar]] as part of the post production work provided the [[background score]] for the film while [[Bishwadeep Chatterjee|Biswadeep Chatterjee]] did the sound mixing.&amp;lt;ref name=&amp;quot;bollywoodhungama.com&amp;quot; /&amp;gt; This is the first Sriram Raghavan film which saw an extensive use of [[visual effects]] (VFX) in post-production, to enhance the overall cinematic experience.&amp;lt;ref name=&amp;quot;:4&amp;quot;&amp;gt;{{Cite news |title=Sriram Raghavan&#039;s &#039;Ikkis&#039; with Agastya Nanda will be shot in North India later this year, more details revealed - Exclusive |url=https://timesofindia.indiatimes.com/entertainment/hindi/bollywood/news/sriram-raghavans-ikkis-with-agastya-nanda-will-be-shot-in-north-india-later-this-year-more-details-revealed-exclusive/articleshow/100959595.cms/ |work=[[The Times of India]]}}&amp;lt;/ref&amp;gt; The late actor Dharmendra struggled during [[dubbing]] sessions in October 2025. [[Bobby Deol]], son of Dharmendra, gave the [[voice-over]] to the younger version of his father&#039;s character to add authenticity to the film and has been given a special thanks in the [[Closing credits|end credits]].&amp;lt;ref&amp;gt;{{Cite web |last= |first= |date=2025-12-30 |title=Bobby Deol gives voice to the younger version of Dharmendra in Ikkis |url=https://www.bollywoodhungama.com/news/bollywood/bobby-deol-gives-voice-younger-version-dharmendra-ikkis/ |access-date=2026-01-03 |website=[[Bollywood Hungama]] |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Soundtrack==&lt;br /&gt;
{{Main|Ikkis (soundtrack)}}&lt;br /&gt;
The film&#039;s soundtrack is composed by White Noise Collectives, with lyrics written by [[Amitabh Bhattacharya]]. The album accompanying five-tracks—four of them being preceded as singles—was released under the [[Sony Music]] label on 1 January 2026.&amp;lt;ref name=&amp;quot;bollywoodhungama.com&amp;quot; /&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |date=2026-01-01|title=Ikkis (Original Motion Picture Soundtrack)|url=https://music.apple.com/in/album/ikkis-original-motion-picture-soundtrack-ep/1864309695|access-date=2026-01-26|website=[[Apple Music]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;!-- Infobox, track list and other information regarding the album are already in the soundtrack article--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Marketing==&lt;br /&gt;
The first look poster featuring Agastya Nanda as Arun Khetarpal was released on 14 October 2025 on Khetarpal&#039;s birth anniversary.&amp;lt;ref&amp;gt;{{Cite web |title=Agastya Nandas first look from Ikkis out, film to release in December 2025 |url=https://www.news18.com/movies/bollywood/agastya-nandas-first-look-from-ikkis-out-film-to-release-in-december-2025-ws-l-9634832.html |website=[[News18]]}}&amp;lt;/ref&amp;gt; During the filming, Dharmendra recorded a message that &amp;quot;India and Pakistan&amp;quot; must see the film. This [[Behind-the-scenes|behind the scenes]] message was shared by the production team on his 90th birthday on 8 December 2025.&amp;lt;ref&amp;gt;{{Cite web |last= |first= |date=2025-12-08 |title=Team Ikkis shares Dharmendra&#039;s final message: India and Pakistan must see the film |url=https://www.indiatoday.in/movies/bollywood/story/team-ikkis-shares-dharmendra-final-message-india-and-pakistan-must-see-the-film-2832423-2025-12-08 |access-date=2026-01-03 |website=[[India Today]] |language=en}}&amp;lt;/ref&amp;gt; The film was promoted in a special episode of &#039;&#039;[[Kaun Banega Crorepati]]&#039;&#039; season 17. Agastya Nanda, his mother [[Shweta Bachchan Nanda]], and his sister [[Navya Naveli Nanda]] featured as the guests in the show which is hosted by Agastya&#039;s maternal grandfather [[Amitabh Bachchan]].&amp;lt;ref&amp;gt;{{Cite news |title=Kaun Banega Crorepati 17: Amitabh Bachchan grills grandson Agastya Nanda over who he likes most, &#039;nana or nani&#039;|url=https://www.hindustantimes.com/entertainment/tv/kaun-banega-crorepati-17-amitabh-bachchan-grills-grandson-agastya-nanda-over-who-he-likes-most-nana-or-nani-101766557986744.html|work=[[Hindustan Times]]}}&amp;lt;/ref&amp;gt; [[IGP (e-gifting retailer)|IGP]], a global [[direct-to-consumer]] gifting platform, partnered with Maddock Films to create a limited-edition co-branded planter inspired by Khetarpal’s values of bravery, resilience, and duty. Each planter has artwork, a self-watering pot, a hardy snake plant, and soil from the Arun Khetarpal memorial at [[The Lawrence School, Sanawar]] as a living tribute to Arun Khetarpal’s legacy.&amp;lt;ref&amp;gt;{{Cite news |title=IGP, Maddock Films partner to celebrate Arun Khetarpal&#039;s legacy with themed merchandise |url=https://marketech-apac.com/igp-maddock-films-partner-to-celebrate-arun-khetarpals-legacy-with-themed-merchandise/ |work=marketech-apac.com}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A special screening of the film was held in New Delhi on 23 December 2025. The event was attended by the production team of the film, family members of Arun Khetarpal and family members of his tank crew. Also present at the event were Defence Minister [[Rajnath Singh]], Chief of Defence Staff General [[Anil Chauhan]], Chief of Army Staff General [[Upendra Dwivedi]], and other [[Indian Army]] personnel and their families. At the event Singh felicitated the family members of Khetarpal and his tank crew.&amp;lt;ref&amp;gt;{{Cite news |date=2025-12-23 |title=Rajnath Singh attends special screening of Agastya Nanda&#039;s Ikkis |url=https://www.filmfare.com/news/bollywood/rajnath-singh-attends-special-screening-of-agastya-nandas-ikkis-80336.html |work=[[Filmfare]]}}&amp;lt;/ref&amp;gt; A day before, a private screening of the film was held in Bombay, which was attended by the film&#039;s crew as well [[Amitabh Bachchan]], [[Abhishek Bachchan]], [[Akshay Kumar]] and his sister (mother of Simar Bhatia).&amp;lt;ref&amp;gt;{{Cite news |date=2025-12-22 |title=Photos: Amitabh Bachchan, Akshay Kumar and more attend Ikkis screening ahead of its release |url=https://www.filmfare.com/photos/photos-amitabh-bachchan-akshay-kumar-and-more-attend-ikkis-screening-ahead-of-its-release-80320-1.html |work=[[Filmfare]]}}&amp;lt;/ref&amp;gt; On 29 December 2025, [[Sunny Deol]] and [[Bobby Deol]] hosted a special screening of the film at [[PVR INOX|PVR ICON]] in [[Andheri]], Mumbai as a tribute to their father Dharmendra.&amp;lt;ref&amp;gt;{{Cite web |title=Ikkis: Sunny, Bobby Deol to host special screening of Dharmendra&#039;s last film in Mumbai |url=https://www.ndtv.com/entertainment/ikkis-sunny-bobby-deol-to-host-special-screening-of-dharmendras-last-film-in-mumbai-9981950 |website=[[NDTV]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release==&lt;br /&gt;
=== Theatrical ===&lt;br /&gt;
The film originally planned for a release on 2 October 2025, but was postponed to 25 December 2025 (around the 54th anniversary of Arun Khetarpal&#039;s death), mainly to avoid a clash with &#039;&#039;[[Kantara: Chapter 1]]&#039;&#039; as well as to make use of the [[Christmas and holiday season|Christmas holiday season]]. It was further postponed to 1 January 2026, becoming the first film to release in 2026.&amp;lt;ref&amp;gt;{{Cite web |last= |date=2025-05-25 |title=Sriram Raghavan&#039;s Ikkis to come out in theatres on October 2 |url=https://theprint.in/feature/sriram-raghavans-ikkis-to-come-out-in-theatres-on-october-2/2636684/ |access-date=2026-01-03 |website=[[ThePrint.in]] |language=en-US |agency=[[Press Trust of India|PTI]]}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite news |date=2025-12-17 |title=&#039;Ikkis&#039; postponed for THIRD time: Agastya Nanda-Dharmendra starrer shifts to January amid &#039;Dhurandhar&#039; buzz; avoids Christmas clash with Kartik Aaryan-Ananya Panday&#039;s film |url=https://timesofindia.indiatimes.com/entertainment/hindi/bollywood/news/ikkis-postponed-for-third-time-agastya-nanda-dharmendra-starrer-shifts-to-january-amid-dhurandhar-buzz-avoids-christmas-clash-with-kartik-aaryan-ananya-pandays-film/articleshow/126039412.cms |access-date=2025-12-17 |work=[[The Times of India]] |issn=0971-8257}}&amp;lt;/ref&amp;gt; The release was postponed due to [[astrology|astrological reasons]], as per [[Amitabh Bachchan]] the grandfather of Agastya Nanda.&amp;lt;ref&amp;gt;{{Cite news |date=2025-12-17 |title=Amitabh Bachchan hints grandson Agastya Nanda&#039;s Ikkis not postponed due to Dhurandhar but for &#039;jyotish vidya&#039; |url=https://www.hindustantimes.com/entertainment/bollywood/amitabh-bachchan-hints-grandson-agastya-nanda-dharmendras-ikkis-not-postponed-due-to-dhurandhar-but-astrology-101766112265010.html |access-date=2025-12-19 |work=[[Hindustan Times]]}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite news |date=2025-12-18 |title=&#039;Astrology&#039; postponed Ikkis release, Says Amitabh Bachchan amid Dhurandhar storm |url=https://www.ndtv.com/entertainment/astrology-postponed-ikkis-release-says-amitabh-bachchan-amid-dhurandhar-storm-9837907 |access-date=2025-12-19 |work=[[NDTV]]}}&amp;lt;/ref&amp;gt; [[Central Board of Film Certification|CBFC]] gave a [[U/A 13+]] certificate to the film and asked for several modifications. These included blurring alcohol names, adding a smoking warning, removing a tank name, removing a 15-second dialogue on [[India–Pakistan relations]] and the addition of certain voice-overs and end-credit changes.&amp;lt;ref name=&amp;quot;cbfc&amp;quot;&amp;gt;{{cite web |access-date=30 December 2025 |title=EXCLUSIVE: CBFC deletes 15-second dialogue on India-Pakistan relations in Ikkis|url=https://www.bollywoodhungama.com/news/bollywood/exclusive-cbfc-deletes-15-second-dialogue-india-pakistan-relations-ikkis/|work=[[Bollywood Hungama]] |date=30 December 2025}}&amp;lt;/ref&amp;gt; The film released in over 4000 screen across India. [[Yash Raj Films]] distributed the film overseas.&amp;lt;ref name=&amp;quot;yrf&amp;quot;&amp;gt;{{Cite web |date=15 December 2025 |title=Yash Raj Films to release Ikkis overseas; industry heavyweights Aditya Chopra and Dinesh Vijan collaborate for the FOURTH time in 2025|url=https://www.bollywoodhungama.com/news/features/yash-raj-films-release-ikkis-overseas-industry-heavyweights-aditya-chopra-dinesh-vijan-collaborate-fourth-time-2025/ |access-date=29 December 2025 |website=[[Bollywood Hungama]] |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Pre-release business===&lt;br /&gt;
Despite the week long delay due to astrological reasons, the film Ikkis has registered a slow start in advance booking on Wednesday, with only around 30 thousand tickets sold. This resulted in business of around {{estimated}}{{INR}} 2 crore for opening day of 1 January 2026. This is mainly due to the continued buzz around the film &#039;&#039;[[Dhurandhar]]&#039;&#039;.&amp;lt;ref&amp;gt;{{Cite web |date=31 December 2025 |title=Ikkis box office prediction: Agastya Nanda, Dharmendra film suffers from Dhurandhar rampage, may open at just ₹2 crore|url=https://www.hindustantimes.com/entertainment/bollywood/ikkis-box-office-prediction-agastya-nanda-dharmendra-film-suffers-from-dhurandhar-rampage-may-open-at-just-2-crore-101767171046219.html|access-date=30 December 2025 |website=[[Hindustan Times]]|language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Home media===&lt;br /&gt;
The film began streaming on [[Amazon Prime Video]] from 26 February 2026.&amp;lt;ref&amp;gt;{{cite web |access-date=26 February 2026 |title=Ikkis OTT release: When and where to watch Agastya Nanda starrer; deets inside! |url=https://www.bollywoodhungama.com/news/bollywood/ikkis-ott-release-watch-agastya-nanda-starrer-deets-inside/ |work=Bollywood Hungama}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |access-date=26 February 2026 |title=&#039;Ikkis’ OTT release: When and where to watch Agastya Nanda and Dharmendra&#039;s war biopic |url=https://timesofindia.indiatimes.com/entertainment/hindi/bollywood/news/ikkis-ott-release-when-and-where-to-watch-agastya-nanda-and-dharmendras-war-biopic/articleshow/128803652.cms |website=Times of India}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Reception==&lt;br /&gt;
=== Critical reception ===&lt;br /&gt;
[[Saibal Chatterjee]] of &#039;&#039;[[NDTV]]&#039;&#039; gave 3.5 stars out of 5 and said that &amp;quot;Not the sort of Bollywood war movie that goes all guns blazing and tom-tomming the virtues of battlefield bellicosity, Ikkis conserves its firepower and spreads it out judiciously over its two-and-a-half-hour runtime.&amp;quot;&amp;lt;ref&amp;gt;{{cite web |last=Chatterjee |first=Saibal |author-link=Saibal Chatterjee |date=1 January 2026 |title=Ikkis review: Solidly acted Dharmendra&#039;s swan song is not average Hindi war film |url=https://www.ndtv.com/entertainment/ikkis-review-solidly-acted-dharmendras-swan-song-is-not-average-hindi-war-film-3-5-stars-10167125 |website=[[NDTV]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Shubhra Gupta]] of &#039;&#039;[[The Indian Express]]&#039;&#039; rated it 3/5 stars and writes in her review that &amp;quot;Agastya Nanda-Dharmendra-starrer is a war film that makes you feel in a way that movies these days are not either able to or want to. It eschews gratuitous violence and jingoism as it explores the harrowing fallout of conflict.&amp;quot;&amp;lt;ref&amp;gt;{{cite web |last=Gupta |first=Shubhra |author-link=Shubhra Gupta |date=1 January 2026 |title=Ikkis movie review: Agastya Nanda-Dharmendra film is a solid start to 2026, a war film that&#039;s deeply anti-war |url=https://indianexpress.com/article/entertainment/movie-review/ikkis-movie-review-agastya-nanda-dharmendra-film-is-a-war-film-thats-deeply-anti-war-10449941/ |website=[[The Indian Express]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Rahul Desai of &#039;&#039;[[The Hollywood Reporter India]]&#039;&#039; commented that &amp;quot;The first Hindi film of 2026 excels as both a patriotic war drama and a poignant anti-war epic. ... Come for the heroism, stay for the hugs.&amp;quot;&amp;lt;ref&amp;gt;{{cite web |last=Desai |first=Rahul |date=1 January 2026 |title=&#039;Ikkis&#039; movie review: Sriram Raghavan hits the sweet spot between love and war |url=https://www.hollywoodreporterindia.com/reviews/theatrical/ikkis-movie-review-sriram-raghavan-hits-the-sweet-spot-between-love-and-war |website=[[The Hollywood Reporter India]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mayur Sanap of &#039;&#039;[[Rediff.com]]&#039;&#039; rated it 3.5 stars out of 5 and observed that &amp;quot;Where &#039;&#039;[[Dhurandhar]]&#039;&#039; leaned into aggressive bloodlust through its acerbic storytelling, &#039;&#039;Ikkis&#039;&#039; moves in the opposite direction, asking us to see people beyond uniforms, slogans, or sides.&amp;quot;&amp;lt;ref&amp;gt;{{cite web |last=Sanap |first=Mayur |date=1 January 2026 |title=Ikkis review: The flip side to Dhurandhar |url=https://www.rediff.com/movies/review/ikkis-review/20260101.htm |website=[[Rediff.com]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Rishabh Suri of &#039;&#039;[[Hindustan Times]]&#039;&#039; also gave 3.5 stars out of 5 and stated that &amp;quot;Overall, &#039;&#039;Ikkis&#039;&#039; works best when it stops trying to be a war film and becomes a painful reminder. It tells you something unbearable: that our freedoms were bought by people who never got to live theirs.&amp;quot;&amp;lt;ref&amp;gt;{{cite web |last=Suri |first=Rishabh |date=1 January 2026 |title=Ikkis review: Dharmendra is the beating heart of this biopic on Arun Khetarpal, which moves you more than you expect |url=https://www.hindustantimes.com/entertainment/bollywood/ikkis-review-dharmendra-is-the-beating-heart-of-this-biopic-on-arun-khetarpal-which-moves-you-more-than-you-expect-101767244137624.html |website=[[Hindustan Times]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Anuj Kumar of &#039;&#039;[[The Hindu]]&#039;&#039; said that &amp;quot;&#039;&#039;Ikkis&#039;&#039; succeeds as a thoughtful, tear-jerking homage to a young warrior that values soul over spectacle.&amp;quot;&amp;lt;ref&amp;gt;{{cite web |last=Kumar |first=Anuj |date=1 January 2026 |title=&#039;Ikkis&#039; movie review: Sriram Raghavan makes an evocative plea for peace in polarised times |url=https://www.thehindu.com/entertainment/movies/ikkis-movie-review-dharmendra-agastya-nanda-jaideep-ahlawat-sriram-raghavan-makes-an-evocative-plea-for-peace-in-polarised-times/article70460062.ece |website=[[The Hindu]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nandini Ramnath of &#039;&#039;[[Scroll.in]]&#039;&#039; writes that &amp;quot;&#039;&#039;Ikkis&#039;&#039; sidesteps the vengeance-fuelled hyperbole that results when Indians run into Pakistanis. Scene after scene reveals Raghavan’s efforts to put his own stamp on a genre that has been lost to jingoism.&amp;quot;&amp;lt;ref&amp;gt;{{cite web |last=Ramnath |first=Nandini |date=1 January 2026 |title=&#039;Ikkis&#039; review: In tribute to a war hero, a rare plea for peace and empathy |url=https://scroll.in/reel/1089599/ikkis-review-in-tribute-to-a-war-hero-a-rare-plea-for-peace-and-empathy |website=[[Scroll.in]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A critic of &#039;&#039;[[Bollywood Hungama]]&#039;&#039; gave 4 stars out of 5 and said that &amp;quot;&#039;&#039;Ikkis&#039;&#039; is not just a war film. It is a deeply human story about courage, sacrifice and reconciliation&amp;quot;.&amp;lt;ref&amp;gt;{{cite web |last= |first= |date=1 January 2026 |title=Ikkis movie review: Ikkis is not just a war film. It is a deeply human story. |url=https://www.bollywoodhungama.com/movie/ikkis/critic-review/ikkis-movie-review/ikkis-is-not-just-a-war-film-it-is-a-deeply-human-story/ |website=[[Bollywood Hungama]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lachmi Deb Roy of &#039;&#039;[[Firstpost]]&#039;&#039; also rated 4/5 stars and said that &amp;quot;&#039;&#039;Ikkis&#039;&#039; is just the kind of war-drama we need in this ruptured mainstream cinema scenario.&amp;quot;&amp;lt;ref&amp;gt;{{cite web |last=Roy |first=Lachmi Deb |date=1 January 2026 |title=Ikkis movie review: Dharmendra, Jaideep Ahlawat, Agastya Nanda give their honest performances on a film based on Arun Khetarpal under Sriram Raghavan&#039;s directorial |url=https://www.firstpost.com/entertainment/ikkis-movie-review-in-sriram-raghavans-directorial-dharmendra-jaideep-ahlawat-agastya-nanda-give-honest-performances-on-the-life-of-arun-khetarpal-13964536.html |website=[[Firstpost]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Devesh Sharma of &#039;&#039;[[Filmfare]]&#039;&#039; also rated 4/5 stars and said that &amp;quot;Sriram Raghavan doesn’t just direct a war drama; he offers an actor a graceful goodbye, and reminds us that the truest war stories are those that mourn what is lost rather than celebrate what is won.&amp;quot;&amp;lt;ref&amp;gt;{{cite web |last=Sharma |first=Devesh |date=1 January 2026 |title=Ikkis movie review: Dharmendra&#039;s swan song |url=https://www.filmfare.com/reviews/bollywood-movies/ikkis-movie-review-dharmendras-swan-song-80548.html |website=[[Filmfare]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Uday Bhatia of &#039;&#039;[[Mint (newspaper)|Mint]]&#039;&#039; praise the film saying that &amp;quot;In an increasingly belligerent and hysterical Hindi cinema, I’m not sure there&#039;ll be takers for &#039;&#039;Ikkis&#039;&#039;&amp;lt;nowiki/&amp;gt;&#039; pacifism. Those who watch it for the director might be surprised. There was a lot of talk when the trailer released about how this didn&#039;t seem like a Raghavan film, which is to say something acidic, smart and self-aware. It&#039;s true that sweet, sincere &#039;&#039;Ikkis&#039;&#039; is tonally apart from anything he&#039;s made.&amp;quot;&amp;lt;ref&amp;gt;{{cite web |last=Bhatia |first=Uday |date=1 January 2026 |title=&#039;Ikkis&#039; review: A war film on a peace mission |url=https://www.livemint.com/mint-lounge/art-and-culture/ikkis-review-sriram-raghavan-dharmendra-agasyta-nanda-jaideep-ahlawat-1971-war-film-peace-pakistan-11767239137328.html |website=[[mint (newspaper)|Mint]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Renuka Vyavahare of &#039;&#039;[[The Times of India]]&#039;&#039; gave 3.5 stars and said that &amp;quot;Unlike most war films, &#039;&#039;Ikkis&#039;&#039; doesn’t glorify conflict; it strives for realism. There’s no heavy reliance on CGI or dramatic sound design, which largely works in the film’s favour. However, the music is underwhelming and does little to elevate the narrative or emotional beats.&amp;quot;&amp;lt;ref&amp;gt;{{cite web |last=Vyavahare |first=Renuka |date=1 January 2026 |title=Ikkis movie review: A moving Indo-Pak war drama that puts humanity first |url=https://timesofindia.indiatimes.com/entertainment/hindi/movie-reviews/ikkis/movie-review/126282737.cms |website=[[The Times of India]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Box office===&lt;br /&gt;
&#039;&#039;Ikkis&#039;&#039; collected {{estimated}}{{INR}}7.28 crore on its opening day, despite facing stiff competition from &#039;&#039;[[Dhurandhar]]&#039;&#039; (2025). As of 22 January 2026, after end of 3rd week, the film has grossed {{estimated}} {{INR}} 36.89 crore.&amp;lt;ref name=&amp;quot;bh&amp;quot;&amp;gt;{{Cite web |date=2 January 2026 |title=Ikkis Box Office Collection |url=https://www.bollywoodhungama.com/movie/ikkis/box-office/|access-date=2 January 2026 |website=[[Bollywood Hungama]] |language=en}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |date=31 December 2025 |title=Ikkis box office prediction: Agastya Nanda, Dharmendra film suffers from Dhurandhar rampage, may open at just ₹2 crore|url=https://www.hindustantimes.com/entertainment/bollywood/ikkis-box-office-prediction-agastya-nanda-dharmendra-film-suffers-from-dhurandhar-rampage-may-open-at-just-2-crore-101767171046219.html|access-date=30 December 2025 |website=[[Hindustan Times]]|language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* {{IMDb title|15464188}}&lt;br /&gt;
* {{Bollywood Hungama movie}}&lt;br /&gt;
{{Sriram Raghavan}} &lt;br /&gt;
&lt;br /&gt;
[[Category:2020s action war films]]&lt;br /&gt;
[[Category:2020s biographical drama films]]&lt;br /&gt;
[[Category:2026 Hindi-language films]]&lt;br /&gt;
[[Category:2020s war drama films]]&lt;br /&gt;
[[Category:2026 action drama films]]&lt;br /&gt;
[[Category:2026 biographical drama films]]&lt;br /&gt;
[[Category:2026 Indian films]]&lt;br /&gt;
[[Category:Action war films]]&lt;br /&gt;
[[Category:Anti-war films]]&lt;br /&gt;
[[Category:Biographical action films]]&lt;br /&gt;
[[Category:Biographical films about military personnel]]&lt;br /&gt;
[[Category:Fiction about tanks]]&lt;br /&gt;
[[Category:Fictional brigadiers]]&lt;br /&gt;
[[Category:Films about battles and military operations]]&lt;br /&gt;
[[Category:Films about death]]&lt;br /&gt;
[[Category:Films about grief]]&lt;br /&gt;
[[Category:Films about social realism]]&lt;br /&gt;
[[Category:Films about India–Pakistan wars and conflicts]]&lt;br /&gt;
[[Category:Films directed by Sriram Raghavan]]&lt;br /&gt;
[[Category:Films postponed due to the COVID-19 pandemic]]&lt;br /&gt;
[[Category:Films scored by Sachin–Jigar]]&lt;br /&gt;
[[Category:Films set in 1971]]&lt;br /&gt;
[[Category:Films set in 2001]]&lt;br /&gt;
[[Category:Films set in Pune]]&lt;br /&gt;
[[Category:Films set in Punjab, India]]&lt;br /&gt;
[[Category:Films set in Punjab, Pakistan]]&lt;br /&gt;
[[Category:Films shot in Punjab, India]]&lt;br /&gt;
[[Category:Hindi-language biographical drama films]]&lt;br /&gt;
[[Category:Hindi-language films based on actual events]]&lt;br /&gt;
[[Category:Indian action war films]]&lt;br /&gt;
[[Category:Indian Army in films]]&lt;br /&gt;
[[Category:Indian biographical drama films]]&lt;br /&gt;
[[Category:Indian nonlinear narrative films]]&lt;br /&gt;
[[Category:Indian war drama films]]&lt;br /&gt;
[[Category:India–Pakistan relations in popular culture]]&lt;br /&gt;
[[Category:Maddock Films films]]&lt;br /&gt;
[[Category:Military of Pakistan in films]]&lt;br /&gt;
[[Category:Films distributed by Yash Raj Films]]&lt;br /&gt;
[[Category:Hindi-language action drama films]]&lt;br /&gt;
[[Category:Indian action drama films]]&lt;br /&gt;
[[Category:Historical war films]]&lt;br /&gt;
[[Category:Indian historical action films]]&lt;br /&gt;
[[Category:2020s historical action films]]&lt;br /&gt;
[[Category:Indian historical drama films]]&lt;br /&gt;
[[Category:2020s historical drama films]]&lt;br /&gt;
[[Category:Indian films based on actual events]]&lt;br /&gt;
[[Category:Films shot in Mumbai]]&lt;br /&gt;
[[Category:Films shot in Pune]]&lt;br /&gt;
[[Category:Films shot in Maharashtra]]&lt;br /&gt;
[[Category:Jio Studios films]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Basuka,_Ghazipur&amp;diff=490068</id>
		<title>Basuka, Ghazipur</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Basuka,_Ghazipur&amp;diff=490068"/>
		<updated>2026-04-17T17:00:13Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: starting entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Use Indian English|date=January 2023}}&lt;br /&gt;
{{Use dmy dates|date=June 2023}}&lt;br /&gt;
{{Infobox settlement&lt;br /&gt;
| name                            = Basuka&lt;br /&gt;
| native_name                     = बसुका&lt;br /&gt;
| native_name_lang                = बसुका&lt;br /&gt;
| other_name                      = &lt;br /&gt;
| nickname                        = &lt;br /&gt;
| settlement_type                 = village&lt;br /&gt;
| image_skyline                   = &lt;br /&gt;
| image_alt                       = &lt;br /&gt;
| image_caption                   = &lt;br /&gt;
| pushpin_map                     = &amp;lt;!--India Uttar Pradesh--&amp;gt;&lt;br /&gt;
| pushpin_label_position          = &lt;br /&gt;
| pushpin_map_alt                 = &lt;br /&gt;
| pushpin_map_caption             = Location in Uttar Pradesh, India&lt;br /&gt;
| coordinates                     = &lt;br /&gt;
| subdivision_type                = Country&lt;br /&gt;
| subdivision_name                = {{flag|India}}&lt;br /&gt;
| subdivision_type1               = [[States and territories of India|State]]&lt;br /&gt;
| subdivision_name1               = [[Uttar Pradesh]]&lt;br /&gt;
| subdivision_type2               = [[List of districts of India|District]]&lt;br /&gt;
| subdivision_name2               = [[Ghazipur district|Ghazipur]]&lt;br /&gt;
| established_title               = Established&lt;br /&gt;
| established_date                = {{start date and age|1542}}&lt;br /&gt;
| founder                         = Ratan Dev Rai&lt;br /&gt;
| named_for                       = &lt;br /&gt;
| government_type                 = &lt;br /&gt;
| governing_body                  = [[Gram panchayat]]&lt;br /&gt;
| unit_pref                       = Metric&lt;br /&gt;
| area_footnotes                  = &lt;br /&gt;
| area_rank                       = &lt;br /&gt;
| area_total_km2                  = &lt;br /&gt;
| elevation_footnotes             = &lt;br /&gt;
| elevation_m                     = &lt;br /&gt;
| population_total                = 8534&lt;br /&gt;
| population_as_of                = 2011&lt;br /&gt;
| population_rank                 = &lt;br /&gt;
| population_density_km2          = auto&lt;br /&gt;
| population_demonym              = &lt;br /&gt;
| population_footnotes            = &lt;br /&gt;
| demographics_type1              = Languages&lt;br /&gt;
| demographics1_title1            = Official&lt;br /&gt;
| demographics1_info1             = [[Hindi language|Hindi]], [[Bhojpuri language|Bhojpuri]]&lt;br /&gt;
| timezone1                       = [[Indian Standard Time|IST]]&lt;br /&gt;
| utc_offset1                     = +5:30&lt;br /&gt;
| postal_code_type                = &amp;lt;!-- [[Postal Index Number|232339]] --&amp;gt;&lt;br /&gt;
| postal_code                     = [[Postal Index Number|232339]]&lt;br /&gt;
| registration_plate              = [[Vehicle registration plates of India|UP 61]]&lt;br /&gt;
| website                         = {{URL|up.gov.in}}&lt;br /&gt;
| footnotes                       = &lt;br /&gt;
| official_name                   = BASUKA&lt;br /&gt;
| area_total_acre                 = &lt;br /&gt;
| area_total_ha                   = 678.14&lt;br /&gt;
}} &lt;br /&gt;
&#039;&#039;&#039;Basuka&#039;&#039;&#039; is a village in [[Ghazipur District]] of [[Uttar Pradesh]], India.&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite web|last=|first=|date=|title=2011 Census of India|url=https://www.censusindia2011.com/uttar-pradesh/ghazipur/zamania-population.html|url-status=live|archive-url=https://web.archive.org/web/20201207195737/https://www.censusindia2011.com/uttar-pradesh/ghazipur/zamania-population.html |archive-date=2020-12-07 |access-date=|website=}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite web|last=|first=|date=|title=Bhulekh|url=http://upbhulekh.gov.in/public/public_ror/Public_ROR.jsp|url-status=live|archive-url=https://web.archive.org/web/20160506041339/http://www.upbhulekh.gov.in:80/public/public_ror/Public_ROR.jsp |archive-date=2016-05-06 |access-date=|website=}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:2&amp;quot;&amp;gt;{{Cite web|last=|first=|date=|title=Basuka Village in Zamania|url=https://m.mapsofindia.com/villages/uttar-pradesh/ghazipur/zamania/basuka.html|url-status=live|archive-url=https://web.archive.org/web/20210210131616/https://m.mapsofindia.com/villages/uttar-pradesh/ghazipur/zamania/basuka.html |archive-date=2021-02-10 |access-date=|website=}}&amp;lt;/ref&amp;gt; The village is 28&amp;amp;nbsp;km from Ghazipur district headquarter.&amp;lt;ref name=&amp;quot;:3&amp;quot;&amp;gt;{{cite journal |last1=Zaric |first1=Nenad M. |last2=Deljanin |first2=Isidora |last3=Ilijević |first3=Konstantin |last4=Stanisavljević |first4=Ljubiša |last5=Ristić |first5=Mirjana |last6=Gržetić |first6=Ivan |display-authors=2 |title=Assessment of spatial and temporal variations in trace element concentrations using honeybees (&#039;&#039;Apis mellifera&#039;&#039;) as bioindicators |journal=PeerJ |date=16 July 2018 |volume=6 |pages=e5197 |doi= 10.7717/peerj.5197/fig-1 |pmid=30038861 |url=https://peerj.com/articles/5197/#fig-1 |doi-access=free }}&amp;lt;/ref&amp;gt; The nearest railway station to the village is [[Bhadaura Ghazipur|Bhadaura]] (3&amp;amp;nbsp;km) and [[Karahia]] (3.5&amp;amp;nbsp;km).&amp;lt;ref name=&amp;quot;:3&amp;quot;/&amp;gt; The main occupations of people of the village is Agriculture. The main caste living there are Bhumihar, Brahman, Yadav, Muslims and other backward and schedule caste.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The main language spoken by people of the village is Bhojpuri as well as Hindi. Traditionally, most of the geographical land belonged to Bhumihar families, in which they themselves do agriculture practices or lend it to others.&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;:2&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Basuka was founded by the descendants of [[Maharaja Kam Dev Misir|Kam Deo sikarwar]] who migrated from [[Fatehpur Sikri|Vijaypur Sikri]] in 1530.&lt;br /&gt;
&lt;br /&gt;
Kam Dev&#039;s family was divided, with part of his family staying in Pahadgarh, while the other part relocated. Kam Dev had four sons. His eldest son&#039;s family moved to Kanpur district with him, while his second son, Vichal Misir, had part of his family remain in Pahadgarh, while the other part moved to Kanpur. The remaining two sons&#039; families also joined Kam Dev in Kanpur by 1527. Dham Dev Rao and his brother Vikram Partap Dev also relocated their families to Kanpur district.&lt;br /&gt;
&lt;br /&gt;
===The Battle of Madarpur===&lt;br /&gt;
&lt;br /&gt;
After the three brothers settled in Kanpur with a large amount of gold coins and the statue of their clan deity, Mata Khamakhya, they became wealthy zamindars of the region. As they established their rule in Kanpur, [[Babur]] planned to attack their fort in [[Munger district|Madarpur]]. This led to the Battle of Madarpur against [[Babur]]&#039;s general, [[Mir Baqi]]. Unfortunately, Kam Dev and his brothers, with their relatively small army, were defeated in 1528.&amp;lt;ref&amp;gt;{{Cite web |title=सैयद वंश व मुगलकालीन खंडहरों के ध्वंसावशेष - |url=https://www.jagran.com/uttar-pradesh/azamgarh-8981760.html |access-date=2025-01-25 |website=Jagran |language=hi}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:5&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Migration to Ghazipur===&lt;br /&gt;
&lt;br /&gt;
On 26 October 1530, Kam Dev and Dham Dev migrated to [[Ghazipur]], first settling at Sakardih near Kamakhya Devi temple, because of floods Kam Dev&#039;s family, migrated and settled in a place and kept its name Dalpatpur, now known as [[Reotipur, Uttar Pradesh|Reotipur]].&lt;br /&gt;
&lt;br /&gt;
In the family of Anchal Misir, Kam Dev&#039;s eldest son, had two sons name as Harish Chandra and Reosar. Reosar&#039;s descendants founded [[Nagsar, Ghazipur|Nagsar]]. While Harishchandra had four sons, the eldest Rajmal Rao founded [[Tilwa, Ghazipur|Tilwa]], the second Sansar Rao founded [[Suhwal|Suhawal]] and [[Gaura, Ghazipur|Gaura]], the third Gosai Rao founded [[Ramaval|Ramwal]] and adopted [[Islam]], while the descendants of Puranmal Rao, the youngest (although some sources say he was the eldest and main heir after him) became the main owners of the estate, and established the large villages of [[Reotipur, Uttar Pradesh|Reotipur]], [[Sherpur, Ghazipur|Sherpur]], and [[Basuka, Ghazipur|Basuka]]. &lt;br /&gt;
&lt;br /&gt;
The younger son of Puramal named as Raja Ratan Dev Rai founded [[Basuka, Ghazipur|Basuka]] in 1542.&lt;br /&gt;
&lt;br /&gt;
The eldest son of Puranmal named as Raja Narhar Khan adopted Islam in 1542 and moved to Usia and from him comes the most prominent branch known as &amp;quot;Kamsari Pathans&amp;quot; who founded [[Dildarnagar Kamsar]].&amp;lt;ref name=&amp;quot;Ansari&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;:5&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Demography ==&lt;br /&gt;
=== Religion and culture ===&lt;br /&gt;
The majority of people in village follow Hindu religion and the minorities are following Muslim religion.&lt;br /&gt;
&lt;br /&gt;
The Family Goddess or Clan Deity of [[Bhumihar]] Families of the Village is Kamakhya Devi(Kamaichhaa Maiya). The temple is situated around 2.5 kms North-East of the village. This temple was first established by  [[Maharaja Kam Dev Misir|Kam Deo Misir]] and Dham Deo Misir who migrated from [[Fatehpur Sikri]]. The Bhumihars of this village are the descendants of [[Maharaja Kam Dev Misir|Kam Deo Misir]].&lt;br /&gt;
&lt;br /&gt;
The village has multiple temples and a mosque. In the east side of the village, there is [[Budhwa shiv ji|Budhwa Shiv Jee]] temple which is said to be older than 100 years and peoples of the village have great faith and belief, making it of great religious importance in the village. Another one is Mahavir ji mandir which is in Purab(East) side of the village and also has significant religious importance. One Kaali Mata temple is there at the far east side of the village.&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Education Infrastructure&#039;&#039;&#039;&lt;br /&gt;
The village has 3 schools, of which one is in the east of the village- Kanya Ucchatar Madhyamik Vidyalaya, one is in the west of the village- Prarthamik Vidyalaya(Primary School) and other is on the far west- Saraswati Shishu Mandir, that are runs under UP board. The village has 1 Madarsa as well.&lt;br /&gt;
&lt;br /&gt;
== Courtesan ==&lt;br /&gt;
The village houses multiple tawayaf (female dancers, courtesans), who used to perform Mujra. But in the last few decades, this tradition has been on steep decline. Most of them settle on the Paschim Chhor(West Side) of the village. As per the latest news, these practices are almost ended because of the collective efforts of the respected villagers.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{coord missing|Uttar Pradesh}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Villages in Ghazipur district]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=G._V._Anjaneyulu&amp;diff=499483</id>
		<title>G. V. Anjaneyulu</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=G._V._Anjaneyulu&amp;diff=499483"/>
		<updated>2026-04-15T03:21:17Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: put up a stub...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Indian politician}}&lt;br /&gt;
{{Cleanup rewrite|date=March 2022}}&lt;br /&gt;
{{Use dmy dates|date=August 2021}}&lt;br /&gt;
{{use British English|date=July 2013}}&lt;br /&gt;
{{Infobox Indian politician&lt;br /&gt;
| name          = G. V. Anjaneyulu&lt;br /&gt;
| image         = &lt;br /&gt;
| image_size    = &lt;br /&gt;
| image_upright = &lt;br /&gt;
| alt           = &lt;br /&gt;
| caption       = Official portrait&lt;br /&gt;
| office        = [[Member of Legislative Assembly (India)| Member]] of [[Andhra Pradesh Legislative Assembly| Legislative Assembly &amp;lt;br&amp;gt; Andhra Pradesh]]&lt;br /&gt;
| term_start    = 2024&lt;br /&gt;
| term_end      = &lt;br /&gt;
| predecessor   = [[Bolla Brahma Naidu]]&lt;br /&gt;
| successor     = &lt;br /&gt;
| constituency  = [[Vinukonda Assembly constituency|Vinukonda]]&lt;br /&gt;
| term_start1   = 2009&lt;br /&gt;
| term_end1     = 2019&lt;br /&gt;
| constituency1 = [[Vinukonda Assembly constituency|Vinukonda]]&lt;br /&gt;
| predecessor1  = [[Makkena Mallikarjuna Rao]]&lt;br /&gt;
| successor1    = [[Bolla Brahma Naidu]]&lt;br /&gt;
| birth_date    = 14 July 1966&lt;br /&gt;
| birth_place   = Kothapet, [[Vinukonda]], [[Palnadu]],  [[Andhra Pradesh]], [[India]]&lt;br /&gt;
| citizenship   = [[India|Indian]]&lt;br /&gt;
| party         = [[Telugu Desam Party]]&lt;br /&gt;
| other_party   = &lt;br /&gt;
| education     = &lt;br /&gt;
| alma_mater    = &lt;br /&gt;
| occupation    = [[Business]]&lt;br /&gt;
| profession    = [[Politician]]&lt;br /&gt;
| parents       = Satyanarayana&amp;lt;br /&amp;gt;Venkata Chalavamma&lt;br /&gt;
| spouse        = Gonuguntla Leelavathi&lt;br /&gt;
| children      = 2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{family name hatnote|Gonuguntla|lang=Telugu}}&#039;&#039;&#039;Gonuguntla Venkat Shiva Sita Rama Anjaneyulu&#039;&#039;&#039; (born 14 July 1966) is an Indian politician who was elected as the Member of the Legislative Assembly for [[Vinukonda Assembly constituency|Vinukonda constituency]] in [[Andhra Pradesh]], [[India]] in 2009. He represents the [[Telugu Desam Party]].&lt;br /&gt;
&lt;br /&gt;
==Biography==&lt;br /&gt;
He won in 2009 Assembly Election with 51.90% of votes gained for Telugu Desam Party in Vinukonda constituency. In 2014 Assembly Elections he also won with 52.77% of votes gained for [[Telugu Desam Party|Telugu Desam Party (TDP)]] in [[Vinukonda Assembly constituency|Vinukonda constituency]].&lt;br /&gt;
&lt;br /&gt;
Anjaneyulu was born in an agricultural family, from Inumella village in [[Ipur, Guntur district|Ipur mandal]] [[Guntur district|Guntur Dt.]] of [[Andhra Pradesh|A.P.]] He is a graduate in science (B.Sc.). He is married to Gonuguntla Leelavathi and they have two children.&lt;br /&gt;
&lt;br /&gt;
==Political career==&lt;br /&gt;
Anjaneyulu is a member of the [[Telugu Desam Party|Telugu Desam Party (TDP)]] and has represented the [[Vinukonda Assembly constituency|Vinukonda constituency]] in the Andhra Pradesh Legislative Assembly. His political journey saw significant victories in the 2009 and 2014 Assembly Elections, where he secured 51.90% and 52.77% of the votes, respectively, for the Telugu Desam Party in Vinukonda Constituency. His dedication to public service and his ability to connect with constituents have earned him a clean image and a high reputation among the general public, government, and non-government circles.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Lead India|Lead India 2020]]&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
The group started as Sivasakthi Lila &amp;amp; Anjan Foundation, a nonprofit, voluntary organisation striving towards corporate social responsibility. Every year, an amount of Rs. One Crore is being spent on social service activities for the benefit of poor and needy people. The activities include health camps, eye camps, free distribution of medicines, free distribution of Spectacles, tree plantation, rehabilitation of people affected by natural calamities, encouraging rural sports, empowerment of women, providing drinking water during summer, educational scholarships to poor &amp;amp; merit students, etc.&lt;br /&gt;
&lt;br /&gt;
Of late, Lead India 2020 programme is being implemented by the foundation, which is the brain child of [[A. P. J. Abdul Kalam|Dr. APJ Abdul Kalam]], ex-president of [[India]]. Through this programme, the students/youth are trained to become responsible citizens of their country with morals, ethics and specific goals and achievements. So far 48,526 students were trained from 142 schools/colleges in Guntur Dist. by the Foundation.&lt;br /&gt;
&lt;br /&gt;
Anjaneyulu, is the [[Member of Legislative Assembly (India)|MLA]] from [[Vinukonda (Assembly constituency)|Vinukonda Constituency]], in [[Guntur district|Guntur Dist.]], [[Andhra Pradesh|A.P.]] &lt;br /&gt;
&lt;br /&gt;
Anjaneyulu started Shivashakti Group Companies in 1996. The group manufactures and markets qualitative and high yielding Agri inputs like organic fertilisers, micronutrients, plant growth promoters, bio fertilisers, bio pesticides, etc. The group also markets Teak plants.&lt;br /&gt;
&lt;br /&gt;
==Awards==&lt;br /&gt;
The group companies under the leadership of Anjaneyulu, were conferred the following awards:&lt;br /&gt;
&lt;br /&gt;
* Honoured with &amp;quot;Best Marketing Effort Award 2000–2001&amp;quot; from [[Federation of Telangana and Andhra Pradesh Chambers of Commerce and Industry|FAPCCI, Hyderabad]].&lt;br /&gt;
* Honoured with &amp;quot;Best Industrial Productivity Award 2002–2003&amp;quot; from [[Federation of Telangana and Andhra Pradesh Chambers of Commerce and Industry|FAPCCI, Hyderabad]].&lt;br /&gt;
* Honoured with &amp;quot;Best Marketing Performance Award 2003–2004&amp;quot; from [[Federation of Telangana and Andhra Pradesh Chambers of Commerce and Industry|FAPCCI, Hyderabad]].&lt;br /&gt;
* Honoured with &amp;quot;Organization with Innovative HR Practices 2011–12&amp;quot; Award in 12th [http://asiapacifichrmcongress.com/ Asia Pacific HRM Congress] on Sept. 6th 2012 at [https://www.tajhotels.com/en-in/taj/taj-bangalore/ Taj, Bangalore].&lt;br /&gt;
* Honoured with &amp;quot;Best Marketing Company 2011–12&amp;quot; Award by [[Federation of Indian Chambers of Commerce &amp;amp; Industry|FICCI]], at &amp;quot;FICCI Food 360&amp;quot; on Nov. 5th 2012 in [[Hyderabad]].&lt;br /&gt;
* Honoured with &amp;quot;Best Learning &amp;amp; Development Strategy&amp;quot; Award in [http://www.indiahumancapitalsummit.com/ India Human Capital Awards] on 7 Dec. 2012 at Taj Deccan, Hyderabad&lt;br /&gt;
* Honoured with &amp;quot;Excellence in Training &amp;amp; Best HR Strategy in line with Business&amp;quot; Award in 7th [http://www.employerbrandingawards.com/ Employer Branding Award] on 7 Dec. 2012 at [[Taj Hotels|Taj Deccan, Hyderabad]].&lt;br /&gt;
* Honoured with &amp;quot;[[TV5 Network|TV5 – Business Leader Award 2012]]&amp;quot; - under the category &amp;quot;Agriculture and Food Processing&amp;quot;, presented on 18 May 2013 at N Convention Centre, Hyderabad.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*http://www.shivshaktifoundation.org/&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Anjaneyulu, Gonuguntla Venkata Seeta Rama}}&lt;br /&gt;
[[Category:Andhra Pradesh MLAs 2009–2014]]&lt;br /&gt;
[[Category:Telugu Desam Party politicians]]&lt;br /&gt;
[[Category:Telugu politicians]]&lt;br /&gt;
[[Category:Living people]]&lt;br /&gt;
[[Category:1966 births]]&lt;br /&gt;
[[Category:Andhra Pradesh MLAs 2024–2029]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Vaigai_College_of_Engineering&amp;diff=543332</id>
		<title>Vaigai College of Engineering</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Vaigai_College_of_Engineering&amp;diff=543332"/>
		<updated>2026-04-15T01:43:50Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: created basic info added tags...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|College in Madurai, India}}&lt;br /&gt;
{{Use dmy dates|date=April 2020}}&lt;br /&gt;
{{Use Indian English|date=April 2020}}&lt;br /&gt;
{{Infobox university&lt;br /&gt;
|name            = Vaigai College of Engineering&lt;br /&gt;
|native_name     = &lt;br /&gt;
|latin_name      = &lt;br /&gt;
|image           = &lt;br /&gt;
|motto           = Educate, Innovate and Expertise Engineers, as well as to Propagate Entrepreneurs&lt;br /&gt;
|established     = 2012&lt;br /&gt;
|type            = Self Financing&lt;br /&gt;
|endowment       = &lt;br /&gt;
|staff           = &lt;br /&gt;
|faculty         = &lt;br /&gt;
|provost         = &lt;br /&gt;
|principal       = Dr.R.Saravanan&lt;br /&gt;
|rector          = &lt;br /&gt;
|chairman        = S.KamalaKannan&lt;br /&gt;
|vice_chancellor = &lt;br /&gt;
|dean            =&lt;br /&gt;
|head_label      = &lt;br /&gt;
|head            = &lt;br /&gt;
|students        = &lt;br /&gt;
|undergrad       = &lt;br /&gt;
|postgrad        = &lt;br /&gt;
|doctoral        = &lt;br /&gt;
|city            = [[Madurai]]&lt;br /&gt;
|state           = [[Tamil Nadu]]&lt;br /&gt;
|country         = India&lt;br /&gt;
|campus          = Rural&lt;br /&gt;
|free_label      = &lt;br /&gt;
|free            = &lt;br /&gt;
|colours         = &lt;br /&gt;
|mascot          = &lt;br /&gt;
|other_names     = VCE&lt;br /&gt;
|affiliations    = [[Anna University]]&lt;br /&gt;
|website         = {{url|http://www.vaigai.org/}}&lt;br /&gt;
|coordinates     = {{coord|10.0096|N|78.2988|E|display=inline,title}}&lt;br /&gt;
|logo            = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vaigai College of Engineering&#039;&#039;&#039; is a self-financing college in [[Madurai, Tamil Nadu]], India. It was established in the year 2012. It is a technical institution offering undergraduate programs in various disciplines of engineering. The college is situated at about 25&amp;amp;nbsp;km from [[Madurai]] and 5&amp;amp;nbsp;km from [[Melur]]. The college is supported by Vaigai Educational Trust.&amp;lt;ref&amp;gt;{{cite web |url=https://vaigai.org/about.php |title=Vaigai College Of Engineering |website=vaigai.org |url-status=dead |archive-url=https://web.archive.org/web/20180507003100/http://www.vaigai.org/about.php |archive-date=2018-05-07}} &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Departments==&lt;br /&gt;
The academic departments of the college are:&lt;br /&gt;
&lt;br /&gt;
*Civil Engineering&lt;br /&gt;
*Computer Science and Engineering&lt;br /&gt;
*Electronics and Communication Engineering&lt;br /&gt;
*Electrical and Electronics Engineering&lt;br /&gt;
*Mechanical Engineering&lt;br /&gt;
&lt;br /&gt;
== Undergraduate courses (4 years) ==&lt;br /&gt;
&#039;&#039;&#039;Bachelor of Engineering degree in&#039;&#039;&#039; &amp;lt;ref&amp;gt;{{cite web |url=https://vaigai.org/courses.php |title=Vaigai College Of Engineering |website=vaigai.org |url-status=dead |archive-url=https://web.archive.org/web/20180507021054/http://www.vaigai.org/courses.php |archive-date=2018-05-07}} &amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Civil Engineering]]&lt;br /&gt;
*[[Computer Science and Engineering]],&lt;br /&gt;
*[[Electronics and Communication Engineering]],&lt;br /&gt;
*[[Electrical and Electronics Engineering]],&lt;br /&gt;
*[[Mechanical Engineering]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* {{Official website|https://vaigai.org}}&lt;br /&gt;
&lt;br /&gt;
{{Education in Tamil Nadu}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Engineering colleges in Tamil Nadu]]&lt;br /&gt;
[[Category:Colleges in Madurai]]&lt;br /&gt;
[[Category:Engineering colleges in Madurai]]&lt;br /&gt;
[[Category:Science and technology in Madurai]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Aegan&amp;diff=484743</id>
		<title>Aegan</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Aegan&amp;diff=484743"/>
		<updated>2026-04-12T12:53:59Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{short description|2008 film by Raju Sundaram}}&lt;br /&gt;
{{Unreliable sources|date=January 2026}}&lt;br /&gt;
{{Use British English|date=July 2014}}&lt;br /&gt;
{{Use dmy dates|date=November 2020}}&lt;br /&gt;
{{Infobox film&lt;br /&gt;
| name           = Aegan&lt;br /&gt;
| image          = Aegan poster.jpg&lt;br /&gt;
| caption        = Theatrical release poster&lt;br /&gt;
| director       = [[Raju Sundaram]]&lt;br /&gt;
| producer       = K. Karunamoorthy&amp;lt;br /&amp;gt;[[C. Arunpandian]]&lt;br /&gt;
| writer         = S. Ramakrishnan&amp;lt;br /&amp;gt;Raju Sundaram&amp;lt;br /&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;&#039;(Dialogue)&#039;&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| screenplay     = [[Raju Sundaram]]&amp;lt;br /&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;&#039;(adapted screenplay)&#039;&#039;&#039;&amp;lt;/small&amp;gt;&amp;lt;br /&amp;gt;Farah Khan&amp;lt;br /&amp;gt;Abbas Tyrewala&amp;lt;br /&amp;gt;Rajesh Saathi&amp;lt;br /&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;&#039;(original screenplay)&#039;&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| story          = [[Farah Khan]]&amp;lt;br /&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;&#039;(original story)&#039;&#039;&#039;&amp;lt;/small&amp;gt;&amp;lt;br /&amp;gt;Raju Sundaram&amp;lt;br /&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;&#039;(additional story)&#039;&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
| based_on       = {{Based on|&#039;&#039;[[Main Hoon Na]]&#039;&#039;|[[Farah Khan]]}}&lt;br /&gt;
| starring       = [[Ajith Kumar]]&amp;lt;br /&amp;gt;[[Nayanthara]]&lt;br /&gt;
| music          = [[Yuvan Shankar Raja]]&lt;br /&gt;
| cinematography = [[Arjun Jena]]&lt;br /&gt;
| editing        = [[V. T. Vijayan]]&lt;br /&gt;
| studio         = [[Ayngaran International|Ayngaran International Films]]&lt;br /&gt;
| distributor    = Ayngaran International&lt;br /&gt;
| released       = {{Film date|2008|10|27|df=yes}}&amp;lt;ref name=&amp;quot;girls&amp;quot; /&amp;gt;&lt;br /&gt;
| runtime        = 140 minutes&lt;br /&gt;
| country        = India&lt;br /&gt;
| language       = Tamil&lt;br /&gt;
| budget         = &lt;br /&gt;
| gross          = &lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Aegan&#039;&#039;&#039;&#039;&#039; is a 2008 Indian [[Tamil language|Tamil]]-language [[masala film]] directed by [[Raju Sundaram]] and produced by [[Ayngaran International]]. The film is a remake of 2004 Hindi film &#039;&#039;[[Main Hoon Na]]&#039;&#039;, stars [[Ajith Kumar]] and [[Nayanthara]], while [[Suman (actor)|Suman]], [[Nassar (actor)|Nassar]], [[Jayaram]], [[Navdeep]] and [[Piaa Bajpai]] play supporting roles. The music was composed by [[Yuvan Shankar Raja]], while cinematography and editing were handled by [[Arjun Jena]] and [[V. T. Vijayan]]. The film follows a CB-CID officer who embarks on a [[covert operation|covert mission]] to protect a fugitive&#039;s daughter by posing as a college student.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Aegan&#039;&#039; was released on 27 October 2008, coinciding with [[Diwali]], and received mixed reviews from critics.&lt;br /&gt;
&lt;br /&gt;
== Plot ==&lt;br /&gt;
Shiva is a CB-CID officer who attempts to foil terrorist John Chinnappa. He is simultaneously attempting to mend relations with his father&#039;s estranged first wife and his half-brother Narain. However, complications ensue.&lt;br /&gt;
&lt;br /&gt;
Major John Chinnappa is a scientist who created tablets by operating on human guinea pigs. His ploys have always been controversial but inconclusive due to the lack of witnesses. However, an ex-gang member, General Ram Prasad, became a police approver and is on the verge of revealing John&#039;s ploys to the police. However, he is on the run to avoid charges. The case falls to Commissioner Karthikeyan, Shiva&#039;s father, who assigns his son to go and help solve the mission.&lt;br /&gt;
&lt;br /&gt;
Karthik tells Shiva to attend college in Tamil Nadu (St. John&#039;s College, Ooty) to protect Ram Prasad&#039;s daughter Pooja from meeting her father. Shiva pleads that he has never undertaken this type of mission before and knows little about the current generation. The general points out that, by a strange coincidence, Pooja attends school in the same town where Ram Prasad is hiding. Shiva can both protect Pooja and search for Ram Prasad. Shiva goes undercover as a student returning to college after many years away from taking care of the family business. He is much older than the other students, who at first make fun of him because of his lack of newer styles. He also has to deal with the many goofy teachers, as well as Albert Aadiyapatham, the idiotic and forgetful college principal.&lt;br /&gt;
&lt;br /&gt;
Soon, Shiva finds Narain, who is later revealed to be his brother. Pooja is Narain&#039;s best friend, and she is secretly jealous that other girls can get his attention, but she cannot. Shiva saves Pooja from John&#039;s men, who kidnap her, while Narain and others think that it is a prank. He later becomes a sensation among the students and teachers. He befriends Narain and Pooja. Soon, he falls in love with the chemistry teacher Mallika after being attracted by her beauty and in a bid to convince other students that he is one of them. During his regular jogging sessions, Shiva spots Ram Prasad and chases him until he escapes with the help of a helmet-clad bike rider, who is later revealed to be Narain. Pooja discovers that Narain has been helping her father and feels cheated by him.&lt;br /&gt;
&lt;br /&gt;
Narain apologizes to Pooja many times, but she refuses to talk to him. Irked by this, Narain drinks and explains his actions when John&#039;s men come again to kidnap Pooja. They beat up Narain, but Shiva comes to their rescue. Narain and Pooja patch up after the fight. Shiva takes Narain to his home, where he learns that Narain is his brother and meets his mother Kasthuri. The flashback sequences describe Shiva&#039;s orphaned childhood and explain why his mother and father live separately.&lt;br /&gt;
&lt;br /&gt;
The next day, when Pooja introduces Ram Prasad to Shiva, Shiva arrests him, much to Pooja and Narain&#039;s disappointment. Then everyone in the college, including Mallika, learns that Shiva is a policeman. Shiva then drives Ram Prasad straight to John&#039;s hiding place, avoiding the traps that he had set. A fight ensues between Shiva and John&#039;s men, where John is finally killed.&lt;br /&gt;
&lt;br /&gt;
In the final scenes, Mallika is shown with Shiva&#039;s parents and brother, while Shiva has gone to Afghanistan for another mission.&lt;br /&gt;
&lt;br /&gt;
== Cast ==&lt;br /&gt;
{{cast listing|&lt;br /&gt;
* [[Ajith Kumar]] as Shiva&lt;br /&gt;
* [[Nayanthara]] as Mallika&lt;br /&gt;
* [[Suman (actor)|Suman]] as Major John Chinnappa&lt;br /&gt;
* [[Nassar (actor)|Nassar]] as Commissioner Karthikeyan&lt;br /&gt;
* [[Jayaram]] as Albert Aadiyapatham&lt;br /&gt;
* [[Suhasini Maniratnam|Suhasini]] as Kasthuri&lt;br /&gt;
* [[Navdeep]] as Narain&lt;br /&gt;
* [[Piaa Bajpai]] as Pooja&lt;br /&gt;
* [[Devan (actor)|Devan]] as Ram Prasad&lt;br /&gt;
* [[Avinash Yelandur|Avinash]] as Iqbal&lt;br /&gt;
* [[Cochin Haneefa]] as Hanifa&lt;br /&gt;
* [[J. Livingston|Livingston]] as Professor Kamalakannan&lt;br /&gt;
* [[Sathyan Sivakumar|Sathyan]] as Mani&lt;br /&gt;
* [[Sriman (actor)|Sriman]] as John&#039;s bodyguard&lt;br /&gt;
* [[Raju Sundaram]] as narrator (voice only)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Production ==&lt;br /&gt;
&lt;br /&gt;
=== Development ===&lt;br /&gt;
In September 2007, early indications suggested that [[Ayngaran International]] were set to make a film starring [[Ajith Kumar]] and directed by [[Venkat Prabhu]],&amp;lt;ref name=&amp;quot;vpn&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Venkat Prabhu directs Ajith |url=http://www.indiaglitz.com/channels/tamil/article/36922.html |url-status=live |archive-url=https://web.archive.org/web/20080303000627/http://www.indiaglitz.com/channels/tamil/article/36922.html |archive-date=3 March 2008 |access-date=29 February 2008 |website=IndiaGlitz}}&amp;lt;/ref&amp;gt; however the chance went to first-time director [[Raju Sundaram]], in a project titled &#039;&#039;Akbar&#039;&#039;.&amp;lt;ref name=&amp;quot;akbar&amp;quot;&amp;gt;{{Cite web |year=2007 |title=Ajith&#039;s Akbar eyes Parvathi |url=http://www.behindwoods.com/tamil-movie-news/oct-07-03/18-10-07-akbar.html |url-status=live |archive-url=https://web.archive.org/web/20071020031740/http://www.behindwoods.com/tamil-movie-news/oct-07-03/18-10-07-akbar.html |archive-date=20 October 2007 |access-date=18 October 2007 |website=Behindwoods}}&amp;lt;/ref&amp;gt; Despite denying the title, Ajith confirmed the project and stating that he had put on weight and grew a beard for his participation in the project. Following the success of &#039;&#039;[[Billa (2007 film)|Billa]]&#039;&#039;, Ajith Kumar waited until the birth of his first child, in January 2008, before commencing his shoot for the film.&lt;br /&gt;
&lt;br /&gt;
The 40-member unit consisting of Ajith, director Raju Sundaram, cinematographer [[Arjun Jena]], action choreographer [[Stunt Silva]], and a few stuntmen from Chennai flew to [[Hong Kong]] on 14 January 2008 and began their first schedule for a 10-day stint.&amp;lt;ref name=&amp;quot;honkonga&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Ajith to fly to Hong Kong |url=http://www.indiaglitz.com/channels/tamil/article/35893.html |url-status=live |archive-url=https://web.archive.org/web/20080115175508/http://www.indiaglitz.com/channels/tamil/article/35893.html |archive-date=15 January 2008 |access-date=14 January 2008 |website=IndiaGlitz}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The portions in Hong Kong were shot showing Ajith&#039;s introduction stunt scene set against the skyscrapers, [[Hong Kong airport]], and the sea with the help of Chinese action choreographers. The crew shot schedules in [[Theni]] and [[Yercaud]] and other locations in [[South India]] during the filming. The film finished its talkie portion in early September 2008, and the songs were canned in India as well as parts of [[Switzerland]].&amp;lt;ref name=&amp;quot;ree&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Aegan in Chennai Central |url=http://www.behindwoods.com/tamil-movie-news-1/sep-08-01/aegan-04-09-08.html |url-status=live |archive-url=https://web.archive.org/web/20080906211146/http://www.behindwoods.com/tamil-movie-news-1/sep-08-01/aegan-04-09-08.html |archive-date=6 September 2008 |access-date=4 September 2008 |website=Behindwoods}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;arun&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Ajit is Aegan! |url=http://sify.com/movies/tamil/fullstory.php?id=14610525 |url-status=dead |archive-url=https://web.archive.org/web/20080302005750/http://sify.com/movies/tamil/fullstory.php?id=14610525 |archive-date=2 March 2008 |access-date=26 February 2008 |website=[[Sify]]}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;remake&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Ajit next film- &#039;Mein Hoon Naa&#039;? |url=http://sify.com/movies/tamil/fullstory.php?id=14598581 |url-status=dead |archive-url=https://web.archive.org/web/20080206064941/http://sify.com/movies/tamil/fullstory.php?id=14598581 |archive-date=6 February 2008 |access-date=1 February 2008 |website=[[Sify]]}}&amp;lt;/ref&amp;gt; The film, initially described as a &amp;quot;musical action comedy&amp;quot;. The film previously referred to as &#039;&#039;Akbar&#039;&#039;, &#039;&#039;Ramakrishnan&#039;&#039; and &#039;&#039;Anthony Gonsalves&#039;&#039;&amp;lt;ref name=&amp;quot;remake&amp;quot; /&amp;gt; was christened as &#039;&#039;Aegan&#039;&#039;, a name of [[Shiva]].&lt;br /&gt;
&lt;br /&gt;
=== Casting ===&lt;br /&gt;
Following the announcement of the project, tentatively titled as &#039;&#039;Akbar&#039;&#039;, [[Shriya Saran]] was rumoured to be the heroine, following her successful role in &#039;&#039;[[Sivaji: The Boss]]&#039;&#039;. However, due to differences, Saran was ousted from the project due to her limited call sheets, as she had to fly to and from [[United States|America]] where she was then shooting for her Hollywood film, &#039;&#039;[[The Other End of the Line]]&#039;&#039;. However other indications claimed that Saran was ousted from the project due to her involvement in &#039;&#039;[[Indiralohathil Na Azhagappan]]&#039;&#039;, in which she appeared in an [[item number]], which [[Ajith Kumar]] was unhappy with due to previous feuds with the lead, [[Vadivelu]] of that film.&amp;lt;ref&amp;gt;{{Cite news |title=I have no regrets: Shriya Saran |url=https://timesofindia.indiatimes.com/entertainment/tamil/movies/news/i-have-no-regrets-shriya-saran/articleshow/9526683.cms |work=The Times of India}}&amp;lt;/ref&amp;gt; Reports indicated that [[Parvati Melton]] had replaced Saran but later denied it signalling that she was not approached.&amp;lt;ref name=&amp;quot;akbar&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Suhani Kalita]] was announced as the second heroine of the project but was later removed for unknown reasons.&amp;lt;ref name=&amp;quot;suhanr&amp;quot;&amp;gt;{{Cite web |year=2007 |title=Billa now eyes Katrina |url=http://www.behindwoods.com/tamil-movie-news/dec-07-04/26-12-07-akbar.html |url-status=live |archive-url=https://web.archive.org/web/20071229042344/http://www.behindwoods.com/tamil-movie-news/dec-07-04/26-12-07-akbar.html |archive-date=29 December 2007 |access-date=26 December 2007 |website=Behindwoods}}&amp;lt;/ref&amp;gt; Several [[Bollywood]] heroines including [[Deepika Padukone]],&amp;lt;ref name=&amp;quot;deeps&amp;quot;&amp;gt;{{Cite web |year=2007 |title=Ajith pairs with Deepika Padukone? |url=http://www.indiaglitz.com/channels/tamil/article/34710.html |url-status=live |archive-url=https://web.archive.org/web/20071118073411/http://www.indiaglitz.com/channels/tamil/article/34710.html |archive-date=18 November 2007 |access-date=17 November 2007 |website=IndiaGlitz}}&amp;lt;/ref&amp;gt; [[Bipasha Basu]],&amp;lt;ref name=&amp;quot;bips&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Bips to team up with Ajith! |url=http://www.behindwoods.com/tamil-movie-news-1/jan-08-02/11-01-08-bipasha-ajith.html |url-status=live |archive-url=https://web.archive.org/web/20080115064832/http://www.behindwoods.com/tamil-movie-news-1/jan-08-02/11-01-08-bipasha-ajith.html |archive-date=15 January 2008 |access-date=11 January 2008 |website=Behindwoods}}&amp;lt;/ref&amp;gt; [[Katrina Kaif]], [[Ayesha Takia]],&amp;lt;ref name=&amp;quot;girls&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Shriya-Back as Ajit&#039;s heroine? |url=http://sify.com/movies/tamil/fullstory.php?id=14587387 |url-status=dead |archive-url=https://web.archive.org/web/20080115033656/http://sify.com/movies/tamil/fullstory.php?id=14587387 |archive-date=15 January 2008 |access-date=10 January 2008 |website=[[Sify]]}}&amp;lt;/ref&amp;gt; [[Ileana D&#039;Cruz]],&amp;lt;ref name=&amp;quot;illy&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Is it Ileana? |url=http://sify.com/movies/tamil/fullstory.php?id=14609250 |url-status=dead |archive-url=https://web.archive.org/web/20080225115303/http://sify.com/movies/tamil/fullstory.php?id=14609250 |archive-date=25 February 2008 |access-date=22 February 2008 |website=[[Sify]]}}&amp;lt;/ref&amp;gt; [[Tanushree Dutta]]&amp;lt;ref name=&amp;quot;tanu&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Ajith&#039;s Aegan (Tamil) |url=http://i151.photobucket.com/albums/s160/ajith-fans-eyakkam/Feb08/feb22tm.jpg |url-status=live |archive-url=https://web.archive.org/web/20111002172507/http://i151.photobucket.com/albums/s160/ajith-fans-eyakkam/Feb08/feb22tm.jpg |archive-date=2 October 2011 |access-date=23 February 2008 |publisher=Eyakkam.com}}&amp;lt;/ref&amp;gt; and [[Sneha Ullal]]&amp;lt;ref name=&amp;quot;girls&amp;quot; /&amp;gt; were linked to the role, as well as reports that [[Shriya Saran]] would reprise the role after making up with Ajith.&amp;lt;ref name=&amp;quot;girls&amp;quot; /&amp;gt; The role eventually was given to [[Katrina Kaif]], who was set to make her debut in [[Tamil film]]s with &#039;&#039;Aegan&#039;&#039;,&amp;lt;ref name=&amp;quot;kat&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Welcome Katrina |url=http://sify.com/movies/tamil/fullstory.php?id=14597870 |url-status=dead |archive-url=https://web.archive.org/web/20080201214606/http://sify.com/movies/tamil/fullstory.php?id=14597870 |archive-date=1 February 2008 |access-date=31 January 2008 |website=[[Sify]]}}&amp;lt;/ref&amp;gt; however she later opted out due to callsheet clashes.&amp;lt;ref name=&amp;quot;katout&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Katrina opts out! |url=http://sify.com/movies/tamil/fullstory.php?id=14605785 |url-status=dead |archive-url=https://web.archive.org/web/20080219074322/http://sify.com/movies/tamil/fullstory.php?id=14605785 |archive-date=19 February 2008 |access-date=16 February 2008 |website=[[Sify]]}}&amp;lt;/ref&amp;gt; It was announced that [[Nayantara]] would play the role of the heroine in the film, following her role opposite Ajith in &#039;&#039;[[Billa (2007 film)|Billa]]&#039;&#039;.&amp;lt;ref name=&amp;quot;nayt&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Nayan races ahead! |url=http://sify.com/movies/tamil/fullstory.php?id=14609765 |url-status=dead |archive-url=https://web.archive.org/web/20080226080009/http://sify.com/movies/tamil/fullstory.php?id=14609765 |archive-date=26 February 2008 |access-date=24 February 2008 |website=[[Sify]]}}&amp;lt;/ref&amp;gt; In February 2008, it was confirmed that [[Suman (actor)|Suman]] would appear in a villainous role, and [[Malayalam]] actor [[Jayaram]] will also play a role in the film.&amp;lt;ref name=&amp;quot;arun&amp;quot; /&amp;gt; [[Navdeep]] was cast as Ajith&#039;s brother in the film, and got the role ahead of actors including [[Irfan (actor)|Irfan]] and [[Sivakarthikeyan]] who had also auditioned.&amp;lt;ref&amp;gt;{{Cite web |date=April 2025 |title=&amp;quot;Sivakarthikeyan இப்போ கோடில வாங்குறாரு&amp;quot;😥கனா காணும் காலங்கள் Irfan &amp;amp;#124; throwback |url=https://www.youtube.com/watch?v=6ZXFCqnQ3v8 |website=[[YouTube]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Nassar (actor)|Nassar]] and [[Suhasini Maniratnam|Suhasini]] were selected to play the roles of the parents of [[Ajith Kumar|Ajith]],&amp;lt;ref name=&amp;quot;parents&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Ajith&#039;s unnamed project touches French shores |url=http://www.behindwoods.com/tamil-movie-news-1/feb-08-01/09-02-08-ajith.html |url-status=live |archive-url=https://web.archive.org/web/20080212163942/http://www.behindwoods.com/tamil-movie-news-1/feb-08-01/09-02-08-ajith.html |archive-date=12 February 2008 |access-date=9 February 2008 |website=Behindwoods}}&amp;lt;/ref&amp;gt; whilst [[Raju Sundaram]]&#039;s younger brother, [[Prabhu Deva]] was given a chance to make a cameo appearance in the film as a dancer but politely refused.&amp;lt;ref name=&amp;quot;deva&amp;quot;&amp;gt;{{Cite web |year=2007 |title=Prabhu Deva dances with Ajith |url=http://www.indiaglitz.com/channels/tamil/article/35128.html |url-status=live |archive-url=https://web.archive.org/web/20071207093549/http://www.indiaglitz.com/channels/tamil/article/35128.html |archive-date=7 December 2007 |access-date=6 December 2007 |website=IndiaGlitz}}&amp;lt;/ref&amp;gt; Supporting actors [[J. Livingston|Livingston]], [[Sathyan Sivakumar|Sathyan]] and [[Sriman (actor)|Sriman]] also play roles in &#039;&#039;Aegan&#039;&#039;, as does model [[Piaa Bajpai]], who appears as the ladylove to Navdeep.&amp;lt;ref name=&amp;quot;bas&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Billa stars in new flick |url=http://www.rediff.com/movies/2008/feb/27billa.htm |url-status=live |archive-url=https://web.archive.org/web/20080301234051/http://www.rediff.com/movies/2008/feb/27billa.htm |archive-date=1 March 2008 |access-date=27 February 2008 |website=[[Rediff.com]]}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;piya&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Ajith Changes |url=http://www.behindwoods.com/tamil-movie-news-1/apr-08-01/aegan-04-04-08.html |url-status=live |archive-url=https://web.archive.org/web/20080407111355/http://www.behindwoods.com/tamil-movie-news-1/apr-08-01/aegan-04-04-08.html |archive-date=7 April 2008 |access-date=4 April 2008 |website=Behindwoods}}&amp;lt;/ref&amp;gt; [[Sivakarthikeyan]] and [[Arunraja Kamaraj]] shot for the film for one day as comedians portraying spies, but following changes to the script, their roles were removed.&amp;lt;ref&amp;gt;{{Cite web |title=Siva Karthikeyan values his 20 minutes with Ajith, Ajith, Siva Karthikeyan |url=http://www.behindwoods.com/tamil-movies-cinema-news-10/siva-karthikeyan-values-his-20-minutes-with-ajith-ajith-siva-karthikeyan-18-02-13.html |url-status=live |archive-url=https://web.archive.org/web/20190329134930/http://www.behindwoods.com/tamil-movies-cinema-news-10/siva-karthikeyan-values-his-20-minutes-with-ajith-ajith-siva-karthikeyan-18-02-13.html |archive-date=29 March 2019 |access-date=3 December 2017}}&amp;lt;/ref&amp;gt; [[Yuvan Shankar Raja]] was signed on as the music composer whilst [[Arjun Jena]] was the cinematographer for the project&amp;lt;ref name=&amp;quot;parents&amp;quot; /&amp;gt; and Milan, who did the art direction for &#039;&#039;[[Billa (2007 film)|Billa]]&#039;&#039;, renews his association with Ajith in the film.&amp;lt;ref name=&amp;quot;milan&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Ajith&#039;s Aegan takes a cue from Billa! |url=http://www.behindwoods.com/tamil-movie-news-1/feb-08-02/16-02-08-aegan.html |url-status=live |archive-url=https://web.archive.org/web/20080221162755/http://www.behindwoods.com/tamil-movie-news-1/feb-08-02/16-02-08-aegan.html |archive-date=21 February 2008 |access-date=16 February 2008 |website=Behindwoods}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Soundtrack ==&lt;br /&gt;
{{Infobox album&lt;br /&gt;
| name         = Aegan&lt;br /&gt;
| type         = soundtrack&lt;br /&gt;
| artist       = [[Yuvan Shankar Raja]]&lt;br /&gt;
| cover        = &lt;br /&gt;
| caption      = &lt;br /&gt;
| alt          = &lt;br /&gt;
| released     = 9 October 2008&lt;br /&gt;
| recorded     = 2008&lt;br /&gt;
| venue        = &lt;br /&gt;
| studio       = &lt;br /&gt;
| genre        = [[Film soundtrack|Feature film soundtrack]]&lt;br /&gt;
| length       = 29:08&lt;br /&gt;
| label        = [[Ayngaran International|Ayngaran Music]]&amp;lt;br /&amp;gt;An Ak Audio&amp;lt;br /&amp;gt;[[Think Music India]]&lt;br /&gt;
| producer     = [[Yuvan Shankar Raja]]&lt;br /&gt;
| prev_title   = [[Saroja (2008 film)#Soundtrack|Saroja]]&lt;br /&gt;
| prev_year    = 2008&lt;br /&gt;
| next_title   = [[Silambattam (film)|Silambattam]]&lt;br /&gt;
| next_year    = 2008&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The soundtrack of &#039;&#039;Aegan&#039;&#039; was composed by [[Yuvan Shankar Raja]] as was the film score. It was noticeably, the third time Yuvan was scoring music for an [[Ajith Kumar]] film, after &#039;&#039;[[Dheena]]&#039;&#039; (2001) and &#039;&#039;[[Billa (2007 film)|Billa]]&#039;&#039; (2007), the songs of which had been very popular and went on to become chartbusters.&amp;lt;ref&amp;gt;{{Cite web |title=Aegan – A Perfect Hat-Trick |url=http://www.indiaglitz.com/channels/tamil/musicreview/10023.html |url-status=dead |archive-url=https://web.archive.org/web/20080318113955/http://www.indiaglitz.com/channels/tamil/musicreview/10023.html |archive-date=18 March 2008 |access-date=5 August 2009 |website=IndiaGlitz}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The soundtrack released on 9 October 2008,&amp;lt;ref name=&amp;quot;musictracks&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Aegan – Official Audio Promo |url=http://www.ayngaran.com/newsdetails.php?newsid=106 |url-status=live |archive-url=https://web.archive.org/web/20081212182430/http://www.ayngaran.com/newsdetails.php?newsid=106 |archive-date=12 December 2008 |access-date=9 October 2008 |publisher=[[Ayngaran International]]}}&amp;lt;/ref&amp;gt; at a private ceremony at the [[Hello FM]] Studios by composer Yuvan Shankar Raja as the lead cast and the director were away shooting the video for the song in [[Switzerland]].{{Citation needed|date=May 2023}} The album features 6 tracks overall, including one of the songs (&amp;quot;Hey Salaa&amp;quot;) repeated at the end.&lt;br /&gt;
{{Track listing&lt;br /&gt;
| all_writing = &lt;br /&gt;
| extra2 = [[Suvi Suresh]], [[Ujjayinee Roy]], [[Sathyan (singer)|Sathyan]], [[Ranjith (Singer)|Ranjith]], [[Naveen (singer)|Naveen]]&lt;br /&gt;
| length10 = &lt;br /&gt;
| total_length = 29:08&lt;br /&gt;
| lyrics1 = [[Snehan]]&lt;br /&gt;
| extra1 = [[Blaaze]], [[Naresh Iyer]], [[Mohammed Aslam]]&lt;br /&gt;
| extra_column = Singer(s)&lt;br /&gt;
| lyrics2 = [[Pa. Vijay]]&lt;br /&gt;
| lyrics3 = [[Pa. Vijay]]&lt;br /&gt;
| length9 = &lt;br /&gt;
| extra3 = [[Shankar Mahadevan]]&lt;br /&gt;
| lyrics4 = [[Snehan]]&lt;br /&gt;
| extra4 = [[Krishna Kumar Kunnath|KK]], [[Bela Shende]]&lt;br /&gt;
| lyrics5 = Pa. Vijay&lt;br /&gt;
| extra5 = [[Vasundhara Das]], [[Yuvan Shankar Raja]]&lt;br /&gt;
| extra6 = &lt;br /&gt;
| title10 = &lt;br /&gt;
| title9 = &lt;br /&gt;
| title1 = Hey Salaa&lt;br /&gt;
| length4 = 4:31&lt;br /&gt;
| length1 = 5:09&lt;br /&gt;
| title2 = Yahoo Yahoo&lt;br /&gt;
| length2 = 4:36&lt;br /&gt;
| title3 = Hey Baby&lt;br /&gt;
| length3 = 4:39&lt;br /&gt;
| title4 = Odum Varayil&lt;br /&gt;
| title5 = Kichu Kichu&lt;br /&gt;
| length8 = &lt;br /&gt;
| length5 = 5:11&lt;br /&gt;
| title6 = &lt;br /&gt;
| length6 = &lt;br /&gt;
| title7 = &lt;br /&gt;
| length7 = &lt;br /&gt;
| title8 = &lt;br /&gt;
| lyrics6 = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Reception ==&lt;br /&gt;
[[Sify]].com claimed that &amp;quot;the trouble with the film is that it looks like an amateurish attempt by debutant director Raju Sundaram&amp;quot; dismissing the [[Climax (narrative)|climax]] as &amp;quot;a colossal embarrassment&amp;quot;, but adding that &amp;quot;no film is perfect&amp;quot;. [[Ajith Kumar]] was praised for being &amp;quot;at his best but look[ed] plump and stiff in some scenes where he need to be relaxed and natural&amp;quot;, drawing comparisons with a similar feedback from his previous venture, &#039;&#039;[[Billa (2007 film)|Billa]]&#039;&#039;.&amp;lt;ref name=&amp;quot;aeganreview&amp;quot;&amp;gt;{{Cite web |year=2008 |title=Aegan |url=http://sify.com/movies/tamil/review.php?id=14784482&amp;amp;ctid=5&amp;amp;cid=2429 |url-status=dead |archive-url=https://web.archive.org/web/20081026050553/http://sify.com/movies/tamil/review.php?id=14784482&amp;amp;ctid=5&amp;amp;cid=2429 |archive-date=26 October 2008 |access-date=2008-10-25 |website=[[Sify]]}}&amp;lt;/ref&amp;gt; [[Nayanthara]] was said to &amp;quot;look perfect as Mallika, a role that fits her like a glove&amp;quot; with her make-up and costumes &amp;quot;rocking&amp;quot;. The reviewer added that &amp;quot;[[Piaa Bajpai]] is promising, Jayaram as Principal and Haneefa have been wasted and do little in the way of bringing smiles to the faces of the audience&amp;quot;. The review also singles out the performance of rookie cinematographer, [[Arjun Jena]], whose work is labelled as &amp;quot;eye-catching&amp;quot;.&amp;lt;ref name=&amp;quot;aeganreview&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Similarly [[Rediff]].com labelled the film as &amp;quot;watchable in parts&amp;quot;, giving it negative feedback in comparison with &#039;&#039;[[Main Hoon Na]]&#039;&#039;.&amp;lt;ref name=&amp;quot;aeganreviewtwo&amp;quot;&amp;gt;{{Cite web |last=Srinivasan, Pavithra |year=2008 |title=Aegan is watchable in parts |url=http://www.rediff.com/movies/2008/oct/25aegan.htm |url-status=live |archive-url=https://web.archive.org/web/20081205042954/http://www.rediff.com/movies/2008/oct/25aegan.htm |archive-date=5 December 2008 |access-date=2008-10-25 |publisher=[[Rediff]]}}&amp;lt;/ref&amp;gt; It like Sify, claims that &amp;quot;Aegan loses its spontaneity and meanders between humour and seriousness&amp;quot; in the second half. The reviewer praises Ajith claiming he looks as though he &amp;quot;really did enjoy himself on screen, after a really long time&amp;quot;. The reviewer adds that &amp;quot;Nayantara&#039;s outfits get smaller and smaller, while the actress herself has nothing more to do than dance in transparent saris and high-heels.&amp;lt;ref name=&amp;quot;aeganreviewtwo&amp;quot; /&amp;gt; Sometimes she looks amused, at others, irritated and bored&amp;quot;, comparing her unchallenging roles to previous roles in &#039;&#039;[[Sathyam (2008 film)|Sathyam]]&#039;&#039; and &#039;&#039;[[Kuselan]]&#039;&#039;. It criticizes Piaa Bajpai claiming she &amp;quot;hams it to glory&amp;quot;, and &amp;quot;makes you want to watch [[Amrita Rao]]&#039;s naivety in the original&amp;quot;, however, it praises [[Navdeep]] citing he is &amp;quot;far more natural, but you pity the fact that his role is so small&amp;quot;. Rediff also criticized [[Suman (actor)|Suman]] and Sriman labelling their portrayals as &amp;quot;pathetic&amp;quot;. In reference to minor characters, [[Cochin Hanifa]] is praised while [[Suhasini Mani Ratnam]]&#039;s role is said to be &amp;quot;terribly dealt with, robbing her part of any sympathy&amp;quot;.&amp;lt;ref name=&amp;quot;aeganreviewtwo&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* {{IMDb title|id=1311638|title=Aegan}}&lt;br /&gt;
&lt;br /&gt;
[[Category:2008 films]]&lt;br /&gt;
[[Category:Films set in Hong Kong]]&lt;br /&gt;
[[Category:2008 action comedy films]]&lt;br /&gt;
[[Category:Tamil remakes of Hindi films]]&lt;br /&gt;
[[Category:Films shot in Ooty]]&lt;br /&gt;
[[Category:2008 Tamil-language films]]&lt;br /&gt;
[[Category:2008 Indian films]]&lt;br /&gt;
[[Category:Films shot in Hong Kong]]&lt;br /&gt;
[[Category:2008 directorial debut films]]&lt;br /&gt;
[[Category:2000s masala films]]&lt;br /&gt;
[[Category:Indian action comedy-drama films]]&lt;br /&gt;
[[Category:Tamil-language Indian films]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=P._Abdul_Samad&amp;diff=523299</id>
		<title>P. Abdul Samad</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=P._Abdul_Samad&amp;diff=523299"/>
		<updated>2026-03-31T19:59:25Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: put up new info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Indian politician}}&lt;br /&gt;
{{Use dmy dates|date=July 2022}}&lt;br /&gt;
{{Infobox officeholder&lt;br /&gt;
| name                = P. Abdul Samad&lt;br /&gt;
| office              = [[Member of the Legislative Assembly (India)|Member]] of the [[Tamil Nadu Legislative Assembly]]&lt;br /&gt;
| term_start          = 12 May 2021&lt;br /&gt;
| term_end            = &lt;br /&gt;
| birth_date    = {{birth date and age|1969|06|03}}&lt;br /&gt;
| constituency        = [[Manapaarai Assembly constituency|Manapaarai]]&lt;br /&gt;
| party               = [[Manithaneya Makkal Katchi]]&lt;br /&gt;
| predecessor         = [[R. Chandrasekar]]&lt;br /&gt;
| successor           = &lt;br /&gt;
| image               = P Abdul Samadu.jpg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P. Abdul Samad&#039;&#039;&#039; is an Indian politician who is a [[Member of the Legislative Assembly (India)|Member of Legislative Assembly]] of [[Tamil Nadu]]. He was elected from [[Manapparai Assembly constituency|Manapparai]] as a [[Manithaneya Makkal Katchi]] candidate in 2021, but contested the seat on the [[Dravida Munnetra Kazhagam|DMK]] rising sun electoral symbol.&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{cite web |title= Form 21E (Return of Election) |archive-url= https://web.archive.org/web/20211222055803/https://www.elections.tn.gov.in/Form21E_TNLA2021/AC138.pdf |url= https://www.elections.tn.gov.in/Form21E_TNLA2021/AC138.pdf|access-date= 1 May 2022 |archive-date=22 Dec 2021}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |title=Manapaarai Election Result |url= https://www.news18.com/assembly-elections-2021/tamil-nadu/-s22a138|access-date= 1 May 2022}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Electoral performance ==&lt;br /&gt;
{{transcluded section|source=Manapparai Assembly constituency}}&lt;br /&gt;
{{trim|{{#section-h:Manapparai Assembly constituency|2021}}}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Abdul Samad, P.}}&lt;br /&gt;
[[Category:Tamil Nadu MLAs 2021–2026]]&lt;br /&gt;
[[Category:Living people]]&lt;br /&gt;
[[Category:Dravida Munnetra Kazhagam politicians]]&lt;br /&gt;
[[Category:Year of birth missing (living people)]]&lt;br /&gt;
[[Category:Tamil Muslims]]&lt;br /&gt;
[[Category:Manithaneya Makkal Katchi politicians]]&lt;br /&gt;
[[Category:20th-century births]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{DMK-politician-stub}}&lt;br /&gt;
{{TamilNadu-politician-stub}}&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Khurshid_Iqbal_Andrabi&amp;diff=509861</id>
		<title>Khurshid Iqbal Andrabi</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Khurshid_Iqbal_Andrabi&amp;diff=509861"/>
		<updated>2026-03-25T10:39:32Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Indian academic, researcher}}&lt;br /&gt;
{{Infobox academic&lt;br /&gt;
| honorific_prefix = Professor&lt;br /&gt;
| name = Khurshid Iqbal Andrabi&lt;br /&gt;
| image = Khurshid Iqbal Andrabi.jpg&lt;br /&gt;
| caption = Official portrait&lt;br /&gt;
| birth_date = {{birth date and age|1963|07|15|df=y}}&lt;br /&gt;
| birth_place = [[Jammu and Kashmir (state)|Jammu and Kashmir]], India&lt;br /&gt;
| occupation = Professor of Biotechnology&lt;br /&gt;
| era = Late 20th century – 21st century&lt;br /&gt;
| discipline = Biotechnology, Biochemistry&lt;br /&gt;
| sub_discipline = [[Cell signalling]], cancer biology, diabetes research&lt;br /&gt;
| workplaces = [[University of Kashmir]]&lt;br /&gt;
| alma_mater = [[Postgraduate Institute of Medical Education and Research]], [[Chandigarh]]&lt;br /&gt;
| thesis_title = &lt;br /&gt;
| thesis_year = &lt;br /&gt;
| doctoral_advisor = &lt;br /&gt;
| academic_advisors = &lt;br /&gt;
| doctoral_students = &lt;br /&gt;
| notable_students = &lt;br /&gt;
| main_interests = [[mTORC1]], [[cell signalling]], translation control, stress responses, cancer and diabetes biology&lt;br /&gt;
| known_for = &lt;br /&gt;
| notable_works = &lt;br /&gt;
| awards = &lt;br /&gt;
| title = [[Vice-chancellor]], [[University of Kashmir]] (2014–2018)&lt;br /&gt;
| website = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Khurshid Iqbal Andrabi&#039;&#039;&#039; (born 15 July 1963) is a Kashmiri academic, researcher, and former administrator who served as the [[List of vice chancellors of the University of Kashmir|19th]] [[vice-chancellor]] of the [[University of Kashmir]] from 2014 to 2018. He is a professor in the Department of Biotechnology at the same university and a researcher in the field of [[cell signaling]], with particular contributions to the study of the [[mTORC1]] pathway and its role in cancer, diabetes, and aging.&lt;br /&gt;
&lt;br /&gt;
== Early life and education ==&lt;br /&gt;
Andrabi was born to Syed Habibullah Andrabi on 15 July 1963 in [[Srinagar]], [[Jammu and Kashmir (state)|Jammu and Kashmir]], India.&amp;lt;ref name=&amp;quot;i500&amp;quot;&amp;gt;{{cite web | url=https://kashmiruniversity.net/Diqa/Resume/andrabik.pdf | title= Curriculum Vitae, Khurshid Iqbal Andrabi |access-date=2025-08-16}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;b239&amp;quot;&amp;gt;{{cite web | title=KU Vice Chancellor bereaved | website=Kashmir Observer | date=2018-01-04 | url=https://kashmirobserver.net/2018/01/04/ku-vice-chancellor-bereaved/ | access-date=2025-08-16}}&amp;lt;/ref&amp;gt; He completed his master&#039;s degree in [[Biochemistry]] at the [[Postgraduate Institute of Medical Education and Research]] (PGIMER), [[Chandigarh]] in 1985, where he was awarded a gold medal and distinction. He went on to obtain a PhD in Biochemistry from PGIMER in 1990.&amp;lt;ref name=&amp;quot;i500&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Career ==&lt;br /&gt;
Following his doctoral studies, Andrabi pursued postdoctoral research at several institutions, including [[Tufts University School of Medicine]], Boston (1991–1992), [[Harvard Medical School]] - [[Massachusetts General Hospital]] (1992–1996), where he worked on insulin receptor signaling in collaboration with Nobel Laureate [[Edwin G. Krebs]]. He served as assistant professor of Ophthalmic Research at [[Cleveland Clinic Foundation]], USA (1999–2000).&amp;lt;ref name=&amp;quot;g154&amp;quot;&amp;gt;{{cite web | last=Irfan | first=Shams | title=Dr Khursheed Iqbal Andrabi | website=Kashmir Life | date=2014-10-23 | url=https://kashmirlife.net/dr-khursheed-iqbal-andrabi-66969/ | access-date=2025-08-16}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On returning to India, he joined the University of Kashmir as faculty, where he played a pioneering role in establishing the Department of Biotechnology in 2003. The department later gained national recognition under the Department of Biotechnology (DBT).&amp;lt;ref name=&amp;quot;i500&amp;quot;/&amp;gt; Prior to his appointment as vice-chancellor, he served as a director, research at the same university.&amp;lt;ref name=&amp;quot;o050&amp;quot;&amp;gt;{{cite web | title=Prof. (Dr.) Khurshid Iqbal Andrabi appointed Vice Chancellor of Kashmir University | website=Scoop News Jammu Kashmir | date=2025-08-16 | url=https://www.scoopnews.in/det.aspx?q=41674 | access-date=2025-08-16}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
He has supervised more than 25 doctoral and 20 MPhil students, published over 85 research papers.&amp;lt;ref name=&amp;quot;i500&amp;quot;/&amp;gt;&lt;br /&gt;
=== Academic administration ===&lt;br /&gt;
Andrabi has held several administrative positions at the University of Kashmir such as [[Dean (education)|dean]] from 2012 to 2014, head, Department of Biotechnology (2003–2012), and Department of Biochemistry from 1997 to 2003.&amp;lt;ref name=&amp;quot;i500&amp;quot;/&amp;gt;&lt;br /&gt;
=== Membership ===&lt;br /&gt;
Andrabi has been associated with several academic and professional bodies. He has served on the Board of Award Nominators for Infosys India and on the Board of Advisors for Knimbus India. He has also held editorial positions, including membership of the editorial boards of the [[International Journal of Case Reports in Medicine]], United States and the Asian Journal of Biosciences, India. In addition, he has been a reviewer for several international journals such as Cellular and Molecular Biochemistry, [[Springer, New Mexico]], the [[Austin Journal of Biotechnology &amp;amp; Bioengineering]], USA, Mutation Research, USA, the International Journal of Cellular Biochemistry (USA), and Biochemistry (USA).&amp;lt;ref name=&amp;quot;i500&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Within academic bodies, Andrabi has been a member of the Indo-Australian Higher Education Commission and the [[British Council for Higher Education]]. In India, he has served as a member of the [[University Grants Commission (India)|University Grants Commission]] (UGC) Peer Team, and has contributed to the Project Advisory Boards of both the UGC and the Department of Science and Technology (DST).&amp;lt;ref name=&amp;quot;i500&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Research ==&lt;br /&gt;
Andrabi&#039;s research focuses on cell signaling, especially the [[mTORC1]] pathway and its downstream effectors such as [[S6K1]] and [[4EBP1]]. His work has provided new insights into the regulation of these [[kinases]], mechanisms of translation control, and implications in cancer, diabetes, and aging.&amp;lt;ref name=&amp;quot;i500&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
He has also investigated the molecular mechanisms of inhibitors like [[rapamycin]] and torin, offering alternate perspectives beyond classical kinase activity. His research also contributed to translational medicine, including [[immunotherapy]] and [[stress response]] in cancer biology.&amp;lt;ref name=&amp;quot;i500&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Controversies ==&lt;br /&gt;
Andrabi is accused of &amp;quot;illegal appointments&amp;quot; during his tenure as vice-chancellor following which he was removed from the position. He was subsequently appointed as dean at School of Unani &amp;amp; Ayurvedic Medicines and head of department of Bio-chemistry, University of Kashmir.&amp;lt;ref name=&amp;quot;g759&amp;quot;&amp;gt;{{cite web | title=Ex-VC Kashmir University Removed From Two Key Posts | website=Kashmir Observer | date=2020-01-18 | url=https://kashmirobserver.net/2020/01/18/ex-vc-kashmir-university-removed-from-two-key-posts/ | access-date=2025-08-16}}&amp;lt;/ref&amp;gt; Later in 2018, the [[Jammu and Kashmir State Vigilance Commission]] (JKSVC) filed a case against Andrabi&#039;s alleged role in nominating ineligible candidate for the post of medical officer at [[SMHS Hospital]], [[Srinagar]].&amp;lt;ref name=&amp;quot;u741&amp;quot;&amp;gt;{{cite web | title=Vigilance files case against Vice Chancellor of Kashmir University, officials for violating norms | website=Free Press Kashmir | date=2018-03-03 | url=https://freepresskashmir.news/2018/03/03/vigilance-files-case-against-vice-chancellor-of-kashmir-university-officials-for-violating-norms/ | access-date=2025-08-16}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Awards and recognition ==&lt;br /&gt;
* Sanofi Award (2017): Best original research in diabetes, [[Research Society for the Study of Diabetes in India]] (RSSDI).&lt;br /&gt;
* Young Scientist Award (1998): Department of Science &amp;amp; Technology, Kashmir.&lt;br /&gt;
* Certificates of Excellence in Teaching (2006, 2019): [[Kashmir University]]&lt;br /&gt;
* Most Downloaded Paper Award (2019): &#039;&#039;[[Journal of Cellular Biochemistry]]&#039;&#039;&lt;br /&gt;
* Certificate of Merit for Excellent Overall Performance (2007-08): University of Kashmir&lt;br /&gt;
* NET-JRF Fellowship (1986): [[Council of Scientific and Industrial Research]].&lt;br /&gt;
* Gold Medal in MSc Biochemistry (1985) at [[PGIMER]], Chandigarh.&amp;lt;ref name=&amp;quot;i500&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Publications ==&lt;br /&gt;
=== Book chapters ===&lt;br /&gt;
* {{cite book |last1=Ali |first1=S. |last2=Afroze |first2=D. |last3=Rasool |first3=J. |last4=Rah |first4=B. |last5=Andrabi |first5=K. I. |year=2020 |title=Immunomodulating agents in the treatment of acute myeloid leukemia: A combinatorial immunotherapeutic approach |chapter=Frontiers in Clinical Drug Research – Anti-Cancer Agents |pages=1–22 |publisher=Bentham Science Publishers}}&lt;br /&gt;
* {{cite book |last1=Majeed |first1=S. T. |last2=Majeed |first2=R. |last3=Shah |first3=G. |last4=Andrabi |first4=K. I. |date=2018-11-05 |title=S6 Kinase: A Compelling Prospect for Therapeutic Interventions |chapter=Homeostasis – An Integrated Vision |editor1-last=Lasakosvitsch |editor1-first=Fernanda |editor2-last=Dos Anjos Garnes |editor2-first=Sergio |publisher=IntechOpen}}&lt;br /&gt;
* {{cite book |last1=Mudassar |first1=S. |last2=Khan |first2=M. S. |last3=Masoodi |first3=S. R. |last4=Wani |first4=K. A. |last5=Hussain |first5=M. U. |last6=Andrabi |first6=K. I. |year=2016 |title=Molecular Alterations and Expression Dynamics in the Etiopathogenesis of Thyroid Cancer |chapter=Thyroid Cancer – Advances in Diagnosis and Therapy |publisher=IntechOpen}}&lt;br /&gt;
* {{cite book |last1=Prabhu |first1=P. S. |last2=Patravale |first2=P. B. |last3=Andrabi |first3=K. I. |last4=Sheikh |first4=F. A. |year=2016 |title=Nanotherapeutics: Future medicine for infectious diseases |chapter=Frontiers in Drug Design and Discovery |volume=7 |pages=248–297 |publisher=Bentham Science Publishers}}&lt;br /&gt;
* {{cite book |last1=S. |first1= |last2=Khan |first2=M. S. |last3=Khan |first3=N. P. |last4=Hussain |first4=M. U. |last5=Andrabi |first5=K. I. |year=2014 |title=Possible Role of Proto-Oncogenes in Colorectal Cancer — A Population Based Study |chapter=Colorectal Cancer – Surgery, Diagnostics and Treatment |editor-last=Khan |editor-first=Jim S. |publisher=IntechOpen |isbn=978-953-51-1231-0}}&lt;br /&gt;
=== Reviews ===&lt;br /&gt;
* {{cite journal |last1=Batool |first1=A. |last2=Malik |first2=F. |last3=Andrabi |first3=K. I. |year=2020 |title=Expansion of the CRISPR/Cas genome-sculpting toolbox: Innovations, applications and challenges |journal=Molecular Diagnosis and Therapy}}&lt;br /&gt;
* {{cite journal |last1=Batool |first1=A. |last2=Aashaq |first2=S. |last3=Andrabi |first3=K. I. |year=2019 |title=Eukaryotic initiation factor 4E (eIF4E): A recap of the cap binding protein |journal=Journal of Cellular Biochemistry}}&lt;br /&gt;
* {{cite journal |last1=Aashaq |first1=S. |last2=Batool |first2=A. |last3=Andrabi |first3=K. I. |year=2019 |title=TAK1 mediates convergence of cellular signals for death and survival |journal=Apoptosis |volume=24 |issue=1–2 |pages=3–20}}&lt;br /&gt;
* {{cite journal |last1=Raja |first1=V. |last2=Majeed |first2=U. |last3=Kang |first3=H. |last4=Andrabi |first4=K. I. |last5=John |first5=R. |year=2017 |title=Abiotic stress: Interplay between ROS, hormones and MAPKs |journal=Environmental and Experimental Botany}}&lt;br /&gt;
* {{cite journal |last1=Batool |first1=A. |last2=Aashaq |first2=S. |last3=Andrabi |first3=K. I. |year=2017 |title=Reappraisal to the study of 4E-BP1 as an mTOR substrate – A normative critique |journal=European Journal of Cell Biology |volume=96 |issue=4 |pages=325–336}}&lt;br /&gt;
* {{cite journal |last1=Shiekh |first1=F. A. |last2=Farooq |first2=O. |last3=Mian |first3=S. H. |last4=Bautista |first4=R. L. |last5=Arja |first5=S. B. |last6=Andrabi |first6=K. I. |year=2016 |title=The pitfalls of growing nanomaterials |journal=Nanomedicine (London) |volume=11 |issue=13 |pages=1635–1638}}&lt;br /&gt;
=== Selected articles ===&lt;br /&gt;
* {{cite journal | last1=Majeed | first1=Sheikh Tahir | last2=Batool | first2=Asiya | last3=Majeed | first3=Rabiya | last4=Bhat | first4=Nadiem Nazir | last5=Zargar | first5=Muhammad Afzal | last6=Andrabi | first6=Khurshid Iqbal | title=mTORC1 induces eukaryotic translation initiation factor 4E interaction with TOS-S6 kinase 1 and its activation | journal=Cell Cycle | publisher=Informa UK Limited | volume=20 | issue=9 | date=2021-05-03 | issn=1538-4101 | doi=10.1080/15384101.2021.1901038 | doi-access=free | pages=839–854 | url=https://www.tandfonline.com/doi/pdf/10.1080/15384101.2021.1901038?needAccess=true | access-date=2025-08-16| pmc=8168643 }}&lt;br /&gt;
* {{cite journal | last1=Beigh | first1=Afaq H. | last2=Rasool | first2=Roohi | last3=Kawoosa | first3=Fizalah | last4=manzoor | first4=Sharika | last5=Rashid | first5=Rabiya | last6=Andrabi | first6=Khurshid Iqbal | last7=shah | first7=Zafar A. | last8=Qureshi | first8=Taha | title=Improved pulmonary function test (PFT) after 1 one year of Sublingual Immunotherapy (SLIT) in unison with pharmacotherapy in mild allergic asthmatics | journal=Immunology Letters | publisher=Elsevier BV | volume=230 | year=2021 | issn=0165-2478 | doi=10.1016/j.imlet.2020.12.004 | pages=36–41}}&lt;br /&gt;
* {{cite journal | last1=Aashaq | first1=Sabreena | last2=Batool | first2=Asiya | last3=Andrabi | first3=Khurshid I. | title=TAK1 mediates convergence of cellular signals for death and survival | journal=Apoptosis | publisher=Springer Science and Business Media LLC | volume=24 | issue=1-2 | date=2018-10-04 | issn=1360-8185 | doi=10.1007/s10495-018-1490-7 | pages=3–20}}&lt;br /&gt;
* {{cite journal | last1=Batool | first1=Asiya | last2=Majeed | first2=Sheikh Tahir | last3=Aashaq | first3=Sabreena | last4=Majeed | first4=Rabiya | last5=Bhat | first5=Nadiem Nazir | last6=Andrabi | first6=Khurshid Iqbal | title=Eukaryotic initiation factor 4E is a novel effector of mTORC1 signaling pathway in cross talk with Mnk1 | journal=Molecular and Cellular Biochemistry | publisher=Springer Science and Business Media LLC | volume=465 | issue=1-2 | date=2019-11-28 | issn=0300-8177 | doi=10.1007/s11010-019-03663-z | pages=13–26}}&lt;br /&gt;
* {{cite journal | last1=Majeed | first1=Sheikh Tahir | last2=Batool | first2=Asiya | last3=Majeed | first3=Rabiya | last4=Bhat | first4=Nadiem Nazir | last5=Zargar | first5=Muhammad Afzal | last6=Andrabi | first6=Khurshid Iqbal | title=mTORC1 induces eukaryotic translation initiation factor 4E interaction with TOS-S6 kinase 1 and its activation | journal=Cell Cycle | publisher=Informa UK Limited | volume=20 | issue=9 | date=2021-05-03 | issn=1538-4101 | doi=10.1080/15384101.2021.1901038 | doi-access=free | pages=839–854 | url=https://www.tandfonline.com/doi/pdf/10.1080/15384101.2021.1901038?needAccess=true | access-date=2025-08-16| pmc=8168643 }}&lt;br /&gt;
* {{cite journal | last1=Bhat | first1=Nadiem Nazir | last2=Padder | first2=Bilal A. | last3=Barthelson | first3=Roger A. | last4=Andrabi | first4=Khurshid I. | title=Compendium of Colletotrichum graminicola responsive infection-induced transcriptomic shifts in the maize | journal=Plant Gene | publisher=Elsevier BV | volume=17 | year=2019 | issn=2352-4073 | doi=10.1016/j.plgene.2018.11.001 | page=100166}}&lt;br /&gt;
* {{cite journal | last1=Iqbal | first1=Mir Khurshid | last2=Zargar | first2=Mohammad Afzal | last3=Mudassar | first3=Syed | last4=Lone | first4=Ghulam Nabi | last5=Yaseen | first5=Syed Besina | last6=Andrabi | first6=Khurshid Iqbal | title=Expression Profiling and Cellular Localization of Stress Responsive Proteins in Squamous Cell Carcinoma of Human Esophagus | journal=Cancer Investigation | publisher=Informa UK Limited | volume=34 | issue=6 | date=2016-06-28 | issn=0735-7907 | doi=10.1080/07357907.2016.1178760 | pages=237–245}}&lt;br /&gt;
* {{cite journal | last1=Akther | first1=Nayeema | last2=Andrabi | first2=Khursheed | last3=Nissar | first3=Albeena | last4=Ganaie | first4=Showkat | last5=Chandan | first5=B.K. | last6=Gupta | first6=A.P. | last7=Khuswant | first7=Manoj | last8=Sultana | first8=Sarwat | last9=Shawl | first9=Abdul S. | title=Hepatoprotective activity of LC–ESI-MS standardized Iris spuria rhizome extract on its main bioactive constituents | journal=Phytomedicine | publisher=Elsevier BV | volume=21 | issue=10 | year=2014 | issn=0944-7113 | doi=10.1016/j.phymed.2014.04.007 | pages=1202–1207}}&lt;br /&gt;
* {{cite journal | last1=Showkat | first1=Mehvish | last2=Beigh | first2=Mushtaq A. | last3=Bhat | first3=Basharat B. | last4=Batool | first4=Asiya | last5=Andrabi | first5=Khurshid I. | title=Phosphorylation dynamics of eukaryotic initiation factor 4E binding protein 1 (4E-BP1) is discordant with its potential to interact with eukaryotic initiation factor 4E (eIF4E) | journal=Cellular Signalling | publisher=Elsevier BV | volume=26 | issue=10 | year=2014 | issn=0898-6568 | doi=10.1016/j.cellsig.2014.06.008 | pages=2117–2121}}&lt;br /&gt;
* {{cite journal | last1=Beigh | first1=Mushtaq Ahmad | last2=Showkat | first2=Mehvish | last3=Bashir | first3=Basharat | last4=Bashir | first4=Asma | last5=Hussain | first5=Mahboob ul | last6=Andrabi | first6=Khurshid Iqbal | title=Growth Inhibition by Bupivacaine Is Associated with Inactivation of Ribosomal Protein S6 Kinase 1 | journal=BioMed Research International | publisher=Wiley | volume=2014 | year=2014 | issn=2314-6133 | doi=10.1155/2014/831845 | doi-access=free | pages=1–9| pmc=3925553 }}&lt;br /&gt;
* {{cite journal | last1=Waza | first1=Ajaz Ahmad | last2=Andrabi | first2=Khurshid | last3=Hussain | first3=Mahboob Ul | title=Protein kinase C (PKC) mediated interaction between conexin43 (Cx43) and K+(ATP) channel subunit (Kir6.1) in cardiomyocyte mitochondria: Implications in cytoprotection against hypoxia induced cell apoptosis | journal=Cellular Signalling | publisher=Elsevier BV | volume=26 | issue=9 | year=2014 | issn=0898-6568 | doi=10.1016/j.cellsig.2014.05.002 | pages=1909–1917}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Living people]]&lt;br /&gt;
[[Category:1963 births]]&lt;br /&gt;
[[Category:Vice-chancellors of the University of Kashmir]]&lt;br /&gt;
[[Category:People from Srinagar]]&lt;br /&gt;
[[Category:University of Kashmir alumni]]&lt;br /&gt;
[[Category:Indian academics]]&lt;br /&gt;
[[Category:People from Jammu and Kashmir]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Mughal_painting&amp;diff=474900</id>
		<title>Mughal painting</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Mughal_painting&amp;diff=474900"/>
		<updated>2026-03-24T15:13:36Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: further cleaned up content for consistency additionally and updated info per sources&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Mughal manuscript miniatures from South Asia}}&lt;br /&gt;
[[File:Govardhan. Jahangir Visiting the Ascetic Jadrup. ca. 1616-20, Musee Guimet, Paris.jpg|330px|thumb|[[Govardhan (Mughal painter)|Govardhan]], Emperor [[Jahangir]] visiting the ascetic Jadrup, {{c.}} 1616–1620&amp;lt;ref&amp;gt;{{Citation|title=Visite de Jahangir à l&#039;ascète Jadrup|date=1600|url=https://collections.louvre.fr/ark:/53355/cl010329628|access-date=2024-06-22|archive-date=2024-06-22|archive-url=https://web.archive.org/web/20240622102902/https://collections.louvre.fr/ark:/53355/cl010329628|url-status=live}}&amp;lt;/ref&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mughal painting&#039;&#039;&#039; is a style of [[miniature (illuminated manuscript)|miniature]] painting, used as either book illustrations or as single works to be kept in albums ([[muraqqa]]), which originated during the [[Mughal Empire|Mughal period]] in the [[Indian subcontinent]]. It emerged from [[Persian miniature]] painting (itself partly of [[Chinese painting|Chinese origin]]) and developed in the court of the Mughal Empire from the 16th to 18th centuries. Battles, legendary stories, hunting scenes, wildlife, royal life, mythology, as well as other subjects have all been frequently depicted in paintings.&amp;lt;ref&amp;gt;{{Cite book|last1=Ali|first1=Azmat|url=https://books.google.com/books?id=ABvzDwAAQBAJ&amp;amp;dq=Victoria+and+Albert+Museum+in+London+houses+a+large+and+impressive+collection+of+Mughal+paintings.&amp;amp;pg=PA32|title=IAS Mains Paper 1 Indian Heritage &amp;amp; Culture History &amp;amp; Geography of the world &amp;amp; Society 2020|last2=Sahni|first2=Janmejay|last3=Sharma|first3=Mohit|last4=Sharma|first4=Prajjwal|last5=Goel|first5=Dr Priya|date=2019-11-12|publisher=Arihant Publications India limited|isbn=978-93-241-9210-3|language=en|archive-date=2023-05-10|access-date=2022-02-19|archive-url=https://web.archive.org/web/20230510153654/https://books.google.com/books?id=ABvzDwAAQBAJ&amp;amp;dq=Victoria+and+Albert+Museum+in+London+houses+a+large+and+impressive+collection+of+Mughal+paintings.&amp;amp;pg=PA32|url-status=live}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Mughal emperors were Muslims and they are credited with consolidating Islam in the subcontinent, and spreading Islamic (and particularly Persian) art and culture as well as the faith.&amp;lt;ref&amp;gt;{{Cite web|url=http://www.bbc.co.uk/religion/religions/islam/history/mughalempire_1.shtml|title=BBC - Religions - Islam: Mughal Empire (1500s, 1600s)|website=BBC|language=en-GB|access-date=2019-01-01|archive-date=2018-08-13|archive-url=https://web.archive.org/web/20180813212912/http://www.bbc.co.uk/religion/religions/islam/history/mughalempire_1.shtml|url-status=live}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mughal painting immediately took a much greater interest in realistic portraiture than was typical of Persian miniatures. Animals and plants were the main subject of many miniatures for albums, and were more realistically depicted. Although many classic works of [[Persian literature]] continued to be illustrated, as well as [[Indian literature]], the taste of the Mughal emperors for writing memoirs or diaries, begun by [[Babur]], provided some of the most lavishly decorated texts, such as the [[Padshahnama]] genre of official histories. Subjects are rich in variety and include portraits, events and scenes from court life, wild life and hunting scenes, and illustrations of battles. The Persian tradition of richly decorated borders framing the central image (mostly trimmed in the images shown here) was continued, as was a modified form of the Persian convention of an elevated viewpoint.&lt;br /&gt;
[[File:Shahjahan on globe, mid 17th century.jpg|thumb|&#039;&#039;The Emperor Shah Jahan standing on a globe&#039;&#039;, with a halo and European-style &#039;&#039;[[putti]]&#039;&#039;, c.&amp;amp;nbsp;1618–19 to 1629]]&lt;br /&gt;
&lt;br /&gt;
The Mughal painting style later spread to other Indian courts, both [[Muslims|Muslim]] and Hindu, and later Sikh, and was often used to depict Hindu subjects. This was mostly in [[North India|northern India]]. It developed many regional styles in these courts, tending to become bolder but less refined. These are often described as &amp;quot;post-Mughal&amp;quot;, &amp;quot;sub-Mughal&amp;quot; or &amp;quot;provincial Mughal&amp;quot;. The mingling of foreign Persian and indigenous Indian elements was a continuation of the patronage of other aspects of foreign culture as initiated by the earlier [[Delhi Sultanate]], and the introduction of it into the subcontinent by various central Asian dynasties such as the [[Ghaznavids]].&lt;br /&gt;
&lt;br /&gt;
==Subjects==&lt;br /&gt;
===Portraits===&lt;br /&gt;
[[File:25 Abu&#039;l Hasan. Emperor Jahangir At The Jharoka Window Of The Agra Fort, ca. 1620, Aga Khan Museum (cropped).jpg|thumb|Abul Hasan, Emperor [[Jahangir]] at the [[Jharokha Darshan|Jharoka window]] of the [[Agra Fort]], {{circa|1620}}, [[Aga Khan Museum]]]]&lt;br /&gt;
From fairly early the Mughal style made a strong feature of realistic portraiture, normally in profile, and influenced by Western prints, which were available at the Mughal court. This had never been a feature of either [[Persian miniature]] or earlier Indian painting. The pose, rarely varied in portraits, was to have the head in strict profile, but the rest of the body half turned towards the viewer. For a long time portraits were always of men, often accompanied by generalized female servants or [[concubine]]s; but there is scholarly debate about the representation of female court members in portraiture. Some scholars claim there are no known extant likenesses of figures like [[Jahanara Begum]] and [[Mumtaz Mahal]], and others attribute miniatures, for example from the [[Dara Shikoh]] album or the [[Freer Gallery of Art]] mirror portrait, to these famous noblewomen.&amp;lt;ref&amp;gt;Crill and Jariwala, 23-30&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite book|url=https://books.google.com/books?id=BDl3MAEACAAJ&amp;amp;q=the+mughal+empire,+art+culture+and+empire|title=Mughal India: Art, Culture and Empire Manuscripts and Paintings in the British Library|last1=Losty|first1=J.P.|last2=Roy|first2=Malini|publisher=The British Library|year=2012|isbn=9780712358705|location=London|pages=132–133|archive-date=2023-10-27|access-date=2020-11-27|archive-url=https://web.archive.org/web/20231027174433/https://books.google.com/books?id=BDl3MAEACAAJ&amp;amp;q=the+mughal+empire,+art+culture+and+empire|url-status=live}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Abid. Reign of Shah Jahan, portrait by Abid dated 1628; assembled late 17th century. &#039;&#039;Mirror Case With Portrait of Mumtaz Mahal&#039;&#039;. Freer Gallery of Art. F2005.4 [http://www.asia.si.edu/collections/edan/object.php?q=fsg_F2005.4&amp;amp;bcrumb=true] {{Webarchive|url=https://web.archive.org/web/20160808210437/http://www.asia.si.edu/collections/edan/object.php?q=fsg_F2005.4&amp;amp;bcrumb=true|date=2016-08-08}}&amp;lt;/ref&amp;gt; The single idealized figure of the [[Riza Abbasi]] type was less popular, but fully painted scenes of lovers in a palace setting became popular later. Drawings of genre scenes, especially showing holy men, whether Muslim or Hindu, were also popular.&lt;br /&gt;
&lt;br /&gt;
[[Akbar]] had an album, now dispersed, consisting entirely of portraits of figures at his enormous court which had a practical purpose; according to chroniclers he used to consult it when discussing appointments and the like with his advisors, apparently to jog his memory of who the people being discussed were. Many of them, like medieval European images of saints, carried objects associated with them to help identification, but otherwise the figures stand on a plain background.&amp;lt;ref&amp;gt;Crill and Jariwala, 66&amp;lt;/ref&amp;gt; There are a number of fine portraits of Akbar, but it was under his successors [[Jahangir]] and [[Shah Jahan]] that the portrait of the ruler became firmly established as a leading subject in Indian miniature painting, which was to spread to both Muslim and Hindu princely courts across India.&amp;lt;ref&amp;gt;Crill and Jariwala, 27–39, and catalogue entries&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the 17th century equestrian portraits, mostly of rulers, became another popular borrowing from the West.&amp;lt;ref&amp;gt;Crill and Jariwala, 68&amp;lt;/ref&amp;gt; Another new type of image showed the [[Jharokha Darshan]] (literally &amp;quot;balcony view/worship&amp;quot;), or public display of the emperor to the court, or the public, which became a daily ceremonial under Akbar, Jahangir and [[Shah Jahan]], before being stopped as un-Islamic by Aurangzeb. In these scenes, the emperor is shown at top on a balcony or at a window, with a crowd of courtiers below, sometimes including many portraits. Like the increasingly large [[Halo (religious iconography)|halos]] these emperors were given in single portraits, the [[iconography]] reflects the aspiration of the later Mughals to project an image as the representative of [[Allah]] on earth, or even as having a quasi-divine status themselves.&amp;lt;ref&amp;gt;Hansen, Waldemar, [https://books.google.com/books?id=AV--abKg9GEC&amp;amp;pg=PA102 &#039;&#039;The Peacock Throne: The Drama of Mogul India&#039;&#039;, 102, 1986, Motilal Banarsidass] {{ISBN|978-81-208-0225-4}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=Kaur&amp;gt;{{Cite web|last=Kaur|first=Manpreet|url=http://www.ijifr.com/pdfsave/01-03-2015778V2-E6-064.pdf|title=Romancing The Jharokha: From Being A Source Of Ventilation And Light To The Divine Conception|date=February 2015|publisher=International Journal of Informative &amp;amp; Futuristic Research|access-date=2020-02-20|archive-date=2021-06-11|archive-url=https://web.archive.org/web/20210611101358/http://www.ijifr.com/pdfsave/01-03-2015778V2-E6-064.pdf|url-status=live}}&amp;lt;/ref&amp;gt; Other images show the enthroned emperor having meetings, receiving visitors, or [[Durbar (court)|in durbar]], or formal council. These and royal portraits incorporated in hunting scenes became highly popular types in later [[Rajput painting]] and other post-Mughal styles.&lt;br /&gt;
[[File:&amp;quot;Study of a Nilgai (Blue Bull)&amp;quot;, Folio from the Shah Jahan Album MET DT4808.jpg|thumb|[[Nilgai]] by [[Ustad Mansur]] (fl.&amp;amp;nbsp;1590–1624), who specialized in birds and animal studies for albums]]&lt;br /&gt;
Another popular subject area was realistic studies of animals and plants, mostly flowers; the text of the &#039;&#039;[[Baburnama]]&#039;&#039; includes a number of descriptions of such subjects, which were illustrated in the copies made for Akbar. These subjects also had specialist artists, including [[Ustad Mansur]]. [[Milo C. Beach]] argues that &amp;quot;Mughal naturalism has been greatly overstressed. Early animal imagery consists of variations on a theme, rather than new, innovative observations&amp;quot;. He sees considerable borrowings from Chinese animal paintings on paper, which seem not to have been highly valued by Chinese collectors, and so reached India.&amp;lt;ref&amp;gt;Beach, 32–37, 37 quoted&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Illustrated books===&lt;br /&gt;
[[File:&#039;Asvatthama Fires the Narayana Weapon (Cosmic Fire) at the Pandavas&#039;, Folio from a Razmnama, ca. 1616-17, The Metropolitan Museum of Art 1.jpg|thumb|&#039;Asvatthama Fires the Narayana Weapon (Cosmic Fire) at the Pandavas&#039;, Folio from Khan-i Khanan&#039;s Razmnama, ca. 1616–17, The Metropolitan Museum of Art]]&lt;br /&gt;
In the formative period of the style, under Akbar, the imperial workshop produced a number of heavily illustrated copies of established books in Persian. One of the first, probably from the 1550s and now mostly in the [[Cleveland Museum of Art]], was a &#039;&#039;[[Tutinama]]&#039;&#039; with some 250 rather simple and rather small miniatures, most with only a few figures. In contrast, [[Akbar&#039;s Hamzanama|Akbar&#039;s &#039;&#039;Hamzanama&#039;&#039;]] had unusually large pages, of densely woven cotton rather than the usual paper, and the images were very often crowded with figures. The work was &amp;quot;a continuous series of romantic interludes, threatening events, narrow escapes, and violent acts&amp;quot;, supposedly telling the life of an uncle of [[Muhammad]].&amp;lt;ref&amp;gt;Beach, 61&amp;lt;/ref&amp;gt; Akbar&#039;s manuscript had a remarkable total of some 1400 miniatures, one on every opening, with the relevant text written on the back of the page, presumably to be read to the emperor as he looked at each image. This colossal project took most of the 1560s, and probably beyond. These and a few other early works saw a fairly unified Mughal workshop style emerge by around 1580.&lt;br /&gt;
&lt;br /&gt;
Other large projects included biographies or memoirs of the [[Mughal dynasty]]. [[Babur]], its founder, had written a memoir in [[Chaghatai Turkic|Chaghtai Turkic]], which his grandson, [[Akbar]] had translated into Persian, as the &#039;&#039;[[Baburnama]]&#039;&#039; (1589), and then produced in four lavishly illustrated copies, with up to 183 miniatures each. The &#039;&#039;[[Akbarnama]]&#039;&#039; was Akbar&#039;s own commissioned biography or chronicle, produced in many versions, and the tradition continued with [[Jahangir]]&#039;s autobiography, &#039;&#039;[[Tuzk-e-Jahangiri]]&#039;&#039; (or &#039;&#039;Jahangirnama&#039;&#039;) and a celebratory biography of [[Shah Jahan]], called the &#039;&#039;[[Padshahnama]]&#039;&#039;, which brought the era of the large illustrated imperial biography to an end, around 1650. Akbar commissioned a copy of the &#039;&#039;[[Zafarnama (Yazdi biography)|Zafarnama]]&#039;&#039;, a biography of his distant ancestor [[Timur]], but though he had his aunt [[Gulbadan Begum]] write an account of his father [[Humayun]] titled &#039;[[Humayun Nama]]&#039;, no illustrated manuscript survives.&lt;br /&gt;
&lt;br /&gt;
Volumes of the classics of [[Persian poetry]] usually had rather fewer miniatures, often around twenty, but often these were of the highest quality. Akbar also had the Hindu epic poems translated into Persian, and produced in illustrated versions. Four are known of the &#039;&#039;[[Razmnama]]&#039;&#039;, a &#039;&#039;[[Mahabharata]]&#039;&#039; in Persian, from between 1585 and {{circa|1617}}. Akbar had at least one copy of the Persian version of the &#039;&#039;[[Ramayana]],&#039;&#039; alongside other works like the &#039;&#039;[[Bhagavata Purana]], [[Harivaṃśa|Harivamsa]], and [[Panchatantra]].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Origins==&lt;br /&gt;
[[File:Фаррух Бек Бабур принимает придворных. Бабурнаме. 1589. Гал. Саклера, Вашингтон.jpg|thumb|&#039;&#039;Babur Receives a Courtier&#039;&#039; by [[Farrukh Beg]] c.&amp;amp;nbsp;1580–1585. Opaque watercolor and gold on paper, painted and mounted within borders, from a [[Rawżat aṣ-ṣafāʾ]]. Still using the style of [[Persian miniature]].]] &lt;br /&gt;
Mughal court painting, as opposed to looser variants of the Mughal style produced in regional courts and cities, These were Hindu and Jain, and earlier Buddhist, and almost entirely religious. They existed mainly in relatively small illustrations to texts, but also mural paintings, and paintings in folk styles on cloth, in particular ones on scrolls made to be displayed by popular singers or reciters of the Hindu epics and other stories, performed by travelling specialists; very few early examples of these last survive. A vivid [[Kashmir]]i tradition of mural paintings flourished between the 9th and 17th centuries, as seen in the murals of [[Alchi Monastery]] or [[Tsaparang]]: a number of Kashimiri painters were employed by [[Akbar]] and some influence of their art can be seen in various Mughal works, such as the &#039;&#039;[[Hamzanama]]&#039;&#039;.&amp;lt;ref&amp;gt;{{cite book |last1=Chaitanya |first1=Krishna |title=A History of Indian Painting |date=1976 |publisher=Abhinav Publications |pages=6–7 |url=https://books.google.com/books?id=aDo6x0OAdqAC&amp;amp;pg=PA7 |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[File:Battle of Panipat (20 April 1526). Baburnama of 1598.jpg|left|thumb|An illustration of the [[First Battle of Panipat]] from the [[Baburnama]], circa 1598.]]&lt;br /&gt;
In contrast, Mughal painting was &amp;quot;almost entirely secular&amp;quot;,&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;Harle, 372&amp;lt;/ref&amp;gt; although religious figures were sometimes portrayed. [[Realism (arts)|Realism]], especially in portraits of both people and animals, became a key aim, far more than in Persian painting, let alone the Indian traditions.&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt; There was already a Muslim tradition of miniature painting under the [[Delhi Sultanate|Sultanate of Delhi]] which the Mughals overthrew, and like the Mughals, and the very earliest of Central Asian rulers into the subcontinent, patronized foreign culture. These paintings were painted on loose-leaf paper, and were usually placed between decorated wooden covers.&amp;lt;ref name=&amp;quot;:2&amp;quot;/&amp;gt; Although the first surviving manuscripts are from [[Mandu, Madhya Pradesh|Mandu]] in the years either side of 1500, there were very likely earlier ones which are either lost, or perhaps now attributed to southern Persia, as later manuscripts can be hard to distinguish from these by style alone, and some remain the subject of debate among specialists.&amp;lt;ref&amp;gt;Titley, 161–166&amp;lt;/ref&amp;gt; By the time of the Mughal invasion, the tradition had abandoned the high viewpoint typical of the Persian style, and adopted a more realistic style for animals and plants.&amp;lt;ref&amp;gt;Titley, 161&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No miniatures survive from the reign of the founder of the dynasty, Babur, nor does he mention commissioning any in his [[memoir]]s, the &#039;&#039;[[Baburnama]]&#039;&#039;.&amp;lt;ref&amp;gt;Losty, 12&amp;lt;/ref&amp;gt; Copies of this were illustrated by his descendants, [[Akbar]] in particular, with many portraits of the new animals Babur encountered when he came to India, which are carefully described.&amp;lt;ref name=&amp;quot;:11&amp;quot;&amp;gt;{{Cite journal |last=Verma |first=S. P. |date=1973 |title=Treatment of Similar Themes: A Study Based on the Illustrations of &amp;quot;Tuzuk-I-Baburi&amp;quot; |url=https://www.jstor.org/stable/44138646 |journal=Proceedings of the Indian History Congress |volume=34 |pages=292–297 |jstor=44138646 |issn=2249-1937}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Titley, 187&amp;lt;/ref&amp;gt; However some surviving un-illustrated manuscripts may have been commissioned by him, and he comments on the style of some famous past Persian masters. Some older illustrated manuscripts have his seal on them; the Mughals came from a long line stretching back to [[Timur]] and were fully assimilated into [[Persianate]] culture, and expected to patronize literature and the arts.&lt;br /&gt;
&lt;br /&gt;
The style of the Mughal school developed within the royal [[atelier]]. Knowledge was primarily transmitted through familial and apprenticeship relationships, and the system of joint manuscript production which brought multiple artists together for single works.&amp;lt;ref&amp;gt;{{cite web|url=http://sensiblereason.com/artistic-stylistic-transmission-in-the-royal-mughal-atelier/|archive-url=https://web.archive.org/web/20140202123347/http://sensiblereason.com/artistic-stylistic-transmission-in-the-royal-mughal-atelier/|url-status=usurped|archive-date=February 2, 2014|title=Artistic Stylistic Transmission in the Royal Mughal Atelier|first=Greg|last=Sarafan|date=6 November 2011|publisher=Sensible Reason}}&amp;lt;/ref&amp;gt; In some cases, senior artists would draw the illustrations in outline, and more junior ones would usually apply the colors, especially for background areas.&amp;lt;ref name=&amp;quot;:2&amp;quot;&amp;gt;{{Cite journal|last=Seyller|first=John|date=1999|title=Workshop and Patron in Mughal India: The Freer Rāmāyaṇa and Other Illustrated Manuscripts of &#039;Abd al-Raḥīm|journal=Artibus Asiae. Supplementum|volume=42|pages=3–344|issn=1423-0526|jstor=1522711}}&amp;lt;/ref&amp;gt; Where no artist names are inscribed, it is very difficult to trace Imperial Mughal paintings back to specific artists.&amp;lt;ref name=&amp;quot;:2&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
[[File:Princes of the House of Timur.jpg|thumb|Princes of the House of Timur, attributed to the Persian [[Abd as-Samad]], c.1550–1555, with additions in the next century under [[Jahangir]]&amp;lt;ref name=&amp;quot;:3&amp;quot;&amp;gt;Crill and Jariwala, 50&amp;lt;/ref&amp;gt;]]&lt;br /&gt;
After a tentative start under Humayun, the great period of Mughal painting was during the next three reigns, of [[Akbar]], [[Jahangir]] and [[Shah Jahan]], which covered just over a century between them.&lt;br /&gt;
&lt;br /&gt;
===Humayun (1530–1540 and 1555–1556)===&lt;br /&gt;
[[File:Manohar. Emperor Jahangir Weighs Prince Khurram. Page from Tuzuk-i Jahangiri. 1610-1615, British Museum, London.jpg|thumb|&#039;&#039;Emperor Jahangir weighs Prince Khurram&#039;&#039; by [[Manohar Das]], 1610–1615, from Jahangir&#039;s own copy of the &#039;&#039;[[Tuzk-e-Jahangiri]]&#039;&#039;. The names of the main figures are noted on their clothes, and the artist shown at bottom. [[British Museum]].]]&lt;br /&gt;
&lt;br /&gt;
When the second Mughal emperor, [[Humayun]] was in exile in [[Tabriz]] in the [[Safavid]] court of [[Shah Tahmasp I]] of Persia, he was exposed to Persian miniature painting, and commissioned at least one work there (or in [[Kabul]]), an unusually large painting on cloth of &#039;&#039;Princes of the House of Timur&#039;&#039;, now in the [[British Museum]]. Originally a group portrait with his sons, in the next century [[Jahangir]] had it added to make it a dynastic group including dead ancestors.&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt; When Humayun returned to India, he brought two accomplished Persian artists, [[Abd al-Samad]] and [[Mir Sayyid Ali]] with him. His usurping brother [[Kamran Mirza]] had maintained a workshop in Kabul, which Humayun perhaps took over into his own. Humayun&#039;s major known commission was a &#039;&#039;[[Khamsa of Nizami]]&#039;&#039; with 36 illuminated pages ([[:Commons:Category:Khamsa of Nizami, 1550-54, Kabul (BNF, Smith-Lesouëf 216)|BNF, Smith-Lesouëf 216]]), in which the different styles of the various artists are mostly still apparent.&amp;lt;ref name=&amp;quot;:4&amp;quot;&amp;gt;Grove&amp;lt;/ref&amp;gt; Apart from the London painting, he also commissioned at least two miniatures showing himself with family members,&amp;lt;ref name=&amp;quot;:4&amp;quot; /&amp;gt; a type of subject that was rare in Persia but common among the Mughals.&amp;lt;ref&amp;gt;Beach, 58&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Akbar (1556–1605)===&lt;br /&gt;
During the reign of Humayun&#039;s son [[Akbar]] (r.1556–1605), the imperial court, apart from being the centre of administrative authority to manage and rule the vast Mughal empire, also emerged as a centre of cultural excellence. Akbar inherited and expanded his father&#039;s library and atelier of court painters, and paid close personal attention to its output. He had studied painting in his youth under [[Abd al-Samad|Abd as-Samad]],&amp;lt;ref name=&amp;quot;:12&amp;quot;&amp;gt;{{Cite journal |last=Canby |first=Sheila |date=2011 |title=&#039;Abd Al-Samad |url=https://www.jstor.org/stable/23220221 |journal=Artibus Asiae. Supplementum |volume=48 |pages=97–110 |jstor=23220221 |issn=1423-0526 |archive-date=2022-07-19 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20220719074105/https://www.jstor.org/stable/23220221 |url-status=live }}&amp;lt;/ref&amp;gt; though it is not clear how far these studies went.&amp;lt;ref&amp;gt;Beach, 49&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Between 1560 and 1566, the &#039;&#039;[[Tutinama]]&#039;&#039; (&amp;quot;Tales of a Parrot&amp;quot;), now in the [[Cleveland Museum of Art]],&amp;lt;ref&amp;gt;{{Cite journal |last=Seyller |first=John |date=1992 |title=Overpainting in the Cleveland T̤ūt̤īnāma |url=https://www.jstor.org/stable/3249892 |journal=Artibus Asiae |volume=52 |issue=3/4 |pages=283–318 |doi=10.2307/3249892 |jstor=3249892 |issn=0004-3648 |url-access=subscription |archive-date=2025-05-14 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20250514201123/https://www.jstor.org/stable/3249892 |url-status=live }}&amp;lt;/ref&amp;gt; was illustrated, showing &amp;quot;the stylistic components of the imperial Mughal style at a formative stage&amp;quot;.&amp;lt;ref name=&amp;quot;:5&amp;quot;&amp;gt;{{Cite journal |last=Krishna |first=Anand |date=1973 |title=A Reassessment of the &amp;quot;Tuti-Nama&amp;quot; Illustrations in the Cleveland Museum of Art (And Related Problems on Earliest Mughal Paintings and Painters) |url=https://www.jstor.org/stable/3249561 |journal=Artibus Asiae |volume=35 |issue=3 |pages=241–268 |doi=10.2307/3249561 |jstor=3249561 |issn=0004-3648 |url-access=subscription |archive-date=2023-02-20 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20230220211714/https://www.jstor.org/stable/3249561 |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:4&amp;quot; /&amp;gt; Among other manuscripts, between 1562 and 1577, the [[atelier]] worked on an illustrated manuscript of the &#039;&#039;[[Hamzanama]]&#039;&#039; consisting of 1,400 cotton [[Bookbinding|folio]]s, unusually large at 69&amp;amp;nbsp;cm x 54&amp;amp;nbsp;cm (approx. 27 x 20 inches) in size. This huge project, &amp;quot;served as a means of moulding the disparate styles of his artists, from Iran and from different parts of India, into one unified style&amp;quot;. By the end, the style reached maturity, and &amp;quot;the flat and decorative compositions of Persian painting have been transformed by creating a believable space in which characters painted in the round can perform&amp;quot;.&amp;lt;ref&amp;gt;Losty, 15&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Saadi Shirazi|Saʿdī Shīrāzī]]&#039;s masterpiece &#039;&#039;[[Gulistan (book)|Gulistān]]&#039;&#039;&amp;lt;ref&amp;gt;{{Cite journal |last=Seyller |first=John |date=2008 |title=The Colophon Portrait of the Royal Asiatic Society Gulistan of Sa&#039;di |url=https://www.jstor.org/stable/40599603 |journal=Artibus Asiae |volume=68 |issue=2 |pages=333–342 |doi=10.61342/SYVY7599 |jstor=40599603 |issn=0004-3648|url-access=subscription }}&amp;lt;/ref&amp;gt; was produced at [[Fatehpur Sikri]] in 1582, Abu Tahir Tarsusi&#039;s &#039;&#039;[[Darab-nama|Darab-Nama]]&#039;&#039; around 1585; the [[Khamsa of Nizami (British Library, Or. 12208)]] followed in the 1590s and [[Jami|Jāmī]]&#039;s &#039;&#039;[[Baharestan (book)|Bahâristân]]&#039;&#039; around 1595 in [[Lahore]]. As Mughal-derived painting spread to [[Hindu]] courts the texts illustrated included the Hindu [[Epic poetry|epic]]s including the [[Ramayana]] and the [[Mahabharata]]; themes with animal fables; individual portraits; and paintings on scores of different themes. Mughal style during this period continued to refine itself with elements of realism and naturalism coming to the fore. Between 1570 and 1585, Akbar hired over one hundred painters to practice Mughal style painting.&amp;lt;ref&amp;gt;Eastman&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[File:Agnipuruṣa rises from the sacred fire.jpg|left|thumb|Agnipuruṣa rises from the sacred fire of the [[Putrakameshti]], circa 1588–1592, by [[Basawan]] and Husain Naqqash. Gouache and gold on paper, Maharaja Sawai Man Singh II Museum Trust, The City Palace, Jaipur.]]&lt;br /&gt;
Akbar&#039;s rule established a celebratory theme among the Mughal Empire. In this new period, Akbar persuaded artist to focus on showing off spectacles and including grand symbols like elephants in their work to create the sense of a prospering empire. Along with this new mindset, Akbar also encouraged his people to write down and find a way to record what they remembered from earlier times to ensure that others would be able to remember the greatness of the Mughal empire.&amp;lt;ref name=&amp;quot;:6&amp;quot;&amp;gt;{{Cite journal |last=Koch |first=Ebba |date=2017 |title=Visual Strategies of Imperial Self-Representation: The Windsor Pādshāhnāma Revisited |url=https://www.jstor.org/stable/44972936 |journal=The Art Bulletin |volume=99 |issue=3 |pages=93–124 |doi=10.1080/00043079.2017.1292871 |jstor=44972936 |issn=0004-3079}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Jahangir (1605–1627)===&lt;br /&gt;
[[File:Bichitr - Jahangir Preferring a Sufi Shaikh to Kings, from the St. Petersburg album - Google Art Project.jpg|thumb|&#039;[[Jahangir Preferring a Sufi Shaikh to Kings]]&#039;, c. 1615–1618, [[Bichitr]], [[Freer Gallery of Art]].&amp;lt;ref name=&amp;quot;:7&amp;quot;&amp;gt;{{Cite web |title=A closer look at Mughal Emperor Jahangir depicted on the hourglass throne |url=https://www.thebritishacademy.ac.uk/blog/closer-look-mughal-emperor-jahangir-depicted-hourglass-throne/ |access-date=2025-08-22 |website=The British Academy |language=en |archive-date=2024-04-21 |archive-url=https://web.archive.org/web/20240421152337/https://www.thebritishacademy.ac.uk/blog/closer-look-mughal-emperor-jahangir-depicted-hourglass-throne/ |url-status=live }}&amp;lt;/ref&amp;gt;]]&lt;br /&gt;
[[Jahangir]] had an artistic inclination and during his reign Mughal painting developed further. Like Akbar, Jahangir collected illuminated Persian manuscripts and albums, alongside European paintings.&amp;lt;ref&amp;gt;{{Cite journal |last=Dimand |first=Maurice S. |date=1944 |title=The Emperor Jahangir, Connoisseur of Paintings |url=https://www.jstor.org/stable/3257119 |journal=The Metropolitan Museum of Art Bulletin |volume=2 |issue=6 |pages=196–200 |doi=10.2307/3257119 |issn=0026-1521|url-access=subscription }}&amp;lt;/ref&amp;gt; Brushwork became finer and the colours lighter. Jahangir was also deeply influenced by European painting. During his reign he came into direct contact with the English Crown and was sent gifts of oil paintings, which included portraits of the King and Queen. He encouraged his royal atelier to take up the single point perspective favored by European artists, unlike the flattened multi-layered style used in traditional miniatures. He particularly encouraged paintings depicting events of his own life, individual portraits, and studies of birds, flowers and animals. The &#039;&#039;[[Tuzk-e-Jahangiri]]&#039;&#039; (or &#039;&#039;Jahangirnama&#039;&#039;), written during his lifetime, which is an autobiographical account of Jahangir&#039;s reign, has several paintings, including some unusual subjects such as the union of a saint with a tigress, and fights between spiders.&amp;lt;ref&amp;gt;{{Cite journal |last1=P. |first1=Vaishnavi |last2=B. |first2=Ramya |date=2022 |title=Mughal Miniature Paintings: An Analysis |url=https://www.kristujayantijournal.com/index.php/ijss/article/view/2189 |journal=Kristu Jayanti Journal of Humanities and Social Sciences |language=en |issn=2583-6277 |archive-url=https://web.archive.org/web/20250704094737/https://www.kristujayantijournal.com/index.php/ijss/article/view/2189 |archive-date=2025-07-04 |access-date=2025-08-18 |url-status=live }}&amp;lt;/ref&amp;gt; Mughal paintings made during Jahangir&#039;s reign continued the trend of naturalism and were influenced by the resurgence of Persian styles and subjects over more traditional Hindu.&amp;lt;ref name=&amp;quot;:2&amp;quot;/&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Shah Jahan (1628–1658)===&lt;br /&gt;
[[File:&#039;Elephant with Mahout&#039;, circa 1660, The Metropolitan Museum of Art.jpg|thumb|&#039;Elephant with Mahout&#039;, circa 1660, The Metropolitan Museum of Art.]]&lt;br /&gt;
During the reign of [[Shah Jahan]] (1628–58), Mughal paintings continued to develop, but court paintings became more rigid and formal. The illustrations from the &#039;&#039;[[Padshahnama|Pādshāhnāma]]&#039;&#039; (&#039;The Book of the Emperor&#039;), one of the finest Islamic manuscripts from the Royal Collection, at Windsor, were painted during the reign of [[Shah Jahan]]. Written in Persian on paper that is flecked with gold, has exquisitely rendered paintings. The &#039;&#039;[[Padshahnama|Pādshāhnāma]]&#039;&#039; has portraits of the courtiers and servants of the King painted with great detail and individuality. In keeping with the strict formality at court, however the portraits of the King and important nobles was rendered in strict profile, whereas servants and common people, depicted with individual features have been portrayed in the three-quarter view or the frontal view.&amp;lt;ref name=&amp;quot;:6&amp;quot; /&amp;gt;&lt;br /&gt;
[[File:Prince Awrangzeb (Aurangzeb) facing a maddened elephant named Sudhakar (7 June 1633).jpg|thumb|&#039;Prince Awrangzeb (Aurangzeb) facing a maddened elephant named Sudhakar (7 June 1633)&#039;, c. 1635–40, the [[Royal Collection|Royal Collection Trust]]. The only landscape-format painting in the &#039;&#039;[[Padshahnama]]&#039;&#039; manuscript, this image symbolises the strength and vigour of the Mughal dynasty as [[Shah Jahan]] observes his son [[Aurangzeb]] thrust a spear into the trunk of a charging elephant.&amp;lt;ref&amp;gt;{{Cite web |title=Mughal artist - Prince Awrangzeb facing a maddened elephant named Sudhakar (7 June 1633) |url=https://www.rct.uk/collection/1005025-ad/prince-awrangzeb-facing-a-maddened-elephant-named-sudhakar-7-june-1633 |access-date=2025-08-19 |website=www.rct.uk |language=en |archive-date=2024-04-14 |archive-url=https://web.archive.org/web/20240414083740/https://www.rct.uk/collection/1005025-ad/prince-awrangzeb-facing-a-maddened-elephant-named-sudhakar-7-june-1633 |url-status=live }}&amp;lt;/ref&amp;gt;]]&lt;br /&gt;
Themes including musical parties; lovers, sometimes in intimate positions, on terraces and gardens; and ascetics gathered around a fire, abound in the Mughal paintings of this period.&amp;lt;ref&amp;gt;Britannica&amp;lt;/ref&amp;gt;{{citation needed|date=July 2016}} Even though this period was titled the most prosperous, artists during this time were expected to adhere to representing life in court as organized and unified. For this reason, most art created under his rule focused mainly on the emperor and aided in establishing his authority. The purpose of this art was to leave behind an image of what the Mughal&#039;s believed to be the ideal ruler and state.&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite web|last=Singh|first=Kavita|date=13 June 2021|title=In a resplendent portrait of a Mughal emperor, subtle clues about a dark fall|url=https://scroll.in/article/997197/in-a-resplendent-portrait-of-a-mughal-emperor-subtle-clues-about-a-dark-fall|access-date=2021-06-13|website=Scroll.in|language=en-US|archive-date=2021-06-12|archive-url=https://web.archive.org/web/20210612235734/https://scroll.in/article/997197/in-a-resplendent-portrait-of-a-mughal-emperor-subtle-clues-about-a-dark-fall|url-status=live}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Later paintings==&lt;br /&gt;
[[File:Darbarscene.jpg|thumb|A [[Durbar (court)|durbar]] scene with the newly crowned Emperor [[Aurangzeb]] in his golden throne. Though he did not encourage Mughal painting, some of the best work was done during his reign.|left]]&lt;br /&gt;
[[Aurangzeb]] (1658–1707) was never an enthusiastic patron of painting, largely for religious reasons, and took a turn away from the pomp and ceremonial of the court around 1668, after which he probably commissioned no more paintings. After 1681 he moved to the [[Deccan]] to pursue his slow conquest of the [[Deccan Sultanates]], never returning to live in the north.&amp;lt;ref&amp;gt;Losty, 147, 149&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[File:&#039;Lovers and beloveds, A composite of scenes from Persian, Urdu, and Sanskrit literature&#039;, painting by Chitarman II, ca 1735.png|thumb|&#039;Lovers and beloveds, A composite of scenes from Persian, Urdu, and Sanskrit literature&#039;, painting by Chitarman II or Kalyan Das, c. 1735, [[Cleveland Museum of Art]].&lt;br /&gt;
&lt;br /&gt;
By reading the Persian inscriptions in [[Nastaliq|Nasta‘liq]] script, following figures from diverse literature can be identified: [[Heer Ranjha|Ranjha]], [[Yusuf and Zulaikha|Joseph and Zulaykha]], Vamiq and ‘Azra, [[Nala]], [[Sassui Punnhun|Sassi and Punnun]], [[Khosrow and Shirin|Shirin and Farhad]], [[Padmavat|Padmavati and Ratnasena]], [[Layla and Majnun|Majnun]] and also, [[Hafez|Hafiz of Shiraz]] and the woman with whom, according to popular lore, Hafiz was supposed to have fallen in love as a youth.]]&lt;br /&gt;
Mughal paintings continued to survive, but the decline had set in. Some sources however note that a few of the best Mughal paintings were made for Aurangzeb, speculating that they believed that he was about to close the workshops and thus exceeded themselves in his behalf.&amp;lt;ref&amp;gt;[http://www.columbia.edu/itc/mealac/pritchett/00routesdata/1600_1699/aurangzeb/darbarscene/darbarscene.html Commentary] {{Webarchive|url=https://web.archive.org/web/20070308170232/http://www.columbia.edu/itc/mealac/pritchett/00routesdata/1600_1699/aurangzeb/darbarscene/darbarscene.html |date=2007-03-08 }} by [[Stuart Cary Welch]]&amp;lt;/ref&amp;gt; There was a brief revival during the reign of [[Muhammad Shah]] (1719–1748), but by the time of [[Shah Alam II]] (1759–1806), the art of Mughal painting had lost its glory.&amp;lt;ref&amp;gt;{{Cite journal |last=Scheurleer |first=Pauline Lunsingh |date=2016 |title=The Indian Miniatures in the Canter Visscher Album |journal=The Rijksmuseum Bulletin |volume=64 |issue=3 |pages=194–245 |doi=10.52476/trb.9805 |jstor=43901906 |issn=1877-8127|doi-access=free }}&amp;lt;/ref&amp;gt; By that time, other schools of Indian painting had developed, including, in the royal courts of the Rajput kingdoms of [[Rajputana]], [[Rajput painting]] and in cities ruled by the [[British East India Company]], the [[Company style]] under Western influence. Late Mughal style often shows increased use of [[graphical perspective|perspective]] and recession under Western influence, like in the works of [[Ghulam Ali Khan]], [[Ghulam Murtaza Khan]], and [[Mazhar Ali Khan (painter)|Mazhar Ali Khan]].&lt;br /&gt;
&lt;br /&gt;
Many museums have significant collections of Mughal miniatures, like the [[National Museum of India]],&amp;lt;ref&amp;gt;{{Cite web |title=National Museum, New Delhi |url=https://nationalmuseumindia.gov.in/en/collections/index/13 |archive-url=https://web.archive.org/web/20250708153451/https://nationalmuseumindia.gov.in/en/collections/index/13 |archive-date=2025-07-08 |access-date=2025-08-18 |website=nationalmuseumindia.gov.in |language=en |url-status=live }}&amp;lt;/ref&amp;gt; the Mehrangarh Museum Trust,&amp;lt;ref&amp;gt;{{Cite web |title=Paintings |url=https://www.mehrangarh.org/collection/paintings/ |access-date=2025-08-18 |website=Mehrangarh Museum Trust |language=en-US |archive-date=2025-02-06 |archive-url=https://web.archive.org/web/20250206211607/https://www.mehrangarh.org/collection/paintings/ |url-status=live }}&amp;lt;/ref&amp;gt; the [[Raza Library|Rampur Raza Library]],&amp;lt;ref&amp;gt;{{Cite web |title=Mughal Miniatures of Rampur – an exhibition created out of IGNCA publicaiton on the Rampur Raza Library Collection {{!}} IGNCA |url=https://ignca.gov.in/events/mughal-miniatures-of-rampur-an-exhibition-created-out-of-ignca-publicaiton-on-the-rampur-raza-library-collection/ |access-date=2025-08-18 |language=en-US |archive-date=2025-04-05 |archive-url=https://web.archive.org/web/20250405023156/https://ignca.gov.in/events/mughal-miniatures-of-rampur-an-exhibition-created-out-of-ignca-publicaiton-on-the-rampur-raza-library-collection/ |url-status=live }}&amp;lt;/ref&amp;gt; the [[Indian Museum]],&amp;lt;ref&amp;gt;{{Cite web |title=Paintings Gallery – Home – Indian Museum Kolkata |url=https://indianmuseumkolkata.org/gallery/paintings-gallery/ |access-date=2025-08-18 |website=indianmuseumkolkata.org |archive-date=2024-09-22 |archive-url=https://web.archive.org/web/20240922124347/https://indianmuseumkolkata.org/gallery/paintings-gallery/ |url-status=live }}&amp;lt;/ref&amp;gt; the [[British Library]]&amp;lt;ref&amp;gt;{{Cite web |title=British Library |url=https://imagesonline.bl.uk/ |access-date=2025-08-18 |language=en-GB |archive-date=2025-07-16 |archive-url=https://web.archive.org/web/20250716213059/https://www.imagesonline.bl.uk/ |url-status=live }}&amp;lt;/ref&amp;gt; (which includes illustrated copies of the [[Razmnama (British Library, Or. 12076)|Razmnama]] and [[Khamsa of Nizami (British Library, Or. 12208)|Khamsa of Nizami]]), the [[Walters Art Museum]],&amp;lt;ref&amp;gt;{{Cite web |title=About the Collection of the Walters Art Museum |url=https://thewalters.org/experience/collections/ |access-date=2025-08-18 |website=The Walters Art Museum |language=en-US |archive-date=2025-08-21 |archive-url=https://web.archive.org/web/20250821213734/https://thewalters.org/experience/collections/ |url-status=live }}&amp;lt;/ref&amp;gt; the [[National Museum of Asian Art]],&amp;lt;ref&amp;gt;{{Cite news |title=Explore Art + Culture - National Museum of Asian Art |url=https://asia.si.edu/explore-art-culture/ |access-date=2025-08-18 |work=National Museum of Asian Art |language=en-US |archive-date=2025-08-11 |archive-url=https://web.archive.org/web/20250811143845/https://asia.si.edu/explore-art-culture/ |url-status=live }}&amp;lt;/ref&amp;gt; the [[Victoria and Albert Museum]]&amp;lt;ref&amp;gt;{{Cite web |title=Explore the Collections · V&amp;amp;A |url=https://www.vam.ac.uk/collections |access-date=2025-08-18 |website=Victoria and Albert Museum |language=en |archive-date=2025-08-18 |archive-url=https://web.archive.org/web/20250818152115/https://www.vam.ac.uk/collections |url-status=live }}&amp;lt;/ref&amp;gt; the [[Metropolitan Museum of Art]],&amp;lt;ref&amp;gt;{{Cite web |title=Results for &amp;quot;Mughal &amp;quot; - The Metropolitan Museum of Art |url=https://www.metmuseum.org/art/collection/search?q=Mughal+&amp;amp;material=Paintings |access-date=2025-08-18 |website=www.metmuseum.org |language=en}}&amp;lt;/ref&amp;gt; the [[Cleveland Museum of Art]],&amp;lt;ref&amp;gt;{{Cite web |title=Search the Collection {{!}} Cleveland Museum of Art |url=https://www.clevelandart.org/art/collection/search |access-date=2025-08-18 |website=www.clevelandart.org |language=en-US |archive-date=2025-08-08 |archive-url=https://web.archive.org/web/20250808043949/https://www.clevelandart.org/art/collection/search |url-status=live }}&amp;lt;/ref&amp;gt; the [[Chhatrapati Shivaji Maharaj Vastu Sangrahalaya]],&amp;lt;ref&amp;gt;{{Cite web |title=Category:Mughal miniatures in the Chhatrapati Shivaji Maharaj Vastu Sangrahalaya - Wikimedia Commons |url=https://commons.wikimedia.org/wiki/Category:Mughal_miniatures_in_the_Chhatrapati_Shivaji_Maharaj_Vastu_Sangrahalaya |access-date=2025-08-22 |website=commons.wikimedia.org |language=en}}&amp;lt;/ref&amp;gt; the [[The San Diego Museum of Art|San Diego Museum of Art]]&amp;lt;ref&amp;gt;{{Cite web |title=Category:Mughal and post-Mughal miniatures in the San Diego Museum of Art - Wikimedia Commons |url=https://commons.wikimedia.org/wiki/Category:Mughal_and_post-Mughal_miniatures_in_the_San_Diego_Museum_of_Art |access-date=2025-08-22 |website=commons.wikimedia.org |language=en |archive-date=2020-12-17 |archive-url=https://web.archive.org/web/20201217173843/https://commons.wikimedia.org/wiki/Category:Mughal_and_post-Mughal_miniatures_in_the_San_Diego_Museum_of_Art |url-status=live }}&amp;lt;/ref&amp;gt; and the [[Royal Collection|Royal Collection Trust]].&amp;lt;ref&amp;gt;{{Cite web |title=Explore the Royal Collection online |url=https://www.rct.uk/collection/search#/page/1 |access-date=2025-08-18 |website=www.rct.uk |language=en |archive-date=2019-04-02 |archive-url=https://web.archive.org/web/20190402195830/https://www.rct.uk/collection/search#/page/1 |url-status=live }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Artists==&lt;br /&gt;
[[File:Colophon portrait from the Khamsa of Nizami - BL Or. MS 12208 f. 325v.jpg|thumb|Detail from the [[Khamsa of Nizami (British Library, Or. 12208)|&#039;&#039;Khamsa of Nizami&#039;&#039; manuscript in the British Library]], made for [[Akbar]], c. 1610, of [[Daulat (Mughal painter)|Daulat]] (left) painting the calligrapher of the manuscript, Abd al-Rahim.]]&lt;br /&gt;
The Persian master artists [[Abd al-Samad]],&amp;lt;ref name=&amp;quot;:12&amp;quot; /&amp;gt; [[Mir Musavvir]] and his son, [[Mir Sayyid Ali]], and [[Dust Muhammad]] who had accompanied [[Humayun]] to India in the 16th century, were in charge of the imperial atelier during the formative stages of Mughal painting. These Persian artists&amp;lt;ref name=&amp;quot;:8&amp;quot;&amp;gt;{{Cite journal |last=Soucek |first=Priscilla P. |date=1987 |title=Persian Artists in Mughal India: Influences and Transformations |url=https://www.jstor.org/stable/1523102 |journal=Muqarnas |volume=4 |pages=166–181 |doi=10.2307/1523102 |jstor=1523102 |issn=0732-2992 |url-access=subscription |archive-date=2025-08-25 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20250825033907/https://www.jstor.org/stable/1523102 |url-status=live }}&amp;lt;/ref&amp;gt; were masters of their craft, and had contributed to previous commissions like the [[Shahnameh of Shah Tahmasp|&#039;&#039;Shahnameh&#039;&#039; of Shah Tahmasp]]. Dust Muhammad, who was a disciple of [[Kamāl ud-Dīn Behzād]], had also worked in the compiling of [[Bahram Mirza Album]]&amp;lt;ref&amp;gt;{{Cite journal |last=Weis |first=Friederike |date=2020-10-02 |title=How the Persian Qalam Caused the Chinese Brush to Break: The Bahram Mirza Album Revisited |url=https://brill.com/view/journals/muqj/37/1/article-p63_4.xml |journal=Muqarnas Online |volume=37 |issue=1 |pages=63–109 |doi=10.1163/22118993-00371P04 |issn=0732-2992 |url-access=subscription |archive-date=2025-05-07 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20250507021450/https://brill.com/view/journals/muqj/37/1/article-p63_4.xml |url-status=live }}&amp;lt;/ref&amp;gt; and illustrations of the &#039;&#039;[[Cartier Hafiz]].&#039;&#039; &lt;br /&gt;
[[File:Shah Tahmasp of Iran. Painting by Sahifa Banu, Mughal, early 17th century.jpg|thumb|&#039;Shah Tahmasp of Iran&#039;, early 17th century, Sahifa Banu, [[Victoria and Albert Museum]].&lt;br /&gt;
&lt;br /&gt;
This portrait of [[Tahmasp I|Shah Tahmasp of Iran]] by done by a woman painter, Sahifa Banu, with borders by [[Ustad Mansur|Mansur]].]]&lt;br /&gt;
Many artists worked on large commissions, the majority of them apparently Hindu, to judge by the names recorded. Women artists were also a part of the Mughal atelier,&amp;lt;ref&amp;gt;{{Cite journal |last=Majlis |first=Najma Khan |date=2006 |title=Representation of Professional and Working Women in Mughal Miniature Painting (16 Th -18 Th Century) |url=https://www.jstor.org/stable/44147951 |journal=Proceedings of the Indian History Congress |volume=67 |pages=307–311 |jstor=44147951 |issn=2249-1937}}&amp;lt;/ref&amp;gt; and contributed to commissions, like in the [[Muraqqa-e Gulshan|Gulshan Album]] (Muraqqa&#039;-e Gulshan),&amp;lt;ref name=&amp;quot;:9&amp;quot;&amp;gt;{{Cite journal |last=Beach |first=Milo C. |date=2013 |title=The Gulshan Album and the Workshops of Prince Salim |url=https://www.jstor.org/stable/24240820 |journal=Artibus Asiae |volume=73 |issue=2 |pages=445–477 |doi=10.61342/NFFN3466 |jstor=24240820 |issn=0004-3648 |url-access=subscription |archive-date=2024-04-22 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20240422175104/https://www.jstor.org/stable/24240820 |url-status=live }}&amp;lt;/ref&amp;gt; which included the work of at least three women artists.&amp;lt;ref&amp;gt;{{Cite web |last=Lab |first=The Heritage |date=2021-03-02 |title=5 Women Artists of the Mughal Court |url=https://www.theheritagelab.in/women-artists-mughal-court/ |access-date=2025-08-22 |website=The Heritage Lab |language=en |archive-date=2024-07-24 |archive-url=https://web.archive.org/web/20240724094723/https://www.theheritagelab.in/women-artists-mughal-court/ |url-status=live }}&amp;lt;/ref&amp;gt; Artists like Sahifa Banu drew portraits and copies of compositions by [[Kamāl ud-Dīn Behzād]] and [[Sultan Ali Mashhadi|Sultan ‘Ali al-Mashhadi]], while others like Ruqaya Banu, Nuri Nadira Bano &amp;amp; Nini&#039;&#039;,&#039;&#039; made copies of European engravings and prints in their own style. Mughal painting generally involved a group of artists, one (generally the most senior) to decide and outline the composition, the second to actually paint, and perhaps a third who specialized in portraiture, executing individual faces.&amp;lt;ref&amp;gt;Losty, 31; Crill and Jariwala, 27; Britannica&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This was especially the case with the large historical book projects that dominated production during Akbar&#039;s reign, the &#039;&#039;[[Tutinama]]&#039;&#039;,&amp;lt;ref name=&amp;quot;:5&amp;quot; /&amp;gt; &#039;&#039;[[Baburnama]]&#039;&#039;,&amp;lt;ref name=&amp;quot;:11&amp;quot; /&amp;gt; &#039;&#039;[[Hamzanama]]&#039;&#039;,&amp;lt;ref&amp;gt;{{Cite journal |last=Seyller |first=John |date=1993 |title=A Dated Ḥamzanāma Illustration |url=https://www.jstor.org/stable/3250533 |journal=Artibus Asiae |volume=53 |issue=3/4 |pages=501–505 |doi=10.2307/3250533 |jstor=3250533 |issn=0004-3648|url-access=subscription }}&amp;lt;/ref&amp;gt; &#039;&#039;[[Razmnama]]&#039;&#039;,&amp;lt;ref&amp;gt;{{Cite journal |last=Rice |first=Yael |date=2010 |title=A Persian Mahabharata: The 1598-1599 Razmnama |url=https://www.jstor.org/stable/20720743 |journal=Manoa |volume=22 |issue=1 |pages=125–131 |jstor=20720743 |issn=1045-7909 |archive-date=2025-09-12 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20250912043243/https://www.jstor.org/stable/20720743 |url-status=live }}&amp;lt;/ref&amp;gt; and &#039;&#039;[[Akbarnama]]&#039;&#039;. For manuscripts of Persian poetry there was a different way of working, with the best masters apparently expected to produce exquisitely finished miniatures all or largely their own work.&amp;lt;ref&amp;gt;Losty, 31&amp;lt;/ref&amp;gt; An influence on the evolution of style during Akbar&#039;s reign was Keshav Das, who understood and developed &amp;quot;European techniques of rendering space and volume&amp;quot;.&amp;lt;ref name=&amp;quot;BloomBlair2009&amp;quot;&amp;gt;{{cite book|last1=Bloom|first1=Jonathan M.|last2=Blair|first2=Sheila S.|title=The Grove Encyclopedia of Islamic Art and Architecture|url=https://books.google.com/books?id=un4WcfEASZwC&amp;amp;pg=RA1-PA380|year=2009|publisher=Oxford University Press|isbn=978-0-19-530991-1|volume=1|page=380}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Conveniently for modern scholars, Akbar liked to see the names of the artists written below each miniature. Analysis of manuscripts shows that individual miniatures were assigned to many painters. For example, [[Razmnama (British Library, Or. 12076)|the incomplete &#039;&#039;Razmnama&#039;&#039; in the British Library]] contains 24 miniatures, with 21 different names, though this may be an especially large number.&amp;lt;ref&amp;gt;[https://blogs.bl.uk/asian-and-african/2016/04/razmnamah-the-persian-mahabharata.html &amp;quot;Razmnamah: the Persian Mahabharata&amp;quot;] {{Webarchive|url=https://web.archive.org/web/20200213192015/https://blogs.bl.uk/asian-and-african/2016/04/razmnamah-the-persian-mahabharata.html |date=2020-02-13 }}, British Library &#039;&#039;Asian and African studies blog&#039;&#039;, by Ursula Sims-Williams, April 2016 - see table near bottom&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Important painters under Akbar and Jahangir were:&amp;lt;ref&amp;gt;Diamind, Maurice. [http://www.metmuseum.org/pubs/bulletins/1/pdf/3257529.pdf.bannered.pdf &amp;quot;Mughal Painting Under Akbar the Great&amp;quot;] {{Webarchive|url=https://web.archive.org/web/20161201153059/http://www.metmuseum.org/pubs/bulletins/1/pdf/3257529.pdf.bannered.pdf |date=2016-12-01 }} Metropolitan Museum of Art&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[File:Self-portrait of the artist Daulat and portraits of the artists Govardhan, Bishandas, Manohar, Abu&#039;l-Hasan, by Daulat, ca.1610.jpg|thumb|Self-portrait of the artist [[Daulat (artist)|Daulat]] (starting from bottom left corner and going counter-clockwise) and portraits of the artists [[Govardhan (artist)|Govardhan]], [[Bishandas]], [[Manohar Das|Manohar]], [[Abu&#039;l-Hasan (artist)|Abu&#039;l-Hasan]], by Daulat, ca.1610. The self-portrait and portraits are found on the border of the folio. [[Muraqqa-e Gulshan|Gulshan Album]] (Muraqqaʿ-e Gulshan or Moraqqaʿ-e Golshan). Kept in the collection of the [[Golestan Palace|Golestan Palace Library]], Tehran.&amp;lt;ref name=&amp;quot;:9&amp;quot; /&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
* [[Farrukh Beg]]&amp;lt;ref&amp;gt;{{Cite journal |last=Beach |first=Milo C. |date=2011 |title=Farrukh Beg |url=https://www.jstor.org/stable/23220227 |journal=Artibus Asiae. Supplementum |volume=48 |pages=187–210 |jstor=23220227 |issn=1423-0526 |archive-date=2022-12-09 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20221209155801/https://www.jstor.org/stable/23220227 |url-status=live }}&amp;lt;/ref&amp;gt; ({{circa|1545|1615}}), a Persian artist,&amp;lt;ref name=&amp;quot;:8&amp;quot; /&amp;gt; in India from 1585 to 1590, perhaps then in [[Bijapur]],&amp;lt;ref&amp;gt;{{Cite journal |last=Seyller |first=John |date=1995 |title=Farrukh Beg in the Deccan |url=https://www.jstor.org/stable/3249754 |journal=Artibus Asiae |volume=55 |issue=3/4 |pages=319–341 |doi=10.2307/3249754 |jstor=3249754 |issn=0004-3648 |url-access=subscription |archive-date=2021-05-04 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20210504051352/https://www.jstor.org/stable/3249754 |url-status=live }}&amp;lt;/ref&amp;gt; returning north from around 1605 to his death.&amp;lt;ref&amp;gt;{{Cite journal |last=Verma |first=S. P. |date=1978 |title=Farrukh Beg?the Mughal Court Painter |url=https://www.jstor.org/stable/44139370 |journal=Proceedings of the Indian History Congress |volume=39 |pages=360–367 |jstor=44139370 |issn=2249-1937 |archive-date=2021-05-22 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20210522050126/https://www.jstor.org/stable/44139370 |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite journal |last=Skelton |first=Robert |date=1957 |title=The Mughal Artist Farrokh Beg |url=https://www.jstor.org/stable/4629045 |journal=Ars Orientalis |volume=2 |pages=393–411 |jstor=4629045 |issn=0571-1371 |archive-date=2021-05-04 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20210504162047/https://www.jstor.org/stable/4629045 |url-status=live }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Daswanth]], d. 1584, who worked especially on Akbar&#039;s &#039;&#039;[[Razmnama]]&#039;&#039;, the &#039;&#039;[[Mahabharata]]&#039;&#039; in Persian.&amp;lt;ref&amp;gt;{{Cite journal |last=Beach |first=Milo Cleveland |date=1982 |title=The Mughal Painter Daswanth |url=https://www.jstor.org/stable/4629314 |journal=Ars Orientalis |volume=13 |pages=121–133 |jstor=4629314 |issn=0571-1371 |archive-date=2024-02-19 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20240219211806/https://www.jstor.org/stable/4629314 |url-status=live }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Basawan]],&amp;lt;ref&amp;gt;{{Cite journal |last=Seyller |first=John |date=2011 |title=Basawan |url=https://www.jstor.org/stable/23220223 |journal=Artibus Asiae. Supplementum |volume=48 |pages=119–134 |jstor=23220223 |issn=1423-0526 |archive-date=2024-02-26 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20240226112157/https://www.jstor.org/stable/23220223 |url-status=live }}&amp;lt;/ref&amp;gt; (active c. 1580–1600), whose son [[Manohar Das]]&amp;lt;ref&amp;gt;{{Cite journal |last=Seyller |first=John |date=2011 |title=Manohar |url=https://www.jstor.org/stable/23220224 |journal=Artibus Asiae. Supplementum |volume=48 |pages=135–152 |jstor=23220224 |issn=1423-0526}}&amp;lt;/ref&amp;gt; was active c. 1582–1624.&lt;br /&gt;
*[[Daulat (artist)|Daulat]] (c. 1595- c. 1635/40), began his career painting large narrative scenes, then specialized in portraits, but later in his career, seems to have specialized in highly ornate borders to miniatures.&amp;lt;ref&amp;gt;{{Cite journal |last=Beach |first=Milo C. |date=2011 |title=Daulat |url=https://www.jstor.org/stable/23220234 |journal=Artibus Asiae. Supplementum |volume=48 |pages=305–320 |jstor=23220234 |issn=1423-0526}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Govardhan (Mughal painter)|Govardhan]],&amp;lt;ref&amp;gt;{{Cite journal |last=Seyller |first=John |date=2011 |title=Govardhan |url=https://www.jstor.org/stable/23220237 |journal=Artibus Asiae. Supplementum |volume=48 |pages=357–374 |jstor=23220237 |issn=1423-0526 |archive-date=2023-01-09 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20230109111445/https://www.jstor.org/stable/23220237 |url-status=live }}&amp;lt;/ref&amp;gt; active c. 1596 to 1640, was especially good at portraits. His father Bhavani Das,&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt; had been a painter in the imperial workshop.&lt;br /&gt;
*[[Ustad Mansur]] (active c.1590–1624), a specialist in animals and plants.&amp;lt;ref&amp;gt;{{Cite journal |last=Beach |first=Milo C. |date=2011 |title=Mansur |url=https://www.jstor.org/stable/23220230 |journal=Artibus Asiae. Supplementum |volume=48 |pages=243–258 |jstor=23220230 |issn=1423-0526}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*&#039;Abid (active c. 1604- 1645), was son of Aqa Riza and brother of [[Abu&#039;l-Hasan (artist)|Abu al-Hasan]], who was trained in the principles of Persian painting.&amp;lt;ref name=&amp;quot;Beach 2011 231–242&amp;quot;&amp;gt;{{Cite journal |last=Beach |first=Milo C. |date=2011 |title=&#039;Abid |url=https://www.jstor.org/stable/23220229 |journal=Artibus Asiae. Supplementum |volume=48 |pages=231–242 |jstor=23220229 |issn=1423-0526}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Abu&#039;l-Hasan (artist)|Abu al-Hasan]] (1589 – c.1630), son of Aqa Riza, and brother of &#039;Abid,&amp;lt;ref name=&amp;quot;Beach 2011 231–242&amp;quot;/&amp;gt; who drew a number of allegorical paintings during Jahangir&#039;s region, like [[Jahangir Shooting the Head of Malik Ambar]] and [[Emperor Jahangir Triumphing over Poverty]].&amp;lt;ref&amp;gt;{{Cite journal |last=Beach |first=Milo C. |date=2011 |title=Aqa Riza and Abu&#039;l Hasan |url=https://www.jstor.org/stable/23220228 |journal=Artibus Asiae. Supplementum |volume=48 |pages=211–230 |jstor=23220228 |issn=1423-0526 |archive-date=2022-04-27 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20220427104737/https://www.jstor.org/stable/23220228 |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite journal |last=Beach |first=Milo Cleveland |date=1980 |title=The Mughal Painter Abu&#039;l Hasan and Some English Sources for His Style |url=https://www.jstor.org/stable/20168968 |journal=The Journal of the Walters Art Gallery |volume=38 |pages=6–33 |jstor=20168968 |issn=0083-7156 |archive-date=2026-01-05 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20260105231453/https://www.jstor.org/stable/20168968 |url-status=live }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Bichitr]] (active c. 1610–1660), who specialized in portraiture with a European influence.&amp;lt;ref&amp;gt;{{Cite journal |last=Wilkinson |first=J. V. S. |date=1950 |title=Masterpieces of Oriental Art. 14: Portrait of Sh?h Daulat by Bichitr |url=https://www.jstor.org/stable/25222365 |journal=The Journal of the Royal Asiatic Society of Great Britain and Ireland |issue=1/2 |pages=1 |jstor=25222365 |issn=0035-869X}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:7&amp;quot; /&amp;gt;&lt;br /&gt;
*Nanha, a painter active in the courts of Akbar and Jahangir. He was uncle of Bishandas.&amp;lt;ref&amp;gt;{{Cite journal |last=Verma |first=S.P. |date=2000 |title=Mughal Painting, Patrons and Painters |url=https://www.jstor.org/stable/44148128 |journal=Proceedings of the Indian History Congress |volume=61 |pages=510–526 |jstor=44148128 |issn=2249-1937}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Bishandas]], (c. 1590- c. 1640) who specialized in portraiture.&amp;lt;ref&amp;gt;{{Cite journal |last=Das |first=Asok Kumar |date=2011 |title=Bishandas |url=https://www.jstor.org/stable/23220231 |journal=Artibus Asiae. Supplementum |volume=48 |pages=259–278 |jstor=23220231 |issn=1423-0526}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite journal |last=Coomaraswamy |first=Ananda K. |date=1927 |title=Notes on Indian Painting, 4. Bis??nd?s and Others |url=https://www.jstor.org/stable/3247902 |journal=Artibus Asiae |volume=2 |issue=4 |pages=283–294 |doi=10.2307/3247902 |jstor=3247902 |issn=0004-3648|url-access=subscription }}&amp;lt;/ref&amp;gt; &lt;br /&gt;
*[[Mushfiq]], an early example of an artist who seems never to have worked in the imperial atelier, but for other clients like [[Abdul Rahim Khan-i-Khanan|Abd-ur-Rahim Khan-i-Khanan]].&lt;br /&gt;
*[[Miskin (painter)|Miskin]] (c.1560 - c.1604), an extremely skilled painter of animals.&amp;lt;ref&amp;gt;{{Cite journal |last=Brand |first=Michael |date=2011 |title=Miskin |url=https://www.jstor.org/stable/23220226 |journal=Artibus Asiae. Supplementum |volume=48 |pages=167–186 |jstor=23220226 |issn=1423-0526}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Sanwlah (artist)|Sanwlah]], who worked in the court of [[Jahangir]].&amp;lt;ref&amp;gt;{{Cite book |last=Brend |first=Dr Barbara |url=https://books.google.com/books?id=SUH8AQAAQBAJ&amp;amp;q=sanwlah&amp;amp;pg=PA235 |title=Perspectives on Persian Painting: Illustrations to Amir Khusrau&#039;s Khamsah |date=2013-11-05 |publisher=Routledge |isbn=978-1-136-85411-8 |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Farrukh Chela]]&amp;lt;ref&amp;gt;{{Cite journal |last=Verma |first=S. P. |date=1975 |title=&amp;quot;Chela&amp;quot;?painters of the Mughal Court |url=https://www.jstor.org/stable/44138860 |journal=Proceedings of the Indian History Congress |volume=36 |pages=345–352 |jstor=44138860 |issn=2249-1937 |archive-date=2025-09-15 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20250915113955/https://www.jstor.org/stable/44138860 |url-status=live }}&amp;lt;/ref&amp;gt; (active from 1580 or 1585/1604), contributed to most of the major illustrated manuscripts at the Mughal court.&amp;lt;ref&amp;gt;{{Cite journal |last=Morris |first=Rekha |date=1982 |title=Some Additions to the Known Corpus of Paintings by the Mughal Artist Farrukh Chela |url=https://www.jstor.org/stable/4629315 |journal=Ars Orientalis |volume=13 |pages=135–151 |jstor=4629315 |issn=0571-1371 |archive-date=2025-09-10 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20250910102334/https://www.jstor.org/stable/4629315 |url-status=live }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Keshav Das (active c. 1570 - c. 1604), who was ranked as fifth in the list of seventeen best painters of the imperial workshop by [[Abul Fazl|Abu&#039;l Fazl]]. He was reputed mainly for his copies and adaptations of European engravings.&amp;lt;ref&amp;gt;{{Cite journal |last=Okada |first=Amina |date=2011 |title=Keshav Das |url=https://www.jstor.org/stable/23220225 |journal=Artibus Asiae. Supplementum |volume=48 |pages=153–166 |jstor=23220225 |issn=1423-0526}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Payag]] (c. 1591- c. 1658), his work was heavily influenced by European art.&amp;lt;ref&amp;gt;{{Cite journal |last=Seyller |first=John |date=2011 |title=Payag |url=https://www.jstor.org/stable/23220235 |journal=Artibus Asiae. Supplementum |volume=48 |pages=321–336 |jstor=23220235 |issn=1423-0526}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Balchand]] (active from c. 1595 - c. 1650), brother of [[Payag]]. Proficient in individual portraits and manuscript illustrations, his work was known for his empathetic quality and elegant detailing,&amp;lt;ref&amp;gt;{{Cite journal |last=Seyller |first=John |date=2011 |title=Balchand |url=https://www.jstor.org/stable/23220236 |journal=Artibus Asiae. Supplementum |volume=48 |pages=337–356 |jstor=23220236 |issn=1423-0526 |archive-date=2022-04-21 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20220421191131/https://www.jstor.org/stable/23220236 |url-status=live }}&amp;lt;/ref&amp;gt; like the &#039;Death of Ināyat Khān&#039;.&amp;lt;ref name=&amp;quot;:10&amp;quot;&amp;gt;{{Cite journal |last=Smart |first=Ellen |date=1999 |title=The Death of Ināyat Khān by the Mughal Artist Bālchand |journal=Artibus Asiae. Supplementum |volume=58 |issue=3/4 |pages=273–279 |doi=10.2307/3250020 |issn=1423-0526 |jstor=3250020}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Mandu or Mandu Firangi (c. 1598) a European artist trained in Western arts who worked in Akbar&#039;s atelier. With [[Miskin (painter)|Miskin]] and Bhagawan, he illustrated a few folios of the Ramayana from Akbar&#039;s reign in Maharaja Sawai Man Singh II Museum Trust, The City Palace, Jaipur.&amp;lt;ref&amp;gt;{{Cite journal |last1=Kazmi |first1=Nuzhat |last2=Kazmi |first2=Nuzhat Fatima |date=1986 |title=Mandu Firangi- A Case Study of an Akbari Painter |url=https://www.jstor.org/stable/44141574 |journal=Proceedings of the Indian History Congress |volume=47 |pages=441–445 |jstor=44141574 |issn=2249-1937}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite book |last=Harris |first=Jonathan Gil |title=The First Firangis: Remarkable Stories of Heroes, Healers, Charlatans, Courtesans &amp;amp; other Foreigners who Became Indian |date=2015 |publisher=Aleph Book Company |isbn=978-93-82277-63-7 |location=New Delhi}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Other notable painters included Muhammad &#039;Ali,&amp;lt;ref&amp;gt;{{Cite journal |last=Seyller |first=John |date=2011 |title=Muhammad &#039;Ali |url=https://www.jstor.org/stable/23220232 |journal=Artibus Asiae. Supplementum |volume=48 |pages=279–290 |jstor=23220232 |issn=1423-0526}}&amp;lt;/ref&amp;gt; Abd al-Rahim, Amal-e Hashim, and Mah Muhammad.&lt;br /&gt;
&lt;br /&gt;
The sub-imperial school of Mughal painting included artists such as [[Mushfiq]], Kamal, and Fazl, who were not a part of the royal atelier, and were patronised by nobles like [[Abdul Rahim Khan-i-Khanan|Abd-ur-Rahim Khan-i-Khanan]], who commissioned the Freer Rāmāyaṇa.&amp;lt;ref&amp;gt;{{Cite journal |last=Seyller |first=John |date=1999 |title=Workshop and Patron in Mughal India: The Freer R?m?ya?a and Other Illustrated Manuscripts of &#039;Abd al-Ra??m |url=https://www.jstor.org/stable/1522711 |journal=Artibus Asiae. Supplementum |volume=42 |pages=3–344 |jstor=1522711 |issn=1423-0526 |archive-date=2023-02-14 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20230214044044/https://www.jstor.org/stable/1522711 |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite journal |last=Aitken |first=Molly Emma |date=2013 |title=The Laud Rāgamālā Album, Bikaner, and the Sociability of Subimperial Painting |url=https://www.jstor.org/stable/43677820 |journal=Archives of Asian Art |volume=63 |issue=1 |pages=27–58 |doi=10.1353/aaa.2013.0003 |jstor=43677820 |issn=0066-6637}}&amp;lt;/ref&amp;gt; During the first half of the 18th century, many Mughal-trained artists left the imperial workshop to work at Rajput courts, such as artists like Bhavanidas (active c. 1700- 1748)&amp;lt;ref&amp;gt;{{Cite journal |last=Haidar |first=Navina |date=2011 |title=Bhavanidas |url=https://www.jstor.org/stable/23223159 |journal=Artibus Asiae. Supplementum |volume=48 |pages=531–546 |jstor=23223159 |issn=1423-0526 |archive-date=2022-10-19 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20221019175135/https://www.jstor.org/stable/23223159 |url-status=live }}&amp;lt;/ref&amp;gt; and his son [[Dalchand]] (active c. 1710- 1760), who moved to Jodhpur to work for [[Abhai Singh of Marwar|Abhai Singh]] (r. 1724–1748), and then to [[Kishangarh State|Kishangarh]] around 1728.&amp;lt;ref&amp;gt;{{Cite journal |last=McInerney |first=Terence |date=2011 |title=Dalchand |url=https://www.jstor.org/stable/23223161 |journal=Artibus Asiae. Supplementum |volume=48 |pages=563–578 |jstor=23223161 |issn=1423-0526 |archive-date=2022-12-13 |access-date=2025-08-22 |archive-url=https://web.archive.org/web/20221213094659/https://www.jstor.org/stable/23223161 |url-status=live }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Mughal style today==&lt;br /&gt;
{{Unreferenced section|date=November 2020}}&lt;br /&gt;
Mughal-style miniature paintings are still being created today by a small number of artists in Lahore concentrated mainly in the [[National College of Arts]], although many of these miniatures are just copies of the originals.  Some artists have produced contemporary works using classic methods at times.&lt;br /&gt;
&lt;br /&gt;
The skills needed to produce these modern versions of Mughal miniatures are still passed on from generation to generation, although many artisans also employ dozens of workers, often painting under trying working conditions, to produce works sold under the signature of their modern masters.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:Painting of Akbar Mughal Period, National Museum, New Delhi.jpg|Portrait of Akbar&lt;br /&gt;
File:A noble lady, Mughal dynasty, India. 17th century.jpg|A noble lady, Mughal dynasty, India. 17th century. Color and gold on paper. [https://web.archive.org/web/20170202001223/http://www.asia.si.edu/collections/edan/object.php?q=fsg_F1907.219&amp;amp;bcrumb=true%7C Freer Gallery of Art F1907.219]&lt;br /&gt;
File:Nurjahan.jpg|[[Nur Jahan]]&lt;br /&gt;
File:Shah Jahan on a Terrace Holding a Pendant Set with His Portrait.jpg|[[Shah Jahan]] on a terrace holding a pendant set with his portrait&lt;br /&gt;
File:Attributed to Hiranand - Illustration from a Dictionary (unidentified)- Da&#039;ud Receives a Robe of Honor from Mun&#039;im Khan - Google Art Project.jpg|[[Daud Khan Karrani]] receives a [[Kaftan]] of honor from [[Munim Khan]]&lt;br /&gt;
File:1561-The Victory of Ali Quli Khan on the river Gomti-Akbarnama.jpg|Victory of [[Sher Afghan Khan|Ali Quli Khan]] on the river Gomti-Akbarnama, 1561&lt;br /&gt;
File:Mir Sayyid Ali - Portrait of a Young Indian Scholar.jpg|[[Mir Sayyid Ali]]&#039;s depiction of a young scholar in the [[Mughal Empire]], reading and writing a commentary on the [[Quran]], 1559.&lt;br /&gt;
File:Battle scene from the 1570 Hamzanama of Akbar.jpg|Battle scene from the &#039;&#039;[[Hamzanama#Akbar.27s manuscript|Hamzanama of Akbar]]&#039;&#039;, 1570&lt;br /&gt;
File:1561-The Submission of the rebel brothers Ali Quli and Bahadur Khan-Akbarnama.jpg|The Submission of the rebel brothers Ali Quli and Bahadur Khan. &#039;&#039;[[Akbarnama]]&#039;&#039;, 1590–95&amp;lt;ref&amp;gt;{{cite web|last=Basawan &amp;amp; Chitra|url=http://warfare.atspace.eu/Moghul/Akbar/Akbarnama.htm|title=The Submission of the rebel brothers Ali Quli and Bahadur Khan-Akbarnama|date=1590–1595|work=Akbarnama|access-date=2013-07-01|archive-date=2013-07-18|archive-url=https://web.archive.org/web/20130718112355/http://warfare.atspace.eu/Moghul/Akbar/Akbarnama.htm|url-status=live}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
File:1561-Akbar riding the elephant Hawa&#039;I pursuing another elephant across a collapsing bridge of boats (right).jpg|Akbar riding the elephant Hawa&#039;I pursuing another elephant across a collapsing bridge of boats (right), 1561&lt;br /&gt;
File:1562-Pir Muhammad Drowns While Crossing the Narbada-Akbarnama.jpg|Pir Muhammad Drowns While Crossing the Narbada-Akbarnama, 1562&lt;br /&gt;
File:1573-Akbar receiving his sons at Fathpur-Akbarnama.jpg|Akbar receiving his sons at [[Fatehpur Sikri]]. &#039;&#039;[[Akbarnama]]&#039;&#039;, 1573&lt;br /&gt;
File:Europeans Embracing LACMA M.83.105.20 (1 of 3).jpg|Europeans embracing, [[Lahore]], c. 1590&lt;br /&gt;
File:&amp;quot;Alexander is Lowered Into the Sea&amp;quot;.jpg|alt=Alexander is Lowered into the Sea, from a Khamsa (Quintet) of Amir Khusrau Dihlavi c. 1597–98, attributed to Mukanda.|&#039;&#039;Alexander is Lowered into the Sea&#039;&#039;, from a Khamsa (Quintet) of [[Amir Khusrow|Amir Khusrau Dihlavi]] c. 1597–98, attributed to Mukanda&amp;lt;ref&amp;gt;{{Cite web|url=https://www.metmuseum.org/art/collection/search/140003774?rpp=20&amp;amp;pg=8&amp;amp;ao=on&amp;amp;ft=mughal+empire&amp;amp;pos=145|title=Alexander is Lowered into the Sea|website=www.metmuseum.org|access-date=2018-12-14|archive-date=2018-12-14|archive-url=https://web.archive.org/web/20181214214010/https://www.metmuseum.org/art/collection/search/140003774?rpp=20&amp;amp;pg=8&amp;amp;ao=on&amp;amp;ft=mughal+empire&amp;amp;pos=145|url-status=live}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
File:The Death of Inayat Khan (Bod MS. Ouseley Add. 171b f. 4r).jpg|[[Balchand]],&amp;lt;ref name=&amp;quot;:10&amp;quot; /&amp;gt; &#039;&#039;The Dying Inayat Khan&#039;&#039;, c. 1618, [[Bodleian Library]], Oxford&lt;br /&gt;
File:Mughal Prince Visits a Holy Man.jpg|Mughal Prince visits a Holy Man&lt;br /&gt;
File:Prince and Ladies in a Garden, mid-18th century; Mughal.jpg|A Mughal prince and ladies in a garden, 18th century&lt;br /&gt;
File:Gujjari Ragini.jpg|A young woman playing a Veena to a parakeet, a symbol of her absent lover. 18th-century painting in the provincial Mughal style of Bengal&lt;br /&gt;
File:A woman holding a Veena, Mughal, India. 18 century.jpg|Female performer with a [[tanpura]], 18th century. Colour and gold on paper. [https://web.archive.org/web/20160808220501/http://www.asia.si.edu/collections/edan/object.php?q=fsg_F1907.195&amp;amp;bcrumb=true Freer Gallery of Art F1907.195]&lt;br /&gt;
File:Ascetic Seated on Leopard&#039;s Skin, Provincial Mughal school, India, Opaque watercolor on paper, Late 18th century.tiff|Ascetic Seated on Leopard&#039;s Skin, late 18th century&lt;br /&gt;
File:Mughal Ganjiya Playing Cards, Early 19th century, courtesy the Wovensouls collection.jpg|Mughal Ganjifa [[playing cards]], early 19th century, with miniature paintings – courtesy of the Wovensouls collection&lt;br /&gt;
File:Box with Scenes of an Emperor Receiving Gifts.jpg|The figural decoration of this example shows a strong relationship to paintings of the 17th century.&amp;lt;ref&amp;gt;{{Cite web|url=https://www.metmuseum.org/art/collection/search/451479|website=www.metmuseum.org|access-date=2018-12-17|title=Box with Scenes of an Emperor Receiving Gifts, early to mid-17th century|archive-date=2018-12-17|archive-url=https://web.archive.org/web/20181217110630/https://www.metmuseum.org/art/collection/search/451479|url-status=live}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Arabic miniature]]&lt;br /&gt;
*[[Indian painting]]&lt;br /&gt;
*[[Madhubani painting]]&lt;br /&gt;
*[[Ottoman miniature]]&lt;br /&gt;
*[[Rajput painting]]&lt;br /&gt;
*[[Tanjore painting]]&lt;br /&gt;
*[[Western painting]]&lt;br /&gt;
*[[Persian miniature]]&lt;br /&gt;
*[[Islamic miniature]]&lt;br /&gt;
*[[Sikh painting]]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
*[[Milo C. Beach|Beach, Milo Cleveland]], &#039;&#039;Early Mughal painting&#039;&#039;, Harvard University Press, 1987, {{ISBN|0-674-22185-0}}, {{ISBN|978-0-674-22185-7}}, [https://books.google.com/books?id=MmcoF12hi3AC&amp;amp;pg=PA51 google books]&lt;br /&gt;
*Crill, Rosemary, and Jariwala, Kapil. &#039;&#039;The Indian Portrait, 1560–1860&#039;&#039;, [[National Portrait Gallery, London]], 2010, {{ISBN|9781855144095}}&lt;br /&gt;
*Eastman, Alvan C. &amp;quot;Mughal painting.&amp;quot; College Art Association . 3.2 (1993): 36. Web. 30 Sep. 2013.&lt;br /&gt;
*&amp;quot;Grove&amp;quot;, [[Oxford Art Online]], &amp;quot;Indian sub., §VI, 4(i): Mughal ptg styles, 16th–19th centuries&amp;quot;, restricted access.&lt;br /&gt;
*Harle, J.C., &#039;&#039;The Art and Architecture of the Indian Subcontinent&#039;&#039;, 2nd edn. 1994, Yale University Press Pelican History of Art, {{ISBN|0300062176}} &lt;br /&gt;
*Kossak, Steven. (1997). [http://libmma.contentdm.oclc.org/cdm/compoundobject/collection/p15324coll10/id/12335/rec/74 &#039;&#039;Indian court painting, 16th-19th century.&#039;&#039;] Metropolitan Museum of Art. {{ISBN|0870997831}}&lt;br /&gt;
*Losty, J. P. Roy, Malini (eds), &#039;&#039;Mughal India: Art, Culture and Empire&#039;&#039;, 2013, British Library, {{ISBN|0712358706}}, 9780712358705&lt;br /&gt;
*&amp;quot;Mughal Painting.&amp;quot; Encyclopædia Britannica. Encyclopædia Britannica Academic Online Edition. Encyclopædia Britannica Inc., 2013.Web. 30 Sep 2013.&lt;br /&gt;
*Titley, Norah M., &#039;&#039;Persian Miniature Painting, and its Influence on the Art of Turkey and India&#039;&#039;, 1983, University of Texas Press, 0292764847&lt;br /&gt;
* Sarafan, Greg, &amp;quot;Artistic Stylistic Transmission in the Royal Mughal Atelier&amp;quot;, Sensible Reason, LLC, 2007, {{usurped|1=[https://web.archive.org/web/20140202123347/http://sensiblereason.com/artistic-stylistic-transmission-in-the-royal-mughal-atelier/ SensibleReason.com]}}&lt;br /&gt;
&lt;br /&gt;
==Further reading==&lt;br /&gt;
*Painting for the Mughal Emperor (The Art of the Book 1560–1660) by &#039;&#039;Susan Stronge&#039;&#039; ({{ISBN|0-8109-6596-8}})&lt;br /&gt;
*[http://www.exoticindiaart.com/article/mughalminiature Fiction in Mughal Miniature Painting] by Prof. P. C. Jain and Dr. Daljeet&lt;br /&gt;
*Painting the Mughal Experience by &#039;&#039;Som Prakash Verma&#039;&#039;, 2005 ({{ISBN|0-19-566756-5}})&lt;br /&gt;
*Chitra, Die Tradition der Miniaturmalerei in Rajasthan by K.D. Christof &amp;amp; Renate Haass, 1999 ({{ISBN|978-3-89754-231-0}})&lt;br /&gt;
*{{cite book |author=Welch, Stuart Cary| title=&#039;&#039;The Emperors&#039; album: images of Mughal India&#039;&#039; | location=New York | publisher=The Metropolitan Museum of Art | year=1987 | isbn=978-0870994999|display-authors=etal | url=http://libmma.contentdm.oclc.org/cdm/compoundobject/collection/p15324coll10/id/114935/rec/401 }}&lt;br /&gt;
*{{cite book | author=Welch, Stuart Cary | title= &#039;&#039;India: art and culture, 1300-1900&#039;&#039; | location=New York | publisher=The Metropolitan Museum of Art | year=1985 | isbn=9780944142134 | url=http://libmma.contentdm.oclc.org/cdm/compoundobject/collection/p15324coll10/id/80045/rec/1}}&lt;br /&gt;
* {{usurped|1=[https://web.archive.org/web/20140202123347/http://sensiblereason.com/artistic-stylistic-transmission-in-the-royal-mughal-atelier/ Artistic Stylistic Transmission in the Royal Mughal Atelier]}} by Greg Sarafan, Esq., 2007&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
{{Commons category|Mughal miniatures}}&lt;br /&gt;
*[http://libmma.contentdm.oclc.org/cdm/compoundobject/collection/p15324coll10/id/12335/rec/74 &#039;&#039;Indian Court Painting, 16th–19th Century&#039;&#039;] from the Metropolitan Museum of Art&lt;br /&gt;
*[https://web.archive.org/web/20070425152403/http://www.nationalmuseumindia.gov.in/pain_ill.html National Museum, Delhi – Mughal paintings]&lt;br /&gt;
*[https://web.archive.org/web/20050811074303/http://www.sdmart.org/exhibition-binney.html San Diego Museum of Art]&lt;br /&gt;
*[https://exchange.umma.umich.edu/resources/23628 Collection: Art of the Mughal Empire] from the [[University of Michigan Museum of Art]]&lt;br /&gt;
&lt;br /&gt;
{{Islamic art}}&lt;br /&gt;
{{Mughal Empire}}&lt;br /&gt;
{{Authority control}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Schools of Indian painting]]&lt;br /&gt;
[[Category:Islamic illuminated manuscripts]]&lt;br /&gt;
[[Category:Pakistani painting]]&lt;br /&gt;
[[Category:Mughal art]]&lt;br /&gt;
[[Category:Islamic arts of the book]]&lt;br /&gt;
&lt;br /&gt;
[[de:Mogulreich#Malerei]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Bogra&amp;diff=455630</id>
		<title>Bogra</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Bogra&amp;diff=455630"/>
		<updated>2026-03-24T03:50:13Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: further updated structure as per guidelines additionally and improved wording for consistency&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{About|the city|the district|Bogra District|the former [[Prime Minister of Pakistan]]|Mohammad Ali Bogra}}&lt;br /&gt;
{{EngvarB|date=July 2016}}&lt;br /&gt;
{{Use dmy dates|date=July 2016}}&lt;br /&gt;
{{Infobox settlement&lt;br /&gt;
&amp;lt;!--See the table at Infobox Settlement for all fields and descriptions of usage--&amp;gt;&lt;br /&gt;
&amp;lt;!-- Basic info  ----------------&amp;gt;| name               = Bogra &amp;lt;!-- Do not change to Bogura without discussion, see WP:COMMONNAME. --&amp;gt;&lt;br /&gt;
| other_name         = &lt;br /&gt;
| official_name      = Bogura&lt;br /&gt;
| native_name        = বগুড়া &amp;lt;!-- for cities whose native name is not in English --&amp;gt;&lt;br /&gt;
| settlement_type    = City&lt;br /&gt;
| motto              = &lt;br /&gt;
| image_skyline      = {{Photomontage|position=center&lt;br /&gt;
| photo1a = Mahasthangar Gokul Medh Bogra Bangladesh (3).JPG &lt;br /&gt;
| photo2a = Bogra sath matha 1.jpg&lt;br /&gt;
| photo2b = Delta Tower Bogra 01.jpg &lt;br /&gt;
| photo3a = Bogura railway station.jpg&lt;br /&gt;
| photo3b = Govt Azizul Haque College B.jpg&lt;br /&gt;
   | size = 240&lt;br /&gt;
   | spacing = 1&lt;br /&gt;
   | color = &lt;br /&gt;
   | border = 0&lt;br /&gt;
}}&lt;br /&gt;
| image_caption      = From top: [[Gokul Medh]], Sathmatha, Delta Tower, Bogra Railway Station, [[Azizul Haque College]]&lt;br /&gt;
| image_flag         = &lt;br /&gt;
| flag_size          = &lt;br /&gt;
| image_seal         = &lt;br /&gt;
| seal_size          = &lt;br /&gt;
| image_shield       = &lt;br /&gt;
| shield_size        = &lt;br /&gt;
| image_map          = &lt;br /&gt;
| mapsize            = &lt;br /&gt;
| pushpin_map        = Bangladesh Rajshahi division#Bangladesh&lt;br /&gt;
| pushpin_label_position = bottom&lt;br /&gt;
| pushpin_mapsize    = &lt;br /&gt;
| pushpin_map_caption = Location in Rajshahi Division##Location in Bangladesh&lt;br /&gt;
&amp;lt;!-- Location ------------------&amp;gt;| subdivision_type   = Country&lt;br /&gt;
| subdivision_name   = {{flag|Bangladesh}}&lt;br /&gt;
| subdivision_type1  = [[Divisions of Bangladesh|Division]]&lt;br /&gt;
| subdivision_name1  = [[Rajshahi Division|Rajshahi]]&lt;br /&gt;
| subdivision_type2  = [[Districts of Bangladesh|District]]&lt;br /&gt;
| subdivision_name2  = [[Bogra District|Bogra]]&lt;br /&gt;
| subdivision_type3  = &lt;br /&gt;
| subdivision_name3  = &lt;br /&gt;
| government_footnotes = &lt;br /&gt;
| government_type    = [[Mayor–council government|Mayor–Council]]&lt;br /&gt;
| governing_body     = {{nowrap|[[Bogura City Corporation]]}}&lt;br /&gt;
| leader_name        = &lt;br /&gt;
| leader_title2      = [[List of city corporations in Bangladesh#City council|City Council]]&lt;br /&gt;
| leader_name2       = [[Bogra City Corporation#Ward and councillor list|28 constituencies]]&lt;br /&gt;
| leader_title3      = [[Parliament of Bangladesh|Parliament]]&lt;br /&gt;
| leader_name3       = [[List of constituencies of the Jatiya Sangsad#Rajshahi Division|2 constituencies]]&lt;br /&gt;
| established_title  = [[Pundravardhana]]&lt;br /&gt;
| established_date   = 1280 [[Anno Domini|BC]]&lt;br /&gt;
| established_title1 = Municipal Council&lt;br /&gt;
| established_date1  = 1 July 1876&lt;br /&gt;
&amp;lt;!-- Area    ---------------------&amp;gt;| area_magnitude     = &lt;br /&gt;
| unit_pref          = &amp;lt;!--Enter: Imperial, if Imperial (metric) is desired--&amp;gt;&lt;br /&gt;
| area_footnotes     = &lt;br /&gt;
| area_urban_km2     = 69.56&lt;br /&gt;
| area_metro_km2     = 87.14&lt;br /&gt;
| population_as_of   = 2022&lt;br /&gt;
| population_footnotes = &amp;lt;ref name=&amp;quot;2022census_report&amp;quot;/&amp;gt;&lt;br /&gt;
| population_note    = &lt;br /&gt;
| population_density_km2 = &lt;br /&gt;
| population_metro   = 542,420&lt;br /&gt;
| population_density_metro_km2 = auto&lt;br /&gt;
| population_urban   = 443,742&lt;br /&gt;
| population_density_urban_km2 = auto&lt;br /&gt;
| timezone           = [[Bangladesh Standard Time|BST]]&lt;br /&gt;
| utc_offset         = +6&lt;br /&gt;
| demographics_type1 = [[Languages of Bangladesh|Languages]]&lt;br /&gt;
| demographics1_title1 = Official&lt;br /&gt;
| demographics1_info1 = [[Bengali language|Bengali]]{{*}}[[Bangladeshi English|English]]&lt;br /&gt;
| demographics1_title2 = Regional&lt;br /&gt;
| demographics1_info2 = &lt;br /&gt;
| demographics2_footnotes = &amp;lt;ref name=&amp;quot;বাংলাদেশ পরিসংখ্যান ব্যুরো&amp;quot;&amp;gt;{{cite web | url=https://bbs.portal.gov.bd/site/page/b432a7e5-8b4d-4dac-a76c-a9be4e85828c | title=বাংলাদেশ পরিসংখ্যান ব্যুরো }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| demographics2_title1 = &lt;br /&gt;
| demographics2_info1 = &lt;br /&gt;
| blank_name_sec1    = [[UN/LOCODE]]&lt;br /&gt;
| blank_info_sec1    = BD BRG&lt;br /&gt;
| coordinates        = {{coord|24|51|N|89|22|E|region:BD|display=inline}}&lt;br /&gt;
| elevation_footnotes = &amp;lt;!--for references: use &amp;lt;ref&amp;gt; &amp;lt;/ref&amp;gt; tags--&amp;gt;&lt;br /&gt;
| elevation_m        = 20&lt;br /&gt;
&amp;lt;!-- Area/postal codes &amp;amp; others --------&amp;gt;| postal_code_type   = Postal code&lt;br /&gt;
| postal_code        = 5800&lt;br /&gt;
| area_code          = &lt;br /&gt;
| blank_name         = [[Telephone numbers in Bangladesh|Calling code]]&lt;br /&gt;
| blank_info         = 051&lt;br /&gt;
| blank1_name_sec1   = {{nowrap|[[Economy of Bogura|GDP]]}}&amp;lt;ref&amp;gt;{{cite web|url=https://tellusant.com/repo/tb/tellubase_factsheet_dhaka.pdf|title=TelluBase—Dhaka Fact Sheet (Tellusant Public Service Series)| access-date = 2024-10-10}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| blank1_info_sec1   = &lt;br /&gt;
| blank3_name_sec1   = [[Human Development Index|HDI]]  (2023)&lt;br /&gt;
| blank3_info_sec1   = 0.674 {{color|#FFD700|medium }}&amp;lt;ref name=&amp;quot;GlobalDataLab&amp;quot;&amp;gt;{{cite web |url=https://globaldatalab.org/shdi/shdi/BGD/ |title=Sub-national HDI – Area Database – Global Data Lab |website=hdi.globaldatalab.org |language=en |access-date=11 July 2021}}&amp;lt;/ref&amp;gt;&amp;lt;br /&amp;gt; [[List of regions of Bangladesh by Human Development Index|14th of 22]]&lt;br /&gt;
| blank4_name_sec1   = Police&lt;br /&gt;
| blank4_info_sec1   = &lt;br /&gt;
| blank6_name_sec1   = Metropolitan Planning Authority&lt;br /&gt;
| blank6_info_sec1   = &lt;br /&gt;
| blank7_name_sec1   = Water Supply and Sewerage Authority&lt;br /&gt;
| blank7_info_sec1   = &lt;br /&gt;
| website            = {{url|http://www.bogra.gov.bd}}&lt;br /&gt;
| footnotes          = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bogra&#039;&#039;&#039; ({{langx|bn|বগুড়া}}),  officially &#039;&#039;&#039;Bogura&#039;&#039;&#039;,&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{cite news |title=Bangladesh changes English spellings of five districts |url=https://bdnews24.com/bangladesh/bangladesh-changes-english-spellings-of-five-districts|work=[[Bdnews24.com]] |location=[[Dhaka]] |date=2 April 2018 |archive-url=https://web.archive.org/web/20240524160648/https://bdnews24.com/bangladesh/bangladesh-changes-english-spellings-of-five-districts |access-date=2 April 2018|archive-date=24 May 2024 }}&amp;lt;/ref&amp;gt; is a city located in [[Bogra District]], [[Rajshahi Division]], Bangladesh. The city is a major commercial hub in Northern Bangladesh.{{cn|date=March 2026}} It is the second largest city in terms of both area and population in Rajshahi Division.&amp;lt;ref name=&amp;quot;BDCensus2011&amp;quot;&amp;gt;{{cite web |title=Population and Housing Census 2011 - Volume 3: Urban Area Report |url=http://203.112.218.65:8008/WebTestApplication/userfiles/Image/National%20Reports/Population%20%20Housing%20Census%202011.pdf |date=August 2014 |pages=xi |publisher=[[Bangladesh Bureau of Statistics]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bogra is named after [[Nasiruddin Bughra Khan]], the Governor of [[Bengal]] from 1279 to 1282 and a son of Delhi sultan [[Ghiyas ud din Balban|Ghiyasuddin Balban]].&amp;lt;ref&amp;gt;{{cite web|url=http://www.bogra.gov.bd/node/1076080/%E0%A6%9C%E0%A7%87%E0%A6%B2%E0%A6%BE%E0%A6%B0-%E0%A6%AA%E0%A6%9F%E0%A6%AD%E0%A7%82%E0%A6%AE%E0%A6%BF|website=bogra.gov.bd|script-title=bn:জেলার পটভূমি|trans-title=District Background|access-date=5 February 2017|archive-url=https://web.archive.org/web/20161205023757/http://www.bogra.gov.bd/node/1076080/%E0%A6%9C%E0%A7%87%E0%A6%B2%E0%A6%BE%E0%A6%B0-%E0%A6%AA%E0%A6%9F%E0%A6%AD%E0%A7%82%E0%A6%AE%E0%A6%BF|archive-date=5 December 2016|url-status=dead}}&amp;lt;/ref&amp;gt; The city is approximately {{convert|71.56|sqkm|sqmi|2|abbr=on}} and is divided into 21 wards. Bogra has a population of around 480,000 people. Since it is one of the oldest cities in Bengal, Bogra is famous for its many ancient Buddhist [[stupa]]s, Hindu temples, and ancient palaces of Buddhist kings and Muslim sultans.&lt;br /&gt;
&lt;br /&gt;
The city was home to several notable individuals including Prime Minister [[Mohammad Ali Bogra]] of [[Pakistan]], and President [[Ziaur Rahman]] of Bangladesh, both of whom were born and lived in the city.&lt;br /&gt;
&lt;br /&gt;
In 2018, the name of the city was officially changed from &amp;quot;Bogra&amp;quot; to &amp;quot;Bogura&amp;quot; by the Bangladeshi government, in order to reflect their pronunciation in [[Bengali language|Bangla]].&amp;lt;ref&amp;gt;{{Cite web|url=https://www.dhakatribune.com/bangladesh/142256/mixed-reactions-as-govt-changes-english-spellings|title=Mixed reactions as govt changes English spellings of 5 district names|publisher=Dhaka Tribune|date=2 April 2018|accessdate=23 August 2025}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web|url=https://www.thedailystar.net/frontpage/five-districts-get-changed-english-spelling-1557259|title=5 dists get changed English spelling|date=3 April 2018 |publisher=The Daily Star|accessdate=23 August 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
[[Bogra District|Bogra]] occupies a distinguished place in the history of Bengal, with human settlement in the region dating back over two millennia. The area’s earliest documented civilization is found at [[Mahasthangarh]], located just north of the present city. Identified as the ancient city of [[Pundranagar|Pundranagara]], it served as the capital of the [[Pundravardhana]] kingdom, a thriving centre of urban life, trade, and cultural exchange from at least the 3rd century BCE. Excavations at Mahasthangarh have unearthed fortified walls, inscriptions, urban layouts, and religious structures, attesting to the region’s prosperity and sustained importance through the [[Maurya Empire|Mauryan]], [[Gupta Empire|Gupta]], and [[Pala Empire|Pala]] periods of South Asian history.&amp;lt;ref name=&amp;quot;:2&amp;quot;&amp;gt;{{Cite web |title=Bogra |url=https://www.britannica.com/place/Bogra?utm_source=chatgpt.com |url-status=live |website=Britannica.com}}&amp;lt;/ref&amp;gt;{{AI-retrieved source|date=March 2026|checked=no}}&lt;br /&gt;
&lt;br /&gt;
With the expansion of [[Muslim period in the Indian subcontinent|Muslim]] rule into Bengal in the medieval era, the settlement that would become modern Bogra gained strategic and administrative prominence. Local tradition and historical references attribute the city’s name — originally Bogra and now Bogura&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;— to [[Nasiruddin Bughra Khan|Sultan Nasir Uddin Bogra Khan]], a 13th‑century ruler whose governance helped shape the region’s identity during a transformative age in Bengal’s political landscape.&amp;lt;ref&amp;gt;{{Cite web |title=জেলার পটভূমি |url=https://bogra.gov.bd/pages/static-pages/697fe5a635ce18e1c06dc827 |url-status=live |website=bogra.gov.bd}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advent of [[British colonial rule]] introduced structured civic administration and urban planning to Bogura. In 1876, the town was formally constituted as a [[municipality]], initiating an era of organized governance. Throughout the late 19th and early 20th centuries, Bogura expanded its economic and educational footprint, emerging as a key regional hub with vital transport links connecting [[North Bengal|Northern Bengal]] to wider trade networks.&amp;lt;ref name=&amp;quot;:2&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bogura’s people actively engaged in the [[Bangladesh Liberation War]] of 1971, participating in resistance efforts against the occupying forces. The district’s contributions to the struggle for independence are commemorated through memorials and narratives that honor the courage and sacrifice of its residents.In the decades following independence, Bogura has continued to evolve while preserving its rich historical legacy. Today the city stands as a vibrant centre of commerce, education, and culture in northern Bangladesh, where ancient archaeological heritage sits alongside modern institutions and bustling marketplaces.{{Citation needed|date=March 2026}}&lt;br /&gt;
&lt;br /&gt;
==Climate==&lt;br /&gt;
[[Bogra]] has a monsoon-influenced humid subtropical climate ([[Köppen climate classification|Köppen Cwa]]) characterized by clear seasonal variation. The city experiences a hot and increasingly humid pre-monsoon period, followed by a pronounced monsoon season with frequent heavy rainfall, overcast skies, and high atmospheric moisture. During the monsoon months, persistent rain and occasional thunderstorms are common, often leading to water-saturated ground and elevated river levels in surrounding areas. In contrast, the winter season is comparatively dry and mild, with warm afternoons, cooler nights, clearer skies, and much lower humidity. Transitional periods between seasons are typically short, with temperatures rising quickly before the onset of the monsoon and gradually moderating after its withdrawal. Overall, Bogura’s climate reflects the broader North Bengal pattern of a dominant wet season and a distinctly drier, more comfortable winter period.&amp;lt;ref&amp;gt;{{Cite web |title=Bangladesh Climate: Weather Bangladesh &amp;amp; Temperature By Month |url=https://en.climate-data.org/asia/bangladesh-166/ |archive-url=http://web.archive.org/web/20251227043824/https://en.climate-data.org/asia/bangladesh-166/ |archive-date=2025-12-27 |access-date=2026-02-21 |website=en.climate-data.org |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{Bogra weatherbox}}&lt;br /&gt;
&lt;br /&gt;
==Demographics==&lt;br /&gt;
{{bar box&lt;br /&gt;
|title=Key Demographic Indicators of Bogura City (2022 Census)&amp;lt;ref name=&amp;quot;2022census_report&amp;quot;/&amp;gt;&lt;br /&gt;
|titlebar=#FCD116&lt;br /&gt;
|left1=Category&lt;br /&gt;
|right1=Percent&lt;br /&gt;
|float=left&lt;br /&gt;
|bars=&lt;br /&gt;
{{bar percent|Muslim|green|94.10|label=94.10%}}&lt;br /&gt;
{{bar percent|Hindu|darkorange|5.79|label=5.79%}}&lt;br /&gt;
{{bar percent|Other or not stated|black|1.0|label=0.11%}}&lt;br /&gt;
{{bar percent|Male population|steelblue|50.45|label=50.45%}}&lt;br /&gt;
{{bar percent|Female population|pink|49.55|label=49.55%}}&lt;br /&gt;
{{bar percent|Under 10 years|gold|15.34|label=15.34%}}&lt;br /&gt;
{{bar percent|Literacy rate (7+)|seagreen|65.70|label=65.70%}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
According to the [[2022 Bangladeshi census|2022 Bangladesh census]], Bogura city had 126,412 households and a population of 486,016. Bogura city has a predominantly Muslim population, with a small Hindu minority and very few residents identifying with other religions. The gender distribution is nearly balanced, with males slightly outnumbering females, reflecting a typical urban pattern in Bangladesh. A significant portion of the population is young, with around 15% under the age of ten, highlighting ongoing population growth and the city’s role as an emerging urban centre. The literacy rate among residents aged seven and above is moderately high, indicating growing educational attainment, though there is still scope for improvement to reach national targets. Together, these demographic characteristics reveal a city that is young, diverse, and steadily developing, with social and educational dynamics that will influence its economic growth and urban planning in the years ahead.&amp;lt;ref name=&amp;quot;2022census_report&amp;quot;&amp;gt;{{Cite book |url=http://nsds.bbs.gov.bd/storage/files/1/Publications/PHCensus/Rajshahi/District%20Report%20Bogura%20%20Final.pdf |title=Population and Housing Census 2022 - District Report: Bogura |date=June 2024 |publisher=[[Bangladesh Bureau of Statistics]] |isbn=978-984-475-235-1 |series= District Series |location=[[Dhaka]] |pages=}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=Bogra District - Banglapedia |url=https://en.banglapedia.org/index.php/Bogra_District |access-date=2025-11-16 |website=en.banglapedia.org |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Economy==&lt;br /&gt;
{{bar box&lt;br /&gt;
|title=Workforce distribution in Bogura (2023)&amp;lt;ref&amp;gt;{{Cite Banglapedia|article=Bogra Sadar Upazila}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|titlebar=#FCD116&lt;br /&gt;
|left1=Sector&lt;br /&gt;
|right1=Percent&lt;br /&gt;
|float=left&lt;br /&gt;
|bars=&lt;br /&gt;
{{bar percent|Agriculture|green|35.09}}&lt;br /&gt;
{{bar percent|Commerce|blue|20.32}}&lt;br /&gt;
{{bar percent|Service sector|orange|16.15}}&lt;br /&gt;
{{bar percent|Transport and communication|purple|8.47}}&lt;br /&gt;
{{bar percent|Construction|yellow|2.87}}&lt;br /&gt;
{{bar percent|Non-agricultural labor|lightblue|2.79}}&lt;br /&gt;
{{bar percent|Industry|red|2.67}}&lt;br /&gt;
{{bar percent|Religious services|pink|0.18}}&lt;br /&gt;
{{bar percent|Rent and remittance|gray|0.69}}&lt;br /&gt;
{{bar percent|Other industries|brown|10.77}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Bogura’s economy retains a strong agricultural foundation, with the fertile alluvial plains of the district supporting a range of crops that drive both local livelihoods and regional food production. Agriculture remains a key pillar of the local economy, and ongoing efforts to modernize farming practices are seen through initiatives that boost productivity and sustainability.&amp;lt;ref&amp;gt;{{Cite web |title=Standard Chartered, TMSS improve livelihood of around 100,000 farmers through quality inputs and technical support |url=https://www.dhakatribune.com/business/376632/standard-chartered-tmss-improve-livelihood-of |access-date=2026-02-21 |website=Dhaka Tribune |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Beyond traditional agriculture, Bogura has emerged as a major centre for light engineering and machinery production. The district’s workshops and industrial clusters manufacture agricultural and industrial machinery — including irrigation pumps, engine parts, threshers, and filters — supplying a large share of domestic demand and reducing reliance on imports. Local entrepreneurs have expanded these industries from small backyard workshops into dynamic commercial enterprises that employ thousands and contribute significantly to the regional economy.&amp;lt;ref&amp;gt;{{Cite web |title=Bogura leads a quiet farm machinery-making revolution |url=https://thefinancialexpress.com.bd/national/country/bogura-leads-a-quiet-farm-machinery-making-revolution |access-date=2026-02-21 |website=The Financial Express |language=en}}&amp;lt;/ref&amp;gt; This light engineering sector is widely recognized as a driver of economic activity in Bogura, with hundreds of small and medium factories collectively producing equipment that supports both farming and manufacturing sectors across Bangladesh. The industry’s growth has positioned Bogura as a key industrial hub in the northern region, often attracting skilled technicians and fostering entrepreneurship.&amp;lt;ref&amp;gt;{{Cite web |date=2025-06-27 |title=Light engineering drives Bogura’s economic pulse |url=https://www.tbsnews.net/supplement/light-engineering-drives-boguras-economic-pulse-1175171 |access-date=2026-02-21 |website=The Business Standard |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bogura’s commercial activity also includes emerging business sectors such as automobile sales and repair, which have developed along major transport corridors and created new employment opportunities locally. These commercial hubs reflect the city’s evolving role as a regional marketplace and service centre.Bogura’s local economy benefits from collaborative development programmes. For example, partnerships between organisations like [[Thengamara Mohila Sabuj Sangha]] (TMSS) and financial institutions such as [[Standard Chartered Bangladesh]] support rural livelihoods by providing agricultural inputs, training, and technical support to farmers — helping to improve productivity and income generation in surrounding communities.&amp;lt;ref&amp;gt;{{Cite web |title=Standard Chartered, TMSS improve livelihood of around 100,000 farmers through quality inputs and technical support |url=https://www.dhakatribune.com/business/376632/standard-chartered-tmss-improve-livelihood-of |access-date=2026-02-21 |website=Dhaka Tribune |language=en}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt; The district has also seen growth in value‑added agricultural products, including dairy goods such as its famed yogurt, which has gained a [[Geographical indication|Geographical Indication]] (GI) tag and expanded market demand nationally. These developments diversify Bogura’s economic base and create new opportunities beyond farming and machinery.&amp;lt;ref&amp;gt;{{Cite web |title=GI tag drives growth of Bogura yogurt industry |url=https://thefinancialexpress.com.bd/national/country/gi-tag-drives-growth-of-bogura-yogurt-industry-1 |access-date=2026-02-21 |website=The Financial Express |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tourism ==&lt;br /&gt;
&lt;br /&gt;
Bogura is a city rich in historical, archaeological, and cultural attractions, making it a major destination for visitors interested in heritage, local traditions, and natural scenery.&lt;br /&gt;
&lt;br /&gt;
=== Major historical and archaeological sites ===&lt;br /&gt;
* [[Mahasthangarh]]– The earliest known urban archaeological site in Bangladesh, located near Mahasthan village in Shibganj Upazila. It contains the remains of Pundranagara (Paundravardhanapura), an ancient city of the Pundravardhana kingdom, and is sacred to Buddhists, Muslims, and Hindus.&lt;br /&gt;
* [[Gokul Medh|Behular Bashor Ghor]] – A culturally significant site in Bogura associated with the famous Bengali folk tale of Behula and Lakhindar. According to legend, Behula’s devotion and courage brought her husband, Lakhindar, back to life after he died due to a curse from the serpent goddess Manasa. The site is a popular tourist attraction, symbolizing love, loyalty, and local folklore.&lt;br /&gt;
* [[Neel Kuthi|Nawab Palace (Neelkuthi)]] – A historic palace in Bogura that once served as the residence of the local Nawabs. During the British colonial period, it was referred to as Neelkuthi. The palace complex now houses a museum and preserves a collection of artifacts, furniture, and architectural elements from the Nawab era. The site offers visitors insight into the royal heritage, lifestyle, and governance of Bogura&#039;s aristocratic past, making it an important cultural and historical attraction.&lt;br /&gt;
* [[Kherua Mosque]] – An important historical mosque in Bogura, noted for its medieval Islamic architecture and intricate design. The mosque features traditional brickwork, decorative arches, and domes that reflect the architectural style of the region during the Sultanate period. It remains an active place of worship and a popular site for visitors interested in religious heritage and historic architecture.&lt;br /&gt;
* [[Sultan Balkhi|Mazar of Shah Sultan Balkhi]] – A historic shrine in Bogura dedicated to Shah Sultan Balkhi, a revered Sufi saint known for spreading Islam in northern Bengal. The site is visited by devotees and tourists alike, reflecting the region’s spiritual heritage and Sufi traditions. The shrine hosts annual religious gatherings and urs celebrations, offering insight into local devotional practices and community life.&lt;br /&gt;
* Mazar of Panchpir – A historic shrine in Bogura dedicated to five revered Sufi saints (hence the name &amp;quot;Panchpir&amp;quot;, meaning &amp;quot;five saints&amp;quot;). The site is an important center of local spiritual life, attracting pilgrims and visitors who come to pay respects, especially during annual religious observances. It reflects the region’s Sufi heritage and cultural traditions.&lt;br /&gt;
* [[Parashurama|Poroshuram&#039;s Palace]] – A historic palace in Bogura associated with the legendary warrior Poroshuram, said to have built the palace as his royal residence. Local folklore links the site to tales of bravery, justice, and royal intrigue, making it a cultural landmark that draws visitors interested in history and myth.&lt;br /&gt;
* [[:bn:গোবিন্দ_ভিটা|Gobind Bhita]] – A historic site in Bogura tied to local legends of devotion and heroism. Folklore says it was once a center where the people of the region gathered for spiritual practices and community rituals. Visitors are drawn to Gobind Bhita not only for its archaeological importance but also for the mystique of the legends associated with the site, making it a unique blend of history and culture.&lt;br /&gt;
* [[Gokul Medh]]– A terraced mound believed to be a former Buddhist shrine, connected to local folklore and early spiritual practice.&lt;br /&gt;
* [[Vasu Vihara|Vasu Bihar]] – Another Buddhist archaeological site showcasing spiritual and cultural traditions.&lt;br /&gt;
* Mahasthan Archaeological Museum – Displays pottery, sculptures, and artifacts from the site.&amp;lt;ref&amp;gt;{{Cite web |title=Mahasthan Museum: Relics await identity {{!}} The Daily Star |url=https://www.thedailystar.net/news-detail-60765 |access-date=2026-03-06 |website=The Daily Star |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Khudai Pathar Bhita – Historic carved stone site reflecting medieval craftsmanship and heritage.{{Citation needed|date=March 2026}}&lt;br /&gt;
* Bihar Dhap – Ancient Buddhist remains illustrating the religious history of the region.{{Citation needed|date=March 2026}}&lt;br /&gt;
* Yogir Bhaban – An ancient hermitage associated with meditation and spiritual practices.{{Citation needed|date=March 2026}}&lt;br /&gt;
&lt;br /&gt;
== Notable Person ==&amp;lt;!-- Please add new entries in alphabetical order by surname. List only people who qualify as notable under [[BP:Notability|Bharatpedia criteria]]. In general, either the person is already the subject of an article, or they are prominently named in an article (for example, as a member of a band), or you are getting started on writing that article. Include source citations, please. --&amp;gt;&lt;br /&gt;
* [[Pinaki Bhattacharya]], Human rights activist, anti-fascist&lt;br /&gt;
* [[Ziaur Rahman]], former President of Bangladesh, army officer, Chief Martial Law Administrator&lt;br /&gt;
* [[Humayun Ahmed]], writer and filmmaker&amp;lt;ref name=&amp;quot;insight5Aug2006&amp;quot;&amp;gt;{{cite magazine |last1=Rahman |first1=Md. Mahbur |date=5 August 2006 |title=From Bogra: A Successful Seat of knowledge |url=https://archive.thedailystar.net/starinsight/2006/08/01/guru.htm |magazine=Star Insight}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[Khademul Bashar]], [[Bir Uttam]], chief of the [[Bangladesh Air Force]] in 1976&amp;lt;ref&amp;gt;{{Cite Banglapedia|article=Bashar, Air Vice Marshal M Khademul}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[Apu Biswas]], film actress&lt;br /&gt;
* [[Muhammad Ali Bogra]], Prime Minister of Pakistan (1953–1955)&amp;lt;ref&amp;gt;{{cite news |last1=Ali |first1=Syed Hamde |date=19 October 2009 |title=Mohammed Ali of Bogra |url=https://www.thedailystar.net/news-detail-110424 |work=The Daily Star (Bangladesh)}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[Akhteruzzaman Elias]], novelist and short story writer&amp;lt;ref name=&amp;quot;insight5Aug2006&amp;quot; /&amp;gt;&lt;br /&gt;
* [[Gaziul Haque]], [[Bengali language movement]] activist&amp;lt;ref name=&amp;quot;insight5Aug2006&amp;quot; /&amp;gt;&lt;br /&gt;
* [[Muhammed Zafar Iqbal]], physicist&amp;lt;ref name=&amp;quot;insight5Aug2006&amp;quot; /&amp;gt;&lt;br /&gt;
*[[R I M Aminur Rashid]], 6th Vice-Chancellor of Bangladesh Open University&lt;br /&gt;
*[[Hochemin Islam]], transgender activist&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite news |date=2022|title=Ho Chi Minh Islam|url=https://acumenacademy.org/meet-the-foundry/ho-chi-minh-islam/|url-status=live|archive-url=https://web.archive.org/web/20250429074407/https://acumenacademy.org/meet-the-foundry/ho-chi-minh-islam/|archive-date=29 April 2025|access-date=15 February 2026|work=Acumen Academy|language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[Shafiul Islam]], cricketer&lt;br /&gt;
* [[Tarun Majumdar]], Indian film director&lt;br /&gt;
* [[Mushfiqur Rahim]], cricketer&lt;br /&gt;
* [[Towhid Hridoy]], cricketer&lt;br /&gt;
* [[Tanzid Hasan]], cricketer&lt;br /&gt;
* [[Amalesh Sen]], footballer&lt;br /&gt;
* [[Shahinur Kabir Shimul]], footballer&lt;br /&gt;
* [[Nabib Newaj Jibon]], footballer&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Bogra Sadar Upazila]]&lt;br /&gt;
*[[Bogra District]]&lt;br /&gt;
*[[Bogra Cantonment]]&lt;br /&gt;
* [[Upazilas of Bangladesh]]&lt;br /&gt;
* [[Districts of Bangladesh]]&lt;br /&gt;
* [[Divisions of Bangladesh]]&lt;br /&gt;
* [[Upazila]]&lt;br /&gt;
* [[Thana]]&lt;br /&gt;
* [[Administrative geography of Bangladesh]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*{{Commons category-inline}}&lt;br /&gt;
*[http://www.bogra.gov.bd Official Website of Bogra]&lt;br /&gt;
* {{EB1911|wstitle=Bogra |volume=4 |page=121}}&lt;br /&gt;
&lt;br /&gt;
{{Coord|24|51|N|89|22|E|region:BD_type:city|display=title}}&lt;br /&gt;
&lt;br /&gt;
{{Bangladesh cities}}&lt;br /&gt;
{{Authority control}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Populated places in Bogra District]]&lt;br /&gt;
[[Category:Cities in Bangladesh]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Safed_Baradari&amp;diff=531739</id>
		<title>Safed Baradari</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Safed_Baradari&amp;diff=531739"/>
		<updated>2026-03-24T02:40:44Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: created the info with sources...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Use dmy dates|date=July 2018}}&lt;br /&gt;
{{Use Indian English|date=July 2018}}&lt;br /&gt;
{{Infobox building&lt;br /&gt;
| name = Safed Baradari&lt;br /&gt;
| native_name = &#039;&#039;&#039;{{lang|hi|सफ़ेद बारादरी}}&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;{{lang|ur|سفید بارادری}}&#039;&#039;&#039;&lt;br /&gt;
| alternate_names = Qaiser Bagh Baradari&lt;br /&gt;
| image = Safed Baradari 2.jpg&lt;br /&gt;
| image_size = &lt;br /&gt;
| image_alt =&lt;br /&gt;
| caption =&lt;br /&gt;
| pushpin_map = &lt;br /&gt;
| pushpin_map_alt =&lt;br /&gt;
| map_caption = &lt;br /&gt;
| altitude =&lt;br /&gt;
| building_type =&lt;br /&gt;
| architectural_style =&lt;br /&gt;
| structural_system =&lt;br /&gt;
| cost =&lt;br /&gt;
| client =&lt;br /&gt;
| owner =British India Association of Oudh&lt;br /&gt;
| location = Qaisar Bagh&lt;br /&gt;
| address =&lt;br /&gt;
| location_town = [[Lucknow]]&lt;br /&gt;
| location_country = [[India]]&lt;br /&gt;
| construction_start_date = &lt;br /&gt;
| completion_date = 1854&lt;br /&gt;
| inauguration_date =&lt;br /&gt;
| height =&lt;br /&gt;
| diameter =&lt;br /&gt;
| antenna_spire =&lt;br /&gt;
| roof =&lt;br /&gt;
| top_floor =&lt;br /&gt;
| other_dimensions =&lt;br /&gt;
| floor_count = 1&lt;br /&gt;
| floor_area =&lt;br /&gt;
| seating_type =&lt;br /&gt;
| seating_capacity = &lt;br /&gt;
| elevator_count =&lt;br /&gt;
| main_contractor =&lt;br /&gt;
| architect = &lt;br /&gt;
| architecture_firm =&lt;br /&gt;
| civil_engineer =&lt;br /&gt;
| other_designers =&lt;br /&gt;
| awards =&lt;br /&gt;
| references =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Safed Baradari&#039;&#039;&#039;  ({{langx|hi|सफ़ेद बारादरी}}, {{langx|ur|سفید بارادری}}) (literally &#039;white palace&#039;), is a white marbled building in [[Lucknow]]&amp;lt;ref&amp;gt;{{cite web | url=https://www.google.com/maps?saddr=Kalidas+Marg&amp;amp;daddr=Vikramaditya+Marg&amp;amp;hl=en&amp;amp;ll=26.852159,80.932192&amp;amp;spn=0.003594,0.005681&amp;amp;sll=26.837168,80.955999&amp;amp;sspn=0.014379,0.022724&amp;amp;geocode=FRCSmQEdOzvTBA;FTRtmQEdv1nTBA&amp;amp;t=h&amp;amp;mra=dme&amp;amp;mrsp=0&amp;amp;sz=16&amp;amp;z=18 | title=Overview of Safed Baradari | work=maps.google.com | access-date=18 October 2013}}&amp;lt;/ref&amp;gt; [[Uttar Pradesh]], [[India]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
It was built by Raja Arjun Singh Banarasi at the behest of [[Nawab]] [[Wajid Ali Shah]] as a &#039;palace of mourning&#039; and was named Qasr-ul-Aza.&amp;lt;ref&amp;gt;{{Cite web |title=Raja Arjun Singh Banarasi |url=https://www.quora.com/Who-was-Raja-Arjun-Singh-Banarasi}}&amp;lt;/ref&amp;gt; Initial purpose of this building was to be used as an [[Imambara]] for observing &#039;azadaari&#039; (mourning) for the martyrdom of [[Imam Hussain]] and his followers at [[Karbala]].&amp;lt;ref&amp;gt;{{cite web|title=Safed Baradari|url=http://lucknow.me/Safed-Baradari.html|work=Lucknow.me|accessdate=18 October 2013}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After the annexation of Awadh in 1856, the Baradari was used by the [[United Kingdom|British]] to hold court for petitions and claims by the officers and nobles of the deposed King&#039;s reign and his relatives. Later (around 1923) it was handed over, as a gesture of appreciation for their submission and loyalty to the Queen of the British Empire, to the Taluqadars of [[Awadh]]&amp;lt;ref&amp;gt;{{cite book|last=Hasan|first=Amir|title=Vanishing culture of Lucknow|year=1990|publisher=B.R. Pub. Corp.|location=Delhi|isbn=8170185734|page=53|url=https://books.google.com/books?id=kytvAAAAMAAJ&amp;amp;q=Safed+Baradari}}&amp;lt;/ref&amp;gt; for their &#039;Anjuman&#039; (association) which was renamed as the British India Association of Oudh. The Baradari continues to be in their possession and control.&lt;br /&gt;
&lt;br /&gt;
==Interior==&lt;br /&gt;
The main hall of the Baradari has two marble statues of the Maharajas, Man Singh and Digvijay Singh of Balrampur, the founders of the association.&amp;lt;ref&amp;gt;{{cite web|title=History of Safed Baradari|url=http://lucknow.me/Safed-Baradari.html|work=Lucknow.me|accessdate=18 October 2013}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite news|title=Palace of mourning|newspaper=Hindustan Times, City Scan, A Time in History|date=1998-04-29}}&amp;lt;/ref&amp;gt; The statue of Sir Man Singh was carved by [[Farmer &amp;amp; Brindley]] of London, at a cost of £2 000, and was unveiled on 13 August 1902 by Sir [[James John Digges La Touche]], Lieutenant-Governor of the [[United Provinces of Agra and Oudh]].&amp;lt;ref&amp;gt;{{Cite newspaper The Times |title=Court News|date=3 September 1902 |page=7 |issue=36863| }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Lucknow}}&lt;br /&gt;
&lt;br /&gt;
{{coord missing|Uttar Pradesh}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Buildings and structures in Lucknow]]&lt;br /&gt;
[[Category:Marble buildings]]&lt;br /&gt;
[[Category:1854 establishments in India]]&lt;br /&gt;
[[Category:Buildings and structures completed in 1854]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Chamundaraja_(Chaulukya_dynasty)&amp;diff=493274</id>
		<title>Chamundaraja (Chaulukya dynasty)</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Chamundaraja_(Chaulukya_dynasty)&amp;diff=493274"/>
		<updated>2026-03-22T22:58:26Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: put up new entry...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|King of Gujarat from 996 to 1008}}&lt;br /&gt;
{{Use dmy dates|date=June 2024}}&lt;br /&gt;
{{Use Indian English|date=June 2024}}&lt;br /&gt;
{{Infobox royalty&lt;br /&gt;
| name         = Chamundaraja&lt;br /&gt;
| succession   = King of Gujarat&lt;br /&gt;
| reign        = 996–1008&lt;br /&gt;
| predecessor  = [[Mularaja]]&lt;br /&gt;
| successor    = [[Vallabharaja]]&lt;br /&gt;
| issue        = Vallabharaja and [[Durlabharaja (Chaulukya dynasty)|Durlabharaja]]&lt;br /&gt;
| house        = [[Chaulukya]] (Solanki)&lt;br /&gt;
| house-type   = dynasty&lt;br /&gt;
| father       = Mularaja&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Chamundaraja&#039;&#039;&#039; ([[IAST]]: Cāmuṇḍarāja; {{reign|996|1008}}) was an Indian king who ruled parts of present-day [[Gujarat]] from his capital at [[Anahilapataka]] (modern Patan). He was a member of the [[Chaulukya]] (also called Chalukya or Solanki) dynasty.&lt;br /&gt;
&lt;br /&gt;
== Early life ==&lt;br /&gt;
&lt;br /&gt;
Cāmuṇḍarāja was the son of the Chaulukya king [[Mularaja|Mūlarāja]]. Inscriptions recording grants made by him as a prince are dated as early as 976, although he ascended the throne much later, sometime during 996–997.{{sfn|Asoke Kumar Majumdar|1956|p=34}}&lt;br /&gt;
&lt;br /&gt;
== Military career ==&lt;br /&gt;
&lt;br /&gt;
The [[Vastupala|Vastupāla]]-Tejaḥpāla &#039;&#039;[[prashasti|praśasti]]&#039;&#039; includes conventional praise for Cāmuṇḍarāja, boasting that he decorated the earth with the heads of his enemies, but does not name any specific enemies. According to the 12th century Jain author [[Hemachandra|Hemacandra]], Cāmuṇḍarāja defeated the [[Chalukyas of Lata|Lata Chalukya]] chief Bārapa, although other chroniclers attribute this victory to his father Mūlarāja. Therefore, it appears that Cāmuṇḍarāja participated in the war against Bārapa as a prince.{{sfn|Asoke Kumar Majumdar|1956|p=34}}&lt;br /&gt;
&lt;br /&gt;
According to the 12th century [[Vadnagar|Vādnagar]] &#039;&#039;praśasti&#039;&#039; inscription, a king named Sindhurāja fled with his elephant forces when he saw Cāmuṇḍarāja&#039;s army at a distance, thus losing his well-established fame. This king can be identified with [[Sindhuraja|Sindhurāja]], the [[Paramara dynasty|Paramāra]] king of Gujarat&#039;s neighbour [[Malwa|Mālava]]. According to Sindhurāja&#039;s court poet Padmagupta, the Paramāra king defeated the rulers of [[Vagada|Vāgaḍa]] and [[Lata (region)|Lāṭa]], which bordered Cāmuṇḍarāja&#039;s kingdom. It is possible that the ruler of Lāṭa was a vassal of Cāmuṇḍarāja at this time. Accordingly, Cāmuṇḍarāja came to the rescue of his vassal, forcing Sindhurāja to retreat. The 14th century Jain chronicler Jayasiṁha Sūri claims that Cāmuṇḍaraja killed Sindhurāja in a battle. However, this claim doesn&#039;t appear in the earlier sources, and therefore, cannot be taken literally.{{sfn|Asoke Kumar Majumdar|1956|pp=34-35}}&lt;br /&gt;
&lt;br /&gt;
The [[Chalukyas of Kalyani|Cālukyas of Kalyani]] captured the Lāṭa region during Cāmuṇḍarāja&#039;s reign. The 1007 [[Lakkundi]] inscription mentions that the Kalyani Chalukya ruler [[Satyashraya|Satyāśraya]] had returned from a successful campaign in the [[Gurjaradesa|Gūrjara country]]. The Kalyani Chalukya poet [[Ranna (Kannada poet)|Ranna]] also states that Satyāśraya defeated the Gūrjaras with an elephant force. One theory is that the &amp;quot;Gurjara&amp;quot; ruler defeated by Satyāśraya in this particular campaign was Cāmuṇḍarāja. However, there is no direct evidence to support this identification. It is possible that the ruler defeated by Satyāśraya was the Lata Chalukya ruler Bārapa or an obscure descendant of the [[Gurjaras of Nandipuri|Gūrjaras of Nāndīpurī]].{{sfn|Asoke Kumar Majumdar|1956|p=35}}&lt;br /&gt;
&lt;br /&gt;
== Personal life ==&lt;br /&gt;
&lt;br /&gt;
[[Hemachandra|Hemacandra]] states that Cāmuṇḍarāja had three sons: [[Durlabharaja (Chaulukya dynasty)|Durlabharāja]], Nāgarāja, and [[Vallabharaja|Vallabharāja]]. Abhayatilaka Gaṇi, who wrote a commentary on Hemacandra&#039;s work in the 13th century, states that Cāmuṇḍarāja became licentious, because of which his sister Vācinidevī placed his son Vallabha on the throne.{{sfn|S. B. Rajyagor|Pran Nath Chopra|1982|p=111}} It is not clear how Vacinidevī became powerful enough to replace a ruling king with another.{{sfn|Asoke Kumar Majumdar|1956|p=36}}&lt;br /&gt;
&lt;br /&gt;
According to Hemacandra, Cāmuṇḍarāja left for a pilgrimage to [[Varanasi|Varanasi (Banaras)]] after his retirement. During this journey, his royal umbrella was confiscated (presumably, by the ruler of a kingdom lying on the way; identified as [[Malwa|Mālava]] by some later chroniclers). As a result, he returned to Gujarat, and asked Vallabha to avenge this insult. However, Vallabha died of [[smallpox]] during a march, and Durlabha became the new Caulukya king. Cāmuṇḍarāja then retired to Śuklatīrtha (modern Shuklatirth) on the banks of [[Narmada]], where he died.{{sfn|Asoke Kumar Majumdar|1956|pp=36-39}}&lt;br /&gt;
&lt;br /&gt;
== Religion and temples ==&lt;br /&gt;
According to [[Someshvara (13th-century poet)|Someshvara]]&#039;s &#039;&#039;Surathotsava Mahakavya&#039;&#039;, his ancestor Lalla-sharman served as a priest (&#039;&#039;purohita&#039;&#039;) to Chamunda-raja.&amp;lt;ref&amp;gt;{{cite book |author=B.J. Sandesara |author-link=Bhogilal Sandesara |title=Literary Circle of Mahāmātya Vastupāla and its Contribution to Sanskrit Literature |series=Singhi Jain Series |year=1953 |url=https://books.google.com/books?id=5tljAAAAMAAJ |page=45 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cāmuṇḍarāja built Canḍanātha and Vācineśvara temples in Anahilapataka (now [[Patan, Gujarat|Patan]]). The Vācineśvara temple was probably built for merit of his sister Vācinidevī.&amp;lt;ref name=&amp;quot;Dhaky1961&amp;quot;&amp;gt;{{cite journal|first=Madhusudan A.|last=Dhaky|author-link=Madhusudan Dhaky|year=1961|editor-last=Deva|editor-first=Krishna|title=The Chronology of the Solanki Temples of Gujarat|url=http://vmis.in/Resources/digital_publication_popup?id=136#page/22|journal=Journal of the Madhya Pradesh Itihas Parishad|publisher=Madhya Pradesh Itihas Parishad|location=[[Bhopal]]|volume=3|pages=23–24}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Other extant temples attributed to the first quarter of 11th century include original [[Bhadreshwar Jain Temple|Bhaḍeśvara Jain Temple]] (now completely rebuilt following [[2001 Gujarat earthquake]]); Viṣṇu Temple at Sander village in [[Patan district]]; Akhāḍa Mahādeva temple at Vasai, and Viṣṇnu Temple at Khandosan, both in Vijapur Taluka of [[Mehsana district]] in [[Gujarat]]. Two pieces of &#039;&#039;parshwadevata&#039;&#039;s, of Uma-Maheshwara and Ganesha, from old Brahminical temple at [[Jhinjhuwada]] is recovered dated circa 1000.&amp;lt;ref name=&amp;quot;Dhaky1961&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
=== Bibliography ===&lt;br /&gt;
&lt;br /&gt;
{{ref begin}}&lt;br /&gt;
* {{cite book |author=Asoke Kumar Majumdar |title=Chaulukyas of Gujarat |url=https://books.google.com/books?id=ffAdAAAAMAAJ |publisher=Bharatiya Vidya Bhavan |year=1956 |oclc=4413150 }}&lt;br /&gt;
* {{cite book |author1=S. B. Rajyagor |author2=Pran Nath Chopra |title=History of Gujarat |url=https://books.google.com/books?id=-0pAAAAAMAAJ |year=1982 |publisher=S. Chand |oclc=795832789 }}&lt;br /&gt;
{{ref end}}&lt;br /&gt;
&lt;br /&gt;
{{Chaulukya dynasty}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Chaulukya kings]]&lt;br /&gt;
[[Category:10th-century Indian monarchs]]&lt;br /&gt;
[[Category:11th-century Indian monarchs]]&lt;br /&gt;
[[Category:Chaulukya dynasty]]&lt;br /&gt;
[[Category:10th-century maharajadhirajas]]&lt;br /&gt;
[[Category:11th-century maharajadhirajas]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Greater_Imphal&amp;diff=501198</id>
		<title>Greater Imphal</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Greater_Imphal&amp;diff=501198"/>
		<updated>2026-03-19T21:42:04Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Place in Manipur}}&lt;br /&gt;
{{Distinguish|Imphal}}&lt;br /&gt;
{{Contains special characters|Meitei}}&lt;br /&gt;
[[File:Imphal city.jpg|thumb|[[Imphal city]] is a part of the Greater Imphal.]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Greater Imphal&#039;&#039;&#039; ({{langx|mni|{{Script|Mtei|ꯒ꯭ꯔꯦꯇꯔ ꯏꯝꯐꯥꯜ}}|}}) is a metropolitan area that covers parts of both [[Imphal East district|Imphal East istrict]] and [[Imphal West district]]. It covers Imphal Municipal Corporation, 16 Census Towns, 5 Out-Growths, 56 villages, Langol Hill Reserve Forest, an area of 151.38 km&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite web|title=GIS Based Master Plan for Greater Imphal|url=https://www.tpmanipur.mn.gov.in/media/filer_public/f0/dd/f0dd0e71-852c-4a57-90d7-26233016c9e5/gis_based_master_plan_for_greater_imphal.pdf|website=www.tpmanipur.mn.gov.in}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web|title=GAZETTE TITLE: Revised GIS Based Master Plan for Greater Imphal (2023-2043 AD)|url=https://manipurgovtpress.nic.in/en/details_gazzete/?gazette=2083|website=manipurgovtpress.nic.in}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web|title=Workshop deliberates on vision Greater Imphal 2043|url=https://www.thesangaiexpress.com/Encyc/2023/3/5/By-Our-Staff-ReporterIMPHAL-Mar-4-A-workshop-on-The-GIS-Based-Master-Plan-of-Greater-Imphal-fo.html|access-date=2025-02-18|website=www.thesangaiexpress.com|language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Areas covered ==&lt;br /&gt;
In 1994, the area set for Greater Imphal&#039;s development was 82.89 km&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;, while the total area in the Master Plan is 135.29 km&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;, including parts of Imphal East and West districts. The Greater Imphal Master Plan for 2043 covers about 151 km&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;, updated in 2020. The area is surrounded by rivers, drains, and hills. To the north, it borders the [[Imphal River]] and parts of Konsam Leikai and Laishram Leikai villages. To the east, it borders villages beyond Iril River. To the south, it includes parts of Machahal, Takhok Awang, Loumanbi, Bashikhong, Kiyamgei, Langthabal Kunja, Langthabal Lap, Ningombam, and Meitram villages. To the west, it borders parts of Meitram, Malom Tuliahal, Malom Tuliyaima, Mongsangei, Ghari, Langjing, and Langol Hills, ending at the Imphal River near Khonghampat.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite web|title=Government clarifies on areas covered by &#039;Greater Imphal&#039; : 01st may21 ~ E-Pao! Headlines|url=https://e-pao.net/GP.asp?src=15..010521.may21|access-date=2025-02-18|website=e-pao.net}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[File:Imphal, Manipur (55).jpeg|thumb|[[Imphal city]] is a part of the Greater Imphal.]]&lt;br /&gt;
&lt;br /&gt;
== Proposed boundaries ==&lt;br /&gt;
The Greater Imphal Master Plan 2043 proposes boundary changes due to the city&#039;s growth, among them the addition of the villages of Khomidok, Kairang, Heingang, Takhok Makha, and Keirao. Villages near Marjing hills in the north-east will be included. Two new villages are added in the Irilbung area, inside the original boundary of the Iril River.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Jurisdictions ==&lt;br /&gt;
The Greater Imphal Master Plan 2011 included Imphal city, 77 villages, and Langol Hill. For the 2043 plan, five new villages are added. Three villages—Khomidok, Kairang Muslim, and Heingang—are added to the north-east, and two villages—Takhok Makha and Keirao Makting—are added to the south-east. The area is divided into 7 zones and 51 sub-zones, including wards, villages, and towns.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Towns and villages ==&lt;br /&gt;
[[File:Imphal view.jpg|thumb|[[Imphal city]] is a part of the Greater Imphal.]]&lt;br /&gt;
&lt;br /&gt;
The Master Plan for Greater Imphal covers the following villages of Imphal East Sub-Division and Imphal West Sub-Division in addition to the Imphal Municipal Area.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Imphal East ===&lt;br /&gt;
The Master Plan for Greater Imphal covers the following villages of Imphal East Sub-Division: Luwangsangbam, Asheiloklen, Matai, Achanbigei, Khabam, Lamlongei, Kontha Ahallup, Meitei Kairang, Konsam Leikai, Lairikyengbam Leikai, Laipham Siphai (Part), Khurai Sajor Leikai, Thongam Leikai,Laishram Leikai, Moirang Kampu, Bashikhong,Top Dusara (18),Laingampat, Ningthoubung, Khurai Chingambam Leikai, Khaidem Leikai, Kongkham Leikai(23), Porompat, Top Khongnangkhong, Top Naoriya, Kshetrigao, Naharup, Kongba Nongthomgbam Leikai, Ganga Pat, Keikhu Hao, Thangbrijao, Uchekon Khunou, Uchekon, Nandeibam Leikai, Khongman, Torban, Thongju, Kitna Pannung, Loumanbi, Wangkhei Loumanbi, Takhok Awang, Bamon Kampu, Machahal, Kiyamgei (68), Khomidok, Kairang Muslim, Lilong Hao, Heingang, Soibam Leikai (Part), Kongkham Leikai (Part), Takhok Makha, Keirao Makting, Kiyamgei (50), Kodompokpi (Part).&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Imphal West ===&lt;br /&gt;
The Master Plan for Greater Imphal covers the following villages of Imphal West Sub-Division: Ghari, Langjing Achouba, Takyel Khongbal, Bijoy Govinda (Part), Lamjaotongba, Sagolband (Part), Sangaiprou(84), Langthabal Kunja (Part), Langthabal Mantrikhong, Meitram, Malom Tulihal, Malom Tuliyaima, Ningombam, Langthabal Lep, Mongsangei,Sangaiprou(45), Heinoukhongnembi, Naoriya Pakhanglakpa, Maibam Leikai, Sorokhaibam Leikai, Ahongshangbam Leikai, Oinam Thingel, Laiphrakpam Leikai, Naorem Leikai, Oinam Leikai, Changangei, Tabungkhok.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! North&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
! East&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
! South&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
! West&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Imphal River, village boundaries of Heingang and Kairang along the foothills, northern boundary of Khomidok, Laishram Leikai and Moirang Kampu village.&lt;br /&gt;
| Iril River.&lt;br /&gt;
| Southern boundaries of Keirao Makting, Takhok Pankha, Kiyamgei Pangal, Lilong Hao, Kiyamgei (western boundary), MU Campus, Langthabal Lep, Ningombam, Imphal Airport, road leading from south-eastern corner of Imphal Airport to Tiddim Road via Mekola Bazaar.&lt;br /&gt;
| Western boundaries of Meitram, Malom Tulihal, Malom Tuliyaima, Changangei, Tabungkhok, Langjing, Langol Hill up to Imphal river near Khonghampat.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[National Capital Region]]&lt;br /&gt;
&lt;br /&gt;
== Further reading ==&lt;br /&gt;
* [https://m.economictimes.com/news/politics-and-nation/manipur-to-intensify-security-in-imphal-and-greater-imphal/articleshow/22800524.cms Manipur to intensify security in Imphal and greater Imphal]&lt;br /&gt;
* [https://www.researchgate.net/publication/351323891_GIS_Based_Route_Network_Analysis_for_Tourist_Places_A_Case_Study_Of_Greater_Imphal GIS Based Route Network Analysis for Tourist Places : A Case Study Of Greater Imphal]&lt;br /&gt;
* [https://e-pao.net/GP.asp?src=20..310113.jan13 Whole of Greater Imphal is now Silent Zone]&lt;br /&gt;
* [http://www.cwejournal.org/vol7no2/distribution-pattern-of-enteropathogens-in-greater-imphal-area-of-imphal-river-manipur Distribution Pattern of Enteropathogens in Greater Imphal Area of Imphal River, Manipur]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Notelist}}&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
{{Authority control}}&lt;br /&gt;
{{Portal bar|Asia|Geography|India|Transport}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Imphal East district]]&lt;br /&gt;
[[Category:Imphal West district]]&lt;br /&gt;
[[Category:Government of Manipur]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Boito_(company)&amp;diff=492103</id>
		<title>Boito (company)</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Boito_(company)&amp;diff=492103"/>
		<updated>2026-03-18T15:15:23Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: put up new details...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Indian luxury clothing brand}}&lt;br /&gt;
{{Infobox company&lt;br /&gt;
| name = Boito&lt;br /&gt;
| type = [[Privately held company|Private]]&lt;br /&gt;
| logo = &lt;br /&gt;
| foundation = 2022&lt;br /&gt;
| location = [[Bangalore]], India&lt;br /&gt;
| key_people = Richa Maheshwari&lt;br /&gt;
| founders = Richa Maheshwari&lt;br /&gt;
| industry = Fashion&lt;br /&gt;
| products = Luxury fashion and lifestyle&lt;br /&gt;
| homepage = {{URL|https://boito.in/}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Boito&#039;&#039;&#039; is an Indian [[slow fashion]] brand founded by &#039;&#039;&#039;Richa Maheshwari&#039;&#039;&#039; in 2022. The brand is known for preserving the traditional handwoven [[Textile|textiles]] of [[Odisha]], blending them with modern designs.&amp;lt;ref name=&amp;quot;TH&amp;quot;&amp;gt;{{cite web |last1=Menezes |first1=Anisha |title=Niraba brings sabai grass weaving to contemporary furniture design |url=https://www.thehindu.com/life-and-style/homes-and-gardens/niraba-brings-sabai-grass-weaving-to-contemporary-furniture-design/article70113398.ece |website=The Hindu |language=en-IN |date=12 December 2025}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |last=Mallik |first=Prattusa |date=2024-02-12 |title=Obeisance to Odisha: Slow fashion label Boito&#039;s first collection, Boito Beginnings, envisages pieces that celebrate the luxury of time |url=https://www.indulgexpress.com/fashion/new-launches/2024/Feb/15/obeisance-to-odishaslow-fashion-label-boitos-first-collection-boito-begins-envisages-pieces-that-cel-57845.html |access-date=2025-01-30 |website=Indulgexpress |language=en}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
After visiting [[Odisha]], engineer Richa Maheshwari founded Boito in 2022.&amp;lt;ref&amp;gt;{{cite web |title=A textile-forward brand that’s the opposite of fast fashion |url=https://thenodmag.com/content/luxury-homegrown-odisha-brand-boito-whalesong-gallery-pop-up |website=thenodmag.com |language=en}}&amp;lt;/ref&amp;gt; She was impressed with the [[Bomkai sari|Bomkai]], [[Khandua]] and other tribal weaves and textiles she observed.&amp;lt;ref&amp;gt;{{Cite web |last=Kedar |first=Namrata |date=2023-12-04 |title=How one Indian label is empowering and preserving the weaver communities of Odisha |url=https://www.vogue.in/content/how-one-indian-label-is-empowering-and-preserving-the-weaver-communities-of-odisha |access-date=2025-01-30 |website=Vogue India |language=en-IN}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;NIE&amp;quot;&amp;gt;{{Cite web |last=Sahu |first=Diana |date=2024-02-11 |title=Tribal weaves sail with luxury in this engineer’s &#039;Boito&#039; |url=https://www.newindianexpress.com/states/odisha/2024/Feb/11/tribal-weaves-sail-with-luxury-in-this-engineers-boito |access-date=2025-01-30 |website=The New Indian Express |language=en}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=A journey into the world of Odisha’s timeless Khandua sari |url=https://www.harpersbazaar.in/fashion/story/woven-into-history-931566-2024-03-17 |access-date=2025-01-30 |website=Harper Bazar |language=en}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |last=Kader |first=Fathima Abdul |date=2023-12-03 |title=Take A Journey Into Odia Culture With Label Boito&#039;s Handcrafted Textiles |url=https://homegrown.co.in/homegrown-creators/take-a-journey-into-odia-culture-through-with-label-boitos-handcrafted-textiles |access-date=2025-01-30 |website=Homegrown |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Boito partnered with number of weaving communities in Odisha to preserve handloom traditions.&amp;lt;ref&amp;gt;{{cite web |title=New brand Boito partners with weaving communities in Odisha to preserve handloom traditions |url=https://in.fashionnetwork.com/news/New-brand-boito-partners-with-weaving-communities-in-odisha-to-preserve-handloom-traditions,1583818.html |website=FashionNetwork |language=en-IN |date=6 December 2023}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Cheongju Craft Biennale, Korea===&lt;br /&gt;
Boito was featured as one of the participating artists/collectives in the Hyundai Translocal Series: Entangled and Woven — an international craft and art initiative supported by Hyundai Motor Company that brings together artists from Korea, India and the UK to explore craft, community and cultural exchange through textile-based work.&amp;lt;ref&amp;gt;{{cite web |title=Hyundai Motor Announces the Opening of &amp;quot;Hyundai Translocal Series: Entangled and Woven&amp;quot; |url=https://www.hyundai.news/eu/articles/press-releases/hyundai-translocal-series-entangled-and-woven.html |website=www.hyundai.news}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |title=Hyundai Translocal Series: Entangled and Woven {{!}} Whitworth Art Gallery |url=https://www.whitworth.manchester.ac.uk/whats-on/exhibitions/hyundaitranslocalseriesentangledandwoven/ |website=www.whitworth.manchester.ac.uk |publisher=[[British Standard Whitworth]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===XTANT 2025===&lt;br /&gt;
In May 2025, Boito made its international debut in XTANT 2025, an annual gathering of textile visionaries held in [[Mallorca]], Spain.&amp;lt;ref&amp;gt;{{cite web |last1=Kulkarni |first1=Srushti |title=From Odisha to Mallorca: Indian luxury label Boito debuts at Xtant 2025 |url=https://www.indulgexpress.com/fashion/trends/2025/May/14/from-odisha-to-mallorca-indian-luxury-label-boito-debuts-at-xtant-2025 |website=Indulgexpress |language=en |date=14 May 2025}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |last1=IN |first1=FashionNetwork com |title=Boito to showcase Indian textiles in at Xtant 2025 in Mallorca |url=https://in.fashionnetwork.com/news/Boito-to-showcase-indian-textiles-in-at-xtant-2025-in-mallorca%2C1728986.html |website=FashionNetwork.com |language=en-IN |date=14 May 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Great Elephant Migration===&lt;br /&gt;
In 2025, Boito participated in The Great Elephant Migration, an international travelling public art installation featuring 100 life-sized elephant sculptures created to raise awareness about biodiversity conservation and human–wildlife coexistence.&amp;lt;ref&amp;gt;{{cite web |last1=Kaul |first1=Ipsita |title=How Vikram Goyal And 55 Designers Dressed 100 Elephants In Honour Of Indigenous Craft |url=https://elle.in/fashion/how-vikram-goyal-and-55-designers-dressed-100-elephants-in-honour-of-indigenous-craft-9484554 |website=Elle India |language=en |date=11 July 2025}}&amp;lt;/ref&amp;gt; As part of the project’s Wrapped in History initiative, the brand designed and hand-wove a ceremonial textile blanket draped over one of the sculptures, incorporating Sambalpuri ikat, Khandua silk, Bomkai weaving, Pipli appliqué, and Dongria Kondh embroidery from Odisha.&amp;lt;ref&amp;gt;{{cite web |title=The Great Elephant Migration: Wrapped in History, Curated by Vikram Goyal: Benefit Auction 2025 |url=https://www.artsy.net/auction/the-great-elephant-migration-wrapped-in-history-curated-by-vikram-goyal-benefit-auction-2025 |website=Artsy |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Textiles and Craft Techniques==&lt;br /&gt;
Boito is a contemporary Indian fashion and art company which integrates traditional [[Weaving|handwoven]] [[textiles]] from [[Odisha]] into modern garments.&amp;lt;ref name=&amp;quot;NIE&amp;quot;/&amp;gt;&amp;lt;ref&amp;gt;{{cite web |title=Boito is a story of narratives rooted in the culture of Odisha, but with a global perspective |url=https://t2online.in/goodlife/fashion-beauty/boito-is-a-story-of-narratives-rooted-in-the-culture-of-odisha-but-with-a-global-perspective/935780 |website=t2online.in |language=en}}&amp;lt;/ref&amp;gt; The brand collaborates directly with local weaving communities to preserve heritage techniques while adapting fabrics for [[contemporary]] [[Silhouette]]s.&amp;lt;ref name=&amp;quot;Graz&amp;quot;/&amp;gt; The company uses the different woven techniques such as [[Khandua]], [[Kotpad Handloom fabrics]], Ringa, Kapdaganda, [[Pasapali sari|Pasapali]], [[Sambalpuri sari|Sambalpuri]], and [[Pipili appliqué work]], combining [[Artisanal]] [[craftsmanship]] with natural fibers and traditional dyeing methods.&amp;lt;ref name=&amp;quot;TH&amp;quot;/&amp;gt;&amp;lt;ref&amp;gt;{{cite web |last1=Dey |first1=Sohini |title=Folklore inspires slow-fashion label Boito’s designs, handwoven by communities in Odisha |url=https://www.architecturaldigest.in/story/folklore-inspires-slow-fashion-label-boitos-designs-handwoven-by-communities-in-odisha/ |website=Architectural Digest India |language=en-IN |date=6 September 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Founder==&lt;br /&gt;
Boito was founded by &#039;&#039;&#039;Richa Maheshwari&#039;&#039;&#039;, who is an Indian designer and cultural researcher. She developed the brand after conducting immersive fieldwork in [[Odisha]]’s weaving communities. Her work integrates design with anthropology, cultural preservation, and sustainability. Maheshwari is also the creative lead behind Boito’s exhibitions and installations.&amp;lt;ref&amp;gt;{{cite web |title=Boito by Richa Maheshwari weaves Odisha’s timeless tales into modern fashion {{!}} The Fashion Scoop, Ep 31 |url=https://podcasts.indiatoday.in/lifestyle/the-fashion-scoop/boito-by-richa-maheshwari-weaves-odishas-timeless-tales-into-modern-fashion-the-fashion-scoop-ep-31-1081103-2024-08-28 |website=India Today |publisher=[[India Today]] |language=en |date=28 August 2024}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |last1=Kedar |first1=Namrata |title=How one Indian label is empowering and preserving the weaver communities of Odisha |url=https://www.vogue.in/content/how-one-indian-label-is-empowering-and-preserving-the-weaver-communities-of-odisha |website=Vogue India |publisher=[[Vogue India]] |language=en-IN |date=4 December 2023}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Notable Arts &amp;amp; Exhibitions==&lt;br /&gt;
*Durbar 2026 - At Durbar 2026, Boito brought together Odishan crafts including textiles, metalwork, appliqué, and woodcraft—into cohesive artistic installations. Their installations at Durbar—like Godawan, Boita Durbar, and Spirit of Matriarchy serve as narrative driven works rooted in Odisha’s history, ecology, and communities.&amp;lt;ref&amp;gt;{{cite web |last1=Menezes |first1=Anisha |title=Durbar 2026: Boito’s monumental Godawan, Bonda Matriarchy Wall and Hansa Boita celebrate Odisha’s living crafts |url=https://www.thehindu.com/life-and-style/durbar-2026-boitos-monumental-godawan-bonda-matriarchy-wall-and-hansa-boita-celebrate-odishas-living-crafts/article70646836.ece |website=The Hindu |language=en-IN |date=2 March 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Hyundai Translocal Series - In February 2026, Boito was exhibited in the Hyundai Translocal Series: Entangled and Woven, an international craft exhibition hosted at the [[National Handicrafts and Handlooms Museum|National Crafts Museum &amp;amp; Hastkala Academy]], New Delhi.&amp;lt;ref&amp;gt;{{cite web |title=Hyundai Motor Announces the Opening of Hyundai Translocal Series: Entangled and Woven |url=https://www.hyundai.com/worldwide/en/newsroom/detail/hyundai-motor-announces-the-opening-of-hyundai-translocal-series-entangled-and-woven-0000001009 |website=HYUNDAI MOTORS |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*This and That: Niraba Exhibition, Ahmedabad - Boito collaborated with This and That for the Niraba exhibition at Bougainvillea Gallery, Ahmedabad in November 2025.&amp;lt;ref&amp;gt;{{cite web |last1=Menezes |first1=Anisha |title=Niraba brings sabai grass weaving to contemporary furniture design |url=https://www.thehindu.com/life-and-style/homes-and-gardens/niraba-brings-sabai-grass-weaving-to-contemporary-furniture-design/article70113398.ece |website=The Hindu |publisher=[[The Hindu]] |language=en-IN |date=12 December 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*February 2025 – India Art Fair, New Delhi - Boito debuted at India Art Fair 2025 (Feb 6–9, 2025) with a large-scale [[Navagunjara]] installation at Booth C14, supported by Devi Art Foundation.&amp;lt;ref&amp;gt;{{cite web |title=India Art Fair 2025: A cultural extravaganza merging art, luxury, and innovation |url=https://www.indulgexpress.com/culture/art/2025/Feb/06/india-art-fair-2025-a-cultural-extravaganza-merging-art-luxury-and-innovation |website=Indulgexpress |language=en |date=6 February 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[India Art Fair]] 2025: The event was presented by India Art Fair and held at [[Triveni Kala Sangam]], [[New Delhi]]. Boito was invited to exhibit, along with Johargram, 2112 Saldon and East.&amp;lt;ref name=&amp;quot;Graz&amp;quot;&amp;gt;{{cite web |title=Threads Of Time: Unveiling Odisha&#039;s Vibrant Handloom Legacy {{!}} Grazia India |url=https://www.grazia.co.in/fashion/threads-of-time-unveiling-odishas-vibrant-handloom-legacy-14067.html |website=www.grazia.co.in |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Whalesong, Parra, Goa (December, 2024 - January, 2025) - Boito&#039; crafts was appeared in 2024. This was a retail exhibition and solo show held at Goa’s Whalesong Art Design Gallery.&amp;lt;ref&amp;gt;{{cite web |title=Luxury Label Boito Announces Exhibition On Odisha&#039;s Spectacular Craftsmanship Techniques |url=https://www.outlooktraveller.com/News/luxury-label-boito-announces-exhibition-on-odishas-spectacular-craftsmanship-techniques |website=Outlook Traveller |language=en |date=5 December 2024}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |title=Boito to hold pop-up in Parra, Goa to showcase Odisha&#039;s textiles |url=https://in.fashionnetwork.com/news/Boito-to-hold-pop-up-in-parra-goa-to-showcase-odisha-s-textiles,1683858.html |website=FashionNetwork.com |language=en-IN |date=5 December 2024}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Indian clothing]]&lt;br /&gt;
[[Category:Textile industry in India]]&lt;br /&gt;
[[Category:Indian companies established in 2023]]&lt;br /&gt;
[[Category:Companies based in Odisha]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=The_Mehta_Boys&amp;diff=540609</id>
		<title>The Mehta Boys</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=The_Mehta_Boys&amp;diff=540609"/>
		<updated>2026-03-17T15:54:24Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: created basic info more to come...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|2025 film by Boman Irani}}&lt;br /&gt;
{{Use dmy dates|date=January 2025}}&lt;br /&gt;
{{Use Indian English|date=January 2025}}&lt;br /&gt;
{{Infobox film&lt;br /&gt;
| name           = The Mehta Boys&lt;br /&gt;
| image          = The Mehta Boys.jpg&lt;br /&gt;
| caption        = Promotional release poster&lt;br /&gt;
| alt            = &lt;br /&gt;
| director       = [[Boman Irani]]&lt;br /&gt;
| producer       = {{plainlist|&lt;br /&gt;
* Boman Irani&lt;br /&gt;
* Danesh Irani&lt;br /&gt;
* Shujaat Saudagar&lt;br /&gt;
* Vipin Agnihotri&lt;br /&gt;
|}}&lt;br /&gt;
| writer         = Boman Irani&amp;lt;br&amp;gt;[[Alexander Dinelaris]]&lt;br /&gt;
| story          = &lt;br /&gt;
| screenplay     = &lt;br /&gt;
| based_on       = &lt;br /&gt;
| starring       = {{Plainlist|&lt;br /&gt;
* [[Avinash Tiwary]]&lt;br /&gt;
* Boman Irani}}&lt;br /&gt;
| narrator       = &lt;br /&gt;
| music          = &lt;br /&gt;
| cinematography = Krish Makhija&lt;br /&gt;
| editing        = Charu Shree Roy&lt;br /&gt;
| studio         = Irani Movietone&amp;lt;br&amp;gt;Chalkboard Entertainment&lt;br /&gt;
| distributor    = [[Metro-Goldwyn-Mayer]] (through [[Amazon MGM Studios]])&lt;br /&gt;
| released       = {{film date|df=yes|2025|02|07}}&lt;br /&gt;
| runtime        = 118 minutes&amp;lt;ref&amp;gt;{{Cite web |title=The Mehta Boys |url=https://cbfcindia.gov.in/cbfcAdmin/search-result.php?recid=Q0EwMTIyMDcyMDI0MDAxMzI= |website=Central Board of Film Certification}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| country        = India&lt;br /&gt;
| language       = Hindi&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;The Mehta Boys&#039;&#039;&#039;&#039;&#039; is a 2025 Indian [[Hindi]]-language [[drama film]] co-written, co-produced, and directed by [[Boman Irani]].&amp;lt;ref&amp;gt;{{Cite web |last=Naman Ramachandran |date=23 October 2024 |title=Boman Irani&#039;s Directorial Debut &#039;The Mehta Boys,&#039; From Oscar-Winning &#039;Birdman&#039; Writer Alexander Dinelaris, Sets Prime Video Bow (EXCLUSIVE) |url=https://variety.com/2025/music/news/boman-irani-mehta-boys-prime-video-1236281819/ |access-date=22 January 2025 |website=Variety}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |last=Web |first=NDTV Movies News Desk |date=29 January 2025 |title=The Mehta Boys Trailer: Boman Irani&#039;s Directorial Debut Is A Rollercoaster Ride About A Father-Son Relationship |url=https://www.ndtv.com/entertainment/the-mehta-boys-trailer-boman-iranis-directorial-debut-is-a-rollercoaster-ride-about-a-father-son-relationship-7586951 |access-date=29 January 2025 |website=NDTV}}&amp;lt;/ref&amp;gt; It is about a troubled father-son relationship, and stars Irani, [[Avinash Tiwary]], and [[Shreya Chaudhry]]. It was released on 7 February 2025 on [[Amazon Prime Video]].&amp;lt;ref&amp;gt;{{Cite web |date=30 January 2025|title=The Mehta Boys: Avinash Tiwari, Shreya Chaudhry reflect on the relatable themes of movie|url=https://www.thestatesman.com/entertainment/the-mehta-boys-avinash-tiwari-shreya-chaudhry-reflect-on-the-relatable-themes-of-movie-1503392305.html|access-date=30 January 2025 |website=The Statesman}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |last=HT Entertainment Desk |date=29 January 2025 |title=The Mehta Boys trailer: Boman Irani&#039;s directorial debut shows turbulent father-son relationship|url=https://www.hindustantimes.com/entertainment/bollywood/the-mehta-boys-trailer-boman-irani-directorial-debut-avinash-tiwary-turbulent-father-son-relationship-prime-video-watch-101738138927862.html|access-date=29 January 2025 |website=Hindustan Times}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
The story follows Amay Mehta, a workaholic bachelor and architect living in Mumbai. He aspires to present his designs to his boss but always hesitates, lacking confidence or feeling that something is missing in his projects. His colleague, Zara, encourages him, insisting that he is one of the best architects in their firm.&lt;br /&gt;
&lt;br /&gt;
One day, Amay receives a letter from his sister informing him of their mother’s passing. He travels to his hometown for the funeral, where he struggles to get along with his father, Shiv Mehta. Shiv, devastated by the loss of his wife, plans to move to the USA with his daughter. However, due to a delay in his flight, he is forced to stay in Mumbai for two more days. Before leaving, Amay’s sister convinces both Amay and Shiv to get along for the next 48 hours.&lt;br /&gt;
&lt;br /&gt;
Shiv moves into Amay’s house, only to discover his son’s poor living conditions. Despite his ambition, Amay’s workaholic nature has affected both his family and personal life. They argue over who should sleep on the sofa or bed—Amay wants to take care of his father, while Shiv insists on making his son comfortable so he can focus on work. Their situation worsens due to Shiv’s childish and stubborn behavior, such as interfering with the car’s handbrake and attempting to carry heavy luggage by himself.&lt;br /&gt;
&lt;br /&gt;
One night, over drinks, their conversation turns into an argument when Shiv insults Amay’s profession as an architect. Despite their differences, Shiv expresses a desire to meet Zara, leading to a dinner outing. However, when Amay insists on paying the bill despite Shiv’s refusal, tensions rise. Shiv, realizing what happened, storms out angrily, leaving behind his bag containing his passport and ticket.&lt;br /&gt;
&lt;br /&gt;
As Amay rushes to return home, he almost crashes his car when Shiv suddenly pulls the handbrake. Unable to contain his frustration any longer, Amay explodes in anger. The heated argument that follows reveals the true reason for their strained relationship—Shiv believes that life is incomplete without family. He had once left behind his own for a better life but ended up with nothing, which is why they had not spoken for years.&lt;br /&gt;
&lt;br /&gt;
After their argument, Shiv wanders the streets and mistakenly follows a woman, thinking she is his late wife. In his distracted state, he meets with an accident. Upon hearing the news, Amay rushes to the hospital, only to be confronted by Zara, who harshly reminds him of his responsibilities as a son.&lt;br /&gt;
&lt;br /&gt;
Amay finally presents his project to his team where upon facing criticism, he passionately argues against blindly adopting Western architecture, insisting that shifting away from one&#039;s culture is a mistake. His project gets approved, marking a turning point in his career. Later, he visits his hometown to thank his father, realizing that his scolding was never out of anger but rather an attempt to teach him valuable life lessons.&lt;br /&gt;
&lt;br /&gt;
At the airport, father and son share a final farewell. As Amay returns home, he finds everything clean and renovated. The film ends as he turns off the light, fading into a black screen.&lt;br /&gt;
&lt;br /&gt;
== Cast ==&lt;br /&gt;
* [[Boman Irani]] as Mr. Shiv Mehta&lt;br /&gt;
* [[Avinash Tiwary]] as Amay Mehta&lt;br /&gt;
* [[Shreya Chaudhry]] as Zara&lt;br /&gt;
* Puja Sarup as Anu&lt;br /&gt;
* Champa Flora David Jacob as receptionist&lt;br /&gt;
* [[Siddhartha Basu]] as Saumik Sen, Amay&#039;s boss &amp;amp; head of Sen and Sons architecture firm&lt;br /&gt;
&lt;br /&gt;
== Reception ==&lt;br /&gt;
{{Rotten Tomatoes prose|100|7.1|12|consensus=|ref=|access-date={{RT data|access date}}}}&amp;lt;ref&amp;gt;{{Cite web |title=The Mehta Boys {{!}} Rotten Tomatoes |url=https://www.rottentomatoes.com/m/the_mehta_boys |access-date=2025-02-27 |website=www.rottentomatoes.com |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Shubhra Gupta]] of &#039;&#039;[[The Indian Express]]&#039;&#039; rated 3.5/5 and said &amp;quot;The theme of the film has a familiar predictive tilt, but what lifts the film are the little spurts of unpredictability built into the script of Boman Irani’s directorial debut.&amp;quot;&amp;lt;ref&amp;gt;{{Cite web |first=Shubhra |last=Gupta |title=The Mehta Boys movie review: Amid duds served by Bollywood, Boman Irani-Avinash Tiwary film is well worth your time|url=https://indianexpress.com/article/entertainment/movie-review/the-mehta-boys-movie-review-among-duds-served-by-bollywood-boman-irani-avinash-tiwary-film-is-well-worth-your-time-9822589/|date=7 February 2025|website=The Indian Express}}{{rating|3.5|5}}&amp;lt;/ref&amp;gt; [[Saibal Chatterjee]] of &#039;&#039;[[NDTV]]&#039;&#039; gave it 3 out of 5 stars and said that &amp;quot;The heart-warming drama is enlivened by the wonderful central performances from Boman Irani and Avinash Tiwary, perfectly complemented by Shreya Chaudhry.&amp;quot;&amp;lt;ref&amp;gt;{{Cite web |first=Saibal |last=Chatterjee |title=The Mehta Boys Review: Refreshingly Unpretentious Father-Son Drama|url=https://www.ndtv.com/entertainment/the-mehta-boys-review-refreshingly-unpretentious-father-son-drama-3-stars-7654980|date=7 February 2025|website=NDTV}}{{rating|3|5}}&amp;lt;/ref&amp;gt; Abhimanyu Mathur of &#039;&#039;[[Hindustan Times]]&#039;&#039; said &amp;quot; Boman Irani&#039;s directorial debut is a splendid film anchored by his performance as well as a class act from Avinash Tiwary.&amp;quot;&amp;lt;ref&amp;gt;{{Cite web |first=Abhimanyu |last=Mathur |title=The Mehta Boys review: Director Boman Irani gets actor Boman Irani&#039;s career-best performance in a splendid tearjerker|url=https://www.hindustantimes.com/entertainment/bollywood/the-mehta-boys-review-director-boman-irani-gets-actor-boman-iranis-career-best-performance-in-a-splendid-tearjerker-101738908331894.html|date=7 February 2025|website=Hindustan Times}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Abhishek Srivastava of &#039;&#039;[[The Times of India]]&#039;&#039; gave 4 stars out 5 and said that &amp;quot;‘The Mehta Boys’ is a finely crafted drama that feels deeply personal, as if drawn from real-life experiences within one’s own home or neighborhood.&amp;quot;&amp;lt;ref&amp;gt;{{Cite web |first=Abhishek |last=Srivastava |title=The Mehta Boys Review : A family drama done right: real, raw, and relatable|url=https://timesofindia.indiatimes.com/entertainment/hindi/movie-reviews/the-mehta-boys/ottmoviereview/117979978.cms|date=7 February 2025|website=The Times of India}}{{rating|4|5}}&amp;lt;/ref&amp;gt; Anuj Kumar of &#039;&#039;[[The Hindu]]&#039;&#039; observes about the film that &amp;quot;Redolent with mood and motifs, Avinash Tiwary shines in this tender tale of grief and gratitude told with wit and vigor.&amp;quot;&amp;lt;ref&amp;gt;{{Cite web |first=Anuj |last=Kumar |title=&#039;The Mehta Boys&#039; movie review: Boman Irani maps an intricate architecture of father-son relationship|url=https://www.thehindu.com/entertainment/movies/the-mehta-boys-review-boman-irani-avinash-tiwary-prime-video/article69191844.ece|date=7 February 2025|website=The Hindu}}&amp;lt;/ref&amp;gt; Sana Farzeen of &#039;&#039;[[India Today]]&#039;&#039; gave 3 stars out of 5 and said that &amp;quot;The Mehta Boys explores a complex father-son bond with realism and subtlety. Boman Irani impresses as both director and actor, while Avinash Tiwary shines. Though the resolution feels conventional, the film&#039;s authenticity makes it a refreshing watch&amp;quot;.&amp;lt;ref&amp;gt;{{Cite web |first=Sana |last=Farzeen |title=The Mehta Boys review: Boman Irani&#039;s film is a moving lesson on love and loving|url=https://www.indiatoday.in/movies/reviews/story/the-mehta-boys-review-boman-irani-avinash-tiwary-prime-video-2676052-2025-02-07|date=7 February 2025|website=India Today}}{{rating|3|5}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* {{IMDb title|tt31897917}}&lt;br /&gt;
* {{Rotten Tomatoes | the_mehta_boys }}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Mehta Boys, The}}&lt;br /&gt;
[[Category:2025 Hindi-language films]]&lt;br /&gt;
[[Category:Indian direct-to-video films]]&lt;br /&gt;
[[Category:2025 direct-to-video films]]&lt;br /&gt;
[[Category:Films with screenplays by Alexander Dinelaris Jr.]]&lt;br /&gt;
[[Category:Hindi-language drama films]]&lt;br /&gt;
[[Category:Amazon Prime Video original films]]&lt;br /&gt;
[[Category:Amazon MGM Studios films]]&lt;br /&gt;
[[Category:Metro-Goldwyn-Mayer films]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Umgaon&amp;diff=542551</id>
		<title>Umgaon</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Umgaon&amp;diff=542551"/>
		<updated>2026-03-13T23:03:52Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: created new stub w/ refs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Village of Bihar}}&lt;br /&gt;
{{Infobox settlement&lt;br /&gt;
| name               = Umgaon&lt;br /&gt;
| official_name      = Umgaon&lt;br /&gt;
| native_name        = उमगांव&lt;br /&gt;
| native_name_lang   = Mai&lt;br /&gt;
| mapframe-coordinates = {{Coord|26.6125218|N|85.9698331|E}}&lt;br /&gt;
| coordinates        = {{Coord|26.6125218|N|85.9698331|E}}&lt;br /&gt;
| coor_pinpoint      = Bazar Chowk, Umgaon&lt;br /&gt;
| subdivision_type   = Country&lt;br /&gt;
| subdivision_name   = India&lt;br /&gt;
| subdivision_type1  = State&lt;br /&gt;
| subdivision_name1  = Bihar&lt;br /&gt;
| subdivision_type2  = Region&lt;br /&gt;
| subdivision_name2  = Mithila region&lt;br /&gt;
| subdivision_type3  = District&lt;br /&gt;
| subdivision_name3  = Madhubani district&lt;br /&gt;
| seat_type          = Government of Bihar&lt;br /&gt;
| seat               = Gram Panchayat Raj&lt;br /&gt;
| governing_body     = Panchayat samiti&lt;br /&gt;
| leader_title       = Mukhiya&lt;br /&gt;
| population_total   = 5,796&lt;br /&gt;
| population_as_of   = 2011&lt;br /&gt;
| population_footnotes = Census of India&lt;br /&gt;
| population_demonym = [[Maithil]]&lt;br /&gt;
| postal_code_type   = [[Postal Index Number|Postal Pincode]]&lt;br /&gt;
| postal_code        = 847240&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Umgaon&#039;&#039;&#039; ([[Maithili language|Maithili]]: उमगांव) is a historical village in the [[Mithila (region)|Mithila region]] of [[Bihar]] in [[India]]. It is located in the [[Harlakhi Assembly constituency|Harlakhi block]] of the [[Madhubani district]]. During the [[British Raj|British rule]] in the [[Indian subcontinent]], this village was known for the cultivation of &#039;&#039;[[Indigofera|Neel plants]]&#039;&#039;.&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite news |title=हिन्दुस्तान स्पेशल: अंग्रेजों की नीलहा कोठी पर आज भी आती है पाती, जानिए क्या है इतिहास? |url=https://www.livehindustan.com/bihar/story-hindustan-special-latters-comes-even-today-on-the-neelha-kothi-of-the-british-know-what-is-the-history-8449350.html |work=Hindustan}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=ग्रामीण क्षेत्रों में भी रही बिहार दिवस की धूम - |url=https://www.jagran.com/bihar/madhubani-15726402.html |access-date=2024-11-26 |website=Jagran |language=hi}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite news |title=सरकारी और गैरसरकारी स्कूलों बच्चों के बीच होगी प्रतियोगिता |url=https://www.bhaskar.com/bihar/madhubani/competition-will-be-held-between-government-and-non-government-school-children-100004-5330589.html/ |work=[[Dainik Bhaskar]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
The history of village can be traced from the period of the British rule in the subcontinent. According to the older residents of the village, there was an [[English people|Englishman]] known as &amp;quot;Mister Alexander&amp;quot;, who was running the factory of [[Indigofera|Neel]] products with his brother and sister during the [[British Raj|British rule]] in the village. Those days the Umgaon village was the major centre for the cultivation and production of the Neel related products in the region.{{Citation needed|date=January 2025|reason=source needed to verify}}&lt;br /&gt;
&lt;br /&gt;
The remains of  ruins of the Neel factory still exist in the village. The ruins of the Neel factory is known as &#039;&#039;Umgaon Kothi&#039;&#039; also called as &#039;&#039;Neelha Kothi.&#039;&#039; The legacy of the Umgaon Kothi was preserved by naming the post of the village on its name. The post office of the Umgaon village is called as Umgaon Kothi whose postal pincode is 847240.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |last= |first= |title=Umgaon Kothi Pin Code |url=https://www.indiatvnews.com/pincode/bihar/madhubani/umgaon-kothi |access-date=2024-11-26 |website=India TV news}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Demographics ==&lt;br /&gt;
According to the Indian population census 2011, the total number of families residing in the village is 1,012. The total population of the village is 5,796. The number of males and females are 3,019 and 2,777 respectively out of the total population. The average sex ratio of the village is 920.{{Citation needed|date=January 2025|reason=official census source needed to verify}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Madhubani district]]&lt;br /&gt;
[[Category:Mithila (region)]]&lt;br /&gt;
&lt;br /&gt;
{{Madhubani-geo-stub}}&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Hindutva_boycott_of_Hindi_cinema&amp;diff=477224</id>
		<title>Hindutva boycott of Hindi cinema</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Hindutva_boycott_of_Hindi_cinema&amp;diff=477224"/>
		<updated>2026-03-09T03:05:10Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: Made a article v1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Opposition to apparent Muslim influence in Bollywood}}&lt;br /&gt;
{{pp|small=yes}} &lt;br /&gt;
{{redirect|Urduwood|Bollywood as a whole|Hindi cinema|the Pakistani Urdu-language film industry|Lollywood}}&lt;br /&gt;
{{Use dmy dates|date=March 2024}}&lt;br /&gt;
{{Use Indian English|date=March 2024}}&lt;br /&gt;
In recent years in India, several [[boycott]]s have been organized by advocates of [[Hindutva]] against [[Hindi cinema|Hindi]]-language films. Some of the boycotters are using the pejorative [[neologism]] &amp;quot;Urduwood&amp;quot; to characterise the [[Hindi|Hindi-language]] [[Bollywood]] film industry as a [[Muslim]]-dominated, anti-Hindu industry, which would favour [[Urdu]] language over Hindi.&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite news |last1=Raj |first1=Kaushik |last2=Gurmat |first2=Sabah |date=2022-09-30 |title=Bollywood under siege as rightwing social media boycotts start to bite |language=en-GB |work=The Guardian |url=https://www.theguardian.com/film/2022/sep/30/bollywood-under-siege-as-rightwing-social-media-boycotts-start-to-bite |access-date=2023-10-27 |issn=0261-3077 |archive-date=2023-10-27 |archive-url=https://web.archive.org/web/20231027210254/https://www.theguardian.com/film/2022/sep/30/bollywood-under-siege-as-rightwing-social-media-boycotts-start-to-bite |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:2&amp;quot;&amp;gt;{{Cite web |title=Why right wing hates Bollywood |url=https://www.theweek.in/columns/swara-bhasker/2022/09/03/why-right-wing-hates-bollywood.html |access-date=2023-10-27 |website=The Week |language=en |archive-date=2023-10-27 |archive-url=https://web.archive.org/web/20231027210254/https://www.theweek.in/columns/swara-bhasker/2022/09/03/why-right-wing-hates-bollywood.html |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=Hindutva Protesters Stop Alia Bhatt, Ranbir Kapoor From Entering MP Temple |url=https://thewire.in/rights/hindutva-brahmastra-alia-bhatt-ranbir-kapoor-temple |access-date=2023-10-27 |website=The Wire |archive-date=2023-10-27 |archive-url=https://web.archive.org/web/20231027210253/https://thewire.in/rights/hindutva-brahmastra-alia-bhatt-ranbir-kapoor-temple |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |last=decine21.com |date=2022-10-04 |title=Bollywood pasa a ser conocido como Urduwood - decine21.com |url=https://decine21.com/noticias/124499-bollywood-urduwood |access-date=2023-10-27 |website=Decine21 |language=es-es |archive-date=2023-10-27 |archive-url=https://web.archive.org/web/20231027210253/https://decine21.com/noticias/124499-bollywood-urduwood |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite web |title=Is the Hindu Nationalist &#039;Boycott Bollywood&#039; Campaign Impacting the Box Office? |url=https://thediplomat.com/2022/09/is-hindu-nationalists-boycott-bollywood-campaign-impacting-the-box-office/ |access-date=2023-10-27 |website=thediplomat.com |language=en-US |archive-date=2023-09-30 |archive-url=https://web.archive.org/web/20230930204312/https://thediplomat.com/2022/09/is-hindu-nationalists-boycott-bollywood-campaign-impacting-the-box-office/ |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |date=2017-05-05 |title=Dissecting the language of Baahubali trolls: &#039;Hindu film&#039;, &#039;Urduwood&#039;, &#039;Chrislamist critic&#039; |url=https://www.firstpost.com/entertainment/dissecting-the-language-of-baahubali-trolls-hindu-film-urduwood-chrislamist-critic-3425664.html |access-date=2023-10-27 |website=Firstpost |language=en |archive-date=2023-10-27 |archive-url=https://web.archive.org/web/20231027210255/https://www.firstpost.com/entertainment/dissecting-the-language-of-baahubali-trolls-hindu-film-urduwood-chrislamist-critic-3425664.html |url-status=live }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
Bollywood has historically had many [[Islam in India#Prominent Muslims in India|Muslims]] involved in the production of its movies, with some of the most popular film stars being Muslim, especially the [[Khans of Bollywood]] and many of the lyricists and songwriters infusing [[Urdu]] into the scripts;&amp;lt;ref&amp;gt;{{Cite magazine |last=Subramanian |first=Samanth |date=2022-10-10 |title=When the Hindu Right Came for Bollywood |language=en-US |magazine=The New Yorker |url=https://www.newyorker.com/magazine/2022/10/17/when-the-hindu-right-came-for-bollywood |access-date=2023-10-27 |issn=0028-792X |archive-date=2023-11-30 |archive-url=https://web.archive.org/web/20231130061141/https://www.newyorker.com/magazine/2022/10/17/when-the-hindu-right-came-for-bollywood |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=Bollywood Is a Major Target for Right Wing Groups Looking for Signs of &#039;Hinduphobia&#039; |url=https://thewire.in/film/bollywood-target-right-wing-groups-hinduphobia-tandav |access-date=2023-10-27 |website=The Wire |archive-date=2023-10-27 |archive-url=https://web.archive.org/web/20231027211705/https://thewire.in/film/bollywood-target-right-wing-groups-hinduphobia-tandav |url-status=live }}&amp;lt;/ref&amp;gt; Urdu, which is heavily influenced by Middle Eastern languages such as [[Persian language|Persian]] and [[Arabic]], is generally associated with [[Islam in India|Muslims]] (see [[Hindi–Urdu controversy|Hindi-Urdu controversy]]).&amp;lt;ref&amp;gt;{{Cite news |title=The siege of Bollywood |newspaper=The Economist |url=https://www.economist.com/books-and-arts/2021/02/25/the-siege-of-bollywood |access-date=2023-10-27 |issn=0013-0613 |archive-date=2023-10-27 |archive-url=https://web.archive.org/web/20231027212316/https://www.economist.com/books-and-arts/2021/02/25/the-siege-of-bollywood |url-status=live }}&amp;lt;/ref&amp;gt; Allegations about Bollywood portraying [[Hindus]] and [[Hinduism]] [[Anti-Hindu sentiment|in negative light]] in the name of [[secularism]] in films like &#039;&#039;[[PK (film)|PK]]&#039;&#039; (2014) have emerged following the victory of the [[Hindu nationalism|Hindu nationalist]] [[Bharatiya Janata Party]] [[2014 Indian general election|in 2014]].&amp;lt;ref&amp;gt;{{Cite news |date=2014-12-26 |title=Why is Bollywood film PK controversial? |url=https://www.bbc.com/news/world-asia-india-30602809 |access-date=2025-12-16 |work=BBC News |language=en-GB}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Names ==&lt;br /&gt;
Along with &amp;quot;Urduwood&amp;quot;, related terms that are used are &amp;quot;Khanwood&amp;quot; (referring to the prominence in Bollywood of actors with the common South Asian Muslim [[Khans of Bollywood|last name Khan]]), &amp;quot;Jihadwood&amp;quot;, and &amp;quot;[[Dawood Ibrahim#In popular culture|Dawood]]-wood&amp;quot;.&amp;lt;ref name=&amp;quot;:2&amp;quot; /&amp;gt;&amp;lt;ref&amp;gt;{{Cite news |title=The Bollywood saga: Social media ruining the relation |work=The Times of India |url=https://timesofindia.indiatimes.com/readersblog/herbinger/the-bollywood-saga-social-media-ruining-the-relation-45244/ |access-date=2023-10-27 |issn=0971-8257 |archive-date=2023-10-27 |archive-url=https://web.archive.org/web/20231027211657/https://timesofindia.indiatimes.com/readersblog/herbinger/the-bollywood-saga-social-media-ruining-the-relation-45244/ |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boycotts ==&lt;br /&gt;
Accusations of Bollywood films hurting Hindu sentiments have prompted calls for boycotts against several major films in recent years, using the [[Hashtag activism|hashtag]] #BoycottBollywood;&amp;lt;ref&amp;gt;{{Cite web |last=Mallick, Kritika |first=Abhilash |date=2022-10-07 |title=The Booming &#039;Boycott Bollywood&#039; Trend: Who Are the Players Behind It? |url=https://www.thequint.com/news/webqoof/people-behind-the-boycott-bollywood-trend-analysis |access-date=2023-10-27 |website=TheQuint |language=en |archive-date=2023-10-27 |archive-url=https://web.archive.org/web/20231027211704/https://www.thequint.com/news/webqoof/people-behind-the-boycott-bollywood-trend-analysis |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |date=2023-01-06 |title=Decoding the #BoycottBollywood trend |url=https://www.cnbctv18.com/entertainment/decoding-the-boycottbollywood-trend-how-the-film-industry-is-dealing-with-hate-and-hashtags-15600631.htm |access-date=2023-10-27 |website=cnbctv18.com |language=en |archive-date=2023-10-27 |archive-url=https://web.archive.org/web/20231027215250/https://www.cnbctv18.com/entertainment/decoding-the-boycottbollywood-trend-how-the-film-industry-is-dealing-with-hate-and-hashtags-15600631.htm |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;fl&amp;quot;&amp;gt;{{Cite web |last=P |first=Jinoy Jose |date=2022-09-22 |title=Something is rotten: Understanding the Bollywood boycott phenomenon |url=https://frontline.thehindu.com/arts-and-culture/cinema/something-is-rotten-understanding-the-bollywood-boycott-phenomenon/article65902023.ece |access-date=2023-10-29 |website=Frontline |language=en |archive-date=2023-10-29 |archive-url=https://web.archive.org/web/20231029160657/https://frontline.thehindu.com/arts-and-culture/cinema/something-is-rotten-understanding-the-bollywood-boycott-phenomenon/article65902023.ece |url-status=live }}&amp;lt;/ref&amp;gt; However, some boycotts also happen to be politically motivated, as in the case of &#039;&#039;[[Chhapaak]]&#039;&#039; (2020), a film about an [[Acid attack|acid-attack]] survivor which received calls of boycott due to the lead actress [[Deepika Padukone]] expressing support to [[Students&#039; Federation of India|SFI]] member &amp;amp; [[Jawaharlal Nehru University Students&#039; Union|JNUSU]] head [[Aishe Ghosh]] after she was [[2020 Jawaharlal Nehru University attack|physically assaulted]] by male [[Akhil Bharatiya Vidyarthi Parishad|ABVP]] cadres at [[Jawaharlal Nehru University|JNU]] during [[Citizenship Amendment Act protests]].&amp;lt;ref&amp;gt;{{Cite web |title=BJP calls for boycott of &#039;Chhapaak&#039; following Deepika Padukone&#039;s visit to JNU; opposition stands in support of actress |url=https://mumbaimirror.indiatimes.com/entertainment/bollywood/bjp-calls-for-boycott-of-chhapaak-following-deepika-padukones-visit-to-jnu-opposition-stands-in-support-of-actress/articleshow/73153881.cms |access-date=2025-04-17 |website=mumbaimirror.indiatimes.com}}&amp;lt;/ref&amp;gt; Bollywood producers have said that the threat of boycotts has led them to avoid portrayal of certain topics in their films like [[Interfaith marriage|interfaith romances]] involving Muslims (viewed [[Love jihad conspiracy theory|negatively]] by Hindu nationalists) .&amp;lt;ref&amp;gt;{{Cite web |last=Goyal |first=Prateek |date=2022-12-28 |title=Why 2022 was the year of #BoycottBollywood |url=https://www.newslaundry.com/2022/12/28/why-2022-was-the-year-of-boycottbollywood |access-date=2023-10-27 |website=Newslaundry |archive-date=2023-10-27 |archive-url=https://web.archive.org/web/20231027210254/https://www.newslaundry.com/2022/12/28/why-2022-was-the-year-of-boycottbollywood |url-status=live }}&amp;lt;/ref&amp;gt; In addition, there have been more recent films which cater to [[Hindutva]] [[Propaganda through media|propaganda]].&amp;lt;ref&amp;gt;{{Cite web |title=How Bollywood&#039;s silence proved convenient for India&#039;s Right Wing |url=https://www.southasiantoday.com.au/article-10194-how-bollywoods-silence-proved-convenient-for-indias-right-wing-details.aspx |access-date=2023-10-27 |website=South Asian Today |language=en |archive-date=2024-02-27 |archive-url=https://web.archive.org/web/20240227201751/https://www.southasiantoday.com.au/article-10194-how-bollywoods-silence-proved-convenient-for-indias-right-wing-details.aspx |url-status=live }}&amp;lt;/ref&amp;gt; However, some films like &#039;&#039;[[Pathaan (film)|Pathaan]]&#039;&#039; (2023) have been able to succeed regardless of the boycotts,&amp;lt;ref&amp;gt;{{Cite news |last=Ellis-Petersen |first=Hannah |date=2023-02-04 |title=Pathaan and the king of cinema blast Bollywood out of the doldrums |language=en-GB |work=The Guardian |url=https://www.theguardian.com/film/2023/feb/04/pathaan-shah-rukh-khan-bollywood-out-of-doldrums |access-date=2023-10-27 |issn=0261-3077 |archive-date=2023-10-27 |archive-url=https://web.archive.org/web/20231027210255/https://www.theguardian.com/film/2023/feb/04/pathaan-shah-rukh-khan-bollywood-out-of-doldrums |url-status=live }}&amp;lt;/ref&amp;gt; and there seems to have been an overall limited impact on boycotted movies&#039; revenues.&amp;lt;ref name=&amp;quot;fl&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some boycotters have called for [[Cinema of South India|South Indian cinema]] to be promoted instead, claiming that it was more respectful in representing [[Hinduism|Hindu culture]],&amp;lt;ref&amp;gt;{{Cite web |last=Manga |first=Dhiren |date=2022-12-13 |title=Will #BoycottPathaan impact SRK&#039;s film? |url=https://www.desiblitz.com/content/will-boycottpathaan-impact-srks-film |access-date=2023-10-27 |website=DESIblitz |language=en |archive-date=2023-10-27 |archive-url=https://web.archive.org/web/20231027210256/https://www.desiblitz.com/content/will-boycottpathaan-impact-srks-film |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |date=2022-08-27 |title=Explained: The #BoycottBollywood trend, and its impact on the industry |url=https://indianexpress.com/article/explained/explained-culture/boycott-bollywood-trend-impact-on-industry-explained-8115054/ |access-date=2023-10-27 |website=The Indian Express |language=en |archive-date=2022-08-28 |archive-url=https://web.archive.org/web/20220828083414/https://indianexpress.com/article/explained/explained-culture/boycott-bollywood-trend-impact-on-industry-explained-8115054/ |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=Bollywood&#039;s problem is not boycotts, it is the quality. Or lack of it |url=https://www.wionews.com/entertainment/bollywood/news-bollywoods-problem-is-not-boycotts-it-is-the-quality-or-lack-of-it-512585 |access-date=2023-10-29 |website=WION |date=3 September 2022 |language=en-us |archive-date=2023-10-29 |archive-url=https://web.archive.org/web/20231029160658/https://www.wionews.com/entertainment/bollywood/news-bollywoods-problem-is-not-boycotts-it-is-the-quality-or-lack-of-it-512585 |url-status=live }}&amp;lt;/ref&amp;gt; however some South Indian films like &#039;&#039;[[Annapoorani: The Goddess of Food]]&#039;&#039; (2023) and &#039;&#039;[[L2: Empuraan]]&#039;&#039; (2025) were also boycotted by them.&amp;lt;ref&amp;gt;{{Cite news |last=Ellis-Petersen |first=Hannah |date=2024-01-12 |title=Netflix pulls Indian film after backlash from rightwing Hindu groups |url=https://www.theguardian.com/media/2024/jan/12/netflix-pulls-indian-film-annapoorani-the-goddess-of-food-after-backlash-from-rightwing-hindu-groups |access-date=2024-01-26 |work=The Guardian |language=en-GB |issn=0261-3077 |archive-date=2024-01-26 |archive-url=https://web.archive.org/web/20240126061731/https://www.theguardian.com/media/2024/jan/12/netflix-pulls-indian-film-annapoorani-the-goddess-of-food-after-backlash-from-rightwing-hindu-groups |url-status=live }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |date=2023-06-19 |title=Adipurush row: Mob protests at mall in Maha&#039;s Palghar, asks people to boycott screening |url=https://indianexpress.com/article/cities/mumbai/adipurush-row-mob-protests-mall-maharashtra-palghar-boycott-screening-8672886/ |access-date=2024-01-26 |website=The Indian Express |language=en |archive-date=2024-01-26 |archive-url=https://web.archive.org/web/20240126061731/https://indianexpress.com/article/cities/mumbai/adipurush-row-mob-protests-mall-maharashtra-palghar-boycott-screening-8672886/ |url-status=live }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
=== Events ===&lt;br /&gt;
&lt;br /&gt;
* [[2020 Bengaluru drug raids]], controversy in Kannada cinema&lt;br /&gt;
* [[Death of Sushant Singh Rajput]], controversial 2020 suicide of a Bollywood actor which increased the boycotts&lt;br /&gt;
* &amp;quot;[[Besharam Rang]]&amp;quot;, 2023 Bollywood song involved in boycott controversy&lt;br /&gt;
&lt;br /&gt;
=== Film topics ===&lt;br /&gt;
&lt;br /&gt;
*[[List of films banned in India]]&lt;br /&gt;
* [[Muslim social]], an early Bollywood film genre&lt;br /&gt;
* [[List of genres#Puranic|Puranic]], an Indian film genre&lt;br /&gt;
&lt;br /&gt;
=== Religious and linguistic topics ===&lt;br /&gt;
&lt;br /&gt;
*[[Sanskritisation (language)]], a linguistic change favoured by Hindu nationalists&lt;br /&gt;
* [[Hindi–Urdu controversy]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Hindu nationalism}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Hindi cinema]]&lt;br /&gt;
[[Category:Hindutva]]&lt;br /&gt;
[[Category:Hindustani language]]&lt;br /&gt;
[[Category:Religious controversies in film]]&lt;br /&gt;
[[Category:Islam-related controversies in Asia]]&lt;br /&gt;
[[Category:Propaganda in India]]&lt;br /&gt;
[[Category:Political controversies in India]]&lt;br /&gt;
[[Category:Political controversies in film]]&lt;br /&gt;
[[Category:Hinduism-related mass media and entertainment controversies]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Junoon_(1978_film)&amp;diff=461985</id>
		<title>Junoon (1978 film)</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Junoon_(1978_film)&amp;diff=461985"/>
		<updated>2026-03-03T23:24:14Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: reworked article based on references&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Use dmy dates|date=January 2021}}&lt;br /&gt;
{{Use Indian English|date=September 2017}}&lt;br /&gt;
{{Infobox film&lt;br /&gt;
| name           = Junoon&lt;br /&gt;
| image          = Junoon_film.jpg&lt;br /&gt;
| caption        = Film poster&lt;br /&gt;
| director       = [[Shyam Benegal]]&lt;br /&gt;
| producer       = [[Shashi Kapoor]]&lt;br /&gt;
| writer         = Shyam Benegal (screenplay)&amp;lt;br /&amp;gt;[[Satyadev Dubey]] (dialogues)&amp;lt;br /&amp;gt;[[Ismat Chugtai]] (dialogues)&amp;lt;br /&amp;gt;[[Ruskin Bond]]&lt;br /&gt;
| based_on       = {{based on|&#039;&#039;[[A Flight of Pigeons]]&#039;&#039;&amp;lt;br&amp;gt;1978 novella|[[Ruskin Bond]]}}&lt;br /&gt;
| narrator       = [[Amrish Puri]]&lt;br /&gt;
| starring       = [[Shashi Kapoor]]&amp;lt;br /&amp;gt;[[Shabana Azmi]]&amp;lt;br /&amp;gt;[[Jennifer Kendal]]&amp;lt;br /&amp;gt;[[Naseeruddin Shah]]&lt;br /&gt;
| music          = [[Vanraj Bhatia]]&lt;br /&gt;
| cinematography = [[Govind Nihalani]]&lt;br /&gt;
| editing        = [[Bhanudas Divakar]]&lt;br /&gt;
| distributor    =&lt;br /&gt;
| released       = {{Film date|1979|03|30|df=y}}&lt;br /&gt;
| runtime        = 141 minutes&lt;br /&gt;
| country        = India&lt;br /&gt;
| language       = Hindi&amp;lt;br /&amp;gt;English&lt;br /&gt;
| budget         =&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Junoon&#039;&#039;&#039;&#039;&#039; ([[translation]]: &#039;&#039;The Obsession&#039;&#039;) is a 1979 [[India]]n [[Hindi language]] film produced by [[Shashi Kapoor]] and directed by [[Shyam Benegal]]. The film is based on [[Ruskin Bond]]&#039;s fictional novella, &#039;&#039;[[A Flight of Pigeons]]&#039;&#039;, set around the [[Indian Rebellion of 1857]]. The film&#039;s soundtrack was composed by [[Vanraj Bhatia]], and cinematography by [[Govind Nihalani]].&amp;lt;ref name=&amp;quot;Rediff&amp;quot;&amp;gt;{{cite web|last1=Sen|first1=Raja|title=Revisiting 1857: Benegal&#039;s Junoon|url=http://in.rediff.com/movies/2005/aug/25junoon.htm|work=[[Rediff.com]]|access-date=3 September 2017|date=25 August 2005}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Its cast included [[Shashi Kapoor]], his wife [[Jennifer Kendal]], [[Nafisa Ali]], [[Tom Alter]], [[Shabana Azmi]], [[Kulbhushan Kharbanda]], [[Naseeruddin Shah]], [[Deepti Naval]], [[Pearl Padamsee]] and [[Sushma Seth]].&amp;lt;ref name=&amp;quot;TH&amp;quot;&amp;gt;{{cite news|last1=Lokapally|first1=Vijay|title=Blast from the Past: Junoon (1978)|url=http://www.thehindu.com/features/friday-review/blast-from-the-past-junoon-1978/article6196818.ece|access-date=3 September 2017|work=[[The Hindu]]|date=10 July 2014}}&amp;lt;/ref&amp;gt; The film also featured Shashi and Jennifer&#039;s children [[Karan Kapoor]], [[Kunal Kapoor (Kapoor family)|Kunal Kapoor]], and [[Sanjana Kapoor]].&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
The story is set around the [[Indian Rebellion of 1857]]. Javed Khan ([[Shashi Kapoor]]) is a reckless feudal chieftain of [[Muslim]] [[Pathans in India|Pathan]] heritage, whose world revolves around breeding carrier pigeons. His younger brother-in-law, Sarfaraz Khan ([[Naseeruddin Shah]]) is politically awakened and actively plots the fight against the [[British Empire]]. Freedom fighters attack the local British administrators while they are in Sunday Worship at church, massacring them all. Miriam Labadoor ([[Jennifer Kendal]]) manages to escape with her daughter, Ruth ([[Nafisa Ali]]), and mother ([[Ismat Chugtai]]), who is a Muslim woman from the royal [[Nawab]]i family of [[Rampur State|Rampur]] and was married to an Englishman. The three women seek refuge with the wealthy [[Hindu]] family of Lala Ramjimal ([[Kulbhushan Kharbanda]]). Lala is torn between his loyalty to India and his privileged position under the British, and also his silent love towards Miriam, who seems to also reciprocate it silently. However, matters are taken out of his hands by Javed Khan who barges into Lala&#039;s house and forcibly takes Ruth and her family to his own house. This leads to jealousy on the part of his wife, Firdaus ([[Shabana Azmi]]), and anger on the part of his brother, who ultimately gives in to the Pathan tradition of offering hospitality and sanctuary ([[Nanawatai]]) even to uninvited guests. Various situations ensue due to cultural misunderstandings in the domestic routine of the Muslim household with its new English guests. Javed falls in love with Ruth, and wants to marry her but is opposed bitterly by her mother. Noticing the intense feelings of Javed for her daughter Ruth, Miriam cleverly makes an agreement with Javed that she would only give her daughter&#039;s hand to Javed if the British were defeated. At first, Javed is hesitant but accepts the deal when again Miriam asks him if he has misgivings in his war against the British. There is simmering of a love affair under the watchful suspicious eyes of Firdaus.&lt;br /&gt;
&lt;br /&gt;
Meanwhile, the Rebellion runs into problems and the British are defeating the poorly organised Indian forces. In a stormy scene, Sarfaraz destroys Javed&#039;s pigeon coops and sets his pets free after he finds out that Indian forces have lost the Battle for Delhi. There is a delayed recognition by Javed of his subjugated identity, colonised by the British. Sarfaraz dies in a battle against the British. The Labadoors return to the protection of the re-deployed British contingent, smuggled by Firdaus, who only wants to save her marriage. Javed finds out that the Labadoors have sought sanctuary in the church and rushes there to meet Ruth one last time. Surprisingly, Ruth comes out and expresses her feelings for Javed against her mother&#039;s will.  However, Javed honourably keeps his word he had given Miriam Labadoor and leaves the church without Ruth. The movie ends here with the voiceover that Javed was martyred fighting the British while Ruth and her mother return to [[England]]. Ruth dies fifty-five years later, unwed.&lt;br /&gt;
&lt;br /&gt;
==Cast==&lt;br /&gt;
{{div col|colwidth=25em}}&lt;br /&gt;
* [[Shashi Kapoor]] as Javed Khan&lt;br /&gt;
* [[Nafisa Ali]] as Ruth Labadoor&lt;br /&gt;
* [[Jennifer Kendal]] as Miriam Labadoor (Ruth&#039;s mother)&lt;br /&gt;
* [[Naseeruddin Shah]] as Sarfaraz Khan, Javed&#039;s brother-in-law&lt;br /&gt;
* [[Shabana Azmi]] as Firdaus, Javed&#039;s wife&lt;br /&gt;
* [[Ismat Chughtai]] as Miriam&#039;s mother &lt;br /&gt;
* [[Kulbhushan Kharbanda]] as Lala Ramjimal&lt;br /&gt;
* [[Sanjana Kapoor]]&lt;br /&gt;
* [[Kunal Kapoor (Kapoor family)|Kunal Kapoor]]&lt;br /&gt;
* [[Karan Kapoor]]&lt;br /&gt;
* [[Benjamin Gilani]] as Rashid Khan&lt;br /&gt;
* [[Sushma Seth]] as Javed&#039;s aunt&lt;br /&gt;
* [[Tom Alter]] as Priest (Ruth&#039;s father)&lt;br /&gt;
* [[Amrish Puri]] as the Narrator&lt;br /&gt;
* [[Jalal Agha]] as Kader Khan&lt;br /&gt;
* [[Geoffrey Kendal]]&lt;br /&gt;
* [[Rajesh Vivek]]&lt;br /&gt;
* [[Deepti Naval]] as Rashid&#039;s wife&lt;br /&gt;
* [[Pearl Padamsee]] as Akhtarbee, a bitter woman&lt;br /&gt;
* Savita Bajaj&lt;br /&gt;
{{div col end}}&lt;br /&gt;
&lt;br /&gt;
==Reception==&lt;br /&gt;
In a retrospective review, Raja Sen of [[Rediff.com]] called it &amp;quot;an overwhelmingly powerful film, a bittersweet, entirely futile love story.&amp;quot;&amp;lt;ref name=&amp;quot;Rediff&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Awards==&lt;br /&gt;
&#039;&#039;&#039;[[26th National Film Awards|1979 National Film Awards]]:&#039;&#039;&#039;&lt;br /&gt;
* [[National Film Award for Best Feature Film in Hindi|Best Feature Film in Hindi]] – [[Shashi Kapoor]]&lt;br /&gt;
* [[National Film Award for Best Cinematography|Best Cinematography]] – [[Govind Nihalani]]&lt;br /&gt;
* [[National Film Award for Best Audiography|Best Audiography]] – Hitendra Ghosh&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[27th Filmfare Awards]]:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Won&#039;&#039;&#039;&lt;br /&gt;
* [[Filmfare Award for Best Film|Best Film]] – Shashi Kapoor&lt;br /&gt;
* [[Filmfare Award for Best Director|Best Director]] – [[Shyam Benegal]]&lt;br /&gt;
* [[Filmfare Award for Best Dialogue|Best Dialogue]] – Pandit Satyadev Dubey&lt;br /&gt;
* [[Filmfare Award for Best Cinematography|Best Cinematography]] – Govind Nihalani&lt;br /&gt;
* [[Filmfare Award for Best Editing|Best Editing]] – Bhanudas Divakar&lt;br /&gt;
* [[Filmfare Award for Best Sound Design|Best Sound Recording]] – Hitendra Ghosh&lt;br /&gt;
&#039;&#039;&#039;Nominated&#039;&#039;&#039;&lt;br /&gt;
* [[Filmfare Best Supporting Actor Award|Best Supporting Actor]] – [[Naseeruddin Shah]]&lt;br /&gt;
* [[Filmfare Best Supporting Actress Award|Best Supporting Actress]] – [[Jennifer Kendal]]&lt;br /&gt;
* [[Filmfare Best Story Award|Best Story]] – [[Ruskin Bond]]&lt;br /&gt;
&lt;br /&gt;
===Recognition===&lt;br /&gt;
* Inaugural film at the 7th [[International Film Festival of India|International Film Festival, New Delhi]], 1979.&lt;br /&gt;
* Official Indian entry at the XIth [[Moscow International Film Festival]].&lt;br /&gt;
* Featured at the [[Montreal World Film Festival]] 1979, the [[Cairo International Film Festival]] 1979, the [[Sydney Film Festival]] 1980 and the [[Melbourne International Film Festival]] 1980.&lt;br /&gt;
&lt;br /&gt;
==Soundtrack==&lt;br /&gt;
{{Infobox album&lt;br /&gt;
| name         = Junoon&lt;br /&gt;
| type         = soundtrack&lt;br /&gt;
| artist       = [[Vanraj Bhatia]]&lt;br /&gt;
| cover        = &lt;br /&gt;
| released     = 1978&lt;br /&gt;
| recorded     = &lt;br /&gt;
| venue        = &lt;br /&gt;
| studio       = &lt;br /&gt;
| genre        = [[Film soundtrack]]&lt;br /&gt;
| length       = &lt;br /&gt;
| label        = [[Saregama|His Master&#039;s Voice]]&lt;br /&gt;
| producer     = Kersy Lord&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The soundtrack features 4 songs, composed by [[Vanraj Bhatia]], with original lyrics from Yogesh Praveen and other lyrics by [[Amir Khusro]], [[Jigar Moradabadi]] and [[Kabir|Sant Kabir]].&lt;br /&gt;
&lt;br /&gt;
# &amp;quot;Khusro rain piya ki jaagi pee ke sang&amp;quot; – Jamil Ahmad&lt;br /&gt;
# &amp;quot;Ishq ne todi sar pe qayamat&amp;quot; – [[Mohammad Rafi]]&lt;br /&gt;
# &amp;quot;Come live with me and be my love&amp;quot; – [[Jennifer Kendal]]&lt;br /&gt;
# &amp;quot;Ghir aayi kari ghata matwali sawan ki aayi bahaar re&amp;quot; – [[Asha Bhosle]], [[Varsha Bhosle]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[List of Asian historical drama films]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* {{IMDb title|id=0077783|title=Junoon}}&lt;br /&gt;
* {{tcmdb title|id=484573}}&lt;br /&gt;
* {{rotten-tomatoes|id=junoon|title=Junoon}}&lt;br /&gt;
&lt;br /&gt;
{{National Film Award Best Feature Film Hindi}}&lt;br /&gt;
{{FilmfareAwardBestFilm 1971–1990}}&lt;br /&gt;
{{Shyam Benegal}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Junoon (1978 Film)}}&lt;br /&gt;
[[Category:1978 films]]&lt;br /&gt;
[[Category:1979 Hindi-language films]]&lt;br /&gt;
[[Category:1978 Indian films]]&lt;br /&gt;
[[Category:Films directed by Shyam Benegal]]&lt;br /&gt;
[[Category:Films set in Lucknow]]&lt;br /&gt;
[[Category:Films set in the Indian independence movement]]&lt;br /&gt;
[[Category:Films set in the British Raj]]&lt;br /&gt;
[[Category:Films set in the 1850s]]&lt;br /&gt;
[[Category:Films whose cinematographer won the Best Cinematography National Film Award]]&lt;br /&gt;
[[Category:Films about the Indian Rebellion of 1857]]&lt;br /&gt;
[[Category:Films that won the Best Audiography National Film Award]]&lt;br /&gt;
[[Category:Best Hindi Feature Film National Film Award winners]]&lt;br /&gt;
[[Category:Films based on Indian novels]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Adimakkachavadam&amp;diff=472338</id>
		<title>Adimakkachavadam</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Adimakkachavadam&amp;diff=472338"/>
		<updated>2026-03-03T21:01:42Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: enhanced references per sources and improved wording per standard format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{short description|1978 film directed by Hariharan}}&lt;br /&gt;
{{Use dmy dates|date=November 2015}}&lt;br /&gt;
{{Use Indian English|date=November 2015}}&lt;br /&gt;
{{Infobox film&lt;br /&gt;
| name           = Adimakkachavadam&lt;br /&gt;
| image          = &lt;br /&gt;
| caption        = &lt;br /&gt;
| director       = [[Hariharan (director)|Hariharan]]&lt;br /&gt;
| producer       = P. Sukumaran&lt;br /&gt;
| writer         = [[K. T. Muhammad]]&lt;br /&gt;
| screenplay     = K. T. Muhammad&lt;br /&gt;
| story          = &lt;br /&gt;
| based_on       = &lt;br /&gt;
| starring       = [[M. G. Soman]]&amp;lt;br&amp;gt;[[Jayan]]&amp;lt;br&amp;gt;[[Jayabharathi]]&amp;lt;br&amp;gt;[[K. P. A. C. Lalitha]]&amp;lt;br&amp;gt;[[Adoor Bhasi]]&lt;br /&gt;
| narrator       = &lt;br /&gt;
| music          = [[G. Devarajan]]&lt;br /&gt;
| cinematography = [[J. Williams (cinematographer)|J. Williams]]&lt;br /&gt;
| editing        = M. S. Mani&lt;br /&gt;
| studio         = Sudarsanakala&lt;br /&gt;
| distributor    = Thirumeni Pictures&lt;br /&gt;
| released       = {{Film date|1978|9|27|df=y}}&lt;br /&gt;
| country        = [[India]]&lt;br /&gt;
| language       = [[Malayalam Language|Malayalam]]&lt;br /&gt;
| budget         = &lt;br /&gt;
| gross          = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Adimakkachavadam&#039;&#039;&#039;&#039;&#039; is a 1978 [[Cinema of India|Indian]] [[Malayalam language|Malayalam]] film, directed by [[Hariharan (director)|Hariharan]] and produced by P. Sukumaran. The film stars [[M. G. Soman]], [[Jayan]], [[Jayabharathi]], [[K. P. A. C. Lalitha]] and [[Adoor Bhasi]] in the lead roles. The film has musical score by [[G. Devarajan]].&amp;lt;ref&amp;gt;{{cite web|url=http://www.malayalachalachithram.com/movie.php?i=881|title=Adimakkachavadam|accessdate=2014-10-08|publisher=www.malayalachalachithram.com}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web|url=http://malayalasangeetham.info/m.php?3297 |title=Adimakkachavadam |accessdate=2014-10-08 |publisher=malayalasangeetham.info |url-status=dead |archiveurl=https://web.archive.org/web/20141013082559/http://malayalasangeetham.info/m.php?3297 |archivedate=13 October 2014 }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web|url=http://spicyonion.com/title/adimakachavadam-malayalam-movie/|archive-url=https://web.archive.org/web/20141013222128/http://spicyonion.com/title/adimakachavadam-malayalam-movie/|url-status=usurped|archive-date=13 October 2014|title=Adimakkachavadam|accessdate=2014-10-08|publisher=spicyonion.com}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
Sita, an honest and virtuous girl, is married to Vasu who promptly abandons her after cheating her of her gold jewellery. He uses the money to pay off Ponnamma&#039;s father and marries her. Sita has to face the recrimination of society alone as she gives birth to Vasu&#039;s child. Meanwhile, Ponnamma realizes that women are as exchangeable as cattle for the cattle trader Vasu. She is persuaded by her ex-lover to elope with him. Will Sita take back her repentant husband? Or has she grown disillusioned by this time?&lt;br /&gt;
&lt;br /&gt;
The film explores the exploitation of women by men, whether they are virtuous and obedient like Sita. Or rebellious like Sita&#039;s sister Chandrika who elopes with a rich man&#039;s son- only to be abandoned by him.&lt;br /&gt;
&lt;br /&gt;
==Cast==&lt;br /&gt;
&lt;br /&gt;
*[[M. G. Soman]] as Vasu&lt;br /&gt;
*[[Jayan]] as Ponnamma&#039;s lover&lt;br /&gt;
*[[Vincent (actor)|Vincent]] as Jose&lt;br /&gt;
*[[Sathaar]] as Chaathan&lt;br /&gt;
*[[Jayabharathi]] as Sita&lt;br /&gt;
*[[Shubha (actress)|Shubha]] as Ponnamma&lt;br /&gt;
*[[KPAC Lalitha]] as Parvathiyamma&lt;br /&gt;
*[[Adoor Bhasi]] as Velayudan&lt;br /&gt;
*[[Sankaradi]] as Varkey Muthalali&lt;br /&gt;
*[[K. P. A. C. Lalitha]] as Seetha &lt;br /&gt;
*[[Bahadoor]] as Madhavan&lt;br /&gt;
*[[Kuthiravattam Pappu]] as Kuttappan&lt;br /&gt;
*Latha as Chandrika&lt;br /&gt;
*Suchitra as Omana&lt;br /&gt;
*[[Kottayam Santha]] as Jessy James&lt;br /&gt;
*[[Oduvil Unnikrishnan]] as Guest at song&lt;br /&gt;
*[[Pala Thankam]] as Hostel warden&lt;br /&gt;
*Bhaskara Kurup as Rakshasan&lt;br /&gt;
&lt;br /&gt;
==Soundtrack==&lt;br /&gt;
The music was composed by [[G. Devarajan]] and the lyrics were written by [[Mankombu Gopalakrishnan]]. &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;font-size:95%;&amp;quot;&lt;br /&gt;
! No. !! Song !! Singers !! Lyrics !! Length (m:ss)&lt;br /&gt;
|- &lt;br /&gt;
| 1 || &amp;quot;Aadishilpi&amp;quot; || [[K. J. Yesudas]] || [[Mankombu Gopalakrishnan]] || &lt;br /&gt;
|- &lt;br /&gt;
| 2 || &amp;quot;Baliye Bali&amp;quot; || [[C. O. Anto]] || Mankombu Gopalakrishnan || &lt;br /&gt;
|- &lt;br /&gt;
| 3 || &amp;quot;Edanil Aadiyil&amp;quot; || [[Karthikeyan (1970s-80s singer)|Karthikeyan]] || Mankombu Gopalakrishnan || &lt;br /&gt;
|- &lt;br /&gt;
| 4 || &amp;quot;Pallimanchal&amp;quot; || [[P. Madhuri]] || Mankombu Gopalakrishnan || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* {{IMDb title|0229954|Adimakachavadam}}&lt;br /&gt;
&lt;br /&gt;
[[Category:1978 films]]&lt;br /&gt;
[[Category:1978 Malayalam-language films]]&lt;br /&gt;
[[Category:1978 Indian films]]&lt;br /&gt;
[[Category:Films directed by Hariharan]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{1970s-Malayalam-film-stub}}&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Symbiosis_Institute_of_Management_Studies_Pune&amp;diff=539026</id>
		<title>Symbiosis Institute of Management Studies Pune</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Symbiosis_Institute_of_Management_Studies_Pune&amp;diff=539026"/>
		<updated>2026-03-01T02:06:30Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: created new page added tags...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Business school in Pune, India}}&lt;br /&gt;
{{Use dmy dates|date=June 2023}}&lt;br /&gt;
{{Use Indian English|date=June 2023}}&lt;br /&gt;
{{Infobox university&lt;br /&gt;
 | name                   = Symbiosis Institute of Management Studies Pune&lt;br /&gt;
 | image                  = SIMS official logo.jpg&lt;br /&gt;
 | caption                = &lt;br /&gt;
 | motto                  = Make A Difference&lt;br /&gt;
 | type                   = [[Private University|Private]] [[business school]]&lt;br /&gt;
 | established            = 8 February 1993&lt;br /&gt;
 | academic_affiliation   = [[University Grants Commission (India)|UGC]], [[Symbiosis International University|SIU]]&lt;br /&gt;
 | accreditation          = [[All India Council for Technical Education|AICTE]]&lt;br /&gt;
 | chancellor             = [[S. B. Mujumdar]]&lt;br /&gt;
 | director               = Maj Gen (Dr.) Rohit Bakshi (Retd)&lt;br /&gt;
 | city                   = [[Pune]]&lt;br /&gt;
 | country                = India&lt;br /&gt;
 | campus_type            = Urban&lt;br /&gt;
 | website                = {{URL|https://www.sims.edu}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Symbiosis Institute of Management Studies&#039;&#039;&#039;, Pune, also known as &#039;&#039;&#039;SIMS Pune&#039;&#039;&#039; is a [[business school]] located in [[Pune]], India.&amp;lt;ref&amp;gt;{{Cite web |title=SIMS Pune: MBA in Marketing &amp;amp; Finance - Entrance Application Form |url=https://www.snaptest.org/mba-marketing-finance-sims-pune.html |access-date=2026-02-16 |website=www.snaptest.org |language=en}}&amp;lt;/ref&amp;gt; It is a Constituent of [[Symbiosis International University]]; it offers full time [[Master of Business Administration|MBA]] and [[Executive MBA]] programmes to Indian and international students. &lt;br /&gt;
&lt;br /&gt;
Established in 1993, the institute is an example of PPP ([[Public–private partnership|Public Private Partnership]]) between Symbiosis University and [[Government of India]] – [[Ministry of Defence (India)|Ministry of Defence]] since 2002&amp;lt;ref&amp;gt;{{Cite web |title=MSN |url=https://www.msn.com/en-in/money/other/touching-the-sky-sims-pune-alumni-on-a-path-to-make-a-difference/ar-AAUq3Wn |access-date=2026-02-16 |website=www.msn.com}}&amp;lt;/ref&amp;gt;. Its flagship MBA course is primarily for Defence Personnel and their Dependents with some seats for Civilian candidates. &lt;br /&gt;
&lt;br /&gt;
Admission to SIMS, Pune is granted on the basis of candidates&#039; performance in SNAP&amp;lt;ref&amp;gt;{{Cite web |date=2021-09-16 |title=Symbiosis MBA Admission 2021 at SIBM, SICSR, SIMS, SIOM, SCMHRD: Register for SNAP 2021 at snaptest.org |url=https://news.careers360.com/symbiosis-mba-admission-2021-at-sibm-sicsr-sims-siom-scmhrd-register-for-snap-2021-at-snaptestorg |access-date=2026-02-16 |website=Careers360 |language=en}}&amp;lt;/ref&amp;gt;. It is an [[ISO 9000 family|ISO 9001:2015]] quality certified management institute and one of the three institutes in Western India with accreditation of &#039;Centre for Corporate Governance&#039; of the &#039;National Foundation of Corporate Governance&#039; (established by Ministry of Corporate Affairs and CII)&amp;lt;ref&amp;gt;{{Cite web |title=National Foundation For Corporate Governance {{!}} SIMS Pune |url=https://www.sims.edu/nfcg |access-date=2026-02-16 |website=Symbiosis Institute of Management Studies |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SIMS Pune is [[University Grants Commission (India)|UGC]] approved and has been accredited in Grade &#039;A++&#039; by [[National Assessment and Accreditation Council]] (NAAC).&amp;lt;ref&amp;gt;{{Cite web |date=2019-12-12 |title=Principal speak: SIMS director on creating leaders who make a difference |url=https://www.hindustantimes.com/cities/principal-speak-sims-director-on-creating-leaders-who-make-a-difference/story-QcgscmatvBRnpVylm93YgM.html |access-date=2022-04-12 |website=Hindustan Times |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
SIMS Pune was established in the year 1993 by Shri [[S. B. Mujumdar]].&amp;lt;ref&amp;gt;{{Cite web |agency=TNN|date=8 Mar 2022 |title=mujumdar: Symbiosis Chancellor Stresses On Short Courses In Medicine {{!}} Pune News - Times of India |url=https://timesofindia.indiatimes.com/city/pune/symbiosis-chancellor-stresses-on-short-courses-in-medicine/articleshow/90064156.cms |access-date=2022-04-12 |website=The Times of India |language=en}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |agency=TNN|date=23 Jun 2018 |title=Army prepared for war on 2 fronts, says Bhamre {{!}} Pune News - Times of India |url=https://timesofindia.indiatimes.com/city/pune/army-prepared-for-war-on-2-fronts-says-bhamre/articleshow/64704248.cms |access-date=2022-04-12 |website=The Times of India |language=en}}&amp;lt;/ref&amp;gt; The institute is currently headed by Maj Gen (Dr.) Rohit Bakshi (Retd), who assumed charge as Director in June 2025.&amp;lt;ref&amp;gt;{{Cite web |title=MBA From Symbiosis {{!}} Top Business School in Pune {{!}} SIMS Pune |url=https://www.sims.edu/director-profile |access-date=2026-02-15 |website=Symbiosis Institute of Management Studies |language=en}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |title=SIMS Pune Hosts 16th International Research Conference, SIMSARC&#039;25, on &#039;Wealth to Wellbeing&#039; |url=https://www.aninews.in/news/business/sims-pune-hosts-16th-international-research-conference-simsarc25-on-wealth-to-wellbeing20251217184004/ |access-date=2026-02-15 |website=ANI News |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[S. B. Mujumdar|Dr. SB Mujumdar]], wanted to serve the defence personnel by working towards reducing the hardships faced by their wards in getting quality education due to their service conditions, and therefore started the Symbiosis Institute of Management Studies, Pune&amp;lt;ref&amp;gt;{{Cite web |title=MBA From Symbiosis {{!}} Top Business School in Pune {{!}} SIMS Pune |url=https://www.sims.edu/about-sims |access-date=2026-02-16 |website=Symbiosis Institute of Management Studies |language=en}}&amp;lt;/ref&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
Symbiosis Institute of Management Studies (SIMS), Pune, was established on February 8, 1993, initially operating from the modest premises of Symbiosis Pre-Primary School at 15 Prabhat Lane&amp;lt;ref&amp;gt;{{Cite web |title=Symbiosis Schools |url=https://www.symbiosis.ac.in/symbiosis-primary-school.php |access-date=2026-02-16 |website=www.symbiosis.ac.in}}&amp;lt;/ref&amp;gt;. The institute&#039;s first director, Prof. A. Balasubramanian, played a key role in shaping its foundational values and programs. In its early years, SIMS offered two programs: the Management Development Program (MDBA) as a full-time course and an [[Master of Business Administration|MBA]] through correspondence. &lt;br /&gt;
&lt;br /&gt;
In the early 2000s, under the guidance of [[George Fernandes|Mr. George Fernandes]], the then [[Defence Minister]] of India, the government approved a grant of 4 acres of Defence land in [[Khadki|Khadki Cantonment]] to be leased to Symbiosis for the establishment of a dedicated SIMS campus. After 22 months of construction, the new campus was inaugurated, designed by architect Razzak Sheikh. &amp;lt;ref&amp;gt;{{Cite news |date=2002-08-10 |title=Fernandes to inaugurate new Symbiosis campus |url=https://timesofindia.indiatimes.com/city/pune/fernandes-to-inaugurate-new-symbiosis-campus/articleshow/18602417.cms |access-date=2026-02-16 |work=The Times of India |issn=0971-8257}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The academic block, featuring Greek-style architectural columns and a prominent dome over the central foyer, became a landmark of the campus. The campus is efficiently designed, allowing easy access to all areas within a few minutes. It houses a residential community of 600 students with separate four-story hostels for boys and girls, equipped with modern amenities, including a swimming pool, gym, health club, guest rooms, sports facilities, and a mess. The academic block includes faculty offices, classrooms, conference rooms, a seminar hall, a computer lab, a library, and a 400-seat auditorium. &amp;lt;ref&amp;gt;{{Cite web |title=Part Time MBA in Pune {{!}} SIMS Infrastructure |url=https://www.sims.edu/infrastructure |access-date=2026-02-16 |website=Symbiosis Institute of Management Studies |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In 2008, SIMS became a constituent of [[Symbiosis International University|Symbiosis International University (SIU)]], integrating various Postgraduate Diploma programs into a comprehensive MBA degree, offering specializations in [[Human resources|Human Resources]], [[Marketing]], [[Finance]], and Operations&amp;lt;ref&amp;gt;{{Cite web |last=Digitex |first=Sterco |title=Symbiosis International (Deemed University) |url=https://www.siu.edu.in/campus/kirkee/programmes/postgraduate |archive-url=http://web.archive.org/web/20250422135659/https://www.siu.edu.in/campus/kirkee/programmes/postgraduate |archive-date=2025-04-22 |access-date=2026-02-16 |website=www.siu.edu.in |language=en}}&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Institute Rankings ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+SIMS, Pune Rankings&lt;br /&gt;
!Body/Magazine&lt;br /&gt;
!Ranking&lt;br /&gt;
!Year&lt;br /&gt;
|-&lt;br /&gt;
|CSR GHRDC                          &lt;br /&gt;
|Top B-School for MBA&lt;br /&gt;
&lt;br /&gt;
Executive&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite web |title=West |url=http://ghrdc.org/website/B-SchoolSurvey/2017/West.html |access-date=2023-07-30 |url-status=live |archive-date=Apr 12, 2019 |archive-url=https://web.archive.org/web/20190412123915/http://ghrdc.org/website/B-SchoolSurvey/2017/West.html |language=en |website=ghrdc.org}}&amp;lt;/ref&amp;gt;                                       &lt;br /&gt;
|2021            &lt;br /&gt;
|-&lt;br /&gt;
|CSR GHRDC&lt;br /&gt;
|2nd Top leading B-School&lt;br /&gt;
&lt;br /&gt;
of Super Excellence In&lt;br /&gt;
&lt;br /&gt;
India&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&lt;br /&gt;
|2021&lt;br /&gt;
|-&lt;br /&gt;
|CSR GHRDC&lt;br /&gt;
|3rd Top Private B-School&lt;br /&gt;
&lt;br /&gt;
in Maharashtra&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&lt;br /&gt;
|2021&lt;br /&gt;
|-&lt;br /&gt;
|CSR GHRDC&lt;br /&gt;
|12th Faculty, Publication,&lt;br /&gt;
&lt;br /&gt;
Research, Consultancy,&lt;br /&gt;
&lt;br /&gt;
MDP and other&lt;br /&gt;
&lt;br /&gt;
programmes in India&lt;br /&gt;
&lt;br /&gt;
(Both Government &amp;amp;&lt;br /&gt;
&lt;br /&gt;
Private)&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&lt;br /&gt;
|2021&lt;br /&gt;
|-&lt;br /&gt;
|CSR GHRDC&lt;br /&gt;
|12th All over India for Placements, Social&lt;br /&gt;
&lt;br /&gt;
Responsibility, Networking and Industry&lt;br /&gt;
&lt;br /&gt;
Interface&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&lt;br /&gt;
|2021&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== List of Directors ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! S. No. !! Name !! Years served&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Col. (Dr.) A. Balasubramanian || 1993 to 1997&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Mr. Ranjeet Mudholkar || 1997 to 2001&lt;br /&gt;
|-&lt;br /&gt;
| 3 || Prof. David S. Kadam || 2001 to 2003&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Brig. H. Chukerbuti || 2003 to 2009&lt;br /&gt;
|-&lt;br /&gt;
| 5 || Brig. (Dr.) Rajiv Divekar || 2009 to 2025&lt;br /&gt;
|-&lt;br /&gt;
| 6 || Maj Gen (Dr.) Rohit Bakshi || 2025 to present&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
=== Global Leaders Summit ===&lt;br /&gt;
The annual Global Leaders&#039; Summit (GLS), is the flagship corporate event organized by SIMS Pune each year. Running to its 10th edition in the year 2021, the event brings together several reputed industry corporates from across the globe from sectors such as IT/ITES, Manufacturing, Consulting, BFSI, E-Commerce and Media.&amp;lt;ref&amp;gt;{{cite web |title=SIMS Global Leaders&#039; Summit 2021 concluded amidst eminent industry leaders |url=https://www.aninews.in/news/business/business/sims-global-leaders-summit-2021-concluded-amidst-eminent-industry-leaders20211011133104/ |website=[[Asian News International]] |access-date=1 August 2023 |archive-url=https://web.archive.org/web/20221106110210/https://www.aninews.in/news/business/business/sims-global-leaders-summit-2021-concluded-amidst-eminent-industry-leaders20211011133104/ |archive-date=Nov 6, 2022 |language=en |date=Oct 11, 2021 |url-status=live}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SIMSARC ===&lt;br /&gt;
SIMSARC is the Annual International Research Conference organized by Symbiosis Institute of Management Studies (SIMS), Pune. The conference is aimed at bringing together researchers and scholars to participate, present or publish their research papers.&lt;br /&gt;
The salient feature of the review process of SIMSARC is its double-blind peer review. The conference has reviewers who are from the industry and academia world of India and abroad.&amp;lt;ref&amp;gt;{{Cite web |url=https://www.sims.edu/simsarc2022.php |title=Executive MBA Programs &amp;amp;#124; Executive MBA Course in Pune &amp;amp;#124; SIMS |access-date=6 November 2022 |archive-date=5 December 2022 |archive-url=https://web.archive.org/web/20221205112652/https://www.sims.edu/simsarc2022.php |url-status=dead }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TEDxSIUKirkee 2019 ===&lt;br /&gt;
The 4th TEDx event of TEDxSIUKirkee was held at Symbiosis Institute of Management Studies, Pune on 15 December 2019 on the theme &#039;SURGE (Seek Uniqueness through Redefined Growth and Evolution).&amp;lt;ref&amp;gt;{{cite magazine |title=TEDxSIUKirkee 2019 At SIMS, Pune |url=https://youthincmag.com/tedxsiukirkee-2019-at-sims-pune |magazine=Youth Incorporated |access-date=31 July 2023 |archive-url=https://web.archive.org/web/20230131102043/https://youthincmag.com/tedxsiukirkee-2019-at-sims-pune |archive-date=Jan 31, 2023 |language=en |date=26 December 2019 |url-status=live}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notable alumni ==&lt;br /&gt;
* [[Prachi Mishra]] (Indian Model)&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite web |title=Touching The Sky : SIMS, Pune Alumni On A Path To Make A Difference |url=https://www.msn.com/en-in/money/other/touching-the-sky-sims-pune-alumni-on-a-path-to-make-a-difference/ar-AAUq3Wn |access-date=2022-04-12 |website=MSN |language=en-IN}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[Arantxa Sanchis]] (Indian Professional Snooker Player)&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
* [[Nikhil Khurana]] (Indian Actor)&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Symbiosis Society]]&lt;br /&gt;
[[Category:Universities and colleges in Pune]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Abdallah_(Ismaili_missionary_to_Gujarat)&amp;diff=484165</id>
		<title>Abdallah (Ismaili missionary to Gujarat)</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Abdallah_(Ismaili_missionary_to_Gujarat)&amp;diff=484165"/>
		<updated>2026-02-28T15:15:55Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: starting new entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Ismailism}}&lt;br /&gt;
[[File:Moulai Abadullah khambhat.JPG|thumb|right|Mausoleum of 1 st Wali–ul–Hind:Moulai Abadullah, Khambat, Gujarat, 11th century]]&lt;br /&gt;
&#039;&#039;&#039;Abdallah&#039;&#039;&#039; ({{Langx|ar|عبدالله}}) was the first [[Isma&#039;ili]] missionary ({{Transliteration|ar|[[da&#039;i]]}}) in [[Gujarat]].&lt;br /&gt;
&lt;br /&gt;
He was sent from [[Yemen]] to Cambay (Khambat),{{sfn|Daftary|2007|p=276}} Gujarat in India in about 1067 AD (460AH). [[Syedi Nuruddin]] was his companion who also visited Imam [[Al-Mustansir Billah]], Egypt. He joined the Ismaili faith under Fatimid Dai [[Mu&#039;ayyad fi&#039;l-Din al-Shirazi]], and came back to Khambat, India to propagate the [[Taiyabi]] faith. His earlier name was Balam Nath.&amp;lt;ref&amp;gt;[http://ismaili.net/heritage/node/8200,] 12.0 The Fatimid Da&#039;i Al-Mu&#039;ayyad: His Life, by: Dr. Abbas Hamdani, University of Wisconsin, Milwaukee (U.S.A.): &amp;quot;The spread of the Da&#039;wa in Deccan and its origin in al-Mu&#039;ayyad is mentioned by Khwaj b. Malik in his Majmu&#039; (p. 1 3) as follows:&#039; In the district of Deccan there is a village called Daham Gam. lman (faith) spread in this district from this village, just as in Gujarat it spread from Cambay. In this village there were two .men who acquired knowledge, then proceeded from India, in the time of al-Mustansir, to Egypt and joined the lsma&#039;ili faith at the bidding of Sayyidna al-Mu&#039;ayyad from whom they acquired much knowledge. Their names were (Ba)Lam Nath(known as Moulai Abdullah) and Rup Nath (later called Mawla&#039;i Nurad-Din). Both of them returned from Egypt to their native village, (Khambat(Cam Bay, and) Daham Gam(near Aurangabad), where their tombs still exist near Aurangabad.&amp;quot;&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite book|last=Sayeed|first=Ahmed|url=https://books.google.com/books?id=8MknEAAAQBAJ&amp;amp;q=Baalam+Nath&amp;amp;pg=PA2|title=Burning Endurance|publisher=Sankalp Publication|isbn=978-93-90636-83-9|language=en}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web|date=2020-07-14|title=The Early Indian Islamic Missionaries|url=https://today.salamweb.com/the-early-indian-islamic-missionaries-and-what-you-should-know-about-them/|access-date=2021-04-25|website=SalamWebToday|language=en-US|archive-date=2021-04-25|archive-url=https://web.archive.org/web/20210425050142/https://today.salamweb.com/the-early-indian-islamic-missionaries-and-what-you-should-know-about-them/|url-status=usurped}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
He is said to have stayed some years at Cambay studying the people. He died on August 12, 1141, in [[Khambhat]], [[Gujarat]], [[India]] and his mausoleum is located there.&lt;br /&gt;
&lt;br /&gt;
The [[da&#039;i]] named Ahmad once took two the Gujarati orphans (Abdallah and [[Syedi Nuruddin|Nuruddin]]) to [[Cairo]], trained them in the [[Isma&#039;ilism|Ismaili]] doctrine, and sent them back to Gujarat as missionaries. Abdallah laid the foundation of the [[Dawoodi Bohra|Bohra]] community.{{sfn|Blank|2001|p=37}} According to the Bohra myths, [[Jayasimha Siddharaja|Jayasimha]] sent an army to capture Abdallah, but Abdallah converted him to Islam by performing miracles and by exposing the purported miracles of Hindu [[pandit]]s as fake. There is no evidence that Jayasimha ever gave up Shaivism, but several of the Bohra [[List of Dai of Dawoodi Bohra#The Walī-ul-Hind|Walis and Da&#039;i al-Mutlaqs]] claimed descent from him.{{sfn|Blank|2001|p=38}} These included [[Ismail Badruddin I|Syedna Ismail]], the 34th [[Da&#039;i al-Mutlaq]].{{sfn|Blank|2001|p=44}}&lt;br /&gt;
&lt;br /&gt;
Two stories are told of his first missionary success. According to one story, Abdallah gained a cultivator&#039;s heart by filling his dry well with water. The second states that he travelled to Ahlinvada, Patan. King Sidhraj Jaisingh then sent a force of armed men to fetch him, and surrounded with wall of fire. The King himself went there to meet him. Later on, two of his ministers, Tarmal and Bharmal, became his follower.&lt;br /&gt;
&lt;br /&gt;
[[Syedi Hasan Feer]], 14th century famous saint at Sultan of Patan, was also from the lineage of Maulaya Abdallah.&amp;lt;ref&amp;gt;[http://www.zeninfosys.net/urus/content/syedi-hasanfeer-shaheed-qs] {{Webarchive|url=https://web.archive.org/web/20170208035514/http://www.zeninfosys.net/urus/content/syedi-hasanfeer-shaheed-qs|date=2017-02-08}}, syedi-hasanfeer-shaheed-qs&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
* {{cite book |last=Blank |first=Jonah |title=Mullahs on the Mainframe: Islam and Modernity Among the Daudi Bohras |publisher=University of Chicago Press |year=2001 |isbn=978-0-226-05676-0 }}&lt;br /&gt;
* {{Daftary-The Ismailis|edition=Second}}&lt;br /&gt;
&lt;br /&gt;
[[Category:11th-century Arab people]]&lt;br /&gt;
[[Category:12th-century Arab people]]&lt;br /&gt;
[[Category:11th-century Ismailis]]&lt;br /&gt;
[[Category:12th-century Ismailis]]&lt;br /&gt;
[[Category:Ismaili da&#039;is]]&lt;br /&gt;
[[Category:Musta&#039;li Isma&#039;ilism]]&lt;br /&gt;
[[Category:Indian Muslim missionaries]]&lt;br /&gt;
[[Category:Missionaries in India]]&lt;br /&gt;
[[Category:Islam in India]]&lt;br /&gt;
[[Category:Gujarati Muslims]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Mandalika_III&amp;diff=515760</id>
		<title>Mandalika III</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Mandalika_III&amp;diff=515760"/>
		<updated>2026-02-28T13:04:11Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: new a biography!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Use dmy dates|date=May 2018}}&lt;br /&gt;
{{Use Indian English|date=May 2018}}&lt;br /&gt;
{{For|other Chudasama kings named Mandalika|Mandalika (disambiguation)}}&lt;br /&gt;
{{update|date=December 2018}}&lt;br /&gt;
{{Infobox royalty&lt;br /&gt;
|name = Mandalika III&lt;br /&gt;
|title = Ra of Saurashtra&lt;br /&gt;
|regnal name = Khan Jahan; &amp;quot;Ra Gangajalio&amp;quot;&lt;br /&gt;
|image =&lt;br /&gt;
|caption =&lt;br /&gt;
|reign1 =1451&amp;amp;ndash;1472 CE&lt;br /&gt;
| era name       =[[Vikram Samvat]]&lt;br /&gt;
| era dates      =1507&amp;amp;ndash;1527&lt;br /&gt;
|coronation =&lt;br /&gt;
|full name =&lt;br /&gt;
|predecessor1 = [[Mahipala III]]&lt;br /&gt;
|successor1 = {{ubl|Tatar Khan as &#039;&#039;Thanadar&#039;&#039; of [[Gujarat Sultanate]]|Bhupatsingh as &#039;&#039;Jagirdar&#039;&#039;}}&lt;br /&gt;
|predecessor2 = &lt;br /&gt;
| successor2 = &lt;br /&gt;
|spouse =Kunta Devi, Soma Sahiba (Umabai), Ramabai&lt;br /&gt;
|issue =&lt;br /&gt;
|royal house =&lt;br /&gt;
|dynasty =[[Chudasama dynasty]]&lt;br /&gt;
|father = [[Mahipala III]]&lt;br /&gt;
|mother =&lt;br /&gt;
| birth_date   =&lt;br /&gt;
| birth_place  = &lt;br /&gt;
| death_date   =&lt;br /&gt;
| death_place  =&lt;br /&gt;
| burial_place = [[Manek Chowk (Ahmedabad)|Manek Chowk]], [[Ahmedabad]]&lt;br /&gt;
|religion = {{ubl|[[Hinduism]]|[[Sunni Islam]] (after 1472)}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Mandalika III&#039;&#039;&#039;, called by the [[epithet]] &#039;&#039;&#039;Ra Gangajalio&#039;&#039;&#039;, was a [[Chudasama dynasty|Chudasama]] king of [[Saurashtra (region)|Saurashtra]] region of western India who reigned from {{CE|1451}} to {{CE|1472|link=no}} ([[Vikram Samvat|VS]] 1507 to VS 1527). His capital was at [[Junagadh]].&lt;br /&gt;
&lt;br /&gt;
Mandalika was married to a daughter of Arjun Bhim Gohil of Arthila, named Kunta Devi, who had been brought up in the house of one Duda Gohil, her uncle. Mandalika&#039;s first military exploit was an expedition against Sangan Vadhel of [[Bet Dwarka]], because that chieftain had omitted to send a present on the occasion of his installation. A successful attack was made against Bet Dwarka, and Sangan Vadhel was taken prisoner but afterwards released, and Mandalika returned in triumph to Junagadh. He was sent by the [[Gujarat Sultanate|Gujarat Sultan]] to fight his relative Duda Gohil of Arthila whom he defeated and killed. He sacked Arthila and the Gohil family had to move to [[Lathi State|Lathi]].&amp;lt;ref name=&amp;quot;Wilberforce-Bell1980&amp;quot;&amp;gt;{{cite book|author=Harold Wilberforce-Bell|title=The History of Kathiawad from the Earliest Times|url=https://archive.org/details/in.ernet.dli.2015.70165|year=1916|publisher=William Heinemann|location=London|pages=79–84}} {{PD-notice}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
During his reign, Junagadh was attacked by Gujarat Sultan [[Mahmud Begada]] three times and finally captured in 1472. He was ordered to be converted to Islam and was given the name Jahan Khan, Junagadh was renamed Mustafabad and Saurashtra was renamed Sorath. He died at [[Ahmedabad]] and was buried at [[Manek Chowk (Ahmedabad)|Manek Chowk]] in Ahmedabad. He was the last independent Chudasama ruler of Saurashtra. He had married Soma Sahiba (Umabai), daughter of Bhimsinh of [[Dhrangadhra State|Kuva]] and Ramabai, daughter of Maharana [[Kumbha of Mewar|Kumbhakarna of Mewar]].&amp;lt;ref name=&amp;quot;Wilberforce-Bell1980&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
During his reign, Junagadh was attacked by Gujarat Sultan [[Mahmud Begada]] three times and finally captured in 1472. He was the last independent Chudasama ruler of Saurashtra. He had married Soma Sahiba (Umabai), daughter of Bhim Singh of [[Dhrangadhra State|Kuva]] and Ramabai, daughter of Maharana [[Kumbha of Mewar|Kumbhakarna of Mewar]].&amp;lt;ref name=&amp;quot;Wilberforce-Bell1980&amp;quot;&amp;gt;{{cite book|author=Harold Wilberforce-Bell|title=The History of Kathiawad from the Earliest Times|url=https://archive.org/details/in.ernet.dli.2015.70165|year=1916|publisher=William Heinemann|location=London|pages=79–84}} {{PD-notice}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Reign==&lt;br /&gt;
{{location map+|India Gujarat|float=right|width=300|caption=[[Find spot]]s of inscriptions in Gujarat issued during the reign of Mandalika III&amp;lt;ref name=&amp;quot;ins1&amp;quot;&amp;gt;{{Cite book|url=https://archive.org/stream/in.ernet.dli.2015.54106/2015.54106.Inscriptions-Of-Kathiawad#page/n93/mode/2up/search/Khengar+Mahal|title=New Indian Antiquary|last=Diskalkar|first=D. B.|date=June 1940|publisher=|year=|isbn=|volume=2|location=|pages=113–114, 116–117, 120–121|chapter=Inscriptions Of Kathiawad: No. 76, 77, 80|via=|issue=}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|places=&lt;br /&gt;
&amp;lt;!---Mandalika III---&amp;gt;&lt;br /&gt;
{{location map~ |India Gujarat|lat=21.526724 |long=70.523287 |label=&amp;lt;!-- Girnar (Neminath Jain Temple) VS 1506-07/1451 CE--&amp;gt; |position=right}}&lt;br /&gt;
{{location map~ |India Gujarat|lat=21.524997 |long=70.470030 |label=&amp;lt;!-- Uparkot, Junagadh VS 1507/1451 CE--&amp;gt; |position=left}}&lt;br /&gt;
{{location map~ |India Gujarat|lat=21.526724 |long=70.523287 |label=&amp;lt;!-- Girnar (Sampratiraja Jain Temple) VS 1516/1463 CE --&amp;gt; |position=right}}&lt;br /&gt;
}}&lt;br /&gt;
Mandalika came to the throne when his father [[Mahipala III]] abdicated in his favour in 1451 CE (1507 CE) and went to forest.&amp;lt;ref name=&amp;quot;Parikh&amp;quot;&amp;gt;{{Cite book|url=https://archive.org/details/1977GujaratnoRajkiyaAneSanskrutikItihasVol5SaltanatKaal257D/page/n5|title=ગુજરાતનો રાજકીય અને સાંસ્કૃતિક ઇતિહાસ: સલ્તનત કાલ|last=|first=|publisher=Bholabhai Jeshingbhai Institute of Learning and Research|year=1977|isbn=|editor-last=Parikh|editor-first=Rasiklal Chhotalal|editor-link=Rasiklal Parikh|series=Research Series - Book No. 71|volume=V|location=[[Ahmedabad]]|pages=163–167, 199|language=gu|trans-title=Political and Cultural History of Gujarat: Sultanate Era|editor-last2=Shastri|editor-first2=Hariprasad Gangashankar|editor-link2=Hariprasad Shastri}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When he was of a fitting age he was married to Kunta Devi, the daughter of Arjun, son of Bhim Gohil. Arjun had died fighting with the Muslims and his daughter had been brought up in Duda Gohil&#039;s house. Duda was brother of Arjun and was chieftain of Arthila.&amp;lt;ref name=&amp;quot;Wilberforce-Bell1980&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;GBP1884&amp;quot;&amp;gt;{{cite book|url=https://books.google.com/books?id=c70MAAAAIAAJ&amp;amp;pg=PA711|title=Gazetteer of the Bombay Presidency : Kathiawar|last=|first=|publisher=Government Central Press|year=1884|isbn=|editor=Watson|editor-first=James W.|volume=VIII|location=Bombay|pages=498–500}} {{PD-notice}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Subdues Sangan Vadhel of Bet Dwarka===&lt;br /&gt;
During Mahipala&#039;s life, he installed Mandalika on the throne and all the neighbouring chiefs offered presents except Sangan Vadhel of [[Bet Dwarka]]. Mandalika accordingly marched against him and defeated him and took him prisoner after vanquishing him in single combat. Then after taking from him much plunder, he released him and returned victoriously to Junagadh. The &#039;&#039;Mirat-i-Sikandri&#039;&#039; speaks of Bhim, the son of Sagar which is probably Sangan.&amp;lt;ref name=&amp;quot;Wilberforce-Bell1980&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;GBP1884&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Defeats Duda Gohil of Arthila===&lt;br /&gt;
At this time the [[Gujarat Sultanate|Sultan of Ahmedabad]] sent him a message complaining that Duda Gohil was ravaging his territory and requesting Mandalika to restrain him. Mandalika replied that the Sultan&#039;s enemies were his enemies and at once marched against him. Dudo putting on his armour marched to oppose him; after some fighting between the two armies, Dudo came up to Mandalika and said to him, that he must not consider him like Sangan Vadhel that he, Mandalika, was but a youth and was besides the husband of his niece and might have a son by her, and hence that it would be early for him to die now, he therefore counselled him to withdraw from the battle. Mandalika however replied that he was the son of a [[Kshatriya]] and therefore could not retreat. The warriors then engaged Dudo begged Mandalika to strike first but Mandalika replied, &#039;If you do not strike first you will never again get a chance&#039;. On this Dudo made a blow at Mandalika which he warded and dealt Dudo such a blow that his head fell from his body. Dudo&#039;s army was now put to the rout and Mandalika returned and made a triumphal entry into Junagadh after sacking and destroying Arthila. The [[Gohil dynasty]] moved their capital to [[Lathi State|Lathi]].&amp;lt;ref name=&amp;quot;Wilberforce-Bell1980&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;GBP1884&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
He now desired to marry another wife and after consulting his ministers made proposals for the hand of Soma Sahiba (Umabai), daughter of Bhimsinh of [[Dhrangadhra State|Kuva]], who was then (as his father Vanvirji was ruling at Kuva) residing at Sitha. Her father agreed and finally Mandalika went to Sitha and married her with great pomp. He did not, however, have a son with her and therefore married many other Chandravamsi [[Jhala (clan)|Jhala]]s and Suryavamsi [[Gahlot|Gohil]]s,{{efn-ua|As said in &#039;&#039;Mandalika Kavya&#039;&#039; of Gangadhar.}} but still remained sonless. However eventually he had sons.&amp;lt;ref name=&amp;quot;Wilberforce-Bell1980&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;GBP1884&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Subdues Sangan Vadhel again===&lt;br /&gt;
Sangan Vadhel, now again rebelled, and Mandalika marched against him and occupied Bet, Sangan Vadhel fleeing with his family. He, however obtained foreign aid, and again opposed Mandalika as he was returning, but Mandalika routed him and again took him prisoner, but again released him.&amp;lt;ref name=&amp;quot;Wilberforce-Bell1980&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;GBP1884&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In his reign flourished the celebrated [[Narsinh Mehta]], a [[Vaishnava]] devotee, very famous in [[Gujarat]].&amp;lt;ref name=&amp;quot;GBP1884&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Tale of Vinjal Vajo===&lt;br /&gt;
It is said that Vinjal Vajo, chief of [[Prabhas Patan|Patan Somnath]], was a great friend of Mandalika. Vinjal was attacked by [[leprosy]] and consequently resolved to make a pilgrimage to [[Banaras]], and failing to be cured there to perish in the snows of Kailash. The Brahmans, however, told him that before doing this he must first make a pilgrimage to [[Girnar]]. Vinjal was anxious to avoid doing this as his friend Mandalika would see him in his diseased state. But as the Brahmans insisted that it was necessary for him to visit Girnar, he went secretly there and bathed at the [[Damodar Kund]] and bestowed a small gold image of an elephant on the Brahmans in charity. After his departure, a quarrel arose among the Brahmans as to a division of the gold and the question was referred to the Mandalika who at once asked who gave the gold elephant. On hearing that it was Vinjal Vajo, he set out after him. When he reached the stream, now called Gangajalio, between Vadal and [[Kathrota]], he there met a man bearing his daily supply of water of [[Ganga river]] which was sent to him each day. In his anxiety to overtake Vinjal, he bathed with his clothes on i.e. simply poured the water over himself, clothes and all, and went on to [[Jetalsar]] where he found Vinjal Vajo encamped. Vinjal begged him not to approach him as he had the loathsome disease of leprosy. But Mandalika would not be denied and advanced and embraced him and immediately Vinjal&#039;s leprosy was cleansed. From this circumstance, the stream where Mandalika met the carrier of water of Ganga has been ever since called the &#039;&#039;Gangajalio&#039;&#039; and Ra Mandalika also is called by epithet, Ra Gangajalio.&amp;lt;ref name=&amp;quot;Wilberforce-Bell1980&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;GBP1884&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Fall of Junagadh==&lt;br /&gt;
===Folklore===&lt;br /&gt;
There are two distinct stories told of the causes of the fall of Junagadh but the most popular is that told by [[Ranchhodji Diwan]] in the &#039;&#039;Tarikh-i-Sorath&#039;&#039; besides being known by every bard and Charan within the peninsula.&amp;lt;ref name=&amp;quot;Wilberforce-Bell1980&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;GBP1884&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nagbai was a beautiful and chaste Charan woman of the village of Monia near Sarsai. Mandalika who had heard much of the beauty of her son&#039;s wife, went to Monia on the pretext of hunting in order to see her and was so inflamed by her charms that he placed his hand on her bosom. She turned instantly away from him and Nagbai cursed him saying, &#039;The bride of thy good fortune shall turn away her face from thee even as I do now and will unite herself with the Muhammadan kings&#039;. So saying she left him and Mandalika returned discomfited and ashamed to Junagadh. The following &#039;&#039;[[duha]]&#039;&#039; is also said to have been said by Nagbai. It is interesting both because Junagadh is styled Gadh and because the cure of Vinjal Vajo is mentioned:&amp;lt;ref name=&amp;quot;GBP1884&amp;quot;/&amp;gt;&lt;br /&gt;
{{quote|Oh! Lord of the Gadh, your body was so pure from water of Ganga, that you cleansed Vinja of leprosy, but bestowed on me nails, Oh Mandalika?{{efn-ua|The Gujarati &#039;&#039;[[duha]]&#039;&#039; runs: ગંગાજળિયા ગઢેચા, (તારૂં) હૂતું પંડ પવિત્ર, વીજાનાં રગત ગયાં, મુણે વાળા માંડળિક!}}}}&lt;br /&gt;
&lt;br /&gt;
Another story is that Mandalika seduced Manmohan, the beautiful wife of his minister Vania Visal, who in revenge invited Sultan Mahmud Begada to invade Mandalika&#039;s dominions and thus betrayed his master.&lt;br /&gt;
&lt;br /&gt;
There is no historical basis for this folklore.&amp;lt;ref name=&amp;quot;Parikh&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Mahmud Begada captures Junagadh===&lt;br /&gt;
&lt;br /&gt;
In 1467 CE, [[Gujarat Sultanate|Gujarat Sultan]] [[Mahmud Begada]] attacked Junagadh but on receiving the submission of Mandalika returned to his capital [[Ahmedabad]]. In the following year, hearing that Mandalika continued to visit his idol temple in state with a golden umbrella and other ensigns of royalty, Mahmud despatched an army to Junagaḍh, and the chief sent the obnoxious umbrella to the king, accompanied by fitting presents.&amp;lt;ref name=&amp;quot;Parikh&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But in 1469 CE, he resolved to conquer the country and marched there with a large force. While Mahmud Begada was on the march the Mandalika suddenly joined him, and asking why the Sultan was so bent on his destruction when he had committed no fault, agreed to do whatever Mahmud Begada might command. The king replied there is no fault like infidelity, and ordered Mandalika to embrace [[Islam]]. The chief, now thoroughly alarmed, fled by night and made his way into Girnar. In 1472–73 CE, after a siege of nearly two years, forced by the failure of his stores, Mandalika surrendered, and his dominions were annexed to the Gujarat Sultanate. He was injured and was securely saved by his soldiers. It is said that he wondered Saurashtra for two years to regain power. But Muslim historians note that Mandalika himself was converted to Islam and received the title of Khan Jahan. He moved to [[Ahmedabad]] with the Sultan and lies buried in the [[Manek Chowk (Ahmedabad)|Manek Chowk]] at Ahmedabad.&amp;lt;ref name=&amp;quot;Parikh&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;Rajan1985&amp;quot;&amp;gt;{{cite book|author=K. V. Soundara Rajan|title=Junagadh|url=https://books.google.com/books?id=bPNEAAAAIAAJ|year=1985|publisher=Archaeological Survey of India|page=11}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;RajyagorChopra1982&amp;quot;&amp;gt;{{cite book|author1=S. B. Rajyagor|author2=Pran Nath Chopra|title=History of Gujarat|url=https://books.google.com/books?id=-0pAAAAAMAAJ|year=1982|publisher=S. Chand|page=182}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Succession==&lt;br /&gt;
[[File:Jama Masjid, Uperkot 03.jpg|thumb|Jama Masjid of Uparkot built by Mahmud Begada]]&lt;br /&gt;
Sultan Mahmud Begada changed the name of Junagadh to Mustafabad and built the fortifications round the town and the [[Jumma Masjid, Uparkot|Jumma mosque]] in the [[Uparkot Fort|Uparkot]]. And for a short time, he took up his residence there and caused his nobles also to construct palaces in that town. He sent also for Syad Kazis and other Muslims and gave them &#039;&#039;jagir&#039;&#039;s and official appointments and directed them to spread the religion of Islam.&amp;lt;ref name=&amp;quot;Parikh&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this date to the close of the Gujarat Sultanate, Junagadh was governed by an official appointed direct from Ahmedabad styled &#039;&#039;Thanadar&#039;&#039;. This official collected the tribute and revenue of the crown domain but the Sultan also placed Mandalika&#039;s descendant Bhupatsingh in Junagadh as a &#039;&#039;Jagirdar&#039;&#039;. The first &#039;&#039;Thanadar&#039;&#039; was Tatar Khan, an adopted son of the Sultan and after him Mirza Khalil, the eldest son of the Sultan who afterwards succeeded him under the title of Sultan [[Muzaffar Shah II]]. Prince Khalil during his tenure of office founded the village called Khalilpur. The &#039;&#039;Jagir&#039;&#039; allotted to Bhupatasimha was the [[Bagasara-Ghed|Sil Bagasra]] Chovisi and his descendants, known as [[Raizada]], continued to live there but he resided in Junagadh. Bhupatasimha died in 1525 CE was succeeded by his son Navaghana (died 1552 CE). Navaghana was succeeded by Shrisimha (died 1586 CE).&amp;lt;ref name=&amp;quot;Parikh&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;Wilberforce-Bell1980&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;GBP1884&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== In popular culture ==&lt;br /&gt;
&#039;&#039;Mandalika Kavya&#039;&#039; by Gangadhar is an epic on Mandalika III.&amp;lt;ref&amp;gt;{{cite book|title=Proceedings and Transactions of The First General Conference|url=https://books.google.com/books?id=3lvWAAAAMAAJ|volume=I|year=1920|page=93}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;Raghavan1975&amp;quot;&amp;gt;{{cite book|author=V. Raghavan|title=International Sanskrit Conference|url=https://books.google.com/books?id=l-IvAAAAIAAJ|year=1975|publisher=The Ministry|page=182}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite book|title=The Gazetteer of India: History and culture|url=https://books.google.com/books?id=BXEMAAAAIAAJ|year=1973|publisher=Publications Division, Ministry of Information and Broadcasting|page=xlv}}&amp;lt;/ref&amp;gt; Gujarati writer [[Jhaverchand Meghani]] had written &#039;&#039;Ra Gangajalio&#039;&#039; (1939), a novel based on the life of Mandalika.&amp;lt;ref&amp;gt;{{cite book|title=An Album of Indian Writers: Issued on the Occasion of Frankfurt World Book Fair|url=https://books.google.com/books?id=zNxjAAAAMAAJ|accessdate=31 October 2017|year=1986|publisher=Sahitya Akademi|location=New Delhi|page=24}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{notelist-ua}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
{{Chudasama dynasty}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Chudasama kings]]&lt;br /&gt;
[[Category:15th-century Indian monarchs]]&lt;br /&gt;
[[Category:Monarchs taken prisoner in wartime]]&lt;br /&gt;
[[Category:Converts to Islam from Hinduism]]&lt;br /&gt;
[[Category:Saurashtra (region)]]&lt;br /&gt;
[[Category:History of Ahmedabad]]&lt;br /&gt;
[[Category:People from Ahmedabad]]&lt;br /&gt;
[[Category:People from Junagadh]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Arun_Jaitley&amp;diff=450812</id>
		<title>Arun Jaitley</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Arun_Jaitley&amp;diff=450812"/>
		<updated>2026-02-26T20:04:08Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: Article updated with improved flow&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{short description|Indian politician and attorney (1952–2019)}}&lt;br /&gt;
{{Use Indian English|date=October 2024}}&lt;br /&gt;
{{Use dmy dates|date=October 2024}}&lt;br /&gt;
{{Infobox officeholder&lt;br /&gt;
| name                = Arun Jaitley&lt;br /&gt;
| image               = The official photograph of the Defence Minister, Shri Arun Jaitley.jpg&lt;br /&gt;
| caption             = Official portrait, 2014&lt;br /&gt;
| alt                 = Arun Jaitley&lt;br /&gt;
| office              = [[Minister of Finance (India)|Union Minister of Finance]]&lt;br /&gt;
| primeminister       = [[Narendra Modi]]&lt;br /&gt;
| term_start          = 26 May 2014&lt;br /&gt;
| term_end            = 30 May 2019{{efn|Jaitley was on medical leave between 14 May 2018 &amp;amp; 23 August 2018 and 23 January 2019 to 15 February 2019, during which his colleague [[Piyush Goyal]] took over his responsibilities.}}&lt;br /&gt;
| predecessor         = [[P. Chidambaram]]&lt;br /&gt;
| successor           = [[Nirmala Sitharaman]]&lt;br /&gt;
| office2             = [[Ministry of Corporate Affairs|Union Minister of Corporate Affairs]]&lt;br /&gt;
| primeminister2      = Narendra Modi&lt;br /&gt;
| term_start2         = 26 May 2014&lt;br /&gt;
| term_end2           = 30 May 2019{{efn|Jaitley was on medical leave between 14 May 2018 &amp;amp; 23 August 2018 and 23 January 2019 to 15 February 2019, during which his colleague [[Piyush Goyal]] took over his responsibilities.}}&lt;br /&gt;
| predecessor2        = [[Sachin Pilot]]&lt;br /&gt;
| successor2          = Nirmala Sitharaman&lt;br /&gt;
| office3             = [[Minister of Defence (India)|Union Minister of Defence]]&lt;br /&gt;
| primeminister3      = Narendra Modi&lt;br /&gt;
| term_start3         = 13 March 2017{{efn|Jaitley succeeded Parrikar due to his election as [[Chief Minister of Goa]].}}&lt;br /&gt;
| term_end3           = 3 September 2017&lt;br /&gt;
| predecessor3        = [[Manohar Parrikar]]&lt;br /&gt;
| successor3          = Nirmala Sitharaman&lt;br /&gt;
| term_start4         = 26 May 2014&lt;br /&gt;
| term_end4           = 9 November 2014&lt;br /&gt;
| primeminister4      = Narendra Modi&lt;br /&gt;
| predecessor4        = [[A. K. Antony]]&lt;br /&gt;
| successor4          = [[Manohar Parrikar]]&lt;br /&gt;
| office5             = [[Ministry of Information and Broadcasting (India)|Union Minister of Information and Broadcasting]]&lt;br /&gt;
| primeminister5      = Narendra Modi&lt;br /&gt;
| term_start5         = 9 November 2014&lt;br /&gt;
| term_end5           = 5 July 2016&lt;br /&gt;
| successor5          = [[Venkaiah Naidu]]&lt;br /&gt;
| predecessor5        = [[Prakash Javadekar]]&lt;br /&gt;
| office6             = [[Leader of the House (Rajya Sabha)|Leader of the House in Rajya Sabha]]&lt;br /&gt;
| term_start6         = 26 May 2014&lt;br /&gt;
| term_end6           = 11 June 2019&lt;br /&gt;
| predecessor6        = [[Manmohan Singh]]&lt;br /&gt;
| successor6          = [[Thawar Chand Gehlot]]&lt;br /&gt;
| office7             = [[Leader of the Opposition in Rajya Sabha|Leader of the Opposition in Rajya Sabha]]&lt;br /&gt;
| primeminister7      = Manmohan Singh&lt;br /&gt;
| 1blankname7         = [[Vice President of India|Chairman]]&lt;br /&gt;
| 1namedata7          = [[Mohammad Hamid Ansari]]&lt;br /&gt;
| deputy              = [[Surendrajeet Singh Ahluwalia]]&lt;br /&gt;
| term_start7         = 3 June 2009&lt;br /&gt;
| term_end7           = 26 May 2014&lt;br /&gt;
| predecessor7        = [[Jaswant Singh]]&lt;br /&gt;
| successor7          = [[Ghulam Nabi Azad]]&lt;br /&gt;
| office8             = [[Ministry of Law and Justice (India)|Union Minister of Law and Justice]]&lt;br /&gt;
| primeminister8      = [[Atal Bihari Vajpayee]]&lt;br /&gt;
| term_start8         = 29 January 2003&lt;br /&gt;
| term_end8           = 22 May 2004&lt;br /&gt;
| predecessor8        = [[Jana Krishnamurthi]]&lt;br /&gt;
| successor8          = [[H. R. Bhardwaj]]&lt;br /&gt;
| primeminister9      = Atal Bihari Vajpayee&lt;br /&gt;
| term_start9         = 23 July 2000&lt;br /&gt;
| term_end9           = 1 July 2002&lt;br /&gt;
| predecessor9        = [[Ram Jethmalani]]&lt;br /&gt;
| successor9          = Jana Krishnamurthi&lt;br /&gt;
| office10            = [[Ministry of Commerce and Industry (India)|Union Minister of Commerce and Industry]]&lt;br /&gt;
| primeminister10     = Atal Bihari Vajpayee&lt;br /&gt;
| term_start10        = 29 January 2003&lt;br /&gt;
| term_end10          = 22 May 2004&lt;br /&gt;
| predecessor10       = [[Arun Shourie]]&lt;br /&gt;
| successor10         = [[Kamal Nath]]&lt;br /&gt;
| office11            = [[Ministry of Information and Broadcasting (India)|Union Minister of Information and Broadcasting]]&lt;br /&gt;
| primeminister11     = Atal Bihari Vajpayee&lt;br /&gt;
| term_start11        = 13 October 1999&lt;br /&gt;
| term_end11          = 30 September 2000&lt;br /&gt;
| predecessor11       = [[Pramod Mahajan]]&lt;br /&gt;
| successor11         = [[Sushma Swaraj]]&lt;br /&gt;
| office12            = [[Member of Parliament, Rajya Sabha|Member of Parliament]], [[Rajya Sabha]]&lt;br /&gt;
| constituency12      = *[[List of Rajya Sabha members from Uttar Pradesh|Uttar Pradesh]] (from 2018)&lt;br /&gt;
*[[List of Rajya Sabha members from Gujarat|Gujarat]] (till 2018)&lt;br /&gt;
| term_start12        = 3 April 2000&lt;br /&gt;
| term_end12          = 24 August 2019&lt;br /&gt;
| predecessor12       = [[Naresh Agrawal]]&lt;br /&gt;
| successor12         = [[Sudhanshu Trivedi]]&amp;lt;ref&amp;gt;{{cite news |url =https://indianexpress.com/article/india/bjp-nominates-sudhanshu-trivedi-for-bypoll-on-jaitleys-rajya-sabha-seat-from-up-6051476/|title = BJP nominates Sudhanshu Trivedi to Arun Jaitley&#039;s Rajya Sabha seat in UP|newspaper =[[The Indian Express]] |date= 3 October 2019 |access-date=3 October 2019}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite news |url =https://timesofindia.indiatimes.com/india/bjp-names-sudhanshu-trivedi-satish-dubey-as-its-nominees-for-rajya-sabha-polls/articleshow/71426702.cms|title = BJP names Sudhanshu Trivedi for Rajya Sabha By polls from Uttar Pradesh|newspaper =[[The Times of India]] |date= 3 October 2019|access-date=3 October 2019}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| birth_name          = &lt;br /&gt;
| birth_date          = {{birth date|df=y|1952|12|28}}&lt;br /&gt;
| death_date          = {{death date and age|df=y|2019|08|24|1952|12|28}}&lt;br /&gt;
| birth_place         = [[Delhi]], India&lt;br /&gt;
| death_place         = [[New Delhi]], India&lt;br /&gt;
| party               = [[Bharatiya Janata Party]]&lt;br /&gt;
| spouse              = {{marriage|Sangeeta Jaitley|1982}}&lt;br /&gt;
| children            = 2; including [[Rohan Jaitley]]&lt;br /&gt;
| education           = &lt;br /&gt;
| alma_mater          = [[Delhi University]] ([[BCom]], [[LLB]]) &amp;lt;br/&amp;gt;&lt;br /&gt;
| occupation          = {{hlist|Advocate|politician}}&lt;br /&gt;
| awards              = [[Padma Vibhushan]] (2020) (posthumously)&lt;br /&gt;
| website             = {{Official URL}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Arun Jaitley&#039;&#039;&#039; (28 December 1952 – 24 August 2019) was an Indian politician and attorney. A member of the [[Bharatiya Janata Party]], Jaitley served as the Minister of [[Ministry of Finance (India)|Finance]] and [[Minister of Corporate Affairs (India)|Corporate Affairs]] of the Government of India from 2014 to 2019. Jaitley previously held the cabinet portfolios of [[Minister of Finance (India)|Finance]], [[Minister of Defence (India)|Defence]], [[Corporate Affairs]], [[Minister of Commerce and Industry (India)|Commerce and Industry]], and [[Minister of Law and Justice (India)|Law and Justice]] in the [[Third Vajpayee ministry|Vajpayee]] government and [[First Modi ministry|Narendra Modi government]].&lt;br /&gt;
&lt;br /&gt;
Educated at [[Delhi University]], Jaitly was a [[Senior Advocate]] of the [[Supreme Court of India]]. From 2009 to 2014, he served as the [[Leader of the Opposition (India)|Leader of the Opposition]] in the [[Rajya Sabha]]. He oversaw the introduction of the [[Goods and Services Tax (India)|Goods and Services Tax]] which brought the country under one GST regime, demonetisation, merger of Railway budget with general budget and introduction of [[Insolvency and Bankruptcy Code, 2016|Insolvency and Bankruptcy Code]].&amp;lt;ref&amp;gt;{{cite web | url=https://www.thehindubusinessline.com/news/national/arun-jaitley-an-unforgettable-stint-as-indias-finance-minister/article29241655.ece | title=Arun Jaitley: An unforgettable stint as India&#039;s Finance Minister | work=Business Line | date=24 August 2019 | access-date=24 August 2019}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web | url=https://www.indiatoday.in/india/story/arun-jaitley-death-former-finance-minister-gst-tax-reform-1591115-2019-08-24 | title=Arun Jaitley, the man who brought India under one-tax regime | work=India Today | date=24 August 2019 | access-date=24 August 2019}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite news|url=https://www.business-standard.com/article/politics/career-timeline-of-arun-jaitley-pm-modi-s-go-to-man-in-new-delhi-119082400288_1.html|title=Career timeline of Arun Jaitley, PM Modi&#039;s go-to man in New Delhi|newspaper=Business Standard|date=24 August 2019|access-date=24 August 2019}}&amp;lt;/ref&amp;gt; Jaitley decided not to join the second Modi Cabinet in 2019, due to health issues.&amp;lt;ref&amp;gt;{{cite news | url=https://economictimes.indiatimes.com/news/politics-and-nation/arun-jaitley-opts-out-of-modi-cabinet-cites-health-reasons/articleshow/69555782.cms | title=Arun Jaitley opts out of new government for health reasons | newspaper=[[The Economic Times]] | date=30 May 2019 | access-date=30 May 2019}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web|url=https://timesofindia.indiatimes.com/india/arun-jaitley-opts-out-of-new-cabinet/articleshow/69555700.cms|title=Arun Jaitley writes letter to PM Modi, opts out of new Cabinet citing health reasons|work=[[The Times of India]]|date=29 May 2019|access-date=30 May 2019}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
He was awarded the [[Padma Vibhushan]], India&#039;s second highest civilian award, posthumously in 2020 in the field of Public Affairs.&amp;lt;ref&amp;gt;{{cite web | url=https://economictimes.indiatimes.com/news/politics-and-nation/former-ministers-arun-jaitley-sushma-swaraj-and-george-fernandes-given-padma-vibhushan/articleshow/73617205.cms | title=Arun Jaitley, Sushma Swaraj, George Fernandes given Padma Vibhushan posthumously. Here&#039;s full list of Padma award recipients | work=[[The Economic Times]] | date=26 January 2020 | access-date=26 January 2020}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |title=Ministry of Home Affairs |url=https://padmaawards.gov.in/PDFS/2020AwardeesList.pdf |website=padmaawards.gov.in |access-date=25 January 2020}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Early life==&lt;br /&gt;
Arun Jaitley was born on 28 December 1952 in [[Delhi]] into a [[Punjabi Hindus|Punjabi Hindu]] [[Brahmin]] family which migrated from [[Lahore]] during [[Partition of India]].&amp;lt;ref name=&amp;quot;GoIBio&amp;quot;/&amp;gt;&amp;lt;ref&amp;gt;{{cite news |title=Arun Jaitley, the eyes and ears of Modi |url=https://indianexpress.com/article/political-pulse/arun-jaitley-the-eyes-and-ears-of-modi/ |work=The Indian Express |agency=PTI |date=26 May 2014 |access-date=1 March 2022 |quote=Coming from a Punjabi Brahmin family with little political background ...... }}&amp;lt;/ref&amp;gt; His father Maharaj Kishen Jaitley was a lawyer and mother Ratan Prabha Jaitley a housewife.&amp;lt;ref name=&amp;quot;GoIBio&amp;quot;&amp;gt;{{cite web|url=http://www.archive.india.gov.in/govt/rajyasabhampbiodata.php?mpcode=27 |title=Detailed Profile: Shri Arun Jaitley |archive-url=https://web.archive.org/web/20170809093224/http://www.archive.india.gov.in/govt/rajyasabhampbiodata.php?mpcode=27 |archive-date=9 August 2017 |work=Government of India |access-date=7 October 2024}}&amp;lt;/ref&amp;gt; He studied at [[St. Xavier&#039;s Senior Secondary School, Delhi]] from 1957 to 1969.&amp;lt;ref name=&amp;quot;autogenerated8&amp;quot;&amp;gt;{{cite web|url=http://www.arunjaitley.com/en/myjourney.php|title=My memorable School days at St. Xaviers|publisher=Arun Jaitley|access-date=17 February 2013|url-status=dead|archive-url=https://web.archive.org/web/20130212061309/http://www.arunjaitley.com/en/myjourney.php|archive-date=12 February 2013}}&amp;lt;/ref&amp;gt; He graduated with the [[honours degree]] in commerce, [[Bachelor of Commerce|BCom]] from [[Shri Ram College of Commerce]] of [[Delhi University]] in 1973. He passed his [[LLB|LLB]] degree from [[Faculty of Law, University of Delhi]] in 1977.&amp;lt;ref name=&amp;quot;rs&amp;quot;&amp;gt;{{cite web|url=http://164.100.47.5/newmembers/Website/Main.aspx|title=Member Profile: Arun Jeitley|publisher=Rajya Sabha|access-date=17 February 2013}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;pib.myiris.com&amp;quot;&amp;gt;{{cite web |title=Shri Arun Jaitley, Honb&#039;le Minister of Law, Justice and Company Affairs, Shipping, Bharatiya Janata Party |publisher=Press Information Bureau, Government of India |year=1999 |url=http://pib.hyyyyhhbj.com/profile/article.php3?fl%3DD20166|access-date=24 October 2008|url-status=dead|archive-url=https://web.archive.org/web/20090724073025/http://pib.myiris.com/profile/article.php3?fl=D20166|archive-date=24 July 2009}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite news|last1=Layak|first1=Suman|date=10 July 2016|title=Cabinet reshuffle: Modi government&#039;s got talent but is it being fully utilised?|url=https://economictimes.indiatimes.com/news/politics-and-nation/cabinet-reshuffle-modi-governments-got-talent-but-is-it-being-fully-utilised/articleshow/53132757.cms|work=[[The Economic Times]]|access-date=18 March 2022}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jaitley was the [[Akhil Bharatiya Vidyarthi Parishad]] (ABVP) [[student leader]] at the [[Delhi University]] Campus in the seventies and rose to be the President of the [[Students Union]] of [[Delhi University]] in 1974. During the period of proclamation of [[Internal Emergency]] (1975–77) when [[Fundamental rights in India|fundamental rights]] were suspended, he was under [[preventive detention]] for a period of 19 months.&amp;lt;ref&amp;gt;{{cite web|url=http://www.outlookindia.com/article/Cometh-The-Hour/290904 |title=Cometh The Hour... |work=[[Outlook (Indian magazine)|Outlook]] |access-date=3 June 2014}}&amp;lt;/ref&amp;gt; He was a prominent leader of a [[Total Revolution|movement]] against corruption launched in the year 1973 by [[Raj Narain]] and [[Jayaprakash Narayan]]. He was the convener of the National Committee for Students and Youth organisation appointed by [[Jai Prakash Narayan]].&amp;lt;ref name=domain-case&amp;gt;{{cite web|last=Singh|first=Justice Manmohan|title=Mr. Arun Jaitley vs Network Solutions Private Limited|url=http://indiankanoon.org/doc/754672/|publisher=[[Delhi High Court]]|access-date=6 May 2013}}&amp;lt;/ref&amp;gt; He was also active in civil rights movement and helped found PUCL Bulletin along with Satish Jha and Smitu Kothari.&amp;lt;ref name=&amp;quot;pib.myiris.com&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;indianexpress.com&amp;quot;&amp;gt;{{cite web|url=http://www.indianexpress.com/res/web/pIe/ie/daily/19990919/iex19021.html |title=Sorry |work=The Indian Express |access-date=25 October 2012}}&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In 1977, being the convener of the Loktantrik Yuva Morcha at a time when the Congress suffered defeat, Jaitley was appointed the president of the Delhi ABVP and All India Secretary of the ABVP. He was then made the president of the youth wing of the BJP and the secretary of the Delhi Unit in 1980, a short time after joining the party.&amp;lt;ref name=DNA-FM&amp;gt;{{cite news|last1=Khandelwal|first1=Avani|title=Who is Arun Jaitley: The rise of India&#039;s newest finance minister|url=http://www.dnaindia.com/india/report-who-is-arun-jaitley-the-rise-of-india-s-newest-finance-minister-2001109 |work=[[Daily News and Analysis]] |date=10 July 2014 |access-date=6 September 2014}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Legal career==&lt;br /&gt;
[[File:Finance Minister at GNLU.jpg|thumb|left|Jaitley with Former Supreme Court Judge [[K.S. Panicker Radhakrishnan]] at the [[Gujarat National Law University]]]]&lt;br /&gt;
Since 1977, Jaitley had been practising law in the [[Supreme Court of India]] and several High Courts in India.&amp;lt;ref name=&amp;quot;pib.nic.in&amp;quot;&amp;gt;{{cite web|url=http://pib.nic.in/archieve/lreleng/lyr2003/rjan2003/30012003/r300120032.html|title=Arun Jaitley – A Profile|date=30 January 2003|website=PIB Press Releases|publisher=Press Information Bureau|archive-url=https://web.archive.org/web/20160106133246/http://pib.nic.in/archieve/lreleng/lyr2003/rjan2003/30012003/r300120032.html|archive-date=6 January 2016|url-status=dead|access-date=25 October 2012}}&amp;lt;/ref&amp;gt; In January 1990, he was designated as a [[Senior Advocate]] by the [[Delhi High Court]].&amp;lt;ref name=jsa&amp;gt;{{cite web|title=Hall of Fame – Top 50|url=http://www.jsalaw.com/Admin/uplodedfiles/PublicationFiles/Hall%20of%20Fame_Top%2050_2010.pdf|publisher=J. Sagar Associates|access-date=5 May 2013|url-status=dead|archive-url=https://web.archive.org/web/20121202101217/http://www.jsalaw.com/Admin/uplodedfiles/PublicationFiles/Hall%20of%20Fame_Top%2050_2010.pdf|archive-date=2 December 2012}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;sr-adv&amp;quot;&amp;gt;{{cite web |title=List of Senior Advocates designated by Delhi High Court up to August, 2014 |url=http://delhihighcourt.nic.in/writereaddata/Upload/PublicNotices/PublicNotice_8LPFZYBU.PDF |access-date=6 September 2014 |publisher=Delhi High Court}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web|url=http://www.dnaindia.com/india/report-who-is-arun-jaitley-the-rise-of-india-s-newest-finance-minister-2001109|title=Who is Arun Jaitley: The rise of India&#039;s newest finance minister|last=Khandelwal|first=Avani|date=10 July 2014 |newspaper=[[Daily News and Analysis]] |access-date=3 February 2016}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web|url=http://indianexpress.com/article/india/politics/arun-jaitley-the-eyes-and-ears-of-modi/|title=Arun Jaitley, the eyes and ears of Modi|date=26 May 2014|newspaper=The Indian Express |access-date=3 February 2016}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
He was appointed [[Additional Solicitor General of India]] by the [[V. P. Singh]] government in 1989 and did the paperwork for the investigations into the [[Bofors scandal]].&amp;lt;ref name=&amp;quot;indianexpress.com&amp;quot;/&amp;gt;&amp;lt;ref name=DNA-FM /&amp;gt; His clients cover the political spectrum from [[Sharad Yadav]] of the [[Janata Dal]] to [[Madhavrao Scindia]] of the [[Indian National Congress]] to [[L. K. Advani]] of the Bharatiya Janata Party (BJP). Several publications on legal and current affairs were written by him.&amp;lt;ref name=&amp;quot;pib.nic.in&amp;quot; /&amp;gt; A paper on law about corruption and crime in India was presented by him, before the Indo-British Legal Forum.&amp;lt;ref name=&amp;quot;pib.nic.in&amp;quot; /&amp;gt; He was appointed  the [[Government of India]]&#039;s delegate to the United Nations General Assembly Session in June 1998 which approved the Declaration on Laws Relating to Drugs and Money Laundering.&amp;lt;ref name=jsa /&amp;gt;&amp;lt;ref name=&amp;quot;pib.nic.in&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jaitley had also appeared on behalf of giant multinational corporations such as [[PepsiCo]] against [[Coca-Cola]] and in various other cases in India.&amp;lt;ref name=autogenerated2&amp;gt;{{cite news |last1=Walsh |first1=Sharon |title=Taking the &#039;Cola Wars&#039; Into Court |url=https://www.washingtonpost.com/archive/business/1998/05/31/taking-the-cola-wars-into-court/c538dcd1-90ca-4036-83e3-13d1eecfbf0e/ |access-date=23 January 2021 |newspaper=Washington Post |date=31 May 1998}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=autogenerated5&amp;gt;{{cite news |title=SC stays contempt proceedings against Coke, Pepsi |url=https://economictimes.indiatimes.com/newet/business-of-brands/sc-stays-contempt-proceedings-against-coke-pepsi/articleshow/1403551.cms |access-date=23 January 2021 |work=The Economic Times |date=7 February 2006}}&amp;lt;/ref&amp;gt; After having been the Minister of Law, Justice and Company Affairs, Jaitley represented Pepsi in 2002 in a case where the Supreme Court of India admonished and imposed stiff fines on 8 companies for painting advertisements on ecologically fragile rocks along the Manali-Rohtang road in the [[Himalayas]]. &amp;quot;The companies were also issued show-cause notices as to why exemplary damages should not be imposed on them for indulging in environmental vandalism.&amp;quot;&amp;lt;ref name=autogenerated3&amp;gt;{{cite news|title=SC imposes Rs 1 cr cost on firms for defacing rocks |url= https://timesofindia.indiatimes.com/india/SC-imposes-Rs-1-cr-cost-on-firms-for-defacing-rocks/articleshow/23394168.cms |archive-url= https://archive.today/20130103070134/http://articles.timesofindia.indiatimes.com/2002-09-26/india/27319067_1_cr-cost-manali-rohtang-road-malhotra-book-depot |url-status= live |work=[[The Times of India]] |archive-date= 3 January 2013 }}&amp;lt;/ref&amp;gt; In 2004, Jaitley appeared on behalf of [[Coca-Cola]] in a [[Rajasthan High Court]] case.&amp;lt;ref name=autogenerated1&amp;gt;{{cite news|title=Court blow to cola giants |newspaper=[[The Telegraph (Calcutta)|The Telegraph]]1 |url= http://www.telegraphindia.com/1041105/asp/nation/story_3968020.asp |archive-url= https://web.archive.org/web/20041110011353/http://www.telegraphindia.com/1041105/asp/nation/story_3968020.asp |url-status= dead |archive-date= 10 November 2004 | location=Calcutta | date=5 November 2004}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Given his political duties as Leader of the Opposition in the Rajya Sabha, Jaitley stopped practising law in June 2009.&amp;lt;ref name=no-lawyer&amp;gt;{{cite news|title=Arun Jaitley recuses himself from decisions on Vodafone tax case|url=http://businesstoday.intoday.in/story/arun-jaitley-recuses-himself-from-vodafone-tax-row/1/207379.html |work=Business Today |agency=Press Trust of India |date=19 June 2014 |access-date=6 September 2014}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Political career==&lt;br /&gt;
Jaitley had been a member of the national executive of [[Bharatiya Janata Party]] since 1991.&amp;lt;ref name=RS-bio&amp;gt;{{cite web|title=Rajya Sabha Members Homepage – Arun Jaitley|url=http://164.100.47.5/newmembers/Website/Main.aspx|publisher=Rajya Sabha|access-date=5 May 2013}}&amp;lt;/ref&amp;gt; He became the spokesperson of the BJP during the period preceding the 1999 general election.&lt;br /&gt;
&lt;br /&gt;
=== Union Minister for Information and Broadcasting (1999–2000) ===&lt;br /&gt;
On 13 October 1999, after the [[Vajpayee Government]] of the BJP led [[National Democratic Alliance (India)|National Democratic Alliance]] came to power, he was appointed Minister of State for Information and Broadcasting (Independent Charge).&amp;lt;ref name=&amp;quot;pib.nic.in&amp;quot; /&amp;gt; In addition he was appointed Minister of State for Disinvestment (Independent Charge). The disinvestment ministry was created for the first time in accordance with the policy of disinvestment under the [[World Trade Organization]] regime.&amp;lt;ref name=&amp;quot;pib.nic.in&amp;quot; /&amp;gt; On 23 July 2000 following the resignation of [[Ram Jethmalani]] as the Union Cabinet Minister of Law, Justice and Company Affairs, he took over his ministry as an additional charge.&amp;lt;ref name=&amp;quot;pib.nic.in&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Union Minister of Law and Justice (2000–04) ===&lt;br /&gt;
In November 2000 Jaitley was made a Cabinet Minister for the Ministry of Law, Justice and Company Affairs and Shipping. The Ministry of Surface Transport was bifurcated and he was appointed as the first Minister of Shipping. He demitted the office of the Minister for Shipping with effect from 1 September 2001 and as Union Minister of Law, Justice and Company Affairs on 1 July 2002.&amp;lt;ref name=&amp;quot;pib.nic.in&amp;quot; /&amp;gt; He then served as the General Secretary of the BJP and its national spokesman.&amp;lt;ref name=&amp;quot;pib.nic.in&amp;quot;/&amp;gt; He worked in this capacity until January 2003. He rejoined the Union Cabinet as the Minister of Commerce &amp;amp; Industry and Law &amp;amp; Justice on 29 January 2003.&amp;lt;ref name=DNA-FM /&amp;gt; With the defeat of the National Democratic Alliance in May 2004, Jaitley returned to his legal career and worked in the Supreme Court.&amp;lt;ref name=&amp;quot;barandbench&amp;quot;&amp;gt;{{cite news |title=Arun Jaitley from the eyes of a legal practitioner [Column] |url=https://barandbench.com/arun-jaitley-from-the-eyes-of-a-legal-practitioner-a-tribute/ |access-date=24 August 2019 |work=Bar &amp;amp; Bench |date=24 August 2019}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Leader of the Opposition, Rajya Sabha (2009–14) ===&lt;br /&gt;
He was chosen as the [[Leader of the Opposition in Rajya Sabha|Leader of the Opposition in the Rajya Sabha]] on 3 June 2009 by [[L.K. Advani]]. On 16 June 2009, he resigned from the post of General Secretary of the BJP, as per his party&#039;s One Man One Post principle. He was also a member of the Central Election Committee of the party.&amp;lt;ref&amp;gt;{{cite web|title=Central Election Committee|url=http://bjp.org/index.php?option=com_content&amp;amp;view=article&amp;amp;id=175&amp;amp;Itemid=487|publisher=BJP|access-date=6 May 2013|archive-url=https://web.archive.org/web/20110220112148/http://bjp.org/index.php?option=com_content&amp;amp;view=article&amp;amp;id=175&amp;amp;Itemid=487|archive-date=20 February 2011|url-status=dead}}&amp;lt;/ref&amp;gt; As the leader of opposition in Rajya Sabha, he participated in the debates on the [[Women&#039;s Reservation Bill]] in the Rajya Sabha and also supported Anna Hazare in his [[2011 Indian anti-corruption movement]] for the [[Jan Lokpal Bill]].&amp;lt;ref name=DNA-FM /&amp;gt; He successfully introduced the 84th amendment to the [[Constitution of India]] in 2002, freezing parliamentary seats until 2026, and the ninety-first amendment to the Constitution of India in 2004, penalising defections.&amp;lt;ref&amp;gt;{{cite web |url=http://indiacode.nic.in/coiweb/amend/amend84.htm |title=The Constitution (Eighty Fourth Amendment) Act, 2002 |website=indiacode.nic.in |archive-url=https://web.archive.org/web/20050920140332/http://indiacode.nic.in/coiweb/amend/amend84.htm |archive-date=20 September 2005 |access-date=24 July 2022}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |url=http://indiacode.nic.in/coiweb/amend/amend91.pdf |archive-url=https://web.archive.org/web/20050517190814/http://indiacode.nic.in/coiweb/amend/amend91.pdf |title=The Constitution (Ninety-First Amendment) Act, 2003 |archive-date=17 May 2005 |access-date=24 July 2022}}&amp;lt;/ref&amp;gt; However, being in the party since 1980, he never contested any direct election until 2014. He was the BJP candidate for the [[Amritsar (Lok Sabha constituency)|Amritsar seat]] in the [[Lok Sabha]] (replacing [[Navjot Singh Sidhu]]) for the [[2014 Indian general election|2014 general election]], but lost to the [[Indian National Congress]] candidate [[Amarinder Singh]]. He was elected as a [[Rajya Sabha]] member from [[Gujarat]]. He was re-elected to the Rajya Sabha from Uttar Pradesh in March 2018.&amp;lt;ref&amp;gt;{{citation |title=RS polls: BJP trumps opposition, makes it nine out of ten seats in UP |url=https://timesofindia.indiatimes.com/india/rs-polls-bjp-trumps-opposition-makes-it-nine-out-of-ten-in-up/articleshow/63434789.cms |work=[[The Times of India]] |date=24 March 2018 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On 26 August 2012, he said (outside Parliament) &amp;quot;There are occasions when an obstruction in Parliament brings greater benefits to the country.&amp;quot; This statement was considered to have given legitimacy to obstruction by the parliament in contemporary Indian politics. After forming a government in 2014, the BJP government has faced disruption and obstruction in parliament multiple times, and the opposition have referred to this statement as a legitimising that floor strategy.&amp;lt;ref&amp;gt;{{cite news |title=View from the Earlier Side: When Jaitley saw &#039;benefits to the country&#039; in obstructing Parliament |author=Manoj C G |date=27 July 2015 |newspaper=The Indian Express |url=http://indianexpress.com/article/India/India-others/view-from-the-earlier-side-when-jaitley-saw-benefits-to-the-country-in-obstructing-parliament/}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite news |date=24 December 2014 |title=&#039;Disrupting Parliament is important&#039;: BJP&#039;s words from opposition days come back to haunt it |publisher=Scroll.in |url=https://scroll.in/article/696910/disrupting-parliament-is-important-bjps-words-from-opposition-days-come-back-to-haunt-it}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Union Finance Minister (2014–19) ===&lt;br /&gt;
[[File:Shri Arun Jaitley taking charge as the Union Minister for Finance, in New Delhi on May 27, 2014.jpg|thumb|Jaitley taking charge as the Union Minister for Finance, in New Delhi on 27 May 2014]]&lt;br /&gt;
On 26 May 2014, Jaitley was selected by newly elected Prime Minister Narendra Modi to be the Minister of Finance, the Minister for Corporate Affairs and the Minister of Defence, in his cabinet.&amp;lt;ref&amp;gt;{{cite news|url=http://indianexpress.com/article/india/politics/narendra-modi-government-list-of-portfolios-and-ministers/|title=Narendra Modi government: Full list of portfolios and ministers|work= The Indian Express|date=27 May 2014}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite news|url=http://economictimes.indiatimes.com/news/politics-and-nation/corporate-affairs-ministry-to-be-clubbed-with-finance-ministry/articleshow/35634966.cms|title=Corporate Affairs Ministry to be &#039;clubbed&#039; with Finance Ministry|work=The Economic Times|date=27 May 2014}}&amp;lt;/ref&amp;gt; Analysts cited Jaitley&#039;s &amp;quot;part-time&amp;quot; focus on defence as a simple continuation of the policies of the previous government.&amp;lt;ref&amp;gt;{{cite news |url=http://www.defensenews.com/article/20140907/DEFREG03/309070017 |archive-url=https://archive.today/20140907180346/http://www.defensenews.com/article/20140907/DEFREG03/309070017 |url-status=dead |archive-date=7 September 2014 |title=Analysts: New Modi Government Lacks Clear Defense Policy |last1=Raghuvanshi |first1=Vivek |date=7 September 2014 |work=[[Defense News]] |access-date=7 September 2014}}&amp;lt;/ref&amp;gt; According to a WikiLeaks cable by Robert Blake, the Charge at the US Embassy, to his government, When raised  on the question of Hindutva, Jaitley had argued that Hindu nationalism &amp;quot;will always be a talking point&amp;quot; for the BJP and characterised this as an opportunistic issue.&amp;lt;ref&amp;gt;{{cite web | title=WikiLeaks cable on Arun Jaitley&#039;s &#039;opportunistic&#039; remark | publisher=[[NDTV]] | date=26 March 2011 | url=http://www.ndtv.com/wikileak/wikileaks-cable-on-arun-jaitleys-opportunistic-remark-451235 | access-date=3 February 2016}}&amp;lt;/ref&amp;gt; Jaitley later clarified that &amp;quot;the use of the word opportunistic in reference to nationalism or Hindu nationalism is neither my view nor my language. It could be the diplomat&#039;s own usage.&amp;quot;&amp;lt;ref&amp;gt;{{cite web | title=Arun Jaitley denies remark in WikiLeaks cable | publisher=[[NDTV]] | date=26 March 2011 | url=http://www.ndtv.com/wikileak/arun-jaitley-denies-remark-in-wikileaks-cable-451224 | access-date=3 February 2016}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
During the [[2015 Bihar Legislative Assembly election]], Arun Jaitley agreed with Prime Minister [[Narendra Modi]]&#039;s assertions that the idea of reservations on the basis of religion is fraught with danger and was against giving reservations to Muslim Dalits and Christian Dalits as it might impact demography.&amp;lt;ref&amp;gt;{{Cite news|url=https://economictimes.indiatimes.com/news/politics-and-nation/bihar-polls-grand-alliances-idea-of-reservations-on-the-basis-of-religion-is-fraught-with-danger-says-fm-arun-jaitley/articleshow/49588622.cms|title=Bihar polls: Grand Alliance&#039;s idea of reservations on the basis of religion is fraught with danger, says FM Arun Jaitley|first=Rakesh Mohan|last=Chaturvedi|date=30 October 2015|newspaper=The Economic Times}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite news|url=https://economictimes.indiatimes.com/opinion/interviews/all-those-who-are-involved-in-the-traditional-caste-psyche-will-suffer-a-big-setback-fm-arun-jaitley/articleshow/49590053.cms|title=All those who are involved in the traditional caste psyche will suffer a big setback: FM Arun Jaitley|first=Rakesh Mohan|last=Chaturvedi|date=30 October 2015|newspaper=The Economic Times}}&amp;lt;/ref&amp;gt; He also served as a member to the Board of Governors of [[Asian Development Bank]].&amp;lt;ref&amp;gt;{{cite news|title=Arun Jaitley appointed to Board of Governors of Asian Development Bank|url=http://news.biharprabha.com/2014/06/arun-jaitley-appointed-to-board-of-governors-of-asian-development-bank/|agency=Indo-Asian News Service|publisher=Biharprabha News |access-date=2 June 2014}}&amp;lt;/ref&amp;gt; In November 2015, Jaitley said that personal laws governing marriages and divorces should be subject to fundamental rights, as constitutionally-guaranteed rights are supreme.&amp;lt;ref&amp;gt;{{cite news |last1=Choudhary |first1=Amit Anand |title=Personal law should be subject to fundamental rights: Jaitley {{!}} India News - Times of India |url=https://timesofindia.indiatimes.com/india/Personal-law-should-be-subject-to-fundamental-rights-Jaitley/articleshow/49965830.cms |access-date=19 January 2021 |work=The Times of India |date=29 November 2015 |language=en}}&amp;lt;/ref&amp;gt; He announced the [[Income declaration scheme, 2016]] in September 2016.&amp;lt;ref&amp;gt;{{cite news |title=IDS &#039;Major Success&#039; Compared to VDIS, Says Arun Jaitley |url=http://www.news18.com/news/politics/ids-major-success-compared-to-vdis-says-arun-jaitley-1313184.html |first=Nakshab |last=Khan |work=[[News 18]] |date=18 November 2016 |access-date=19 January 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
During his tenure as the Finance Minister of India, the government [[Indian 500 and 1000 rupee currency demonetization|demonetised the ₹500 and ₹1000 currency notes]], with the stated intention of curbing corruption, black money, fake currency, and terrorism from 9 November 2016.&amp;lt;ref&amp;gt;{{cite news |title=Rs 500, Rs 1000 currency notes stand abolished from midnight: PM Modi |url=https://indianexpress.com/article/india/india-news-india/narendra-modi-prime-minister-address-to-the-nation4364609/ |access-date=19 January 2021 |work=The Indian Express |date=10 November 2016 |language=en}}&amp;lt;/ref&amp;gt; He oversaw the introduction of the [[Goods and Services Tax (India)|Goods and Services Tax]] (GST) which brought the country under one GST regime. On 20 June 2017, he reaffirmed that the roll-out of GST overseen by him as the finance minister was on track.&amp;lt;ref&amp;gt;{{Cite news|url=http://economictimes.indiatimes.com/news/economy/policy/will-be-switching-to-gst-regulation-from-june-30-midnight-fm-arun-jaitley/articleshow/59231111.cms|title=Will be switching to GST regulation from June 30 midnight: FM Arun Jaitley |date=20 June 2017|work=The Economic Times|access-date=20 June 2017}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Todd G. Sears|Out Leadership]] recommended Arun Jaitley as one of the experts and leaders who openly speak on [[LGBT]]+ issues.&amp;lt;ref&amp;gt;{{cite web |title=CEO Brief: India |publisher=Out Leadership |date=8 June 2017 |location=New York |url=http://outleadership.com/wp-content/uploads/2017/05/OL_CEO-brief_India.pdf |access-date=3 September 2017 |archive-url=https://web.archive.org/web/20170903171747/http://outleadership.com/wp-content/uploads/2017/05/OL_CEO-brief_India.pdf |archive-date=3 September 2017 |url-status=dead }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On 29 May 2019, in a letter to Prime Minister Modi, Arun Jaitley cited his health as a reason for not taking an active role in the formation of the new government, effectively declining a role as a minister in the second term of Prime Minister Modi.&amp;lt;ref&amp;gt;{{Cite news|url=http://theindependent.in/arun-jaitley-calls-it-a-day/|title=Arun Jaitley calls it a day|date=20 June 2017|work=theindependent.in |access-date=29 May 2019}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In January 2019 Jaitley generated controversy when he accused the [[Central Bureau of Investigation]] of &#039;&#039;investigative adventurism&#039;&#039; in the [[ICICI Bank]] – [[Videocon]] fraud case.&amp;lt;ref&amp;gt;{{Cite news|url=https://economictimes.indiatimes.com/news/politics-and-nation/arun-jaitley-targets-cbi-over-kochhar-probe-says-adventurism-taking-over-professionalism/articleshow/67693611.cms|title=Arun Jaitley Targets CBI over Kochhar Probe|work=The Economic Times|access-date=27 January 2019}}&amp;lt;/ref&amp;gt; The [[Central Bureau of Investigation]] had named [[Chanda Kochhar]] and her husband Deepak Kochhar as beneficiaries in the financial fraud, in which [[Venugopal Dhoot]], the promoter of Videocon had fraudulently transferred part of the loan received from ICICI Bank to the Kochhar&#039;s business entreprise.&amp;lt;ref&amp;gt;{{Cite news|url=https://indianexpress.com/article/india/whos-who-named-by-cbi-and-their-role-in-the-chanda-kochhar-case-5556581/|title=Who is Who named by CBI in Chanda Kochhar Case|work=The Indian Express|access-date=27 January 2019}}&amp;lt;/ref&amp;gt; Jaitley stated that naming the corrupt bank officials will not help in the investigation.&amp;lt;ref&amp;gt;{{Cite news|url=https://timesofindia.indiatimes.com/business/india-business/arun-jaitley-targets-cbi-over-chanda-kochhar-probe-says-adventurism-taking-over-professionalism/articleshow/67692960.cms|title=Arun Jaitely Targets CBI over Chanda Kochhar Case |work=The Times of India|access-date=4 October 2018}}&amp;lt;/ref&amp;gt; Previously in September 2012, Jaitley had warned CBI on corruption cases involving political leaders from [[Gujarat]].&amp;lt;ref&amp;gt;{{Cite news|url=https://www.news18.com/news/politics/jaitley-warns-cbi-on-cases-against-gujarat-leaders-506905.html|title=Jaitely Warns CBI over Gujarat Leaders|work=The Times of India|access-date=27 January 2019}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Personal life==&lt;br /&gt;
Arun Jaitley married Sangeeta, daughter of former [[Jammu and Kashmir (state)|Jammu and Kashmir]] finance minister [[Girdhari Lal Dogra]], on 24 May 1982. They have two children, Sonali Jaitley and [[Rohan Jaitley]]; the former married Jaiyesh Bakhshi.&amp;lt;ref name=&amp;quot;autogenerated7&amp;quot;&amp;gt;{{cite news|url=https://timesofindia.indiatimes.com/delhi-times/knot-for-everybodys-eyes/articleshow/636819.cms|title=Knot for everybody&#039;s eyes|last=Chatterjee|first=Ashok|date=24 April 2004|work=The Times of India|access-date=25 October 2012|archive-url=https://web.archive.org/web/20190123190141/https://timesofindia.indiatimes.com/delhi-times/Knot-for-everybodys-eyes/articleshow/636819.cms|archive-date=23 January 2019|url-status=live}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;pib.nic.in&amp;quot;/&amp;gt;&amp;lt;ref name=164.100.47.5&amp;gt;{{cite web|title=Profiles of Rajya Sabha Members (needs selection)|url=http://164.100.47.5/newmembers/Website/Main.aspx|publisher=Rajya Sabha|access-date=6 September 2014}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web|url=https://indianexpress.com/photos/entertainment-gallery/shah-rukh-khan-arun-jaitley-daughter-sangeet-sonali-jaitley/|title=Arun Jaitley&#039;s daughter Sonali gets married|date=8 December 2015|website=The Indian Express|archive-url=https://web.archive.org/web/20190123191404/https://indianexpress.com/photos/entertainment-gallery/shah-rukh-khan-arun-jaitley-daughter-sangeet-sonali-jaitley/|archive-date=23 January 2019|url-status=live|access-date=23 January 2019}}&amp;lt;/ref&amp;gt; Both his children are lawyers. He had two siblings.&amp;lt;ref&amp;gt;{{cite web|url=http://www.hindustantimes.com/india/an-eyewitness-to-history-we-were-a-partition-family-says-arun-jaitley/story-ylaSOHqv0z7ctw0d5EWpbN.html|title=An eyewitness to history: We were a Partition family, says Arun Jaitley|date=28 May 2016|work=[[Hindustan Times]]|access-date=28 May 2016}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Illness and death==&lt;br /&gt;
Jaitley had a series of health-related issues and underwent multiple surgeries leading into his deteriorating health and subsequent death in 2019. In 2005, he underwent a [[coronary artery bypass surgery]] after he was hospitalised with [[Hypertension|high blood pressure]].&amp;lt;ref&amp;gt;{{cite news |title=Jaitley undergoes bypass surgery, stable |url=https://www.rediff.com/news/2005/jul/11arun.htm |access-date=26 August 2019 |work=Rediff.com |date=11 July 2005}}&amp;lt;/ref&amp;gt; In 2014, when he weighed {{convert|117|kg|lb}}, a [[gastric bypass surgery]] was performed on him aimed at reducing his weight. Doctors confirmed that Jaitley had been &amp;quot;suffering from diabetes for nearly two decades&amp;quot; then, and that the said procedure was the best option for patients with &amp;quot;uncontrolled diabetes&amp;quot;.&amp;lt;ref&amp;gt;{{cite news |last1=Jha |first1=Durgesh Nandan |title=Arun Jaitley undergoes weight loss surgery |url=https://timesofindia.indiatimes.com/india/Arun-Jaitley-undergoes-weight-loss-surgery/articleshow/41553675.cms |access-date=26 August 2019 |work=The Times of India |date=3 September 2014 }}&amp;lt;/ref&amp;gt; In May 2018, he underwent a [[Kidney transplantation|kidney transplant]] surgery.&amp;lt;ref&amp;gt;{{cite news |title=Arun Jaitley stable after kidney transplant at AIIMS |url=https://economictimes.indiatimes.com/news/politics-and-nation/arun-jaitley-undergoes-successful-kidney-transplant-at-aiims/articleshow/64158660.cms |access-date=26 August 2019 |work=The Economic Times |agency=Press Trust of India |date=14 May 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In February 2019, the media reported that Jaitley had been diagnosed with a rare form of [[soft-tissue sarcoma]] and was undergoing treatment in the US, although it was termed a &amp;quot;regular medical check-up&amp;quot;.&amp;lt;ref&amp;gt;{{cite news |last1=Kohli |first1=Namita |title=The veiled tumour |url=https://www.theweek.in/theweek/specials/2019/02/02/the-veiled-tumour.html |access-date=26 August 2019 |work=The Week |date=2 February 2019 }}&amp;lt;/ref&amp;gt; On 9 August, he was admitted to the [[All India Institute of Medical Sciences, New Delhi]] (AIIMS) after he complained of &amp;quot;breathlessness&amp;quot;.&amp;lt;ref&amp;gt;{{cite web | url=https://www.newsstate.com/india/news/former-union-minister-and-senior-bjp-leader-arun-jaitley-passes-away-at-aiims-103357.html | title=Arun Jaitley Passes Away due to health reasons | publisher=[[News Nation]] | date=24 August 2019 | access-date=24 August 2019 | archive-date=24 August 2019 | archive-url=https://web.archive.org/web/20190824073720/https://www.newsstate.com/india/news/former-union-minister-and-senior-bjp-leader-arun-jaitley-passes-away-at-aiims-103357.html | url-status=dead }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web|url=https://timesofindia.indiatimes.com/india/president-ram-nath-kovind-visits-aiims-to-inquire-about-arun-jaitleys-health/articleshow/70696946.cms|title=President Ram Nath Kovind visits AIIMS to inquire about Arun Jaitley&#039;s health|work=The Times of India|access-date=16 August 2019|date=16 August 2019}}&amp;lt;/ref&amp;gt; On 17 August, it was reported that he was on [[life-support]].&amp;lt;ref&amp;gt;{{cite news|url=https://www.thehindu.com/news/national/arun-jaitleys-condition-critical-say-sources/article29117556.ece|title=Arun Jaitley put on life support, say AIIMS sources|date=17 August 2019|access-date=18 August 2019|newspaper=The Hindu|last1=Perappdan|first1=Bindu Shajan}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By 23 August, his health had deteriorated.&amp;lt;ref&amp;gt;{{cite news|url=https://www.thehindu.com/news/national/arun-jaitleys-health-deteriorates-say-aiims-sources/article29237600.ece|title=Arun Jaitley&#039;s health deteriorates, say AIIMS sources|newspaper=The Hindu|date=24 August 2019}}&amp;lt;/ref&amp;gt; Jaitley died at 12:07&amp;amp;nbsp;p.m. ([[Indian Standard Time|IST]]) the following day, aged 66.&amp;lt;ref&amp;gt;{{Cite web|url=https://www.indiatoday.in/india/story/arun-jaitley-passes-away-at-66-1591089-2019-08-24|title=Arun Jaitley passes away at 66|website=India Today|date=24 August 2019 |access-date=24 August 2019}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web | url=https://www.newsnation.in/india-news/arun-jaitley-former-union-minister-and-bjp-stalwart-dies-article-235185.html | title=Arun Jaitley Passes Away due to health reasons | publisher=[[News Nation]] | date=24 August 2019 | access-date=24 August 2019}}&amp;lt;/ref&amp;gt; He was [[Cremation|cremated]] at [[Nigambodh Ghat|Nigam Bodh Ghat]] on 25 August.&amp;lt;ref&amp;gt;{{Cite web|url=https://www.indiatoday.in/india/story/arun-jaitley-to-be-cremated-at-nigambodh-ghat-today-1591300-2019-08-25|title=Arun Jaitley to be cremated at Nigambodh Ghat today|date=25 August 2019|website=India Today|access-date=25 August 2019}}&amp;lt;/ref&amp;gt; The [[India national cricket team|Indian Cricket team]] wore black armbands for a day during the test match with [[Indian cricket team in the West Indies and the United States in 2019|the West Indies]], to condole Jaitley&#039;s death.&amp;lt;ref&amp;gt;{{Cite web|url=https://www.indiatoday.in/sports/cricket/story/arun-jaitley-death-india-cricket-black-armbands-west-indies-1st-test-day-3-antigua-1591213-2019-08-24|title=India vs West Indies: Virat Kohli&#039;s men to wear black armbands to condole Arun Jaitley&#039;s death|date=24 August 2019|website=India Today|access-date=1 September 2019}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Legacy==&lt;br /&gt;
On 12 September 2019, Delhi&#039;s Feroz Shah Kotla stadium was renamed as [[Arun Jaitley Stadium]] at a function held at [[Jawaharlal Nehru Stadium (Delhi)|Jawaharlal Nehru Stadium]] in memory of Jaitley. The decision to name the stadium after him came as he was once the president of [[Delhi &amp;amp; District Cricket Association|DDCA]] and also the vice-president of the [[Board of Control for Cricket in India|BCCI]].&amp;lt;ref&amp;gt;{{cite news |title=Delhi&#039;s Iconic Feroz Shah Kotla to be Renamed as Arun Jaitley Stadium |url=https://www.news18.com/cricketnext/news/feroz-shah-kotla-to-be-renamed-arun-jaitley-stadium-2286121.html |access-date=27 August 2019 |work=News18 |date=27 August 2019 }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite news |title=Feroz Shah Kotla Stadium renamed after Arun Jaitley, pavilion stand unveiled as Virat Kohli stand |url=https://www.indiatoday.in/sports/cricket/story/feroz-shah-kotla-stadium-renamed-after-arun-jaitley-pavilion-stand-unveiled-as-virat-kohli-stand-1598525-2019-09-12 |access-date=28 December 2020 |work=India Today |date=12 September 2019 |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On 28 December 2020, Home Minister [[Amit Shah]] unveiled a statue of Arun Jaitley at the [[Arun Jaitley Stadium]].&amp;lt;ref&amp;gt;{{cite news |title=Home Minister Amit Shah unveils Arun Jaitley&#039;s statue at DDCA premises {{!}} Cricket News - Times of India |url=https://timesofindia.indiatimes.com/sports/cricket/news/home-minister-amit-shah-unveils-arun-jaitleys-statue-at-ddca-premises/articleshow/79990651.cms |access-date=28 December 2020 |work=The Times of India |date=28 December 2020 |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{notelist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
{{Wikiquote}}{{Commons category|Arun Jaitley}}&lt;br /&gt;
* {{Official website}}&lt;br /&gt;
* [https://www.bloombergquint.com/topic/arun-jaitley Arun Jaitley] collected news and commentary at [[BloombergQuint]]&lt;br /&gt;
&lt;br /&gt;
{{Navboxes&lt;br /&gt;
|title= Offices held&lt;br /&gt;
|list1=  &lt;br /&gt;
{{s-start}}&lt;br /&gt;
{{s-off}}&lt;br /&gt;
{{s-bef|before=[[Jaipal Reddy]]}}&lt;br /&gt;
{{s-ttl|title=[[Ministry of Information and Broadcasting (India)|Minister of State for Information and Broadcasting]]|years=1999–2000}}&lt;br /&gt;
{{s-aft|after=[[Sushma Swaraj]]}}&lt;br /&gt;
&lt;br /&gt;
{{s-bef|before=[[Ram Jethmalani]]}}&lt;br /&gt;
{{s-ttl|title=[[Ministry of Law and Justice (India)|Minister of Law and Justice]]|years=2000–2002}}&lt;br /&gt;
{{s-aft|after=[[Jana Krishnamurthi]]}}&lt;br /&gt;
&lt;br /&gt;
{{s-bef|before=[[Jana Krishnamurthi]]}}&lt;br /&gt;
{{s-ttl|title=[[Ministry of Law and Justice (India)|Minister of Law and Justice]]|years=2003–2004}}&lt;br /&gt;
{{s-aft|after=[[H. R. Bhardwaj]]}}&lt;br /&gt;
&lt;br /&gt;
{{s-bef|before=[[Jaswant Singh]]}}&lt;br /&gt;
{{s-ttl|title=[[Leader of the Opposition (India)|Leader of the Opposition in the Rajya Sabha]]|years=2009–2014}}&lt;br /&gt;
{{s-aft|after=[[Ghulam Nabi Azad]]}}&lt;br /&gt;
&lt;br /&gt;
{{s-bef|before=[[Manmohan Singh]]}}&lt;br /&gt;
{{s-ttl|title=[[Leader of the House (Rajya Sabha)|Leader of the House in the Rajya Sabha]]|years=2014–2019}}&lt;br /&gt;
{{s-aft|after=[[Thawar Chand Gehlot]]}}&lt;br /&gt;
&lt;br /&gt;
{{s-bef|before=[[A. K. Antony]]}}&lt;br /&gt;
{{s-ttl|title=[[Minister of Defence (India)|Minister of Defence]]|years=2014–2014}}&lt;br /&gt;
{{s-aft|after=[[Manohar Parrikar]]}}&lt;br /&gt;
&lt;br /&gt;
{{s-bef|before=[[Prakash Javadekar]]}}&lt;br /&gt;
{{s-ttl|title=[[Ministry of Information and Broadcasting (India)|Minister of Information and Broadcasting]]|years=2014–2016}}&lt;br /&gt;
{{s-aft|after=[[Venkaiah Naidu]]}}&lt;br /&gt;
&lt;br /&gt;
{{s-bef|before=[[Manohar Parrikar]]}}&lt;br /&gt;
{{s-ttl|title=[[Minister of Defence (India)|Minister of Defence]]|years=2017–2017}}&lt;br /&gt;
{{s-aft|after=[[Nirmala Sitharaman]]}}&lt;br /&gt;
&lt;br /&gt;
{{s-bef|before=[[P. Chidambaram]]}}&lt;br /&gt;
{{s-ttl|title=[[Minister of Finance (India)|Minister of Finance]]|years=2014–2018}}&lt;br /&gt;
{{s-aft|after=[[Piyush Goyal]]}}&lt;br /&gt;
&lt;br /&gt;
{{s-bef|before=[[Piyush Goyal]]}}&lt;br /&gt;
{{s-ttl|title=[[Minister of Finance (India)|Minister of Finance]]|years=2018–2019}}&lt;br /&gt;
{{s-aft|after=[[Nirmala Sitharaman]]}}&lt;br /&gt;
&lt;br /&gt;
{{s-bef|before=[[Sachin Pilot]]}}&lt;br /&gt;
{{s-ttl|title=[[Ministry of Corporate Affairs|Minister of Corporate Affairs]]|years=2014–2019}}&lt;br /&gt;
{{s-aft|after=[[Nirmala Sitharaman]]}}&lt;br /&gt;
&lt;br /&gt;
{{s-end}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{India topics}}&lt;br /&gt;
{{Cabinet of Narendra Modi}}&lt;br /&gt;
{{Ministry of Finance (India)}}&lt;br /&gt;
{{Finance Ministers of India}}&lt;br /&gt;
{{Defence Ministers of India}}&lt;br /&gt;
{{Ministers of Information and Broadcasting}}&lt;br /&gt;
{{Padma Vibhushan Awards}}&lt;br /&gt;
{{Authority control}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Jaitley, Arun}}&lt;br /&gt;
[[Category:1952 births]]&lt;br /&gt;
[[Category:2019 deaths]]&lt;br /&gt;
[[Category:20th-century Indian lawyers]]&lt;br /&gt;
[[Category:Bharatiya Janata Party politicians from Delhi]]&lt;br /&gt;
[[Category:Commerce and industry ministers of India]]&lt;br /&gt;
[[Category:Ministers of defence of India]]&lt;br /&gt;
[[Category:Faculty of Law, University of Delhi alumni]]&lt;br /&gt;
[[Category:Ministers of finance of India]]&lt;br /&gt;
[[Category:Indian Hindus]]&lt;br /&gt;
[[Category:Indian solicitors]]&lt;br /&gt;
[[Category:Indian people imprisoned during the Emergency (India)]]&lt;br /&gt;
[[Category:Law ministers of India]]&lt;br /&gt;
[[Category:Leaders of the opposition in the Rajya Sabha]]&lt;br /&gt;
[[Category:Leaders of the Rajya Sabha]]&lt;br /&gt;
[[Category:Ministers for corporate affairs]]&lt;br /&gt;
[[Category:Ministers for information and broadcasting of India]]&lt;br /&gt;
[[Category:Narendra Modi ministry]]&lt;br /&gt;
[[Category:National Democratic Alliance candidates in the 2014 Indian general election]]&lt;br /&gt;
[[Category:Lawyers from New Delhi]]&lt;br /&gt;
[[Category:Politicians from New Delhi]]&lt;br /&gt;
[[Category:Presidents of Delhi University Students Union]]&lt;br /&gt;
[[Category:Punjabi Brahmins]] &lt;br /&gt;
[[Category:Rajya Sabha members from Gujarat]]&lt;br /&gt;
[[Category:Rajya Sabha members from the Bharatiya Janata Party]]&lt;br /&gt;
[[Category:Recipients of the Padma Vibhushan in public affairs]]&lt;br /&gt;
[[Category:Senior advocates in India]]&lt;br /&gt;
[[Category:Shri Ram College of Commerce alumni]]&lt;br /&gt;
[[Category:Supreme Court of India lawyers]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=TV_Ke_Uss_Paar&amp;diff=539209</id>
		<title>TV Ke Uss Paar</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=TV_Ke_Uss_Paar&amp;diff=539209"/>
		<updated>2026-02-20T22:34:38Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: created new info more to come...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Use dmy dates|date=March 2025}}&lt;br /&gt;
{{Use Indian English|date=September 2016}}&lt;br /&gt;
{{Infobox television&lt;br /&gt;
| image                = &lt;br /&gt;
| genre                = [[Sitcom]]&lt;br /&gt;
| runtime              = 30 minutes (including commercial breaks)&lt;br /&gt;
| creator              = &lt;br /&gt;
| director             = [[Deepak Sharma (director)|Deepak Sharma]]&lt;br /&gt;
| producer             = [[Panglosean Entertainment Pvt Ltd]]&lt;br /&gt;
| writer               = [[Rahul Pandey]]&lt;br /&gt;
| creative_director    = [[siddhartha vankar]]&lt;br /&gt;
| opentheme            = &lt;br /&gt;
| country              = India&lt;br /&gt;
| location             = &lt;br /&gt;
| starring             = [[Amita Khopkar]] &amp;lt;br&amp;gt; [[Aakash Ahuja]] &amp;lt;br&amp;gt; Sheen Das &amp;lt;br&amp;gt; Sakshi Mehta &amp;lt;br&amp;gt; Shabaaz Abdullah Badi&lt;br /&gt;
| language             = Hindi&lt;br /&gt;
| num_seasons          = 1&lt;br /&gt;
| num_episodes         = 138&lt;br /&gt;
| network              = [[Zindagi (TV channel)|Zindagi]]&lt;br /&gt;
| first_aired          = {{start date|df=y|2016|10|3}}&lt;br /&gt;
| last_aired           = {{end date|df=yes|2017|3|11}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;TV Ke Uss Paar&#039;&#039;&#039;&#039;&#039; is an Indian [[sitcom]] which aired on [[Zindagi (TV channel)|Zindagi]].&amp;lt;ref&amp;gt;{{cite web|url=http://www.dnaindia.com/entertainment/report-tv-channel-zindagi-announces-its-new-prime-time-line-up-2259339|title=TV Ke Uss Paar on Zindagi}}&amp;lt;/ref&amp;gt; In the UK, the show is aired on [[&amp;amp;TV]].&amp;lt;ref&amp;gt;{{cite web|url=http://www.media247.co.uk/bizasia/tv-uk-to-strengthen-weekday-2200-2300-slot-2016|title=TV Ke Uss Paar on &amp;amp;TV UK}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plot==&lt;br /&gt;
TV Ke Uss Paar is a thrilling ride of a mother-son duo, Madhu and Vivek. Vivek works at an MNC while his mother spends her time watching television. His mother&#039;s craze for daily soaps leads her into the reel world, and soon, Vivek follows her there.&lt;br /&gt;
&lt;br /&gt;
==Main cast==&lt;br /&gt;
*[[Amita Khopkar]] as Madhu ji (Maa)&lt;br /&gt;
*[[Aakash Ahuja]] as Vivek (Madhu&#039;s son)&lt;br /&gt;
*Sheen Dass as Kavya (Vivek&#039;s boss and love interest)&lt;br /&gt;
*Sakshi Mehta as Shimar Pyaar Bharadwaj (TV star heroine) &lt;br /&gt;
*Shabaaz Abdullah Badi as Pyaar Bharadwaj (TV star hero)&lt;br /&gt;
&lt;br /&gt;
==Recurring cast==&lt;br /&gt;
*[[Tisha Kapoor]] as Jenny&lt;br /&gt;
*Suman Singh as Shivanjali (Madhu&#039;s daughter)&lt;br /&gt;
*Rupa Sahu as Sudha (Madhu&#039;s friend)&lt;br /&gt;
*Priti Arora as Timmy (Madhu&#039;s friend)&lt;br /&gt;
*Tasneem Ali as Rosy (Madhu&#039;s friend)&lt;br /&gt;
*Tasha Kapoor as Kritika&lt;br /&gt;
*Monika Meena as Boki&lt;br /&gt;
*Rohit Tailor as Vehem (Boki&#039;s husband)&lt;br /&gt;
*Surabhi Mallick as Aagya&lt;br /&gt;
*Nisha Pareek as Santosh Kumari&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Zee Zindagi original programming]]&lt;br /&gt;
[[Category:2016 Indian television series debuts]]&lt;br /&gt;
[[Category:2017 Indian television series endings]]&lt;br /&gt;
[[Category:Indian television sitcoms]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Krishna_III&amp;diff=461302</id>
		<title>Krishna III</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Krishna_III&amp;diff=461302"/>
		<updated>2026-02-20T05:42:46Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: refined content for clarity and improved wording&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{use dmy dates|date=October 2016}}&lt;br /&gt;
{{Use Indian English|date=October 2016}}&lt;br /&gt;
{{Short description| Rashtrakuta Emperor from 939 to 967}}&lt;br /&gt;
{{Infobox royalty&lt;br /&gt;
| succession   = 12th [[Rashtrakuta Empire|Rashtrakuta Emperor]]&lt;br /&gt;
| title        = Maharajadhiraja &amp;lt;br&amp;gt; Vallabhanarendra &amp;lt;br&amp;gt;Paramabhattaraka &amp;lt;br&amp;gt; Akalavarsha &amp;lt;br&amp;gt; Shri-prithvi-vallabha&amp;lt;ref name=&amp;quot;KrishnaIII-Titles&amp;quot;&amp;gt;Fleet, John Faithfull (ed.). Epigraphia Indica, Vol. 3. Calcutta: Government of India, 1894. pp. 270–273. Titles of Krishna III are recorded in multiple inscriptions, including the Savalagi and Ron inscriptions.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| reign        = December 939 – December 967&amp;lt;ref name=&amp;quot;v233&amp;quot;&amp;gt;{{cite web | title= The Rāshțrakuțās and Their Times| url=https://ia802900.us.archive.org/21/items/in.ernet.dli.2015.57217/2015.57217.Rashtrakutas-And-Their-Times_text.pdf | access-date=6 February 2025| page =122, 126}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| predecessor  = [[Amoghavarsha III]]&lt;br /&gt;
| successor    = [[Khottiga]]&lt;br /&gt;
| birth_name   = Kannaradeva&lt;br /&gt;
| father       = [[Amoghavarsha III]]&lt;br /&gt;
| religion     = [[Jainism]]&amp;lt;ref&amp;gt;Altekar, A.S. (1934). The Rashtrakutas and Their Times. Poona: Oriental Book Agency.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Desai, P.B. (1957). Jainism in South India and Some Jaina Epigraphs. Sholapur: Jaina Samshodhana Sangha.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| spouse       = Unnamed princess of Chedi&lt;br /&gt;
| issue        = Unnamed son &amp;lt;br&amp;gt; Bijjabbe&lt;br /&gt;
| dynasty      = [[Rashtrakuta]]&lt;br /&gt;
}}&lt;br /&gt;
{{Rashtrakuta Manyakheta Kings Infobox}}&lt;br /&gt;
[[File:Old Kannada inscription dated Shaka 868 (c.944-45 AD) of Rashtrakuta empire King Krishna III.JPG|thumb|upright|Old Kannada inscription dated c. 944–45 of Rashtrakuta Emperor Krishna III]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Krishna III&#039;&#039;&#039; (r. 939 – 967), was the last great warrior and able [[Rashtrakutas|Rashtrakuta Emperor]]. He was a shrewd administrator and skillful military campaigner. He waged many wars to restore the glory of the Rashtrakutas and played an important role in rebuilding the Rashtrakuta empire. He patronised the famous Kannada poets [[Ponna (poet)|Ponna]], who wrote [[Shantinatha|&amp;quot;Shantinatha Purana&amp;quot;]] and Gajankusha, who wrote on erotics, and the [[Apabhramsha]] poet Pushpadanta who wrote &amp;quot;Mahapurana&amp;quot; and other works.&amp;lt;ref name=&amp;quot;poet&amp;quot;&amp;gt;Kamath (2001), p84, p90&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;poet1&amp;quot;&amp;gt;Sastri (1955), p356&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;ubhaya&amp;quot;&amp;gt;[[Bisheshwar Nath Reu|Reu]] (1933), p86&amp;lt;/ref&amp;gt; His queen was a [[Kalachuris of Tripuri|Chedi]] princess and his daughter Bijjabbe was married to a [[Western Ganga dynasty|Western Ganga]] prince. During his rule he held titles such as &#039;&#039;Akalavarsha&#039;&#039;, &#039;&#039;Maharajadhiraja&#039;&#039;, &#039;&#039;Parameshvara&#039;&#039;, &#039;&#039;Paramamaheshvara&#039;&#039;, &#039;&#039;Shri Prithvivallabha&#039;&#039; etc.&amp;lt;ref name=&amp;quot;title&amp;quot;&amp;gt;Reu (1933), p82&amp;lt;/ref&amp;gt; At his peak, he reigned over a vast empire stretching from at least the [[Narmada River|Narmada]] river in the north to at least the [[Kaveri]] river delta in the south. A copper grant of 993 issued by the [[Shilahara]] king of [[Thane|Thana]] states that the Rashtrakuta control extended from the Himalayas in the north to [[Ceylon]] in the south and from the [[Bay of Bengal|eastern sea]] to the [[Arabian Sea|western seas]]. This grant also states that when the emperor Krishna III mobilised his armies, the kings of Chola, Bengal, Kannauj, Andhra and Pandya regions used to quiver.&amp;lt;ref name=&amp;quot;hold&amp;quot;&amp;gt;Reu (1933), p43&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Southern conquests ==&lt;br /&gt;
He slew the [[Western Ganga Dynasty|Western Ganga]] ruler Rachamalla II and made his brother-in-law [[Butuga II]] the king of the [[Mysore state|Gangavadi]] territory. He fought the Gurjara [[Prathihara]] and captured Chitrakuta and Kalinjara regions. He defeated his family relations, the [[Kalachuris of Tripuri]] (Chedi) when they had turned against the Rashtrakutas.&amp;lt;ref name=&amp;quot;tripuri&amp;quot;&amp;gt;Kamath (2001), p82&amp;lt;/ref&amp;gt; Later he invaded the southern [[Deccan Plateau|Deccan]] and recaptured [[Kolar, Karnataka|Kolar]] and [[Dharmapuri]] from the [[Bana kingdom|Banas]] and Vaidumbas who had given shelter to [[Govinda IV]] due to his matrimonial relations with the [[Cholas]]. Though he initially may have experienced setbacks, [[Tondaimandalam]] was secured by 944. He defeated the [[Cholas]] and captured [[Kanchi]] and [[Tanjore]], according to the Siddalingamadam plates of 944.&amp;lt;ref name=&amp;quot;sidda&amp;quot;&amp;gt;Kamath (2001), p83&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
In c. 949, he defeated the Cholas decisively in a [[Battle of Takkolam]] in present-day [[North Arcot]] district.&amp;lt;ref name=&amp;quot;arcot&amp;quot;&amp;gt;From the Karhad record of 949 (Kamath 2001, p83)&amp;lt;/ref&amp;gt; Krishna III was joined by his Western Ganga feudatory Butuga II in this campaign. Chola prince [[Rajaditya Chola|Rajaditya]] Chola was killed &amp;quot;while seated on his elephant with a well-aimed arrow&amp;quot;. From the famous [[Atakur inscription]] it is known that Krishna III gave Buthuga II extensive Ratta territories near [[Banavasi]] in return for this victory.&amp;lt;ref name=&amp;quot;title&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;ratta&amp;quot;&amp;gt;From the [[Atakur inscription]] (Kamath 2001, p83)&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;sarma&amp;quot;&amp;gt;Sarma (1992), p20, p28, p133&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;adi&amp;quot;&amp;gt;Adiga (2006), p120, p307&amp;lt;/ref&amp;gt; With the fall of the Cholas, he extracted tribute from the [[Pandyas]] and the Chera ruler of [[Kerala]].&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;Narayanan, M. G. S. &#039;&#039;Perumāḷs of Kerala: Brahmin Oligarchy and Ritual Monarchy: Political and Social Conditions of Kerala Under the Cēra Perumāḷs of Makōtai (c. AD 800 – AD 1124).&#039;&#039; Thrissur (Kerala): CosmoBooks, 2013. 100–101.&amp;lt;/ref&amp;gt; He also obtained the submission of the King of Ceylon, extracted tributes from the Manadlika rulers, and erected a pillar of victory at Ramesvaram.&amp;lt;ref name=&amp;quot;arcot&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;arcot1&amp;quot;&amp;gt;From the Sholapur copper plate inscriptions of 958 (Reu 1933, p84, p85)&amp;lt;/ref&amp;gt; This victory is narrated in Somadeva&#039;s writing &#039;&#039;Yashatilaka Champu&#039;&#039; of 959 as well.&amp;lt;ref name=&amp;quot;pandya&amp;quot;&amp;gt;Krishna III is described as the conqueror of Chola, Chera, Pandya and Simhala ([[Ceylon]]) (Reu 1933, p86)&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
However, from location of the inscriptions it is argued that Krishna III had full control only of Tondaimandalam (northern [[Tamil Nadu]]) as his inscriptions are not found further south in modern [[Tamil Nadu]].&amp;lt;ref name=&amp;quot;control&amp;quot;&amp;gt;Sathianath Ayer in Kamath 2001, p83&amp;lt;/ref&amp;gt; After these victories he proclaimed himself &amp;quot;Conqueror of Kacci and Tanjai&amp;quot; (Kanchi and Tanjore).&amp;lt;ref name=&amp;quot;tanjore&amp;quot;&amp;gt;from the Tirukkalukkunram and Lakshmeshvara inscriptions (Reu 1933, p83, p85)&amp;lt;/ref&amp;gt; He exerted influence on [[Vengi]] (modern [[Andhra Pradesh]]) by helping Badapa secure the throne against his competitor Amma II. Later, Danarnava of Vengi became his feudatory.&lt;br /&gt;
&lt;br /&gt;
==Northern conquests==&lt;br /&gt;
While Krishna III focussed on southern [[Deccan Plateau|Deccan]], the [[Chandela]]s had captured Chitrakuta and Kalinjar. This prompted Krishna III to send his Western Ganga vassal [[Marasimha II]], son of [[Butuga II]], to retrieve the lost areas. Marasimha defeated the Gurjara Prathiharas. The northernmost [[Kannada]] inscription of the Rashtrakutas, dated about 964 is the Jura record (near [[Jabalpur]]) in present-day [[Madhya Pradesh]]. The details of these victories are inscribed in this inscription.&amp;lt;ref name=&amp;quot;sidda&amp;quot;/&amp;gt; Two inscriptions of Marasimha, dated 965 and 968, state that his forces destroyed [[Ujjayani]] (which lies in the [[Paramara dynasty|Paramara]] territory of [[Malwa]]). Based on this, some historians such as [[Anant Sadashiv Altekar|A. S. Altekar]] conclude that the Paramara king [[Siyaka]] must have rebelled against the Rashtrakuta suzerainty, resulting in a military campaign against him. Thus, Marasimha must have also defeated the Paramaras. However, K. N. Sethi believes that Krishna III only targeted the Gurjara-Pratiharas: there is no evidence to show that Siyaka rebelled against Krishna III or faced a battle against his forces.{{sfn|Seth|1978|pp=80–81}}&lt;br /&gt;
&lt;br /&gt;
At his peak, Krishna III ruled an empire that extended at least from the [[Narmada River|Narmada]] river in the north and stretched south covering large parts of present-day northern [[Tamil Nadu]] in the south. The [[Prathihara]], the [[Paramara dynasty|Paramara]], the [[Seuna]] (ruled by Vaddiga) and the [[Kalachuris of Tripuri|northern Kalachuris]] were his feudatories in the northern Deccan and central India.&amp;lt;ref name=&amp;quot;extent&amp;quot;&amp;gt;However the Deoli inscriptions state that the Rashtrakuta control extended from the Himalayas in the north to Ceylon in the south and from the eastern sea to the western sea (Reu 1933, p83, p84)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This enmity with the northern Kalachuris of Tripuri proved fatal to the empire towards the end of his rule. Krishna III was also perhaps reckless in giving large &#039;&#039;fiefs&#039;&#039; (land grants) to his commanders. He gave the province of Tardavadi (present day [[Bijapur district, Karnataka|Vijayapura district]]) sometime before 965 to [[Tailapa II]] his Chalukya feudatory right in the heart of his empire. This later turned out to be to the Rashtrakutas&#039; undoing.&lt;br /&gt;
&lt;br /&gt;
== Religion ==&lt;br /&gt;
Krishna III is described as Jain by faith according to historian P.B. Desai. Their inscriptions begin by specifying the temple or religious institution to which the grant or donation is being made, rather than invoking a single deity.&amp;lt;ref&amp;gt;Kamath (2001), p.91&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Chopra et al. (1993), p.91&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Desai, P.B. (1957). &#039;&#039;Jainism in South India and Some Jaina Epigraphs&#039;&#039;. Sholapur: Jaina Samshodhana Sangha.&amp;lt;/ref&amp;gt; Krishna III continued the Rashtrakuta dynasty’s longstanding and well-documented tradition of strong Jain patronage. Under the patronage of Krishna III, [[Kannada]] Jain Poet [[Ponna (poet)|Ponna]] composed works such as [[Shantinatha|&amp;quot;Shantinatha Purana&amp;quot;]], &amp;quot;Jinaksharamale&amp;quot;, and &amp;quot;Bhuvanaika-Ramabhyudaya&amp;quot;. Known for his Jain texts and command over both [[Kannada]] and [[Sanskrit]],&amp;lt;ref&amp;gt;Narasimhacharya, R. (1988). &#039;&#039;History of Kannada Literature&#039;&#039;. New Delhi: Asian Educational Services. pp. 20–22.&amp;lt;/ref&amp;gt; Ponna was honoured by Krishna III with the title &amp;quot;Ubhaya-Kavi-Chakravarti&amp;quot; (Emperor among poets)&amp;lt;ref&amp;gt;Narasimhacharya, R. (1988). pp. 20–22.&amp;lt;/ref&amp;gt; in recognition of his rich poetic imagery and mastery of literary style.&amp;lt;ref&amp;gt;Narasimhacharya, R. (1988). pp. 20–22.&amp;lt;/ref&amp;gt; And Numerous inscriptions and land grants from Rashtrakuta rulers show sustained support for Jain [[monks]], temples, and scholars across the Deccan, a policy begun by earlier kings like Amoghavarsha I. Krishna III maintained this inclusive approach, encouraging Jain religious institutions within his empire.&amp;lt;ref&amp;gt;Altekar, A.S. (1934). &#039;&#039;The Rashtrakutas and Their Times&#039;&#039;. Poona: Oriental Book Agency.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Desai, P.B. (1957). &#039;&#039;Jainism in South India and Some Jaina Epigraphs&#039;&#039;. Sholapur: Jaina Samshodhana Sangha.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
*{{cite book |last1= Chopra|first1= P.N.|last2= Ravindran|first2= T.K.|last3=Subrahmanian|first3= N|title= History of South India (Ancient, Medieval and Modern) Part 1|orig-year=2003|year=2003|publisher= Chand Publications|location=New Delhi|isbn= 81-219-0153-7}}&lt;br /&gt;
*{{cite book |last= Sastri|first= Nilakanta K.A.|title= A history of South India from prehistoric times to the fall of Vijayanagar|orig-year=1955|year=2002|publisher= Indian Branch, Oxford University Press|location= New Delhi|isbn= 0-19-560686-8}}&lt;br /&gt;
*{{cite book |last= Kamath|first= Suryanath U.|title= A concise history of Karnataka : from pre-historic times to the present|orig-year=1980|year= 2001|publisher= Jupiter books|location= Bangalore|oclc= 7796041 |lccn= 80905179}}&lt;br /&gt;
*{{cite book |last= Narasimhacharya|first= R|title= History of Kannada Literature|url= https://archive.org/details/in.ernet.dli.2015.489059|orig-year=1988|year=1988|publisher= Asian Educational Services|location= New Delhi, Madras|isbn= 81-206-0303-6}}&lt;br /&gt;
*{{cite book |last=Reu|first= Pandit Bisheshwar Nath |title=History of The Rashtrakutas (Rathodas)|orig-year=1933|year=1997|publisher= Publication scheme|location= Jaipur|isbn= 81-86782-12-5}}&lt;br /&gt;
* {{cite book |last= Adiga|first= Malini|title= The Making of Southern Karnataka: Society, Polity and Culture in the early medieval period, AD 400–1030|orig-year=2006|year= 2006|publisher= Orient Longman|location= Chennai|isbn= 81-250-2912-5}}&lt;br /&gt;
* {{cite book |last= Sarma|first= I.K. |author-link=I. K. Sarma |title= Temples of the Gangas of Karnataka|orig-year=1992|year=1992|publisher= Archaeological Survey of India|location= New Delhi|isbn= 0-19-560686-8}}&lt;br /&gt;
* {{cite book |first=Krishna Narain |last=Seth |title=The Growth of the Paramara Power in Malwa |url=https://books.google.com/books?id=-Q4dAAAAMAAJ |publisher=Progress |year=1978 }}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://web.archive.org/web/20061104095148/http://www.ourkarnataka.com/history.htm &amp;lt;!--Added by H3llBot--&amp;gt; History of Karnataka, Mr. Arthikaje]&lt;br /&gt;
&lt;br /&gt;
{{s-start}}&lt;br /&gt;
{{succession box |&lt;br /&gt;
  before= [[Amoghavarsha III]] |&lt;br /&gt;
  title= King of the&amp;lt;br&amp;gt;[[Rashtrakuta]] dynasty  |&lt;br /&gt;
  years= 939–967 |&lt;br /&gt;
  after= [[Khottiga Amoghavarsha]]&lt;br /&gt;
}}&lt;br /&gt;
{{s-end}}&lt;br /&gt;
&lt;br /&gt;
[[Category:967 deaths]]&lt;br /&gt;
[[Category:Jain monarchs]]&lt;br /&gt;
[[Category:Hindu monarchs]]&lt;br /&gt;
[[Category:10th-century Indian monarchs]]&lt;br /&gt;
[[Category:Rashtrakuta emperors]]&lt;br /&gt;
[[Category:Indian Jains]]&lt;br /&gt;
[[Category:Jainism in Karnataka]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Manoj_Bakshi&amp;diff=470644</id>
		<title>Manoj Bakshi</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Manoj_Bakshi&amp;diff=470644"/>
		<updated>2026-02-03T12:43:07Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: refined information as per guidelines and cleaned formatting based on references&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Indian Actor( Born 1965)}}&lt;br /&gt;
{{Use Indian English|date=October 2024}}&lt;br /&gt;
{{Use dmy dates|date=October 2024}}&lt;br /&gt;
{{Infobox person&lt;br /&gt;
| name        = Manoj Bakshi&lt;br /&gt;
| image       =&lt;br /&gt;
| caption     = a film seen still&lt;br /&gt;
| alt         = Manoj Bakshi&lt;br /&gt;
| birth_date  = {{birth date and age|df=yes|1965|10|13}}&lt;br /&gt;
| birth_place = [[New Delhi]], India&lt;br /&gt;
| occupation  = Actor&lt;br /&gt;
| yearsactive = 1980–present&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Manoj Bakshi&#039;&#039;&#039;  is an Indian actor who acts in films, television and theatre.&amp;lt;ref&amp;gt;{{Cite web |title=Bajrangi Bhaijaan gave me recognition: Manoj Bakshi |url=https://thepatriot.in/show-reel/bajrangi-bhaijaan-gave-me-recognition-manoj-bakshi-55397/amp |access-date=2025-05-18 |website=thepatriot.in}}&amp;lt;/ref&amp;gt; He is famous for his roles in &#039;&#039;[[Bajrangi Bhaijaan]]&#039;&#039; (2015),&amp;lt;ref name=&amp;quot;Bajrangi Bhaijaan&amp;quot;&amp;gt;{{cite news |title=Mr India Manhunt 2017 : Delhi boy Gaurang Arora bags title |url=https://www.indiatvnews.com/lifestyle/news-mr-india-manhunt-2017-title-delhi-boy-gaurang-arora-bags-title-409688 |access-date=27 February 2020 |publisher=India Tv News |date=1 November 2017}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite news |title=Bareilly students visit the sets of a crime show, learn about different aspects of TV industry  |url=https://timesofindia.indiatimes.com/city/bareilly/bareilly-students-visit-the-sets-of-a-crime-show-learn-about-different-aspects-of-tv-industry/articleshow/59189576.cms |access-date=27 February 2020 |publisher=Times Of India |date=17 June 2017}}&amp;lt;/ref&amp;gt; &#039;&#039;[[Delhi Belly (film)|Delhi Belly]]&#039;&#039; (2011), &#039;&#039;[[Jab Tak Hai Jaan]]&#039;&#039; (2012), &#039;&#039;[[Gori Tere Pyaar Mein]]&#039;&#039; (2013), &#039;&#039;[[Junooniyat]]&#039;&#039; (2016), &#039;&#039;[[Madaari]]&#039;&#039; (2016) and &#039;&#039;Hamari Paltan&#039;&#039; (2018).  He has also worked in the film &#039;&#039;Dear Vs Bear&#039;&#039; and many more with Haryanvi actor [[Uttar Kumar]] and Rahul Music Channel.&amp;lt;ref name=&amp;quot;Give me any role&amp;quot;&amp;gt;{{cite news |title=Give me any role: Manoj Bakshi - Times of India |url=https://timesofindia.indiatimes.com/entertainment/hindi/bollywood/news/Give-me-any-role-Manoj-Bakshi/articleshow/7539453.cms |access-date=27 February 2020 |work=The Times of India |language=en}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite news |title=Shooting for &#039;&#039;Doordarshan&#039;&#039; the film was &#039;&#039;a nice ride of nostalgia&#039;&#039; |url=https://www.outlookindia.com/newsscroll/shooting-for-doordarshan-the-film-was-a-nice-ride-of-nostalgia/1746353 |access-date=27 February 2020 |issue=27 February 2020 |publisher=IANS}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite news |title=Rakul Preet&#039;s brother Aman Preet, to make B&#039;wood debut with Ram Rajya |url=https://www.newindianexpress.com/entertainment/hindi/2020/feb/26/rakul-preets-brother-aman-preet-to-make-bwood-debut-with-ram-rajya-2108941.html |access-date=27 February 2020 |work=The New Indian Express |publisher=The New Indian Express}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Early life==&lt;br /&gt;
Bakshi is a [[Punjabis|Punjabi]].&amp;lt;ref&amp;gt;{{cite news |last1=D’Cruz |first1=Caroline |date=22 February 2011 |title=Give me any role: Manoj Bakshi |url=https://timesofindia.indiatimes.com/entertainment/hindi/bollywood/news/give-me-any-role-manoj-bakshi/articleshow/7539453.cms |work=The Times of India |access-date=31 October 2024}}&amp;lt;/ref&amp;gt; He began his career as a theatre artist in 1980. He has worked in plays in [[Uttar Pradesh]] for 18 years. Bakshi has performed key roles in many plays such as &#039;&#039;Mahabhoj, Chandramukhi, Jis Lahore Nai Vekhya O Jamyai Nai, Curfew, Muawze, Til Ka Taad, Dil Ki Dukaan, Kath Ki Gadi, Baby, Yaaddasht Mubarak, Heroine No.1, Chor Nikal Ke Bhaga, Samaryatra, Is Dard Ki Dawa Kahaan&#039;&#039; and more.&amp;lt;ref&amp;gt;{{cite journal |last1=Films |first1=Adharshila |title=Adharshila Films: Manoj Bakshi |journal=Adharshila Films |date=28 May 2011 |url=http://adharshilafilms.blogspot.com/2011/05/manoj-bakshi.html?m=1}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Career==&lt;br /&gt;
&lt;br /&gt;
The Pakistani policeman&#039;s role in the superhit movie &#039;&#039;Bajrangi Bhaijaan&#039;&#039; with Salman Khan brought him a new identity in the Bollywood industry.&amp;lt;ref&amp;gt;{{cite news |title=बजरंगी भाईजान केपाकिस्तानी पुलिस अफसर का कालका से लगाव |url=https://www.jagran.com/punjab/chandigarh-bollywood-actor-manoj-bakshi-reached-kalka-17836931.html |access-date=27 February 2020 |work=Dainik Jagran |publisher=Dainik Jagran |language=hi}}&amp;lt;/ref&amp;gt; Bakshi has worked with seasoned actors like Govinda, Rishi Kapoor, Neetu Singh, Ranbir Kapoor and all the Khans.&lt;br /&gt;
&lt;br /&gt;
He also appeared in the movie &#039;&#039;[[Panipat]]&#039;&#039; as a very controversial character, [[Maharaja Surajmal]]. It was a short role of ruler of Bharatpur in Rajasthan, India. In the film, Maratha warrior Sadashiv Rao Bhau (a character played by [[Arjun Kapoor]]) asks Surajmal for help to defeat the [[Afghans]], but he demands the [[Agra Fort]] in return. As his demand remained unfulfilled, he refused to help Sadashiv.&amp;lt;ref&amp;gt;{{cite news |title=पानीपत फिल्म में राजा सूरजमल की भूमिका पर क्यों नाराज हैं जाट |url=https://hindi.news18.com/news/knowledge/why-jats-protest-against-panipat-film-over-protrayal-of-bharatpur-king-maharaja-surajmal-dlva-2677924.html |access-date=27 February 2020 |work=News18 India |date=1 January 1970}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite news |title=Hundreds in Rajasthan protest over &#039;wrong facts&#039; in &#039;Panipat&#039; |url=https://www.newindianexpress.com/entertainment/hindi/2019/dec/08/hundreds-in-rajasthan-protest-over-wrong-facts-in-panipat-2073273.html |access-date=27 February 2020 |work=The New Indian Express}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Filmography==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Key&lt;br /&gt;
| style=&amp;quot;background:#FFFFCC;&amp;quot;| {{dagger|alt=Films that have not yet been released}}&lt;br /&gt;
| Denotes films that have not yet been released&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Year !! Film !! Role !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || &#039;&#039;[[Kya Kehna]]&#039;&#039;|| Principal of Madhuban|| &lt;br /&gt;
|-&lt;br /&gt;
| 2008 || &#039;&#039;[[Oye Lucky! Lucky Oye!]]&#039;&#039; || Dr. Handa associate || &lt;br /&gt;
|-&lt;br /&gt;
| 2010|| &#039;&#039;[[Do Dooni Chaar]]&#039;&#039; || Dada Popley || &lt;br /&gt;
|- &lt;br /&gt;
| 2011 || &#039;&#039;[[Delhi Belly (film)|Delhi Belly]]&#039;&#039; || Father || &lt;br /&gt;
|-&lt;br /&gt;
| 2011 || &#039;&#039;[[Hair Is Falling]]&#039;&#039;  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| 2011 || &#039;&#039;[[No One Killed Jessica]]&#039;&#039;  || Lawyer || &amp;lt;ref name=&amp;quot;Give me any role&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2011 || &#039;&#039;Hum Do Bhagode&#039;&#039; || || &lt;br /&gt;
|-&lt;br /&gt;
| 2012 || &#039;&#039;[[Ab Hoga Dharna Unlimited]]&#039;&#039; || Kantelel||&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || &#039;&#039;[[Hate Story]]&#039;&#039; || ||  &lt;br /&gt;
|-&lt;br /&gt;
| 2012 || &#039;&#039;[[Miss Lovely]]&#039;&#039; || Heera || &lt;br /&gt;
|-&lt;br /&gt;
| 2012 || &#039;&#039;[[Jab Tak Hai Jaan]]&#039;&#039; || Mr. Kapoor || &lt;br /&gt;
|-&lt;br /&gt;
| 2013 || &#039;&#039;[[Jolly  LLB]]&#039;&#039; || Cop  Mukesh ||&lt;br /&gt;
|-&lt;br /&gt;
| 2013 || &#039;&#039;Dreamz: The Movie&#039;&#039; || Sheikh || &lt;br /&gt;
|-&lt;br /&gt;
| 2013 || &#039;&#039;[[Kajarya]]&#039;&#039; || Gourav Bhatnagar - Police Inspector || &lt;br /&gt;
|-&lt;br /&gt;
| 2014 || &#039;&#039;Khwaabb!&#039;&#039; || Baldev SIngh|| &lt;br /&gt;
|-&lt;br /&gt;
| 2014 || &#039;&#039;[[Unfreedom]]&#039;&#039; || Prithu || &lt;br /&gt;
|-&lt;br /&gt;
| 2014 || &#039;&#039;Dear Vs Bear&#039;&#039; || Anne Father || &lt;br /&gt;
|-&lt;br /&gt;
| 2014 || &#039;&#039;[[Mumbai Delhi Mumbai]]&#039;&#039; || Old Sardarji|| &lt;br /&gt;
|-&lt;br /&gt;
| 2014 || &#039;&#039;The Lost Salesman of Delhi&#039;&#039; || Bhatiaa || &lt;br /&gt;
|-&lt;br /&gt;
| 2014 || &#039;&#039;[[Hum Hai Teen Khurafaati (हम हैं तीन खुराफाती)]]&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| 2015 || &#039;&#039;[[Bajrangi Bhaijaan]]&#039;&#039; || Qureshi (Pakistani Police man) || &amp;lt;ref name=&amp;quot;Bajrangi Bhaijaan&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2015 || &#039;&#039;[[Mukhtiar Chadha]]&#039;&#039; || Mr. Sharma || &lt;br /&gt;
|-&lt;br /&gt;
| 2016 || &#039;&#039;[[Gori Tere Pyaar Mein]]&#039;&#039; ||  Kareena Kapoor Khan&#039;s Father || &lt;br /&gt;
|-&lt;br /&gt;
| 2016 || &#039;&#039;Happy Bhaag Jayegi&#039;&#039; ||Zia Rehmani||&lt;br /&gt;
|-&lt;br /&gt;
| 2016 ||&#039;&#039;[[Junooniyat]]&#039;&#039;|| Yash&#039;s Father|| &lt;br /&gt;
|-&lt;br /&gt;
| 2016 || &#039;&#039;[[Madaari]]&#039;&#039; || Govind Bakshi || &lt;br /&gt;
|-&lt;br /&gt;
| 2018 || &#039;&#039;[[Hamari Paltan]]&#039;&#039; ||  || &amp;lt;ref name=&amp;quot;Hamari Paltan&amp;quot;&amp;gt;{{cite news |last1=Hungama |first1=Bollywood |title=First look of the film Hamari Paltan : Bollywood News - Bollywood Hungama |url=https://www.bollywoodhungama.com/news/features/first-look-film-hamari-paltan/ |access-date=28 February 2020 |date=26 September 2017 |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2018 || &#039;&#039;When Obama Loved Osama&#039;&#039; ||  || &amp;lt;ref&amp;gt;{{cite news |title=When Obama Loved Osama Movie: Showtimes, Review, Trailer, Posters, News &amp;amp; Videos {{!}} eTimes |url=https://timesofindia.indiatimes.com/entertainment/hindi/movie-details/when-obama-loved-osama/movieshow/63478903.cms |access-date=28 February 2020}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2019 || &#039;&#039;San 84 Justice&#039;&#039; || Janardan || &amp;lt;ref&amp;gt;{{cite news |title=Lights, camera and heavy action on the sets of &#039;San&#039;84 Justice&#039; - Times of India |url=https://timesofindia.indiatimes.com/entertainment/hindi/bollywood/news/lights-camera-and-heavy-action-on-the-sets-of-[[san84-justice]]/articleshow/70103363.cms |access-date=27 February 2020 |work=The Times of India |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2019 || &#039;&#039;[[Panipat (film)|Panipat]]&#039;&#039; || [[Surajmal]] || &amp;lt;ref&amp;gt;{{cite news |title=#BoycottPanipat trends as Rajasthan locals protest depiction of Jat ruler |url=https://www.theweek.in/news/entertainment/2019/12/08/boycottpanipat-trends-as-rajasthan-locals-protest-depiction-of-jat-ruler.html |access-date=3 September 2020 |work=The Week |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2020 ||&#039;&#039;[[Doordarshan (film)|Doordarshan]]&#039;&#039;|| Hindi Teacher ||&amp;lt;ref&amp;gt;{{cite news |title=Doordarshan - A Beautiful and Praise Worthy Debut Production |url=https://www.mid-day.com/articles/doordarshan---a-beautiful-and-praise-worthy-debut-production/22647221 |access-date=28 February 2020 |work=mid-day |date=28 February 2020 |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2020 ||&#039;&#039;[[Kaamyaab]]&#039;&#039;|| 80s Villain || &amp;lt;ref&amp;gt;{{Cite web |date=2024-11-07 |title=Sanjay Mishra Shines in ‘Kaamyaab’: A Tribute to Bollywood’s Unsung Heroes - YPBB News |url=https://www.ypbbnews.com/entertainment/movie/sanjay-mishra-shines-in-kaamyaab-a-tribute-to-bollywoods-unsung-heroes/ |access-date=2025-01-07 |language=en-US}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2020&lt;br /&gt;
|[[Atithi Kab Aoge Shhamshan]]&lt;br /&gt;
|Mahaprabhu&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite web |title=Atithi Kab Aoge Shhamshan (2020) Cast - Actor, Actress, Director, Producer, Music Director |url=https://www.cinestaan.com/movies/atithi-kab-aoge-shhamshan-43181/cast-crew |archive-url=https://web.archive.org/web/20220226191703/https://www.cinestaan.com/movies/atithi-kab-aoge-shhamshan-43181/cast-crew |url-status=live |archive-date=26 February 2022 |access-date=28 February 2023 |website=Cinestaan}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2020 &lt;br /&gt;
|style=&amp;quot;background:#FFFFCC;&amp;quot;|&#039;&#039;Mehroom&#039;&#039; {{dagger}}||||&lt;br /&gt;
|-&lt;br /&gt;
|2021 ||&#039;&#039;[[Ek Nashebaaz]]&#039;&#039;  {{dagger}}|| drug dealer in rehab ||&lt;br /&gt;
|-&lt;br /&gt;
|2022&lt;br /&gt;
|&#039;&#039;[[10 Nahi 40]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|2022&lt;br /&gt;
|&#039;&#039;[[Ramrajya (2022 film)|Ramrajya]]&#039;&#039; {{dagger}}|| Cercle officer ||&amp;lt;ref&amp;gt;{{Cite web |title=10 नहीं 40 - आधिकारिक ट्रेलर {{!}} डॉ. जे.एस रंधावा |url=https://www.bollywoodhungama.com/hindi/videos/10-nahi-40-official-trailer-dr-j-s-randhawa-224568/ |access-date=14 March 2022 |website=Bollywood Hungama Hindi |language=hi}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2023&lt;br /&gt;
|&#039;&#039;Pyar Ki Policy&#039;&#039;&lt;br /&gt;
|Judge&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite web |title=Meerut: &amp;quot;प्यार की पॉलिसी&amp;quot; की शूटिंग का हुआ शुभारंभ, मेरठ के कलाकार भी निभाएंगे मुख्य किरदार |url=https://www.amarujala.com/uttar-pradesh/meerut/meerut-the-shooting-of-pyaar-ki-policy-begins-the-actors-of-meerut-are-also-involved |access-date=28 February 2023 |website=Amar Ujala |language=hi}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2023&lt;br /&gt;
|&#039;&#039;[[Gadar 2]]&#039;&#039;&lt;br /&gt;
|[[Yahya Khan]]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*{{IMDb name|nm3438304}}&lt;br /&gt;
* {{Instagram|imanojbakshi}}&lt;br /&gt;
* {{Facebook|IamManojBakshi}}&lt;br /&gt;
&lt;br /&gt;
{{Authority control}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Bakshi, Manoj}}&lt;br /&gt;
[[Category:1960 births]]&lt;br /&gt;
[[Category:Living people]]&lt;br /&gt;
[[Category:Indian male film actors]]&lt;br /&gt;
[[Category:Male actors from New Delhi]]&lt;br /&gt;
[[Category:Indian male television actors]]&lt;br /&gt;
[[Category:Indian male stage actors]]&lt;br /&gt;
[[Category:Indian male screenwriters]]&lt;br /&gt;
[[Category:Delhi University alumni]]&lt;br /&gt;
[[Category:Male actors in Hindi cinema]]&lt;br /&gt;
[[Category:Film directors from Delhi]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Hindu_mythological_wars&amp;diff=465476</id>
		<title>Hindu mythological wars</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Hindu_mythological_wars&amp;diff=465476"/>
		<updated>2026-01-25T21:37:51Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: updated details&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Conflicts of the Hindu Mythos}}&lt;br /&gt;
{{pp-extended|small=yes}}&lt;br /&gt;
{{Multiple issues|&lt;br /&gt;
{{More citations needed|date=November 2015}}&lt;br /&gt;
{{Disputed|date=June 2021}}&lt;br /&gt;
}}{{Hinduism small}}[[File:Kurukshetra.jpg|thumb|375px|The Battle of Kurukshetra, fought between the [[Kaurava]]s and the [[Pandava]]s, recorded in the &#039;&#039;[[Mahabharata]]&#039;&#039;.]]&lt;br /&gt;
&#039;&#039;&#039;Hindu mythological wars&#039;&#039;&#039; are the [[war]]s described in the [[Hindu texts]] of ancient [[India]]. These wars depicted both mortals of great prowess as well as [[Hindu deities|deities]] and [[List of legendary creatures in Hindu mythology|supernatural beings]], often wielding [[Astra (weapon)|supernatural weapons]] of great power. Hindu teachings prescribe war as the final option, to be employed only after all peaceful methods are exhausted.&amp;lt;ref&amp;gt;{{cite book |last1=Roy |first1=Kaushik |title=Hinduism and the Ethics of Warfare in South Asia From Antiquity to the Present |date=15 October 2012 |publisher=Cambridge University Press |isbn=978-1-107-01736-8|pages=28, 29 |url=https://books.google.com/books?id=l1IgAwAAQBAJ}}&amp;lt;/ref&amp;gt; Participation in righteous war, or &#039;&#039;[[Dharma-yuddha|dharmayuddha]]&#039;&#039;, was said to be honourable and was a principal duty of the &#039;&#039;Kshatriya&#039;&#039; or the warrior [[Varna (Hinduism)|varna]], and victory in such wars was regarded as a matter of honour.&amp;lt;ref&amp;gt;{{cite book |last1=Roy |first1=Kaushik |title=Hinduism and the Ethics of Warfare in South Asia From Antiquity to the Present |date=15 October 2012 |publisher=Cambridge University Press |isbn=978-1-107-01736-8|pages=29, 30 |url=https://books.google.com/books?id=l1IgAwAAQBAJ}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==In Vedic literature==&lt;br /&gt;
&lt;br /&gt;
===Indra and Vritra===&lt;br /&gt;
The central battle in the &#039;&#039;Vedas&#039;&#039; is between [[Indra]] and [[Vritra]], and the defeat of the demon Vritra leads to the liberation of rivers, cattle and &#039;&#039;[[Ushas]]&#039;&#039; ([[dawn]]/light).&lt;br /&gt;
&lt;br /&gt;
=== The Kshatriya class ===&lt;br /&gt;
{{Main|Kshatriya}}&lt;br /&gt;
&lt;br /&gt;
====War sacrifices====&lt;br /&gt;
*&#039;&#039;[[Ashvamedha]]&#039;&#039;: The famous horse-sacrifice was conducted by allowing a [[horse]] to roam freely for a slated period of time, with the king performing the sacrifice laying claim to all the lands it touched. The king whose authority is contested must prove himself in battle or accept the imperial supremacy of the challenging king. When the horse returns safely after the period of time, the main sacrifice is performed, and the king, if successful in obtaining dominance over other kings, is crowned &#039;&#039;Emperor of the World&#039;&#039;. The &#039;&#039;Ashwamedha&#039;&#039; allows the opportunity to maintain peace if the kings do not choose to contest the sacrificial horse.&lt;br /&gt;
*&#039;&#039;[[Rajasuya]]&#039;&#039;: Considered the ultimate sacrifice, the king performing the sacrifice must openly challenge every king in the world to accept his supremacy or defeat him in battle. If and when the king returns successfully, having beaten all other known rulers, the performance of the sacrifice will send him to the abode of [[Indra]] after death. &lt;br /&gt;
*&#039;&#039;Vishvajit Yagna&#039;&#039;:  a sacrifice performed by [[Brahmin]]s after a king had won a war.&amp;lt;ref&amp;gt;{{cite journal|journal=The Bombay Quarterly|title=A History of Hinduism|date=1852|volume=2|pages=192–195}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== In Puranic literature ==&lt;br /&gt;
&lt;br /&gt;
===The Devasura War===&lt;br /&gt;
The perennial battle between the [[Deva (Hinduism)|devas]] and [[asura]]s is undertaken over the dominion of the three worlds: [[Svarga]], [[Bhūmi|Bhumi]], and [[Patala]], ([[Heaven]], [[Earth]], and the [[underworld]]). Both races are technically equal, possessors of great religious and martial powers, but the devas are committed to the worship of the Supreme Being and the practice of [[virtue]]. The asuras have atheistic and devious tendencies that grow over time. The divide is the greatest in the [[Kali Yuga]], the final age.&amp;lt;ref name=&amp;quot;Yukteswar&amp;quot;&amp;gt;[[The Holy Science]], by Jnanavatar Swami Sri Yukteswar Giri, Yogoda Sat-Sanga Society of India, 1949&amp;lt;/ref&amp;gt;{{Better source needed|date=November 2020|reason=Yukteswar does not follow traditional Hindu texts such as the Puranas. He theorized a new Yuga Cycle in the introduction of his book, which isn&#039;t widely accepted and doesn&#039;t have Kali Yuga as a final age.}}&lt;br /&gt;
&lt;br /&gt;
=== Twelve Battles ===&lt;br /&gt;
In the &#039;&#039;Varaha kalpa&#039;&#039;, twelve battles between the devas and the asuras are described in the [[Brahmanda Purana]]:&amp;lt;ref&amp;gt;{{Cite web |last=www.wisdomlib.org |date=2019-06-21 |title=Praise of the Lord: Conclusion [Chapter 72] |url=https://www.wisdomlib.org/hinduism/book/the-brahmanda-purana/d/doc362930.html |access-date=2022-07-14 |website=www.wisdomlib.org |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# [[Narasimha]] and [[Hiranyakashipu]]&lt;br /&gt;
# [[Vamana]] and [[Mahabali]]&lt;br /&gt;
# [[Varaha]] and [[Hiranyaksha]]&lt;br /&gt;
# [[Samudra Manthana]]: The churning of the ocean&lt;br /&gt;
# [[Tarakamaya War]]: [[Chandra|Soma]] and [[Brihaspati]]&lt;br /&gt;
# Adibaka: According to the [[Devi-Bhagavata Purana|Devi Bhagavata Purana]],&amp;lt;ref&amp;gt;{{Cite web |last=www.wisdomlib.org |date=2013-05-15 |title=On the description of the battle between Ādi and Baka after the discourse on Śunahśepha [Chapter 13] |url=https://www.wisdomlib.org/hinduism/book/devi-bhagavata-purana/d/doc57238.html |access-date=2022-07-15 |website=www.wisdomlib.org |language=en}}&amp;lt;/ref&amp;gt; the king [[Harishchandra]] promised before to [[Varuna]] that he would celebrate for his propitiation the great Naramedha sacrifice, when he would offer his own son as a victim to be immolated to cure himself of his disease. When he had second thoughts, the guru [[Vasishtha|Vashishta]] suggested that he sacrifice a Brahmin boy instead, and the king acquired a boy called Sunasepha for the deed. [[Vishvamitra]] urged him to release the innocent child, and when the king refused, taught him a mantram of Varuna, which often invoked, freed him. Vashishta cursed Vishvamitra to be born in his next birth as a &#039;&#039;baka&#039;&#039; (crane), and the latter cursed the former to take birth as an &#039;&#039;adi&#039;&#039; (myna). The crane Visvamitra built its nest on the top of a tree on the [[Lake Manasarovar|Manasarovara]] lake and began to live there. Vashistha, too, assumed the form of an adi bird, and built his nest on the top of another tree and lived there. Thus the two rishis spent their days in full enmity towards each other. These two birds used to shriek so terribly loud that they became a nuisance to all, and they fought daily with each other. [[Brahma]] then freed them from these curses, and the gurus returned to their ashrams.  &lt;br /&gt;
# [[Tripura (mythology)|Traipura]]: [[Tripurasura]] and [[Shiva]]&lt;br /&gt;
# [[Andhaka]]ra: [[Andhaka]] and Shiva&lt;br /&gt;
# Dhvaja: In the battle called Dhvaja, the danava [[Viprachitti|Vipracitti]], described as the &amp;quot;terror of the celestials&amp;quot;, adept in the art of [[Maya (religion)|maya]] and a being who threatened the three worlds, was killed by [[Indra]] after penetrating a hundred thousand &#039;&#039;dhvajas&#039;&#039; (banners).&amp;lt;ref&amp;gt;{{Cite web |last=www.wisdomlib.org |date=2020-04-01 |title=Section XCV [Mahabharata, English] |url=https://www.wisdomlib.org/hinduism/book/the-mahabharata-mohan/d/doc375244.html |access-date=2022-07-17 |website=www.wisdomlib.org |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
# [[Vritra|Varta]]: The asura Vritra and [[Indra]]&lt;br /&gt;
# Halahala: According to the [[Devi-Bhagavata Purana|Devi Bhagavata Purana]], the Halahalas were a sect of asuras who were the first creation of the [[Trimurti]]s, when they also possessed the power of creation. The Halahalas, who became very powerful within a short period of time, earned from [[Brahma]] all the boons they wanted, and they then conquered the three worlds. At last, they barricaded [[Mount Kailash|Kailasa]] and [[Vaikuntha]] as well, so [[Vishnu]] and [[Shiva]] defeated them after a fierce fight lasting for a thousand years. The deities returned to their abodes and spoke about their achievements. Their wives laughed at the bravado of their husbands. At this Vishnu got angry with [[Lakshmi]] and Shiva with [[Parvati]], and in protest the Devis left their husbands. From that day onwards, Vishnu and Shiva began losing their power. [[Brahma]], who divined the reason for the growing weakness of Vishnu and Shiva persuaded [[Lakshmi]] and [[Parvati]] to return to their rightful places and support their husbands. Yet, Brahma told them that in future he alone would handle the work of creation. Thus were Vishnu and Shiva divested of their right to creation.&amp;lt;ref&amp;gt;{{Cite web |last=www.wisdomlib.org |date=2017-01-29 |title=Halahala, Halāhala, Hālāhala, Halahalā, Hālahala: 22 definitions |url=https://www.wisdomlib.org/definition/halahala#purana |access-date=2022-07-15 |website=www.wisdomlib.org |language=en}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
# Kolahala: According to the [[Padma Purana]], Kolahala was a famous asura. In the battle between the devas and the asuras carried on by [[Kartikeya|Subrahmanya]], this asura confronted [[Malyavan]] and was killed.&amp;lt;ref&amp;gt;{{Cite web |last=www.wisdomlib.org |date=2014-08-14 |title=Kolahala, Kolāhala: 21 definitions |url=https://www.wisdomlib.org/definition/kolahala#purana |access-date=2022-07-15 |website=www.wisdomlib.org |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===War sacrifices conducted===&lt;br /&gt;
*&#039;&#039;[[Ashvamedha]]&#039;&#039;: [[King Sagara]] performed it for 99 times successfully. If a King performs it 100 times, he becomes eligible to obtain throne of King of Heaven. Sagara also performed this 100th time but it failed because of Indra&#039;s evil plot.&amp;lt;ref&amp;gt;[http://www.sacred-texts.com/hin/vp/vp096.htm#page_378 Sons of Sagara] [[Vishnu Purana]] translated by [[Horace Hayman Wilson]], 1840, Book IV, Chapter IV. &#039;&#039;&#039;p. 378&#039;&#039;&#039; the gods repaired to the Muni &#039;&#039;&#039;Kapil&#039;&#039;&#039;a, who was a portion of Vishńu, free from fault, and endowed with all true wisdom. Having approached him with respect, they said, &amp;quot;O lord, what will become of the world, if these sons of Sagara are permitted to go on in the evil ways which they have learned from Asamanja! Do thou, then, assume a visible form, for the protection of the afflicted universe.&amp;quot; &amp;quot;Be satisfied,&amp;quot; replied the sage, &amp;quot;in a brief time the sons of Sagara shall be all destroyed.&amp;quot;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Vyuha: Cohorts of battle==&lt;br /&gt;
*&#039;&#039;[[Chakravyuha|Chakra Vyuha]]&#039;&#039; or the &amp;quot;Wheel Formation&amp;quot;: A winding, ever-rotating circular formation; considered impenetrable in the &#039;&#039;Mahabharata&#039;&#039; by all warriors except for [[Krishna]], [[Arjuna]], [[Drona]], [[Parashurama]], [[Pradyumna]], and [[Abhimanyu]]. [[Abhimanyu]] had learnt how to break into the formation (in the womb of [[Subhadra]]) but not how to break out of it and is trapped inside during the &#039;&#039;Mahabharata&#039;&#039; war.&lt;br /&gt;
*&#039;&#039;[[Padmavyuha|Padma Vyuha]]&#039;&#039; or the &amp;quot;lotus formation&amp;quot; : A tricky formation in which the army is arranged in the form of lotus petals. Once a warrior enters it, it is very difficult to escape.&lt;br /&gt;
*&#039;&#039;Krauncha Vyuha&#039;&#039;: The crane-shaped formation of an army; forces are distributed to form spanning wing-sides, with a formidable penetrating centre, depicting the crane&#039;s head and beak.&lt;br /&gt;
*&#039;&#039;Sarpa Vyuha&#039;&#039;: Winding Snake Formation&lt;br /&gt;
*&#039;&#039;Makara Vyuha&#039;&#039;: [[Crocodile]] Formation&lt;br /&gt;
*&#039;&#039;Sakata Vyuha&#039;&#039;: Cart Formation&lt;br /&gt;
*&#039;&#039;Shukar Vyuha&#039;&#039;: [[Pig]] Formation&lt;br /&gt;
*&#039;&#039;Vajra Vyuha&#039;&#039;: [[Diamond]] formation, the toughest and most difficult after &#039;&#039;Chakravyuha&#039;&#039;.&lt;br /&gt;
*&#039;&#039;Kurma Vyuha&#039;&#039;: [[Turtle]] formation&lt;br /&gt;
*&#039;&#039;Garuda Vyuha&#039;&#039;: [[Eagle]] formation&lt;br /&gt;
*&#039;&#039;Suchi Vyuha&#039;&#039;: [[Sewing needle|Needle]] formation&lt;br /&gt;
*&#039;&#039;Simha Vyuha&#039;&#039;: [[Lion]] formation&lt;br /&gt;
&lt;br /&gt;
==Pralaya: The end of the world==&lt;br /&gt;
*The end of the world is prophesied to happen at the end of the &#039;&#039;[[Kali Yuga]] - the final stage of the world, and the last of the four stages&#039;&#039;. [[Kalki]], the final Avatar of [[Vishnu]] is also prophesied to appear the end of the &#039;&#039;Kali Yuga&#039;&#039;, to wage the final battle between good and evil bringing end of the world and start of new world.&amp;lt;ref&amp;gt;[http://ww-iii.tripod.com/hindu.htm Hindu Prophecies: Translations from the Kalki Purana]&amp;lt;/ref&amp;gt; &lt;br /&gt;
*[[Shiva]] [[Nataraja]], the Destroyer, kills the paramount demon of Ego and performs the &#039;&#039;Tandava Nritya&#039;&#039; (&#039;&#039;The Dance of Tandava&#039;&#039;) on his back, ending with the destruction of the universe performing Rudra Tandava.&lt;br /&gt;
* In [[Shaktism]], the mystical dance by Goddess Kali (the terrifying form of [[Parvathi|Parvati]], Shiva&#039;s consort), that is, dark energy for destroying all forms of matter, materials, beings, and illusions, which are absorbed within herself i.e. the Supreme [[Brahman]].&lt;br /&gt;
&lt;br /&gt;
==The Ramayana==&lt;br /&gt;
{{Main|Ramayana}}&lt;br /&gt;
[[File:Wat phra keaw ramayana fresco.jpg|thumb|right|300px|The epic story of &#039;&#039;Ramayana&#039;&#039; was adopted by several cultures across [[Asia]]. Shown here is a Thai historic artwork depicting the battle which took place between Rama and Ravana.]]&lt;br /&gt;
&lt;br /&gt;
*[[Vishvamitra]]: He was the preceptor of [[Rama]] and [[Lakshmana]], a powerful [[tapasvin|tapasvi]] and [[Brahmarishi]].&amp;lt;ref&amp;gt;The Vinaya Pitaka&#039;s section Anguttara Nikaya: Panchaka Nipata, P. 44 The legends and theories of the Buddhists, compared with history and science by Robert Spence Hardy&amp;lt;/ref&amp;gt; He bestows the knowledge of all divine weaponry to Rama and Lakshmana, leads them to kill powerful demons, and instructs them in religion and military arts.&lt;br /&gt;
*[[Rama]]: He was 7th Avatar of Lord [[Vishnu]]. Rama was an extremely powerful warrior and had knowledge of usage of many celestial astras. Rama single-handedly slayed the 14,000 demon hordes of [[Khara (Ramayana)|Khara]] (in one hour, in the &#039;&#039;Ramayana&#039;&#039;), the demons [[Maricha]] and [[Subahu]], Ravana&#039;s chief commander [[Prahasta]] and is responsible for the ultimate killing of [[Ravana]] himself.&lt;br /&gt;
*[[Lakshmana]]: He was also very powerful like his brother. He was incarnation of Anantha-Seshanag. He slayed extremely powerful demons including [[Atikaya]] and [[Indrajit]].&lt;br /&gt;
*[[Hanuman]]: He was son of Kesari and Anjana. He was one of the [[Rudras]] of Shiva. He was first trained by Sun god [[Surya]] and later Shiva himself mentored him. Later he became [[Vanara]] minister of [[Sugriva]]. He is the greatest devotee of [[Rama]], famous for his unerring service, absolute loyalty and great feats of courage. Hanuman is responsible for killing many demons, as well as burning the city of Lanka. His strength is given by his father [[Vayu]], and by virtue of the boons bestowed on him by various Gods, no astra and weapon could harm him. He can transform into any size and shape as he desired. He was also well expert in using celestial astras. He also possessed Mohini astra, Rudra astra etc.&lt;br /&gt;
*[[Ravana]]: blessed by his fearsome 10,000 year [[tapasya]] to be the most powerful being on earth, invulnerable to every God, demon and living being, save man. Although an expert on the [[Vedas]], a great king, and a great devotee of [[Shiva]], he is the emperor of evil due to his patronage of demons, murder of kings and humiliation of the Gods headed by Indra.&lt;br /&gt;
*[[Indrajit]]a: He was the first-born son of mighty [[Ravana]]. Originally his name was Meghanada. He was master of illusion war techniques. He became the possessor of several supreme celestial weapons.  He defeated [[Indra]] and arrested him. Then Brahma appeared and asked him to free Indra. Meghanada did as Brahma directed and was then granted boon : he would never be killed in any battle, until his Yagna (fire-worship) of his native goddess Nikumbala was disturbed and destroyed. On the completion of the Yagna, a supreme celestial chariot would appear, boarding which, Indrajit would become unkilled in any battle. But Brahma also cautioned him that whosoever would destroy this yagna, would also kill him. He was killed by [[Lakshmana]].&lt;br /&gt;
*[[Kumbhakarna]]: the gigantic brother of Ravana was a fearsome demon who sleeps for six months at a stretch, rising for only one day and then returning to his slumber. Kumbhakarna could slay hundreds of warriors by the sweep of his hand or step of his foot. He was killed by Rama in the war.&amp;lt;ref&amp;gt;[https://books.google.com/books?id=KRxHAAAAIAAJ&amp;amp;pg=PA22 Pot-Ear&#039;s Awakening]. From the Ramayana, as translated by [[Arthur W. Ryder]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Prahasta]]: the chief commander of Lanka&#039;s army who was killed on the 1st day of the war of Rama and Ravana.&lt;br /&gt;
*[[Atikaya]]: the second son of Ravana, who had an indestructible armor given to him by [[Brahma]] that can only be pierce by the Brahmastra.  Both Atikaya and his cousin [[Trishira]] were the reincarnations of [[Madhu and Kaitabha]], who were defeated by [[Mahavishnu]].&lt;br /&gt;
*[[Akshayakumara]]: the youngest son of Ravana who died, fighting Hanuman in Ashok Vatika.&lt;br /&gt;
*[[Shatrughna]]: Youngest son of King Dasharatha, youngest brother of Rama. He killed Lavana, son of Madhu and Kumbhini (a sister of Ravana) and became the King of Mathura. &lt;br /&gt;
*[[Bharata (Ramayana)|Bharata]]: Younger brother of Rama, elder to Lakshmana and Shatrugna. He along with his maternal uncle Yudhajit, conquered [[Gandhara]] and created his kingdom of Takshasila and Pushkalavati by defeating Gandharvas and inhabiting that kingdom.&lt;br /&gt;
*[[Vali (Ramayana)|Vali]]: Son of Vanara king Vriksharaja, spiritual son of King of Gods- Indra. Vali was invincible in Treta Yuga. Vali defeated some of the greatest warriors like [[Ravana]]. Vali was blessed with the ability to obtain half the strength of his opponent before which he already had strength of 70,000 elephants. Hence, [[Rama]] killed Vali by hiding behind the trees.&lt;br /&gt;
&lt;br /&gt;
Atirathis:&lt;br /&gt;
* [[Akampana]]&lt;br /&gt;
* Kampana&lt;br /&gt;
* [[Devantaka]]&lt;br /&gt;
* [[Narantaka-Devantaka|Narantaka]]&lt;br /&gt;
* [[Akshayakumara]]&lt;br /&gt;
* [[Ahiravan|Ahiravana]]&lt;br /&gt;
* Kumbha&lt;br /&gt;
* Nikumbha&lt;br /&gt;
* [[List of characters in Ramayana|All younger sons of Ravana]]&lt;br /&gt;
&lt;br /&gt;
Maharathis:&lt;br /&gt;
* [[Lakshmana]]&lt;br /&gt;
* [[Ravana]]&lt;br /&gt;
* [[Kumbhakarna]]&lt;br /&gt;
* [[Atikaya]]&lt;br /&gt;
* [[Jambavan]]&lt;br /&gt;
* [[Sugriva]]&lt;br /&gt;
* [[Angada]]&lt;br /&gt;
* [[Bharata (Ramayana)|Bharata]]&lt;br /&gt;
* [[Shatrughna]]&lt;br /&gt;
* [[Vali (Ramayana)]]&lt;br /&gt;
&lt;br /&gt;
Atimaharathis:&lt;br /&gt;
* [[Rama]]&lt;br /&gt;
* [[Indrajita]]&lt;br /&gt;
* [[Hanuman]]&lt;br /&gt;
&lt;br /&gt;
=== War sacrifices conducted ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;[[Ashvamedha]]&#039;&#039;: [[Rama]] performed the Ashvamedha successfully.&lt;br /&gt;
&lt;br /&gt;
==The Mahabharata==&lt;br /&gt;
{{Main|Kurukshetra War}}&lt;br /&gt;
{{More footnotes needed|section|date=June 2020}}&lt;br /&gt;
*&#039;&#039;Kuru Army&#039;&#039;: 11 &#039;&#039;[[Akshauhini]]s&#039;&#039; is formed by the kingdom of [[Hastinapura]] in alliance with races like the Samshaptakas, Trigartas, the Narayana army, the [[Sindhu]] army and Madra.&lt;br /&gt;
**&#039;&#039;Commanders in Chief&#039;&#039;: [[Bhishma]], [[Drona]], [[Karna]], [[Ashwathama]], [[Shalya]], [[Shakuni]], [[Duryodhana]], [[Bhagadatta]], [[Kripa]], [[Srutayudha]] and [[Kritavarma]]&lt;br /&gt;
**&#039;&#039;Rathis&#039;&#039;: [[Duryodhana]] (8 Rathi), Somadatta, [[Sudakshin]]a, [[Shakuni]], Jayadratha, [[Dussasana]], [[Vikarna]], 97 [[Kauravas]], Duryodhana&#039;s son Lakshmana and Dussasana&#039;s son Durjaya were Rathi warriors.&lt;br /&gt;
**&#039;&#039;Atirathis&#039;&#039;: [[Kritavarma]], [[Kripacharya]], [[Shalya]], [[Bhurisravas]], [[Brihadbala]], [[Susharma]]. &lt;br /&gt;
**&#039;&#039;Maharathis&#039;&#039;: [[Bhishma]], [[Drona]], [[Ashwathama]], [[Bhagadatta]], [[Karna]]&lt;br /&gt;
*Pandava Army: is a coalition of 7 &#039;&#039;[[Akshauhini]]s&#039;&#039;, primarily the [[Panchala]] and [[Matsya]] forces, the [[Rakshasa]] forces of Bhima&#039;s son, and Vrishni-Yadava heroes.&lt;br /&gt;
**&#039;&#039;Commander in Chief&#039;&#039;: [[Dhristadyumna]]&lt;br /&gt;
**&#039;&#039;Rathis&#039;&#039;: [[Uttamaujas]], [[Shikhandi]], [[Yuyutsu]], Uttar and Draupadeyas&lt;br /&gt;
**&#039;&#039;Atirathis&#039;&#039;: [[Yudhishthira]], [[Nakula]], [[Sahadeva]], [[Kuntibhoja]], [[Ghatotkacha]], &lt;br /&gt;
**&#039;&#039;Maharathis&#039;&#039;: [[Arjuna]], [[Satyaki]], [[Bhima]], [[Drupada]], [[Abhimanyu]], [[Dhristadyumna]]&lt;br /&gt;
*[[Abhimanyu]]: Abhimanyu is a warrior from the Mahabharata who is known for entering the Chakravyuha on the 14th day of battle but was killed because he didn’t know how to come out of the  Chakravyuha.&amp;lt;ref&amp;gt;{{Cite web|title=Sacred Texts: Section XLV|url=http://www.sacred-texts.com/hin/m07/m07044.htm}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Ashwatthama]]: the son of [[Drona]], one of the seven [[chiranjivi|Chiranjeevi]]s . He is a great warrior. [[Aswatthama|Ashwathama]] and [[Kripa]] are considered to be the lone survivors still living who actually fought in the Kurukshetra war. Ashwathama was born with a gem in his forehead which gives him power over all living beings lower than humans. This gem is supposed to protect him from attacks by ghosts, demons, poisonous insects, snakes, animals etc.&lt;br /&gt;
*[[Arjuna]]: He was the son of [[Indra]] and [[Kunti]]&amp;lt;ref&amp;gt;{{cite web |url=https://en.krishnakosh.org/krishna/Mahabharata_Mausala_Parva_Chapter_8 |title=Mahabharata Mausala Parva Chapter 8 - Krishnakosh |access-date=2021-07-01 |archive-date=2021-07-11 |archive-url=https://web.archive.org/web/20210711050458/https://en.krishnakosh.org/krishna/Mahabharata_Mausala_Parva_Chapter_8 |url-status=dead }}&amp;lt;/ref&amp;gt;  He performed incredible feats like defeating Gods in Khandavaprastha, defeating and capturing Gandharva King Chitrasena after killing 1 million Gandharvas and also killing asuras including Nivatakavachas, etc.&lt;br /&gt;
*[[Bhima]]: The 2nd most physically strong character in the &#039;&#039;Mahabharata&#039;&#039; after [[Hanuman]]. Bhima had phenomenal personal strength, he is also known for killing many powerful kings and demons like Jarasandha, Kirmira, Bakasura, Hidimba, Jatasura, Kichaka, and wrestler Jimut, he was an unsurpassed master of the [[Gada (mace)|mace]] weapon and a consummate wrestler. He slayed all the one hundred Kuru brothers including the chief antagonist of the epic, [[Duryodhana]].&lt;br /&gt;
*[[Duryodhana]]: He was a skilled warrior with mace in the Mahabharata war. The only men who could beat him in a mace fight was Bhima, and Balarama, the elder brother of Krishna.&lt;br /&gt;
*[[Dussasana]]: Younger brother of Duryodhana who assaulted Draupadi in the Game of Dice. He was known to be an aggressive warrior but was brutally slain by Bhima on 16th day of Kurukshetra war.&lt;br /&gt;
*[[Bhishma]]: the most consummate warrior trained by [[Parashurama]], Bhishma was indestructible by any warrior (except Arjuna and Lord Krishna) when he lifts his weapons. Having countered all the kings of the earth, he is the Commander in Chief of the Kuru Army.&lt;br /&gt;
*[[Drona]]: the [[guru]] of the Kauravas and Pandavas, Drona is a great master of Vedic military arts and almost every celestial weapon. He is invulnerable to any attack (except to Arjuna, Karna, Bhisma, Krishna and Balarama) till he holds a weapon of any sort. He also has great religious knowledge and wisdom. He becomes the second Kuru commander. &lt;br /&gt;
*[[Karna]]: the son of [[Surya]] and first born of [[Kunti]] who shunned him due to her being the mother of the [[Pandavas]]. Karna was the disciple of Lord Parashurama and he learnt the knowledge of Brahmastra from him.&amp;lt;ref&amp;gt;{{cite web |url=https://www.sacred-texts.com/hin/m01/m01190.htm |title = The Mahabharata, Book 1: Adi Parva: Swayamvara Parva: Section CLXXXIX}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Nakula|Nakul]]a: the fourth brother of the Pandavas. It is said that he was the most handsome man in the world.  He was an expert in the art of sword warfare.  He was also greatly associated with horses. During the Kurukshetra war, he was the one who killed most of the offspring of all the Kauravas.&lt;br /&gt;
*[[Sahadeva]]: the fifth brother of the Pandavas. He was an expert in the art of axe warfare.  He was also greatly associated with sheep, insects. During the Kurukshetra war, he killed [[Shakuni]].&lt;br /&gt;
&lt;br /&gt;
===Levels of warrior excellence according to Bhishma in the Mahabharata===&lt;br /&gt;
&lt;br /&gt;
Before war, Bhishma mistreated Karna by calling him Artha-rathi because he despised Karna&#039;s antagonistic nature towards the Pandavas.&amp;lt;ref&amp;gt;{{Cite web |title=The Mahabharata, Book 6: Bhishma Parva: Bhagavat-Gita Parva: Section CXXIV |url=https://www.sacred-texts.com/hin/m06/m06124.htm |access-date=2023-06-01 |website=www.sacred-texts.com}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |url=https://www.sacred-texts.com/hin/m07/m07037.htm |title = The Mahabharata, Book 7: Drona Parva: Abhimanyu-badha Parva: Section XXXVII}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Atimaharathis in the enitre Mahabharata====&lt;br /&gt;
&lt;br /&gt;
According to [[Bhishma]], there are only two atimaharathis in the entire [[Mahabharata]]:&lt;br /&gt;
&lt;br /&gt;
*[[Parashurama]]&lt;br /&gt;
*[[Krishna]]&lt;br /&gt;
&lt;br /&gt;
Both of whom are avatars of Lord Vishnu.&lt;br /&gt;
&lt;br /&gt;
=== Deities mentioned ===&lt;br /&gt;
&lt;br /&gt;
*[[Shukra]]: the [[Preceptor]] of the [[Asura]]s, their [[high priest]] and guru, worshiper of the Supreme Lord, but remains supportive of the Asuras.&amp;lt;ref&amp;gt;Subramaniam, Kamala (2007). &amp;quot;Adi Parva&amp;quot;. The &#039;&#039;Mahabharata&#039;&#039;. Bharatiya Vidya Bhavan [[India]]. {{ISBN|81-7276-405-7}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
*[[Vritra]]: the Asura son of Savitr deva. Deva Savitr who performs a sacrifice to obtain a son who is capable to be ruler of the three worlds.&amp;lt;ref&amp;gt;Ganguli, Kisari (1883-96, reprinted 1975). The [[Mahabharata]]. {{ISBN|0-89684-429-3}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== War sacrifices conducted ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;[[Ashvamedha]]&#039;&#039;: In the [[Mahabharata]], [[Arjuna|Yudhishthir]] performed this yagna and all 4 pandhava completed.&amp;lt;ref&amp;gt;{{Cite web|title=Digivijaya of Arjuna|url=http://www.sacred-texts.com/hin/m14/m14085.htm}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
* &#039;&#039;[[Rajasuya]]&#039;&#039;: It was performed by king [[Duryodhana]] in the &#039;&#039;[[Mahabharata]]&#039;&#039; epic. 5 Pandavas had conquered whole world for the sake of Yudhisthira.&amp;lt;ref&amp;gt;{{cite web |url=https://www.sacred-texts.com/hin/m04/m04054.htm |title = The Mahabharata, Book 4: Virata Parva: Go-harana Parva: Section LIV}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web|title=The Mahabharata, Book 2: Sabha Parva: Jarasandhta-badha Parva: Section XXIX|url=http://www.sacred-texts.com/hin/m02/m02029.htm|access-date=2018-01-17|website=www.sacred-texts.com}}&amp;lt;/ref&amp;gt; It was also performed by King Yudhishthira and the four pandavas and defeated all the kings except bhagdatta, guhyakas, and north harivarsha.&lt;br /&gt;
*Vaishnava Yagna: Only [[Karna]] performed this Yagya after lord Rama. Karna conquered the entire world on a single chariot, he annexed all the kingdoms, sub-kingdoms and all major portions of Indian subcontinent. Thus he performed Vaishnava Yagya at Hastinapur under Vyasa and other Brahmins blessings.&amp;lt;ref&amp;gt;{{Cite web |title=The Mahabharata, Book 3: Vana Parva: Ghosha-yatra Parva: Section CCLI |url=https://www.sacred-texts.com/hin/m03/m03251.htm |access-date=2023-06-01 |website=www.sacred-texts.com}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Major deities==&lt;br /&gt;
[[File:Vishnu_from_Gita_Govinda.jpg|thumb|A painting of Vishnu]]&lt;br /&gt;
&lt;br /&gt;
===Vishnu===&lt;br /&gt;
{{Main|Vishnu}}&lt;br /&gt;
&lt;br /&gt;
[[Vishnu]], the preserver deity, is considered to be the [[Brahman|Ultimate Reality]] in the [[Vaishnavism]] tradition of [[Hinduism]]. He is the spouse of [[Lakshmi]], the goddess of prosperity. In the [[Puranas]], he periodically takes birth as an [[avatar]] upon the earth. Vishnu has 10 avatars: [[Matsya]], [[Kurma]], [[Varaha]], [[Narasimha]], [[Vamana]], [[Parshurama|Parashurama]], [[Rama]], [[Balarama]] or [[Gautama Buddha in Hinduism|Buddha]], [[Krishna]], and [[Kalki]]. Vishnu is also said to have total of 36 forms other than these ten incarnations, including [[Mohini]], [[Nara-Narayana]], [[Arjuna]], [[Dattatreya]], [[Dhanvantari]], [[Hayagriva]], and several others. In battle, the avatars of Vishnu are aided by a variety of &#039;&#039;[[Astra (weapon)|astra]],&#039;&#039; or celestial weapons. The mantra employed to invoke him is [[Om Namo Narayanaya]]. His two most popular human avatars, Rama and Krishna, possess many celestial weapons. Krishna also employed a few of these weapons in the Mahabharata. These include:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;[[Kaumodaki]]&#039;&#039;: The divine [[Gada (mace)|mace]]; Krishna slays the demon [[Dantavakra]] with it.&lt;br /&gt;
*&#039;&#039;[[Sharanga (Hindu mythology)|Kodanda]]&#039;&#039;: Also called Sharanga, it is a celestial bow wielded by Parashurama, Rama, and Krishna.&lt;br /&gt;
*&#039;&#039;[[Nandaka]]&#039;&#039;: The sword of Vishnu that is also wielded by his avatar of Krishna. &lt;br /&gt;
*&#039;&#039;[[Narayanastra]]&#039;&#039;: Narayanastra is one of the most powerful astras in the universe. The personal missile weapon of Vishnu in his [[Narayana]] form, this &#039;&#039;astra&#039;&#039; lets loose a powerful tirade of millions of deadly missiles simultaneously. The intensity of the shower increases with resistance. The only solution is enacting submission before the missile; only then will it cease. The Narayanastra was first used by Rama in the &#039;&#039;Ramayana&#039;&#039;. Then, thousands of years later, this astra was again used by [[Ashwatthama]] in the [[Kurukshetra War]] against the [[Pandava]] army. Apart from Rama, only Ashwatthama possessed this weapon.&lt;br /&gt;
*&#039;&#039;[[Parashu]]&#039;&#039;: The axe of [[Parashurama]], the sixth avatar of [[Vishnu]]. This axe was presented to him by Shiva.&lt;br /&gt;
*&#039;&#039;Sharkha&#039;&#039;: The bow of [[Krishna]], 8th avatar of [[Vishnu]].&lt;br /&gt;
*&#039;&#039;[[Sudarshana Chakra]]&#039;&#039;: The divine, spinning disc with sharp outer spears, one of the four attributes of Vishnu. The Sudarshana Chakra flies at the command of Krishna, spinning away to tear off the heads of his opponents, or to perform any function desired by Vishnu. It is most famously used by [[Krishna]] in the &#039;&#039;[[Mahabharata]]&#039;&#039;.&lt;br /&gt;
*&#039;&#039;[[Vaishnavastra]]&#039;&#039;: Vaishnavastra is one of the most powerful astras along with the Narayanastra. The personal missile weapon of [[Krishna]], once fired it cannot be thwarted, save by the will of [[Vishnu]] himself.&lt;br /&gt;
&lt;br /&gt;
===Shiva===&lt;br /&gt;
{{Main|Shiva}}&lt;br /&gt;
[[File:Shiva as the Lord of Dance LACMA.jpg|thumb|250px|11th-century statue of Shiva as Nataraja, the lord of the dance]]&lt;br /&gt;
Shiva, the destroyer deity, is the [[Brahman|Ultimate Reality]] in [[Shaivism|Shaiva]] tradition. He is the spouse of [[Parvati]], the goddess of power. He is represented by his forms, Mahakala and Bhairava. Shiva is often pictured holding the [[damaru]]ka, an hourglass-shaped drum, along with his [[trishula]], a [[trident]]-staff. The [[mantra]] to invoke him is &#039;&#039;[[Om Namah Shivaya]]&#039;&#039;.&amp;lt;ref&amp;gt;Elizabeth Gilbert (2007). Eat, Pray, Love, p. 133.&amp;lt;/ref&amp;gt;  Shiva is also considered as the &#039;&#039;Mahadeva&#039;&#039;, the great god. He is often worshipped in his phallic representation, the [[lingam]].&lt;br /&gt;
&lt;br /&gt;
Assigned with the task of destroying all of the universe at the end of time, Shiva is one of the most fearsome warriors as well as the revered yogis in Hindu tradition. [[Tandava]] is the dance of this destroyer deity, which he performs over the body of a demon. Shiva employs his power to kill the [[Asura]] Tripura, destroying the flying three cities of Tripura. In battle, Shiva and his &#039;&#039;amshas&#039;&#039; (spirits) deploy formidable weapons controlled by him. Some of these are:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;Arrow of Shiva&#039;&#039;: It can destroy creation. Returns to the quiver after being used.&lt;br /&gt;
*&#039;&#039;[[Chandrahas]]&#039;&#039;: Sword of [[Ravana]] granted by [[Shiva]] as a boon.&lt;br /&gt;
*&#039;&#039;Ekasha Gada&#039;&#039;: The mace of [[Shiva]]. A blow from the weapon is the equivalent of being hit by a million elephants.&lt;br /&gt;
*&#039;&#039;Girish&#039;&#039;: A special sword of [[Shiva]] with unique characteristics.&lt;br /&gt;
*&#039;&#039;Jayantha Vel&#039;&#039;: A spear which contains the power of the third eye of [[Shiva]].&lt;br /&gt;
*&#039;&#039;[[Khaṭvāṅga]]&#039;&#039;: In Hinduism, the god [[Shiva]] - [[Rudra]] carried the khatvāṅga as a staff weapon and are thus referred to as &#039;&#039;khatvāṅgīs&#039;&#039;.&lt;br /&gt;
*&#039;&#039;Maheshwara Chakra&#039;&#039;: The chakra of [[Shiva]].&lt;br /&gt;
*&#039;&#039;[[Parashu]]&#039;&#039;: The axe of [[Shiva]] given to [[Parashurama]] &#039;&#039;(the sixth avatar of [[Vishnu]])&#039;&#039;.&lt;br /&gt;
* &#039;&#039;[[Pashupatastra]]&#039;&#039;: An irresistible and the most destructive personal weapon of [[Shiva]], discharged by the mind, the eyes, words, or a bow. This is the most devastating weapon in the universe. Sage-King [[Vishwamitra]], and [[Arjuna]] are only other persons who possessed this weapon. &lt;br /&gt;
* &#039;&#039;[[Shiva Dhanush|Pinaka]]&#039;&#039;: The celestial bow of Shiva.&#039;&#039;(Shiva&#039;s bow)&#039;&#039;: A bow given by [[Shiva]] to [[Janaka]] and was broken by [[Rama]] during [[Sita]]&#039;s [[swayamvara]]&lt;br /&gt;
* &#039;&#039;Vijaya Dhanush&#039;&#039;:&#039;&#039;[[Vijaya (bow)]]&#039;&#039;: A bow given by [[Shiva]] to [[Parasurama]] to kill Kshatriyas&lt;br /&gt;
*&#039;&#039;Shiva Kaakam&#039;&#039;: An unconquerable weapon of [[Shiva]].&lt;br /&gt;
*&#039;&#039;Shiva Parham&#039;&#039;: A long noose &#039;&#039;(of Shiva)&#039;&#039; from which even the gods can&#039;t escape from.&lt;br /&gt;
*&#039;&#039;Shiva Vajra&#039;&#039;: A vajra that is as powerful as [[Vajra|Indra&#039;s Vajra]].&lt;br /&gt;
*&#039;&#039;Teen Baan&#039;&#039;: [[Shiva]] gave [[Barbarika]] three infallible arrows &#039;&#039;(Teen Baan)&#039;&#039;. A single arrow was enough to destroy all opponents in any war, and it would then return to [[Barbarika]]&#039;s quiver.&lt;br /&gt;
*&#039;&#039;[[Trishul (weapon)|Trishula]]&#039;&#039; (Trident): The trident of [[Shiva]].&lt;br /&gt;
[[File:Ravi Varma-Lakshmi.jpg|thumb|Lakshmi, among the most popular manifestations of Shakti]]&lt;br /&gt;
&lt;br /&gt;
===Shakti===&lt;br /&gt;
{{Main|Devi}}&lt;br /&gt;
Shakti is the supreme goddess in [[Shaktism]], the goddess-centric sect of Hinduism. Both a supreme being and an energy that is considered to be the source of all works of creation, preservation and destruction, [[Adi Parashakti]] is held by [[Shaktism|Shaktas]] to be the source of the [[Trimurti]], the [[universe]] and all of [[:wikt:creaton|creation]]. She is regarded to have assumed many incarnations to fight with demons, including [[Parvati]], wife of Shiva, [[Lakshmi]], wife of Vishnu,&amp;lt;ref&amp;gt;Wilkins pp.240-1&amp;lt;/ref&amp;gt; the complete avatar of Shakti herself, according to the [[Devi-Bhagavata Purana|Devi Gita]] and Durga Saptashati, the main scriptures for Shakti worshipers. As the goddess Parvati, she is considered to be the most powerful of all deities.&amp;lt;ref name=&amp;quot;shaktisadhana.org&amp;quot;&amp;gt;{{cite web |title=Worship of Devi, the Goddess, the Divine Feminine! |url=http://www.shaktisadhana.org  |archive-url=https://web.archive.org/web/20021122134607/http://www.shaktisadhana.org/  |url-status=dead  |archive-date=November 22, 2002  |access-date=March 23, 2015 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sometimes, the gods worship [[Parvati]], who came before them in different &#039;&#039;avatars&#039;&#039;:&lt;br /&gt;
* [[Durga]], who killed the demon [[Mahishasura]]&lt;br /&gt;
* [[Kali]], the most ferocious form of the Goddess, who can not be pacified by anyone after war. &lt;br /&gt;
* [[Chandi]], the gentle manifestation of Durga or Kali, who killed Mahishasura in the battle of Alkapuri.&lt;br /&gt;
* Kanyakumari, who killed Banasura&lt;br /&gt;
* [[Chamunda]], who killed Chanda and Munda&lt;br /&gt;
* [[Kaushiki]], who killed Shumbha and Nishumbha&lt;br /&gt;
* [[Minakshi]], who defeated all the demigods and destroyed the arrogance of all demigods.&lt;br /&gt;
&lt;br /&gt;
Shakti is usually depicted as having the weapons of all the gods, including those of the [[Trimurti]]. She holds the [[trishula]] of Shiva, the c&#039;&#039;hakra&#039;&#039; of Vishnu, the &#039;&#039;Vajra&#039;&#039; of Indra, and the &#039;&#039;gada&#039;&#039; of Yama.&lt;br /&gt;
&lt;br /&gt;
==Celestial weapons==&lt;br /&gt;
An &#039;&#039;[[Astra (weapon)|astra]]&#039;&#039; is a powerful celestial weapon or missile that is to be hurled at an enemy. Generally astra is in form of an arrow. Astras can be invoked using incantations (mantras). Different astras have different power. A &#039;&#039;[[Shastra]]&#039;&#039; is a personal weapon like swords, bows, spades, axes, spears and maces which must be constantly operated by a warrior.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;[[Brahmastra]]&#039;&#039;: Embedded with the mystical force of [[Brahma]], this weapon releases millions of missiles, great fires and a destructive potential capable of extinguishing all creation, if not used by and aimed only at a celestial fighter. It was used multiple times in the &#039;&#039;Ramayana&#039;&#039;, Indrajit used it against Hanuman, Lakshmana asked permission to use it against Indrajit, which Rama declined, Lakshmana used it to kill Atikaya,  Rama used it as final arrow to kill Ravana. In the epic the &#039;&#039;Mahabharata&#039;&#039;, it is said that the weapon manifest with the single head of Brahma as its tip. In the &#039;&#039;Mahabharata&#039;&#039; era Parashurama, Bhishma, Drona, Karna, Kripa, Ashwatthama, Arjuna, Yudhishtira, Satyaki  and many other Maharathis also possessed the knowledge to invoke this missile.&lt;br /&gt;
*&#039;&#039;[[Brahmashirsha astra]]&#039;&#039;: A weapon capable of greater destruction than the &#039;&#039;Brahmastra&#039;&#039;. &amp;quot;It blazes up with terrible flames within a huge sphere of fire. Numerous peals of thunder were heard, thousands of meteors fell and all living creatures became terrified with great dread. The entire sky seemed to be filled with noise and assumed a terrible aspect with flames of fire. The whole earth with her mountains and waters and trees trembled.&amp;quot; When it strikes an area it will cause complete destruction and nothing will ever grow, not even a blade of grass for the next 12 years. It will not rain for 12 years in that area and everything including metal and earth becomes poisoned.&amp;lt;ref&amp;gt;[http://www.sacred-texts.com/hin/m10/m10012.htm www.sacred-texts.com]&amp;lt;/ref&amp;gt;&lt;br /&gt;
*&#039;&#039;[[Brahmanda astra]]&#039;&#039;: This is the most powerful weapon of Brahma. It was first used by sage Vashishtha against Vishwamitra&#039;s (who was King Vishwarath at that time) Brahmashirsha, as only Brahmanda astra can stop Brahmashirsha astra, it was also used by sage Piplad against [[Shani]] to avenge his father&#039;s death.&amp;lt;ref name=&amp;quot;Bala Khanda Sarga 56&amp;quot;&amp;gt;{{cite web | url=http://www.indiadivine.org/content/topic/1093926-bala-kanda-sarga-56/ | title=Brahmadhanda astra | access-date=May 19, 2016}}&amp;lt;/ref&amp;gt; Karna, Bhisma and Drona were the only warriors in the Mahabharata who possessed the knowledge of this weapon.&lt;br /&gt;
*&#039;&#039;[[Pashupatastra]]&#039;&#039;: In Hinduism, the Pashupatastra is considered to be the most devastating weapon, as it is the weapon of the consort of Mahadeva, i.e. Mahakali. Mahadeva literally means &amp;quot;Highest of all gods&amp;quot; and Mahakali means &amp;quot;Goddess who is beyond time&amp;quot;. This weapon was granted to [[Arjuna]] by Shiva. It is the most destructive and foreboding weapon. It was first used by Shiva for the destruction of tripura. It is capable of destroying the entire multiverse. In the &#039;&#039;Ramayana&#039;&#039;, [[Vishvamitra]] possessed this mighty weapon. In the &#039;&#039;Mahabharata&#039;&#039;, only Arjuna possessed this weapon.&lt;br /&gt;
*&#039;&#039;[[Narayanastra]]&#039;&#039;: Invincible and painful, this &#039;&#039;astra&#039;&#039; is unconquerable except by total submission, this astra was used by Krishna against Shiva when Shiva was fighting on behalf of the evil Banasura, when Shiva charged his personal Pashupatastra on Krishna, Krishna used this to make Shiva fall asleep, allowing him to move past him and cut off Banasura&#039;s arms, but at the request of Shiva, he does not kill Banasura.&lt;br /&gt;
*&#039;&#039;[[Vaishnavastra]]&#039;&#039;: One of the most powerful astras, this cannot be stopped by anyone except its creator, [[Vishnu]]. The Vaishnavastra is the most powerful astra in the universe along with the Narayanastra. The personal missile weapon of [[Krishna]], once fired, it cannot be thwarted by any means, save by the will of [[Vishnu]] Himself. Rama and Krishna possessed this weapon.&lt;br /&gt;
*&#039;&#039;Nagastra&#039;&#039;: The snake weapon used by Indrajit against Rama and Lakshmana, used by [[Karna]] against Arjuna.&lt;br /&gt;
*&#039;&#039;Nagapasham&#039;&#039;: is the celestial weapon equal to &amp;quot;Nagastra&amp;quot;.&lt;br /&gt;
*&#039;&#039;Garudastra&#039;&#039;:The eagle weapon to counter against the &#039;&#039;Nagastra&#039;&#039;.&lt;br /&gt;
*&#039;&#039;[[Anjalikastra]]&#039;&#039;: The personal weapon of [[Indra]]. This is the astra used by [[Arjuna]] to killed [[Karna]] in the Mahabharata war. &lt;br /&gt;
*&#039;&#039;Ramabanam (Ramastra)&#039;&#039;: Created by Ram, and was used to kill the Ravana in Ramayana. It cannot be countered by any weapon and could not be stopped by anyone except Rama.&lt;br /&gt;
*&#039;&#039;[[Bhargavastra]]&#039;&#039;: Created by Parashurama, he gave it to his disciple [[Karna]].It was used by  Karna in the kurukshetra war.This weapon killed 1 akshoni of the Pandava army and was considered unstoppable by any means. In mahabharata only [[parashurama]] and [[Karna]] possessed knowledge of this weapon.&lt;br /&gt;
*&#039;&#039;Parvatastra&#039;&#039;: one of the most dangerous weapon, once it used mountains from sky fall in to the earth.&lt;br /&gt;
*&#039;&#039;Vasavi Shakti&#039;&#039;: The magical dart weapon of [[Indra]], unfailing at executing its target. Indra granted it to [[Karna]] during the [[Mahabharata#The battle at Kurukshetra|Kurukshetra war]], in Mahabharata it was used by Karna to kill Ghatotkacha.&lt;br /&gt;
*&#039;&#039;[[Vajra]]&#039;&#039;: The thunderbolt weapon of [[Indra]], who is the God of thunder and lightning, akin to [[Zeus]] and [[Jupiter (mythology)|Jupiter]].&amp;lt;ref&amp;gt;Sarat Chandra Das (1902), A Tibetan-English dictionary with Sanskrit synonyms, Bengal Secretariat Book Depôt&amp;lt;/ref&amp;gt; In, the Rigveda, it is stated that it was fashioned by Tvashtar.&amp;lt;ref&amp;gt;[[Rigveda 1.32]], translated by [[Ralph T. H. Griffith]]&amp;lt;/ref&amp;gt; In the Puranas, the vajra stated to be made from the bones of sage [[Dadhichi]]. In all versions, it was used by Indra to slay serpent called Vritra. In the &#039;&#039;Mahabharata&#039;&#039;, Indra gave the Vajra to his son Arjuna. Apart from Indra, only [[Arjuna]] possessed it.&lt;br /&gt;
*&#039;&#039;Agneyastra&#039;&#039;: The fire weapon, created by [[Agni]], god of fire&lt;br /&gt;
*&#039;&#039;[[Varunastra]]&#039;&#039;: The water weapon, created by [[Varuna]], god of the oceans&lt;br /&gt;
*&#039;&#039;Vayavastra&#039;&#039;: The wind weapon, created by [[Vayu]]&lt;br /&gt;
*&#039;&#039;Samvarta&#039;&#039;: Weapon belonging to [[Yama]] used by [[Bharata (Ramayana)|Bharata]] to annihilate thirty million Gandharvas in a moment, tearing them to pieces.&lt;br /&gt;
*&#039;&#039;Sammohanastra&#039;&#039;: Would cause entire hosts/armies to collapse in a trance. It was used in the &#039;&#039;Mahabharata&#039;&#039; by Arjuna the entire army of Hastinapur. &lt;br /&gt;
*&#039;&#039;Twashtastra&#039;&#039;: When used against a group of opponents (such as an army), would cause them to mistake each other for enemies and fight each other.&lt;br /&gt;
*&#039;&#039;[[Suryastra]]&#039;&#039;: Create a dazzling light that would dispel any darkness about and dry up water bodies. Arjuna had this weapon and used against Shakuni on 12th day of war. &lt;br /&gt;
*&#039;&#039;Sabda-vedi astra&#039;&#039;: This weapon prevents an opponent from turning invisible. Used by Arjuna against the Gandharva king Chitrasena.&lt;br /&gt;
*&#039;&#039;Gandharvastra&#039;&#039;: Created by Gandharva King Chitrasena. He gave it to Arjuna.&lt;br /&gt;
*&#039;&#039;Mayastra&#039;&#039;: Dispel any form of maya or sorcery in the vicinity. It was possessed by [[Arjuna]].&lt;br /&gt;
*&#039;&#039;Manavastra&#039;&#039;: Created by [[Manu (Hinduism)|Manu]], it could overcome supernatural protections and carry the target hundreds of miles away. Can inspire humane traits in an evil being. This weapon was used by Rama on Maricha. On the 14th day of Kurukshetra war, Arjuna invoked this weapon. But, before he could release it from his bow, Karna broke the arrow. Arjuna couldn&#039;t reinvoke it as it would have led to his own death.&lt;br /&gt;
*&#039;&#039;Bhaumastra&#039;&#039;: Created by Goddess Bhumi Devi, the weapon could create tunnels deep into the earth and summon jewels.&lt;br /&gt;
*&#039;&#039;Indrastra&#039;&#039;: Created by the God Indra, it would bring about a &#039;shower&#039; of arrows from the sky.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{HinduMythology}}&lt;br /&gt;
&lt;br /&gt;
[[Category:War in mythology]]&lt;br /&gt;
[[Category:Hindu mythology|Wars]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=P._K._Sekar_Babu&amp;diff=474957</id>
		<title>P. K. Sekar Babu</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=P._K._Sekar_Babu&amp;diff=474957"/>
		<updated>2026-01-12T11:53:01Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: enhance section additionally and corrected details per sources&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{short description|Indian politician}}&lt;br /&gt;
{{Use dmy dates|date=July 2021}}&lt;br /&gt;
{{Infobox officeholder&lt;br /&gt;
|name         = P. K. Sekar Babu&lt;br /&gt;
|image        = &lt;br /&gt;
|imagesize    = &lt;br /&gt;
|caption      = &lt;br /&gt;
|order        = &lt;br /&gt;
|office       = [[Tamil Nadu Council of Ministers|Cabinet Minister]] &amp;lt;br&amp;gt;[[Government of Tamil Nadu]]&lt;br /&gt;
|minister = [[Hindu Religious and Charitable Endowments Department|Minister of Hindu Religious and Charitable Endowments]]&lt;br /&gt;
|termstart    = 7 May 2021&lt;br /&gt;
|term_end     = &lt;br /&gt;
|termstart1    = 19 May 2016&lt;br /&gt;
|term_end1     = &lt;br /&gt;
|termstart2    = 13 May 2001&lt;br /&gt;
|term_end2     = 13 May 2011&lt;br /&gt;
|1blankname   = Chief Minister&lt;br /&gt;
|1namedata    = [[Muthuvel Karunanidhi Stalin]]&lt;br /&gt;
|constituency1 = [[Harbour (state assembly constituency)|Harbour]]&lt;br /&gt;
|constituency2 = [[Radhakrishnan Nagar Assembly constituency|Radhakrishnan Nagar]]&lt;br /&gt;
| predecessor         = [[Sevvoor S. Ramachandran]]&lt;br /&gt;
| successor           = &lt;br /&gt;
| successor1           = &lt;br /&gt;
| predecessor1         = [[Pala. Karuppiah]]&lt;br /&gt;
| predecessor2         =[[S. P. Sarguna Pandian]]&lt;br /&gt;
| successor2           =[[P. Vetrivel]]  &lt;br /&gt;
|birth_date   = &lt;br /&gt;
|birth_place  = &lt;br /&gt;
|death_date   = &lt;br /&gt;
|death_place  = &lt;br /&gt;
|party        = [[Dravida Munnetra Kazhagam]] from AIADMK&lt;br /&gt;
|alma_mater   = &lt;br /&gt;
|residence    = 7, Chellappa Street, Otteri, [[Chennai]] - 600012.&lt;br /&gt;
&lt;br /&gt;
|office1      =  [[Tamil Nadu legislative assembly|Member of the Tamil Nadu legislative assembly]] &lt;br /&gt;
|spouse       = S. Santhi&lt;br /&gt;
|children     = P. S. Vignesh &amp;lt;br&amp;gt; P. S. Jeya Kalyani &amp;lt;br&amp;gt; P. S. Jeyasimhan&lt;br /&gt;
&lt;br /&gt;
|occupation = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P. K. Sekar Babu&#039;&#039;&#039; is an Indian politician and Minister of [[Hindu Religious and Charitable Endowments Department]] and [[Member of the Legislative Assembly (India)|Member of the Legislative Assembly]] of [[Tamil Nadu]].&amp;lt;ref name=&amp;quot;Second cabinet reshuffle in T.N. {{!}} Changes made to portfolios and subjects of 10 Ministers&amp;quot;&amp;gt;{{cite news|last1=The Hindu|first1=|title=Second cabinet reshuffle in T.N. {{!}} Changes made to portfolios and subjects of 10 Ministers|url=https://www.thehindu.com/news/national/tamil-nadu/changes-made-to-portfolios-and-subjects-of-10-ministers/article66263365.ece|accessdate=7 January 2024|date=14 December 2022|archiveurl=https://web.archive.org/web/20240107174353/https://www.thehindu.com/news/national/tamil-nadu/changes-made-to-portfolios-and-subjects-of-10-ministers/article66263365.ece|archivedate=7 January 2024|language=en-IN}}&amp;lt;/ref&amp;gt; Currently, he is elected to the [[Tamil Nadu legislative assembly]] from [[Harbour (state assembly constituency)|Harbour]] as a [[Dravida Munnetra Kazhagam]] candidate in 2016 and [[2021 Tamil Nadu state assembly election|2021]]&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{cite web |title= Form 21E (Return of Election) |archive-url= https://web.archive.org/web/20211222055841/https://www.elections.tn.gov.in/Form21E_TNLA2021/AC018.pdf |url= https://www.elections.tn.gov.in/Form21E_TNLA2021/AC018.pdf|access-date= 16 May 2022 |archive-date=22 Dec 2021}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |title=Harbour Election Result |url= https://www.news18.com/assembly-elections-2021/tamil-nadu/-s22a018|access-date= 16 May 2022}}&amp;lt;/ref&amp;gt; elections.&amp;lt;ref&amp;gt;[http://eci.nic.in/eci_main/StatisticalReports/SE_2001/Stat_Rep_TN_2001.pdf 2001 Tamil Nadu Election Results, Election Commission of India]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://eci.nic.in/eci_main/StatisticalReports/SE_2006/StatReport_TN_2006.pdf 2006 Tamil Nadu Election Results, Election Commission of India]&amp;lt;/ref&amp;gt; He won his first two elections in 2001 and 2006 from [[R. K. Nagar|R K Nagar constituency]] as an [[All India Anna Dravida Munnetra Kazhagam|AIADMK]] candidate.&lt;br /&gt;
&lt;br /&gt;
== Political career ==&lt;br /&gt;
He joined Dravida Munnetra Kazhagam from [[Anna Dravida Munnetra Kazhagam]] in January 2011.&amp;lt;ref&amp;gt;&lt;br /&gt;
[http://timesofindia.indiatimes.com/city/chennai/Sekar-Babu-meets-CM-joins-DMK/articleshow/7388216.cms Sekar Babu meets CM, joins DMK]&amp;lt;/ref&amp;gt; However, he lost the 2011 election that took place shortly thereafter in April.&lt;br /&gt;
&lt;br /&gt;
=== 2016 and 2021 state assembly elections ===&lt;br /&gt;
In the [[2016 Tamil Nadu Legislative Assembly election]], Sekar Babu contested on behalf of the DMK and won the election, he polled 42,071 votes and defeated his rival AIADMK candidate KS Srinivasan by a margin of 4,836 votes.&amp;lt;ref&amp;gt;{{Cite web|last=முகிலன்|first=பா|title=பி.கே.சேகர்பாபு: சட்டசபை தேர்தல்... ஒரு பார்வை! #TNelections2021|url=https://www.vikatan.com/government-and-politics/politics/pk-sekar-babu-a-short-analysis-of-tamilnadu-elections-2021|access-date=15 June 2021|website=vikatan.com|language=ta}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== As a Minister ===&lt;br /&gt;
In the [[2021 Tamil Nadu Legislative Assembly election]], he won from Harbour constituency polling 59,317 votes, giving a winning margin of 27274 votes.&amp;lt;ref&amp;gt;{{Cite web|title=Sekar Babu P K Election Results 2021: News, Votes, Results of Tamil-nadu Assembly|url=https://www.ndtv.com/elections/tamil-nadu-assembly-election-candidates-list-2021/sekar-babu-p-k-22018-4|access-date=15 June 2021|website=NDTV.com|language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sekar Babu in May 2021, said that the ruling DMK will work for North Indian residents in the state even if they did not vote for the party over the years. He claimed that even though the North Indians grew rich because of the ruling [[Dravidian parties]] and yet they still voted for the BJP. He also said that his party sees the North Indians, as people from Tamil Nadu and one among them.&amp;lt;ref&amp;gt;{{Cite web|author=Scroll Staff|title=DMK will continue to work for North Indians even if they did not vote for us, says TN minister|url=https://scroll.in/latest/995911/dmk-will-continue-to-work-for-north-indians-even-if-they-did-not-vote-for-us-says-tn-minister|access-date=15 June 2021|website=Scroll.in|language=en-US}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sekar Babu toured around the state taking action to reclaim the occupied temple land around Tamil Nadu. He reclaimed the illegally occupied land by a [[Hindu Mahasabha]] leader in July 2020.&amp;lt;ref&amp;gt;{{Cite web|url=https://newstm.in/tamilnadu/the-leader-of-the-hindu-mahasabha-who-occupied-the-temple/cid4299769.htm|title = கோவில் நிலத்தை ஆக்கிரமித்த இந்து மகாசபை தலைவர்... அதிரடி காட்டிய அமைச்சர் !!|date = 26 July 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Under his ministerial leadership, non-Brahmin priests were appointed to temples managed by HRCE by Chief minister M. K. Stalin.&amp;lt;ref&amp;gt;{{Cite news|title=DMK government appoints trained aspirants of all castes as priests in temples|work=The Economic Times|url=https://economictimes.indiatimes.com/news/politics-and-nation/dmk-government-appoints-trained-aspirants-of-all-castes-as-priests-in-temples/articleshow/85328699.cms|access-date=2021-08-15}}&amp;lt;/ref&amp;gt; Sekar Babu said it was Periyar&#039;s dream, that persons of all castes should become priests at temples, and it was former Chief Minister [[M. Karunanidhi]] who had made it a reality.&amp;lt;ref&amp;gt;{{Cite news|date=2021-08-15|title=Archakas of all castes get appointed|language=en-IN|work=The Hindu|url=https://www.thehindu.com/news/national/tamil-nadu/archakas-of-all-castes-get-appointed/article35920132.ece|access-date=2021-08-15|issn=0971-751X}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sekar Babu on October highlights of 2021 broke bread with a Narikuruva woman in the same temple feast she complained of being chased away from when staff at Sthalasaina Temple allegedly instructed her to leave, and later collect leftover food.&amp;lt;ref&amp;gt;{{Cite web|url=http://www.dtnext.in/News/TamilNadu/2021/10/30063312/1326546/Sekar-babu-breaks-caste-taboo-in-temple-feast.vpf|archive-url=https://web.archive.org/web/20211104013720/https://www.dtnext.in/News/TamilNadu/2021/10/30063312/1326546/Sekar-babu-breaks-caste-taboo-in-temple-feast.vpf|url-status=dead|archive-date=4 November 2021|title = Sekar babu breaks caste taboo in temple feast|date = 30 October 2021}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web|url=https://www.puthiyathalaimurai.com/newsview/120664/Following-the-allegations--Minister-Sekar-Babu-ate-food-along-with-the-victims|title=&amp;quot;அன்னதானம் எல்லோருக்கும் பொதுவானது&amp;quot; - நரிக்குறவர்களுடன் இணைந்து சாப்பிட்ட அமைச்சர்}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Electoral performance ==&lt;br /&gt;
{{transcluded section|source=Harbour Assembly constituency}}&lt;br /&gt;
{{trim|{{#section-h:Harbour Assembly constituency|2021}}}}&lt;br /&gt;
{{trim|{{#section-h:Harbour Assembly constituency|2016}}}}&lt;br /&gt;
{{transcluded section|source=Radhakrishnan Nagar Assembly constituency}}&lt;br /&gt;
{{trim|{{#section-h:Radhakrishnan Nagar Assembly constituency|2011}}}}&lt;br /&gt;
{{trim|{{#section-h:Radhakrishnan Nagar Assembly constituency|2006}}}}&lt;br /&gt;
{{trim|{{#section-h:Radhakrishnan Nagar Assembly constituency|2001}}}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Council of Ministers of Tamil Nadu}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Sekar Babu, P. K.}}&lt;br /&gt;
[[Category:Dravida Munnetra Kazhagam politicians]]&lt;br /&gt;
[[Category:Living people]]&lt;br /&gt;
[[Category:Year of birth missing (living people)]]&lt;br /&gt;
[[Category:Tamil Nadu MLAs 2001–2006]]&lt;br /&gt;
[[Category:Tamil Nadu MLAs 2006–2011]]&lt;br /&gt;
[[Category:Tamil Nadu MLAs 2016–2021]]&lt;br /&gt;
[[Category:Tamil Nadu MLAs 2021–2026]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Madhurani_Gokhale&amp;diff=514486</id>
		<title>Madhurani Gokhale</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Madhurani_Gokhale&amp;diff=514486"/>
		<updated>2026-01-02T06:06:22Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Indian actress}}&lt;br /&gt;
{{Use dmy dates|date=December 2023}}&lt;br /&gt;
{{Use Indian English|date=December 2023}}&lt;br /&gt;
{{Infobox person&lt;br /&gt;
| name               = Madhurani Gokhale-Prabhulkar&lt;br /&gt;
| image              = &lt;br /&gt;
| caption            = &lt;br /&gt;
| birth_name         = Madhurani Gokhale&lt;br /&gt;
| birth_date         = 2 March&amp;lt;ref&amp;gt;{{Cite web |date=2022-03-02 |title=Happy Birthday Madhurani Gokhale : Lesser- known facts about the Aai Kuthe Kay Karte actress |url=https://timesofindia.indiatimes.com/tv/news/marathi/happy-birthday-madhurani-gokhale--lesser-known-facts-about-the-aai-kuthe-kay-karte-actress/photostory/89942942.cms |access-date=2023-11-06 |website=The Times of India |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| birth_place        = [[Bhusawal]], [[Maharashtra]], [[India]]&lt;br /&gt;
| occupation         = [[Actress]]&lt;br /&gt;
| years_active       = 2000–present&lt;br /&gt;
| spouse             = {{marriage|Pramod Prabhulkar|2003}}&lt;br /&gt;
| known_for          = &#039;&#039;[[Aai Kuthe Kay Karte!]]&#039;&#039;&lt;br /&gt;
| children           = Swarali Prabhulkar (daughter)&lt;br /&gt;
}}&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Madhurani Gokhale-Prabhulkar&#039;&#039;&#039; ([[née]] &#039;&#039;&#039;Gokhale&#039;&#039;&#039;; born 2 March) is an Indian actress, singer and Music composer. She known for her performance in [[Aai Kuthe Kay Karte!]]&amp;lt;ref&amp;gt;{{Cite web|title=आपल्याला दुसरी बाजू माहीत नाही तर त्यावर बोलताच का? मधुराणी गोखले|url=https://maharashtratimes.com/entertainment/entertainment-news/if-we-do-not-know-other-side-of-the-story-then-it-is-better-to-keep-quite-says-madhurani-gokhale/articleshow/78764476.cms|access-date=2021-01-19|website=[[Maharashtra Times]]|language=mr}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web|title=&#039;आई कुठे काय करते!&#039;च्या सेटवर घडलं काय?|url=https://marathi.abplive.com/videos/entertainment/television-special-chat-with-arundhati-deshmukh-on-aai-kuthe-kaay-karte-serial-728544|access-date=2023-06-23|website=[[ABP Majha]]|language=mr}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Career ==&lt;br /&gt;
She started her career at the age of 16 and won the Purushottam Award for her own scripted play. She started her own film production course. She showed off her skills as a singer in the celebrity show &#039;&#039;[[Sa Re Ga Ma Pa Marathi Li&#039;l Champs|Sa Re Ga Ma Pa]]&#039;&#039; and got a film &#039;&#039;Sundar Maze Ghar&#039;&#039;. She made her first breakthrough from &#039;&#039;Indradhanushya&#039;&#039; series on [[Zee Marathi]]. In 2004, she produced the film &#039;&#039;God Gupit&#039;&#039;. She also acted in &#039;&#039;Tumcha Aamcha Same Asta&#039;&#039;. In 2004, she did a supporting role in &#039;&#039;[[Navra Maza Navsacha]]&#039;&#039;. Currently, she is playing a lead role in &#039;&#039;[[Aai Kuthe Kay Karte!]]&#039;&#039;&amp;lt;ref&amp;gt;{{Cite web|title=Madhurani Gokhale Prabhulkar gets nostalgic as she shares her school memories; says, &amp;quot;I&#039;m proud to be a part of this frame&amp;quot; - Times of India|url=https://timesofindia.indiatimes.com/tv/news/marathi/madhurani-gokhale-prabhulkar-gets-nostalgic-as-she-shares-a-major-throwback-picture-from-her-school-says-im-proud-to-be-a-part-of-this-frame/articleshow/78513843.cms|access-date=2023-06-23|website=[[The Times of India]]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Filmography ==&lt;br /&gt;
=== Films ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Year&lt;br /&gt;
!Show&lt;br /&gt;
!Role&lt;br /&gt;
!Ref.&lt;br /&gt;
|-&lt;br /&gt;
|2000&lt;br /&gt;
|&#039;&#039;Lekru&#039;&#039;&lt;br /&gt;
|Madhavi&lt;br /&gt;
|{{Citation needed|date=November 2024}} &lt;br /&gt;
|-&lt;br /&gt;
|2004&lt;br /&gt;
|&#039;&#039;[[Navra Maza Navsacha]]&#039;&#039;&lt;br /&gt;
| VJ Candy &lt;br /&gt;
|{{Citation needed|date=November 2024}} &lt;br /&gt;
|-&lt;br /&gt;
|2006&lt;br /&gt;
|&#039;&#039;Namdar Mukhyamantri Ganpya Gawde&#039;&#039;&lt;br /&gt;
|TV Host&lt;br /&gt;
|{{Citation needed|date=November 2024}} &lt;br /&gt;
|-&lt;br /&gt;
|2009&lt;br /&gt;
|&#039;&#039;Sundar Maze Ghar&#039;&#039;&lt;br /&gt;
|Gauri&lt;br /&gt;
|{{Citation needed|date=November 2024}} &lt;br /&gt;
|-&lt;br /&gt;
|2010&lt;br /&gt;
|&#039;&#039;Mani Mangalsutra&#039;&#039;&lt;br /&gt;
|Gauri&lt;br /&gt;
|{{Citation needed|date=November 2024}} &lt;br /&gt;
|-&lt;br /&gt;
|2016&lt;br /&gt;
|&#039;&#039;Jithun Padlya Gathi&#039;&#039;&lt;br /&gt;
|Ashwini Barve&lt;br /&gt;
|{{Citation needed|date=November 2024}} &lt;br /&gt;
|-&lt;br /&gt;
|2018&lt;br /&gt;
|&#039;&#039;Bhabhipedia&#039;&#039;&lt;br /&gt;
|Mrs. Banerjee&lt;br /&gt;
|{{Citation needed|date=November 2024}} &lt;br /&gt;
|-&lt;br /&gt;
|2019&lt;br /&gt;
|&#039;&#039;[[Arohan (film)|Arohan]]&#039;&#039;&lt;br /&gt;
|Aditi&lt;br /&gt;
|{{Citation needed|date=November 2024}} &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Television ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Year&lt;br /&gt;
! Serial &lt;br /&gt;
! Role&lt;br /&gt;
|-&lt;br /&gt;
| 2003&lt;br /&gt;
| &#039;&#039;Indradhanushya&#039;&#039;&lt;br /&gt;
| Shraddha&lt;br /&gt;
|-&lt;br /&gt;
| rowspan = &amp;quot;2&amp;quot; | 2007&lt;br /&gt;
| &#039;&#039;Yanda Kartavya Aahe&#039;&#039;&lt;br /&gt;
| rowspan = &amp;quot;2&amp;quot; | Host&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Hich Mazi Maitrin&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 2008&lt;br /&gt;
| &#039;&#039;[[Sa Re Ga Ma Pa Marathi Li&#039;l Champs|Sa Re Ga Ma Pa]]&#039;&#039;&lt;br /&gt;
| Contestant&lt;br /&gt;
|-&lt;br /&gt;
| 2007–2009&lt;br /&gt;
| &#039;&#039;[[Asambhav (TV series)|Asambhav]]&#039;&#039;&lt;br /&gt;
| Poonam Shastri &lt;br /&gt;
|-&lt;br /&gt;
| 2012-2014&lt;br /&gt;
| &#039;&#039;Ambat Goad&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 2019–2024&lt;br /&gt;
| &#039;&#039;[[Aai Kuthe Kay Karte!]]&#039;&#039;&lt;br /&gt;
| Arundhati Kelkar&amp;lt;ref&amp;gt;{{Cite web|title=&#039;आई कुठे काय करते!&#039; मालिकेत होणार अनिरुद्ध-अरुंधतीचा विवाह सोहळा|url=https://maharashtratimes.com/photogallery/entertainment/aai-kuthe-kay-karte-marathi-serial-wedding-of-aniruddha-and-arundhati/photoshow/78105108.cms|access-date=2023-06-23|website=[[Maharashtra Times]]|language=mr}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2022&lt;br /&gt;
| &#039;&#039;[[Aata Hou De Dhingana]]&#039;&#039;&lt;br /&gt;
| Contestant&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
 &lt;br /&gt;
== External links ==&lt;br /&gt;
* {{IMDb name|nm9176910}}&lt;br /&gt;
&lt;br /&gt;
{{Authority control}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Gokhale, Madhurani}}&lt;br /&gt;
[[Category:Living people]]&lt;br /&gt;
[[Category:Indian actresses]]&lt;br /&gt;
[[Category:Actresses in Marathi television]]&lt;br /&gt;
[[Category:Actresses in Marathi cinema]]&lt;br /&gt;
[[Category:Year of birth missing (living people)]]&lt;br /&gt;
[[Category:Actresses from Maharashtra]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Pune%E2%80%93Hazur_Sahib_Nanded_Superfast_Express&amp;diff=527198</id>
		<title>Pune–Hazur Sahib Nanded Superfast Express</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Pune%E2%80%93Hazur_Sahib_Nanded_Superfast_Express&amp;diff=527198"/>
		<updated>2025-12-31T08:11:26Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Indian express train}}&lt;br /&gt;
{{Use dmy dates|date=July 2019}}&lt;br /&gt;
{{Use Indian English|date=July 2019}}&lt;br /&gt;
{{Infobox rail service&lt;br /&gt;
| name = Pune Hazur Sahib Nanded  Superfast Express&lt;br /&gt;
| image = [[File:Nanded Pune express departing from Jalna.jpg|200px|Hazur Sahib Nanded-Pune express departing from Jalna]]&lt;br /&gt;
| caption = 17630 Hazur Sahib Nanded-Pune express with LGD WAG-9 departing from Jalna&lt;br /&gt;
| type = [[Superfast Express trains in India|Superfast]]&lt;br /&gt;
| first = 2 July 2002 until Pune Jn&lt;br /&gt;
| last =&lt;br /&gt;
| operator =  [[South Central Railway zone|South Central Railways]]&lt;br /&gt;
| ridership =&lt;br /&gt;
| start = {{stnlnk|Hazur Sahib Nanded}}&lt;br /&gt;
| stops = 11&lt;br /&gt;
| end = {{stnlnk|Pune Junction}}&lt;br /&gt;
| distance = {{convert|661|km|0|abbr=on}} &lt;br /&gt;
| journeytime = 12 hours &lt;br /&gt;
| frequency = Daily&lt;br /&gt;
| class = [[Indian Railways coaching stock|AC 1st Class]], [[Indian Railways coaching stock|AC 2 tier]], [[Indian Railways coaching stock|AC 3 tier]], [[Indian Railways coaching stock|Sleeper]], [[Indian Railways coaching stock|General]]&lt;br /&gt;
| seating = &lt;br /&gt;
| sleeping = Yes&lt;br /&gt;
| autorack =&lt;br /&gt;
| catering = No [[pantry car]] attached &lt;br /&gt;
| observation =&lt;br /&gt;
| entertainment =&lt;br /&gt;
| baggage =&lt;br /&gt;
| other facilities=&lt;br /&gt;
| stock = [[LHB coach]]&lt;br /&gt;
| gauge = {{track gauge|1676mm|al=on|allk=on}}&lt;br /&gt;
| el =&lt;br /&gt;
| trainnumber = 17629 / 17630&lt;br /&gt;
| speed = {{convert|140|km/h|0|abbr=on}} maximum,&amp;lt;br/&amp;gt;{{convert|55|km/h|0|abbr=on}}, including halts&lt;br /&gt;
| map = &lt;br /&gt;
| map_state =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pune-Hazur Sahib Nanded  Express&#039;&#039;&#039; is a [[Superfast Express trains in India|Superfast]] train belonging to [[South Central Railway zone]] of [[Indian Railways]]  that runs between {{stnlnk|Hazur Sahib Nanded}} and {{stnlnk|Pune Junction}} in India.&lt;br /&gt;
&lt;br /&gt;
==Background==&lt;br /&gt;
&lt;br /&gt;
This train was inaugurated on 2 July 2002 from Hazur Sahib Nanded, flagged off by [[Nitish Kumar]] former minister of Railways, and was also included on the 2002 rail budget.&amp;lt;ref&amp;gt;[http://www.indianrailways.gov.in/railwayboard/uploads/directorate/finance_budget/Previous%20Budget%20Speeches/2002-03.pdf Rail Budget 2002-03], Retrieved 17 June 2019&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Service==&lt;br /&gt;
&lt;br /&gt;
This train operates daily and covers a distance of 661&amp;amp;nbsp;km with an average speed of 55&amp;amp;nbsp;km/h with a total track cover time of approximately 12 hours.&amp;lt;ref&amp;gt;[https://scr.indianrailways.gov.in/view_detail.jsp?lang=0&amp;amp;dcd=7220&amp;amp;id=0,5,268 South Central railways], Retrieved 17 June 2019&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Routes==&lt;br /&gt;
&lt;br /&gt;
This train passes through {{stnlnk|Daund Junction}}, &lt;br /&gt;
{{stnlnk|Ahilyanagar}}, {{stnlnk|Manmad Junction}}, {{stnlnk|Chhatrapati Sambhajinagar}},&lt;br /&gt;
{{stnlnk|Jalna}},&lt;br /&gt;
{{stnlnk|Partur}},&lt;br /&gt;
{{stnlnk|Purna Junction}}, {{stnlnk|Parbhani Junction}} on both sides.&lt;br /&gt;
&lt;br /&gt;
==Traction==&lt;br /&gt;
&lt;br /&gt;
As the route is fully electrified, a [[Indian locomotive class WAG-9|WAG-9]] of electric Loco Shed, Lallaguda pulls the train to its destination on both sides.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [https://indiarailinfo.com/train/1155 12729 Pune–Nanded Express] India Rail Info&lt;br /&gt;
* [https://indiarailinfo.com/train/hazur-sahib-nanded-pune-sf-express-via-manmad-12730/1284/1676/76 12730 Nanded–Pune Express] India Rail Info&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Railways in Western India}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Pune-Nanded Superfast Express}}&lt;br /&gt;
[[Category:Express trains in India]]&lt;br /&gt;
[[Category:Transport in Pune]]&lt;br /&gt;
[[Category:Transport in Nanded]]&lt;br /&gt;
[[Category:Rail transport in Maharashtra]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Mylara_Lingeshwara_Temple&amp;diff=519408</id>
		<title>Mylara Lingeshwara Temple</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Mylara_Lingeshwara_Temple&amp;diff=519408"/>
		<updated>2025-12-18T12:50:12Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: new new location!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Hindu temple in Mylara}}&lt;br /&gt;
{{Use dmy dates|date=December 2019}}&lt;br /&gt;
{{Use Indian English|date=December 2019}}&lt;br /&gt;
{{Infobox settlement&lt;br /&gt;
| name                   = Mylara&lt;br /&gt;
| native_name_lang       = kn&lt;br /&gt;
| other_name             = Mailara&lt;br /&gt;
| nickname               = &lt;br /&gt;
| settlement_type        = Village&lt;br /&gt;
| image_skyline          = &lt;br /&gt;
| image_alt              = &lt;br /&gt;
| image_caption          = &lt;br /&gt;
| pushpin_map            = India Karnataka&lt;br /&gt;
| pushpin_label_position = right&lt;br /&gt;
| pushpin_map_alt        = &lt;br /&gt;
| pushpin_map_caption    = Location in Karnataka, India&lt;br /&gt;
| coordinates            = {{coord|14|48|29|N|75|41|27|E|display=inline,title}}&lt;br /&gt;
| subdivision_type       = Country&lt;br /&gt;
| subdivision_name       = {{flag|India}}&lt;br /&gt;
| subdivision_type1      = [[States and territories of India|State]]&lt;br /&gt;
| subdivision_name1      = [[Karnataka]]&lt;br /&gt;
| subdivision_type2      = [[List of districts of India|District]]&lt;br /&gt;
| subdivision_name2      = [[Vijayanagara]]&lt;br /&gt;
| subdivision_type3      = [[Taluks of Karnataka|Taluk]]&lt;br /&gt;
| subdivision_name3      = [[Hoovina Hadagali]]&lt;br /&gt;
| subdivision_type4      = [[List of Constituencies of the Lok Sabha|Lok Sabha Constituency]]&lt;br /&gt;
| subdivision_name4      = [[Bellary]]&lt;br /&gt;
| established_title      = &amp;lt;!-- Established --&amp;gt;&lt;br /&gt;
| established_date       = &lt;br /&gt;
| founder                = &lt;br /&gt;
| named_for              = &lt;br /&gt;
| government_type        = [[Panchayati raj (India)|Panchayat raj]]&lt;br /&gt;
| governing_body         = [[Gram panchayat]]&lt;br /&gt;
| unit_pref              = Metric&lt;br /&gt;
| area_footnotes         = &lt;br /&gt;
| area_rank              = &lt;br /&gt;
| area_total_km2         = &lt;br /&gt;
| elevation_footnotes    = &lt;br /&gt;
| elevation_m            = &lt;br /&gt;
| population_total       = &lt;br /&gt;
| population_as_of       = &lt;br /&gt;
| population_rank        = &lt;br /&gt;
| population_density_km2 = auto&lt;br /&gt;
| population_demonym     = &lt;br /&gt;
| population_footnotes   = &lt;br /&gt;
| demographics_type1     = Languages&lt;br /&gt;
| demographics1_title1   = Official&lt;br /&gt;
| demographics1_info1    = [[Kannada]]&lt;br /&gt;
| timezone1              = [[Indian Standard Time|IST]]&lt;br /&gt;
| utc_offset1            = +5:30&lt;br /&gt;
| postal_code_type       = &amp;lt;!-- [[Postal Index Number|PIN]] --&amp;gt;&lt;br /&gt;
| postal_code            = &lt;br /&gt;
| registration_plate     = KA 34&lt;br /&gt;
| blank1_name_sec1       = Nearest city&lt;br /&gt;
| blank1_info_sec1       = Hadagali, Vijayanagara&lt;br /&gt;
| website                = {{URL|karnataka.gov.in}}&lt;br /&gt;
| iso_code               = [[ISO 3166-2:IN|IN-KA]]&lt;br /&gt;
| footnotes              =&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mylara Lingeshwara Temple&#039;&#039;&#039; is a [[Hindu temple]] dedicated to a form of the Hindu god [[Shiva]] in Mylara, in the southwest of [[Hoovina Hadagali]] taluk, Vijayanagara district, Karnataka, India, 2&amp;amp;nbsp;km from the [[Tungabhadra River]].&lt;br /&gt;
{{stack&lt;br /&gt;
|[[File:Mylara 3.jpg|thumb|The temple in 2008]]&lt;br /&gt;
[[File:Mylara 1.jpg|thumb|The temple in 2008]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{commons category|Mylara Lingeshwara Temple}}&lt;br /&gt;
{{Reflist}}&amp;lt;!--added above categories/infobox footers by script-assisted edit--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Hindu temples in Karnataka}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Mylara Lingeshwara Temple At Mylara}}&lt;br /&gt;
[[Category:Hindu temples in Vijayanagara district]]&lt;br /&gt;
[[Category:Shiva temples in Karnataka]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Shiu_Sagar_Road_railway_station&amp;diff=535061</id>
		<title>Shiu Sagar Road railway station</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Shiu_Sagar_Road_railway_station&amp;diff=535061"/>
		<updated>2025-11-05T17:12:13Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: created a stub v1...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Railway station in Bihar}}&lt;br /&gt;
{{Infobox station&lt;br /&gt;
| name               = Shiu Sagar Road&lt;br /&gt;
| type               = [[Indian Railways]] station&lt;br /&gt;
| style              = Indian Railways&lt;br /&gt;
| image              = &lt;br /&gt;
| image_size         = &lt;br /&gt;
| image_caption      = &lt;br /&gt;
| address            = State Highway 67, Shiv Sagar Road, [[Rohtas district]], [[Bihar]]&lt;br /&gt;
| country            = India&lt;br /&gt;
| coordinates        = {{Coord|25|00|01|N|83|53|45|E|type:railwaystation_region:IN|format=dms|display=inline,title}}&lt;br /&gt;
| elevation          = {{convert|98|m|ft}}&lt;br /&gt;
| line               = [[Gaya–Pandit Deen Dayal Upadhyaya Junction section]]&lt;br /&gt;
| other              = &lt;br /&gt;
| structure          = Standard on ground&lt;br /&gt;
| platform           = 4&lt;br /&gt;
| tracks             = &lt;br /&gt;
| entrances          = &lt;br /&gt;
| parking            = No&lt;br /&gt;
| bicycle            = No&lt;br /&gt;
| opened             = 1906&lt;br /&gt;
| closed             = &lt;br /&gt;
| rebuilt            = &lt;br /&gt;
| electrified        = 1961–63&lt;br /&gt;
| accessible         = &lt;br /&gt;
| code               = {{Indian railway code&lt;br /&gt;
  | code = SSG&lt;br /&gt;
  | zone = &lt;br /&gt;
  | division = {{rwd|Pandit Deen Dayal Upadhyaya}}&lt;br /&gt;
  }}&lt;br /&gt;
| owned              = [[Indian Railways]]&lt;br /&gt;
| operator           = [[East Central Railway zone|East Central Railway]]&lt;br /&gt;
| status             = Functioning&lt;br /&gt;
| former             = &lt;br /&gt;
| passengers         = &lt;br /&gt;
| pass_year          = &lt;br /&gt;
| pass_percent       = &lt;br /&gt;
| pass_system        = &lt;br /&gt;
| map_type           = India Bihar&lt;br /&gt;
| map_dot_label      = Shiu Sagar Road railway station&lt;br /&gt;
| map_size           = 300&lt;br /&gt;
| map_caption        = Location in Uttar Pradesh&lt;br /&gt;
| services           = {{Adjacent stations|system=Indian Railways|line=East Central Railway zone|left=Kumahu|right=Khurmabad|type=Mughalsarai–Dhanbad section}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Shiu Sagar Road railway station&#039;&#039;&#039; is a railway station situated on the [[Gaya–Pandit Deen Dayal Upadhyaya Junction section]] under [[East Central Railway zone]]. It is located beside State Highway 67, Shiv Sagar Road in [[Rohtas district]] in the Indian state of [[Bihar]].&amp;lt;ref&amp;gt;{{Cite web |title=Shiu Sagar Road Railway Station Map/Atlas ECR/East Central Zone - Railway Enquiry |url=https://indiarailinfo.com/station/map/shiu-sagar-road-ssg/4380 |access-date=2025-11-05 |website=indiarailinfo.com}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
The [[East Indian Railway Company]] started connecting Delhi and Howrah from the mid nineteenth century. In 1862, the railway tracks crossed Mughalsarai and reached the western bank of the [[Yamuna]]. The through link to Delhi was established in 1866.&amp;lt;ref&amp;gt;{{Cite web |title=[IRFCA] Indian Railways FAQ - IR History - Early Days |url=https://www.irfca.org/faq/faq-hist.html |access-date=2025-11-05 |website=www.irfca.org}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Electrification==&lt;br /&gt;
The Mughalsarai–Howrah sector was electrified in 1961–63.&amp;lt;ref&amp;gt;{{Cite web |title=[IRFCA] Electrification History from CORE |url=https://www.irfca.org/docs/electrification-history.html |access-date=2025-11-05 |website=www.irfca.org}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Railway stations in Bihar}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Railway stations in Rohtas district]]&lt;br /&gt;
[[Category:Pandit Deen Dayal Upadhyaya railway division]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Ganda_(Chandela_dynasty)&amp;diff=499714</id>
		<title>Ganda (Chandela dynasty)</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Ganda_(Chandela_dynasty)&amp;diff=499714"/>
		<updated>2025-10-19T13:34:55Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: put up a entry...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Chandela king from 999 to 1002}}&lt;br /&gt;
{{Use dmy dates|date=June 2017}}&lt;br /&gt;
{{Use Indian English|date=June 2017}}&lt;br /&gt;
{{Infobox royalty&lt;br /&gt;
| name         = Ganda&lt;br /&gt;
| succession   = [[Chandela]] king&lt;br /&gt;
| reign        = c. 999–1002&lt;br /&gt;
| predecessor  = [[Dhanga]]&lt;br /&gt;
| successor    = [[Vidyadhara (Chandela ruler)|Vidyadhara]]&lt;br /&gt;
| dynasty      = [[Chandela]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ganda&#039;&#039;&#039; ([[IAST]]: Gaṇḍa) was an early 11th century king of the [[Chandela]] dynasty of India. He ruled in the Jejakabhukti region ([[Bundelkhand]] in present-day [[Madhya Pradesh]]). The exact period of his reign is uncertain, but has been dated approximately as 999-1002 CE.{{sfn|Sullerey|2004|p=25}}&lt;br /&gt;
&lt;br /&gt;
== Sources of information ==&lt;br /&gt;
&lt;br /&gt;
No inscriptions issued by Ganda are available, but his name (as Ganda-deva) appears in the following inscriptions issued by his successors:{{sfn|Dikshit|1976|p=70}}&lt;br /&gt;
&lt;br /&gt;
* [[Mahoba]] stone inscription composed of [[Paramardideva]]&lt;br /&gt;
* [[Mau, Uttar Pradesh|Mau]] stone inscription of [[Madanavarman]]&lt;br /&gt;
* [[Ajaigarh|Ajaygadh]] rock inscription of [[Kirttivarman (Chandela dynasty)|Kirttivarman]]&lt;br /&gt;
* Ajaygadh rock inscription issued during the reign of [[Bhojavarman]]&lt;br /&gt;
&lt;br /&gt;
The information about Ganda in these inscriptions is not of much historical value.{{sfn|Mitra|1977|pp=71-72}} They mostly contain [[eulogy|eulogistic]] descriptions, such as calling him invincible, or stating that he had &amp;quot;the sole lordship of the earth&amp;quot;.{{sfn|Dikshit|1976|p=71}}&lt;br /&gt;
&lt;br /&gt;
== Career ==&lt;br /&gt;
&lt;br /&gt;
Ganda succeeded [[Dhanga]] as the Chandela king.{{sfn|Mitra|1977|pp=71}} An analysis of the information available about Ganda&#039;s successor [[Vidyadhara (Chandela ruler)|Vidyadhara]] suggests that Ganda managed to maintain the territory he inherited.{{sfn|Mitra|1977|pp=72}} According to the Mau stone inscription, Dhanga&#039;s chief minister Prabhasa retained the position during the reign of his successor Ganda. The Ajaygadh inscriptions suggest that a [[Kayastha]] named Jajuka was another important official of Ganda.{{sfn|Dikshit|1976|p=71}}&lt;br /&gt;
&lt;br /&gt;
Until the 1970s, scholars such as R. K. Dikshit assigned the end of Ganda&#039;s rule to 1015 CE.{{sfn|Dikshit|1976|pp=71-72}} However, later, a copper-plate issued by Vidyadhara&#039;s queen Satyabhama was discovered at [[Kundeshwar]]. This inscription is dated 1004 CE, which proves that Vidyadhara was already ruling in 1004 CE. Based on this, S. K. Sullerey dates the end of Ganda&#039;s rule to 1002 CE.{{sfn|Sullerey|2004|p=25}}&amp;lt;ref&amp;gt;{{cite book |title=Indian Archaeology: A Review |url=https://books.google.com/books?id=jW1DAAAAYAAJ |year=1975 |publisher=Archaeological Survey of India |page=55 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some earlier historians believed that Ganda ruled until at least 1018 CE. R. K. Dikshit identified Dhanga with the king of [[Kalanjara]] who contributed contingents to the Hindu confederacy that was defeated by [[Mahmud of Ghazni]] at [[Peshawar]] in 1008 CE.{{sfn|Dikshit|1976|p=72}} In 1018 CE, Mahmud of Ghazni invaded [[Kannauj]], whose king (possibly Rajyapala) fled the city, allowing the Ghaznvid army to sack it without facing much resistance. According to the later Muslim historians such as [[Firishta]] (16th century), Nanda, the king of [[Khajuraho]] killed the king of Kannauj as a punishment for his cowardice. Some [[British India|British-era]] scholars identified &amp;quot;Nanda&amp;quot; as a misspelling of Ganda. [[Ali ibn al-Athir]] (12th century), a Muslim historian earlier than Firishta, named the king of Khajuraho as &amp;quot;Bida&amp;quot;, a variant of &amp;quot;Vidya&amp;quot; (that is, Ganda&#039;s successor [[Vidyadhara (Chandela ruler)|Vidyadhara]]). The later Muslim historians must have misread this as &amp;quot;Nanda&amp;quot;. Moreover, an inscription discovered at Mahoba states that Vidyadhara defeated the ruler of Kannauj. Based on this, it can be inferred that Ganda&#039;s reign ended sometime before 1018 CE, when his successor defeated the ruler of Kannauj.{{sfn|Mitra|1977|pp=72-73}}{{sfn|Dikshit|1976|p=72}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
=== Bibliography ===&lt;br /&gt;
&lt;br /&gt;
* {{cite book |url=https://books.google.com/books?id=a9j9ZJGJOV0C&amp;amp;pg=PA25 |title=The Candellas of Jejākabhukti |first=R. K. |last=Dikshit |publisher=Abhinav |year=1976 |isbn=9788170170464 }}&lt;br /&gt;
* {{cite book |url=https://books.google.com/books?id=irHN2UA_Z7gC&amp;amp;pg=PA27 |title=The Early Rulers of Khajurāho |first=Sisirkumar |last=Mitra |publisher=Motilal Banarsidass |year=1977 |isbn=9788120819979 }}&lt;br /&gt;
* {{cite book |first=Sushil Kumar |last=Sullerey |title=Chandella Art |url=https://books.google.com/books?id=Rj8RusFpYHIC&amp;amp;pg=PA25 |year=2004 |publisher=Aakar Books |isbn=978-81-87879-32-9 }}&lt;br /&gt;
&lt;br /&gt;
{{Chandelas of Jejakabhukti}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Chandelas of Jejakabhukti]]&lt;br /&gt;
[[Category:11th-century Indian monarchs]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Team_Gonasika&amp;diff=539869</id>
		<title>Team Gonasika</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Team_Gonasika&amp;diff=539869"/>
		<updated>2025-10-08T07:29:06Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: created first article initial version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Vizag based field hockey franchise team}}&lt;br /&gt;
{{Use dmy dates|date=October 2024}}&lt;br /&gt;
{{Use Indian English|date=October 2024}}&lt;br /&gt;
{{Infobox field hockey club&lt;br /&gt;
| clubname      = Team Gonasika&lt;br /&gt;
| image         = Team Gonasika.png&lt;br /&gt;
| caption       = &lt;br /&gt;
| fullname      = Team Gonasika&lt;br /&gt;
| nickname      = &lt;br /&gt;
| short name    =&lt;br /&gt;
| league        = [[Hockey India League]]&lt;br /&gt;
| founded       = [[2024–25 Hockey India League|2024]]&lt;br /&gt;
| dissolved     = 2025&lt;br /&gt;
| color         = {{color box|#87CEFA}} {{color box|#FFFFFF}} {{color box|#00008B}}&lt;br /&gt;
| ground        = [[Visakhapatnam]]&lt;br /&gt;
| capacity      = &lt;br /&gt;
| captain       = {{flagicon|IND}} [[Manpreet Singh (field hockey)|Manpreet Singh]]&lt;br /&gt;
| coach         = {{flagicon|RSA}} [[Paul Revington]]&lt;br /&gt;
| director      =&lt;br /&gt;
| owner         = Tarini Prasad Mohanty &amp;lt;ref&amp;gt; {{cite web|url=https://interviewtimes.net/tarini-prasad-mohanty-from-mining-magnate-to-hockey-champion-leading-odishas-legacy-with-team-gonasika/ |title=Tarini Prasad Mohanty: From Mining Leader to Hockey Champion, Empowering Odisha&#039;s Legacy |date=15 October 2024 }} &amp;lt;/ref&amp;gt;&lt;br /&gt;
| ceo           = &lt;br /&gt;
| chairman      =&lt;br /&gt;
| manager       =&lt;br /&gt;
| members       =&lt;br /&gt;
| winners       = &lt;br /&gt;
| runnerup      = &lt;br /&gt;
| website       =&lt;br /&gt;
| kit_alt1      =&lt;br /&gt;
| pattern_la1   = &lt;br /&gt;
| pattern_b1    = &lt;br /&gt;
| pattern_ra1   = &lt;br /&gt;
| pattern_sh1   =&lt;br /&gt;
| pattern_so1   =&lt;br /&gt;
| leftarm1      = 00008B&lt;br /&gt;
| body1         = FFFFFF&lt;br /&gt;
| rightarm1     = 00008B&lt;br /&gt;
| shorts1       = 87CEFA&lt;br /&gt;
| socks1        = FFFFFF&lt;br /&gt;
| kit_alt2      = &lt;br /&gt;
| pattern_la2   = &lt;br /&gt;
| pattern_b2    = &lt;br /&gt;
| pattern_ra2   = &lt;br /&gt;
| pattern_sh2   = &lt;br /&gt;
| pattern_so2   = &lt;br /&gt;
| leftarm2      = &lt;br /&gt;
| body2         = &lt;br /&gt;
| rightarm2     = &lt;br /&gt;
| shorts2       = &lt;br /&gt;
| socks2        = &lt;br /&gt;
| kit_alt3      = &lt;br /&gt;
| pattern_la3   = &lt;br /&gt;
| pattern_b3    = &lt;br /&gt;
| pattern_ra3   = &lt;br /&gt;
| pattern_sh3   = &lt;br /&gt;
| pattern_so3   = &lt;br /&gt;
| leftarm3      = &lt;br /&gt;
| body3         = &lt;br /&gt;
| rightarm3     = &lt;br /&gt;
| shorts3       = &lt;br /&gt;
| socks3        = &lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Team Gonasika&#039;&#039;&#039; was a [[field hockey]] franchise  based in [[Visakhapatnam]] that competed in the [[Hockey India League]].&amp;lt;ref&amp;gt;{{Cite web |last=Sportstar |first=Team |date=2024-10-13 |title=Team Gonasika (Visakhapatnam) squad, Hockey India League 2024-25: Full list of players after auction, remaining purse |url=https://sportstar.thehindu.com/hockey/team-gonasika-squad-hockey-india-league-2024-auction-men-players-bought-full-list-purse-remaining/article68748501.ece |access-date=2024-10-13 |website=Sportstar |language=en}}&amp;lt;/ref&amp;gt; [[Paul Revington]] was the head coach of the team.&amp;lt;ref&amp;gt;{{Cite web |last=staff |first=Hockey Paper |date=2024-11-01 |title=Paul Revington to coach Hockey India League franchise |url=https://www.thehockeypaper.co.uk/articles/2024/11/01/paul-revington-to-coach-hockey-india-league-franchise |access-date=2024-12-22 |website=The Hockey Paper |language=en-GB}}&amp;lt;/ref&amp;gt; The team  dissolved after competing in one season.&amp;lt;ref&amp;gt;{{Cite web |last=Chakraborty |first=Saikat |date=2025-08-31 |title=HIL 2026: Team Gonasika, Odisha Warriors pull out of men’s and women’s tournaments |url=https://sportstar.thehindu.com/hockey/hockey-india-league-2026-team-gonasika-odisha-warriors-pull-out-news/article69996102.ece |access-date=2025-09-02 |website=sportstar.thehindu.com |language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Squad==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
!style=&amp;quot;background: #00008B; color:#FFFFFF&amp;quot;|Player&lt;br /&gt;
!style=&amp;quot;background: #00008B; color:#FFFFFF&amp;quot;|Nationality&lt;br /&gt;
!style=&amp;quot;background: #00008B; color:#FFFFFF&amp;quot;|Signed&lt;br /&gt;
!style=&amp;quot;background: #00008B; color:#FFFFFF&amp;quot;|Salary&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4|Goalkeepers&lt;br /&gt;
|-&lt;br /&gt;
| [[Ollie Payne]]&lt;br /&gt;
| {{GBR}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹15 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Suraj Karkera]]&lt;br /&gt;
| {{IND}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹22 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Kamalbir Singh]]&lt;br /&gt;
| {{IND}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹2 lakhs&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4|Defenders&lt;br /&gt;
|-&lt;br /&gt;
| [[Birendra Lakra]]&lt;br /&gt;
| {{IND}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹10 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Amir Ali (field hockey)|Amir Ali]]&lt;br /&gt;
| {{IND}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹34 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Nilam Sanjeep Xess]]&lt;br /&gt;
| {{IND}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹17 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Yogember Rawat]]&lt;br /&gt;
| {{IND}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹11 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Tim Howard (field hockey)|Timothy Howard]]&lt;br /&gt;
| {{AUS}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹20 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Dipsan Tirkey]]&lt;br /&gt;
| {{IND}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹6.6 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Anmol Ekka]]&lt;br /&gt;
| {{IND}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹9.2 lakhs&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4|Midfielders&lt;br /&gt;
|-&lt;br /&gt;
| [[Manpreet Singh (field hockey)|Manpreet Singh]] &#039;&#039;&#039;(C)&#039;&#039;&#039;&lt;br /&gt;
| {{IND}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹42 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Vishnukant Singh]]&lt;br /&gt;
| {{IND}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹20 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Jack Waller (field hockey)|Jack Waller]]&lt;br /&gt;
| {{GBR}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹10 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Lee Morton]]&lt;br /&gt;
| {{GBR}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹10 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Jacob Draper]]&lt;br /&gt;
| {{GBR}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹5 lakhs&lt;br /&gt;
|- &lt;br /&gt;
| [[Timothée Clément]]&lt;br /&gt;
| {{FRA}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹7.2 lakhs&lt;br /&gt;
|-&lt;br /&gt;
! colspan=4|Forwards&lt;br /&gt;
|-&lt;br /&gt;
| [[Mandeep Singh (field hockey)|Mandeep Singh]]&lt;br /&gt;
| {{IND}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹25 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Araijeet Singh Hundal]]&lt;br /&gt;
| {{IND}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹42 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Struan Walker]]&lt;br /&gt;
| {{GBR}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹21 lakhs&lt;br /&gt;
|-&lt;br /&gt;
| [[Victor Charlet]]&lt;br /&gt;
| {{FRA}}&lt;br /&gt;
| 2024&lt;br /&gt;
| ₹26 lakhs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Performance record==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!rowspan=2|Season&lt;br /&gt;
!rowspan=2|Standing&lt;br /&gt;
!rowspan=2|Result&lt;br /&gt;
!rowspan=2|Matches&lt;br /&gt;
!rowspan=2|Won&lt;br /&gt;
!rowspan=2|Draw&lt;br /&gt;
!rowspan=2|Lost&lt;br /&gt;
!colspan=2|Shootout&lt;br /&gt;
|-&lt;br /&gt;
!W&lt;br /&gt;
!L&lt;br /&gt;
|-&lt;br /&gt;
!{{nowrap|[[2024–25 Hockey India League|2024–25]]}}&lt;br /&gt;
|7/8&lt;br /&gt;
|7th&lt;br /&gt;
|10&lt;br /&gt;
|3&lt;br /&gt;
|2&lt;br /&gt;
|5&lt;br /&gt;
|1&lt;br /&gt;
|1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Hockey India League}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Hockey India League teams]]&lt;br /&gt;
[[Category:Field hockey clubs in India]]&lt;br /&gt;
[[Category:Field hockey clubs established in 2024]]&lt;br /&gt;
[[Category:Sports clubs and teams in Andhra Pradesh]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=List_of_Monuments_of_National_Importance_in_Uttara_Kannada_district&amp;diff=468675</id>
		<title>List of Monuments of National Importance in Uttara Kannada district</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=List_of_Monuments_of_National_Importance_in_Uttara_Kannada_district&amp;diff=468675"/>
		<updated>2025-09-16T13:02:28Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|none}}&lt;br /&gt;
&lt;br /&gt;
{{Use dmy dates|date=December 2019}}&lt;br /&gt;
{{Use Indian English|date=December 2019}}&lt;br /&gt;
The following structures in [[Uttara Kannada]] district have been designated as [[Monuments of National Importance]] by the [[Archaeological Survey of India]] (ASI).&amp;lt;ref&amp;gt;{{cite web |url=http://asi.nic.in/asi_monu_alphalist_karnataka_dharwad.asp |title=Alphabetical List of Monuments - Karnataka (Dharwad Circle) |publisher=Archaeological Survey of India, Government of India |accessdate=15 October 2016 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{GeoGroupTemplate}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== List of monuments ==&lt;br /&gt;
{{ASI Monument header|state_iso=IN-KA|Circle=Dharwad}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D262 &lt;br /&gt;
| description = Inscriptions in Markandesvara temple &lt;br /&gt;
| location = Bailur &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat = 14.13063&lt;br /&gt;
| lon = 74.48972 &lt;br /&gt;
| image =  &lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D263 &lt;br /&gt;
| description = Carved bed-stead of stone in a small chamber in the south side of compound of Madhukesvara temple &lt;br /&gt;
| location = [[Banavasi]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat = 14.53516&lt;br /&gt;
| lon = 75.01687 &lt;br /&gt;
| image = Carved bed-stoad of stone.jpg &lt;br /&gt;
|commonscat=Banavasi&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D264 &lt;br /&gt;
| description = Madhukesvara temple &lt;br /&gt;
| location = [[Banavasi]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat = 14.53526&lt;br /&gt;
| lon = 75.0173 &lt;br /&gt;
| image =  Madhukeshwara_Temple.JPG&lt;br /&gt;
|commonscat=Madhukesvara Temple, Banavasi&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D265 &lt;br /&gt;
| description = Inscriptions in Madhukesvara temple &lt;br /&gt;
| location = [[Banavasi]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  14.53513&lt;br /&gt;
| lon =  75.01732&lt;br /&gt;
| image =  Banavasi Mahadevi Inscription2.png&lt;br /&gt;
|commonscat=Banavasi&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D266 &lt;br /&gt;
| description = Stones (Veeragals) &lt;br /&gt;
| location = Bedakani &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat = 14.33109&lt;br /&gt;
| lon = 74.84041 &lt;br /&gt;
| image = GOVERNMENT MUSEUM KITTUR 20.jpg &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D267 &lt;br /&gt;
| description = Adike Narayana Devasthan including Virupaksha devasthana &lt;br /&gt;
| location = [[Bhatkal]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat = 13.9838&lt;br /&gt;
| lon = 74.56355 &lt;br /&gt;
| image = &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D268 &lt;br /&gt;
| description = Jettappa Naikana Chandranathesvara Basti &lt;br /&gt;
| location = [[Bhatkal]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat = 13.98694&lt;br /&gt;
| lon = 74.55545 &lt;br /&gt;
| image =  Jettappa_Naikana_Chandranathesvara_Basti_glowing_in_the_evening_sun.jpg&lt;br /&gt;
|commonscat=Jettappa Naikana Chandranathesvara Basti&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D269 &lt;br /&gt;
| description = Joshi Shankaranarayana Devasthana &lt;br /&gt;
| location = [[Bhatkal]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  13.98361&lt;br /&gt;
| lon =  74.56272&lt;br /&gt;
| image =  &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D270 &lt;br /&gt;
| description = Ketpai Narayana Devasthana &lt;br /&gt;
| location = [[Bhatkal]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  13.98361&lt;br /&gt;
| lon =  74.56245&lt;br /&gt;
| image = Ketapai Narayana temple, Bhatkal, Karnataka.jpg &lt;br /&gt;
|commonscat=Ketapai Narayana temple Bhatkal&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D271 &lt;br /&gt;
| description = Lakar Kamati Narayana Devasthana &lt;br /&gt;
| location = [[Bhatkal]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat = 13.98676&lt;br /&gt;
| lon = 74.56351 &lt;br /&gt;
| image =  &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D272 &lt;br /&gt;
| description = Narasimha Devasthana &lt;br /&gt;
| location = [[Bhatkal]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat = 13.98341&lt;br /&gt;
| lon = 74.56564 &lt;br /&gt;
| image =Ancient Laxmi Narasimha temple , Bhatkal.jpg &lt;br /&gt;
|commonscat=Laxmi Narasimha temple Bhatkal&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D273 &lt;br /&gt;
| description = Parsvanatha Basti &lt;br /&gt;
| location = [[Bhatkal]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  13.98397&lt;br /&gt;
| lon =  74.55582&lt;br /&gt;
| image =  &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D274 &lt;br /&gt;
| description = Raghunatha Devasthana &lt;br /&gt;
| location = [[Bhatkal]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  13.98867&lt;br /&gt;
| lon =  74.55685&lt;br /&gt;
| image =  &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D275 &lt;br /&gt;
| description = Shantappa Naik Tirumala Devasthana &lt;br /&gt;
| location = [[Bhatkal]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  13.98342&lt;br /&gt;
| lon =  74.56427&lt;br /&gt;
| image = Santappa Nayak Tirumala temple, Bhatkal Karnataka.jpg &lt;br /&gt;
|commonscat=Santappa Nayak Tirumala temple Bhatkal&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D276 &lt;br /&gt;
| description = Three European graves &lt;br /&gt;
| location = [[Bhatkal]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat = 13.9838&lt;br /&gt;
| lon = 74.54744 &lt;br /&gt;
| image =  &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D277 &lt;br /&gt;
| description = Inscriptions &lt;br /&gt;
| location = Bilagi &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat = 14.3609&lt;br /&gt;
| lon = 74.79158 &lt;br /&gt;
| image =  &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D278 &lt;br /&gt;
| description = Ratnatraya Basti &lt;br /&gt;
| location = Bilagi &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat = 14.36078&lt;br /&gt;
| lon = 74.79165 &lt;br /&gt;
| image = &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D279 &lt;br /&gt;
| description = Siva temple on the east of the river &lt;br /&gt;
| location = Bilagi &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  14.36359&lt;br /&gt;
| lon =  74.78699&lt;br /&gt;
| image = &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D280 &lt;br /&gt;
| description = Virupaksha temple &lt;br /&gt;
| location = Bilagi &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  14.35708&lt;br /&gt;
| lon =  74.79279&lt;br /&gt;
| image = &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D281 &lt;br /&gt;
| description = Virabhadra temple, inscriptions and ancient site &lt;br /&gt;
| location = Gudhapur &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  &lt;br /&gt;
| lon =  &lt;br /&gt;
| image =  &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D282 &lt;br /&gt;
| description = Chandranatha Basti &lt;br /&gt;
| location = Hadavalli &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  14.03062&lt;br /&gt;
| lon =  74.63212&lt;br /&gt;
| image = Entrance_of_Chandranatha_Basti.jpg&lt;br /&gt;
|commonscat=Chandranatha Basti&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D283 &lt;br /&gt;
| description = Carved stones near the temple of the Gramadeva &lt;br /&gt;
| location = Hosur &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat = 14.34025&lt;br /&gt;
| lon = 74.88305 &lt;br /&gt;
| image = &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D284 &lt;br /&gt;
| description = Figure of a Tiger opposite the English school &lt;br /&gt;
| location = [[Kumta]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  14.42299&lt;br /&gt;
| lon =  74.41733&lt;br /&gt;
| image = &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D285 &lt;br /&gt;
| description = Tombs on the right side of the Manku-Kumta road &lt;br /&gt;
| location = [[Kumta]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  &lt;br /&gt;
| lon =  &lt;br /&gt;
| image = &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D286 &lt;br /&gt;
| description = Mirjan Fort &lt;br /&gt;
| location = Mirjan &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  14.48934&lt;br /&gt;
| lon =  74.41756&lt;br /&gt;
| image = Mirjan fort(16).jpg&lt;br /&gt;
|commonscat=Mirjan Fort&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D287 &lt;br /&gt;
| description = [[Chaturmukha Basadi, Gerusoppa]]&lt;br /&gt;
| location = Nagarbastikere [[Gerusoppa]]&lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat = 14.22872&lt;br /&gt;
| lon = 74.66479 &lt;br /&gt;
| image = Chaturmukha basadi.jpg&lt;br /&gt;
|commonscat=Chaturmukha Basadi, Gerusoppa&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D288 &lt;br /&gt;
| description = Inscriptions &lt;br /&gt;
| location = Nagarbastikere [[Gerusoppa]]&lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat = 14.22901&lt;br /&gt;
| lon = 74.66223 &lt;br /&gt;
| image = &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D289 &lt;br /&gt;
| description = Varhamanaswamy temple &lt;br /&gt;
| location = Nagarbastikere  [[Gerusoppa]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  14.22914&lt;br /&gt;
| lon =  74.66222&lt;br /&gt;
| image = &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D290 &lt;br /&gt;
| description = Virabhadra temple &lt;br /&gt;
| location = Nagarbastikere [[Gerusoppa]]&lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  14.22899&lt;br /&gt;
| lon =  74.66268&lt;br /&gt;
| image = &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D291 &lt;br /&gt;
| description = Temple of Shiva &lt;br /&gt;
| location = Somasagar &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  14.55927&lt;br /&gt;
| lon =  74.80609&lt;br /&gt;
| image =  &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D292 &lt;br /&gt;
| description = King&#039;s seat &lt;br /&gt;
| location = [[Sonda, Karnataka|Sonda]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  14.7374&lt;br /&gt;
| lon =  74.81405&lt;br /&gt;
| image = &lt;br /&gt;
|commonscat=&lt;br /&gt;
}}&lt;br /&gt;
{{ASI Monument row&lt;br /&gt;
| number  = N-KA-D293 &lt;br /&gt;
| description = Temple close to King&#039;s seat &lt;br /&gt;
| location = [[Sonda, Karnataka|Sonda]] &lt;br /&gt;
| address =  &lt;br /&gt;
| district = [[Uttara Kannada]]&lt;br /&gt;
| lat =  14.7368&lt;br /&gt;
| lon =  74.81399&lt;br /&gt;
| image =  &lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==  See also ==&lt;br /&gt;
* [[List of Monuments of National Importance in Bangalore circle]]&lt;br /&gt;
* [[List of Monuments of National Importance in Belgaum district]]&lt;br /&gt;
* [[List of Monuments of National Importance in Bidar district]]&lt;br /&gt;
* [[List of Monuments of National Importance in Bijapur district]]&lt;br /&gt;
* [[List of Monuments of National Importance in Dharwad district]]&lt;br /&gt;
* [[List of Monuments of National Importance in Gulbarga district]]&lt;br /&gt;
* [[List of Monuments of National Importance in Raichur district]]&lt;br /&gt;
* [[List of Monuments of National Importance in India]] for other Monuments of National Importance in India&lt;br /&gt;
* [[List of State Protected Monuments in Karnataka]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Commons category|Monuments of National Importance in Karnataka}}&lt;br /&gt;
{{reflist}}&lt;br /&gt;
{{Monuments in India}}&lt;br /&gt;
[[Category:Lists of Monuments of National Importance in Karnataka|Karnataka, Uttara Kannada]]&lt;br /&gt;
[[Category:Buildings and structures in Uttara Kannada district]]&lt;br /&gt;
[[Category:Tourist attractions in Uttara Kannada district]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Vypin&amp;diff=446108</id>
		<title>Vypin</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Vypin&amp;diff=446108"/>
		<updated>2025-08-20T15:46:27Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Suburban Island in Kochi}}&lt;br /&gt;
{{Coord|9.974|N|76.244|E|display=title|region:IN-KL_type:isle_source:GNS-enwiki}}&lt;br /&gt;
{{Use dmy dates|date=July 2015}}&lt;br /&gt;
{{Use Indian English|date=July 2015}}&lt;br /&gt;
{{Infobox settlement&lt;br /&gt;
| name                    = Vypin&lt;br /&gt;
| other_name              = &lt;br /&gt;
| nickname                = &lt;br /&gt;
| settlement_type         = Island&lt;br /&gt;
| image_skyline           = Kochi LNG Terminal DSW.jpg&lt;br /&gt;
| image_alt               = &lt;br /&gt;
| image_caption           = Sunset at LNG Terminal in Vypin&lt;br /&gt;
| pushpin_map             = India Kerala#India&lt;br /&gt;
| pushpin_label_position  = right&lt;br /&gt;
| pushpin_map_alt         = &lt;br /&gt;
| pushpin_map_caption     = Location in Kerala, India&lt;br /&gt;
| coordinates             =&lt;br /&gt;
| subdivision_type        = Country&lt;br /&gt;
| subdivision_name        = {{flag|India}}&lt;br /&gt;
| subdivision_type1       = [[States and territories of India|State]]&lt;br /&gt;
| subdivision_name1       = [[Kerala]]&lt;br /&gt;
| subdivision_type2       = [[List of districts of India|District]]&lt;br /&gt;
| subdivision_name2       = &lt;br /&gt;
| established_title       = &amp;lt;!-- Established --&amp;gt;&lt;br /&gt;
| established_date        = &lt;br /&gt;
| founder                 = &lt;br /&gt;
| named_for               = &lt;br /&gt;
| government_type         = &lt;br /&gt;
| governing_body          =Vypin Block Panchayat&lt;br /&gt;
| unit_pref               = Metric&lt;br /&gt;
| area_footnotes          = &lt;br /&gt;
| area_rank               = &lt;br /&gt;
| area_total_km2          = &lt;br /&gt;
| elevation_footnotes     = &lt;br /&gt;
| elevation_m             = &lt;br /&gt;
| population_total        = &lt;br /&gt;
| population_as_of        = &lt;br /&gt;
| population_rank         = &lt;br /&gt;
| population_density_km2  = auto&lt;br /&gt;
| population_demonym      = &lt;br /&gt;
| population_footnotes    = &lt;br /&gt;
| demographics_type1      = Languages&lt;br /&gt;
| demographics1_title1    = Official&lt;br /&gt;
| demographics1_info1     = [[Malayalam language|Malayalam]], [[English language|English]]&lt;br /&gt;
| timezone1               = [[Indian Standard Time|IST]]&lt;br /&gt;
| utc_offset1             = +5:30&lt;br /&gt;
| postal_code_type        = [[Postal Index Number|PIN]]&lt;br /&gt;
| postal_code             = &lt;br /&gt;
| registration_plate      = &lt;br /&gt;
| blank1_name_sec1        = Nearest city&lt;br /&gt;
| blank1_info_sec1        = &lt;br /&gt;
| website                 = &lt;br /&gt;
| footnotes               = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vypin&#039;&#039;&#039; ({{IPA|ml|ʋɐi̯pːin|IPA}}, [[Cochin Portuguese Creole|Cochin Portuguese]]: &#039;&#039;&#039;Isla Santa&#039;&#039;&#039;) is one of the group of islands that form part of the city of [[Kochi]], in the Indian state of [[Kerala]]. Vypin forms a [[barrier island]] which lies between the [[Arabian Sea]] in the west and the [[Kerala backwaters]] (Cochin backwaters) formed by the various [[Distributary|distributaries]] of [[Periyar (river)|Periyar]] river, in the east. The northernmost end of the island lies on the estuary of the Periyar river in Muziris (Kodungallur), and the southernmost end in the mouth of the Cochin backwaters in Kalamukku near Fort Vypin.&lt;br /&gt;
&lt;br /&gt;
[[File:Boats in Vyppin.jpg|thumb|220px|Fishing boats from Vypin]]&lt;br /&gt;
The island is about {{convert|27|km}} long and is connected to mainland Kochi by a series of bridges known as the [[Goshree bridges]], which start at Kalamukku in Vypin, touch other two islands and then finish at [[Marine Drive, Kochi|Marine Drive]] covering a total distance of around {{cvt|3|km|spell=in}}. Vypin is 58th most densely populated islands in the world. [[Narakkal|Njarakkal]] is one of the most densely populated locations within Vypin.&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
At far the northern tip of Vypin, is home to the Munambam Fishing Harbour, the largest fishing harbour in Kochi. Puthuvype has become the major industrial hub in Kerala and the fastest growing city suburb due to the SPM project run by [[Kochi Refineries]], an offshore pumping station of Kochi Port, the [[Puthuvypin|Puthuvyp]] [[Liquefied natural gas|LNG]] Terminal, the IOC Bottling Plant and the proposed Oceanarium.&lt;br /&gt;
&lt;br /&gt;
There are ten lighthouses in [[Kerala]], one of which is situated [[Vypin Lighthouse|at Puthuvype Beach]] and is the tallest in Kerala.&lt;br /&gt;
&lt;br /&gt;
India&#039;s first international container trans-shipment terminal (ICTT) in the Special Economic Zone at Vallarpadam Island, designed to handle the largest container ships, was opened by then Prime Minister Manmohan Singh on 11 February 2011.&lt;br /&gt;
&lt;br /&gt;
There are regular boat services from [[Fort Cochin|Fort Kochi]] to Vypin Island. In 2004 a bridge was built by the [[Goshree Islands Development Authority]] (GIDA) to connect Vypin to the mainland. The [[Goshree bridges]] also connect the islands [[Mulavukad]] and [[Vallarpadam]].&lt;br /&gt;
&lt;br /&gt;
Vypin is now a fast-developing suburb of Kochi City. Today, all the basic infrastructure of modern living is available in Vypin. Travellers from North Kerala can use the Vypin–Munambam state highway to reach Ernakulam.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
The island was formed in 1341 following a heavy flood.{{Citation needed|date=August 2025}}&lt;br /&gt;
&lt;br /&gt;
==Gram Panchayats of Vypin==&lt;br /&gt;
* [[Pallippuram, Ernakulam|Pallippuram]]&lt;br /&gt;
* [[Kuzhuppilly]]&lt;br /&gt;
* [[Edavanakad|Edavanakkad]]&lt;br /&gt;
* [[Nayarambalam]]&lt;br /&gt;
* [[Njarakkal|Njarackal]]&lt;br /&gt;
* [[Elamkunnapuzha]]&lt;br /&gt;
&lt;br /&gt;
==Revenue Villages of Vypin==&lt;br /&gt;
* [[Pallippuram, Ernakulam|Pallippuram]]&lt;br /&gt;
* [[Kuzhuppilly]]&lt;br /&gt;
* [[Edavanakad|Edavanakkad]]&lt;br /&gt;
* [[Nayarambalam]]&lt;br /&gt;
* [[Njarakkal|Njarackal]]&lt;br /&gt;
* [[Elamkunnapuzha]]&lt;br /&gt;
* [[Puthuvype]] (part of Elamkunnappuzha panchayat)&lt;br /&gt;
&lt;br /&gt;
===Other Villages ===&lt;br /&gt;
* [[Cherai]] (part of Pallippuram panchayat)&lt;br /&gt;
* [[Munambam]] (part of Pallippuram panchayat)&lt;br /&gt;
* [[Chakkarakadavu]] (part of Pallippuram panchayat)&lt;br /&gt;
* [[Ayyamppilly]] (part of Kuzhuppilly panchayat)&lt;br /&gt;
* [[Nedungad]] (part of Nayarambalam panchayat)&lt;br /&gt;
* [[Perumpilly, Narakkal|Perumpilly]]  (part of Narakkal panchayat)&lt;br /&gt;
* [[Malippuram]] (part of Elamkunnappuzha panchayat)&lt;br /&gt;
* [[Valappu]] (part of Elamkunnappuzha panchayat)&lt;br /&gt;
* [[Ochanthuruth]] (part of Elamkunnappuzha panchayat)&lt;br /&gt;
* [[Murikumpadam]] (part of Elamkunnappuzha panchayat)&lt;br /&gt;
* [[Fort Vypin (Village)|Fort Vypin]] (part of [[Kochi Municipal Corporation]])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; heights=&amp;quot;200px&amp;quot;&amp;gt;&lt;br /&gt;
File:Nedungad2.jpg|Nedungad&lt;br /&gt;
File:Puthuvypin.jpg|Cricket at Puthyvypin Beach&lt;br /&gt;
File:Kerala Backwaters Sunset.JPG|Vembanad Kayal&lt;br /&gt;
File:Cherai Beach.jpg|Cherai Beach&lt;br /&gt;
File:Ayakotta.jpg|Pallipuram Fort&lt;br /&gt;
File:Veeranpuzha.jpg|Sunrise at Veeranpuzha&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{portal|Islands}}&lt;br /&gt;
* [[1982 Vypeen hooch tragedy]]&lt;br /&gt;
* [[Mulavukad Grama Panchayat]]&lt;br /&gt;
* [[Njarackal]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
{{commons category|Vypin Island}}&lt;br /&gt;
&lt;br /&gt;
{{Geographic Location&lt;br /&gt;
|title     = &#039;&#039;&#039;Areas of Kochi&#039;&#039;&#039;&lt;br /&gt;
|Northwest = [[Arabian Sea]]&lt;br /&gt;
|North     = [[Arabian Sea]] and [[Azhikode, Thrissur|Azhikode]]&lt;br /&gt;
|Northeast = [[Vembanad Lake]] and [[North Paravur]]&lt;br /&gt;
|West      = [[Arabian Sea]]&lt;br /&gt;
|Centre    = Vypin&lt;br /&gt;
|East      = [[Vembanad Lake]]&lt;br /&gt;
|Southwest = [[Arabian Sea]]&lt;br /&gt;
|South     = [[Arabian Sea]], [[Fort Kochi]], [[Mattancherry]] and [[Mundamveli]]&lt;br /&gt;
|Southeast = [[Vembanad Lake]] and [[Ernakulam]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Neighbourhoods of Kochi}}&lt;br /&gt;
{{Kochi (India) topics}}&lt;br /&gt;
{{Tourism in Kerala}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Geography of Kochi]]&lt;br /&gt;
[[Category:Islands of Kerala]]&lt;br /&gt;
[[Category:Neighbourhoods in Kochi]]&lt;br /&gt;
[[Category:Islands of India]]&lt;br /&gt;
[[Category:Populated places in India]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Gurudongmar_(mountain)&amp;diff=501601</id>
		<title>Gurudongmar (mountain)</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Gurudongmar_(mountain)&amp;diff=501601"/>
		<updated>2025-06-13T20:04:44Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: new basic entry needs work - done&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{short description|Mountain in India}}&lt;br /&gt;
{{Use dmy dates|date=June 2025}}&lt;br /&gt;
{{Infobox mountain&lt;br /&gt;
| name = Gurudongmar&lt;br /&gt;
| other_name =&lt;br /&gt;
| photo = Gurudongmar mountain.jpg&lt;br /&gt;
| photo_caption = North aspect&amp;lt;br /&amp;gt;Summit to left, west peak to right&lt;br /&gt;
| elevation_m = 6715&lt;br /&gt;
| elevation_ref =&amp;lt;ref name=peakvisor&amp;gt;{{cite web|url=https://peakvisor.com/peak/gurudongmar.html|title=Gurudongmar|website=peakvisor.com|access-date=June 10, 2025}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Frederic V. Hartemann, &#039;&#039;The Mountain Encyclopedia: An A-Z Compendium of More Than 2,300 Terms, Concepts, Ideas, and People&#039;&#039;, Bloomsbury Academic, 2005, {{ISBN|9780810850569}}, p. 248.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| prominence_m = 495&lt;br /&gt;
| prominence_ref=&amp;lt;ref name=&amp;quot;pb&amp;quot;&amp;gt;{{cite peakbagger|id=-17868|name=Gurudongmar, India|access-date=June 10, 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| isolation_km = 5.3&lt;br /&gt;
| isolation_ref =&amp;lt;ref name=&amp;quot;pb&amp;quot;/&amp;gt;&lt;br /&gt;
| parent_peak = [[Khangchengyao]]&lt;br /&gt;
| range = [[Himalayas]]&amp;lt;br /&amp;gt;[[Dongkya Range]]&amp;lt;ref&amp;gt;[https://publications.americanalpineclub.org/articles/12199218700/Asia-IndiaSikkim-Gurudongmar-Dongkya-Range &#039;&#039;Asia, India–Sikkim, Gurudongmar, Dongkya Range&#039;&#039;], Kamal K. Guha, 1992, publications.americanalpineclub.org, Retrieved June 10, 2025.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| location = [[Chungthang subdivision|Chungthang]]&lt;br /&gt;
| country = [[India]]&lt;br /&gt;
| region_type = [[States and union territories of India|State]]&lt;br /&gt;
| region = [[Sikkim]]&lt;br /&gt;
| district = [[Mangan district|Mangan]]&lt;br /&gt;
| map = India Sikkim#India&lt;br /&gt;
| map_caption = Location of Gurudongmar&lt;br /&gt;
| label_position = bottom&lt;br /&gt;
| mapframe = yes&lt;br /&gt;
| mapframe-zoom = 8&lt;br /&gt;
| mapframe-caption = Interactive map of Gurudongmar&lt;br /&gt;
| coordinates = {{Coord|27.980278|N|88.699225|E|type:mountain_scale:100000|format=dms|display=inline,title}}&lt;br /&gt;
| coordinates_ref =&amp;lt;ref name=peakvisor/&amp;gt;&lt;br /&gt;
| first_ascent = 1936&lt;br /&gt;
| rock =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gurudongmar&#039;&#039;&#039; is a mountain in northern [[India]].&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Gurudongmar is a {{Convert|6715|m|ft|abbr=off|adj=on}} glaciated [[double summit]] in the [[Himalayas]]. The lower peak, Gurudongmar West, rises to an elevation of 6,630 metres and is 1.6 km west of the main summit.&amp;lt;ref&amp;gt;&#039;&#039;The Alpine Journal, Volume 103, Issue 347&#039;&#039;, Alpine Club, 1998, {{ISBN|9780948153570}}, p. 295.&amp;lt;/ref&amp;gt; The mountain is situated in the state of [[Sikkim]], {{convert|70.|km|mi}} north of the capital city of [[Gangtok]]. Precipitation runoff from this mountain&#039;s slopes drains north into the [[Teesta River]] drainage basin and south into the [[Lachung River]] drainage basin. [[Topographic relief]] is significant as the northeast slope rises 1,165&amp;amp;nbsp;metres (3,822&amp;amp;nbsp;ft) in {{convert|1|km|mi|spell=in}}. The first ascent of Gurudongmar was achieved in 1936 by [[Eric Shipton]] and [[Edwin Kempson (mountaineer)|Edwin Kempson]] via the west ridge.&amp;lt;ref name=HJ&amp;gt;[https://www.himalayanclub.org/hj/48/21/expeditions-and-notes-48/ &#039;&#039;Gurudongmar&#039;&#039;], G. T. Bhutia, The Himalayan Journal, 2025, The Himalayan Club, Retrieved June 10, 2025.&amp;lt;/ref&amp;gt; However, the possibility exists that they only climbed Gurudongmar West, having regarded the main summit as an entirely different mountain, which in that case would make the first ascent in 1991 by an Indian team composed of Lakpa, Nima, P. Lakpa, and Sepley from the Sonam Gyatso Institute in Gangtok.&amp;lt;ref&amp;gt;[https://publications.americanalpineclub.org/articles/12199727100/Asia-India-Sikkim-Himalaya-Northern-Sikkim-Various-Ascents &#039;&#039;Asia, India, Sikkim Himalaya, Northern Sikkim, Various Ascents&#039;&#039;], Lindsay Griffin, 1997, publications.americanalpineclub.org, Retrieved June 10, 2025.&amp;lt;/ref&amp;gt; The mountain&#039;s name means the &amp;quot;incarnation of [[Padmasambhava|Guru Rimpoche]]&amp;quot; and the mountain is named in association with [[Gurudongmar Lake]] which is {{convert|4|km|mi|spell=in}} to the north.&amp;lt;ref name=HJ/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Climate==&lt;br /&gt;
Based on the [[Köppen climate classification]], Gurudongmar is located in a [[tundra climate]] zone with cold, snowy winters, and cool summers.&amp;lt;ref name=Peel&amp;gt;{{cite journal | author = Peel, M. C. |author2=Finlayson, B. L. |author3=McMahon, T. A. | year = 2007 | title = Updated world map of the Köppen−Geiger climate classification | journal = Hydrol. Earth Syst. Sci. | volume = 11 | issn = 1027-5606}}&amp;lt;/ref&amp;gt; Weather systems are forced upwards by the Himalaya mountains ([[orographic lift]]), causing heavy precipitation in the form of rainfall and snowfall. July through September is the monsoon season. The months of April, May and June offer the most favorable weather for viewing or climbing this mountain.&amp;lt;ref&amp;gt;[https://travelerbibles.com/best-time-to-visit-himalayas-india/ &#039;&#039;Best Time to Visit Himalayas India – Peak Adventure Season&#039;&#039;], Lindsey Tramuta, May 7, 2025, travelerbibles.com, Retrieved June 10, 2025.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Geology of the Himalayas]]&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;div style=&amp;quot;max-width: 500px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;slideshow&amp;quot;&amp;gt;&lt;br /&gt;
File:Gurudongmar Lake Sikkim, India (crop).jpg|Gurudongmar reflected in Gurudongmar Lake&lt;br /&gt;
File:Gurudongmar Peak and Gurudongmar West Peak as seen from right bank of Gurudongmar Lake, North Sikkim, India 02.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
{{Commons category|Gurudongmar}}&lt;br /&gt;
* Weather: [https://www.yr.no/en/forecast/daily-table/2-1270614/India/State%20of%20Sikkim/North%20District/Gurudongmar Gurudongmar]&lt;br /&gt;
&lt;br /&gt;
{{Geographic Location 2&lt;br /&gt;
| Center    = Gurudongmar&lt;br /&gt;
| North     = [[Gurudongmar Lake]]&lt;br /&gt;
| Northeast = [[Tibet Autonomous Region|Tibet]]&lt;br /&gt;
| East      = [[Sanglaphu]]&lt;br /&gt;
| Southeast = Lachung River&lt;br /&gt;
| South     = [[Lachung River]]&lt;br /&gt;
| Southwest = [[Chombu]]&lt;br /&gt;
| West      = [[Khangchengyao]]&lt;br /&gt;
| Northwest = [[Teesta River]]&lt;br /&gt;
}}&lt;br /&gt;
{{Portal bar|Mountains|Geography|Geology}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Six-thousanders of the Himalayas]]&lt;br /&gt;
[[Category:Mountains of India]]&lt;br /&gt;
[[Category:Mountains of Sikkim]]&lt;br /&gt;
[[Category:Mangan district]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Divya&amp;diff=497420</id>
		<title>Divya</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Divya&amp;diff=497420"/>
		<updated>2025-06-10T16:07:41Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: put up post...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{wikt|Divya}}&lt;br /&gt;
&#039;&#039;&#039;Divya&#039;&#039;&#039; may refer to:&lt;br /&gt;
*[[Divya (name)]], a Hindu first name meaning &amp;quot;divine&amp;quot;&lt;br /&gt;
*[[Athulya Ravi]], born Divya, Indian actress&lt;br /&gt;
*&#039;&#039;[[Divya Bhaskar]]&#039;&#039;, a Gujarati newspaper&lt;br /&gt;
*[[Divya Desams]], the Sri Vaishnava shrines glorified by the Alvars&lt;br /&gt;
*[[Divya Prabha Eye Hospital]], eye care hospital in Kerala&lt;br /&gt;
*&#039;&#039;[[Divya Shakti]]&#039;&#039;, 1993 Bollywood film&lt;br /&gt;
*[[Naalayira Divya Prabandham|Divya Prabandham]], a collection of 4,000 Tamil Hindu verses&lt;br /&gt;
*[[Divya (rural locality)]], a rural locality (a settlement) in Perm Krai, Russia&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Deyyam (disambiguation)]]&lt;br /&gt;
&lt;br /&gt;
{{Disambiguation}}&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Geet_Dholi&amp;diff=500143</id>
		<title>Geet Dholi</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Geet_Dholi&amp;diff=500143"/>
		<updated>2025-05-27T04:59:09Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Indian Punjabi television series}}&lt;br /&gt;
{{Use Indian English|date=March 2021}}&lt;br /&gt;
{{Use dmy dates|date=March 2021}}&lt;br /&gt;
{{Infobox television&lt;br /&gt;
| image              = Geet Dholizp.jpg&lt;br /&gt;
| genre              = [[Drama]]&lt;br /&gt;
| creator            = &lt;br /&gt;
| developer          = &lt;br /&gt;
| related            = &#039;&#039;[[Jamuna Dhaki]]&#039;&#039;&lt;br /&gt;
| writer             =&lt;br /&gt;
| story              = &lt;br /&gt;
| director           = Yash Singh Kaushik&lt;br /&gt;
| creative_director  = &lt;br /&gt;
| presenter          = &lt;br /&gt;
| starring           = [[#Cast|See below]]&lt;br /&gt;
| voices             = &lt;br /&gt;
| composer           = &lt;br /&gt;
| country            = India&lt;br /&gt;
| language           = Punjabi&lt;br /&gt;
| num_seasons        = &lt;br /&gt;
| num_episodes       = 635&lt;br /&gt;
| executive_producer = &lt;br /&gt;
| producer           = Suman Goel &amp;lt;br&amp;gt; Shalendra Goel&lt;br /&gt;
| location           = &lt;br /&gt;
| cinematography     = Purshottam Kumar Dass&lt;br /&gt;
| editor             = Pushpendra Singh &amp;lt;br/&amp;gt; Rajesh Rawat&lt;br /&gt;
| camera             = [[Multi-camera]]&lt;br /&gt;
| runtime            = 22 minutes&lt;br /&gt;
| company            = Shally Suman Production&lt;br /&gt;
| network            = [[Zee Punjabi]]&lt;br /&gt;
| first_aired        = {{start date|df=yes|2021|8|30}}&lt;br /&gt;
| last_aired         = {{end date|df=yes|2024|2|2}}&lt;br /&gt;
| opentheme          = &lt;br /&gt;
| endtheme           =  &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Geet Dholi&#039;&#039;&#039; is an Indian [[Punjabi language]] [[Drama]] television series premiered from 30 August 2021 which aired on [[Zee Punjabi]]. It is produced by Suman Goel and Shalendra Goel of Shally Suman Production and stars Gurpreet Kaur and Anmol Gupta. It is an official remake of [[Bengali language|Bengali]] TV series &#039;&#039;[[Jamuna Dhaki]]&#039;&#039;.&amp;lt;ref&amp;gt;{{Cite web|title=Zee Punjabi defines new boundaries of success with their show Geet Dholi|url=https://mirror365.com/zee-punjabi-defines-new-boundaries-of-success-with-their-show-geet-dholi/|access-date=2023-11-16|website=Mirror465}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web|title=Zee Punjabi is all set to bring &#039;Entertainment Da Tyohar&#039;|url=https://www.babushahi.com/view-news.php?id=128523&amp;amp;headline=Zee-Punjabi-is-all-set-to-bring-%E2%80%98Entertainment-Da-Tyohar%E2%80%99|access-date=2021-12-11|website=Babushahi}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Plot ==&lt;br /&gt;
This show narrates the story of a girl, Geet, who plays the [[dhol]] following her dad&#039;s legacy and make it evident that music has got nothing to do with the gender. Her husband is Malhar who helps her in achieving her dreams.&lt;br /&gt;
&lt;br /&gt;
== Cast ==&lt;br /&gt;
=== Main ===&lt;br /&gt;
* Gurpreet Kaur as Geet, a [[dhol]]i and Malhar&#039;s wife&lt;br /&gt;
* Anmol Gupta as Malhar, Geet&#039;s husband&lt;br /&gt;
&lt;br /&gt;
=== Recurring ===&lt;br /&gt;
* Ajay Prinja as Avtar Krishan&lt;br /&gt;
* Pawan Kumar Dhiman as Diamond Mehra, Malhar&#039;s uncle&lt;br /&gt;
* Tania Mahajan as Ginni&lt;br /&gt;
* Racchpal Singh as Surjeet, Geet&#039;s father&lt;br /&gt;
* Gagandeep Kaur as Jasleen, JK&#039;s wife&lt;br /&gt;
* Dalbir Singh as JK Mehra, Jasleen&#039;s husband&lt;br /&gt;
* Manjinder Kaur as Kammo&lt;br /&gt;
* Krishna Saini as Lahouran, JK&#039;s stepmother&lt;br /&gt;
* Gurpreet Singh as Rocky&lt;br /&gt;
* Navjinder Kaur as Simone Chaddha&lt;br /&gt;
* Vanshika Sharma as Pearl Mehra&lt;br /&gt;
* Sahil Vij as Somnath, Competition owner&lt;br /&gt;
* Sumesh Awasthi as Jagmohan Bajaj, Akash&#039;s father&lt;br /&gt;
* Renu Kamboj as Nimrat, Akash&#039;s Mother&lt;br /&gt;
* Vipan Dhawan as Sukhwant Bajaj, Akash&#039;s Tayaji&lt;br /&gt;
&lt;br /&gt;
== Adaptations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
!style=&amp;quot;background:LightSteelBlue;&amp;quot; | Language&lt;br /&gt;
!style=&amp;quot;background:LightSteelBlue;&amp;quot; | Title&lt;br /&gt;
!style=&amp;quot;background:LightSteelBlue;&amp;quot; | Original Release&lt;br /&gt;
!style=&amp;quot;background:LightSteelBlue;&amp;quot; | Network(s)&lt;br /&gt;
!style=&amp;quot;background:LightSteelBlue;&amp;quot; | Last aired&lt;br /&gt;
!style=&amp;quot;background:LightSteelBlue;&amp;quot; | Notes&lt;br /&gt;
|-&lt;br /&gt;
|[[Bengali language|Bengali]]&lt;br /&gt;
|&#039;&#039;[[Jamuna Dhaki]]&#039;&#039; &amp;lt;br /&amp;gt; যমুনা ঢাকি&lt;br /&gt;
|13 July 2020&lt;br /&gt;
|[[Zee Bangla]]&lt;br /&gt;
|1 July 2022&lt;br /&gt;
|Original&lt;br /&gt;
|-&lt;br /&gt;
|[[Punjabi language|Punjabi]]&lt;br /&gt;
|&#039;&#039;Geet Dholi&#039;&#039; &amp;lt;br /&amp;gt; ਗੀਤ ਢੋਲੀ&lt;br /&gt;
|30 August 2021&lt;br /&gt;
|[[Zee Punjabi]]&lt;br /&gt;
|2 February 2024&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Remake&lt;br /&gt;
|-&lt;br /&gt;
|[[Marathi language|Marathi]]&lt;br /&gt;
|&#039;&#039;[[Daar Ughad Baye]]&#039;&#039; &amp;lt;br /&amp;gt; दार उघड बये&lt;br /&gt;
|19 September 2022&lt;br /&gt;
|[[Zee Marathi]]&lt;br /&gt;
|7 October 2023&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* {{IMDb title|tt18305678}}&lt;br /&gt;
* [https://www.zee5.com/tv-shows/details/geet-dholi/0-6-3519 &#039;&#039;Geet Dholi&#039;&#039;] at [[ZEE5]]&lt;br /&gt;
&lt;br /&gt;
{{Zee Punjabi}}&lt;br /&gt;
&lt;br /&gt;
[[Category:2021 Indian television series debuts]]&lt;br /&gt;
[[Category:Zee Punjabi original programming]]&lt;br /&gt;
[[Category:2024 Indian television series endings]]&lt;br /&gt;
[[Category:Remakes of Indian television series]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Ranchi%E2%80%93Chopan_Express&amp;diff=529500</id>
		<title>Ranchi–Chopan Express</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Ranchi%E2%80%93Chopan_Express&amp;diff=529500"/>
		<updated>2025-05-09T03:07:12Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: put up details.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Train in India}}&lt;br /&gt;
{{Use dmy dates|date=July 2018}}&lt;br /&gt;
{{Use Indian English|date=July 2018}}&lt;br /&gt;
{{Infobox rail service&lt;br /&gt;
| name = Ranchi-Chopan Express&lt;br /&gt;
| image = &lt;br /&gt;
| image_width = &lt;br /&gt;
| caption = &lt;br /&gt;
| type = [[Express trains in India|Express]]&lt;br /&gt;
| locale = &lt;br /&gt;
| first = {{start date and age|df=yes|2009|12|17}}&lt;br /&gt;
| last =&lt;br /&gt;
| operator = [[South Eastern Railway zone|South Eastern Railway]]&lt;br /&gt;
| ridership =&lt;br /&gt;
| start = {{rws|Ranchi}} (RNC)&lt;br /&gt;
| stops = 19&lt;br /&gt;
| end = {{rws|Chopan}} (CPU)&lt;br /&gt;
| distance = {{convert|476|km|0|abbr=on}}&lt;br /&gt;
| journeytime = 9 hours 40 minutes &lt;br /&gt;
| frequency = Tri-weekly {{efn|Runs three days in a week for every direction.}}&lt;br /&gt;
| class = General Unreserved&lt;br /&gt;
| seating = Yes&lt;br /&gt;
| sleeping = No&lt;br /&gt;
| autorack =  &lt;br /&gt;
| catering = No&lt;br /&gt;
| observation = Large windows &lt;br /&gt;
| entertainment = &lt;br /&gt;
| baggage = No&lt;br /&gt;
| otherfacilities = Below the seats&lt;br /&gt;
| stock = [[ICF coach]]&lt;br /&gt;
| gauge = {{RailGauge|1676mm|al=on|allk=on}}&lt;br /&gt;
| electrification = &lt;br /&gt;
| trainnumber = 18613 / 18614&lt;br /&gt;
| speed = {{convert|49|km/h|0|abbr=on}} average including halts.&lt;br /&gt;
| map = &lt;br /&gt;
| map_state =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The 18613 / 18614 &#039;&#039;&#039;Ranchi-Chopan Express &#039;&#039;&#039; is an [[Express trains in India|express]] train belonging to [[South Eastern Railway zone]] that runs between [[Ranchi Junction railway station|Ranchi Junction]] and [[Chopan railway station|Chopan]] in [[India]]. It is currently being operated with 18613/18614 train numbers on tri-weekly basis.&amp;lt;ref&amp;gt;[http://www.prabhatkhabar.com/news/ramgarh/story/902307.html Rail operation postponed after murder]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://www.bhaskar.com/news/JHA-MAT-latest-barkakana-news-020007-1504722-NOR.html Inauguration of 4500 horsepower railway engine]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[http://www.prabhatkhabar.com/news/70405-story.html New train between Rajendra Nagar-New Tinsukia starts from 14]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Service==&lt;br /&gt;
&lt;br /&gt;
The 18613/Ranchi - Chopan Express has an average speed of 47&amp;amp;nbsp;km/h and covers 476&amp;amp;nbsp;km in 10h 5m. The 18614/Chopan - Ranchi Express has an average speed of 42&amp;amp;nbsp;km/h and covers 476&amp;amp;nbsp;km in 11h 25m.&lt;br /&gt;
&lt;br /&gt;
== Route and halts ==&lt;br /&gt;
&lt;br /&gt;
The important halts of the train are:&lt;br /&gt;
&lt;br /&gt;
* {{rws|Ranchi Junction}}&lt;br /&gt;
* {{rws|Muri Junction}}&lt;br /&gt;
* {{rws|Barkakana Junction}}&lt;br /&gt;
* {{rws|Patratu}}&lt;br /&gt;
* {{rws|Latehar}}&lt;br /&gt;
* {{rws|Barwadih Junction}}&lt;br /&gt;
* {{rws|Garwa Road Junction}}&lt;br /&gt;
* {{rws|Garhwa}}&lt;br /&gt;
*{{rws|Renukoot}}&lt;br /&gt;
* {{rws|Chopan}}&lt;br /&gt;
&lt;br /&gt;
==Coach composite==&lt;br /&gt;
&lt;br /&gt;
The train has standard ICF rakes with a max speed of 110&amp;amp;nbsp;kmph. The train consists of 12 coaches :&lt;br /&gt;
&lt;br /&gt;
* 10 General Unreserved&lt;br /&gt;
* 2 Seating cum Luggage Rake&lt;br /&gt;
&lt;br /&gt;
== Traction==&lt;br /&gt;
&lt;br /&gt;
Both trains are hauled by a [[Santragachi railway station|Santragachi Loco Shed]] based [[WAP-4]] electric locomotive from Ranchi to Chopan and vice versa.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
{{notelist}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Ranchi Junction railway station]]&lt;br /&gt;
* [[Chopan railway station]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://indiarailinfo.com/train/6122 18613/Ranchi - Chopan Express]&lt;br /&gt;
* [https://indiarailinfo.com/train/3409 18614/Chopan - Ranchi Express]&lt;br /&gt;
&lt;br /&gt;
{{Railway lines in Eastern India}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Ranchi - Chopan Express}}&lt;br /&gt;
[[Category:Transport in Ranchi]]&lt;br /&gt;
[[Category:Express trains in India]]&lt;br /&gt;
[[Category:Rail transport in Jharkhand]]&lt;br /&gt;
[[Category:Rail transport in Uttar Pradesh]]&lt;br /&gt;
[[Category:Railway services introduced in 2009]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{India-express-train-stub}}&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=14th_Screen_Awards&amp;diff=481661</id>
		<title>14th Screen Awards</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=14th_Screen_Awards&amp;diff=481661"/>
		<updated>2025-04-04T11:17:54Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: starting a post&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Awards for Hindi-language films of 2008}}&lt;br /&gt;
{{Use Indian English|date=May 2022}}&lt;br /&gt;
{{Use dmy dates|date=May 2022}}&lt;br /&gt;
{{Infobox film awards&lt;br /&gt;
| number = 14&lt;br /&gt;
| award = Screen Awards&lt;br /&gt;
| type = &lt;br /&gt;
| image = &lt;br /&gt;
| image_size = 200px&lt;br /&gt;
| caption = &lt;br /&gt;
| date = 10 January 2008&lt;br /&gt;
| site = [[Bandra Kurla Complex Ground]], [[Mumbai]]&lt;br /&gt;
| host = [[Sajid Khan (director)|Sajid Khan]]&lt;br /&gt;
| producer = &lt;br /&gt;
| director = &lt;br /&gt;
| organizer = &lt;br /&gt;
| best_picture = &#039;&#039;[[Chak De! India]]&#039;&#039;&lt;br /&gt;
| best_direction = [[Shimit Amin]] and [[Aamir Khan]]&lt;br /&gt;
| best_direction_film = &#039;&#039;(Chak De! India&#039;&#039; and &#039;&#039;[[Taare Zameen Par]])&#039;&#039;&lt;br /&gt;
| best_actor = [[Shah Rukh Khan]]&lt;br /&gt;
| best_actor_film = &#039;&#039;(Chak De! India)&#039;&#039;&lt;br /&gt;
| best_actress = [[Kareena Kapoor]]&lt;br /&gt;
| best_actress_film = &#039;&#039;([[Jab We Met]])&#039;&#039;&lt;br /&gt;
| most_wins = &#039;&#039;Taare Zameen Par&#039;&#039; (7)&lt;br /&gt;
| most_nominations = &#039;&#039;Taare Zameen Par&#039;&#039; (16)&lt;br /&gt;
| channel = [[StarPlus]]&lt;br /&gt;
| network = [[Disney Star]]&lt;br /&gt;
| duration = &lt;br /&gt;
| ratings = &lt;br /&gt;
| last = [[13th Screen Awards|13th]]&lt;br /&gt;
| next = [[15th Screen Awards|15th]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;14th Screen Awards&#039;&#039;&#039; also &#039;&#039;&#039;The Nokia 14th Annual Screen Awards&#039;&#039;&#039; ceremony, presented by [[Indian Express Limited|Indian Express Group]], honored the best Indian [[Bollywood|Hindi-language films]] of [[List of Bollywood films of 2007|2007]]. The ceremony was held on 10 January 2008 at [[Bandra Kurla Complex Ground]], [[Mumbai]].&amp;lt;ref&amp;gt;{{Cite web|url=https://indianexpress.com/article/news-archive/tonights-the-night-and-the-stage-is-set/ |title=Tonight&#039;s the night, and the stage is set |website=The Indian Express |date=10 January 2008 |access-date=25 May 2022}}&amp;lt;/ref&amp;gt; Hosted by [[Sajid Khan (director)|Sajid Khan]],&amp;lt;ref&amp;gt;{{Cite web|url=https://indianexpress.com/article/news-archive/jan-10-to-be-mumbais-most-glittering-night/ |title=Jan 10 to be Mumbai&#039;s most glittering night |website=The Indian Express |date=9 January 2008 |access-date=25 May 2022}}&amp;lt;/ref&amp;gt; it was telecasted on 27 January 2008 on [[StarPlus]].&amp;lt;ref&amp;gt;{{Cite web|url=https://www.financialexpress.com/archive/bscreen-awards-cinemas-finest-fill-the-nightb/260346/ |title=Screen awards: Cinema&#039;s finest fill the night |website=The Financial Express |date=11 January 2008 |access-date=25 May 2022}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;[[Taare Zameen Par]]&#039;&#039; led the ceremony with 16 nominations, followed by [[Guru (2007 film)|&#039;&#039;Guru&#039;&#039;]] and &#039;&#039;[[Life in a... Metro]]&#039;&#039; with 14 nominations each and &#039;&#039;[[Chak De! India]]&#039;&#039; with 12 nominations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Taare Zameen Par&#039;&#039; won 7 awards, including [[Screen Award for Best Director|Best Director]] and [[Screen Award for Best Supporting Actor|Best Supporting Actor]] (both for [[Aamir Khan]]), thus becoming the most-awarded film at the ceremony.&lt;br /&gt;
&lt;br /&gt;
==Awards==&lt;br /&gt;
The winners and nominees have been listed below. Winners are listed first, highlighted in &#039;&#039;&#039;boldface&#039;&#039;&#039;, and indicated with a double dagger ({{double-dagger}}).&amp;lt;ref&amp;gt;{{cite news|url=http://www.bollywoodhungama.com/features/2008/01/02/3422/index.html|title=Nominees for 14th Annual Screen Awards|date=2 January 2008|work=Bollywood Hungama|access-date=25 May 2022|archive-url=https://web.archive.org/web/20090429081517/http://www.bollywoodhungama.com/features/2008/01/02/3422/index.html|archive-date=29 April 2009|agency=IndiaFM News Bureau}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite news|url=http://www.bollywoodhungama.com/features/2008/01/11/3466/index.html|title=Winners of 14th Annual Star Screen Awards|date=11 January 2008|work=Bollywood Hungama|access-date=25 May 2022|archive-url=https://web.archive.org/web/20111023075703/http://www.bollywoodhungama.com/features/2008/01/11/3466/index.html|archive-date=23 October 2011|agency=Bollywood Hungama News Network}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web|url=https://indianexpress.com/article/news-archive/from-taare-zameen-par-to-stars-on-stage-cinemas-finest-awards-fill-the-glittering-night/ |title=From taare zameen par to stars on stage, cinema&#039;s finest awards fill the glittering night |website=The Indian Express |date=11 January 2008 |access-date=25 May 2022}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Main Awards===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; !align=&amp;quot;center&amp;quot;|[[Screen Award for Best Film|Best Film]]&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; !align=&amp;quot;center&amp;quot;|[[Screen Award for Best Director|Best Director]]&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;&#039;&#039;[[Chak De! India]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**&#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039;&lt;br /&gt;
**&#039;&#039;[[Life in a... Metro]]&#039;&#039;&lt;br /&gt;
**&#039;&#039;[[Om Shanti Om]]&#039;&#039;&lt;br /&gt;
**&#039;&#039;[[Taare Zameen Par]]&#039;&#039;&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[Aamir Khan]] – &#039;&#039;[[Taare Zameen Par]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
*&#039;&#039;&#039;[[Shimit Amin]] – &#039;&#039;[[Chak De! India]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Anurag Basu]] – &#039;&#039;[[Life in a... Metro]]&#039;&#039;&lt;br /&gt;
**[[Farah Khan]] – &#039;&#039;[[Om Shanti Om]]&#039;&#039;&lt;br /&gt;
**[[Mani Ratnam]] – &#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; ! align=&amp;quot;center&amp;quot;| [[Screen Award for Best Actor|Best Actor]]&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; ! align=&amp;quot;center&amp;quot;| [[Screen Award for Best Actress|Best Actress]]&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[Shah Rukh Khan]] – &#039;&#039;[[Chak De! India]]&#039;&#039; as Hockey Coach Kabir Khan&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Abhishek Bachchan]] – &#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039; as Gurukant &amp;quot;Guru&amp;quot; Desai&lt;br /&gt;
**[[Akshaye Khanna]] – &#039;&#039;[[Gandhi, My Father]]&#039;&#039; as [[Harilal Gandhi]]&lt;br /&gt;
**[[Amitabh Bachchan]] – &#039;&#039;[[Cheeni Kum]]&#039;&#039; as Buddhadeb Gupta&lt;br /&gt;
**[[Shahid Kapoor]] – &#039;&#039;[[Jab We Met]]&#039;&#039; as Aditya Kashyap&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[Kareena Kapoor]] – &#039;&#039;[[Jab We Met]]&#039;&#039; as Geet Dhillon&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Aishwarya Rai Bachchan]] – &#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039; as Sujata &amp;quot;Suju&amp;quot; Desai&lt;br /&gt;
**[[Tabu (actress)|Tabu]] – &#039;&#039;[[Cheeni Kum]]&#039;&#039; as Nina Verma&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; ! align=&amp;quot;center&amp;quot;| [[Screen Award for Best Supporting Actor|Best Supporting Actor]]&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; ! align=&amp;quot;center&amp;quot;| [[Screen Award for Best Supporting Actress|Best Supporting Actress]]&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[Aamir Khan]] – &#039;&#039;[[Taare Zameen Par]]&#039;&#039; as Ram Shankar Nikumbh&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Darshan Jariwala]] – &#039;&#039;[[Gandhi, My Father]]&#039;&#039; as [[Mahatma Gandhi]]&lt;br /&gt;
**[[Mithun Chakraborty]] – &#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039; as Manikdas Dasgupta&lt;br /&gt;
**[[Sharman Joshi]] – &#039;&#039;[[Life in a... Metro]]&#039;&#039; as Rahul&lt;br /&gt;
**[[Vipin Sharma]] – &#039;&#039;Taare Zameen Par&#039;&#039; as Nandkishore &amp;quot;Nandu&amp;quot; Awasthi&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;&#039;&#039;Chak De!&#039;&#039; Girls – &#039;&#039;[[Chak De! India]]&#039;&#039; as Various&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Konkona Sen Sharma]] – &#039;&#039;[[Life in a... Metro]]&#039;&#039; as Shruti Ghosh&lt;br /&gt;
**[[Shefali Shah]] – &#039;&#039;[[Gandhi, My Father]]&#039;&#039; as Kasturba Gandhi&lt;br /&gt;
**[[Tisca Chopra]] – &#039;&#039;[[Taare Zameen Par]]&#039;&#039; as Maya Awasthi&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; ! align=&amp;quot;center&amp;quot;| [[Screen Award for Best Actor in a Negative Role|Best Actor in a Negative Role – Male / Female]]&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; ! align=&amp;quot;center&amp;quot;| [[Screen Award for Best Comedian|Best Actor in a Comic Role – Male / Female]]&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[Pankaj Kapur]]&#039;&#039;&#039; – &#039;&#039;&#039;&#039;&#039;[[The Blue Umbrella (2005 film)|The Blue Umbrella]]&#039;&#039; as Nandkishore &amp;quot;Nandu&amp;quot; Khatri&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Arjun Rampal]] – &#039;&#039;[[Om Shanti Om]]&#039;&#039; as Mukesh &amp;quot;Mike&amp;quot; Mehra&lt;br /&gt;
**[[Pavan Malhotra]] – &#039;&#039;[[Black Friday (2004 film)|Black Friday]]&#039;&#039; as [[Tiger Memon]]&lt;br /&gt;
**[[Vivek Oberoi]] – &#039;&#039;[[Shootout at Lokhandwala]]&#039;&#039; as [[Maya Dolas|Mahindra &amp;quot;Maya&amp;quot; Dolas]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[Irrfan Khan]]&#039;&#039;&#039; – &#039;&#039;&#039;&#039;&#039;[[Life in a... Metro]]&#039;&#039; as Monty&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Anil Kapoor]] – &#039;&#039;[[Welcome (2007 film)|Welcome]]&#039;&#039; as Sagar &amp;quot;Majnu&amp;quot; Pandey&lt;br /&gt;
**[[Govinda (actor)|Govinda]] – &#039;&#039;[[Partner (2007 film)|Partner]]&#039;&#039; as Bhaskar Devakar Chaudhary&lt;br /&gt;
**[[Nana Patekar]] – &#039;&#039;Welcome&#039;&#039; as Uday Shankar Shetty&lt;br /&gt;
**[[Vinay Pathak]] – &#039;&#039;[[Bheja Fry (film)|Bheja Fry]]&#039;&#039; as Ranjeet Thadani&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; ! align=&amp;quot;center&amp;quot;| [[Screen Award for Best Child Artist|Best Child Artist]]&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; ! align=&amp;quot;center&amp;quot;| Most Promising Debut Director&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[Darsheel Safary]]&#039;&#039;&#039; – &#039;&#039;&#039;&#039;&#039;[[Taare Zameen Par]]&#039;&#039; as Ishaan Nandkishore Awasthi&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Ali Haji (actor)|Ali Haji]] – &#039;&#039;[[Ta Ra Rum Pum]]&#039;&#039; as Ranvir &amp;quot;Champ&amp;quot; Singh&lt;br /&gt;
**Angelina Idnani – &#039;&#039;Ta Ra Rum Pum&#039;&#039; as Priya &amp;quot;Princess&amp;quot; Singh&lt;br /&gt;
**Dhruv Piyush Panjuani – &#039;&#039;[[Apna Asmaan]]&#039;&#039; as Buddhi Kumar and Aryabhatta&lt;br /&gt;
**[[Shreya Sharma]] – &#039;&#039;[[The Blue Umbrella (2005 film)|The Blue Umbrella]]&#039;&#039; as Biniya&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[Aamir Khan]] – &#039;&#039;[[Taare Zameen Par]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Feroz Abbas Khan]] – &#039;&#039;[[Gandhi, My Father]]&#039;&#039;&lt;br /&gt;
**[[R. Balki]] – &#039;&#039;[[Cheeni Kum]]&#039;&#039;&lt;br /&gt;
**[[Reema Kagti]] – &#039;&#039;[[Honeymoon Travels Pvt. Ltd.]]&#039;&#039;&lt;br /&gt;
**[[Sajid Khan (director)|Sajid Khan]] – &#039;&#039;[[Heyy Babyy]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; ! align=&amp;quot;center&amp;quot;| [[Screen Award for Most Promising Newcomer – Male|Most Promising Newcomer – Male]]&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; ! align=&amp;quot;center&amp;quot;| [[Screen Award for Most Promising Newcomer – Female|Most Promising Newcomer – Female]]&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | &lt;br /&gt;
*&#039;&#039;&#039;[[Ranbir Kapoor]] – &#039;&#039;[[Saawariya]]&#039;&#039; as Raj&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Neil Nitin Mukesh]] – &#039;&#039;[[Johnny Gaddaar]]&#039;&#039; as Johnny&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; | &lt;br /&gt;
*&#039;&#039;&#039;[[Deepika Padukone]] –  &#039;&#039;[[Om Shanti Om]]&#039;&#039; as Shantipriya/Sandhya &amp;quot;Sandy&amp;quot; Bansal&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Sonam Kapoor]] – &#039;&#039;[[Saawariya]]&#039;&#039; as Sakina&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; ! align=&amp;quot;center&amp;quot;| [[Screen Award for Best Music Director|Best Music Director]]&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; ! align=&amp;quot;center&amp;quot;| [[Screen Award for Best Lyricist|Best Lyricist]]&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[A. R. Rahman]] – &#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Monty Sharma]] – &#039;&#039;[[Saawariya]]&#039;&#039;&lt;br /&gt;
**[[Pritam]] – &#039;&#039;[[Life in a... Metro]]&#039;&#039;&lt;br /&gt;
**[[Shankar–Ehsaan–Loy]] – &#039;&#039;[[Jhoom Barabar Jhoom]]&#039;&#039;&lt;br /&gt;
**Shankar–Ehsaan–Loy – &#039;&#039;[[Taare Zameen Par]]&#039;&#039;&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[Prasoon Joshi]] – &amp;quot;Maa&amp;quot; – &#039;&#039;[[Taare Zameen Par]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Gulzar]] – &amp;quot;Bol Na Halke Halke&amp;quot; – &#039;&#039;[[Jhoom Barabar Jhoom]]&#039;&#039;&lt;br /&gt;
**[[Sameer Anjaan]] – &amp;quot;Jab Se Tere Naina&amp;quot; – &#039;&#039;[[Saawariya]]&#039;&#039;&lt;br /&gt;
**[[Sayeed Quadri]] – &amp;quot;In Dino&amp;quot; – &#039;&#039;[[Life in a... Metro]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; ! align=&amp;quot;center&amp;quot;| [[Screen Award for Best Male Playback|Best Male Playback Singer]]&lt;br /&gt;
! style=&amp;quot;background:#EEDD82;&amp;quot; ! align=&amp;quot;center&amp;quot;| [[Screen Award for Best Female Playback|Best Female Playback Singer]]&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[Soham Chakrabarty]] – &amp;quot;In Dino&amp;quot; – &#039;&#039;[[Life in a... Metro]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[KK (singer)|KK]] – &amp;quot;[[Aankhon Mein Teri]]&amp;quot; – &#039;&#039;[[Om Shanti Om]]&#039;&#039;&lt;br /&gt;
**[[Shaan (singer)|Shaan]] – &amp;quot;Jab Se Tere Naina&amp;quot; – &#039;&#039;[[Saawariya]]&#039;&#039;&lt;br /&gt;
**[[Shankar Mahadevan]] – &amp;quot;Maa&amp;quot; – &#039;&#039;[[Taare Zameen Par]]&#039;&#039;&lt;br /&gt;
**Shankar Mahadevan – &amp;quot;Taare Zameen Par&amp;quot; – &#039;&#039;Taare Zameen Par&#039;&#039;&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[Shreya Ghoshal]] – &amp;quot;[[Barso Re]]&amp;quot; – &#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Chinmayi Sripada|Chinmayi]] – &amp;quot;[[Tere Bina (song)|Tere Bina]]&amp;quot; – &#039;&#039;Guru&#039;&#039;&lt;br /&gt;
**Shreya Ghoshal – &amp;quot;Yeh Ishq Haye&amp;quot; – &#039;&#039;[[Jab We Met]]&#039;&#039;&lt;br /&gt;
**[[Sunidhi Chauhan]] – &amp;quot;Sajnaji Vaari&amp;quot; – &#039;&#039;[[Honeymoon Travels Pvt. Ltd.]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Technical Awards===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ! style=&amp;quot;background:#EEDD82;text-align:center;&amp;quot;|[[Screen Award for Best Story|Best Story]]&lt;br /&gt;
! ! style=&amp;quot;background:#eedd82;text-align:center;&amp;quot;|[[Screen Award for Best Screenplay|Best Screenplay]]&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[Amole Gupte]]&#039;&#039;&#039; – &#039;&#039;&#039;&#039;&#039;[[Taare Zameen Par]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Anurag Basu]] – &#039;&#039;[[Life in a... Metro]]&#039;&#039;&lt;br /&gt;
**[[Feroz Abbas Khan]] – &#039;&#039;[[Gandhi, My Father]]&#039;&#039;&lt;br /&gt;
**[[Imtiaz Ali (director)|Imtiaz Ali]] – &#039;&#039;[[Jab We Met]]&#039;&#039;&lt;br /&gt;
**[[Jaideep Sahni]] – &#039;&#039;[[Chak De! India]]&#039;&#039;&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[Anurag Basu]]&#039;&#039;&#039; – &#039;&#039;&#039;&#039;&#039;[[Life in a... Metro]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Amole Gupte]] – &#039;&#039;[[Taare Zameen Par]]&#039;&#039;&lt;br /&gt;
**[[Anurag Kashyap]] – &#039;&#039;[[Black Friday (2004 film)|Black Friday]]&#039;&#039;&lt;br /&gt;
**[[Imtiaz Ali (director)|Imtiaz Ali]] – &#039;&#039;[[Jab We Met]]&#039;&#039;&lt;br /&gt;
**[[Jaideep Sahni]] – &#039;&#039;[[Chak De! India]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! ! style=&amp;quot;background:#EEDD82;text-align:center;&amp;quot;|[[Screen Award for Best Dialogue|Best Dialogue]]&lt;br /&gt;
! ! style=&amp;quot;background:#eedd82;text-align:center;&amp;quot;|[[Screen Award for Best Background Music|Best Background Music]]&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[Amole Gupte]]&#039;&#039;&#039; – &#039;&#039;&#039;&#039;&#039;[[Taare Zameen Par]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Imtiaz Ali (director)|Imtiaz Ali]] – &#039;&#039;[[Jab We Met]]&#039;&#039;&lt;br /&gt;
**[[Jaideep Sahni]] – &#039;&#039;[[Chak De! India]]&#039;&#039;&lt;br /&gt;
**Sanjiv Dutta – &#039;&#039;[[Life in a... Metro]]&#039;&#039;&lt;br /&gt;
**[[Vijay Krishna Acharya]] – &#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039;&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
*&#039;&#039;&#039;[[A. R. Rahman]] – &#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&amp;lt;ref&amp;gt;{{Cite web|url=http://archive.indianexpress.com/news/the-winning-bonds/265082/ |title=The winning bonds |website=The Indian Express |date=24 January 2008 |access-date=25 May 2022}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
**[[Raju Singh]] – &#039;&#039;[[Life in a... Metro]]&#039;&#039;&lt;br /&gt;
**[[Salim–Sulaiman]] – &#039;&#039;[[Chak De! India]]&#039;&#039;&lt;br /&gt;
**[[Sandeep Chowta]] – &#039;&#039;[[Om Shanti Om]]&#039;&#039;&lt;br /&gt;
**[[Shankar–Ehsaan–Loy]] – &#039;&#039;[[Taare Zameen Par]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! ! style=&amp;quot;background:#EEDD82;text-align:center;&amp;quot;|[[Screen Award for Best Editing|Best Editing]]&lt;br /&gt;
! ! style=&amp;quot;background:#eedd82;text-align:center;&amp;quot;|[[Screen Award for Best Cinematography|Best Cinematography]]&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
* &#039;&#039;&#039;[[Amitabh Shukla]]&#039;&#039;&#039; – &#039;&#039;&#039;&#039;&#039;[[Chak De! India]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Aarti Bajaj]] – &#039;&#039;[[Black Friday (2004 film)|Black Friday]]&#039;&#039;&lt;br /&gt;
**[[Akiv Ali]] – &#039;&#039;[[Life in a... Metro]]&#039;&#039;&lt;br /&gt;
**Bunty Nagi – &#039;&#039;[[Shootout at Lokhandwala]]&#039;&#039;&lt;br /&gt;
**Pooja Ladha Surti – &#039;&#039;[[Johnny Gaddaar]]&#039;&#039;&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
* &#039;&#039;&#039;[[Sudeep Chatterjee]]&#039;&#039;&#039; – &#039;&#039;&#039;&#039;&#039;[[Chak De! India]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Bobby Singh (cinematographer)|Bobby Singh]] – &#039;&#039;[[Life in a... Metro]]&#039;&#039;&lt;br /&gt;
**[[Natty Subramaniam]] – &#039;&#039;[[Eklavya: The Royal Guard]]&#039;&#039;&lt;br /&gt;
**[[Rajiv Menon]] – &#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039;&lt;br /&gt;
**[[Ravi K. Chandran]] – &#039;&#039;[[Saawariya]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! ! style=&amp;quot;background:#EEDD82;text-align:center;&amp;quot;|Best Art Direction&lt;br /&gt;
! ! style=&amp;quot;background:#eedd82;text-align:center;&amp;quot;|Best Sound Design&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
* &#039;&#039;&#039;[[Nitin Chandrakant Desai]]&#039;&#039;&#039; – &#039;&#039;&#039;&#039;&#039;[[Gandhi, My Father]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**Gautam Sen – &#039;&#039;[[Khoya Khoya Chand]]&#039;&#039;&lt;br /&gt;
**[[Omung Kumar]] – &#039;&#039;[[Saawariya]]&#039;&#039;&lt;br /&gt;
**[[Sabu Cyril]] – &#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039;&lt;br /&gt;
**Sabu Cyril – &#039;&#039;[[Om Shanti Om]]&#039;&#039;&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
* &#039;&#039;&#039;[[Bishwadeep Chatterjee]]&#039;&#039;&#039; – &#039;&#039;&#039;&#039;&#039;[[Eklavya: The Royal Guard]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**Baylon Fonseca – &#039;&#039;[[Shootout at Lokhandwala]]&#039;&#039;&lt;br /&gt;
**[[H. Sridhar]] – &#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039;&lt;br /&gt;
**Hari Dwarak &amp;amp; Madhu Apsara – &#039;&#039;[[Johnny Gaddaar]]&#039;&#039;&lt;br /&gt;
**Manas Choudhury &amp;amp; Ali Merchant – &#039;&#039;[[Chak De! India]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! ! style=&amp;quot;background:#EEDD82;text-align:center;&amp;quot;|Best Choreography&lt;br /&gt;
! ! style=&amp;quot;background:#eedd82;text-align:center;&amp;quot;|Best Action&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
* &#039;&#039;&#039;[[Farah Khan]]&#039;&#039;&#039; –  &#039;&#039;&#039;&amp;quot;Dhoom Taana&amp;quot;&#039;&#039;&#039; – &#039;&#039;&#039;&#039;&#039;[[Om Shanti Om]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**[[Ganesh Hegde]] &amp;amp; Pappu Mallu – &amp;quot;Yun Shabnami&amp;quot; – &#039;&#039;[[Saawariya]]&#039;&#039;&lt;br /&gt;
**[[Saroj Khan]] – &amp;quot;[[Barso Re]]&amp;quot; – &#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039;&lt;br /&gt;
**[[Vaibhavi Merchant]] – &amp;quot;Aaja Nachle&amp;quot; – &#039;&#039;[[Aaja Nachle]]&#039;&#039;&lt;br /&gt;
**Vaibhavi Merchant – &amp;quot;Jhoom Barabar Jhoom&amp;quot; – &#039;&#039;[[Jhoom Barabar Jhoom]]&#039;&#039;&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
* &#039;&#039;&#039;[[Tinu Verma]]&#039;&#039;&#039; – &#039;&#039;&#039;&#039;&#039;[[Apne]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**Abbas Ali Moghul – &#039;&#039;[[Awarapan]]&#039;&#039;&lt;br /&gt;
**Anthony Stone – &#039;&#039;[[Cash (2007 film)|Cash]]&#039;&#039;&lt;br /&gt;
**Javed Ejaz – &#039;&#039;[[Shootout at Lokhandwala]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! ! style=&amp;quot;background:#eedd82; text-align:center;&amp;quot; colspan=&amp;quot;2&amp;quot;| Best Special Effects (Visual)&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
* &#039;&#039;&#039;Red Chillies VFX&#039;&#039;&#039; – &#039;&#039;&#039;&#039;&#039;[[Om Shanti Om]]&#039;&#039;&#039;&#039;&#039;{{double dagger}}&lt;br /&gt;
**Red Chillies VFX – &#039;&#039;[[Chak De! India]]&#039;&#039;&lt;br /&gt;
**Tata Elxsi – &#039;&#039;[[Taare Zameen Par]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Critics&#039; Awards ===&lt;br /&gt;
{| class=&amp;quot;wikitable&lt;br /&gt;
|-&lt;br /&gt;
! ! style=&amp;quot;background:#eedd82; text-align:center;&amp;quot;|[[Screen Award for Best Actor (Critics)|Critics Best Actor – Male]]&lt;br /&gt;
! ! style=&amp;quot;background:#EEDD82;text-align:center;&amp;quot;|[[Screen Award for Best Actress (Critics)|Critics Best Actor – Female]]&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
* &#039;&#039;&#039;[[Amitabh Bachchan]] – &#039;&#039;[[Cheeni Kum]]&#039;&#039; as Buddhadev Gupta&#039;&#039;&#039;{{double-dagger}}&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
* &#039;&#039;&#039;[[Tabu (actress)|Tabu]] – &#039;&#039;[[Cheeni Kum]]&#039;&#039; as Nina Verma&#039;&#039;&#039;{{double-dagger}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Special awards===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;| [[Screen Lifetime Achievement Award|Lifetime Achievement Award]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
* &#039;&#039;&#039;[[Manoj Kumar]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;| That May Be Debut 4 years later&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
* &#039;&#039;&#039;[[Ayushmann Khurrana]]&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;| [[Screen Award for Jodi No. 1|Jodi No. 1]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
* &#039;&#039;&#039;[[Shah Rukh Khan]]&#039;&#039;&#039; &amp;amp; &#039;&#039;&#039;[[Deepika Padukone]]&#039;&#039;&#039; (&#039;&#039;[[Om Shanti Om]]&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Superlatives==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;display:inline-table;&amp;quot;&lt;br /&gt;
|+Multiple nominations&lt;br /&gt;
! Nominations !! Film&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| &#039;&#039;[[Taare Zameen Par]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot;| 14&lt;br /&gt;
| &#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Life in a... Metro]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| &#039;&#039;[[Chak De! India]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| &#039;&#039;[[Om Shanti Om]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| &#039;&#039;[[Saawariya]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot;| 6&lt;br /&gt;
| &#039;&#039;[[Gandhi, My Father]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Jab We Met]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| &#039;&#039;[[Cheeni Kum]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| &#039;&#039;[[Shootout at Lokhandwala]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot;| 3&lt;br /&gt;
| &#039;&#039;[[Black Friday (2004 film)|Black Friday]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Jhoom Barabar Jhoom]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Johnny Gaddaar]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;5&amp;quot;| 2&lt;br /&gt;
| &#039;&#039;[[Eklavya: The Royal Guard]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Honeymoon Travels Pvt. Ltd.]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Ta Ra Rum Pum]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[The Blue Umbrella (2005 film)|The Blue Umbrella]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Welcome (2007 film)|Welcome]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;display:inline-table;&amp;quot;&lt;br /&gt;
|+Multiple wins&lt;br /&gt;
! Awards !! Film&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| &#039;&#039;[[Taare Zameen Par]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| &#039;&#039;[[Chak De! India]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| &#039;&#039;[[Om Shanti Om]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot;| 3&lt;br /&gt;
| &#039;&#039;[[Guru (2007 film)|Guru]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;[[Life in a... Metro]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| &#039;&#039;[[Cheeni Kum]]&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [https://www.imdb.com/event/ev0002905/2008/1 The Screen Awards (2008)] at the [[Internet Movie Database]]&lt;br /&gt;
&lt;br /&gt;
{{Screen Awards}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Screen Awards]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
	<entry>
		<id>https://en.bharatpedia.org/w/index.php?title=Department_of_Tourism,_Culture_and_Religious_Endowments&amp;diff=496307</id>
		<title>Department of Tourism, Culture and Religious Endowments</title>
		<link rel="alternate" type="text/html" href="https://en.bharatpedia.org/w/index.php?title=Department_of_Tourism,_Culture_and_Religious_Endowments&amp;diff=496307"/>
		<updated>2025-03-17T01:26:52Z</updated>

		<summary type="html">&lt;p&gt;WaldoOakes4: put up a details...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|Government department of Tamil Nadu state, India}}&lt;br /&gt;
{{Use dmy dates|date=January 2024}}&lt;br /&gt;
{{Use Indian English|date=January 2024}}&lt;br /&gt;
{{Infobox government agency&lt;br /&gt;
| agency_name     = Department of Tourism, Culture and Religious Endowments (Tamil Nadu)&lt;br /&gt;
| nativename      = &lt;br /&gt;
| nativename_a    = &lt;br /&gt;
| nativename_r    = &lt;br /&gt;
| logo            = TamilNadu Logo.svg&lt;br /&gt;
| logo_width      = &lt;br /&gt;
| logo_caption    = &lt;br /&gt;
| seal            = &lt;br /&gt;
| seal_width      = &lt;br /&gt;
| seal_caption    = &lt;br /&gt;
| formed          = 1951&lt;br /&gt;
| preceding1      = &lt;br /&gt;
| preceding2      = &lt;br /&gt;
| dissolved       = &lt;br /&gt;
| superseding     = &lt;br /&gt;
| jurisdiction    = [[Tamil Nadu]]&lt;br /&gt;
| headquarters    = [[Chennai]]&lt;br /&gt;
| employees       = &lt;br /&gt;
| budget          = &lt;br /&gt;
| minister1_name  = [[R. Rajendran (DMK politician)| R. Rajendran]]&lt;br /&gt;
| minister1_pfo   = Minister of Tourism&lt;br /&gt;
| minister2_name  = [[P. K. Sekar Babu]]&lt;br /&gt;
| minister2_pfo   = Minister of Culture and Religious Endowments Department&lt;br /&gt;
| chief1_name     = K. Manivasan, [[Indian Administrative Service|IAS]]&lt;br /&gt;
| chief1_position = Additional Chief Secretary, Tourism, Culture and Religious Endowments&lt;br /&gt;
| parent_agency   = [[Government of Tamil Nadu]]&lt;br /&gt;
| child1_agency   = &lt;br /&gt;
| child2_agency   = &lt;br /&gt;
| website         = [http://www.tn.gov.in/department/32 Tourism, Culture and Religious Endowments Department]&lt;br /&gt;
| footnotes       = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Department of Tourism, Culture and Religious Endowments&#039;&#039;&#039; is one of the [[Tamil Nadu Government&#039;s Departments|departments]] of [[Government of Tamil Nadu]]. The department has two major sub-departments, [[Tourism in Tamil Nadu|tourism]] and Hindu religious endowments.&amp;lt;ref name=&amp;quot;Gov&amp;quot;&amp;gt;{{cite web|url=http://www.tn.gov.in/department/32|title=Tourism, Culture and Religious Endowments|publisher=[[Government of Tamil Nadu]]|access-date=1 December 2023}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==Religious endowments==&lt;br /&gt;
The state famed for [[Tamil architecture|Tamil architecture styled]] [[List of temples in Tamil Nadu|Hindu temples]], culture and tradition and commonly known as the &#039;&#039;Land of Temples&#039;&#039;.&amp;lt;ref&amp;gt;{{cite web|title=Temples of Tamilnadu|url=https://www.bharatonline.com/tamilnadu/temples.html|access-date=20 July 2021|work=Bharatonline}}&amp;lt;/ref&amp;gt; There are more than 34,000 temples in Tamil Nadu built across various periods including some of the largest and oldest temples in the world.&amp;lt;ref&amp;gt;{{cite news|url=http://timesofindia.indiatimes.com/city/chennai/Tamil-Nadu-Andhra-Pradesh-build-temple-ties-to-boost-tourism/articleshow/6284409.cms|title=Tamil Nadu, Andhra Pradesh build temple ties to boost tourism|newspaper=[[The Times of India]]|date=10 August 2010|access-date=1 December 2023}}&amp;lt;/ref&amp;gt; The department was established by the Madras Hindu Religious and Charitable Endowments Act of 1951 and is responsible for the maintenance, promotion and consecration of temples and mutts under its supervision.&amp;lt;ref&amp;gt;{{cite report|url=https://cms.tn.gov.in/sites/default/files/documents/hrce_e_pn_2023_24.pdf |title=Hindu Religious Endowments yearly report 2023-24|publisher=[[Government of Tamil Nadu]]|access-date=1 December 2023}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==Tourism==&lt;br /&gt;
The tourism wing is responsible for the promotion of tourism and development of tourist related infrastructure in the state. In 1971, [[Tamil Nadu Tourism Development Corporation]] was established as a nodal agency responsible for the same.&amp;lt;ref&amp;gt;{{cite news|url=http://www.tn.gov.in/rti/proactive/inftour/handbook_ttdc.pdf|publisher=Government of Tamil Nadu|title=Tamil Nadu Tourism Development Corporation Limited|access-date=1 October 2023}}&amp;lt;/ref&amp;gt; The tag line &amp;quot;Enchanting Tamil Nadu&amp;quot; has been adopted in the tourism promotions by the department.&amp;lt;ref&amp;gt;{{cite web|url=https://tourism.gov.in/webcast/enchanting-tamil-nadu-culture|title=Enchanting Tamil Nadu|publisher=Government of India|access-date=1 October 2023}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;EC&amp;quot;&amp;gt;{{cite news|url=https://economictimes.indiatimes.com/industry/services/travel/tamil-nadu-ranks-first-for-domestic-tourism-official/articleshow/44713716.cms|title=Tamil Nadu ranks first for domestic tourism: Official|date=10 November 2014|newspaper=[[The Economic Times]]|access-date=1 December 2023}}&amp;lt;/ref&amp;gt; In the 21st century, the state has been among the top destinations for domestic and international tourists.&amp;lt;ref name=&amp;quot;EC&amp;quot;/&amp;gt;&amp;lt;ref&amp;gt;{{cite report|title=India Tourism Statistics 2020|url=https://tourism.gov.in/sites/default/files/2021-05/INDIA%20TOURISM%20STATISTICS%202020.pdf|access-date=10 August 2023}}&amp;lt;/ref&amp;gt; {{As of|2021}}, Tamil Nadu recorded the most tourist foot-falls.&amp;lt;ref name=&amp;quot;CR&amp;quot;&amp;gt;{{cite report|url=https://tourism.gov.in/sites/default/files/2022-09/India%20Tourism%20Statistics%202022%20%28English%29.pdf|title=India Tourism statistics-2021|publisher=[[Government of India]]|access-date=1 December 2023}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Government of Tamil Nadu]]&lt;br /&gt;
* [[Tamil Nadu Government&#039;s Departments]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links ==&lt;br /&gt;
* [http://www.tn.gov.in/department/32 Official website of the Tamil Nadu Tourism, Culture and Religious Endowments Department]&lt;br /&gt;
* [http://www.tn.gov.in Official website of Government of Tamil Nadu]&lt;br /&gt;
&lt;br /&gt;
{{Government of Tamil Nadu}}&lt;br /&gt;
{{Government Departments of Tamil Nadu}}&lt;br /&gt;
{{Tourism in Tamil Nadu}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Government departments of Tamil Nadu]]&lt;br /&gt;
[[Category:1951 establishments in India]]&lt;br /&gt;
[[Category:Subnational tourism ministries|Tamil Nadu]]&lt;/div&gt;</summary>
		<author><name>WaldoOakes4</name></author>
	</entry>
</feed>