Citation/article database for OS X?
June 11, 2006 11:04 PM
Subscribe
Where can I find a citation database for OS X (and am I using the right term)?
I'm looking for a way to organize historical documents (mostly newspaper articles) for my site. Some are plaintext, some PDF, and some printed/photocopied. I'd like to sort and search by the following:
- periodical name
- article name
- publication date
- text (either abstract, or full text, or blank, or "see hardcopy"). Would like to be able to paste this in.
- keywords
- a couple of flags: 1, have I read full text? (I have a bunch of cites that are just title/abstract and date, because they're $4 a pop); and 2, have I applied it to the site?
Something like this has been tough to Google for. I'm trying out
Notational Velocity but wonder if it will scale up. (tracking information on about 900 numbered highways).
"Install mySQL" is also an acceptable answer, but I'm checking first for something lightweight that's already been done.
posted by kurumi to computers & internet (13 comments total)
3 users marked this as a favorite
You could set up a MySQL, FileMaker Pro, or other database — but in design terms, storing files in BLOBs is considered "bad form"; you'd want a link to the file system, instead.
posted by Mr. Six at 11:11 PM on June 11, 2006