Friday, October 13, 2006

pathways paper

The last two years pathways research result are published:

An Interoperable Fabric for Scholarly Value Chains - D-Lib, October 2006 (link will be active early next week)

Pathways: Augmenting interoperability across scholarly repositories - International Journal of Digital Libraries

dump a web page and its links by wget

self-note:

Every few weeks I need to read wget manpage to find parameters to cache a single webpage and all its links, so perhaps better write it down here to save 5 minutes:

wget -r -H -l1 -k -P $targetdir --exclude-domains ${comma-seperated domain name} --user=xxx --password=xxx $url