|
Canonical Ejournal Citation
|
| "Link" if
only 1 URL |
"<A HREF=" + "'" + Part_Presentation.url
+ "'" + ">" |
"Link" if
multiple URLs [see below]
|
"<A HREF=" + "'" + OrigId
+".html" + "'" + ">" [For "OrigId"
see below] |
"Title"
[UPDATED, 7/2001] |
If Uniform_Title.uniform_title is non-null:
"<B>"+ Uniform_Title.uniform_title +
"</B></A>"
Else:
"<B>"+ Bib_Item.article + " " + Bib_Item.primary_title
+ "</B></A>"
And, in Title Listings only, when Other_title.title is non-null,
create duplicate citations with "Title" =
"<B>"+ Other_title.article + "
" + Other_title.title + "</B></A>"
|
| "Imprint" |
Bib_Item.imprint |
| "SSN" |
Code.name + ": "
+ Code.code_number where Code.tag = "022" else No ISSN |
| "Resolver
URL" if only 1 URL; otherwise skip. |
"<br> <span
class='cite11'><i><b>Bookmark as:</b></i>
<a href=" + "'" + Part_Presentation.url +
"'" + ">" + Part_Presentation.url + "</a></span>"
|
"CLIO Backlink"
[Revised, 7/29/2001] |
"<span class=cite11>— <a href='http://www.columbia.edu/cgi-bin/cul/cliosearch?new+-access+clio+scan+open+TS+"
+
[ "Title" element omitting Bib_Item.article,
up to first occurring "(", ":" or "."]
" '>Check in CLIO</a></span>"
Example:
Title = "South Atlantic quarterly (Online)"
CLIO Backlink = <span class=cite11>—
<a href="http://www.columbia.edu/cgi-bin/cul/cliosearch?new+-access+
+clio+scan+open+TS+South+Atlantic+quarterly">Check
in CLIO</a></span>
Displays as = " Check
in CLIO " |