Hello Andrea, EconomistsOnline.org provides data to RePEc -- see http://www.neeoproject.eu/ for more. We send data to economistsonline via oai-pmh and it in turn forwards data onto repec, e.g. :
Address on IDEAS: <http://ideas.repec.org/s/ner/ucddub.html> Address on EconPapers: <http://econpapers.repec.org/paper/nerucddub/> Address on EconomistsOnline: <http://www.economistsonline.org/publications?q=RePEc:ner:ucddub> Regards, Joseph Greene Institutional Repository Project Manager 325 James Joyce Library University College Dublin Belfield, Dublin 4 353 (0)1 716 7398 [email protected] http://irserver.ucd.ie/dspace/ -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: 22 March 2010 09:16 To: [email protected] Subject: DSpace-tech Digest, Vol 47, Issue 57 Send DSpace-tech mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/dspace-tech or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of DSpace-tech digest..." Today's Topics: 1. Re: Processing of multipart/form-data request failed. Stream ended unexpectedly (Andrea Bollini) 2. DSpace as RePEc data provider (Andrea Bollini) 3. Re: [Dspace-devel] [GSOC] Discuss with the community the feasibility of the attached project idea (Mark Diggory) 4. Re: Browse by Author/Subject in Chinese (Allen Lam) 5. Re: [Dspace-general] dspace 1.6.0 on redhat enterprise 5 (Fabien COMBERNOUS) ---------------------------------------------------------------------- Message: 1 Date: Sun, 21 Mar 2010 10:50:57 +0100 From: Andrea Bollini <[email protected]> Subject: Re: [Dspace-tech] Processing of multipart/form-data request failed. Stream ended unexpectedly To: Tim Donohue <[email protected]> Cc: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" I have notice that I have missed to share the end of the history... well, the problem was related to the traffic shaping of the packeteer nothing was wrong in DSpace or in the server configuration. Hope this could help someone in future, Andrea Tim Donohue ha scritto: > Andrea, > > I've never seen this particular error before, to be honest. However, I > do recall seeing similar (usually random) issues when uploading larger > files across an unstable (or bogged down) wireless network. > > The "Stream ended unexpectedly" error looks almost like the upload is > timing out (does the browser just hang for a while after uploading?) or > somehow being interrupted. But it's hard to say what could be causing > this -- especially from just a single machine. If it's only happening > from one machine it seems like that machine's network connection could > be having problems (though it sounds like you've already started looking > into that). > > Anyone else encounter this with regularity? Or have any ideas? > > - Tim > > On 1/28/2010 9:19 AM, Andrea Bollini wrote: > >> Hi all, >> we are experience a lot of errors uploading files from a specific >> workstation. From this workstation with all the browser available >> (firefox, IE, Opera) it is impossible complete an upload. >> We always get the following exception: >> >> >>> Exception: >>> java.io.IOException: Processing of multipart/form-data request failed. Stream ended unexpectedly >>> at org.dspace.app.webui.util.FileUploadRequest.<init>(FileUploadRequest.java:13 9) >>> at org.dspace.app.webui.servlet.SubmissionController.wrapMultipartRequest(Submi ssionController.java:1405) >>> at org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionControl ler.java:255) >>> at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java :147) >>> >> The error occurs with files of any size, and from other workstations we don't see any problem. >> Apparently, we can't check this directly, there is no firewall, proxy or network limit/special configuration between the client and the DSpace server (1.5.2)... >> >> Any idea/previous experience with this issue? do you have any suggestion about test that could help to collect more information? >> Thanks, >> Andrea >> >> >> > > ---------------------------------------------------------------------------- -- > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > > > -- Dott. Andrea Bollini Project Manager, IT Architect & Systems Integrator Sezione Servizi per le Biblioteche e l'Editoria Elettronica CILEA, http://www.cilea.it tel. +39 06-59292853 cel. +39 348-8277525 --- Disclaimer: the content of this email is confidential and may be privileged, and it must not be disclosed or copied without the sender's consent. If you have received this message in error, please notify the sender and remove it from your system. The content of this email does not constitute legal advice, nor any responsibility is accepted for loss or damage incurred as a result of acting upon its contents or attachments. The statements and opinions expressed in this email are those of the author and do not necessarily reflect those of the employer. -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 2 Date: Sun, 21 Mar 2010 12:10:04 +0100 From: Andrea Bollini <[email protected]> Subject: [Dspace-tech] DSpace as RePEc data provider To: DSpace General <[email protected]>, DSpace Tech <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-15 Apologies for cross posting, I like to receive feedback on both technical aspects and user needs. At CILEA, we are exploring the opportunity to expose DSpace data to the RePEc network, http://repec.org/ googling I have found some results mostly related to the dspace2redif.pl script http://ideas.repec.org/c/rpc/script/dspace2redif.html this approach is of course simpler but imho it can't fit general requirements. The RePEc metadata for the archive and the series need to be entered manually, the script needs to be slightly modified to reflect your metadata configuration (if you have changed it...) and you have of course to setup a public ftp area. Also the performance could be better because without modification the script touch all the document in your archive also if no changes are occurred. This overload your dspace instance and the RePEc network that need to harvest any time all the records. The script is good for users that already have a RePEc repository and only want to increase it with records from one or more DSpace collections. Instead, for new users, there is no help, the setup of the RePEc repository is all on their hands (it is not much hard ;-) ) but it is more complex to deploy the dspace-oai.war and send the OAI-PMH base url. So, I'm thinking of building a webapp "dspace-repec" that, making fully use of the dspace data&structure, could simplify the building of new RePEc repository providing the most wide support to the RePEc format (all document types, multi series, multi archive for the same dspace repository and so on). The dspace-repec webapp should implement the httpserver RePEc approach: http://ideas.repec.org/t/httpserver.html Is this an overkilling approach? how many DSpace users are interested in RePEc? are there any others project in this area that I have missed? Please share your comments, best regards, Andrea -- Dott. Andrea Bollini Project Manager, IT Architect & Systems Integrator Sezione Servizi per le Biblioteche e l'Editoria Elettronica CILEA, http://www.cilea.it tel. +39 06-59292853 cel. +39 348-8277525 --- Disclaimer: the content of this email is confidential and may be privileged, and it must not be disclosed or copied without the sender's consent. If you have received this message in error, please notify the sender and remove it from your system. The content of this email does not constitute legal advice, nor any responsibility is accepted for loss or damage incurred as a result of acting upon its contents or attachments. The statements and opinions expressed in this email are those of the author and do not necessarily reflect those of the employer. ------------------------------ Message: 3 Date: Sun, 21 Mar 2010 10:11:20 -0700 From: Mark Diggory <[email protected]> Subject: Re: [Dspace-tech] [Dspace-devel] [GSOC] Discuss with the community the feasibility of the attached project idea To: Gaurav Paliwal <[email protected]> Cc: [email protected], [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=UTF-8 Welcome Gaurav, Installers fro DSpace are very challenging because of the number of target platforms that DSpace is installed on. This said, it is a topic of interest to the community and a valid project to apply for. I would post questions about initial validity of project ideas for GSoC here in the dspace community if you are concerned about its application to DSpace. But focus on producing your application in the GSoC site and working on the detail there so that you have a fair opportunity to present your project without others borrowing your ideas. The process for applying for GSoC via the Application gives the student and the mentor pool an opportunity to discuss each application independently and privately prior to the selection of students for the year by the mentors and Google. http://socghop.appspot.com/ I would recommend the following: 1.) Work on your initial application privately in preparation for the start date for submitting applications. We know you have presented this idea here initially and will consider that in the evaluation process. Once in the application process, you may receive requests for clarification and recommendations for your project. 2.) Be very thorough about describing your abilities/background in that application, we want to see your technical ability. As such, this year we are also requesting code examples from projects you have worked on in the past. 3.) Outline, to the best of your ability project requirements, strategy for solution and a tentative timeline with milestones and target deliverables. Best of luck and we look forward to seeing your application. Cheers, Mark p.s. this year we are running a new email list for GSoC projects. Please feel free to join that list to discuss GSoC projects with us. https://lists.sourceforge.net/lists/listinfo/dspace-gsoc-student On Sat, Mar 20, 2010 at 6:25 PM, Gaurav Paliwal <[email protected]> wrote: > Hi all, > > I have a different project proposal for DSpace that I would like to discuss > with the community , i.e. the feasibility of that idea. > > > I am hereby giving a link to the proposal of my project idea ( > http://www.slideshare.net/gauravpaliwal/dspace-3490742 ).Please have a > look at that and give your valuable feedback. > > -- > > With Regards, > Gaurav Paliwal > http://gaurav.tk > Undergraduate Student > GGSIPU ( Govt. of NCT , India ) -- Mark R. Diggory Head of U.S. Operations - @mire http://www.atmire.com - Institutional Repository Solutions http://www.togather.eu - Before getting together, get t...@ther ------------------------------ Message: 4 Date: Mon, 22 Mar 2010 15:54:42 +0800 From: Allen Lam <[email protected]> Subject: Re: [Dspace-tech] Browse by Author/Subject in Chinese To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Hi Hayden, In our case, for items having chinese author names, there are usually pinyin or various kinds of latinized representation of the names in the record. All names are naturally ordered, i.e. A-Z list first and then the chinese names. So you'll see surnames Lee, then Li, then inside the chinese block there is ?. Our IR is open to the public. You are welcome to click into each section and page to see how the rows are listed. Best, Allen Lam. HKU Hub Administrator, http://hub.hku.hk Mr Havercamp wrote: > Thanks Allen. If HKU is satisfied with natural ordering then it should > be more than sufficient for our project as well. > > Are you handling pinyin, or latinized, names as well within your author > lists? If so, are they listed along with the chinese names and how are > they sorted on the screen? > > Cheers > > > Hayden > > On 19/03/10 13:23, Allen Lam wrote: > >> Hi Hayden, >> >> Part of our dspace items are having chinese titles and chinese author names. >> We do not have special ordering for any specific languages so that >> chinese texts are ordered in their "natural ordering". >> We are storing data in UTF-8. The meaning of "natural" is that when each >> char (in english or chinese or any languages) of a string of text is >> interpreted as an integer value, the strings of integers are ordered >> from small to big. >> >> For example, a list of chinese names are naturally ordered like that: >> >> ??? >> ??? >> ??? >> ??? >> ??? >> ??? >> ??? >> ??? >> ??? >> ??? >> >> because their numerical values are that: >> >> 20309 23376 38597 >> 20309 23384 24503 >> 20309 23384 37030 >> 20309 23416 20745 >> 20309 23416 24375 >> 20309 23439 24503 >> 20309 23447 25010 >> 20309 23447 32681 >> 20309 23450 37030 >> 20309 23451 29642 >> >> It is subjective to define what is the "correct order". I feel the >> natural ordering is correct enough for our use. >> >> You can re-define the ordering by providing information of stroke, >> binary or phonetic for each string of text you want to order in dspace. >> It means defining extra dc tags and supplying extra metadatavalues when >> you submit each item. >> >> Best, >> Allen Lam. >> HKU Hub Administrator, http://hub.hku.hk >> >> >> >> Mr Havercamp wrote: >> >> >>> We have a DSpace instance which is storing metadata in the Chinese >>> language. We are wondering whether anybody has tackled this and been >>> successful in ordering the Author and Subject correctly. If so, did you >>> use the stroke, binary or phonetic method for sorting the relevant fields. >>> >>> Cheers >>> >>> >>> Hayden >>> >>> ---------------------------------------------------------------------------- -- >>> Download Intel® Parallel Studio Eval >>> Try the new software tools for yourself. Speed compiling, find bugs >>> proactively, and fine-tune applications for parallel performance. >>> See why Intel Parallel Studio got high marks during beta. >>> http://p.sf.net/sfu/intel-sw-dev >>> _______________________________________________ >>> DSpace-tech mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/dspace-tech >>> >>> >>> >> ---------------------------------------------------------------------------- -- >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> DSpace-tech mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/dspace-tech >> >> > > > ---------------------------------------------------------------------------- -- > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > ------------------------------ Message: 5 Date: Mon, 22 Mar 2010 09:49:28 +0100 From: Fabien COMBERNOUS <[email protected]> Subject: Re: [Dspace-tech] [Dspace-general] dspace 1.6.0 on redhat enterprise 5 To: Dimple Patel <[email protected]> Cc: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Dimple Patel wrote: > hello all, > > i would like to know if anyone has tried installing the latest dspace > 1.6.0 on rhel 5? if yes, can you plz share the installation procedure > step-by-step with us? I installed 1.6.0rc2 on GNU Debian. I simply followed the manual. In a general point of vue, do you know how to use GNU/Linux ? -- *Fabien COMBERNOUS* /unix system engineer/ www.kezia.com <http://www.kezia.com/> *Tel: +33 (0) 467 992 986* Kezia Group ------------------------------ ---------------------------------------------------------------------------- -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev ------------------------------ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech End of DSpace-tech Digest, Vol 47, Issue 57 ******************************************* ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

