| Uttarakhand - Almora, Bageshwar, Dehradun, Haridwar, Mussoorie, Nainital, Rishikesh |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#16 | |
|
Jr Member
Join Date: Apr 2007
Location: Bangalore
Posts: 39
|
Quote:
Now I can access the report. Thanks.
__________________
Think Different
Last edited by machadinha : Jun 30th, 2007 at 03:38. Reason: merged posts |
|
|
|
|
|
|
#17 | |
|
Member
Join Date: Dec 2004
Location: Allahabad
Posts: 370
|
Canonical URI
Quote:
The report, titled `Master plan for development of trekking routes in Uttaranchal,' was prepared for the Uttarakhand Government by a private company, and is perhaps not of great value. For instance, the section on the Kuari Pass has whole passages lifted, without attribution, from the Lonely Planet guide to `Trekking in the Indian Himalaya.' I would not be surprised if the report is mostly based on information from other sources, rather than on original field work. In any case, there are some other similar reports, e.g., on Dayara Bugiyal, at http://gov.ua.nic.in/uttaranchaltour...er%20Plans.htm However, most of the links there lead to Microsoft Word files leaving those of us who use Unix in the lurch --- unless one installs OpenOffice or some other kludge. There is a similar report, titled `Master plan for eco-tourism in Valley of Flowers-Hemkunt belt,' and prepared for the Government of India by another private company, at http://www.tourism.nic.in/survey/val...%20Flowers.pdf Raghu. |
|
|
|
|
|
|
#18 |
|
Maha Guru Member
|
nice report !
|
|
|
|
|
|
#19 |
|
Member
Join Date: Dec 2004
Location: Allahabad
Posts: 370
|
Suggestion to the moderators
I think this thread --- and Jeroen's definitive posting on the Milam glacier teahouse trek --- would be more relevant and useful on the `Trekking and Mountaineering in India' forum, and suggest that both the threads be moved there.
Raghu. |
|
|
|
|
|
#20 |
|
Trekker
Join Date: Sep 2005
Location: London.....Himalayas in between
Posts: 1,039
|
yeah, this report is not exactly of great value....coz it has many wrong references (ex: showing some of the garhwal treks in kumaon, etc). it seems as if someone has done a copy paste job and also taken the layout from a Kotler's marketing book ... which is not even good enough for a first semester student's marketing project.
__________________
Trek blog over here |
|
|
|
|
|
#21 | |
|
brother my cup is empty member
Join Date: Jan 2005
Location: yörp
Posts: 14,374
|
Quote:
Both threads can be found in both forums by means of redirects. Experience teaches that people will complain whether threads are moved one way or the other, so apparently it's hard to please everyone Some threads will end up under Trekking or whatever their subject may be and some under the appropriate states, with redirects if one of the mods notices and/or can be bothered, and usually with respect to the poster's original choice, unless completely misplaced to begin with.
__________________
Reading tips, all picked up at IndiaMike : INDAX's A Comprehensive Guide To India / Dinoj Surendran's Desi Humor / ITHVC on Culture Shock & Travel Health / JetLag Travel Guides For the Undiscerning Traveller / India Travel Links
|
|
|
|
|
|
|
#22 | ||
|
Member
Join Date: Dec 2004
Location: Allahabad
Posts: 370
|
Quote:
Quote:
Raghu. |
||
|
|
|
|
|
#23 | |
|
brother my cup is empty member
Join Date: Jan 2005
Location: yörp
Posts: 14,374
|
Yes, no problem btw, it's just we may overlook it. It also detracts from ongoing threads, as in this case (sorry peeps).
Quote:
![]() btw How exactly do you picture this? It's under review so your comments would be welcome. Last edited by machadinha : Dec 14th, 2007 at 04:48. Reason: merged posts |
|
|
|
|
|
|
#24 | |
|
Member
Join Date: Dec 2004
Location: Allahabad
Posts: 370
|
Quote:
Code:
http://www.indiamike.com/india/kerala-f39/tours-in-kerala-t42947/ Each line below is a command in an interactive shell. The strings "[2]%", etc., are the shell prompts. Code:
[1]% mkdir -p forum-1/thread-1.{1,2,3} forum-2/thread-2.{1,2}
[2]% touch forum-1/thread-1.{1,2,3}/index.html
[3]% touch forum-2/thread-2.{1,2}/index.html
[4]% ls -R forum-*
forum-1: thread-1.1/ thread-1.2/ thread-1.3/
forum-1/thread-1.1: index.html
forum-1/thread-1.2: index.html
forum-1/thread-1.3: index.html
forum-2: thread-2.1/ thread-2.2/
forum-2/thread-2.1: index.html
forum-2/thread-2.2: index.html
[5]% echo "foo" >> forum-1/thread-1.2/index.html
[6]% cd forum-2 && ln -s ../forum-1/thread-1.2 && cd ..
[7]% echo "bar" >> forum-1/thread-1.2/index.html
[8]% echo "baz" >> forum-2/thread-1.2/index.html
[9]% cat forum-1/thread-1.2/index.html
foo
bar
baz
[10]% cat forum-2/thread-1.2/index.html
foo
bar
baz
[11]% diff -r forum-1/thread-1.2 forum-2/thread-1.2 && echo "SAME"
SAME
Command 5 adds some text to `thread-1.2/index.html', and is intended to simulate a posting to that thread. Command 6 creates a symbolic link from `forum-2' pointing to `thread-1.2' in `forum-1'. At this point, `thread-1.2' is visible in both the forums. Command 7 simulates a posting to `thread-1.2' in `forum-1', while command 8 does a posting to the same thread in `forum-2'. Commands 9, 10, and 11 indicate that `thread-1.2' is the same in both the forums. One can post to it from either forum, and its contents are the same irrespective of which of the two forums it is viewed from. Needless to say, this picture may be a gross simplification, and may be quite incorrect. In any case, it describes what I was thinking. I am sure that my description could be improved; please let me know if something looks dubious. Mooching about a few days ago, I stumbled upon the thread `Allow mods to put threads in multiple forums' on the discussion board at http://www.space.com/ You may be interested in that too. Raghu. Last edited by nyraghu : Aug 27th, 2007 at 18:17. |
|
|
|
|
|
|
#25 |
|
Member
Join Date: May 2007
Location: 28N 077E / दिल्ली
Posts: 4,798
|
Phew, I'm relieved that I'm not the only one who thinks that report is a farce - just another consultant out to make an expensive buck.
There are some real howlers in there, and I wud never have known of the plagiarism if u hadn't pointed it out, Raghu! PS: Unix, huh? Is that why u can't use the website's own smileys? |
|
|
|
|
|
#26 | |
|
Member
Join Date: Dec 2004
Location: Allahabad
Posts: 370
|
All part of corporate quick work, I suppose. The consultants don't seem to have either the resources or the interest to organize proper field work and produce a report that is worthwhile.
Quote:
Raghu.
__________________
colorless green ideas sleep furiously -- Noam Chomsky, 1956
|
|
|
|
|
|
|
#27 | |
|
Member
Join Date: May 2007
Location: 28N 077E / दिल्ली
Posts: 4,798
|
Quote:
), cos I've seen u use " :-) ". And can u see the forum-supplied ones others use in their posts? Doesn't really matter, just curious. |
|
|
|
|
|
|
#28 |
|
where is VJ now...
|
that's really neat . Thanks
|
|
|
|
|
|
#29 | |
|
Member
Join Date: Dec 2004
Location: Allahabad
Posts: 370
|
Quote:
. Similarly, the smilies in others' postings are also visible in my browser window.Raghu. Last edited by nyraghu : Dec 14th, 2007 at 23:40. |
|
|
|
|
|
|
#30 |
|
Senior Member
Join Date: Dec 2006
Location: Delhi
Posts: 208
|
Where is the question of commenting on the quality of the report?
I think the most important thing is that you get an Idea where else you can go. Small errors can be clarified and ?????????
__________________
http://karnail.blogspot.com/ |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Green Route Railway trek or Yedakumeri Railway trek. | venks | Trekking and Mountaineering in India | 1 | Aug 31st, 2007 12:51 |
| kedarkantha trek in the route of Har ki doon | sourav79 | India Travel Partners | 1 | Apr 12th, 2007 13:24 |
| Uttarakhand Mahotsav from Nov 14 | rajugusain | India Travel News and Commentary | 1 | Nov 3rd, 2006 05:19 |
| kangla pass trek route | cliffhanger | Trekking and Mountaineering in India | 9 | Apr 28th, 2005 02:22 |
| Madkot (uttarakhand) | abraxus | Uttarakhand | 0 | Feb 25th, 2002 06:41 |