Archive for the ‘COinS’ Category
* echo(strtolower(COinS));
Posted on October 27th, 2005 by Ross. Filed under COinS.
Er, anybody object to making COinS all lowercase?
Because I’m starting to think its case structure is awkward and silly.
* Implementing COinS in the SFX Menu
Posted on September 7th, 2005 by Ross. Filed under COinS, coding, libraries.
Since Andrew asked:
This should go in your banner.tmpl file. I am not bothering with BANNER_TYPE_3, since I am not really sure how I would represent that in a COinS format, anyway.
Thanks to David Walker for showing me how this would work.
<TMPL_IF BANNER_TYPE_1> <TMPL_IF ATITLE> <TR valign="top"> <TD class="LabelBold">Title:</TD> <TD class="Label"><TMPL_VAR NAME="ATITLE" ESCAPE='HTML'> </TD> </TR> </TMPL_IF> <TR valign="top"> <TD class="LabelBold">Source:</TD> <TD class="Label"> <TMPL_IF BTITLE> <TMPL_VAR NAME="BTITLE" ESCAPE='HTML'> </TMPL_IF> <TMPL_IF ISBN> [<TMPL_VAR NAME="ISBN" ESCAPE='HTML'>] </TMPL_IF> <TMPL_IF AULAST> <TMPL_VAR NAME="AULAST" ESCAPE='HTML'> </TMPL_IF> <span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info:ofi/fmt:kev:mtx:book<TMPL_IF ATITLE>&rft.atitle=<TMPL_VAR NAME="ATITLE" ESCAPE='URL'></TMPL_IF><TMPL_IF BTITLE>&rft.title=<TMPL_VAR NAME="BTITLE" ESCAPE='URL'></TMPL_IF><TMPL_IF ISBN>&rft.isbn=<TMPL_VAR NAME="ISBN" ESCAPE='URL'></TMPL_IF><TMPL_IF AULAST>&rft.aulast=<TMPL_VAR NAME="AULAST" ESCAPE='URL'></TMPL_IF><TMPL_IF INST>&rft.inst=<TMPL_VAR NAME='INST' ESCAPE='URL'></TMPL_IF><TMPL_IF YEAR>&rft.date=<TMPL_VAR NAME='YEAR' ESCAPE='URL'></TMPL_IF><TMPL_IF SPAGE>&rft.spage=<TMPL_VAR NAME='SPAGE' ESCAPE='URL'></TMPL_IF><TMPL_IF EPAGE>&rft.epage=<TMPL_VAR NAME='EPAGE' ESCAPE='URL'></TMPL_IF>"></span> </TD> </TR> <TR> <TD> <TMPL_IF INST> <TMPL_VAR NAME='INST' ESCAPE='HTML'> </TMPL_IF> <TMPL_IF YEAR> yr:<TMPL_VAR NAME='YEAR' ESCAPE='HTML'> </TMPL_IF> <TMPL_IF SPAGE> pg:<TMPL_VAR NAME='SPAGE' ESCAPE='HTML'> </TMPL_IF> <TMPL_IF EPAGE> -<TMPL_VAR NAME='EPAGE' ESCAPE='HTML'> </TMPL_IF> </TD> </TR> </TMPL_IF> <TMPL_IF BANNER_TYPE_2> <TMPL_IF ATITLE> <TR valign="top"> <TD class="LabelBold">Title:</TD> <TD class="Label"><TMPL_VAR NAME="ATITLE" ESCAPE='HTML'></TD> </TR> </TMPL_IF> <TR valign="top"> <TD class="LabelBold">Source:</TD> <TD class="Label"> <TMPL_IF JTITLE> <TMPL_VAR NAME="JTITLE" ESCAPE='HTML'> </TMPL_IF> <TMPL_IF ISSN> [<TMPL_VAR NAME="ISSN" ESCAPE='HTML'>] </TMPL_IF> <TMPL_IF AULAST> <TMPL_VAR NAME="AULAST" ESCAPE='HTML'> </TMPL_IF> <TMPL_IF YEAR > yr:<TMPL_VAR NAME='YEAR' ESCAPE='HTML'> </TMPL_IF> <TMPL_IF VOLUME > vol:<TMPL_VAR NAME='VOLUME' ESCAPE='HTML'> </TMPL_IF> <TMPL_IF ISSUE > iss:<TMPL_VAR NAME='ISSUE' ESCAPE='HTML'> </TMPL_IF> <TMPL_IF SPAGE> pg:<TMPL_VAR NAME='SPAGE' ESCAPE='HTML'> </TMPL_IF> <TMPL_IF EPAGE > -<TMPL_VAR NAME='EPAGE' ESCAPE='HTML'> </TMPL_IF> <span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info:ofi/fmt:kev:mtx:journal<TMPL_IF ATITLE>&rft.atitle=<TMPL_VAR NAME="ATITLE" ESCAPE='URL'></TMPL_IF><TMPL_IF JTITLE>&rft.jtitle=<TMPL_VAR NAME="JTITLE" ESCAPE='URL'></TMPL_IF><TMPL_IF ISSN>&rft.issn=<TMPL_VAR NAME="ISSN" ESCAPE='URL'></TMPL_IF><TMPL_IF AULAST>&rft.aulast=<TMPL_VAR NAME="AULAST" ESCAPE='URL'></TMPL_IF><TMPL_IF INST>&rft.inst=<TMPL_VAR NAME='INST' ESCAPE='URL'></TMPL_IF><TMPL_IF YEAR>&rft.date=<TMPL_VAR NAME='YEAR' ESCAPE='URL'></TMPL_IF><TMPL_IF SPAGE>&rft.spage=<TMPL_VAR NAME='SPAGE' ESCAPE='URL'></TMPL_IF><TMPL_IF EPAGE>&rft.epage=<TMPL_VAR NAME='EPAGE' ESCAPE='URL'></TMPL_IF><TMPL_IF VOLUME >&rft.volume=<TMPL_VAR NAME='VOLUME' ESCAPE='URL'></TMPL_IF><TMPL_IF ISSUE >&rft.issue=<TMPL_VAR NAME='ISSUE' ESCAPE='URL'></TMPL_IF>"></span> </TD> </TR> </TMPL_IF> <TMPL_IF BANNER_TYPE_3> <TR valign="top"> <TD class="LabelBold">Source:</TD> <TD class="Label"> <TMPL_IF TITLE> <TMPL_VAR NAME="TITLE" ESCAPE='HTML'> </TMPL_IF> <TMPL_IF NUMBER> [<TMPL_VAR NAME="NUMBER" ESCAPE='HTML'>] </TMPL_IF> <TMPL_IF INVLAST > <TMPL_VAR NAME='INVLAST' ESCAPE='HTML'> </TMPL_IF> <TMPL_IF YEAR > yr:<TMPL_VAR NAME='YEAR' ESCAPE='HTML'> </TMPL_IF> </TD> </TR> </TMPL_IF>
* All the cool kids are implementing COinS
Posted on September 1st, 2005 by Ross. Filed under COinS, libraries.
A little while ago, I added COinS (ContextObjects in Spans) to our SFX menu pages. I have been asked by several people about the motivation of this, since it would seem that the user would know if fulltext was available to them at this stage.
Dan Chudnov posted to his worklog one of the advantages to putting COinS in the SFX menu.
So, imagine one of our users is at an SFX menu for another institution. Normally, they’d be, well, screwed. If COinS are enabled in the menu, however (and now we’ve proven this is pretty darn simple), they could use WAG the Dog or Dan’s bookmarklet or Greasemonkey extension (he has them for GT) and get to our fulltext subscription.
Another use case is GT Library’s web designer. Heather is a GT employee (of course), so she access to all of our resources. Being an FSU student, she also has access to their collection. Imagine Heather getting a GT SFX menu for an article that we don’t have available in fulltext. By using her bookmarklet, she could then see if that article is available from FSU, without having to manually look for it herself. If FSU implemented COinS in their menus, then it would work both ways. With GALILEO opening up SFX for the entire state, one has to assume that all of our users could potentially belong to more than one library community (GT and ATL/Fulton Public Library, for example), each with their own subscriptions.
Anyway, it’s quite cool to see (quasi-)real world examples of how COinS would work.
Pages:
Categories:
- About me
- Access 2005
- Access 2006
- activerdf
- American History
- American Tackle Football — Collegiate
- American Tackle Football — Professional
- archives
- Atlanta vs. elsewhere
- Che
- cms
- code4lib2006
- code4lib2007
- code4libcon2008
- coding
- COinS
- Community building
- DSpace
- Eulogy
- experiment
- geeks
- Guatemala
- GV1202 .F34
- intranet
- jangle
- libraries
- Master of Library Science
- music
- OAI
- OpenURL
- philosophizing
- php
- platform
- Polishing the Turd
- politics
- presentations
- Python
- Real estate classifieds
- ruby
- Ruby on Rails
- sakai
- SRU
- Super Heroes
- Talis
- Toronto
- two-point-oh-no
- umlaut
- unapi
- Uncategorized
- xslt
Archives:
- November 2008
- September 2008
- July 2008
- April 2008
- March 2008
- January 2008
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- February 2005