Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Wikipedia:COinS

From Wikipedia, the free encyclopedia
"WP:COINS" redirects here. For the WikiProject on coins, seeWikipedia:WikiProject Numismatics.
For ContextObjects in Spans other than on Wikipedia, seeCOinS.
Wikipedia information page
This is aninformation page.
It is not anencyclopedic article, nor one ofWikipedia's policies or guidelines; rather, its purpose is to explain certain aspects of Wikipedia's norms, customs, technicalities, or practices. It may reflect differing levels ofconsensus andvetting.

ContextObjects in Spans (COinS) is a unmaintained method of embedding latentOpenURLContextObjects in web pages. This allows client software to retrievebibliographicmetadata and to use anOpenURLresolver to find a mediated link. A principal advantage of using COinS, rather than giving a static OpenURL, is that the client can determine which resolver to use. This allows, for instance, searching for a copy of a book in one's own library.

COinS have been added to various parts of Wikipedia. They are basically just a chunk ofbibliographic information stored in a way that machines can read. This has two applications:

  • The information can be converted into a fullOpenURL and resolved by a local OpenURL resolver.
  • The information can be stored by bibliographic tools likeZotero.[1] The tool can download the bibliographic information from an article into a personal library for future research and retrieval.
    • Zotero also has Wikipedia export,[2] which allows references to be dragged into a Wikipedia edit box, where they will appear formatted as Wikipediacitation templates.

So far, COinS have been added to:

Template

[edit]

For use on templates generating COinS:

{{UF-COinS}}

It adds pages to the above category.

Templates needing COinS

[edit]

COinS could, and should, be added to these templates:

COinS in citation templates

[edit]

The COinS keys used in mostCitation Style 1 templates are listed atModule talk:Citation/CS1/COinS.

For example:

MarkupRenders as
{{cite book |last=Bloggs |first=Fred |editor-first=John |editor-last=Doe |title=Big Compilation Book with Many Chapters and Distinct Chapter Authors |publisher=Book Publishers |date=January 1, 2001 |pages=100–110 |chapter=Chapter 2: The History of the Bloggs Family |isbn=978-1-234-56789-7}}

Bloggs, Fred (January 1, 2001). "Chapter 2: The History of the Bloggs Family". In Doe, John (ed.).Big Compilation Book with Many Chapters and Distinct Chapter Authors. Book Publishers. pp. 100–110.ISBN 978-1-234-56789-7.

Which renders the following HTML:

'"`UNIQ--templatestyles-00000012-QINU`"'<cite>Bloggs, Fred (January 1, 2001). "Chapter 2: The History of the Bloggs Family". In Doe, John (ed.). ''Big Compilation Book with Many Chapters and Distinct Chapter Authors''. Book Publishers. pp.&nbsp;<span>100–</span>110. [[ISBN (identifier)|ISBN]]&nbsp;[[Special:BookSources/978-1-234-56789-7|<bdi>978-1-234-56789-7</bdi>]].</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=bookitem&rft.atitle=Chapter+2%3A+The+History+of+the+Bloggs+Family&rft.btitle=Big+Compilation+Book+with+Many+Chapters+and+Distinct+Chapter+Authors&rft.pages=100-110&rft.pub=Book+Publishers&rft.date=2001-01-01&rft.isbn=978-1-234-56789-7&rft.aulast=Bloggs&rft.aufirst=Fred&rfr_id=info%3Asid%2Fen.wikipedia.org%3AWikipedia%3ACOinS"></span>

Picking out the COinS keys:

KeyData
rfr_idinfo:sid/en.wikipedia.org:
rft.atitleBig Compilation Book with Many Chapters and Distinct Chapter Authors
rft.auBloggs, Fred
rft.aufirstFred
rft.aulastBloggs
rft.btitleChapter 2: The History of the Bloggs Family
rft.date2001-01-01
rft.genrebookitem
rft.isbn978-1-234-56789-7
rft.pages100-110
rft.pubBook Publishers
rft_val_fmtinfo:ofi/fmt:kev:mtx:book

Pollution

[edit]
This articleis missing information about other cases in which the metadata gets polluted, e.g. chemical and math title renderings. The text would be more helpful if it illustrated some additional examples.. Please expand the article to include this information. Further details may exist on thetalk page.

Incorrect data in fields can pollute the metadata. For example, adding all of the authors into the deprecated|authors= parameter:

MarkupRenders as
{{cite book |authors=Smith, John; Johnson, Joe; Green, Ethan |title=Big Compilation Book with Many Chapters and Distinct Chapter Authors |publisher=Book Publishers |date=January 1, 2001 |pages=100–110 |chapter=Chapter 2: The History of the Bloggs Family |isbn=978-1-234-56789-7}}

"Chapter 2: The History of the Bloggs Family".Big Compilation Book with Many Chapters and Distinct Chapter Authors. Book Publishers. January 1, 2001. pp. 100–110.ISBN 978-1-234-56789-7.{{cite book}}:Unknown parameter|authors= ignored (help)

'"`UNIQ--templatestyles-0000001D-QINU`"'<cite>"Chapter 2: The History of the Bloggs Family". ''Big Compilation Book with Many Chapters and Distinct Chapter Authors''. Book Publishers. January 1, 2001. pp.&nbsp;<span>100–</span>110. [[ISBN (identifier)|ISBN]]&nbsp;[[Special:BookSources/978-1-234-56789-7|<bdi>978-1-234-56789-7</bdi>]].</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=bookitem&rft.atitle=Chapter+2%3A+The+History+of+the+Bloggs+Family&rft.btitle=Big+Compilation+Book+with+Many+Chapters+and+Distinct+Chapter+Authors&rft.pages=100-110&rft.pub=Book+Publishers&rft.date=2001-01-01&rft.isbn=978-1-234-56789-7&rfr_id=info%3Asid%2Fen.wikipedia.org%3AWikipedia%3ACOinS"></span> <span><code>{{[[Template:cite book|cite book]]}}</code>: </span><span>Unknown parameter <code>&#124;authors=</code> ignored ([[Help:CS1 errors#parameter_ignored|help]])</span>[[Category:CS1 errors: unsupported parameter|ω]]

This would pollute the metadata, therefore the citation template suppresses the generation of metadata for|authors=, thereby omitting vital citation data from being submitted.

KeyData
rft.auSmith, John; Johnson, Joe; Green, Ethan
rft.aufirstnot used
rft.aulastSmith, John; Johnson, Joe; Green, Ethan

See also

[edit]

References

[edit]
  1. ^"Zotero and Wikipedia / Wikidata".Zotero.
  2. ^"Zotero & Wikipedia: Perfect Together".Zotero.
Citation metadata in Wikipedia
Identifiers
Meta pages
Bots
Templates
Retrieved from "https://en.wikipedia.org/w/index.php?title=Wikipedia:COinS&oldid=1298318442"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp