See the Mailing Lists Page for how to subscribe and unsubscribe.
eprints_tech messages
Please note: this page shows emails that have been sent to the eprints_tech mailing list. Some of these may be spam emails we have failed to filter.
[EP-tech] import plugin xml
From: Andrea Merkle <Andrea.Merkle AT unibas.ch>
Date: Mon, 09 Jun 2008 00:43:11 +0200
| Threading: | • This Message → Re: [EP-tech] import plugin xml from Andrea.Merkle AT unibas.ch → Re: [EP-tech] import plugin xml from Andrea.Merkle AT unibas.ch → Re: [EP-tech] import plugin xml from Andrea.Merkle AT unibas.ch |
*** ↵ http://www.eprints.org/tech.php/id/%3CEMEW-k57NhC2d9df1c7b9dfbf9abaee2b787f60266c-484C607F.5030105%40unibas.ch%3E *** EPrints community wiki - http://wiki.eprints.org/ Hi all, as EP team announced EP 3.1 rc1 furthermore I want to know if there are any updates for importing (pdf-)fulltexts with metadata ( working environment is Solaris). Is there still the plugin XML to manage this? Perhaps my search in eptechList is not sharpened enough for gathering all answers to the question of how to upload a fulltext (probably last question in this point to eptechList was misleading). Otherwises does someone know if in EP 3.0 solution EP-Tech-List No. 4840 which points to No. 4722 is still the most up-to-date solution for this problem? By the way, does anybody have experience with the import of medline fulltexts together with pubmed metadata in one step? Andrea
Re: [EP-tech] import plugin xml
From: Andrea Merkle <Andrea.Merkle AT unibas.ch>
Date: Fri, 13 Jun 2008 16:53:10 +0200
| Threading: | ↑ [EP-tech] import plugin xml from Andrea.Merkle AT unibas.ch • This Message |
*** ↵ http://www.eprints.org/tech.php/id/%3CEMEW-k5CFs01b5e08a3188d87e1321f632587b9e01e-485289D6.2000601%40unibas.ch%3E *** EPrints community wiki - http://wiki.eprints.org/ Hi Tim, thank you. > NB when importing from the file system use URLs like this: > file:/path/to/file.pdf Well, if I also want to import the abstract by URLs. Would it be possible to repeat the child element <file> like <files> ... <file> <data href="/path/to/file.pdf" /> </file> <file> <data href="/path/to/abstract.pdf" /> </file> </files> ? Kind Regards, Andrea > > I'm not aware of anyone who has developed a simple process for importing > fulltexts from pubmed. > > All the best, > Tim. > > On Mon, 2008-06-09 at 00:43 +0200, Andrea Merkle wrote: >> *** ↵ http://www.eprints.org/tech.php/id/%3CEMEW-k57NhC2d9df1c7b9dfbf9abaee2b787f60266c-484C607F.5030105%40unibas.ch%3E >> *** EPrints community wiki - http://wiki.eprints.org/ >> >> Hi all, >> >> as EP team announced EP 3.1 rc1 furthermore I want to know if there ↵ are >> any updates for importing (pdf-)fulltexts with metadata ( working >> environment is Solaris). Is there still the plugin XML to manage this? ↵ >> Perhaps my search in eptechList is not sharpened enough for gathering >> all answers to the question of how to upload a fulltext (probably last ↵ >> question in this point to eptechList was misleading). >> >> Otherwises does someone know if in EP 3.0 solution EP-Tech-List No. ↵ 4840 >> which points to No. 4722 is still the most up-to-date solution for ↵ this >> problem? >> >> By the way, does anybody have experience with the import of medline >> fulltexts together with pubmed metadata in one step? >> >> Andrea >> >> >> >> > -- Mit freundlichen Grüssen Andrea Merkle ****** Projektleitung OAI Öffentliche Bibliothek der Universität Basel Schönbeinstrasse 18-20 CH 4056 Basel +41 61 267 2965 andrea.merkle AT unibas.ch Erreichbarkeit Am Mo, Mi, Do jeweils nachmittags, Fr vor- und nachmittags
Re: [EP-tech] import plugin xml
From: Andrea Merkle <Andrea.Merkle AT unibas.ch>
Date: Thu, 26 Jun 2008 18:34:33 +0200
| Threading: | ↑ [EP-tech] import plugin xml from Andrea.Merkle AT unibas.ch • This Message |
*** ↵ http://www.eprints.org/tech.php/id/%3CEMEW-k5PHZY5019ac6caeeff75f019d298a5679b8d5-4863C519.80300%40unibas.ch%3E *** EPrints community wiki - http://wiki.eprints.org/ Thank you. Shouldn't one update the declaration to ep3 in <eprint xmlns="http://eprints.org/ep2/data/2.0"> of an ↵ EP-xml-file? Fulltext is loaded successfully by the plugin XML in the ID/ documents-directory, but the repository website returns a "file not found 404" -Error, even when the owner is logged in. Is this perhaps caused by the Value "unpub" of tag ispublished in export file even though the XML-file of the importet XML-file contains the value "pub" ↵ here. And 3rd question: In batch mode, is there also adocument-duplicate-check ? Andrea > *** ↵ http://www.eprints.org/tech.php/id/%3C1213177345.11193.56.camel%40meteor%3E > *** EPrints community wiki - http://wiki.eprints.org/ > > Hi Andrea, > > EP 3.1 will import full-texts from the <url> field in XML. There are ↵ two > options that allow importing from the file system and Web respectively: > > --enable-file-imports > --enable-web-imports > > You can set these in your EP configuration but that will enable it > everywhere in EPrints (so anyone using the Import screen can also import > fulltexts): > > $c->{enable_file_imports} = 1; > $c->{enable_web_imports} = 1; > > These options aren't very well developed yet - generally speaking you > wouldn't want to allow EPrints users to get any file from your server or > any document from the Web. > > NB when importing from the file system use URLs like this: > file:/path/to/file.pdf > > I'm not aware of anyone who has developed a simple process for importing > fulltexts from pubmed. > > All the best, > Tim. > > On Mon, 2008-06-09 at 00:43 +0200, Andrea Merkle wrote: >> *** ↵ http://www.eprints.org/tech.php/id/%3CEMEW-k57NhC2d9df1c7b9dfbf9abaee2b787f60266c-484C607F.5030105%40unibas.ch%3E >> *** EPrints community wiki - http://wiki.eprints.org/ >> >> Hi all, >> >> as EP team announced EP 3.1 rc1 furthermore I want to know if there ↵ are >> any updates for importing (pdf-)fulltexts with metadata ( working >> environment is Solaris). Is there still the plugin XML to manage this? ↵ >> Perhaps my search in eptechList is not sharpened enough for gathering >> all answers to the question of how to upload a fulltext (probably last ↵ >> question in this point to eptechList was misleading). >> >> Otherwises does someone know if in EP 3.0 solution EP-Tech-List No. ↵ 4840 >> which points to No. 4722 is still the most up-to-date solution for ↵ this >> problem? >> >> By the way, does anybody have experience with the import of medline >> fulltexts together with pubmed metadata in one step? >> >> Andrea >> >> >> >> > >
Re: [EP-tech] import plugin xml
From: Andrea Merkle <Andrea.Merkle AT unibas.ch>
Date: Fri, 27 Jun 2008 19:16:37 +0200
| Threading: | ↑ [EP-tech] import plugin xml from Andrea.Merkle AT unibas.ch • This Message |
*** ↵ http://www.eprints.org/tech.php/id/%3CEMEW-k5QIPH313df8fc6ee90828e73d210694ceaa6e-48652075.6000602%40unibas.ch%3E *** EPrints community wiki - http://wiki.eprints.org/ Hi all, to have perhaps a chance to leave into the week-end with a solution I pose again the questions about the problems by importing with the XML plugin(EP 3.03). What I did? I loaded up two files with one document. Problems are: 1. As I search the document (latest additions) and want to have a look at the fulltext, I get the message "404 file not found". But the document is really loaded in the disk0/00/00/and/so/on directory. A click on the icon in the result page of the document otherwises opens one of the two fulltexts (yeah), but a click on one of the links (item control page) again gives 404-message. Webserver also is restartet and generate_abstracts run...Anyway 2. Could one get several icons on the eprint result page for several documents for one eprint? 3. In spite of telling the bin/import command the --userid and additionally putting the userid in the XML - file in the <userid>-tag the database has userid entry NULL. Whats wrong here? Andrea > *** ↵ http://www.eprints.org/tech.php/id/%3C1213177345.11193.56.camel%40meteor%3E > *** EPrints community wiki - http://wiki.eprints.org/ > > Hi Andrea, > > EP 3.1 will import full-texts from the <url> field in XML. There are ↵ two > options that allow importing from the file system and Web respectively: > > --enable-file-imports > --enable-web-imports > > You can set these in your EP configuration but that will enable it > everywhere in EPrints (so anyone using the Import screen can also import > fulltexts): > > $c->{enable_file_imports} = 1; > $c->{enable_web_imports} = 1; > > These options aren't very well developed yet - generally speaking you > wouldn't want to allow EPrints users to get any file from your server or > any document from the Web. > > NB when importing from the file system use URLs like this: > file:/path/to/file.pdf > > I'm not aware of anyone who has developed a simple process for importing > fulltexts from pubmed. > > All the best, > Tim. > > On Mon, 2008-06-09 at 00:43 +0200, Andrea Merkle wrote: >> *** ↵ http://www.eprints.org/tech.php/id/%3CEMEW-k57NhC2d9df1c7b9dfbf9abaee2b787f60266c-484C607F.5030105%40unibas.ch%3E >> *** EPrints community wiki - http://wiki.eprints.org/ >> >> Hi all, >> >> as EP team announced EP 3.1 rc1 furthermore I want to know if there ↵ are >> any updates for importing (pdf-)fulltexts with metadata ( working >> environment is Solaris). Is there still the plugin XML to manage this? ↵ >> Perhaps my search in eptechList is not sharpened enough for gathering >> all answers to the question of how to upload a fulltext (probably last ↵ >> question in this point to eptechList was misleading). >> >> Otherwises does someone know if in EP 3.0 solution EP-Tech-List No. ↵ 4840 >> which points to No. 4722 is still the most up-to-date solution for ↵ this >> problem? >> >> By the way, does anybody have experience with the import of medline >> fulltexts together with pubmed metadata in one step? >> >> Andrea >> >> >> >> > >
[index] [options] [help]




