Difference between revisions of "Linking to Library Catalog"

From Help Wiki
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
 +
<div class="container-fluid">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<div class="lead">
 +
How to link to the library category in you wiki pages.
 +
</div>
 +
 
#Locate the resource you want to link to in Evergreen's catalog
 
#Locate the resource you want to link to in Evergreen's catalog
 
#Towards the bottom of the entry, locate the '''Bib Util#''' and '''copy''' it
 
#Towards the bottom of the entry, locate the '''Bib Util#''' and '''copy''' it
Line 9: Line 17:
 
If you search the  Journal Title index for ''American Spectator'' and scroll down the page to '''Bib  util#''', you find '''3398190'''.  The url to link to Evergreen's record for American  Spectator would be '''<nowiki>http://cals.evergreen.edu/search~S3/o3398190</nowiki>'''
 
If you search the  Journal Title index for ''American Spectator'' and scroll down the page to '''Bib  util#''', you find '''3398190'''.  The url to link to Evergreen's record for American  Spectator would be '''<nowiki>http://cals.evergreen.edu/search~S3/o3398190</nowiki>'''
  
{{BibUtil|3398190}}
 
  
[[category:Web Publishing]]
+
 
 +
===Wiki Users===
 +
You can create a [[Templates - Mediawiki|template]] in your wiki so that you can quickly reference the Bib Util# with something like the following:
 +
<nowiki>{{BibUtil|3398190}}</nowiki>
 +
and it will output the following in your wiki page:
 +
{{BibUtil|3398190}}
 +
 
 +
The BibUtil Template would look something like this:
 +
<nowiki>[http://cals.evergreen.edu/search~S1/o{{{1}}} Find this book in Evergreen's Library Catalog]</nowiki>
 +
 
 +
 
 +
<!-- end col-md-8 -->
 +
</div>
 +
<div class="col-md-1"></div>
 +
<div class="col-md-3 sidebar">
 +
{{Mediawiki Help}}
 +
{{GetHelp}}
 +
 
 +
<!-- end col-md-3-->
 +
</div>
 +
<!-- end row-->
 +
</div>
 +
<!-- end container-->
 +
</div>
 +
<!-- Generator=Template:TwoColumn -->
 +
__NOTOC__
 +
__NOEDITSECTION__
 +
 
 +
__NOINDEX__

Latest revision as of 16:51, 3 December 2020

How to link to the library category in you wiki pages.

  1. Locate the resource you want to link to in Evergreen's catalog
  2. Towards the bottom of the entry, locate the Bib Util# and copy it
  3. Paste the Bib Util# at the end of the following url http://cals.evergreen.edu/search~S1/o
  4. To limit the search to Evergreen's journal index use an S3 instead of an S1


Example:
If you search the Journal Title index for American Spectator and scroll down the page to Bib util#, you find 3398190. The url to link to Evergreen's record for American Spectator would be http://cals.evergreen.edu/search~S3/o3398190


Wiki Users

You can create a template in your wiki so that you can quickly reference the Bib Util# with something like the following:

{{BibUtil|3398190}}

and it will output the following in your wiki page:

Find this book in Evergreen's Library Catalog

The BibUtil Template would look something like this:

[http://cals.evergreen.edu/search~S1/o{{{1}}} Find this book in Evergreen's Library Catalog]