Re: Example pymarc script

2010-08-13 Thread Tibor Simko
On Thu, 12 Aug 2010, Brooks, Travis C. wrote: > When doing similar things I've often wanted a way to specify a large > number of records displayed at once. &rg=NN works well for this as > long as NN is < 200. I've often thought it would make sense to up > this limit, though end users would rarely

Re: Example pymarc script

2010-08-12 Thread Brooks, Travis C.
On Aug 12, 2010, at 2:30 AM, Tibor Simko wrote: > On Fri, 06 Aug 2010, Benoit Thiell wrote: >> See this example: >> http://cdsdev.cern.ch/record/21/t > > I guess you mean `/record/123/export/tm'. > > There are also other interesting parameters like `ot' for output tag > filtering, so one can

Re: Example pymarc script

2010-08-12 Thread Tibor Simko
On Fri, 06 Aug 2010, Benoit Thiell wrote: > See this example: > http://cdsdev.cern.ch/record/21/t I guess you mean `/record/123/export/tm'. There are also other interesting parameters like `ot' for output tag filtering, so one can do `search?p=ellis&of=tm&ot=245__a' or `&ot=100,245,700'. But o

Re: Example pymarc script

2010-08-06 Thread Benoit Thiell
Hi Jay, On Thu, Aug 5, 2010 at 11:28 AM, Jay Luker wrote: > If I remember correctly, the main issue was the leader values. Also > the fact that you can't get straight marc21 out of invenio without it > being wrapped in the html header & footer. Do you want a textual representation found when cal

Example pymarc script

2010-08-05 Thread Jay Luker
I forget who I originally mentioned this to... Jan or Jerome? Anyway, here's the script I used [1] to export marc21 records from invenio that were acceptable to the applications I was trying to ingest them into (Blacklight [2], Kocheif [3]). If I remember correctly, the main issue was the leader v