[seqfan] Re: Getting a URL for a specific INTEGERS article

jean-paul allouche jean-paul.allouche at imj-prg.fr
Fri Jan 19 20:18:14 CET 2018


Hi

A --slightly dumb-- possibility would be of course to give
the URL of the issue and the reference of the paper, e.g.

"see A3 at http://math.colgate.edu/~integers/vol14.html"

Better than nothing: actually may be this is already done in
the oeis; I looked quickly at the oeis site and did not find such
links. May be I have just missed them.

best
jean-paul

Le 19/01/18 à 19:54, Sean A. Irvine a écrit :
> Unless there is a different starting URL then the answer is likely to be no
> because the existing query is using the POST mechanism rather than the GET
> mechanism.  However, if you are on the command line you can do things like:
>
> wget -O article.pdf 'http://math.colgate.edu/~integers/cgi-bin/get.cgi'
> --post-data 'o1=pdf'
>
> which will retrieve the PDF for Article 1 in volume 14 and save it to
> "article.pdf".
>
> The critical piece is the post data which selects the article.  The letter
> "o" here refers to the volume (with a, b, c, etc., corresponding to vols 0,
> 1, 2, ...), the digit "1" is the article number within the volume, and
> "=pdf" retrieves the PDF rather than the abstract.  Unfortunately because
> this is a post, it cannot be encoded as part of the url itself.
>
> Sean.
>
>
> On 20 January 2018 at 07:16, Chris Thompson <cet1 at cam.ac.uk> wrote:
>
>> Does anyone know of a way of getting a URL that refers to a specific
>> article in
>>   INTEGERS (Electronic Journal of Combinatorial Number Theory)
>>   http://math.colgate.edu/~integers/
>>
>> Using that web site doesn't generate URL's that refer to individual
>> articles
>> (it is all done by CGI magic). Nor, apparently,  does the journal have a
>> DOI
>> reference.
>>
>> It would be nice to be able to put references to INTEGERS articles in
>> the "Links" section of a OEIS entry rather than in the "References" one!
>>
>> --
>> Chris Thompson
>> Email: cet1 at cam.ac.uk
>>
>>
>> --
>> Seqfan Mailing list - http://list.seqfan.eu/
>>
> --
> Seqfan Mailing list - http://list.seqfan.eu/




More information about the SeqFan mailing list