Two Tech Topics
The STIX Fonts
After five years of blogging about the imminent release of the STIX fonts, they have finally been released in beta. I immediately rushed to install them. They are a huge improvement over Code2000/Code2001, which were previously required to complete the glyph coverage needed for rendering Math hereabouts.
The STIX fonts are not quite ready to replace the Mathematica/Computer Modern fonts for stretchy characters (parentheses, integral signs, etc). That will require internal changes to the Mozilla-based browsers. That, in turn, will require getting MathML working again in Mozilla Trunk. Since it’s been broken for over a year, don’t hold your breath.
arXiv API
A couple of years ago, the arXivs sprouted a Trackback interface. Now, they’ve developed an API to their search facility. Submit a query (via GET or POST), and receive the result as an Atom-formatted response.
This ties in rather nicely with one of my ambitions for Instiki: to add some bibliographic features. My plan was rather simple: store bibliographic entries in bibtex format (as retrieved from SPIRES or MathSciNet), and allow users to [cite:a_key]
on their wiki pages. On the web, these would produce properly-formatted citations at the bottom of the wiki page. In the LaTeX export, it would produce \cite{a_key}
, which would work with a bibtex file produced from the bibliographic database.
In such an environment, having arXiv search facilities integrated into the Instiki authoring environment would be a very nice addition1. And this is clearly the early days of the arXiv API. I’m pretty sure that more cool things are yet to come.
1 If you only care about citing the arXiv version of the paper, the <atom:entry>
in the response provides all of the relevant bibliographic information. It’s only when you want to cite the published version, that the <arxiv:journal_ref>
element needs some help. If the entry contains a <atom:link title="doi" rel="related">
DOI reference, that can sometimes be resolved (eventually) to a Bibtex entry for the published paper, but there are no guarantees.
Re: Two Tech Topics
Yes, I also rushed to install them and then I wanted to see them in action. So I start Openoffice.org only to find that it doesn’t work (in Linux).
Apparently, this is known. See here. The relevant bug reports seem to be here and here.