| |
| |
|
|
| |
Cost of Construction |
|
| |
|
|
| |
The Community-owned Nature Interpretation Center will include
2,238 sq. ft of floor space and a scenic walkway of 514 sq. ft.
Detailed construction cost breakdown is shown here, and includes
not only the building but also landscaping and parking at the
Janaki Chora sight and long-term building maintenance.
Partners seeking more public recognition may choose to donate
one of five special sections of the building, as shown on the
reverse of this sheet. |
|
| |
|
|
| |
| |
Description |
Amount (Tk.)
. |
| |
Fare Face Concrete Structure |
|
| |
I. Concrete Works (2100 bags Cement) |
2,007,113.78
. |
| |
II. M.S. Rod works (254 quintal) |
1,285,200.00
. |
| |
Plinth, Floor & Wall |
462,301.52
. |
| |
Wooden Doors, Windows, Louvers and Railing |
1,169,976.05
. |
| |
Toilet and Plumbing works |
228,861.55
. |
| |
Electrical works |
385,368.58
. |
| |
Parking, Walkway and Land development |
952,014.71
. |
| |
Interior furnishing |
50,400.00
. |
| |
Wooden Bridge, Landing Platform & Steps for gradual
Hiking Trail |
849,556.47
. |
| |
Total
Construction Cost (apprx.)
|
7,390,792.66
. |
| |
Equipment (Monitor, Multimedia, Screen, TV, DVD,
Furniture & etc) |
800,000.00
. |
| |
Maintenance cost (5 years) (Lumsum) |
500,000.00
. |
| |
Grand
Total (apprx.) |
8,690,792.66
. |
|
|
 |
| |
|
|
| |
These areas of the building & grounds provide uniquely
high-visibility exposure for donor Partners. These are the only
areas in the complex where Partner Corporate Logos may be
exhibited to the estimated 80,000 annual visitors.
|
|
| |
|
SCREENING THEATER:
|
All visitors to the
Park will be required to watch a short (8-10 minute) orientation
video in this air-conditioned Screening Theater. Our citizens
need orientation not only about what they may see in the Park,
but also about how to be responsible nature tourists. Financing
of this Screening Theater offers a unique opportunity for
corporate recognition.
>> Estimated Cost = 12 lac |
|
|
|
EXHIBIT ROOM: |
After purchasing
their entry ticket, visitors will proceed to the
Exhibit Room on their way to the Screening
Theater. The Exhibits shown there can vary over
time, but will in all cases help to educate and
inform tourists. As visitors browse the Exhibit
Room, they will see the Partner logo on the wall
of the Room.
>> Estimated cost = 9 lac |
|
|
|
OUTDOOR PAVILION: |
This natural outdoor
amphi-theater will provide an idyllic spot for nature education
programs, pre-hike orientation by Eco-Guides, or tour group
orientation. As visitors enjoy nature here, they will be well
aware of the generous contribution by the Partner.
>> Estimated cost = 7 lac |
|
|
|
| |
|
|
| |
|
SCENIC WALKWAY: |
This 514 sq ft
walkway leads from the Visitor Center to the
nearby hill. Virtually all visitors will want to
walk along this raised platform and then stroll
on the hillside.
>> Estimated cost = 10 lac |
|
|
|
INFORMATION KIOSK: |
All visitors are
required to purchase entry ticket to the Park, and they will do
so from this Information Kiosque. From this same location,
visitors can see annotated trail guides, hire local Eco-Guides,
obtain visitor information, or purchase a variety of local
community products.
>> Estimated cost = 7 lac |
|
|
|
|
|
| |
|
|
|
|
|
| |
| |
Visitor's (Started from 4th June, 2007):
<%
Dim objFSO, objCountFile ' object vars for FSO and File
Dim strCountFileName ' filename of count text file
Dim iCount ' count variable
Dim bUseImages ' boolean whether or not to use images
Dim I ' standard looping var
' Determine whether we use images or plain text
' You could just set this to True or False instead
bUseImages = CBool(Request.QueryString("images"))
' Compute our count file's filename
' This is based on the file from which you call count.asp
' It basically takes that name and appends a .cnt so I don't
' accidently overwrite any files. If for some reason you have
' a file named script_name.asp.cnt then change this or watch out!
strCountFileName = Server.MapPath(Request.ServerVariables("SCRIPT_NAME") & ".cnt")
' Create FileSystemObject to deal with file access
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
' Open the file as a text stream (1 = ForReading, True = Create)
Set objCountFile = objFSO.OpenTextFile(strCountFileName, 1, True)
' Read the current count from the file
If Not objCountFile.AtEndOfStream Then
' Set value to contents of the file
iCount = CLng(objCountFile.ReadAll)
Else
' If no file exists or it's empty start at 0
iCount = 0
End If
' Close the file and destroy the object
objCountFile.Close
Set objCountFile = Nothing
' Increment the count
iCount = iCount + 1
' Overwrite existing file and get a text stream to new one
Set objCountFile = objFSO.CreateTextFile(strCountFileName, True)
' Write updated count
objCountFile.Write iCount
' Close the file and destroy the object
objCountFile.Close
Set objCountFile = Nothing
' Destroy the FSO object
Set objFSO = Nothing
' We're all done with the hard part
' All that's left is to display the results
If bUseImages Then
' Loop through the count integer showing each digit
' You can grab the images one at a time or get the zip
' http://www.asp101.com/samples/download/counter_imgs.zip
For I = 1 to Len(iCount)
' Output the IMG tag using the right digit
Response.Write " "
Next 'I
Else
' No image wanted just show the variable
Response.Write iCount
End If
%>
|
|
Nishorgo Support Project, House 68 (2nd
floor), Road No. 1, Block-I,
Banani, Dhaka-1213, Bangladesh. Tel: 880-2-987 3229,
880-2-987 1553; E-mail:
ctfr@irgbd.com
|
|
|
© Nishorgo
Support Project |
|
|
|
|
|