And didn't realize that I still needed an 8th blog post.
So, quickly, a nuts-and-bolts update.
I'm about 15% of the way through devising the logical structure of an SQL database to store my papers, together with the meta information I want to track. Here's the main areas of info I'm storing:
Source paper info: Authors (First, Last, Institution, Contact Address), Title, Abstract, Meta Classifications, References
Each Reference is going to contain the standard MLA type data. This project is made more difficult by the fact that conference papers don't have ISBN numbers, so I can't use that as a unique identifier. And since not all database back-ends support composite or compound keys, I'm going to have to generate a unique ID for each referece (and of course each original source). The database build isn't terribly hard, it's the data entry that's going to be annoying.
Afterwards, though, I'll be able to generate a number of intersting queries and reports that can help analyze the field of crisis managment.
If anyone is interesting in glomming off of this and adding in other IS domains for their own edification, let me know.