From roberta.caccialupi at unimib.it Thu Jan 8 08:02:42 2009 From: roberta.caccialupi at unimib.it (Roberta Caccialupi) Date: Thu, 8 Jan 2009 14:02:42 +0100 Subject: [Dspace-general] error with item template Message-ID: <000001c97191$6523c750$2f6b55f0$@caccialupi@unimib.it> Hi, I'm working with 1.5.2 version with the xmlui and I'm dealing with the following problem: I have been trying to create an Item template for a collection using item's authorizations, but when I try to use the link "Edit Authorizations" I have an error (in attachment). Can someone help me? Thank you Roberta Caccialupi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090108/8ae8a080/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: error item template.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 22401 bytes Desc: not available Url : http://mailman.mit.edu/pipermail/dspace-general/attachments/20090108/8ae8a080/attachment.bin From larry.hansard at library.gatech.edu Thu Jan 8 09:47:11 2009 From: larry.hansard at library.gatech.edu (Larry Hansard) Date: Thu, 8 Jan 2009 09:47:11 -0500 (EST) Subject: [Dspace-general] Open Repositories 2009 Conference Registration available In-Reply-To: <1968468230.3885601231425457703.JavaMail.root@mail8.gatech.edu> Message-ID: <632900623.3890421231426031167.JavaMail.root@mail8.gatech.edu> Open Repositories 2009 Annual Conference | 18-21 May 2009 Georgia Tech Hotel and Conference Center | Atlanta, Ga USA Registration URL: https://or09.library.gatech.edu/registration.php Accommodations URL: https://or09.library.gatech.edu/accommodations.php Conference URL: https://or09.library.gatech.edu/ Info: email or09info at library.gatech.edu Please excuse cross postings. -- Larry Hansard Technical Project Director Georgia Institute of Technology Library and Information Center 404-894-4585 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090108/10e9a2f4/attachment.htm From annamavroudi at yahoo.gr Thu Jan 8 12:03:57 2009 From: annamavroudi at yahoo.gr (anna mavroudi) Date: Thu, 8 Jan 2009 17:03:57 +0000 (GMT) Subject: [Dspace-general] redirection to 'community-list.jsp' In-Reply-To: Message-ID: <364543.6195.qm@web25408.mail.ukl.yahoo.com> Happy New Year Stuart, So i see. Could it be possible to redirect only the users that click to "MyDspace" in the "/community-list" page? Thanks in advance, Anna --- ???? ????., 22/12/08, ?/? Stuart Lewis ??????: ???: Stuart Lewis ????: Re: [Dspace-general] redirection to 'community-list.jsp' ????: annamavroudi at yahoo.gr, "dspace" ??????????: ???????, 22 ?????????? 2008, 21:02 Hi Anna, > i'm working with 1.5.1 version -with the jspui- and i'm dealing with the > following problem: > i have been trying to get the redirection in the jspui from the > 'ldap-form.jsp' (where the ldap authorization is acquired) not to the > '/mydspace' page but to '/community-list.jsp' page. > i've looked through the JSPs and java files which are relative to > ldap&authorization for a link like '/mydspace' but didn't find anything execpt > one in the 'authenticate.java'file but this is not for this specific > redirection. Has anyone found it? This is issue is slightly complicated. The URL that the user is redirected to is in Authenticate.java (line 145) as you have found: - originalURL = request.getContextPath() + "/mydspace"; However... this is only used if a user requested the login screen, rather than DSpace redirecting them there, in which case DSpace decides where to forward them to. For example if a user tries to access a restricted item, and they are not logged in, then they will be redirected to the login screen. Once they have logged in, DSpace will then forward them to the item they requested. If you want to log in directly, then visit http://your-dspace/jspui/ldap-login and if you have changed the line in Authenticate.java then they should be redirected appropriately. If this is not happening, it is probably because your users are clicking on 'My DSpace' in order to log in. This tries to take them to their 'My DSpace' screen, but first requires them to log in. Once they have done so, they are redirected to the page they wanted, My DSpace. DSpace is sending them to the destination that they requested. If you want all users to be redirected to a different URL all of the time, then change the following code in Authenticate.java: if (originalURL == null) { // If for some reason we don't have the original URL, redirect // to My DSpace originalURL = request.getContextPath() + "/mydspace"; } else { // Set the flag in the session, so that when the redirect is // followed, we'll know to resume the interrupted request session.setAttribute("resuming.request", new Boolean(true)); } Change this to just: originalURL = request.getContextPath() + "/community-list"; I hope this helps, Stuart _________________________________________________________________ Gwasanaethau Gwybodaeth Information Services Prifysgol Aberystwyth Aberystwyth University E-bost / E-mail: Stuart.Lewis at aber.ac.uk Ffon / Tel: (01970) 622860 _________________________________________________________________ ___________________________________________________________ ?????????????? Yahoo!; ?????????? ?? ?????????? ???????? (spam); ?? Yahoo! Mail ???????? ??? ???????? ?????? ????????? ???? ??? ??????????? ????????? http://login.yahoo.com/config/mail?.intl=gr -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090108/00da311a/attachment.htm From annamavroudi at yahoo.gr Thu Jan 8 12:13:04 2009 From: annamavroudi at yahoo.gr (anna mavroudi) Date: Thu, 8 Jan 2009 17:13:04 +0000 (GMT) Subject: [Dspace-general] from "jspui" to "handle" Message-ID: <193718.11885.qm@web25408.mail.ukl.yahoo.com> Hi all, the previous installation we have been using was in the 1.4.2 version where the url was like http://my.dspace.edu/dspace/handle/123456789/324 and in the current version the same item -provided that one is interested to keep the same handle in both installations (old ¤t version)- would have a URL like: http://my.dspace.edu/jspui/handle/123456789/324 since we're primarily using the jspui. Is there a way to keep the same url? I tried through the parameter 'dspace.url' (in the dspace.cfg file) but it doesn't work Thanks, Anna ___________________________________________________________ ?????????????? Yahoo!; ?????????? ?? ?????????? ???????? (spam); ?? Yahoo! Mail ???????? ??? ???????? ?????? ????????? ???? ??? ??????????? ????????? http://login.yahoo.com/config/mail?.intl=gr -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090108/dd6a8ade/attachment.htm From allen.dspace at gmail.com Thu Jan 8 22:44:12 2009 From: allen.dspace at gmail.com (Allen Lam) Date: Fri, 09 Jan 2009 11:44:12 +0800 Subject: [Dspace-general] from "jspui" to "handle" In-Reply-To: <193718.11885.qm@web25408.mail.ukl.yahoo.com> References: <193718.11885.qm@web25408.mail.ukl.yahoo.com> Message-ID: <4966C80C.1090303@gmail.com> Anna, Depending on your configuration, the base url may be defined in tomcat's server.xml file. If you are copying the jspui directory to tomcat/webapps, you can rename jspui to another name to fit your needs. You also need to change the dspace.url parameter in dspace.cfg accordingly. Regards, Allen Lam. HKU Hub Administrator, http://hub.hku.hk anna mavroudi wrote: > Hi all, > > the previous installation we have been using was in the 1.4.2 version > where the > url was like http://my.dspace.edu/dspace/handle/123456789/324 > and in the current version the same item -provided that one is > interested to keep the same handle in both installations (old ¤t > version)- would have a URL like: > http://my.dspace.edu/jspui/handle/123456789/324 > > since we're primarily using the jspui. > Is there a way to keep the same url? > I tried through the parameter 'dspace.url' (in the dspace.cfg file) but > it doesn't work > > Thanks, > Anna > > > ------------------------------------------------------------------------ > ?????????????? Yahoo! > ?????????? ?? ?????????? ???? ???? (spam); ?? Yahoo! Mail ???????? ??? > ???????? ?????? ????????? ???? ??? ??????????? ????????? > http://login.yahoo.com/config/mail?.intl=gr > > > ------------------------------------------------------------------------ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general From roberta.caccialupi at unimib.it Fri Jan 9 11:24:40 2009 From: roberta.caccialupi at unimib.it (Roberta Caccialupi) Date: Fri, 9 Jan 2009 17:24:40 +0100 Subject: [Dspace-general] R: error with item template In-Reply-To: <356cf3980901080611w4e625bb7i1c318716b688c9a4@mail.gmail.com> References: <8314875645604527637@unknownmsgid> <356cf3980901080611w4e625bb7i1c318716b688c9a4@mail.gmail.com> Message-ID: <001801c97276$c686f310$5394d930$@caccialupi@unimib.it> Thank you for your answer, Dorothea. We are checking our theme with the tool you suggested in your reply. Anyway we encountered the same behavior in a fresh install of dspace 1.5.2 (source from svn repos) using the default theme. As you suggested it could be an xmlui bug or a theme bug, since using jspui interface the item template seems to be working fine. One more question: is it possible to set a set of default access policies for bitstreams into the item template? We are trying to delegate tasks such as modifying already ingested items (add/delete bitstreams and modifying their descriptions) to collection administrators or submitters, but Dspace default behavior seems to assign just default_bistream_read anonymous as access policy. Thank you for your attention Roberta Caccialupi -----Messaggio originale----- Da: dorothea.salo at gmail.com [mailto:dorothea.salo at gmail.com] Per conto di Dorothea Salo Inviato: gioved? 8 gennaio 2009 15.11 A: Roberta Caccialupi Cc: dspace-tech at lists.sourceforge.net Oggetto: Re: [Dspace-general] error with item template (Redirecting to dspace-tech.) When I get this, it usually means there's a syntax error in my XSLT stylesheet somewhere. I cannot recommend too highly; it catches many of my bonehead mistakes before they go onto the server. (Using "test=" where I mean "select=" and vice versa is a favorite of mine.) Dorothea 2009/1/8 Roberta Caccialupi : > Hi, > > I'm working with 1.5.2 version with the xmlui and I'm dealing with the > following problem: > I have been trying to create an Item template for a collection using item's > authorizations, but when I try to use the link "Edit Authorizations" I have > an error (in attachment). > Can someone help me? > Thank you > > > > Roberta Caccialupi > > > > > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > > -- Dorothea Salo dsalo at library.wisc.edu Digital Repository Librarian AIM: mindsatuw University of Wisconsin Rm 218, Memorial Library (608) 262-5493 From WLChew at ntu.edu.sg Mon Jan 12 05:48:43 2009 From: WLChew at ntu.edu.sg (Chew Weng Leong) Date: Mon, 12 Jan 2009 18:48:43 +0800 Subject: [Dspace-general] Enquiry about DOI on DSpace Message-ID: <4756289FEE4B5040B3F8618FF3E009B90880F602@EXCHANGE22.staff.main.ntu.edu.sg> Hi all, Would like to enquire about the process of implementing Digital Object Identifier (DOI) on DSpace. This is because our organization is thinking about implementing DOI on DSpace and thus would like to study the experiences of other institutions on this matter. Many thanks for the advice in advance. Regards, Weng Leong -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090112/7bba2912/attachment.htm From mornati at cilea.it Sun Jan 11 11:01:23 2009 From: mornati at cilea.it (Susanna Mornati) Date: Sun, 11 Jan 2009 17:01:23 +0100 Subject: [Dspace-general] ELPUB 2009 - Final Call for Papers - deadline January 15 Message-ID: *** apologies for cross-posting *** ELPUB 2009 - Final Call for Papers - DEADLINE January 15 (abstract submission) Rethinking Electronic Publishing : Innovation in Communication Paradigms and Technologies 13th International Conference on Electronic Publishing 10 - 12 June 2009, Milan, Italy http://www.elpub.net elpub2009 at elpub.net Electronic publishing via the Internet is continuously changing its shapes and models, challenging traditional players to adapt to new contexts. Innovative technologies enable individuals, scholars, communities and networks to establish contacts, exchange data, produce information, share knowledge. Open access sources and commercial players make contents available for a heterogeneous audience in a diversity of environments. The ELPUB 2009 conference will focus on key issues in e-communications, exploring dissemination channels, business models, technologies, methods and concepts. See website for detailed author instructions: http://www.elpub.net. All submissions are subject to peer review (double-blind) and accepted by the international ELPUB Programme Committee. Accepted full papers will be published in the conference proceedings. Printed proceedings are distributed during the conference. Electronic versions of the contributions will be archived at: http://elpub.scix.net and indexed by the major indexing agents. Join the "ELPUB Electronic Publishing Conference" group on Facebook: http://www.facebook.com/group.php?gid=3D36376184362 ELPUB 2009 and OAI 6 are just 3 days in time and 400 km in space (4 hours by train, 50 minutes by plane) away from each other: take this unique chance to participate in both, enjoying two exciting scientific events in electronic publishing and scholarly communication and visiting Italy and Switzerland. -- Susanna Mornati, CILEA ELPUB 2009 General Chair From mornati at cilea.it Thu Jan 15 08:24:08 2009 From: mornati at cilea.it (Susanna Mornati) Date: Thu, 15 Jan 2009 14:24:08 +0100 Subject: [Dspace-general] ELPUB2009 - CFP deadline EXTENDED to January 29, 2009 Message-ID: <20090115132409.B0BD81464A9A@mit.edu> ELPUB2009 - CFP deadline EXTENDED to January 29, 2009 *** apologies for cross-posting *** Due to numerous requests for a postponement, and compatible with the review process and the publication time, the deadline for abstracts submission has been extended to January 29: NEW DATE! ELPUB 2009 - Final Call for Papers - NEW DEADLINE January 29, 2009 (abstract submission) Rethinking Electronic Publishing : Innovation in Communication Paradigms and Technologies 13th International Conference on Electronic Publishing 10 - 12 June 2009, Milan, Italy http://www.elpub.net elpub2009 at elpub.net Electronic publishing via the Internet is continuously changing its shapes and models, challenging traditional players to adapt to new contexts. Innovative technologies enable individuals, scholars, communities and networks to establish contacts, exchange data, produce information, share knowledge. Open access sources and commercial players make contents available for a heterogeneous audience in a diversity of environments. The ELPUB 2009 conference will focus on key issues in e-communications, exploring dissemination channels, business models, technologies, methods and concepts. See website for detailed author instructions: http://www.elpub.net. All submissions are subject to peer review (double-blind) and accepted by the international ELPUB Programme Committee. Accepted full papers will be published in the conference proceedings. Printed proceedings are distributed during the conference. Electronic versions of the contributions will be archived at: http://elpub.scix.net and indexed by the major indexing agents. Join the "ELPUB Electronic Publishing Conference" group on Facebook: http://www.facebook.com/group.php?gid=3D36376184362 ELPUB 2009 and OAI 6 are just 3 days in time and 400 km in space (4 hours by train, 50 minutes by plane) away from each other: take this unique chance to participate in both, enjoying two exciting scientific events in electronic publishing and scholarly communication and visiting Italy and Switzerland. -- ELPUB 2009, www.elpub.net General Chair: Susanna Mornati, CILEA, Italy Programme Chair: Turid Hedlund, Hanken School of Economics, Finland mailto: elpub2009 at elpub.net From michele at dspace.org Thu Jan 15 09:18:35 2009 From: michele at dspace.org (Michele Kimpton) Date: Thu, 15 Jan 2009 09:18:35 -0500 Subject: [Dspace-general] JASIG conference Texas Message-ID: The JASIG conference registration is now open. Early reg closes on Jan 30th, so if you plan on going sign up soon. This conference is a great way for developers to share ideas and communicate projects, issues with other open source developers. Brad, and myself will be there as well as several other DSpace developers. There is a DSpace training on Sunday and a DSpace-Fedora developer mashup on Wednesday. We hope to see you there. The event takes place in Dallas Texas. Michele THE JA-SIG 2009 CONFERENCE PROGRAM IS ONLINE! Higher Education Open Source Communities - Working Together March 1-4, 2009 Dallas, Texas, USA Registration for the JA-SIG Spring Conference in Dallas is open at http://www.ja-sig.org/conferences/09spring/registration.html and the conference program has been published: http://www.ja-sig.org/jasigconf/program.jsp You'll find great presentations and supplementary seminars on CAS, DSpace, Fedora, Fluid, Kuali, Internet2, Sakai, and uPortal-- Conference events run Monday, March 2nd through Wednesday, March 4th Supplementary seminars are scheduled all day Sunday and Wednesday afternoon A BarCamp and a DSpace/Fedora mashup are scheduled for Wednesday afternoon (See the site description for this event) Extra developer meetings will follow on Thursday and Friday. You'll find stimulating keynote addresses by-- James Hilton, Vice President and Chief Information Officer at the University of Virginia Christian Crumlish, Curator of the Yahoo! Design Pattern Library Brewster Kahle, Founder and Director of The Internet Archive You'll find special sessions, panels, and BOFs addressing strategic issues for open source. You'll find plenty of opportunities to mix and mingle with colleagues-- Reception on Sunday evening! (featuring "PowerPoint Karoake", a hallowed JA-SIG tradition) Poster Session with refreshments on Monday evening! Dallas-Dine-Around on Tuesday evening! There's never been a better time to register: http://www.ja-sig.org/conferences/09spring/registration.html ; But early registration discounts end on January 30, 2009! Visit the main conference site at http://www.ja-sig.org/conferences/09spring/index.html for all the details. Join us to learn more about open/community source projects and technology trends, share ideas and collaborate with your peers. See you in Dallas in March! -The JA-SIG 2009 Conference Program Committee -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090115/0154eaff/attachment.htm From stan.orlov at msvu.ca Thu Jan 15 02:20:10 2009 From: stan.orlov at msvu.ca (Stan Orlov) Date: Thu, 15 Jan 2009 03:20:10 -0400 Subject: [Dspace-general] Strange duplication in Manakin/XMLUI Message-ID: <304d889b0901142320g4b08922ar5a7a580b650984de@mail.gmail.com> Greetings! I installed Dspace 1.5 on Linux SUSE 10.1 and while the jspui interface looks fine, the xmlui one looks strange. It does have almost all elements showing 4 times (see screenshot attached). When I installed it for a test on a Windows machine (which was so much easier than on Linux, btw), both interfaces looked great. What should I do to remove this multiplication? Cheers, Stan **************************** Stanislav Orlov, MEd, MISt Systems Librarian Mount Saint Vincent University Halifax, NS, B3M 2J6 - Tel: 902-457-6212 - Fax: 902-457-6445 stan.orlov at msvu.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090115/a282cead/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: manakin duplication.png Type: image/png Size: 153562 bytes Desc: not available Url : http://mailman.mit.edu/pipermail/dspace-general/attachments/20090115/a282cead/attachment.png From kims at waikato.ac.nz Thu Jan 15 22:33:45 2009 From: kims at waikato.ac.nz (Kim Shepherd) Date: Fri, 16 Jan 2009 16:33:45 +1300 Subject: [Dspace-general] Enquiry about DOI on DSpace Message-ID: <12154BD7A5A6D84F9E96AAA8899E8384F63C08@ex1.its.waikato.ac.nz> Hi Weng, We use DOI identifiers here at The University of Waikato without any problem, we've also written a small patch to render a DOI as a proper URL -- very similar to the way dc.identifier.uri (handle links) or a date field is handled. You can see an example of this at http://waikato.researchgateway.ac.nz/handle/10289/439 - the DOI is entered during submission or item edit, and when metadata is displayed, you it generates a nice link to http://dx.doi.org/ If you're interested in the patch or have any other questions just ask. Hopefully I'm not being too technical on the dspace-general list. -- Kim Shepherd IRR Technical Specialist ITS Systems & Development The University of Waikato DDI +64 7 838 4025 --------------------------- Original Message: --------------------------- Hi all, Would like to enquire about the process of implementing Digital Object Identifier (DOI) on DSpace. This is because our organization is thinking about implementing DOI on DSpace and thus would like to study the experiences of other institutions on this matter. Many thanks for the advice in advance. Regards, Weng Leong From girija at rri.res.in Fri Jan 16 01:45:11 2009 From: girija at rri.res.in (Girija S.) Date: Fri, 16 Jan 2009 12:15:11 +0530 (IST) Subject: [Dspace-general] Enquiry about DOI on DSpace In-Reply-To: <4756289FEE4B5040B3F8618FF3E009B90880F602@EXCHANGE22.staff.main.ntu.edu.sg> References: <4756289FEE4B5040B3F8618FF3E009B90880F602@EXCHANGE22.staff.main.ntu.edu.sg> Message-ID: Dear Weng, We use DOI in our repository and put it in the relation.uri field. We have labelled it 'Alternative location' and give here the arXiv link also. Pl. have a look at http://hdl.handle.net/2289/3681 to see what we have done. Best wishes, Girija ------------------------------------------------------------------------------- Girija Srinivasan, Raman Research Institute Library, Tel: +91 80 2361 0122 C V Raman Avenue, Sadashivanagar, Fax: +91 80 2361 0492 Bangalore 560 080, India. Email: girija at rri.res.in On Mon, 12 Jan 2009, Chew Weng Leong wrote: > Hi all, > > > > Would like to enquire about the process of implementing Digital Object > Identifier (DOI) on DSpace. > > > > This is because our organization is thinking about implementing DOI on > DSpace and thus would like to study the experiences of other > institutions on this matter. > > > > Many thanks for the advice in advance. > > > > Regards, > > Weng Leong > > > > > > From reverend.x3 at gmail.com Fri Jan 16 02:57:33 2009 From: reverend.x3 at gmail.com (=?UTF-8?B?zprPjs+Dz4TOsc+CIM6gzrHPgc6xz4POus61z4XPjM+Azr/Phc67zr/Pgg==?=) Date: Fri, 16 Jan 2009 09:57:33 +0200 Subject: [Dspace-general] Greek translation for Dspace 1.5 XMLUI Message-ID: We are currently in the process of translating XMLUI in Greek language Kostas Paraskevopoulos Technological Educational Institute of Thessaloniki -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090116/c648298f/attachment.htm From stan.orlov at msvu.ca Fri Jan 16 10:07:21 2009 From: stan.orlov at msvu.ca (Stan Orlov) Date: Fri, 16 Jan 2009 11:07:21 -0400 Subject: [Dspace-general] Creating a list of URLs in DSpace? Message-ID: <304d889b0901160707tbce3073v4bf43158ef8e9312@mail.gmail.com> Greetings, We have a department that would like to allow faculty and librarians to submit URLs and descriptions of interesting resources that they couldn't submit in forms of pdf, MS Word etc. The end result would be a collection of links that anyone could search/browse. Is it possible to submit URLs only? Cheers, Stan **************************** Stanislav Orlov, MEd, MISt Systems Librarian Mount Saint Vincent University Halifax, NS, B3M 2J6 - Tel: 902-457-6212 - Fax: 902-457-6445 stan.orlov at msvu.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090116/c49b3e96/attachment.htm From Claudia.Juergen at ub.uni-dortmund.de Fri Jan 16 11:06:47 2009 From: Claudia.Juergen at ub.uni-dortmund.de (=?ISO-8859-1?Q?Claudia_J=FCrgen?=) Date: Fri, 16 Jan 2009 17:06:47 +0100 Subject: [Dspace-general] Creating a list of URLs in DSpace? In-Reply-To: <304d889b0901160707tbce3073v4bf43158ef8e9312@mail.gmail.com> References: <304d889b0901160707tbce3073v4bf43158ef8e9312@mail.gmail.com> Message-ID: <4970B097.1030707@ub.uni-dortmund.de> Hi Stan, file upload it not mandatory to the submission process. If you set webui.submit.upload.required = false in the dspace.cfg you can submit items without bitstreams. Are you one managing metadata? In that case there are tools for collaborative reference management which might be more appropriate for this use case. Hope that helps Claudia Stan Orlov schrieb: > Greetings, > > We have a department that would like to allow faculty and librarians to > submit URLs and descriptions of interesting resources that they couldn't > submit in forms of pdf, MS Word etc. The end result would be a collection > of links that anyone could search/browse. Is it possible to submit URLs > only? > > Cheers, > Stan > **************************** > Stanislav Orlov, MEd, MISt > Systems Librarian > Mount Saint Vincent University > Halifax, NS, B3M 2J6 > - Tel: 902-457-6212 > - Fax: 902-457-6445 > stan.orlov at msvu.ca > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general From stan.orlov at msvu.ca Fri Jan 16 11:33:26 2009 From: stan.orlov at msvu.ca (Stan Orlov) Date: Fri, 16 Jan 2009 12:33:26 -0400 Subject: [Dspace-general] Creating a list of URLs in DSpace? In-Reply-To: <4970B097.1030707@ub.uni-dortmund.de> References: <304d889b0901160707tbce3073v4bf43158ef8e9312@mail.gmail.com> <4970B097.1030707@ub.uni-dortmund.de> Message-ID: <304d889b0901160833q67ab8fd0qdb029d690489615e@mail.gmail.com> Thank you very much, Claudia! Now it works like a charm. I am the person responsible for metadata managing (among other things, since we are a small library), but haven't had a chance to do anything with it yet. Those collaborative reference management tools are different from dspace, right? We are going to use for this project a combination of LibGuides and DSpace and a third tool might be an overkill. I was thinking that allowing people to submit URLs with short blurbs would be enough for what we're planning. Cheers, Stan On Fri, Jan 16, 2009 at 12:06 PM, Claudia J?rgen < Claudia.Juergen at ub.uni-dortmund.de> wrote: > Hi Stan, > > file upload it not mandatory to the submission process. If you set > webui.submit.upload.required = false in the dspace.cfg > you can submit items without bitstreams. > > Are you one managing metadata? In that case there are tools for > collaborative reference management which might be more appropriate for this > use case. > > Hope that helps > > Claudia > > Stan Orlov schrieb: > >> Greetings, >> >> We have a department that would like to allow faculty and librarians to >> submit URLs and descriptions of interesting resources that they couldn't >> submit in forms of pdf, MS Word etc. The end result would be a collection >> of links that anyone could search/browse. Is it possible to submit URLs >> only? >> >> Cheers, >> Stan >> **************************** >> Stanislav Orlov, MEd, MISt >> Systems Librarian >> Mount Saint Vincent University >> Halifax, NS, B3M 2J6 >> - Tel: 902-457-6212 >> - Fax: 902-457-6445 >> stan.orlov at msvu.ca >> >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Dspace-general mailing list >> Dspace-general at mit.edu >> http://mailman.mit.edu/mailman/listinfo/dspace-general >> > > > This communication, including any attached documentation, is intended only > for the person or entity to which it is addressed, and may contain > confidential, personal, and/or privileged information. Any unauthorized > disclosure, copying, or taking action on the contents is strictly > prohibited. If you have received this message in error, please contact us > immediately so we may correct our records. Please then delete or destroy the > original transmission and any subsequent reply. Thank you. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090116/0d5cc172/attachment.htm From stan.orlov at msvu.ca Fri Jan 16 11:39:47 2009 From: stan.orlov at msvu.ca (Stan Orlov) Date: Fri, 16 Jan 2009 12:39:47 -0400 Subject: [Dspace-general] Copyright for unpublished works? Message-ID: <304d889b0901160839p3611f1ai598df5a6f2ed25bd@mail.gmail.com> Greetings! We are starting promotion of the upcoming IR and some faculty are asking about copyright. They have unpublished works they would like to put in IR, but they want to ensure that everybody knows they were the first to make these works available. My boss suggests using creative commons license which, according to her, should cover that. I believe that's what most people would use, but I would love to confirm with those who have been working with previously unpublished papers in IR. If someone has an example of copyright notice I could show to my faculty, I would be very grateful. Cheers, Stan **************************** Stanislav Orlov, MEd, MISt Systems Librarian Mount Saint Vincent University Halifax, NS, B3M 2J6 - Tel: 902-457-6212 - Fax: 902-457-6445 stan.orlov at msvu.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090116/cdf961e8/attachment.htm From Claudia.Juergen at ub.uni-dortmund.de Fri Jan 16 12:25:29 2009 From: Claudia.Juergen at ub.uni-dortmund.de (=?ISO-8859-1?Q?Claudia_J=FCrgen?=) Date: Fri, 16 Jan 2009 18:25:29 +0100 Subject: [Dspace-general] Copyright for unpublished works? In-Reply-To: <304d889b0901160839p3611f1ai598df5a6f2ed25bd@mail.gmail.com> References: <304d889b0901160839p3611f1ai598df5a6f2ed25bd@mail.gmail.com> Message-ID: <4970C309.8080003@ub.uni-dortmund.de> Hi Stan, CC is a modular license system regulating the way a resource can be used. It does not affect copyright. So placing a resource under e.g. http://creativecommons.org/licenses/by-nc/2.5/ca/ does not hold information about the copyright. In this case you got to have additional information as "Attribution. You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work)." in order to fulfill this the user must have the information. You got to distinguish between use rights and copyright. The copyright owner of a resource can grant exclusive and non-exclusive use rights (which might be distinguished print, electronic publishing, film ...) to someone else. Many repositories simply got a general statement like "All items in [Your repository] are protected by copyright, with all rights reserved." or "Items in [YourRepository] are protected by copyright, with all rights reserved, unless otherwise indicated. So in repository terms your got 3 types of rights: - the copyright (mostly stored in dc.rights) - the rights granted by the copyright owner to the repository (stored in DSpace as a license with the item) - the rgihts granted by the copyright owner to users of the resource via the repository. (mostly stored in dc.rights.accessRights) Note that copyright law varies from country to country, with little harmonization in IPL. Hope that helps Claudia J?rgen Stan Orlov schrieb: > Greetings! > > We are starting promotion of the upcoming IR and some faculty are asking > about copyright. They have unpublished works they would like to put in IR, > but they want to ensure that everybody knows they were the first to make > these works available. My boss suggests using creative commons license > which, according to her, should cover that. I believe that's what most > people would use, but I would love to confirm with those who have been > working with previously unpublished papers in IR. If someone has an example > of copyright notice I could show to my faculty, I would be very grateful. > > Cheers, > Stan > **************************** > Stanislav Orlov, MEd, MISt > Systems Librarian > Mount Saint Vincent University > Halifax, NS, B3M 2J6 > - Tel: 902-457-6212 > - Fax: 902-457-6445 > stan.orlov at msvu.ca > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general From michele at dspace.org Fri Jan 16 17:13:39 2009 From: michele at dspace.org (Michele Kimpton) Date: Fri, 16 Jan 2009 17:13:39 -0500 Subject: [Dspace-general] Institutional Repository on a shoestring References: Message-ID: <0E1C508A-4657-4262-B5ED-643601E8C68D@dspace.org> Dear community, The link below is an article written by folks at Humboldt State University in California, titled "Institutional Repository on a Shoestring". DSpace open source software was the platform the team chose to set up their repository. For those new to the community you may find some of their processes and evaluation insightful. http://dlib.org/dlib/january09/wrenn/01wrenn.html best, Michele Kimpton From nstuart at uvic.ca Fri Jan 16 20:18:31 2009 From: nstuart at uvic.ca (Nancy Jane Stuart) Date: Fri, 16 Jan 2009 17:18:31 -0800 Subject: [Dspace-general] Customizing email notifications Message-ID: <54AA5D29CDD96948959171E0DF29902912375C3639@EMC1.uvic.ca> When an new item has been submitted to DSpace, an automatic email is sent to the person whose task it is to review the submission. An example is below. How could I add another metadata element (like Department) from the submission into this email. Obviously the Title, Collection and Submitter name is from the metadata of the submission. Where is the email form located and is it customizable? Being able to add another element would help our workflow a lot. Thanks for your help. Example: Subject: DSpace: You have a new task A new item has been submitted: Title: A new item for DSpace Collection: Workflow test Submitted by: Name of submitter (email address of submitter) It requires reviewing. To claim this task, please visit your "MY DSpace" Nancy Stuart Technical Services Librarian University of Victoria PO Box 1800 STN CSC Victoria, BC V8W 3H5 Canada Tel: 250-721-8242 Fax: 250-721-8240 email: nstuart at uvic.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090116/0df8b4ff/attachment.htm From Claudia.Juergen at ub.uni-dortmund.de Sat Jan 17 04:53:59 2009 From: Claudia.Juergen at ub.uni-dortmund.de (Claudia Juergen) Date: Sat, 17 Jan 2009 10:53:59 +0100 (CET) Subject: [Dspace-general] Customizing email notifications In-Reply-To: <54AA5D29CDD96948959171E0DF29902912375C3639@EMC1.uvic.ca> References: <54AA5D29CDD96948959171E0DF29902912375C3639@EMC1.uvic.ca> Message-ID: <00307038c9d0f965c51dc7a26d59e93f.squirrel@mail.ub.uni-dortmund.de> Hi Nancy, you got to modify: [dspace-source]/dspace-api/src/main/java/org/dspace/workflow/ WorkflowManager.java notifyGroupOfTask Get the information, add it as an email argument and change the email template to include this argument. Hope that helps Claudia J?rgen > When an new item has been submitted to DSpace, an automatic email is sent > to the person whose task it is to review the submission. An example is > below. How could I add another metadata element (like Department) from > the submission into this email. Obviously the Title, Collection and > Submitter name is from the metadata of the submission. Where is the email > form located and is it customizable? Being able to add another element > would help our workflow a lot. Thanks for your help. > > Example: > > Subject: DSpace: You have a new task > > A new item has been submitted: > > Title: A new item for DSpace > Collection: Workflow test > Submitted by: Name of submitter (email address of submitter) > > It requires reviewing. > > To claim this task, please visit your "MY DSpace" > > Nancy Stuart > Technical Services Librarian > University of Victoria > PO Box 1800 STN CSC > Victoria, BC V8W 3H5 > Canada > Tel: 250-721-8242 > Fax: 250-721-8240 > email: nstuart at uvic.ca > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > From csy at aber.ac.uk Tue Jan 20 09:45:17 2009 From: csy at aber.ac.uk (Christopher Steven Yates [csy]) Date: Tue, 20 Jan 2009 14:45:17 -0000 Subject: [Dspace-general] *FREE EVENT* RSP Repository Softwares Day Message-ID: <7D48F1B22613A94CB54614A8838A3E2BCBB64D@ISSVEXBE1.staff.aber.ac.uk> ***Apologies for Cross Posting*** REGISTER NOW FOR THE RSP'S REPOSITORY SOFTWARES DAY This event is a major date in the RSP calendar. Book now to avoid disappointment: http://www.rsp.ac.uk/events/index.php?page=RepositorySoftwareDay2009/ind ex.php Registration will close on Friday 27th February 2009. Event: RSP Repository Softwares Day Date: Thursday 19th March, 2009 Venue: Museum of Science and Industry (MOSI), Manchester The Repositories Support Project (RSP) will be hosting a repository software and related services showcase day at the Museum of Science and Industry in Manchester on the 19th March 2009. The aim of the day is through exhibition and demonstration, to introduce delegates to a range of existing and developing Repository softwares and technologies. There will also be the opportunity for delegates to discuss issues and seek help from software providers; as well as providing networking opportunities with other repository users. The day itself will have a number of streams running concurrently throughout the day including: * repository project case studies; * software demonstrations; * software surgeries; * user groups; * software and services exhibition in a marketplace environment. Who should attend? The RSP Repository Softwares Day is aimed at all disciplines and practitioners in the repository community including: software vendors; repository administrators and managers; e-resource and technical staff. Benefits of attendance: Be introduced to a range of existing and developing Repository softwares and technologies Have the opportunity to discuss issues with current software providers at software surgeries and user groups Learn how repository softwares have been extended for extra functionality Network with other members of the repository community For on-line registration please visit http://www.rsp.ac.uk/events/booking-x.php?event=RepositorySoftwareDay200 9 Please indicate within the form which repository software you are currently using and whether there is a topic you would like to discuss at a software surgery. Regards, ------------------------------------------------------------------------ ------ Chris Yates Technical Repository Support Officer JISC Repositories Support Project Gwasanaethau Gwybodaeth Information Services Prifysgol Aberystwyth Aberystwyth University E-bost / E-mail csy at aber.ac.uk Ffon / Tel: (01970 62) 8489 ------------------------------------------------------------------------ ------ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090120/8a6eccfd/attachment.htm From cwbailey at digital-scholarship.com Tue Jan 20 10:21:45 2009 From: cwbailey at digital-scholarship.com (Charles W. Bailey, Jr.) Date: Tue, 20 Jan 2009 09:21:45 -0600 Subject: [Dspace-general] Electronic Theses and Dissertations Bibliography, Version 3 Message-ID: <4975EC09.3020103@digital-scholarship.com> The Electronic Theses and Dissertations Bibliography, Version 3 is now available from Digital Scholarship. http://www.digital-scholarship.org/etdb/etdb.htm This bibliography presents selected English-language articles, conference papers, and other printed and electronic sources that are useful in understanding electronic theses and dissertations (ETDs). Where possible, links are provided to sources that are freely available on the Internet, including e-prints in disciplinary archives and institutional repositories. For a discussion of the numerous changes in my digital publications since my resignation from the University of Houston Libraries, see Digital Scholarship Publications Overview. http://www.digital-scholarship.org/cwb/dsoverview.htm * Important change * New URLs for Digital Scholarship FeedBurner Feeds http://tinyurl.com/925efb Other Digital Scholarship Publications The following Digital Scholarship publications may also be of interest: (1) Author's Rights, Tout de Suite http://www.digital-scholarship.org/ts/authorrights.pdf (2) DigitalKoans (Weblog about digital copyright, digital curation, digital repositories, open access, scholarly communication, and other digital information issues) http://digital-scholarship.org/digitalkoans/ (3) Google Book Search Bibliography http://digital-scholarship.org/gbsb/gbsb.htm (4) Institutional Repositories, Tout de Suite http://www.digital-scholarship.org/ts/irtoutsuite.pdf (5) Open Access Bibliography: Liberating Scholarly Literature with E-Prints and Open Access Journals http://digital-scholarship.org/oab/oab.htm (6) Scholarly Electronic Publishing Bibliography http://www.digital-scholarship.org/sepb/sepb.html -- Best Regards, Charles Charles W. Bailey, Jr. Publisher, Digital Scholarship http://www.digital-scholarship.org/ A Look Back at Nineteen Years as an Internet Digital Publisher http://www.digital-scholarship.org/cwb/nineteenyears.htm From michele at dspace.org Tue Jan 20 10:33:02 2009 From: michele at dspace.org (Michele Kimpton) Date: Tue, 20 Jan 2009 10:33:02 -0500 Subject: [Dspace-general] Save the dates: All about Repositories Webinar Series Message-ID: <31A63727-BFA5-4DF0-BFF7-58E3704228E2@dspace.org> FOR IMMEDIATE RELEASE January 20, 2009 Contact: Corrine Cho-Beaulieu DSpace Foundation, Fedora Commons, Sun Microsystems and SPARC Present All About Repositories Webinar Series Mountain View, CA Got a repository? Would you like to understand more about what repositories are and how they operate? This spring DSpace Foundation, Fedora Commons, Sun Microsystems and SPARC (The Scholarly Publishing & Academic Resources Coalition) will offer a free About Repositories Webinar Series to provide professional learning opportunities for repository managers, developers, curators and decision makers. The seminar series will kick off on Feb. 18 at 9:00 a.m. PT with DSpace and Fedora: A Collaboration Update presented by Michele Kimpton, Executive Director, DSpace Foundation, and Sandy Payette, Executive Director Fedora Commons. Each month a new topic or issue of interest to repository communities will be presented in a one-hour online format. All About Repositories Webinar Series will be web cast for synchronous event access, and will also be made available through DSpace, Fedora, Sun and SPARC web sites as an open educational reference for repository users and developers. Future web seminars will focus on topics such as web services, and will take an in-depth look at some of the top implementations from the Innovation Fair held at the November 2008 SPARC repositories meeting. Save the following dates for the All About Repositories Webinar Series. Pre-registration is required for all seminars at http://www.education-webevents.com/ . --- DSpace and Fedora: A Collaboration Update Wed., February 18, 2009 9:00 a.m. PT; 12:00 p.m. ET In 2008 the DSpace Foundation and Fedora Commons came together to work on joint initiatives that would better serve both open source repository communities. Several directions have emerged. Both organizations are working together to improve interoperability of the software, forming joint collaborations with other organizations that offer value to both communities, and developing joint programs for advocacy, education and outreach. In addition, Fedora Commons and the DSpace Foundation are collaborating to investigate the prospect of jointly developing new technologies. Both organizations received a grant from the Mellon Foundation to design "DuraSpace", a service that will allow users to replicate and access their digital content in the cloud. Join Michele Kimpton, Executive Director, DSpace Foundation, and Sandy Payette, Executive Director Fedora Commons for a 60-minute update on the multiple dimensions of this dynamic collaboration between two of the largest providers of open source software for managing and providing access to digital content. --- All About Fedora Wed., March 18, 2009 9:00 a.m. PT; 12:00 p.m.. ET The letters in Fedora?s name stand for ?Flexible, Extensible, Digital Object Repository Architecture,? and also for the idea that it?s core structure provides a robust, integrated, open source repository platform that enables storage, access and durable management of virtually any kind of digital content, ?All Ways. Always.? Most developers and repository managers like those terms, but what do they really mean? How do users get started with Fedora? Who else is using it? Where can users get hands-on help with planning and implementation? Join Thornton Staples, Director of Community Strategy and Outreach, Fedora Commons for a 60-minute overview that explains what Fedora is, why many large national repositories use it, and advice on the nuts and bolts of getting started. --- Topics from the SPARC Repositories Meeting Wed., April 15, 2009 9:00 a.m. PT; 12:00 p.m. ET SPARC guests will explore in more detail projects that were introduced at the SPARC repositories meeting in November 2008. Specific details to be announced. --- An Open Repositories 2009 (OR09) Preview Wed., May 13, 2009 9:00 a.m. PT; 12:00 p.m. ET OR09, to be held in Atlanta, Georgia from May 18-21, 2009, promises to showcase the latest global repository developments and breakthroughs that increasingly play a pivotal role in the information landscape. Tune in for six previews of conference presentations that will span repository implementations for education, research, science, and cultural heritage. Join members of the OR09 Program Committee for this 60-minute conference preview session. --- Two Repository Platforms: Key Features of Fedora and DSpace Wed., June 17, 2009 9:00 a.m. PT; 12:00 p.m. ET The DSpace Foundation and Fedora Commons are two of the largest providers of open source software for managing and providing access to digital content with a combined global community of more than 450 institutions, national libraries, research projects, businesses and universities. What are the natural strengths of each repository platform? What circumstances and requirements would dictate using either one or the other or both? Join Michele Kimpton, Executive Director, DSpace Foundation, and Sandy Payette, Executive Director Fedora Commons for a 60 minute look at each repository platform that highlights key features and selection criteria. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090120/987fe652/attachment.htm From Ina.Smith at up.ac.za Sun Jan 18 15:00:09 2009 From: Ina.Smith at up.ac.za (Ina Smith) Date: 18 Jan 2009 22:00:09 +0200 Subject: [Dspace-general] 4th Institutional Repository Workshop hosted by the University of Pretoria, South Africa Message-ID: <4973A669.1050.00C0.0@up.ac.za> * Apologies for cross-postings * Colleagues Following the need for training and support on implementing institutional repositories in developing (and also in some instances developed) countries, it is our privilege to announce that a 4th Institutional Repository Workshop will be hosted by the University of Pretoria (South Africa) during 2009. Visit the University of Pretoria at http://www.up.ac.za About this workshop Modern computer technology is barely 50 years old, and few of us have seen or used digital objects that are more than 30 years old. Add to this that we can't predict the future of computer technology, it puts us in a very vulnerable position when deciding on which approach to follow when preserving our digital assets (incl. research). More and more African as well as South African institutions/organizations are starting to implement digital preservation strategies and repositories in order to collect, disseminate, manage, preserve, and index their digitally born and non-digitally born assets, following a world-wide paradigm. In addition to preserving intellectual output, an open access digital repository can also help improve the visibility, usage and impact of research conducted at your institution on the world out there. The aim of this workshop will be to equip colleagues from all sectors with the necessary skills to implement a digital repository - from compiling and implementing an e-strategy, conducting a needs analysis, compiling a business plan, proposal, installing the necessary software (we will be using DSpace open source software), digitization and copyright issues, up to giving exposure to the repository and the role of librarians and faculty. Program and more info: http://www.library.up.ac.za/irtoolbox/workshop.htm Who should attend? Project Managers, IT staff & Library staff with the responsibility to implement a digital institutional repository at their institutions, from all sectors of life - higher education, private institutions, public departments etc. Date: 1 - 3 April 2009 Venue: University of Pretoria, Main Campus, Lynnwood Road (Orange Lab, Informatorium Building 67), Pretoria, South Africa Costs: R 1 800,00 per delegate (incl. VAT) (SA Rand) Please register online: http://www.library.up.ac.za/irtoolbox/registration.htm Closing date for registrations and payments: 28 February 2009 Inquiries: ina.smith at up.ac.za or christelle.steyn at up.ac.za Kind regards, Ina Smith Digital Research Repository (UPSpace) Manager & eApplication Specialist Department of Library Services University of Pretoria Pretoria 0002 South Africa Tel.: +27 12 420 3082 Fax: +27 12 362 5100 or 086 634 4663 Skype: smith.ina E-mail: ina.smith at up.ac.za http://www.library.up.ac.za This message and attachments are subject to a disclaimer. Please refer to www.it.up.ac.za/documentation/governance/disclaimer/ for full details. / Hierdie boodskap en aanhangsels is aan 'n vrywaringsklousule onderhewig. Volledige besonderhede is by www.it.up.ac.za/documentation/governance/disclaimer/ beskikbaar. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090118/df0cdb26/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/bmp Size: 30654 bytes Desc: not available Url : http://mailman.mit.edu/pipermail/dspace-general/attachments/20090118/df0cdb26/attachment.bin From michele at dspace.org Tue Jan 20 14:25:35 2009 From: michele at dspace.org (Michele Kimpton) Date: Tue, 20 Jan 2009 14:25:35 -0500 Subject: [Dspace-general] OR2009 call for papers-deadine Feb 2nd Message-ID: <31E170CF-AF6D-4CA8-9462-D45132D3A09A@dspace.org> Apologies for posting to both lists, wanted to make sure the message got to everyone. Please note deadline for paper submission to OR is Feb 2nd, for user group meeting it is March 6th, for posters March 19th. We hope to get ample submissions from the DSpace community! Michele Kimpton DSpace Foundation, Executive Director Open repositories 2009 - The Premier Venue for Implementers and Managers of Repository Infrastructure and Services Call for Papers, Posters and Workshops Repositories are being deployed in a variety of environments (education, research, science, cultural heritage) and contexts (national, regional, institutional, project, lab, personal). Regardless of setting, context or scale, repositories are increasingly expected to operate across administrative and disciplinary boundaries and to interact with distributed computational services and social communities. It is the aim of the Open Repositories Conference to bring together individuals and organizations responsible for the conception, development, implementation and management of digital repositories, as well as stakeholders who interact with them, to address theoretical, practical, and strategic issues. A program of papers, panel discussions, poster presentations, user groups, and workshops or tutorials will bring together all the key stakeholders in the field. Open source software community meetings for the major platforms (EPrints, DSpace and Fedora) will also provide opportunities to advance and coordinate the development of repository installations across the world. The conference will include a keynote address by John Wilbanks, who runs the Science Commons project at Creative Commons. Submission Instructions Conference Proposals: We welcome two- to four-page proposals for presentations or panels that discuss theoretical, practical, or administrative issues of digital repositories that focus on areas represented by the conference themes. Abstracts of accepted proposals will be made available through the conference's OCS site; all presentations and related materials used in the program sessions will be deposited in the upcoming Open Repositories 2009 community in Georgia Tech's institutional repository, SMARTech (http://SMARTech.gatech.edu ). User Group Presentations: Two- to four-page proposals for presentations or panels that focus on use of one of the major repository platforms (EPrints, DSpace and Fedora) are invited from developers, researchers, repository managers, administrators and practitioners describing novel experiences or developments in the construction and use of repositories. Posters: We also invite developers, researchers, repository managers, administrators and practitioners to submit one-page proposals for posters. Workshops: Proposals for workshops for repository managers and developers can be accommodated on day four (May 21, 2009) of the conference. Please contact the local arrangements team for inquiries about workshop facilities at or09info at library.gatech.edu. Please submit your proposal through the OCS system administered by Georgia Tech. The OCS system will be linked from the conference web site (http://conferences.library.gatech.edu/or/or09) and will be available for submissions as of December 1, 2008. Important Dates and Contact Info 2009-02-02: Submission deadline for Conference proposals (presentations or panels) 2009-03-06: Notification of acceptance, Conference proposals 2009-02-02: Submission deadline for Workshops 2009-03-06: Notification of acceptance, Workshops 2009-03-06: Submission of User Group Proposals 2009-04-03: Notification of acceptance, User Group proposals 2009-03-19: Submission of Poster Proposals 2009-04-10: Notification of acceptance, Poster proposals 2009-05-18 Conference Inquiries to: DSpace User Group meeting Chair michele at dspace.org Fedora User Group meeting Chair spayette at fedora-commons.org EPrints User Group meeting Chair lac at ecs.soton.ac.uk Program Committee Chair John.B.Howard at ASU.edu Host Organizing Committee or09info at library.gatech.edu Conference Themes DATA, REPOSITORIES, AND INFRASTRUCTURE * Repositories and scientific workflows * Managing the lifecycle for scientific data * Repositories for qualitative data, the humanities, social sciences, virtual organizations, grid/cloud computing, etc. * Integrating with publishing and publishing platforms * Repositories and HPC applications (models and simulations; visualization) * Integrating with other infrastructure platforms (e.g., SRB, iRODS) * Scaling repositories to the demands of e-science REPOSITORIES IN THE ORGANIZATION * Organizational and financial sustainability, business models * Organizational and strategic context of repositories (libraries, archives, institutes, etc.) * Challenges in staffing digital repository and cyberinfrastructure services: recruitment; professional education; professional development; defining the roles and expertise of data curators and data scientists; training the next generation of repository managers * Organizational synergies and collaboration * Sustaining content over time: preservation; audit; certification; assessment; demonstrating value * Repository policies and governance * Embedding repositories in business processes and workflows * Repository services and organizational culture * Strategies for engaging with science and social science communities * Making the case for organizational investment in repository services INTEROPERABILITY AND DATA NETWORKS * Integration and interoperability issues among repository platforms * Collaboration among repository * Integration of repositories with software tools and workflows * Building federated repositories * Developing computational services and interfaces across distributed repositories * Achieving interoperability across administrative and disciplinary domains: technical and cultural challenges * Middleware topics (integration with access management frameworks, workflow management systems, etc.) * Content standards - discipline-specific vs general * Metadata standards and application profiles * Quality standards and quality control processes SERVICES, INTERFACES, SCHOLARLY COMMUNICATIONS * Virtual organizations * OAI services * Social networking, annotation / tagging, personalization * Searching / information discovery * Multi-stakeholder value: preservation, open access, research, management, administration * Multi-agenda, multi-function, multi-purpose repositories * Usefulness and usability * Interfaces between repositories and scholarly publications or publishing platforms * Reference, reuse, reanalysis, re-interpretation, and repurposing of content * Citation of data / learning objects * Repository metrics * Bibliometrics: usage and impact REPOSITORY USE CASES AND CASE STUDIES * E- research/E-science (e.g., data and publication; collaborative services) * E-scholarship * Discipline-oriented repositories * Scholarly Publishing * Digital Library * Cultural Heritage * Scientific repositories / data repositories * Repositories that operate across multiple disciplines, organizations, and sectors (private/public; higher education/ government; etc.) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090120/8030c767/attachment.htm From michele at dspace.org Tue Jan 20 14:25:35 2009 From: michele at dspace.org (Michele Kimpton) Date: Tue, 20 Jan 2009 14:25:35 -0500 Subject: [Dspace-general] OR2009 call for papers-deadine Feb 2nd Message-ID: <31E170CF-AF6D-4CA8-9462-D45132D3A09A@dspace.org> Apologies for posting to both lists, wanted to make sure the message got to everyone. Please note deadline for paper submission to OR is Feb 2nd, for user group meeting it is March 6th, for posters March 19th. We hope to get ample submissions from the DSpace community! Michele Kimpton DSpace Foundation, Executive Director Open repositories 2009 - The Premier Venue for Implementers and Managers of Repository Infrastructure and Services Call for Papers, Posters and Workshops Repositories are being deployed in a variety of environments (education, research, science, cultural heritage) and contexts (national, regional, institutional, project, lab, personal). Regardless of setting, context or scale, repositories are increasingly expected to operate across administrative and disciplinary boundaries and to interact with distributed computational services and social communities. It is the aim of the Open Repositories Conference to bring together individuals and organizations responsible for the conception, development, implementation and management of digital repositories, as well as stakeholders who interact with them, to address theoretical, practical, and strategic issues. A program of papers, panel discussions, poster presentations, user groups, and workshops or tutorials will bring together all the key stakeholders in the field. Open source software community meetings for the major platforms (EPrints, DSpace and Fedora) will also provide opportunities to advance and coordinate the development of repository installations across the world. The conference will include a keynote address by John Wilbanks, who runs the Science Commons project at Creative Commons. Submission Instructions Conference Proposals: We welcome two- to four-page proposals for presentations or panels that discuss theoretical, practical, or administrative issues of digital repositories that focus on areas represented by the conference themes. Abstracts of accepted proposals will be made available through the conference's OCS site; all presentations and related materials used in the program sessions will be deposited in the upcoming Open Repositories 2009 community in Georgia Tech's institutional repository, SMARTech (http://SMARTech.gatech.edu ). User Group Presentations: Two- to four-page proposals for presentations or panels that focus on use of one of the major repository platforms (EPrints, DSpace and Fedora) are invited from developers, researchers, repository managers, administrators and practitioners describing novel experiences or developments in the construction and use of repositories. Posters: We also invite developers, researchers, repository managers, administrators and practitioners to submit one-page proposals for posters. Workshops: Proposals for workshops for repository managers and developers can be accommodated on day four (May 21, 2009) of the conference. Please contact the local arrangements team for inquiries about workshop facilities at or09info at library.gatech.edu. Please submit your proposal through the OCS system administered by Georgia Tech. The OCS system will be linked from the conference web site (http://conferences.library.gatech.edu/or/or09) and will be available for submissions as of December 1, 2008. Important Dates and Contact Info 2009-02-02: Submission deadline for Conference proposals (presentations or panels) 2009-03-06: Notification of acceptance, Conference proposals 2009-02-02: Submission deadline for Workshops 2009-03-06: Notification of acceptance, Workshops 2009-03-06: Submission of User Group Proposals 2009-04-03: Notification of acceptance, User Group proposals 2009-03-19: Submission of Poster Proposals 2009-04-10: Notification of acceptance, Poster proposals 2009-05-18 Conference Inquiries to: DSpace User Group meeting Chair michele at dspace.org Fedora User Group meeting Chair spayette at fedora-commons.org EPrints User Group meeting Chair lac at ecs.soton.ac.uk Program Committee Chair John.B.Howard at ASU.edu Host Organizing Committee or09info at library.gatech.edu Conference Themes DATA, REPOSITORIES, AND INFRASTRUCTURE * Repositories and scientific workflows * Managing the lifecycle for scientific data * Repositories for qualitative data, the humanities, social sciences, virtual organizations, grid/cloud computing, etc. * Integrating with publishing and publishing platforms * Repositories and HPC applications (models and simulations; visualization) * Integrating with other infrastructure platforms (e.g., SRB, iRODS) * Scaling repositories to the demands of e-science REPOSITORIES IN THE ORGANIZATION * Organizational and financial sustainability, business models * Organizational and strategic context of repositories (libraries, archives, institutes, etc.) * Challenges in staffing digital repository and cyberinfrastructure services: recruitment; professional education; professional development; defining the roles and expertise of data curators and data scientists; training the next generation of repository managers * Organizational synergies and collaboration * Sustaining content over time: preservation; audit; certification; assessment; demonstrating value * Repository policies and governance * Embedding repositories in business processes and workflows * Repository services and organizational culture * Strategies for engaging with science and social science communities * Making the case for organizational investment in repository services INTEROPERABILITY AND DATA NETWORKS * Integration and interoperability issues among repository platforms * Collaboration among repository * Integration of repositories with software tools and workflows * Building federated repositories * Developing computational services and interfaces across distributed repositories * Achieving interoperability across administrative and disciplinary domains: technical and cultural challenges * Middleware topics (integration with access management frameworks, workflow management systems, etc.) * Content standards - discipline-specific vs general * Metadata standards and application profiles * Quality standards and quality control processes SERVICES, INTERFACES, SCHOLARLY COMMUNICATIONS * Virtual organizations * OAI services * Social networking, annotation / tagging, personalization * Searching / information discovery * Multi-stakeholder value: preservation, open access, research, management, administration * Multi-agenda, multi-function, multi-purpose repositories * Usefulness and usability * Interfaces between repositories and scholarly publications or publishing platforms * Reference, reuse, reanalysis, re-interpretation, and repurposing of content * Citation of data / learning objects * Repository metrics * Bibliometrics: usage and impact REPOSITORY USE CASES AND CASE STUDIES * E- research/E-science (e.g., data and publication; collaborative services) * E-scholarship * Discipline-oriented repositories * Scholarly Publishing * Digital Library * Cultural Heritage * Scientific repositories / data repositories * Repositories that operate across multiple disciplines, organizations, and sectors (private/public; higher education/ government; etc.) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090120/8030c767/attachment-0001.htm From Christina.Richison at nitle.org Thu Jan 22 12:16:17 2009 From: Christina.Richison at nitle.org (Christina Richison) Date: Thu, 22 Jan 2009 12:16:17 -0500 Subject: [Dspace-general] NITLE NIS Camp: Digital Repository Managers and DSpace Users Message-ID: <08119B28F4B3FF46A5747921C9FAA678D274E2@AA1EXCH06.office.share.org> Dear DSpace Community, NITLE invites you to take a look at NIS Camp, June 1-4, 2009, at Smith College. http://campnis.blog.nitle.org/ . Digital repository managers and DSpace users may be interested in several of the events, such as: * Digital Repositories and DSpace User Community Meeting * Using DSpace for Digital Repositories Workshop * Developing Interfaces and Interactivity for DSpace with Manakin Workshop Institutions and other not-for-profits with educational or cultural preservation missions who are not NITLE Network participants may participate as part of the NITLE/DSpace Foundation Collaboration. Information regarding this collaboration can be found at: http://www.dspace.org/index.php/News-Archive/NITLE/DSpace-Foundation-Col laboration.html . NITLE is a community-based, non-profit that provides professional development programs, information services (including DSpace services), and peer networking opportunities to independent, undergraduate-focused college and universities. NITLE focuses on the effective deployment and use of digital technologies for teaching, learning, and collaboration and seeks to promote innovation in institutional and individual practices to enrich undergraduate education. More information about NITLE is available at www.nitle.org. To find out more about this offer or express interest in participating, please contact Christina.Richison at nitle.org.This e-mail address is being protected from spam bots, you need JavaScript enabled to view it When contacting Christina, please refer to the NITLE/DSpace Foundation collaboration. All the best, Christina Christina Richison Information Services NITLE | National Institute for Technology & Liberal Education christina.richison at nitle.org p. 734.661.1012 http://campnis.blog.nitle.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090122/e5275b9e/attachment.htm From bram at mire.be Fri Jan 23 05:40:24 2009 From: bram at mire.be (Bram Luyten) Date: Fri, 23 Jan 2009 11:40:24 +0100 Subject: [Dspace-general] Looking for (DSpace) Repositories using Google Analytics Message-ID: Hello, we're currently initiating a small research exercise, where we try to analyse & compare number of repository visitors versus number of items, full-text, ... in the repository. Questions to figure out include: - Are more visits being generated when items contain full-text bitstreams, comparing to items without bitstreams - How do distributions between hits generated through search engines, referring sites and direct traffic relate to eachother, for different repositories. - How big is the impact of the dominant language, used in a repository & in item metadata on the number of visitors To make sure that "number of visitors" and other figures, are comparable, *we are looking for repositories that have (at least) six months of google analytics data (where the analytics script was included in the dspace footer, so that each pageview, or hit has been recorded), that are willing to share some key figures*. Our ambition is to detect possible correlations or anomalies. It would be great if a general conclusion could arise that a number of X items in your repository (in english) tend to generate a number of X monthly visits through search engines, but this might be a bit far-fetched (although a current comparison with 3 repositories already looks promising). Any questions or comments are greatly appreciated. Especially if you know of research that has already done this ;) with best regards, Bram Luyten @mire NV Romeinse Straat 18 3001 Heverlee Belgium +32 2 888 29 56 http://www.atmire.com - Institutional Repository Solutions http://www.togather.eu - Before getting together, get Tog at ther -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090123/7df6851b/attachment.htm From BoneJ at ceu.hu Fri Jan 23 05:57:32 2009 From: BoneJ at ceu.hu (Jozsef Gabor Bone) Date: Fri, 23 Jan 2009 11:57:32 +0100 Subject: [Dspace-general] Handle.Net problem Message-ID: <4979B0AC.2608.00A9.0@ceu.hu> Dear Members! Unfortunately it seems, that in our site (http://snap.archivum.ws/dspace), the handle server is not running. If I click on a handle.net lin, it gives me the 'Error - Cannot Connect to Server'. Unfortunately I'm a new colleague here, so who installed dspace has already left us. I tried to start Handle Server in two ways: 1. osasite:~# /usr/local/dspace/bin/start-handle-server Nothing has happened, the error log said: "2009/01/23 11:17:03 GMT+01:00" 25 Started new run. Exception in thread "main" java.lang.NoClassDefFoundError: net.handle.security.provider.SunJceHdlSecurityProvider at java.lang.Class.initializeClass(libgcj.so.70) at java.lang.Class.forName(libgcj.so.70) at java.lang.Class.forName(libgcj.so.70) at net.handle.security.HdlSecurityProvider.getInstance(HdlSecurityProvider.java:36) at net.handle.hdllib.Util.decrypt(Util.java:961) at net.handle.server.HandleServer.(HandleServer.java:270) at net.handle.server.AbstractServer.getInstance(AbstractServer.java:74) at net.handle.server.Main.initialize(Main.java:172) at net.handle.server.Main.main(Main.java:96) Caused by: java.lang.ClassNotFoundException: com.sun.crypto.provider.SunJCE not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/local/mysql-connec tor-java/mysql-connector-java-5.0.6-bin.jar,file:/usr/local/tomcat/lib/JavaBridge.jar,file:/usr/local/tomcat/lib/php-servlet.jar,file:/usr/local/tomcat/lib/p hp-script.jar,file:/usr/local/dspace/lib/PDFBox.jar,file:/usr/local/dspace/lib/activation.jar,file:/usr/local/dspace/lib/commons-cli.jar,file:/usr/local/dspa ce/lib/commons-codec-1.3.jar,file:/usr/local/dspace/lib/commons-collections.jar,file:/usr/local/dspace/lib/commons-dbcp.jar,file:/usr/local/dspace/lib/common s-fileupload.jar,file:/usr/local/dspace/lib/commons-pool.jar,file:/usr/local/dspace/lib/dspace.jar,file:/usr/local/dspace/lib/handle.jar,file:/usr/local/dspa ce/lib/jakarta-poi.jar,file:/usr/local/dspace/lib/jargon.jar,file:/usr/local/dspace/lib/jaxen-1.1-beta-7.jar,file:/usr/local/dspace/lib/jdom.jar,file:/usr/lo cal/dspace/lib/jena.jar,file:/usr/local/dspace/lib/jstl.jar,file:/usr/local/dspace/lib/log4j.jar,file:/usr/local/dspace/lib/lucene-sandbox.jar,file:/usr/loca l/dspace/lib/lucene.jar,file:/usr/local/dspace/lib/mail.jar,file:/usr/local/dspace/lib/mets.jar,file:/usr/local/dspace/lib/oaicat.jar,file:/usr/local/dspace/ lib/oro.jar,file:/usr/local/dspace/lib/postgresql-8.2dev-503.jdbc3.jar,file:/usr/local/dspace/lib/rome.jar,file:/usr/local/dspace/lib/servlet.jar,file:/usr/l ocal/dspace/lib/standard.jar,file:/usr/local/dspace/lib/tm-extractors.jar,file:/usr/local/dspace/lib/xalan.jar,file:/usr/local/dspace/lib/xercesImpl.jar,file :/usr/local/dspace/lib/xml-apis.jar,file:/usr/local/dspace/config/], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} at java.net.URLClassLoader.findClass(libgcj.so.70) at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.70) at java.lang.ClassLoader.loadClass(libgcj.so.70) at java.lang.ClassLoader.loadClass(libgcj.so.70) at java.lang.Class.forName(libgcj.so.70) at java.lang.Class.initializeClass(libgcj.so.70) ...8 more 2. java -cp /hs/bin/handle.jar net.handle.server.Main /hs/svr_1 "2009/01/23 11:20:30 GMT+01:00" 25 Rotating log files The error log: "2009/01/23 11:20:30 GMT+01:00" 25 Started new run. Exception in thread "main" java.lang.NoClassDefFoundError: net.handle.security.provider.SunJceHdlSecurityProvider at java.lang.Class.initializeClass(libgcj.so.70) at java.lang.Class.forName(libgcj.so.70) at java.lang.Class.forName(libgcj.so.70) at net.handle.security.HdlSecurityProvider.getInstance(HdlSecurityProvider.java:36) at net.handle.hdllib.Util.decrypt(Util.java:965) at net.handle.server.HandleServer.(HandleServer.java:285) at net.handle.server.AbstractServer.getInstance(AbstractServer.java:72) at net.handle.server.Main.initialize(Main.java:172) at net.handle.server.Main.main(Main.java:96) Caused by: java.lang.ClassNotFoundException: com.sun.crypto.provider.SunJCE not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/hs/bin/handle.jar], pa rent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} at java.net.URLClassLoader.findClass(libgcj.so.70) at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.70) at java.lang.ClassLoader.loadClass(libgcj.so.70) at java.lang.ClassLoader.loadClass(libgcj.so.70) at java.lang.Class.forName(libgcj.so.70) at java.lang.Class.initializeClass(libgcj.so.70) ...8 more To be honest, I have absolutely no idea where to start to debug this error! If anyone can advise me a good solution, I would be very pleased and thankful! All the best, Jozsef Gabor Bone OSA From graham at biomedcentral.com Fri Jan 23 06:37:16 2009 From: graham at biomedcentral.com (Graham Triggs) Date: Fri, 23 Jan 2009 11:37:16 +0000 Subject: [Dspace-general] Looking for (DSpace) Repositories using Google Analytics In-Reply-To: References: Message-ID: <4979ABEC.6050103@biomedcentral.com> Hi Bram, We routinely include Google Analytics with all the services on Open Repository - we've also tied it in to the bitstream download tags, to include pageviews for bitstream downloaded. I'll need to contact the repository admins first to check that they are happy with sharing the statistics, then I can arrange access for you to any that agree. G On 23/01/2009 10:40, Bram Luyten wrote: > Hello, > > we're currently initiating a small research exercise, where we try to > analyse & compare number of repository visitors versus number of items, > full-text, ... in the repository. > > Questions to figure out include: > > - Are more visits being generated when items contain full-text > bitstreams, comparing to items without bitstreams > - How do distributions between hits generated through search engines, > referring sites and direct traffic relate to eachother, for different > repositories. > - How big is the impact of the dominant language, used in a repository & > in item metadata on the number of visitors > > To make sure that "number of visitors" and other figures, are > comparable, *we are looking for repositories that have (at least) six > months of google analytics data (where the analytics script was included > in the dspace footer, so that each pageview, or hit has been recorded), > that are willing to share some key figures*. > > Our ambition is to detect possible correlations or anomalies. It would > be great if a general conclusion could arise that a number of X items in > your repository (in english) tend to generate a number of X monthly > visits through search engines, but this might be a bit far-fetched > (although a current comparison with 3 repositories already looks promising). > > Any questions or comments are greatly appreciated. Especially if you > know of research that has already done this ;) > > with best regards, > > Bram Luyten > > @mire NV > Romeinse Straat 18 > 3001 Heverlee > Belgium > +32 2 888 29 56 > > http://www.atmire.com - Institutional Repository Solutions > http://www.togather.eu - Before getting together, get Tog at ther > > > ------------------------------------------------------------------------ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general From samu.viita at helsinki.fi Fri Jan 23 07:34:32 2009 From: samu.viita at helsinki.fi (Samu Viita) Date: Fri, 23 Jan 2009 14:34:32 +0200 Subject: [Dspace-general] Looking for (DSpace) Repositories using Google Analytics In-Reply-To: <4979ABEC.6050103@biomedcentral.com> References: <4979ABEC.6050103@biomedcentral.com> Message-ID: <4979B958.2000807@helsinki.fi> Hi Bram and Graham, we have used Google Analytics in our repository oa.doria.fi since september 2007. We use two GA accounts to separate E-thesis sub repository ethesis.helsinki.fi/en from the rest of the Doria repository. Please contact me so I can grant access to our accounts. Graham, we are very interested to tie bitstream download tags to our GA accounts. Was it easy to do? Can you guide us how to do this? Best regards, Samu Viita Graham Triggs wrote: > Hi Bram, > > We routinely include Google Analytics with all the services on Open > Repository - we've also tied it in to the bitstream download tags, to > include pageviews for bitstream downloaded. > > I'll need to contact the repository admins first to check that they are > happy with sharing the statistics, then I can arrange access for you to > any that agree. > > G > > On 23/01/2009 10:40, Bram Luyten wrote: >> Hello, >> >> we're currently initiating a small research exercise, where we try to >> analyse & compare number of repository visitors versus number of items, >> full-text, ... in the repository. >> >> Questions to figure out include: >> >> - Are more visits being generated when items contain full-text >> bitstreams, comparing to items without bitstreams >> - How do distributions between hits generated through search engines, >> referring sites and direct traffic relate to eachother, for different >> repositories. >> - How big is the impact of the dominant language, used in a repository & >> in item metadata on the number of visitors >> >> To make sure that "number of visitors" and other figures, are >> comparable, *we are looking for repositories that have (at least) six >> months of google analytics data (where the analytics script was included >> in the dspace footer, so that each pageview, or hit has been recorded), >> that are willing to share some key figures*. >> >> Our ambition is to detect possible correlations or anomalies. It would >> be great if a general conclusion could arise that a number of X items in >> your repository (in english) tend to generate a number of X monthly >> visits through search engines, but this might be a bit far-fetched >> (although a current comparison with 3 repositories already looks promising). >> >> Any questions or comments are greatly appreciated. Especially if you >> know of research that has already done this ;) >> >> with best regards, >> >> Bram Luyten >> >> @mire NV >> Romeinse Straat 18 >> 3001 Heverlee >> Belgium >> +32 2 888 29 56 >> >> http://www.atmire.com - Institutional Repository Solutions >> http://www.togather.eu - Before getting together, get Tog at ther >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Dspace-general mailing list >> Dspace-general at mit.edu >> http://mailman.mit.edu/mailman/listinfo/dspace-general > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > -- Samu Viita (Mr.) Atk-suunnittelija | Systems Analyst Suomen kansalliskirjasto | The National Library of Finland Teollisuuskatu 23, 00014 Helsingin yliopisto Tel. +358 9 191 44655 From Christina.Richison at nitle.org Fri Jan 23 08:47:24 2009 From: Christina.Richison at nitle.org (Christina Richison) Date: Fri, 23 Jan 2009 08:47:24 -0500 Subject: [Dspace-general] Dspace-general Digest, Vol 66, Issue 13 In-Reply-To: Message-ID: <08119B28F4B3FF46A5747921C9FAA678D27502@AA1EXCH06.office.share.org> Hi All, Yes, the link to the NITLE/DSpace Foundation Collaboration produced a 404 error. Please use the following link, http://www.dspace.org/index.php/News-Archive/NITLE/DSpace-Foundation-Col laboration.html. NIS Camp, http://campnis.blog.nitle.org/ Digital Repositories and DSpace User Community Meeting, Full Day, http://campnis.blog.nitle.org/explore-digital-repositories/ Developing Interfaces and Interactivity for DSpace with Manakin, Full Day Workshop http://campnis.blog.nitle.org/manakinworkshop/ Using DSpace for Digital Repositories, Half Day Workshop http://campnis.blog.nitle.org/dspaceworkshop/ Thanks, Christina Richison christina.richison at nitle.org NITLE, http://www.nitle.org/ Today's Topics: 1. NITLE NIS Camp: Digital Repository Managers and DSpace Users (Christina Richison) ---------------------------------------------------------------------- Message: 1 Date: Thu, 22 Jan 2009 12:16:17 -0500 From: "Christina Richison" Subject: [Dspace-general] NITLE NIS Camp: Digital Repository Managers and DSpace Users To: Dear DSpace Community, NITLE invites you to take a look at NIS Camp, June 1-4, 2009, at Smith College. http://campnis.blog.nitle.org/ . Digital repository managers and DSpace users may be interested in several of the events, such as: * Digital Repositories and DSpace User Community Meeting * Using DSpace for Digital Repositories Workshop * Developing Interfaces and Interactivity for DSpace with Manakin Workshop Institutions and other not-for-profits with educational or cultural preservation missions who are not NITLE Network participants may participate as part of the NITLE/DSpace Foundation Collaboration. Information regarding this collaboration can be found at: http://www.dspace.org/index.php/News-Archive/NITLE/DSpace-Foundation-Col laboration.html . NITLE is a community-based, non-profit that provides professional development programs, information services (including DSpace services), and peer networking opportunities to independent, undergraduate-focused college and universities. NITLE focuses on the effective deployment and use of digital technologies for teaching, learning, and collaboration and seeks to promote innovation in institutional and individual practices to enrich undergraduate education. More information about NITLE is available at www.nitle.org. To find out more about this offer or express interest in participating, please contact Christina.Richison at nitle.org.This e-mail address is being protected from spam bots, you need JavaScript enabled to view it When contacting Christina, please refer to the NITLE/DSpace Foundation collaboration. All the best, Christina Christina Richison Information Services NITLE | National Institute for Technology & Liberal Education christina.richison at nitle.org p. 734.661.1012 http://campnis.blog.nitle.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090122/e52 75b9e/attachment-0001.htm ------------------------------ Message: 2 Date: Fri, 23 Jan 2009 11:40:24 +0100 From: Bram Luyten Subject: [Dspace-general] Looking for (DSpace) Repositories using Google Analytics To: dspace Message-ID: Content-Type: text/plain; charset="iso-8859-1" Hello, we're currently initiating a small research exercise, where we try to analyse & compare number of repository visitors versus number of items, full-text, ... in the repository. Questions to figure out include: - Are more visits being generated when items contain full-text bitstreams, comparing to items without bitstreams - How do distributions between hits generated through search engines, referring sites and direct traffic relate to eachother, for different repositories. - How big is the impact of the dominant language, used in a repository & in item metadata on the number of visitors To make sure that "number of visitors" and other figures, are comparable, *we are looking for repositories that have (at least) six months of google analytics data (where the analytics script was included in the dspace footer, so that each pageview, or hit has been recorded), that are willing to share some key figures*. Our ambition is to detect possible correlations or anomalies. It would be great if a general conclusion could arise that a number of X items in your repository (in english) tend to generate a number of X monthly visits through search engines, but this might be a bit far-fetched (although a current comparison with 3 repositories already looks promising). Any questions or comments are greatly appreciated. Especially if you know of research that has already done this ;) with best regards, Bram Luyten @mire NV Romeinse Straat 18 3001 Heverlee Belgium +32 2 888 29 56 http://www.atmire.com - Institutional Repository Solutions http://www.togather.eu - Before getting together, get Tog at ther -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090123/7df 6851b/attachment-0001.htm ------------------------------ Message: 3 Date: Fri, 23 Jan 2009 11:57:32 +0100 From: "Jozsef Gabor Bone" Subject: [Dspace-general] Handle.Net problem To: Message-ID: <4979B0AC.2608.00A9.0 at ceu.hu> Content-Type: text/plain; charset=US-ASCII Dear Members! Unfortunately it seems, that in our site (http://snap.archivum.ws/dspace), the handle server is not running. If I click on a handle.net lin, it gives me the 'Error - Cannot Connect to Server'. Unfortunately I'm a new colleague here, so who installed dspace has already left us. I tried to start Handle Server in two ways: 1. osasite:~# /usr/local/dspace/bin/start-handle-server Nothing has happened, the error log said: "2009/01/23 11:17:03 GMT+01:00" 25 Started new run. Exception in thread "main" java.lang.NoClassDefFoundError: net.handle.security.provider.SunJceHdlSecurityProvider at java.lang.Class.initializeClass(libgcj.so.70) at java.lang.Class.forName(libgcj.so.70) at java.lang.Class.forName(libgcj.so.70) at net.handle.security.HdlSecurityProvider.getInstance(HdlSecurityProvider. java:36) at net.handle.hdllib.Util.decrypt(Util.java:961) at net.handle.server.HandleServer.(HandleServer.java:270) at net.handle.server.AbstractServer.getInstance(AbstractServer.java:74) at net.handle.server.Main.initialize(Main.java:172) at net.handle.server.Main.main(Main.java:96) Caused by: java.lang.ClassNotFoundException: com.sun.crypto.provider.SunJCE not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/local/mysql-connec tor-java/mysql-connector-java-5.0.6-bin.jar,file:/usr/local/tomcat/lib/J avaBridge.jar,file:/usr/local/tomcat/lib/php-servlet.jar,file:/usr/local /tomcat/lib/p hp-script.jar,file:/usr/local/dspace/lib/PDFBox.jar,file:/usr/local/dspa ce/lib/activation.jar,file:/usr/local/dspace/lib/commons-cli.jar,file:/u sr/local/dspa ce/lib/commons-codec-1.3.jar,file:/usr/local/dspace/lib/commons-collecti ons.jar,file:/usr/local/dspace/lib/commons-dbcp.jar,file:/usr/local/dspa ce/lib/common s-fileupload.jar,file:/usr/local/dspace/lib/commons-pool.jar,file:/usr/l ocal/dspace/lib/dspace.jar,file:/usr/local/dspace/lib/handle.jar,file:/u sr/local/dspa ce/lib/jakarta-poi.jar,file:/usr/local/dspace/lib/jargon.jar,file:/usr/l ocal/dspace/lib/jaxen-1.1-beta-7.jar,file:/usr/local/dspace/lib/jdom.jar ,file:/usr/lo cal/dspace/lib/jena.jar,file:/usr/local/dspace/lib/jstl.jar,file:/usr/lo cal/dspace/lib/log4j.jar,file:/usr/local/dspace/lib/lucene-sandbox.jar,f ile:/usr/loca l/dspace/lib/lucene.jar,file:/usr/local/dspace/lib/mail.jar,file:/usr/lo cal/dspace/lib/mets.jar,file:/usr/local/dspace/lib/oaicat.jar,file:/usr/ local/dspace/ lib/oro.jar,file:/usr/local/dspace/lib/postgresql-8.2dev-503.jdbc3.jar,f ile:/usr/local/dspace/lib/rome.jar,file:/usr/local/dspace/lib/servlet.ja r,file:/usr/l ocal/dspace/lib/standard.jar,file:/usr/local/dspace/lib/tm-extractors.ja r,file:/usr/local/dspace/lib/xalan.jar,file:/usr/local/dspace/lib/xerces Impl.jar,file :/usr/local/dspace/lib/xml-apis.jar,file:/usr/local/dspace/config/], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} at java.net.URLClassLoader.findClass(libgcj.so.70) at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.70) at java.lang.ClassLoader.loadClass(libgcj.so.70) at java.lang.ClassLoader.loadClass(libgcj.so.70) at java.lang.Class.forName(libgcj.so.70) at java.lang.Class.initializeClass(libgcj.so.70) ...8 more 2. java -cp /hs/bin/handle.jar net.handle.server.Main /hs/svr_1 "2009/01/23 11:20:30 GMT+01:00" 25 Rotating log files The error log: "2009/01/23 11:20:30 GMT+01:00" 25 Started new run. Exception in thread "main" java.lang.NoClassDefFoundError: net.handle.security.provider.SunJceHdlSecurityProvider at java.lang.Class.initializeClass(libgcj.so.70) at java.lang.Class.forName(libgcj.so.70) at java.lang.Class.forName(libgcj.so.70) at net.handle.security.HdlSecurityProvider.getInstance(HdlSecurityProvider. java:36) at net.handle.hdllib.Util.decrypt(Util.java:965) at net.handle.server.HandleServer.(HandleServer.java:285) at net.handle.server.AbstractServer.getInstance(AbstractServer.java:72) at net.handle.server.Main.initialize(Main.java:172) at net.handle.server.Main.main(Main.java:96) Caused by: java.lang.ClassNotFoundException: com.sun.crypto.provider.SunJCE not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/hs/bin/handle.jar], pa rent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} at java.net.URLClassLoader.findClass(libgcj.so.70) at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.70) at java.lang.ClassLoader.loadClass(libgcj.so.70) at java.lang.ClassLoader.loadClass(libgcj.so.70) at java.lang.Class.forName(libgcj.so.70) at java.lang.Class.initializeClass(libgcj.so.70) ...8 more To be honest, I have absolutely no idea where to start to debug this error! If anyone can advise me a good solution, I would be very pleased and thankful! All the best, Jozsef Gabor Bone OSA ------------------------------ _______________________________________________ Dspace-general mailing list Dspace-general at mit.edu http://mailman.mit.edu/mailman/listinfo/dspace-general End of Dspace-general Digest, Vol 66, Issue 13 ********************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090123/32a8329c/attachment.htm From rajeshzone29 at yahoo.co.in Thu Jan 22 01:17:27 2009 From: rajeshzone29 at yahoo.co.in (Rajesh Singh) Date: Thu, 22 Jan 2009 11:47:27 +0530 (IST) Subject: [Dspace-general] INTERNATIONAL CONFERENCE ON ACADEMIC LIBRARIES Message-ID: <844158.86185.qm@web8708.mail.in.yahoo.com> Delhi University Library System (DULS) has announced the International Conference on Academic Libraries (ICAL-2009) from October 5-8, 2009 and launched its websites at a special function, organised at University of Delhi, on 21-01-2009. ? Hon?ble Prof. B.L. Mungekar, Member Planning Commission and Patron, ICAL-2009; Hon?ble Prof. Deepak Pental, Vice Chancellor, University of Delhi, holding the Conference Chair ICAL-2009; Hon?ble Prof. S.K. Tandon, Pro-Vice Chancellor of the University of Delhi and Chairman, Organising Committee, ICAL-2009; and about 200 library professionals, members of the faculty attended the function to launch the International Conference on Academic Libraries scheduled to be held from October 5 to 8, 2009 by the Delhi University Library System (DULS), University of Delhi. ? Generally the conferences are announced through various means and then conducted. Launching of a conference is a rare event. But that is what the difference we would like to create between other conferences and this one. Such difference in approach provides credibility, authenticity, publicity, and way to show the hard work in developing various facets on which we desired to conduct a serious business.? ? This conference is being organized in the backdrop of the perception with which the Government wanted to strengthen the higher education system in India and with excellence. The Ministry of Human Resource Development has been striving for excellence in higher education. Such expressions have been noticed in the much talked about, The Moily Committee Report which stated that, ? A society which excludes its significant section of its population from access to higher education, cannot be said to be providing equality of opportunity. Equally, if academic excellence gets compromised in the process of expansion, it would loose its competitive edge in the emerging knowledge society ? an edge which can propel India into a position of global leadership.? The statement in all sense is most significant in terms of equality of opportunity as well as achieving excellence in the emerging knowledge society. ? The Terms of Reference for the Knowledge Commission has also recognized this fact and stated that ?Build excellence in the educational system to meet the knowledge challenges of the 21st century and increase India?s competitive advantage in fields of knowledge?. Out of the many facets, which are in the domain of the Knowledge Commission, Library has been considered to be the key to access the knowledge. ? The two similar statements of different Commissions have a common ethos, i.e. excellence in academics. Though, we do not undermine that during the teaching and learning process the source of excellence are those who impart instructions to students i.e. teachers. But equally the source of excellence is also those who make the students understand through well organized storehouse of knowledge, i.e. libraries and their staff who put in long hours at their workplaces to build and maintain and service these knowledge storehouses. We are very sure that, to clap we need both the hands. In this context, while one hand is the esteemed teaching fraternity and other hand are the libraries. ? Government has already given the wish list to open up new universities and conduct the higher education with excellence. While, every stream of work in the establishment of the universities will be performed by various segments of people who matters, the library professionals also have to play an important role in providing the input to such universities of how best the libraries can be established in the 21st Century. ? It is in this backdrop that the library fraternity, decided to have a serious deliberations involving national and international experts. The conceptual framework on which the entire conference has been built up is based on the famous report of the Association of College and Research Libraries (ACRL) in 2007 which has world over a deep impact on the future of academic libraries. I may not go into the details on the assumptions that were made by ACRL as they are part of the conception on which this conference is being organized. The Conference is being organized to come up with a vision for next generation academic libraries in order to meet the challenge of knowledge society, in giving the country a competitive edge in knowledge economy. The conference will provide an international platform to all stakeholders to address all issues of importance to academic libraries, discuss and debate roles that academic libraries can play in the higher education system in developed and developing countries with particular reference to India by 2020. ? We are happy to inform you that keeping in view the importance of the issue that we intend to deal seriously through this conference, the Hon?ble Vice Chancellors of Jawaharlal Nehru University, Jamia Milia Islamia, Indira Gandhi National Open University, Indraprastha University also have agreed to associate themselves with this conference and be part of Vice-Chancellor?s Advisory Committee which will have the visionary role. They have also blessed the launching.. ? The scope of the conference will be: knowledge sharing, ICT management, digital repository management, e-teaching, e-tutorials, stronger library-faculty relationships, stronger library-corporate relationships and user centric services. ? It will be first time that the members of the corporate sector will have an opportunity to deliberate with library professionals on user-centric issues leaving aside the commercial issues and I will be contacting number of CEOs to be part of the deliberation. We intend to devote one day to discuss very difficult issues of user-vender-library relationships. We also intend to involve some of the management gurus having expertise with the concept of Change Management and tailor the same with modern library management. ? The conference will provide an opportunity to identify the strengths and gaps in the academic library system, suggest new management models, best practices, techniques and mechanisms, policies, and national and international programmes for reshaping academic libraries into next generation libraries for the higher education. The Conference is being organized with Objectives to: ???????? Identify strategies for improving library performance in the context of local factors, constraints and circumstances; ???????? Evolve new frameworks, new programmes for national and international collaboration and cooperation for pooling and sharing resources to improve information access to support education, research, and learning; ???????? Evolve policies, programmes, and strategies for governmental approval and eventually their implementation for holistic development of academic? libraries in terms of tools, techniques, procedures, practices and systems for the management of library operations, services, and facilities with efficiency and effectiveness; and ???????? Identifying university library vision for 2020 and the roles they should perform in realizing this vision. The Outcome Planned is to: 1.????? Develop a Road Map to reposition academic libraries to the centre stage of the education system in developed and developing countries with particular reference to India; 2.????? Come up with a draft policy framework for consideration of the policy makers as a means to implement the proposed road map; 3.????? Identify best practices in all the spheres of academic library management, in particular digital repository management; 4.????? Prepare mid-career in-service professionals for digital library management to enable them to take on increasingly demanding leadership roles in academic libraries; 5.????? Identify? new roles in the knowledge economy that academic libraries and librarians would need to play in teaching and learning process; and 6.????? Outlining programmes for academic library advocacy. The Major Sub-Themes of the Conference are: 1.????? Vision & Roles of the Future Academic Libraries 2.????? Technology, Policy and Innovation 3.????? Change Management 4.????? ?Library Vendor/ Publisher Interface 5.????? ?Management Models and Framework, Library Services 6.????? Advocacy ? Utmost pain has been taken in preparing an online website (http://library.du.ac.in/ocs and http://crl.du.ac.in/ical09? first of its kind in propagating the conference, we have also worked out guidelines for peer review of the papers which will be received online and manually and hope to generate a draft report for consideration by various authorities. ? On this occasion Prof. Mungekar released the conference broucher which is enclosed with this press release and Prof. Deepak Pental, Vice Chancellor, University of Delhi had launched the Online and static webside. Prof. S.K. Tandon, Pro-Vice Chancellor had addressed the occasion in the capacity of Chairman, Organsing Committee.? ? For further Details please visit:? ?http://library.du.ac.in/ocs ?and? ?http://crl.du.ac.in/ical09 ? Rajesh Singh Dy. Librarian E-Resources & Training Central Library University Of Delhi DELHI-110 007 011-27666404, 27667848 http://crl.du.ac.in/?? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090122/d1ecec7f/attachment.htm From a.hyman at utoronto.ca Fri Jan 23 14:51:57 2009 From: a.hyman at utoronto.ca (AJ Hyman) Date: Fri, 23 Jan 2009 14:51:57 -0500 Subject: [Dspace-general] 4th International Conference on e-Learning In-Reply-To: References: Message-ID: 4th International Conference on e-Learning at the University of Toronto, Toronto, Canada 16-17 July 2009 The International Conference on e-Learning (ICEL-2009) invites researchers, practitioners and academics to present their research findings, work in progress, case studies and conceptual advances in areas of work where education and technology intersect. The conference brings together varied groups of people with different perspectives, experiences and knowledge in one location. It aims to help practitioners find ways of putting research into practice and researchers to gain an understanding of real-world problems, needs and aspirations. In it?s fourth year, we are delighted to be bringing the conference to the campus of The University of Toronto. Located on the northern shore of Lake Ontario, Toronto is Canada?s largest city. With a population of over 2.5 million, Toronto is the 5th largest municipality in North America. The cosmopolitan mixture of the population form a microcosm of the cultural mosaic that is endemic in Canadian society. We look forward to welcoming participants from all over the world and I hope that you will be able to join us. Avi Hyman Conference Chair University of Toronto. http://www.academic-conferences.org/icel/icel2009/icel09-home.htm From ishtiyaqbhat at gmail.com Sat Jan 24 00:59:16 2009 From: ishtiyaqbhat at gmail.com (ishtiyaq bhat) Date: Sat, 24 Jan 2009 11:29:16 +0530 Subject: [Dspace-general] Dspace Message-ID: <7a0b05400901232159h54e4c7f6l5a7fbdcd40b14d71@mail.gmail.com> Dear Member, I have recently subscribed to the mailing list of Dspace, i want to say that i tried my level best to install Dspace on my system but unfortunately it is not working especially agter PostgreeSQl is installed and it shows errors in installing ant fresh,. i t is my suggestion that a simple tutorial regarding the installation of Dspace on Windows Xp SP2 may be provided to all such members so that that could also become the part of Dspace. Thanks and all the best On 1/23/09, dspace-general-request at mit.edu wrote: > > Send Dspace-general mailing list submissions to > dspace-general at mit.edu > > To subscribe or unsubscribe via the World Wide Web, visit > http://mailman.mit.edu/mailman/listinfo/dspace-general > or, via email, send a message with subject or body 'help' to > dspace-general-request at mit.edu > > You can reach the person managing the list at > dspace-general-owner at mit.edu > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Dspace-general digest..." > > > Today's Topics: > > 1. NITLE NIS Camp: Digital Repository Managers and DSpace Users > (Christina Richison) > 2. Looking for (DSpace) Repositories using Google Analytics > (Bram Luyten) > 3. Handle.Net problem (Jozsef Gabor Bone) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 22 Jan 2009 12:16:17 -0500 > From: "Christina Richison" > Subject: [Dspace-general] NITLE NIS Camp: Digital Repository Managers > and DSpace Users > To: > Message-ID: > <08119B28F4B3FF46A5747921C9FAA678D274E2 at AA1EXCH06.office.share.org> > Content-Type: text/plain; charset="us-ascii" > > Dear DSpace Community, > > > > NITLE invites you to take a look at NIS Camp, June 1-4, 2009, at Smith > College. > > http://campnis.blog.nitle.org/ . > > > > Digital repository managers and DSpace users may be interested in > several of the events, such as: > > > > * Digital Repositories and DSpace User Community Meeting > * Using DSpace for Digital Repositories Workshop > * Developing Interfaces and Interactivity for DSpace with Manakin > Workshop > > > > Institutions and other not-for-profits with educational or cultural > preservation missions who are not NITLE Network participants may > participate as part of the NITLE/DSpace Foundation Collaboration. > Information regarding this collaboration can be found at: > http://www.dspace.org/index.php/News-Archive/NITLE/DSpace-Foundation-Col > laboration.html > llaboration.html> . > > > > NITLE is a community-based, non-profit that provides professional > development programs, information services (including DSpace services), > and peer networking opportunities to independent, undergraduate-focused > college and universities. NITLE focuses on the effective deployment and > use of digital technologies for teaching, learning, and collaboration > and seeks to promote innovation in institutional and individual > practices to enrich undergraduate education. More information about > NITLE is available at www.nitle.org. To find out more about this offer > or express interest in participating, please contact > Christina.Richison at nitle.org.This e-mail address is being protected from > spam bots, you need JavaScript enabled to view it When contacting > Christina, please refer to the NITLE/DSpace Foundation collaboration. > > > > All the best, > > > > Christina > > > > Christina Richison > > Information Services > > NITLE | National Institute for Technology & > Liberal Education > > christina.richison at nitle.org > > p. 734.661.1012 > > http://campnis.blog.nitle.org/ > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://mailman.mit.edu/pipermail/dspace-general/attachments/20090122/e5275b9e/attachment-0001.htm > > ------------------------------ > > Message: 2 > Date: Fri, 23 Jan 2009 11:40:24 +0100 > From: Bram Luyten > Subject: [Dspace-general] Looking for (DSpace) Repositories using > Google Analytics > To: dspace > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > Hello, > > we're currently initiating a small research exercise, where we try to > analyse & compare number of repository visitors versus number of items, > full-text, ... in the repository. > > Questions to figure out include: > > - Are more visits being generated when items contain full-text bitstreams, > comparing to items without bitstreams > - How do distributions between hits generated through search engines, > referring sites and direct traffic relate to eachother, for different > repositories. > - How big is the impact of the dominant language, used in a repository & in > item metadata on the number of visitors > > To make sure that "number of visitors" and other figures, are comparable, > *we > are looking for repositories that have (at least) six months of google > analytics data (where the analytics script was included in the dspace > footer, so that each pageview, or hit has been recorded), that are willing > to share some key figures*. > > Our ambition is to detect possible correlations or anomalies. It would be > great if a general conclusion could arise that a number of X items in your > repository (in english) tend to generate a number of X monthly visits > through search engines, but this might be a bit far-fetched (although a > current comparison with 3 repositories already looks promising). > > Any questions or comments are greatly appreciated. Especially if you know > of > research that has already done this ;) > > with best regards, > > Bram Luyten > > @mire NV > Romeinse Straat 18 > 3001 Heverlee > Belgium > +32 2 888 29 56 > > http://www.atmire.com - Institutional Repository Solutions > http://www.togather.eu - Before getting together, get Tog at ther > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://mailman.mit.edu/pipermail/dspace-general/attachments/20090123/7df6851b/attachment-0001.htm > > ------------------------------ > > Message: 3 > Date: Fri, 23 Jan 2009 11:57:32 +0100 > From: "Jozsef Gabor Bone" > Subject: [Dspace-general] Handle.Net problem > To: > Message-ID: <4979B0AC.2608.00A9.0 at ceu.hu> > Content-Type: text/plain; charset=US-ASCII > > Dear Members! > > Unfortunately it seems, that in our site (http://snap.archivum.ws/dspace), > the handle server is not running. > If I click on a handle.net lin, it gives me the 'Error - Cannot Connect to > Server'. > > Unfortunately I'm a new colleague here, so who installed dspace has already > left us. > > I tried to start Handle Server in two ways: > 1. > osasite:~# /usr/local/dspace/bin/start-handle-server > Nothing has happened, the error log said: > > "2009/01/23 11:17:03 GMT+01:00" 25 Started new run. > Exception in thread "main" java.lang.NoClassDefFoundError: > net.handle.security.provider.SunJceHdlSecurityProvider > at java.lang.Class.initializeClass(libgcj.so.70) > at java.lang.Class.forName(libgcj.so.70) > at java.lang.Class.forName(libgcj.so.70) > at > net.handle.security.HdlSecurityProvider.getInstance(HdlSecurityProvider.java:36) > at net.handle.hdllib.Util.decrypt(Util.java:961) > at net.handle.server.HandleServer.(HandleServer.java:270) > at net.handle.server.AbstractServer.getInstance(AbstractServer.java:74) > at net.handle.server.Main.initialize(Main.java:172) > at net.handle.server.Main.main(Main.java:96) > Caused by: java.lang.ClassNotFoundException: com.sun.crypto.provider.SunJCE > not found in > gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/local/mysql-connec > > tor-java/mysql-connector-java-5.0.6-bin.jar,file:/usr/local/tomcat/lib/JavaBridge.jar,file:/usr/local/tomcat/lib/php-servlet.jar,file:/usr/local/tomcat/lib/p > > hp-script.jar,file:/usr/local/dspace/lib/PDFBox.jar,file:/usr/local/dspace/lib/activation.jar,file:/usr/local/dspace/lib/commons-cli.jar,file:/usr/local/dspa > > ce/lib/commons-codec-1.3.jar,file:/usr/local/dspace/lib/commons-collections.jar,file:/usr/local/dspace/lib/commons-dbcp.jar,file:/usr/local/dspace/lib/common > > s-fileupload.jar,file:/usr/local/dspace/lib/commons-pool.jar,file:/usr/local/dspace/lib/dspace.jar,file:/usr/local/dspace/lib/handle.jar,file:/usr/local/dspa > > ce/lib/jakarta-poi.jar,file:/usr/local/dspace/lib/jargon.jar,file:/usr/local/dspace/lib/jaxen-1.1-beta-7.jar,file:/usr/local/dspace/lib/jdom.jar,file:/usr/lo > > cal/dspace/lib/jena.jar,file:/usr/local/dspace/lib/jstl.jar,file:/usr/local/dspace/lib/log4j.jar,file:/usr/local/dspace/lib/lucene-sandbox.jar,file:/usr/loca > > l/dspace/lib/lucene.jar,file:/usr/local/dspace/lib/mail.jar,file:/usr/local/dspace/lib/mets.jar,file:/usr/local/dspace/lib/oaicat.jar,file:/usr/local/dspace/ > > lib/oro.jar,file:/usr/local/dspace/lib/postgresql-8.2dev-503.jdbc3.jar,file:/usr/local/dspace/lib/rome.jar,file:/usr/local/dspace/lib/servlet.jar,file:/usr/l > > ocal/dspace/lib/standard.jar,file:/usr/local/dspace/lib/tm-extractors.jar,file:/usr/local/dspace/lib/xalan.jar,file:/usr/local/dspace/lib/xercesImpl.jar,file > :/usr/local/dspace/lib/xml-apis.jar,file:/usr/local/dspace/config/], > parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} > at java.net.URLClassLoader.findClass(libgcj.so.70) > at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.70) > at java.lang.ClassLoader.loadClass(libgcj.so.70) > at java.lang.ClassLoader.loadClass(libgcj.so.70) > at java.lang.Class.forName(libgcj.so.70) > at java.lang.Class.initializeClass(libgcj.so.70) > ...8 more > > 2. > java -cp /hs/bin/handle.jar net.handle.server.Main /hs/svr_1 > "2009/01/23 11:20:30 GMT+01:00" 25 Rotating log files > > The error log: > "2009/01/23 11:20:30 GMT+01:00" 25 Started new run. > Exception in thread "main" java.lang.NoClassDefFoundError: > net.handle.security.provider.SunJceHdlSecurityProvider > at java.lang.Class.initializeClass(libgcj.so.70) > at java.lang.Class.forName(libgcj.so.70) > at java.lang.Class.forName(libgcj.so.70) > at > net.handle.security.HdlSecurityProvider.getInstance(HdlSecurityProvider.java:36) > at net.handle.hdllib.Util.decrypt(Util.java:965) > at net.handle.server.HandleServer.(HandleServer.java:285) > at net.handle.server.AbstractServer.getInstance(AbstractServer.java:72) > at net.handle.server.Main.initialize(Main.java:172) > at net.handle.server.Main.main(Main.java:96) > Caused by: java.lang.ClassNotFoundException: com.sun.crypto.provider.SunJCE > not found in > gnu.gcj.runtime.SystemClassLoader{urls=[file:/hs/bin/handle.jar], pa > rent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} > at java.net.URLClassLoader.findClass(libgcj.so.70) > at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.70) > at java.lang.ClassLoader.loadClass(libgcj.so.70) > at java.lang.ClassLoader.loadClass(libgcj.so.70) > at java.lang.Class.forName(libgcj.so.70) > at java.lang.Class.initializeClass(libgcj.so.70) > ...8 more > > To be honest, I have absolutely no idea where to start to debug this error! > If anyone can advise me a good solution, I would be very pleased and > thankful! > > All the best, > Jozsef Gabor Bone > OSA > > > > ------------------------------ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > > > End of Dspace-general Digest, Vol 66, Issue 13 > ********************************************** > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090124/41cb6fc4/attachment.htm From 13118270941424816781 at mail.orkut.com Sat Jan 24 12:16:16 2009 From: 13118270941424816781 at mail.orkut.com (kaushal AIMS) Date: Sat, 24 Jan 2009 17:16:16 +0000 Subject: [Dspace-general] orkut - Invitation to join from kaushal AIMS Message-ID: <1232817376.2.13118270941424816781.4.17305302649282842888@mail.orkut.com> You have been invited to join kaushal AIMS's (kaushalasiapacific at gmail.com) network of friends at orkut. To join orkut click on the following link: http://www.orkut.co.in/Join.aspx?id=497AEA6F52D0A6B7 Having problems? If you get an error when you try to accept this invitation, you may need to copy and paste this URL into a new browser window. * * * orkut is a community of friends and trusted acquaintances that connects individuals through a social network that grows person by person. With orkut, you can catch up with old friends, make new acquaintances through people you trust, and maybe even find that certain someone you've been looking for everywhere. orkut helps you organize and attend events, join communities that share your interests, and find partners to participate in the activities you most enjoy. * * * If you're already an orkut member, make sure that the email address at which you received this note is entered into your orkut profile. That way, you'll automatically be connected to all of your friends. This invitation was sent on behalf of kaushal AIMS (kaushalasiapacific at gmail.com). You can block all orkut users from sending you email by visiting: http://www.orkut.co.in/Block.aspx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090124/885c9269/attachment.htm From patricia.deleon at gmail.com Mon Jan 26 10:11:09 2009 From: patricia.deleon at gmail.com (Patricia De Leon) Date: Mon, 26 Jan 2009 13:11:09 -0200 Subject: [Dspace-general] Troubles with the installation Message-ID: I have troubles with the installation of this system. When I run "mvn package" in this location "dspace-source" (in this folder: dspace folder and pom file), i get this error: ****************************************************************************************************************************************************** [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: unknown Reason: Could not find the model file '/srv/www/vhosts/dspace/source/dspace-1.5.1-release/dspace-api'. for project unknown [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.reactor.MavenExecutionException: Could not find the model file '/srv/www/vhosts/dspace/source/dspace-1.5.1-release/dspace-api'. for project unknown at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:378) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:292) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.project.ProjectBuildingException: Could not find the model file '/srv/www/vhosts/dspace/source/dspace-1.5.1-release/dspace-api'. for project unknown at org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1557) at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:504) at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:198) at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:583) at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:461) at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:534) at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:365) ... 11 more Caused by: java.io.FileNotFoundException: /srv/www/vhosts/dspace/source/dspace-1.5.1-release/dspace-api (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:137) at hidden.org.codehaus.plexus.util.xml.XmlReader.(XmlReader.java:123) at hidden.org.codehaus.plexus.util.xml.XmlStreamReader.(XmlStreamReader.java:67) at hidden.org.codehaus.plexus.util.ReaderFactory.newXmlReader(ReaderFactory.java:113) at org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1552) ... 17 more ****************************************************************************************************************************************************** And if I run "mvn package" in this location "dspace" folder, i get this error: ****************************************************************************************************************************************************** [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] DSpace Addon Modules [INFO] DSpace XML-UI (Manakin) :: Web Application [INFO] DSpace LNI :: Web Application [INFO] DSpace OAI :: Web Application [INFO] DSpace JSP-UI :: Web Application [INFO] DSpace SWORD :: Web Application [INFO] DSpace Assembly and Configuration [INFO] ------------------------------------------------------------------------ [INFO] Building DSpace Addon Modules [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-6/maven-site-plugin-2.0-beta-6.pom Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-6/maven-site-plugin-2.0-beta-6.pom [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: org.apache.maven.plugins:maven-site-plugin Reason: POM 'org.apache.maven.plugins:maven-site-plugin' not found in repository: Unable to download the artifact from any repository org.apache.maven.plugins:maven-site-plugin:pom:2.0-beta-6 from the specified remote repositories: central (http://repo1.maven.org/maven2), maven.dspace.org/snapshot (http://maven.dspace.org/snapshot) for project org.apache.maven.plugins:maven-site-plugin [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ ****************************************************************************************************************************************************** I never use maven and i don't know if i need something more. Any help is appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090126/f47b7f2a/attachment.htm From Jonas.Gilbert at ub.gu.se Mon Jan 26 10:55:18 2009 From: Jonas.Gilbert at ub.gu.se (Jonas Gilbert) Date: Mon, 26 Jan 2009 16:55:18 +0100 Subject: [Dspace-general] Looking for (DSpace) Repositories using Google Analytics In-Reply-To: References: Message-ID: <497DDCE6.3020602@ub.gu.se> Hello Bram, We have been using Google Analytics with our DSpace repository as of July 2007. We've also configured the bitstream download link so that it would be included in the Google Analytics logs. You are welcome to use this data in your research. Please contact me so that we can arrange access. I am not aware of any similar research using data from Google Analytics, however I noticed that Cybermetrics Lab - which among other things publishes the "Ranking Web of World Repositories" - is also interested in Google Analytics data for the repository ranking, see "Proposal to webmasters for 2009 edition" at http://repositories.webometrics.info/ Best regards, Jonas Gilbert Gothenburg University Library Bram Luyten wrote: > Hello, > > we're currently initiating a small research exercise, where we try to > analyse & compare number of repository visitors versus number of > items, full-text, ... in the repository. > > Questions to figure out include: > > - Are more visits being generated when items contain full-text > bitstreams, comparing to items without bitstreams > - How do distributions between hits generated through search engines, > referring sites and direct traffic relate to eachother, for different > repositories. > - How big is the impact of the dominant language, used in a repository > & in item metadata on the number of visitors > > To make sure that "number of visitors" and other figures, are > comparable, *we are looking for repositories that have (at least) six > months of google analytics data (where the analytics script was > included in the dspace footer, so that each pageview, or hit has been > recorded), that are willing to share some key figures*. > > Our ambition is to detect possible correlations or anomalies. It would > be great if a general conclusion could arise that a number of X items > in your repository (in english) tend to generate a number of X monthly > visits through search engines, but this might be a bit far-fetched > (although a current comparison with 3 repositories already looks > promising). > > Any questions or comments are greatly appreciated. Especially if you > know of research that has already done this ;) > > with best regards, > > Bram Luyten > > @mire NV > Romeinse Straat 18 > 3001 Heverlee > Belgium > +32 2 888 29 56 > > http://www.atmire.com - Institutional Repository Solutions > http://www.togather.eu - Before getting together, get Tog at ther > ------------------------------------------------------------------------ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > -- Jonas Gilbert FM bibliotekarie / MLIS Librarian Digitala biblioteket / Digital library G?teborgs universitetsbibliotek / Gothenburg University Library Box 222, SE 405 30 G?teborg, SWEDEN Tel: +46 (0)31 7864422 Mobile: +46 (0)708474214 jonas.gilbert at ub.gu.se From michele at dspace.org Mon Jan 26 10:56:58 2009 From: michele at dspace.org (Michele Kimpton) Date: Mon, 26 Jan 2009 10:56:58 -0500 Subject: [Dspace-general] DSpace on windows Message-ID: You will find a guide for installing DSpace on windows posted on the wiki here: http://wiki.dspace.org/index.php/DSpaceOnWindows hope that helps, Michele KImpton Dear Member, I have recently subscribed to the mailing list of Dspace, i want to say that i tried my level best to install Dspace on my system but unfortunately it is not working especially agter PostgreeSQl is installed and it shows errors in installing ant fresh,. i t is my suggestion that a simple tutorial regarding the installation of Dspace on Windows Xp SP2 may be provided to all such members so that that could also become the part of Dspace. Thanks and all the best From bram at mire.be Mon Jan 26 12:28:12 2009 From: bram at mire.be (Bram Luyten) Date: Mon, 26 Jan 2009 18:28:12 +0100 Subject: [Dspace-general] Looking for (DSpace) Repositories using Google Analytics In-Reply-To: <497DDCE6.3020602@ub.gu.se> References: <497DDCE6.3020602@ub.gu.se> Message-ID: Thanks Jonas, I replied also off-list to arrange access. At the moment I am already looking at data from several people who gave me access, and some of the differences are remarkable. Comparing Visits & number of items for December 2008 *Comparing Data for December 2008* 1. 67667 visits for 39868 items, which amounts to 1,69 visits per item 2. 38128 visits for 3783 items, which amounts to 10,07 visits per item 3. 22462 visits for 176400 items, which amounts to 0,1273 visits per item 4. 366 visits for 1300 items, which amounts to 0,28 visits per item 5. 722 visits for 3500 items, which amounts to 0,20 visits per item For repositories 1 and 2, local impact is very high, over 60% of those visits come from the country where the repository is located. It will surely be interesting to investigate further how you can influence whether you're running an 10 visits per item or 0,12 visits per item repository ! If more people would like to share Google Analytics data, or just check out how many visits they had in December 2008, and comparing this to the number of items (based on google analytics data only please), this would be great. best regards, Bram @mire NV Romeinse Straat 18 3001 Heverlee Belgium +32 2 888 29 56 http://www.atmire.com - Institutional Repository Solutions http://www.togather.eu - Before getting together, get Tog at ther On Mon, Jan 26, 2009 at 4:55 PM, Jonas Gilbert wrote: > Hello Bram, > > We have been using Google Analytics with our DSpace repository as of July > 2007. We've also configured the bitstream download link so that it would be > included in the Google Analytics logs. You are welcome to use this data in > your research. Please contact me so that we can arrange access. > > I am not aware of any similar research using data from Google Analytics, > however I noticed that Cybermetrics Lab - which among other things > publishes the "Ranking Web of World Repositories" - is also interested in > Google Analytics data for the repository ranking, see "Proposal to > webmasters for 2009 edition" at http://repositories.webometrics.info/ > > Best regards, > Jonas Gilbert > Gothenburg University Library > > > > Bram Luyten wrote: > >> Hello, >> >> we're currently initiating a small research exercise, where we try to >> analyse & compare number of repository visitors versus number of items, >> full-text, ... in the repository. >> >> Questions to figure out include: >> >> - Are more visits being generated when items contain full-text bitstreams, >> comparing to items without bitstreams >> - How do distributions between hits generated through search engines, >> referring sites and direct traffic relate to eachother, for different >> repositories. >> - How big is the impact of the dominant language, used in a repository & >> in item metadata on the number of visitors >> >> To make sure that "number of visitors" and other figures, are comparable, >> *we are looking for repositories that have (at least) six months of google >> analytics data (where the analytics script was included in the dspace >> footer, so that each pageview, or hit has been recorded), that are willing >> to share some key figures*. >> >> Our ambition is to detect possible correlations or anomalies. It would be >> great if a general conclusion could arise that a number of X items in your >> repository (in english) tend to generate a number of X monthly visits >> through search engines, but this might be a bit far-fetched (although a >> current comparison with 3 repositories already looks promising). >> >> Any questions or comments are greatly appreciated. Especially if you know >> of research that has already done this ;) >> >> with best regards, >> >> Bram Luyten >> >> @mire NV >> Romeinse Straat 18 >> 3001 Heverlee >> Belgium >> +32 2 888 29 56 >> >> http://www.atmire.com - Institutional Repository Solutions >> http://www.togather.eu - Before getting together, get Tog at ther >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Dspace-general mailing list >> Dspace-general at mit.edu >> http://mailman.mit.edu/mailman/listinfo/dspace-general >> >> > > -- > Jonas Gilbert > FM bibliotekarie / MLIS Librarian > Digitala biblioteket / Digital library > G?teborgs universitetsbibliotek / Gothenburg University Library > Box 222, SE 405 30 G?teborg, SWEDEN > Tel: +46 (0)31 7864422 > Mobile: +46 (0)708474214 > jonas.gilbert at ub.gu.se > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090126/c73c97a0/attachment.htm From vrasero at db.uc3m.es Tue Jan 27 03:59:16 2009 From: vrasero at db.uc3m.es (Victoria Rasero) Date: Tue, 27 Jan 2009 09:59:16 +0100 Subject: [Dspace-general] Looking for (DSpace) Repositories using Google Analytics In-Reply-To: References: Message-ID: Hello Bram:We have implemented Google Analytics since may 2008. If you would like analyse our repository, please tell us. Regards. ------------------------------------------------------------- Victoria Rasero Gesti?n de Recursos de Informaci?n Biblioteca de la Universidad Carlos III de Madrid ------------------------------------------------------------- 2009/1/23 Bram Luyten > Hello, > > we're currently initiating a small research exercise, where we try to > analyse & compare number of repository visitors versus number of items, > full-text, ... in the repository. > > Questions to figure out include: > > - Are more visits being generated when items contain full-text bitstreams, > comparing to items without bitstreams > - How do distributions between hits generated through search engines, > referring sites and direct traffic relate to eachother, for different > repositories. > - How big is the impact of the dominant language, used in a repository & in > item metadata on the number of visitors > > To make sure that "number of visitors" and other figures, are comparable, > *we are looking for repositories that have (at least) six months of google > analytics data (where the analytics script was included in the dspace > footer, so that each pageview, or hit has been recorded), that are willing > to share some key figures*. > > Our ambition is to detect possible correlations or anomalies. It would be > great if a general conclusion could arise that a number of X items in your > repository (in english) tend to generate a number of X monthly visits > through search engines, but this might be a bit far-fetched (although a > current comparison with 3 repositories already looks promising). > > Any questions or comments are greatly appreciated. Especially if you know > of research that has already done this ;) > > with best regards, > > Bram Luyten > > @mire NV > Romeinse Straat 18 > 3001 Heverlee > Belgium > +32 2 888 29 56 > > http://www.atmire.com - Institutional Repository Solutions > http://www.togather.eu - Before getting together, get Tog at ther > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > > -- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090127/3c28b05a/attachment.htm From akpdefence at gmail.com Tue Jan 27 04:10:56 2009 From: akpdefence at gmail.com (Ajay Kumar Pandey) Date: Tue, 27 Jan 2009 14:40:56 +0530 Subject: [Dspace-general] Usage statistics Message-ID: <12a1197b0901270110gb684a60v1df37ac72ff17492@mail.gmail.com> Dear Member, How to put counter in the DSpace default page so that we can keep tack of the usage. Is the any option availabe? Ajay kr. Pandey Scientist 'B' ARDE Pashan, Pune -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090127/04344979/attachment.htm From bram at mire.be Wed Jan 28 08:27:58 2009 From: bram at mire.be (Bram Luyten) Date: Wed, 28 Jan 2009 14:27:58 +0100 Subject: [Dspace-general] Looking for (DSpace) Repositories using Google Analytics In-Reply-To: References: <497DDCE6.3020602@ub.gu.se> Message-ID: Dear list members, currently, 9 repositories agreed to collaborate already, but it would be nice to have at least 20 repositories (4% of the 500 DSpace instances), in order to draw up some relevant averages etc. If you have google analytics data and willing to share, you're still more than welcome. If there are relevant findings, they will be compiled into a paper or some sort of recommendation // best practice document. *Furthermore, if you provide data, you get access to the Google Spreadsheet document in which we compile all sorts of raw data and comparisons*. (this will give you immediate feedback on how your repository compares to others). This small research exercise is far from a black box, and your involvement is greatly appreciated. with best regards, Bram Luyten @mire NV Romeinse Straat 18 3001 Heverlee Belgium +32 2 888 29 56 http://www.atmire.com - Institutional Repository Solutions http://www.togather.eu - Before getting together, get Tog at ther On Mon, Jan 26, 2009 at 6:28 PM, Bram Luyten wrote: > Thanks Jonas, > > I replied also off-list to arrange access. > At the moment I am already looking at data from several people who gave me > access, and some of the differences are remarkable. > > Comparing Visits & number of items for December 2008 > > *Comparing Data for December 2008* > > 1. 67667 visits for 39868 items, which amounts to 1,69 visits per item > 2. 38128 visits for 3783 items, which amounts to 10,07 visits per item > 3. 22462 visits for 176400 items, which amounts to 0,1273 visits per item > 4. 366 visits for 1300 items, which amounts to 0,28 visits per item > 5. 722 visits for 3500 items, which amounts to 0,20 visits per item > > For repositories 1 and 2, local impact is very high, over 60% of those > visits come from the country where the repository is located. > It will surely be interesting to investigate further how you can influence > whether you're running an 10 visits per item or 0,12 visits per item > repository ! > > If more people would like to share Google Analytics data, or just check out > how many visits they had in December 2008, and comparing this to the number > of items (based on google analytics data only please), this would be great. > > best regards, > > Bram > > @mire NV > Romeinse Straat 18 > 3001 Heverlee > Belgium > +32 2 888 29 56 > > http://www.atmire.com - Institutional Repository Solutions > http://www.togather.eu - Before getting together, get Tog at ther > > > On Mon, Jan 26, 2009 at 4:55 PM, Jonas Gilbert wrote: > >> Hello Bram, >> >> We have been using Google Analytics with our DSpace repository as of July >> 2007. We've also configured the bitstream download link so that it would be >> included in the Google Analytics logs. You are welcome to use this data in >> your research. Please contact me so that we can arrange access. >> >> I am not aware of any similar research using data from Google Analytics, >> however I noticed that Cybermetrics Lab - which among other things >> publishes the "Ranking Web of World Repositories" - is also interested in >> Google Analytics data for the repository ranking, see "Proposal to >> webmasters for 2009 edition" at http://repositories.webometrics.info/ >> >> Best regards, >> Jonas Gilbert >> Gothenburg University Library >> >> >> >> Bram Luyten wrote: >> >>> Hello, >>> >>> we're currently initiating a small research exercise, where we try to >>> analyse & compare number of repository visitors versus number of items, >>> full-text, ... in the repository. >>> >>> Questions to figure out include: >>> >>> - Are more visits being generated when items contain full-text >>> bitstreams, comparing to items without bitstreams >>> - How do distributions between hits generated through search engines, >>> referring sites and direct traffic relate to eachother, for different >>> repositories. >>> - How big is the impact of the dominant language, used in a repository & >>> in item metadata on the number of visitors >>> >>> To make sure that "number of visitors" and other figures, are comparable, >>> *we are looking for repositories that have (at least) six months of google >>> analytics data (where the analytics script was included in the dspace >>> footer, so that each pageview, or hit has been recorded), that are willing >>> to share some key figures*. >>> >>> Our ambition is to detect possible correlations or anomalies. It would be >>> great if a general conclusion could arise that a number of X items in your >>> repository (in english) tend to generate a number of X monthly visits >>> through search engines, but this might be a bit far-fetched (although a >>> current comparison with 3 repositories already looks promising). >>> >>> Any questions or comments are greatly appreciated. Especially if you know >>> of research that has already done this ;) >>> >>> with best regards, >>> >>> Bram Luyten >>> >>> @mire NV >>> Romeinse Straat 18 >>> 3001 Heverlee >>> Belgium >>> +32 2 888 29 56 >>> >>> http://www.atmire.com - Institutional Repository Solutions >>> http://www.togather.eu - Before getting together, get Tog at ther >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Dspace-general mailing list >>> Dspace-general at mit.edu >>> http://mailman.mit.edu/mailman/listinfo/dspace-general >>> >>> >> >> -- >> Jonas Gilbert >> FM bibliotekarie / MLIS Librarian >> Digitala biblioteket / Digital library >> G?teborgs universitetsbibliotek / Gothenburg University Library >> Box 222, SE 405 30 G?teborg, SWEDEN >> Tel: +46 (0)31 7864422 >> Mobile: +46 (0)708474214 >> jonas.gilbert at ub.gu.se >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090128/cdc43d88/attachment.htm From joseph.greene at ucd.ie Fri Jan 30 07:45:08 2009 From: joseph.greene at ucd.ie (Joseph Greene) Date: Fri, 30 Jan 2009 12:45:08 +0000 Subject: [Dspace-general] Batch import techniques In-Reply-To: References: Message-ID: Does anyone using the batch import have any tips or tricks on how to package items into the DSpace archive format they would be willing to share? Specifically, I'm looking for something that might work with MS Excel-- an export function that takes publication lists in Excel (plus full-text in a separate directory) and puts them into the ingest format? Joseph Greene Institutional Repository Project Manager 325 James Joyce Library University College Dublin Belfield, Dublin 4 353 (0)1 716 7398 joseph.greene at ucd.ie http://irserver.ucd.ie/dspace/ From mwood at IUPUI.Edu Fri Jan 30 09:09:03 2009 From: mwood at IUPUI.Edu (Mark H. Wood) Date: Fri, 30 Jan 2009 09:09:03 -0500 Subject: [Dspace-general] Batch import techniques In-Reply-To: References: Message-ID: <20090130140903.GA12011@IUPUI.Edu> I have a Perl script that builds item importer batches from TSV metadata tables, which someone else exports from Excel. My script has a number of idiosyncrasies specific to the material we've been receiving, but it might serve as a model. I've been meaning to redo it in Java so I can use POI to read directly from the spreadsheets, but haven't had much time to work on that. -- Mark H. Wood, Lead System Programmer mwood at IUPUI.Edu Friends don't let friends publish revisable-form documents. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : http://mailman.mit.edu/pipermail/dspace-general/attachments/20090130/5ba3566a/attachment.bin From john at ohiolink.edu Fri Jan 30 09:18:28 2009 From: john at ohiolink.edu (John Davison) Date: Fri, 30 Jan 2009 09:18:28 -0500 Subject: [Dspace-general] Batch import techniques In-Reply-To: References: Message-ID: <49830C34.6060803@ohiolink.edu> Hi Joseph-- Tom McGee at Seton Hall (mcgeetho at shu.edu) has put together what you're looking for. It's an Excel spreadsheet that processes DSpace submission packages. Here's a page we've put together at OhioLINK describing the process step-by-step: http://sites.google.com/a/ohiolink.edu/drmc/bulk-submission Download link is at the bottom of the page. (NOTE: Tom may have made changes to the code since this version.) I hope this helps. Sincerely, John Davison OhioLINK Digital Resource Commons Joseph Greene wrote: > Does anyone using the batch import have any tips or tricks on how to package > items into the DSpace archive format they would be willing to share? > Specifically, I'm looking for something that might work with MS Excel-- an > export function that takes publication lists in Excel (plus full-text in a > separate directory) and puts them into the ingest format? > > Joseph Greene > Institutional Repository Project Manager > 325 James Joyce Library > University College Dublin > Belfield, Dublin 4 > > 353 (0)1 716 7398 > joseph.greene at ucd.ie > http://irserver.ucd.ie/dspace/ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.176 / Virus Database: 270.10.16/1925 - Release Date: 1/30/2009 7:37 AM > > From jayanntu at gmail.com Fri Jan 30 09:55:28 2009 From: jayanntu at gmail.com (Jayan Kurian) Date: Fri, 30 Jan 2009 22:55:28 +0800 Subject: [Dspace-general] Batch import techniques In-Reply-To: References: Message-ID: <6aae9d310901300655i56b38fafyed80e3acefb1184b@mail.gmail.com> Please take a look at this link. http://wiki.dspace.org/index.php/Google_Summer_of_Code_2008_Batch_Import Hope this helps. Jayan On Fri, Jan 30, 2009 at 8:45 PM, Joseph Greene wrote: > Does anyone using the batch import have any tips or tricks on how to > package > items into the DSpace archive format they would be willing to share? > Specifically, I'm looking for something that might work with MS Excel-- an > export function that takes publication lists in Excel (plus full-text in a > separate directory) and puts them into the ingest format? > > Joseph Greene > Institutional Repository Project Manager > 325 James Joyce Library > University College Dublin > Belfield, Dublin 4 > > 353 (0)1 716 7398 > joseph.greene at ucd.ie > http://irserver.ucd.ie/dspace/ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090130/44e98de2/attachment.htm From mrhavercamp at gmail.com Fri Jan 30 11:58:15 2009 From: mrhavercamp at gmail.com (Mr Havercamp) Date: Sat, 31 Jan 2009 01:58:15 +0900 Subject: [Dspace-general] Batch import techniques In-Reply-To: References: Message-ID: <498331A7.2010505@gmail.com> http://sourceforge.net/projects/dcmetatoolkit Can be extended by writing custom converters. Joseph Greene wrote: > Does anyone using the batch import have any tips or tricks on how to package > items into the DSpace archive format they would be willing to share? > Specifically, I'm looking for something that might work with MS Excel-- an > export function that takes publication lists in Excel (plus full-text in a > separate directory) and puts them into the ingest format? > > Joseph Greene > Institutional Repository Project Manager > 325 James Joyce Library > University College Dublin > Belfield, Dublin 4 > > 353 (0)1 716 7398 > joseph.greene at ucd.ie > http://irserver.ucd.ie/dspace/ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general >