Discussion:
CiSE Cython paper: Preprint up
Dag Sverre Seljebotn
2011-04-07 08:08:35 UTC
Permalink
I should have put up this right away, sorry:

http://folk.uio.no/dagss/cython_cise.pdf

It is actually post-review, so it contains most things but some
stylistic improvements and layout. Not sure about posting this on
cython.org, but we could perhaps link to my webpage
(http://folk.uio.no/dagss/) and say it is there...

The repo is here: https://github.com/dagss/cython-cise-postprint

If only the world could move to open access a bit quicker...

Dag Sverre
Stefan Behnel
2011-04-07 08:40:50 UTC
Permalink
Post by Dag Sverre Seljebotn
The repo is here: https://github.com/dagss/cython-cise-postprint
To include metadata, you can change the hyperref setup near the top as follows:

"""
\RequirePackage[colorlinks,breaklinks,pdftex,
linkcolor=InnerLinkColor,filecolor=OuterLinkColor,
menucolor=OuterLinkColor,urlcolor=OuterLinkColor,
citecolor=InnerLinkColor,

pdfauthor={Stefan Behnel, Robert Bradshaw, Craig Citro, Lisandro
Dalcin, Dag Sverre Seljebotn, Kurt Smith},
pdftitle={Cython: The best of both worlds},
pdfkeywords={Cython language, Cython programming, NumPy}

]{hyperref}
"""

Any more keywords to add?

There's also pdfsubject (and pdfcreator and pdfproducer), but that doesn't
really apply here.

Stefan
René Rex
2011-04-07 09:37:05 UTC
Permalink
Post by Stefan Behnel
Any more keywords to add?
What about "Python"? ;)

- René
Dag Sverre Seljebotn
2011-04-07 11:08:19 UTC
Permalink
Post by René Rex
Post by Stefan Behnel
Any more keywords to add?
What about "Python"? ;)
Done and done. Thanks for the patches.

DS

Loading...