Shilghati

Shilghati (also spelled Silghati) is a panchayat village located in the Gomati district of Tripura state of India.[1] It is situated some 16 kilometers far from Udaipur, the nearest main town and lies on the banks of the river Gomati, which has its origin on the high altitudes of Boromura hill range.

Shilghati
Village
Country India
StateTripura
DistrictGomati
TehsilKakraban
Time zoneUTC+5:30 (IST)
Parliamentary constituencyTripura West
Assembly constituencyKakraban

Description

Tripura Sundari temple

The people here mainly belong to the Jamatia tribe of Tripura who speak the language Kokborok,[2] the remainder are various Bengalis. It has a market located on the main-road linking Udaipur with Kakraban and Melaghar. It has lush green agriculture farms located around the settlements.

Amenities like school, post-office, telephones and electricity are available. Shilghati High School[3] located near the Shilghati Market has been serving as the source of education for the local people from many decades.

History

Prior to 2012, Shilghati was part of South Tripura district in Udaipur tehsil.

gollark: allegedly.
gollark: Yes, wojbie, that's actual live code (with some bits removed to make it fit), not an example.
gollark: No evil "class" stuff needed.
gollark: This is an API I run to do some random things.
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```

References

  1. 2011 Village Panchayat Code = 102308, "Reports of National Panchayat Directory: Village Panchayat Names of Kakraban, Gomati, Tripura". Ministry of Panchayati Raj, Government of India. Archived from the original on 8 November 2011.
  2. Mandal, D. B. (1993). "Mechanism of Social Control and Some Aspects of Customary Laws of Jamatia". In Singh, K. S. (ed.). Tribal Ethnography, Customary Law, and Change. New Delhi: Concept Publishing Company. pp. 139–146, page 140. ISBN 978-81-7022-471-6.
  3. Shilghati High School (Udaipur) :ECO-Club at tripura.nic.in

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.