You say (emphasize mine): "I believe that if writing [MR123456] will automatically be resolved into a full citation with a link it will increase the number of users that add these citations. I like that in my posts and I like that in other's posts."
Yes that would be convenient. But I was not sure everybody was talking about this, as opposed to only a link. And, my point is that support for only a link (which I imagine would be quite straightforward to do) would be worse than nothing, and not a small step in the right direction.
I am glad to hear that you are convinced everybody agrees on this.
]]>The story is that on math.SE one of the users had a very nice habit of adding a bibliography list, with links when possible. I like that idea and it caught me, as some of my latest posts both here and on math.SE can testify.
However being a spoiled brat that found out about bibtex before citing anything, I would very much like it if I had some convenience in adding a citation in a post here. Furthermore, since this is the internet I don't even have to give a full bibtex code because this can be handled better by the software. It will also solve the manual labour of finding the link to the paper, adding other markup to the citation and so on.
Lastly, I believe that if writing [MR123456] will automatically be resolved into a full citation with a link it will increase the number of users that add these citations. I like that in my posts and I like that in other's posts.
]]>Asaf's original suggestion was such that using the mechanism would tend to make the MO-post more self-contained; the post would contain full bib-details.
I would dislike anything that invites making posts less self-contained. For example I would dislike a simple solution like turning !MR123456 into a MR123456 plus linking to the relevant MathSciNet review via getitem; same for arXiv. (This is othogonal to the question whether the full content is visible for everybody or not.)
I strongly prefer if I can get at least a rough idea (better a precise one, though I know I do not always comply to this when writing) what is linked to whithout clicking through. By contrast, if I have full bib-details a stable link to the official version, the MathSciNet page, the arXiv page,... to me seem like a very minor convenience, basically irrelevant, since these are trivial to find for everybody anyway. In particular, if there are no plans with the MO content I am unanware of and I am not missing something, consistent references do not seem important to me; they would be nice and one could imagine making use of this in one form or another, but not important (the questions are so loosely related that whether Question 1234 and Question 11234 link to the same thing in a different or the same way seems not so important to me). Yet, that posts are self-contained/convenient to read is very important to me.
I am not sure this will go into this direction, but preemptively: please let us not make a standard, or invite doing, something that is (at least close to the time of writing, that is when most people will read) worse than posting a 'naked' link from which I sometimes can infer much more than from MR123456.
In my opinion, a 'simple solution' could be worse than not doing anything. And, then I definitely think the latter would be better.
p.s. I am aware that there are plenty of links of the form 'here', but the question is what is arround, and I believe that there is a psychological difference when writing. When writing: 'see here' it is clear that this is not self-contained and one might thus not do this without giving some context. While 'see MR123456' might give the illusion of being self-contained.
]]>@Scott: but for the purpose of linking to the original article, the MSN Relay should provide enough information. (It links to the original article when possible.)
]]>Yet perhaps I did not stress my main point enough: I would find it quite unfortunate if linking to content (in part) behind a paywall became some sort of de-facto standard for providing references on MO.
]]>In case I am not mistaken on the above and something like this is added: I would be in favor to add support for the very similar but more freely accessible database Zentralblatt MATH instead (not in addition) to MathSciNet (in order not to encourage linking to inaccessible content where a more freely accessible alternative is available).
]]>I still think that DOI would be a good idea, in case the metadata can be extracted easily.
]]>@Dmitri: That would be a good idea as well. However, preprints from arXiv do not appear on MathSciNet, perhaps it is possible to make a unified citationator, as MR... strings are easily identified, as DOI strings.
]]>Like Jose I too think that a uniform standard for citation on the site would be a very good thing. As far as I know arXiv has DOI strings, so a DOI interface would be useful for arXiv papers too.
Update: http://www.crossref.org/guestquery/ has an XML output of metadata. It seems to be possible after all.
]]>nice MediaWiki extension! I like the idea of nicely handling arxiv links better than nicely handling arbitrary DOIs: in particular, as far as I know there's no way to query a DOI for any of the metadata (e.g. the title).
]]>Thus there are two options:
Both are possible, although the second one relies on all future viewers of the content running the appropriate javascript. (Of course, using LaTeX via MathJax suffers from the same problem.) Both can easily be implemented as a userscript. If someone were to offer a nice implementation via option 1), I might be in favour of turning it on by default for all MO users. I'm not personally interested in doing the implementation; it strikes me as something that will receive relatively little use.
]]>First the way I see it you can either hack into the SE software and add, perhaps, another markup symbol; or you could have an external code that will recognize DOI objects (or will be fed DOI code directly) and change them into something else.
Into what? Into a predefined citation + link. For example,
Howard, P. The axiom of choice for countable collections of countable sets does not imply the countable union theorem. Notre Dame J. Formal Logic Volume 33, Number 2 (1992), 236-243.
Perhaps the link to the journal can be taken off, but the point is that we replace something like doi(...) with a bibliographic+link entry of text.
The part about static DOI code is that unlike links to somewhere (including, for example, MO) the DOI codes are not expected to change anytime soon. Therefore if we prefer to have it parse the DOI code every time (instead once) then the entry is not bound to change. A certain code will remain there for the foreseeable future.
]]>Is it something like: on entering say doi!(thedoi) this will be automatically turnded into some text plus link to the identified object? (Which text?)
ADDED: Or is the idea to automatically create (a list of) references at the end of the post using metadata of the DOIs ? End ADDED
Or something else?
Also regarding the 'resolving' it is not clear to me what the suggestion is. Do you mean the https://dx.doi.org plus appended DOI or the complete resolution to the present location. I somehow understand your 'pretty static' as suggesting the latter but to me this seems to defeat the in my understanding main purpose of using a DOI. So I am not sure what is meant.
]]>Much like the "cite" export function, it could be nice if there was an "import" function in which we can specify a DOI and the object will be instead given a nice citation form?
Since DOIs are pretty static, this can be an external (or not) script to the SE program which will hardcode the resolved data into the post instead of leaving a DOI tag to be resolved every time the post is loaded.
How does that sound?
]]>