#76 closed enhancement (fixed)
implement extensible search/retrieval architecture for obtaining metadata
| Reported by: | simon | Owned by: | simon |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 Beta 1 |
| Component: | ingester | Version: | 1.0 |
| Keywords: | Cc: |
Description
in order to support microformats like UnAPI, we'll need a way to obtain book metadata given only an ISBN. an extensible architecture would allow us to support both SOAP-based systems (e.g. Amazon) and SRU-based systems (e.g. the Library of Congress).
Change History (3)
comment:1 Changed 10 years ago by simon
- Component changed from uncategorized to ingester
- Owner changed from nobody to simon
- Status changed from new to assigned
comment:2 Changed 10 years ago by simon
- Resolution set to wontfix
- Status changed from assigned to closed
comment:3 Changed 10 years ago by simon
- Resolution changed from wontfix to fixed
(In [430]) closes #83, figure out how to implement OpenURL
closes #76, implement extensible search/retrieval architecture for obtaining metadata
OpenURL COinS lookup is now implemented using a real search architecture system. at the moment, it works with Open WorldCat for books, CrossRef for journal articles (provided the COinS object contains a DOI or an ISSN), and PubMed when a PMID is available.
this appears to be unnecessary given our current vision of FS. it would really only be necessary for COiNS, but we can implement COiNS without it.