Hey everyone. I'm currently in the long drawn-out process of applying for a PR, and found this forum incredibly helpful. Nonetheless, it's quite daunting to see 412 pages of posts. As a PhD student who is used to exploring ways of organizing and synthesizing information (reganmian . net /wiki/researchr:start), it made me think about ways in which we could do that with this forum. Of course, a wiki or some place that summarizes the important points would be really helpful, but of course quite a bit of work.
I needed to look for information about how to report TA and GA work, and I didn't find the search function in this forum too helpful, so I decided to dump the entire contents of this thread with a quick Ruby script. The result was 6032 forum posts. I then stripped all the "quoted" contents, since I was only interested in new information added, and I also didn't care about who wrote things, when it was posted etc (only pure "information" )... I put up a _really_ simple interface for searching this information: reganmian . net /immisearch/SEARCHQUERY. Yeah, it's so "ghetto" that there's not even a nice welcome page etc, just put whatever you want to search for instead of SEARCHQUERY. You can even use regexp (for those who know what that is) although some regexp characters might get mangled by the URL handling... Here's an example of searching for all occurrences of TA, RA and GA, with a space on each side (it's case insensitive by default)
reganmian . net/ immisearch/ %20(TA|GA|RA)%20
(the %20's are converted to spaces, you can use a normal space first, but any normal space at the end is stripped off, so you need %20s).
Anyway see if you find it helpful at all. I realize that I didn't ask permission to grab all this info, and if the owners of this forum ask me to take it down, I will right away. I just grabbed it for myself, and wanted to share it with you guys in case it would be helpful (since you've been so helpful already!)...
You can also download the entire YAML dump from here reganmian . net/ immisearch/files/immigration.txt.
I needed to look for information about how to report TA and GA work, and I didn't find the search function in this forum too helpful, so I decided to dump the entire contents of this thread with a quick Ruby script. The result was 6032 forum posts. I then stripped all the "quoted" contents, since I was only interested in new information added, and I also didn't care about who wrote things, when it was posted etc (only pure "information" )... I put up a _really_ simple interface for searching this information: reganmian . net /immisearch/SEARCHQUERY. Yeah, it's so "ghetto" that there's not even a nice welcome page etc, just put whatever you want to search for instead of SEARCHQUERY. You can even use regexp (for those who know what that is) although some regexp characters might get mangled by the URL handling... Here's an example of searching for all occurrences of TA, RA and GA, with a space on each side (it's case insensitive by default)
reganmian . net/ immisearch/ %20(TA|GA|RA)%20
(the %20's are converted to spaces, you can use a normal space first, but any normal space at the end is stripped off, so you need %20s).
Anyway see if you find it helpful at all. I realize that I didn't ask permission to grab all this info, and if the owners of this forum ask me to take it down, I will right away. I just grabbed it for myself, and wanted to share it with you guys in case it would be helpful (since you've been so helpful already!)...
You can also download the entire YAML dump from here reganmian . net/ immisearch/files/immigration.txt.