[EP-tech] Re: Bulk Import (Pavlovic,Karlo)
Bin Han
Bin.Han at concordia.ca
Mon Jan 14 14:30:31 GMT 2013
Hi Karlo:
This is how we imported theses into our repository, metadata (MARC) and PDFs, you make check it out.
http://spectrum.library.concordia.ca/973639/
Best,
Bin Han
bin.han AT concordia.ca
Digital Repository Developer
LB-341, Information Systems & Technology
Concordia University Libraries
-----Original Message-----
From: eprints-tech-bounces at ecs.soton.ac.uk [mailto:eprints-tech-bounces at ecs.soton.ac.uk] On Behalf Of eprints-tech-request at ecs.soton.ac.uk
Sent: January-14-13 7:00 AM
To: eprints-tech at ecs.soton.ac.uk
Subject: Eprints-tech Digest, Vol 52, Issue 9
Send Eprints-tech mailing list submissions to
eprints-tech at ecs.soton.ac.uk
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
or, via email, send a message with subject or body 'help' to
eprints-tech-request at ecs.soton.ac.uk
You can reach the person managing the list at
eprints-tech-owner at ecs.soton.ac.uk
When replying, please edit your Subject line so it is more specific than "Re: Contents of Eprints-tech digest..."
Today's Topics:
1. Bulk Import (Pavlovic,Karlo)
2. Re: Bulk Import (Yuri)
3. Re: Order of subjects in view (Florian He?)
----------------------------------------------------------------------
Message: 1
Date: Mon, 14 Jan 2013 08:04:10 +0000
From: "Pavlovic,Karlo" <karlo.pavlovic at imp.ac.at>
Subject: [EP-tech] Bulk Import
To: "eprints-tech at ecs.soton.ac.uk" <eprints-tech at ecs.soton.ac.uk>
Message-ID: <CD197B4E.19B5E%karlo.pavlovic at imp.ac.at>
Content-Type: text/plain; charset="us-ascii"
Dear all,
I have a literature management database with lots of metadata and PDFs.
Is it possible to import those records *including the PDFs* as bulk import, when setting up a repository and adding retrospective content? If so, which software is supported: Papers, Endnote, ...?
Thank you!
Karlo
--
Max Perutz Library
Dr. Bohr-Gasse 7
A-1030 Wien
T ++43 (01) 79730-3690
http://library.imp.ac.at
------------------------------
Message: 2
Date: Mon, 14 Jan 2013 09:49:36 +0100
From: Yuri <yurj at alfa.it>
Subject: [EP-tech] Re: Bulk Import
To: eprints-tech at ecs.soton.ac.uk
Message-ID: <50F3C6A0.6020702 at alfa.it>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Il 14/01/2013 09:04, Pavlovic,Karlo ha scritto:
> Dear all,
>
> I have a literature management database with lots of metadata and PDFs.
> Is it possible to import those records *including the PDFs* as bulk import,
> when setting up a repository and adding retrospective content? If so, which
> software is supported: Papers, Endnote, ...?
>
> Thank you!
> Karlo
>
./bin/import --help as eprints user :)
------------------------------
Message: 3
Date: Mon, 14 Jan 2013 10:36:35 +0100
From: Florian He? <hess at ub.uni-heidelberg.de>
Subject: [EP-tech] Re: Order of subjects in view
To: eprints-tech at ecs.soton.ac.uk
Message-ID: <50F3D1A3.7080008 at ub.uni-heidelberg.de>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Am 21.12.2012 15:38, schrieb Florian He?:
> Hi,
>
Foremost, may you all have a nice and successfull 2013 :-) ...
Could someone give me a tip on how to inspect this one further, please?
How come the custom order key is determined but ignored, do I miss
something?
Regards,
F He?
> I want to have the entries in a view menue sorted properly. My
> make_single_value_orderkey routine, however, does not seem to influence
> the response to the client (the problem is not the browser cache), even
> if that routine is actually executed. This has been tested successfully
> by running `perl -d ~/bin/generate_views --view=myview` with a
> $DB::single=1 in that routine: The routine has been executed and got
> passed every pair of subject $field => $value, and the returned order
> keys were perfect.
>
> Did I miss something?
>
> In cfg.d/views.pl:
>
> {
> id => "schriftenreihen",
> menus => [
> {
> fields => [ "schriftenreihe_cluster_id" ],
> hideempty => 1,
> },
> ],
> citation => "schriftenreihe_tr",
> order => "schriftenreihe_order",
> }
>
>
> In cfg.d/eprint_fields.pl:
>
> {
> 'name' => 'schriftenreihe',
> 'type' => 'compound',
> 'fields' => [
> {
> 'sub_name' => 'cluster_id',
> 'top' => 'sr',
> 'type' => 'subject',
> 'multiple' => 0,
> 'browse_link' => 'schriftenreihen',
> 'make_single_value_orderkey' =>
> \&schriftenreihe_sort_value
> },
> {
> 'sub_name' => 'order',
> 'type' => 'text',
> 'input_cols' => 10,
> 'allow_null' => 1,
> },
> ],
> 'input_boxes' => 1,
> },
>
> sub schriftenreihe_sort_value {
> my ($field, $value) = @_;
> $DB::single=1;
>
> $value = $field->{repository}
> ->dataset("subject")
> ->dataobj($value)
> ->{data}
> ->{name_name}[0]
> ;
>
> # $value e.g. "Works by or about Ix Why"
>
> return join ", ", reverse $value =~ m{
> (\S+\w) # given name
> (?:\s\w\.|\s[a-z]\S*)* # 2nd-name initials, "von" and alike
> \s*\b (\S+) \s* \z # family name
> }xms;
>
> }
>
> After making these changes I did a `./epadmin reload $repo && epadmin
> reorder $repo subject && ./generate_views $repo --view=schriftenreihen`
> , but the browser still displays the old naively sorted values.
>
> Not expecting anyone answers this in 2012 - Wish you all a merry
> christmas, a good time and a happy new year! EPrints is a great superb
> system after all (my complains *g*)!
>
> Regards,
> Florian
>
--
UB Heidelberg (Altstadt)
Pl?ck 107-109, 69117 HD
- Informationstechnik
- WWW-Redaktion
Tel. 06221 / 54 3550
http://www.ub.uni-heidelberg.de/
------------------------------
_______________________________________________
Eprints-tech mailing list
Eprints-tech at ecs.soton.ac.uk
http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
End of Eprints-tech Digest, Vol 52, Issue 9
*******************************************
More information about the Eprints-tech
mailing list