Hello,My name is Alex Kleiner, I am looking for a freelancer to create a web interface with arxiv.This is a small pilot project for now that may be expanded in the future.Please reply here if you are interested.Thanks,Alex.--
You received this message because you are subscribed to the Google Groups "arXiv api" group.
To post to this group, send email to arxi...@googlegroups.com.
To unsubscribe from this group, send email to arxiv-api+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/arxiv-api?hl=en.
can you clarify? you are looking for a list of all the article
identifiers matching your query? as you point out this is simply the
collection of all the identifiers in the individual entries in the
response feed. is that not sufficient?
> 2) I cannot find a way to download the paper abstract
you can use OAI-PMH to get the full metadata in various representations
http://export.arxiv.org/oai2?verb=Identify
http://export.arxiv.org/oai2?verb=ListMetadataFormats
and then
http://export.arxiv.org/oai2?verb=GetRecord&metadataPrefix=arXiv&identifier=oai:arXiv.org:1101.0001
> 3) Technically the structure of the entry is invalid because author is
> repeated and that is not allowed. Because of this python feedparser
> can only get the first author. I can find a workaround to this by
> writing my own parser but perhaps you have a better solution.
the author element is repeatable see RFC 4287 and note that (*)
indicates that the element is repeatable
4.1.2. The "atom:entry" Element
The "atom:entry" element represents an individual entry, acting as a
container for metadata and data associated with the entry. This
element can appear as a child of the atom:feed element, or it can
appear as the document (i.e., top-level) element of a stand-alone
Atom Entry Document.
atomEntry =
element atom:entry {
atomCommonAttributes,
(atomAuthor*
& atomCategory*
& atomContent?
& atomContributor*
& atomId
& atomLink*
& atomPublished?
& atomRights?
& atomSource?
& atomSummary?
& atomTitle
& atomUpdated
& extensionElement*)
}
and also in the same section:
o atom:entry elements MUST contain one or more atom:author elements,
Cheers
T.
>
> Massimo
the website you set up contains many ideas (bookmarking, tagging,
commenting) we also found important for the scientific discussion of
the latest papers. Our main motivation was the lack of public
discussion/feedback regarding the quality of papers published at an
steadily increasing pace. Since we didn't find anything adequate, I
created the website
initially as a tool for our group, but it became quickly apparent that
we want to open it to the public.
The website is online since a couple of months now, and so far used by
(a fairly small number of) astronomers and cosmologists, but the
features are available for all arXiv categories. It makes use of the
RSS feed of the daily submissions and the arXiv API for papers, which
were posted before the time we started reading in the feeds. It also
links to the ADS (Astrophysics Data System), which holds the records
for the vast majority of refereed papers in physics and astronomy.
This way it is not limited to papers on arXiv, although it's probably
most useful for them.
We have implemented several features to connect papers on the basis of
tags they share, or users on the basis of papers they have read. This
is particularly useful to catch up with the literature after vacation
or trips.
In summer I plan a relaunch with several improvements, (e.g. a feature
to export the list of bookmarked papers as bibtex library, but also
LaTeX support). Massimo, if you are interested we may join our
efforts.
Best regards,
Peter Melchior