This article includes a list of references, related reading or external links, but its sources remain unclear because it lacks inline citations. Please help to improve this article by introducing more precise citations.(July 2015) (Learn how and when to remove this template message)
The Vanni, also spelled Wanni, is the name given to the mainland area of the Northern Province of Sri Lanka. It covers the entirety of Mannar, Mullaitivu and Vavuniya Districts, and most of Kilinochchi District, and has an area of approximately 7,650 square kilometres (2,950 sq mi). The population and infrastructure of the Vanni were devastated by the Sri Lankan Civil War.
Contents
1History
2Geography
3Demographics
4External links
History
Tamil feudal chiefs called Vanniar chiefs who have their origin here cultivated the Vanni in the first millennium of the Common Era governing what were called Vannimai, the Jaffna kingdom's land divisions located south of the Jaffna Peninsula in the present-day Northern, North Central and Eastern provinces of Sri Lanka.
Geography
Geographically, the Vanni is distinct from the Jaffna Peninsula, the other area of the Northern Province. Jaffna peninsula is irrigated by underground aquifers fed by wells whereas the Vanni has irrigation tanks fed by perennial rivers. Major rivers include: Akkarayan Aru, Aruvi Aru, Kanakarayan Aru, Kodalikkallu Aru, Mandekal Aru, two called Nay Aru, Netheli Aru, Pali Aru, Pallavarayankaddu Aru, Parangi Aru, Per Aru, Piramenthal Aru, Theravil Aru. There are also a number of lagoons around the Vanni, the largest being Jaffna Lagoon, Nanthi Kadal, Chundikkulam Lagoon, Kokkilai Lagoon, Nai Aru Lagoon and Chalai Lagoon.
Much of the interior (approximately 4,200 km2 (1,600 sq mi)) of the Vanni is covered by dense forest.
Demographics
The Vanni had a population of nearly 700,000 in 2007, making it one of the most sparsely populated areas of Sri Lanka. However, the area's population figures have been highly volatile due to massive displacement caused by the Sri Lankan Civil War.
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
1
I have 4 tables namely stud, country_master_academic,master_state and master_city. The main problem is that my form consists of many different fields like textbox, radio buttons, dropdown and an image file, so i am getting really confused. I can't insert data in database. Please help me. I tried many times but its not working. Thanks for the help in advance. Modal in home.php page <div class="container"> <div class="modal fade" id="add_data_modal" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> ...
0
i am encountering an issue with my program, i would like the program to recognize string from a txt using two columns, then to put the strings of the txt in a list with the name of rows in the two columns, i don't know how to create list automatically now, but i still want to make a program that everything he recognize in the txt is put in a list. link = "excelfilett.txt" file = open(link, "r") frames_path = is_count_frames_path = False for line in file: if "[Routing Paths]" in line: is_count_frames_path = True if is_count_frames_path== True: for row in df_frame_array_load["[Name]"]: if row in line: a = line[0:4] a = list(a) if "[EthernetComNeed]" in line: ...