Page MenuHomePhabricator

using ISBN, DOI, URI, ... in references (ref element)
Open, LowPublicFeature

Description

Author: virtueller_andy

Description:
Currently, it is quite cumbersome to use references. A reference has to be entered as follows:

:This is a sentence.<nowiki><ref>Miller (2005): Is Wikipedia an encylopedia? Berlin, New York. p. 5. ISBN 1234567890</ref></nowiki>

Why so cumbersome, if it could be much easier? If I enter the ISBN number in any event, why not using only the ISBN as follows:

:This is a sentence.<nowiki><ref isbn="1234567890" p="5" /></nowiki>

or better (because XML)

:<nowiki><ref isbn="1234567890" p="5">This is a sentence.</ref></nowiki>

This would lead to the same reference, but the source code is slim and only the system would have to look up the author, title ... of the book.

The same would work with papers from journals using DOI:

:<nowiki><ref doi="1234567890" p="5">This is a sentence.</ref></nowiki>

instead of:

:This is a sentence.<nowiki><ref>Miller, Smith, Black (2009): The evolution of Wikipedia. In: International Journal of Wikipedia Research. Vol. 7, No. 3, p. 5. doi=1234567890</ref></nowiki>

Also web sources would work:

:<nowiki><ref href="http://www....com/abc.pdf">This is a sentence.</ref></nowiki>


Version: unspecified
Severity: enhancement

Details

Reference
bz20441

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 10:49 PM
bzimport added a project: Cite.
bzimport set Reference to bz20441.
bzimport added a subscriber: Unknown Object (MLST).

mathias.schindler wrote:

I would like to point out to a more recent feature at the German language Wikipedia for this particular problem.

http://de.wikipedia.org/wiki/Benutzer:Mathias_Schindler/Buchsuche is a list of the most commonly referenced books in de.wp as identified by its ISBN (without merging ISBN-10 and -13). Thanks to the MediaWiki support for templates, we can use a template called BibISBN to create bibliographic references just by using the template and one parameter.

{{BibISBN|0801857899}} will result in Ronald M. Nowak: Walker’s mammals of the world. 6. Auflage. Johns Hopkins University Press, Baltimore 1999, ISBN 0-8018-5789-9.

Additionally, http://de.wikipedia.org/wiki/Spezial:ISBN-Suche/0801857899 will show a few fields of this record at the ISBN search special page.

The full record, which might contain more specific data, for example a LoC control number or a Google Book Search-ID, is shown at http://de.wikipedia.org/wiki/Vorlage:BibISBN/0801857899.

Data on this page is stored in a template called BibRecord.

http://de.wikipedia.org/w/index.php?title=Bambi_%28Film%29&diff=prev&oldid=64211753 is a version diff of this feature in action. The former version was the German edition of the cite_book template, the current one is the BibISBN template. The output is the same, the redundancy is gone.

BibISBN supports parameters to identify specific pages or to add comments. It can be wrapped in the {{q}} template for footnoting. COinS support is already included. The output can be customized for localized citation rules.

In the medium run, adding more sub pages for each ISBN is not the best option, but frankly, the BibISBN template itself doesn't care where the data is coming from and the user cares about the functionality itself and the quality of the reference.

virtueller_andy wrote:

I want to add that the system could look up the data mentioned by Mathias automatically when it is used in an article for the first time and could establish an own databases. Obviously there are such databases for ISBN, DOI, ... already as listed here: http://de.wikipedia.org/wiki/Wikipedia:ISBN-Suche

Another important aspect I want to stress:

The usage of

<ref isbn="123456789">This is a sentence.</ref>

instead of today's

This is a sentence.<ref>Miller (2005) ...</ref>

is both XML conform and allows more precise referencing as reported here: https://bugzilla.wikimedia.org/show_bug.cgi?id=18231

Both today's lengthy ref source codes (which could be a thing of the past after implementing ISBN, DOI, href support) and the imprecise implementation of referencing (bug 18231) is opposed to efforts of a reliable, trustworthy Wikipedia.

Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 11:01 AM
Aklapper removed a subscriber: wikibugs-l-list.