Difference between revisions of "COinS (layman's description)"
m (Protected "COinS (layman's description)" [edit=autoconfirmed:move=autoconfirmed]) |
(Saving last good version of page) |
||
(7 intermediate revisions by 6 users not shown) | |||
Line 5: | Line 5: | ||
http://vlib.mpg.de/sfx-coins.html | http://vlib.mpg.de/sfx-coins.html | ||
− | Wikipedia page on COinS: | + | Wikipedia page on [[COinS]]: |
http://en.wikipedia.org/w/index.php?title=COinS | http://en.wikipedia.org/w/index.php?title=COinS | ||
Line 11: | Line 11: | ||
*Zotero http://zotero.org | *Zotero http://zotero.org | ||
*OpenURL Referrer http://www.openly.com/openurlref/ | *OpenURL Referrer http://www.openly.com/openurlref/ | ||
− | *LibX Library Browser plugin http://www.libx.org/ | + | *[[LibX]] Library Browser plugin http://www.libx.org/ |
− | *Check for a library OpenURL resolver associated with your IP address at [http://worldcatlibraries.org/registry/gateway OCLC OpenURL Gateway] (for more information about this service see [OCLC URL Resolver http://www.oclc.org/productworks/urlresolver.htm] | + | *Check for a library [[OpenURL]] resolver associated with your IP address at [http://worldcatlibraries.org/registry/gateway OCLC OpenURL Gateway] (for more information about this service see [OCLC URL Resolver http://www.oclc.org/productworks/urlresolver.htm] |
*refbase http://refbase.sourceforge.net/ | *refbase http://refbase.sourceforge.net/ | ||
Line 19: | Line 19: | ||
http://dev.zotero.org/making_coins has this language: | http://dev.zotero.org/making_coins has this language: | ||
− | " “COinS” stands for “ContextObject in Span.” | + | " “COinS” stands for “ContextObject in Span.” “[[ContextObject]]” is [[OpenURL]] jargon for the part of an OpenURL carrying the bibliographic information - basically, it’s a query string, everything that would follow the ? in a regular URL. And “span” refers here to the HTML tag <span>. It’s the ContextObject that carries the bibliographic information. |
− | The ContextObject is very flexible, and can carry everything from a simple title and author to more obscure things like a Serial Item and Contribution Identifier (SICI). | + | The ContextObject is very flexible, and can carry everything from a simple title and author to more obscure things like a [[Serial Item and Contribution Identifier]] (SICI). |
− | The upshot of which is that if you stick COinS in your web page, Zotero can pull all that data out again. | + | The upshot of which is that if you stick COinS in your web page, [[Zotero]] can pull all that data out again. |
" | " | ||
[[Category: Code4Lib Journal]] | [[Category: Code4Lib Journal]] |
Latest revision as of 03:04, 26 February 2011
This page is no longer maintained. It was used to create http://journal.code4lib.org/coins Unconsumed COinS from the Code4Lib Journal link to that page.
Example page: http://vlib.mpg.de/sfx-coins.html
Wikipedia page on COinS: http://en.wikipedia.org/w/index.php?title=COinS
Services that consume COinS
- Zotero http://zotero.org
- OpenURL Referrer http://www.openly.com/openurlref/
- LibX Library Browser plugin http://www.libx.org/
- Check for a library OpenURL resolver associated with your IP address at OCLC OpenURL Gateway (for more information about this service see [OCLC URL Resolver http://www.oclc.org/productworks/urlresolver.htm]
- refbase http://refbase.sourceforge.net/
Resources for finding an OpenURL Resolver
OCLC Registry http://www.oclc.org/productworks/urlresolver.htm
http://dev.zotero.org/making_coins has this language: " “COinS” stands for “ContextObject in Span.” “ContextObject” is OpenURL jargon for the part of an OpenURL carrying the bibliographic information - basically, it’s a query string, everything that would follow the ? in a regular URL. And “span” refers here to the HTML tag . It’s the ContextObject that carries the bibliographic information.
The ContextObject is very flexible, and can carry everything from a simple title and author to more obscure things like a Serial Item and Contribution Identifier (SICI).
The upshot of which is that if you stick COinS in your web page, Zotero can pull all that data out again. "