From cguerra at laurentian.ca Mon Feb 2 13:08:46 2009 From: cguerra at laurentian.ca (Christine Guerra) Date: Mon, 02 Feb 2009 13:08:46 -0500 Subject: [Dspace-general] problem with DSpace saving multiple-file documents out-of-order Message-ID: <4986F063.513C.002D.0@laurentian.ca> DSpace is new to me, and I have been running into a pesky problem. We are using DSpace to archive faculty publications at our small University. When I am archiving documents with multiple files (such as books or theses), they are saved out of the order I entered them into the system. This results in chapters being listed out of order, and is quite confusing. Any ideas to solve this problem? I read through the help files, but have found no solution. Many thanks, Christine Guerra Library Assistant Biblioth?que J.N. Desmarais Library Laurentian University 935 Ramsey Lake Road, Sudbury, Ontario From Claudia.Juergen at ub.uni-dortmund.de Mon Feb 2 13:36:11 2009 From: Claudia.Juergen at ub.uni-dortmund.de (Claudia Juergen) Date: Mon, 2 Feb 2009 19:36:11 +0100 (CET) Subject: [Dspace-general] problem with DSpace saving multiple-file documents out-of-order In-Reply-To: <4986F063.513C.002D.0@laurentian.ca> References: <4986F063.513C.002D.0@laurentian.ca> Message-ID: <4b46df04c9119dcbc2a5b3cc1a86c245.squirrel@mail.ub.uni-dortmund.de> Hi Christine, if you want the bitstreams to be listed ordered by e.g. filename, you can change: org.dspace.content.Bundle.java (DSpace Version 1.5.1) replace: // Get bitstreams TableRowIterator tri = DatabaseManager.queryTable( ourContext, "bitstream", "SELECT bitstream.* FROM bitstream, bundle2bitstream WHERE " + "bundle2bitstream.bitstream_id=bitstream.bitstream_id AND " + "bundle2bitstream.bundle_id= ? ", bundleRow.getIntColumn("bundle_id")); with // Get bitstreams TableRowIterator tri = DatabaseManager.queryTable( ourContext, "bitstream", "SELECT bitstream.* FROM bitstream, bundle2bitstream WHERE " + "bundle2bitstream.bitstream_id=bitstream.bitstream_id AND " + "bundle2bitstream.bundle_id= ? " + "ORDER BY bitstream.name ", bundleRow.getIntColumn("bundle_id")); hope that helps Claudia J?rgen > DSpace is new to me, and I have been running into a pesky problem. > > We are using DSpace to archive faculty publications at our small > University. When I am archiving documents with multiple files (such as > books or theses), they are saved out of the order I entered them into > the system. This results in chapters being listed out of order, and is > quite confusing. > > Any ideas to solve this problem? I read through the help files, but > have found no solution. > > Many thanks, > > > Christine Guerra > Library Assistant > Biblioth??que J.N. Desmarais Library > Laurentian University > 935 Ramsey Lake Road, Sudbury, Ontario > > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > From Christina.Richison at nitle.org Tue Feb 3 09:37:48 2009 From: Christina.Richison at nitle.org (Christina Richison) Date: Tue, 3 Feb 2009 09:37:48 -0500 Subject: [Dspace-general] Room Rates $36.14 per person, per night at NIS Camp at Smith College Message-ID: <08119B28F4B3FF46A5747921C9FAA678D2763B@AA1EXCH06.office.share.org> Dear DSpace Community, NITLE Information Services Camp has just released information regarding room rates for the NIS Camp at Smith College this summer, June 1-4, 2009. NIS Camp is a four-day intensive set of fifteen workshops and meetings on topics critical to managing our information services in higher education efficiently and effectively. More information regarding NIS Camp be seen at, http://campnis.blog.nitle.org/. Room rates at Smith College are $36.14 per person, per night. We have a limited number of rooms available on a first-come, first-serve basis. Participants not a part of the NITLE Network may participate in NIS Camp events as part of the NITLE/DSpace Collaboration, http://www.dspace.org/index.php/News-Archive/NITLE/DSpace-Foundation-Col laboration.html. Please let me know if you have any questions. All the best, Christina Richison Christina Richison NITLE Information Services http://tinyurl.com/niscamp p. 734.661.1012 Southwestern University | P.O. Box 7385 1001 East University Avenue | Georgetown, Texas 78626 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090203/412dfdb0/attachment.htm From pgo at iit.edu Wed Feb 4 14:49:33 2009 From: pgo at iit.edu (Paul Go) Date: Wed, 4 Feb 2009 13:49:33 -0600 Subject: [Dspace-general] DSpace on BSD Message-ID: Hello, I am considering running a DSpace server and would prefer to use a BSD flavor rather than Linux. Has this been done? Are there special considerations? Paul Go System Support Librarian Paul V. Galvin Library 35 West 33rd Street Chicago, IL 60616 312.567.7997 pgo at iit.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090204/8539d93a/attachment.htm From dsalo at library.wisc.edu Wed Feb 4 14:59:17 2009 From: dsalo at library.wisc.edu (Dorothea Salo) Date: Wed, 4 Feb 2009 13:59:17 -0600 Subject: [Dspace-general] DSpace on BSD In-Reply-To: References: Message-ID: <356cf3980902041159q12999feah8fb337b13faf2d28@mail.gmail.com> 2009/2/4 Paul Go : > Hello, > > I am considering running a DSpace server and would prefer to use a BSD > flavor rather than Linux. Has this been done? Are there special > considerations? A number of places run it on Mac OS X Server, which is BSD-flavored. In my previous experience with DSpace-over-Mac, various OS X-specific wackinesses caused more problems than anything related to BSD. I suspect you'd be fine. Dorothea -- Dorothea Salo dsalo at library.wisc.edu Digital Repository Librarian AIM: mindsatuw University of Wisconsin Rm 218, Memorial Library (608) 262-5493 From wajohnst at uoguelph.ca Wed Feb 4 15:23:09 2009 From: wajohnst at uoguelph.ca (Wayne Johnston) Date: Wed, 4 Feb 2009 15:23:09 -0500 (EST) Subject: [Dspace-general] opening a collection to submission to all registered users Message-ID: <857636293.7128951233778989056.JavaMail.root@erie.cs.uoguelph.ca> Is there a simple way to enable all registered users to submit to a given collection? For our e-thesis collection all graduating students will be submitters. Rather than having each one register and request to be added to the submitter group, it would be nice if DSpace recognized each student as a valid submitter as soon as she/he registers. Am I overlooking a simple solution? If not, I'm thinking about a nightly routine to add any new users to the submitter group. We are using DSpace 1.5, xmlui/manakin. Thanks. w -- Wayne Johnston Digital Initiatives Librarian, University of Guelph 519.824.4120 x56900 wajohnst at uoguelph.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090204/3fa6d630/attachment.htm From Claudia.Juergen at ub.uni-dortmund.de Wed Feb 4 15:45:06 2009 From: Claudia.Juergen at ub.uni-dortmund.de (Claudia Juergen) Date: Wed, 4 Feb 2009 21:45:06 +0100 (CET) Subject: [Dspace-general] opening a collection to submission to all registered users In-Reply-To: <857636293.7128951233778989056.JavaMail.root@erie.cs.uoguelph.ca> References: <857636293.7128951233778989056.JavaMail.root@erie.cs.uoguelph.ca> Message-ID: Hi Wayne, in 1.5.2 there will be the possibility to have implicit groups for all registered users. Hope that helps Claudia J?rgen > Is there a simple way to enable all registered users to submit to a given > collection? > For our e-thesis collection all graduating students will be submitters. > Rather than having each one register and request to be added to the > submitter group, it would be nice if DSpace recognized each student as a > valid submitter as soon as she/he registers. > Am I overlooking a simple solution? > If not, I'm thinking about a nightly routine to add any new users to the > submitter group. > > We are using DSpace 1.5, xmlui/manakin. > > Thanks. > > w > > -- > > Wayne Johnston > Digital Initiatives Librarian, University of Guelph > 519.824.4120 x56900 > wajohnst at uoguelph.ca > > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > From wajohnst at uoguelph.ca Thu Feb 5 10:26:25 2009 From: wajohnst at uoguelph.ca (Wayne Johnston) Date: Thu, 5 Feb 2009 10:26:25 -0500 (EST) Subject: [Dspace-general] opening a collection to submission to all registered users In-Reply-To: <214680059.103681233847307360.JavaMail.root@erie.cs.uoguelph.ca> Message-ID: <1005895877.108361233847585723.JavaMail.root@erie.cs.uoguelph.ca> Thanks, Andrew. This is the approach I favoured and I have got it working finally but there were some inconsistencies (bugs?) that I thought I should document for the list. These issues are probably specific to dspace 1.5/xmlui/manakin. Initially I tried adding the anonymous group through the "assign roles" page under "edit collection" in the manakin interface. That didn't work. Then I went to "edit authorization policies directly", which gives me different information from what I see on the "assign roles" page. So this is perhaps bug number 1. In any case, adding the anonymous group to the submitters group here still does not work. Curiously, when I would go to the collection home page there would be a "submit a new item to this collection" link but it would go to the submission page with no entry in the "select a collection" drop-down list. I still could not submit. Finally I added a new policy explicitly enabling anonymous to "add". This worked. In other words, it was not working when I tried to add anonymous as a group within an existing submitters group, but it did work when I added a separate policy for anonymous. This probably relates to Kim's response dealing with stackable authentication but I haven't yet looked into that. Thanks again for your help. w ----- Original Message ----- From: "Andrew White" To: dspace-general at mit.edu Cc: "Wayne Johnston" Sent: Wednesday, February 4, 2009 3:44:06 PM GMT -05:00 US/Canada Eastern Subject: RE: [Dspace-general] opening a collection to submission to all registered users The easiest solution is to allow Anonymous submission to a collection. People still have to register to submit, but after that they can submit without admin having to add them to a group. We use this for our thesis collections, and so far have not had anyone who is not a student bothering to register and submit - which of course is the risk of this approach. _________________________________________________________ Andrew White Information Technology Librarian Lincoln University Library PO Box 64, Lincoln University, Lincoln 7647, New Zealand. tel: +64-3-3218542 fax: +64-3-3252944 email: andrew.white at lincoln.ac.nz From: dspace-general-bounces at mit.edu [mailto:dspace-general-bounces at mit.edu] On Behalf Of Wayne Johnston Sent: Thursday, 5 February 2009 9:23 AM To: dspace-general at mit.edu Subject: [Dspace-general] opening a collection to submission to all registered users Is there a simple way to enable all registered users to submit to a given collection? For our e-thesis collection all graduating students will be submitters. Rather than having each one register and request to be added to the submitter group, it would be nice if DSpace recognized each student as a valid submitter as soon as she/he registers. Am I overlooking a simple solution? If not, I'm thinking about a nightly routine to add any new users to the submitter group. We are using DSpace 1.5, xmlui/manakin. Thanks. w -- Wayne Johnston Digital Initiatives Librarian, University of Guelph 519.824.4120 x56900 wajohnst at uoguelph.ca -- Wayne Johnston Digital Initiatives Librarian, University of Guelph 519.824.4120 x56900 wajohnst at uoguelph.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090205/c8afd300/attachment.htm From roberttansley at google.com Thu Feb 5 16:21:40 2009 From: roberttansley at google.com (Robert Tansley) Date: Thu, 5 Feb 2009 16:21:40 -0500 Subject: [Dspace-general] Problem with DSpace 1.5, 1.5.1 prevents indexing by search engines Message-ID: <38d44e00902051321m9618f87k5a4329bd34de9a2c@mail.gmail.com> To all users of DSpace 1.5 and DSpace 1.5.1: These versions of DSpace ship with a bad robots.txt file that prevents search engines such as Google Scholar or Yahoo from indexing any content on a DSpace site. To check if this applies to you: - Visit your site's robots.txt -- http://your_dspace_hostname.edu/robots.txt - If you see the following line you have a bad robots.txt: Disallow: /browse It is important that you REMOVE this line from your robots.txt to ensure that your DSpace instance is correctly indexed by search engines. More info on ensuring your DSpace site is correctly indexed here: http://wiki.dspace.org/index.php?title=Ensuring_your_instance_is_indexed Robert Tansley / Google -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090205/db5c2db3/attachment.htm From john at lis.upatras.gr Fri Feb 6 06:21:41 2009 From: john at lis.upatras.gr (Giannis Tsakonas) Date: Fri, 6 Feb 2009 13:21:41 +0200 Subject: [Dspace-general] 13th European Conference on Digital Libraries - Call for Tutorials, Workshops, DC papers, Panels Message-ID: <3599F7738BFA4E9AAC6710BD3B141EC8@Aktaie> ---Apologies for cross-posting--- 13th European Conference on Digital Libraries (ECDL2009) September 27 - October 2, 2009, Corfu, Greece http://www.ecdl2009.eu/ # Calls *** Call for Tutorials Proposals: http://www.ionio.gr/conferences/ecdl2009/tutorials.php *** Call for Workshops Proposals: http://www.ionio.gr/conferences/ecdl2009/workshops.php *** Call for Doctoral Consortium Papers: http://www.ionio.gr/conferences/ecdl2009/dc.php *** Call for Panel Proposals: http://www.ionio.gr/conferences/ecdl2009/panels.php # Dates *** Submissions deadline for Workshops, Tutorials and Panels: February 27, 2009 *** Workshops, Tutorials and Panels Acceptance Notification: April 15, 2009 *** Workshops, Tutorials, Panels, Posters and Demonstrations Webpage on Conference Site: April 30, 2009 *** Submission deadline for Doctoral Consortium Papers: June 1, 2009 *** Doctoral Consortium Acceptance Notification: June 30, 2009 # General Call The Call for Contributions for ECDL2009 can be found at: http://www.ionio.gr/conferences/ecdl2009/call.php # Promotion Finally, you can also find the poster and the leaflet of the conference at: http://www.ionio.gr/conferences/ecdl2009/content/poster_A4.pdf http://www.ionio.gr/conferences/ecdl2009/content/poster_A3.pdf http://www.ionio.gr/conferences/ecdl2009/content/ECDL_leaflet_2ndEdition.pdf See you in Corfu next September! From amy_brand at harvard.edu Mon Feb 9 12:28:58 2009 From: amy_brand at harvard.edu (Amy Brand) Date: Mon, 9 Feb 2009 12:28:58 -0500 Subject: [Dspace-general] opportunity to work on Harvard's DSpace repository Message-ID: Apply for this job at http://jobs.harvard.edu/jobs/search_req (requisition #36190) POSITION: Digital Library Software Engineer, Harvard University Library Duties and responsibilities. Harvard University?s Library seeks programmer/analyst for development of a digital scholarship repository. This is a unique opportunity to serve as the technical lead on a project to collect and share the university?s research with the world. Responsibilities include development of web applications, tools, interfaces, and databases. The hire will assume ongoing configuration, customization, and integration of our open-source DSpace repository, with the aim of rapidly deploying production code for user-friendly deposit, management, and reporting processes. The position requires the ability to multi-task and to help grasp requirements from discussions with stakeholders, recommend solutions, and translate these into specifications, prototypes, and production code with accompanying documentation. The ideal candidate will work efficiently, creatively, and independently as requirements evolve, and also enjoy collaborative problem solving (locally as well as more broadly, in regular communication with other repository developers). Required education, experience, and skills: BA/BS or higher degree in computer/information science with a minimum of five years Java development experience and demonstrated communication skills. Track record of success designing, developing, deploying, and managing both stand-alone and Internet applications utilizing Unix, Java, and World Wide Web technologies. Background in IT and library systems in academic settings, especially DSpace, desirable. The hire will customize DSpace with Manakin, utilizing XML, XSL, SQL, and JDBC technologies. The preferred candidate will have experience with these technologies, as well as open source development environments and protocols. Familiarity with library metadata standards and bibliographic information structure also a plus. Additional information. One-year term appointment with possibility of renewal. Reports to the Manager of Systems Development in the Office for Information and the Program Manager of the Office for Scholarly Communication. For more information, see the following web sites: http://hul.harvard.edu/ois and http://osc.hul.harvard.edu. Harvard University requires pre-employment reference and background screening. Harvard University is an Affirmative Action/Equal Opportunity employer. Apply for this job at http://jobs.harvard.edu/jobs/search_req (requisition #36190) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090209/c2948547/attachment.htm From rea.devakos at utoronto.ca Mon Feb 9 15:50:47 2009 From: rea.devakos at utoronto.ca (Rea Devakos) Date: Mon, 09 Feb 2009 15:50:47 -0500 Subject: [Dspace-general] call for proposals Dspace Day at Open Repositories 09 Message-ID: <49909727.8050306@utoronto.ca> CALL for ?DSpace Day? at OR09 Proposals DSpace invites presentation proposals for the next DSpace User Group Meeting, to be held Atlanta, Georgia on May 20-21, 2009. The meeting is in conjunction with the Open Repositories 2009 conference (https://or09.library.gatech.edu). We invite repository managers, developers and researchers to submit presentations proposals describing their experiences implementing, using, customizing and developing DSpace. The DSpace program committee is soliciting proposals of both a practical (tutorials, case studies, best practices) and theoretical nature. *Requirements: * A title and an abstract of up to 400 words. Full papers are NOT required. *Deadlines:* Paper Submission Deadline: Friday, March 6, 2009 Notification of Acceptance: Friday, April 3, 2009 DSpace User Meeting: May 20-21, 2009. Atlanta, Georgia, USA.Open Repositories 2009: May 18-21, 2009. Full DSpace User Group Meeting at OR09 information https://or09.library.gatech.edu/dspace.php *Themes *include, but are not limited to: Incorporating video and audio in your repository Value added services for your DSpace repository Utilization of Statistics for your repository Lessons learned upgrading to 1.5 Managing ETD workflows Increasing searching, promotion and visibility through data mining or other means Interoperability: among repositories, with other systems, with the Web Object reuse and exchange (OAI-ORE) Supporting eresearch, data and local communities Workflow integration Digital preservation environments, policies and issues New use cases for DSpace outside of a traditional IR Developing / customizing the interface for your repository: Manakin etc. *Submission:* via the Open Repositories author submission site powered by Open Conference Systems at http://conferences.library.gatech.edu/or/or09/user/account?source=&requiresPresenter For further information, please contact rea.devakosATutoronto.ca -- Rea Devakos Coordinator, Scholarly Communication Initiatives University of Toronto Libraries e:rea.devakos at utoronto.ca v:416 946 0113 f:416 978 1668 7th floor, Robarts Library Information Technology Services 130 St. George St. Toronto ON Canada M5S 1A5 From stb28 at cam.ac.uk Tue Feb 10 05:59:20 2009 From: stb28 at cam.ac.uk (Simon Brown) Date: Tue, 10 Feb 2009 10:59:20 +0000 Subject: [Dspace-general] [Dspace-tech] how to configure DSpace for CML files In-Reply-To: <2db6d47e0902091140i2391d022o86acd70d48cef5d2@mail.gmail.com> References: <2db6d47e0902091140i2391d022o86acd70d48cef5d2@mail.gmail.com> Message-ID: <267BB12F-320B-4987-9EB2-316EA82345E6@cam.ac.uk> On 9 Feb 2009, at 19:40, Andrew Marlow wrote: > Please, can someone please tell me how to configure DSpace to > recognise CML files? CML is Chemical Markup Language. It is used by > digital libraries that store chemical structures. The usual action > is to run jmol on the CML file which causes it to be viewed as a 3D > rotating image. I presume CML can be recognised by DSpace, similar > to how it can use a PDF viewer to display PDF files. Your DSpace would need an entry for CML in the metadata registry; I don't know if this happens by default. You also need to configure your browser to run jmol on downloaded CML files. It's your browser, not DSpace, which launches a PDF viewer to show PDFs. Regards, -- Simon Brown - Cambridge University Computing Service +44 1223 3 34714 - New Museums Site, Pembroke Street, Cambridge CB2 3QH From marobledo at santafe.gov.ar Tue Feb 10 09:34:56 2009 From: marobledo at santafe.gov.ar (Miguel A. Robledo) Date: Tue, 10 Feb 2009 12:34:56 -0200 Subject: [Dspace-general] error create-administrator Message-ID: <49919090.7070001@santafe.gov.ar> Hi, I install dspace 1.4 but i have the follow error when i run /dspace/bin/create-administrator: Exception occurred:org.postgresql.util.PSQLException: ERROR: el operador no existe: integer = character varying org.postgresql.util.PSQLException: ERROR: el operador no existe: integer = character varying at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1548) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1316) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:191) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:351) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:255) at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92) at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92) at org.dspace.storage.rdbms.DatabaseManager.queryTable(DatabaseManager.java:159) at org.dspace.storage.rdbms.DatabaseManager.querySingleTable(DatabaseManager.java:447) at org.dspace.storage.rdbms.DatabaseManager.querySingleTable(DatabaseManager.java:465) at org.dspace.storage.rdbms.DatabaseManager.findByUnique(DatabaseManager.java:647) at org.dspace.storage.rdbms.DatabaseManager.find(DatabaseManager.java:612) at org.dspace.eperson.Group.find(Group.java:628) at org.dspace.administer.CreateAdministrator.main(CreateAdministrator.java:142) Anybody knows the reason? Thanks. From mwood at IUPUI.Edu Tue Feb 10 11:46:43 2009 From: mwood at IUPUI.Edu (Mark H. Wood) Date: Tue, 10 Feb 2009 11:46:43 -0500 Subject: [Dspace-general] [Dspace-tech] error create-administrator In-Reply-To: <49919090.7070001@santafe.gov.ar> References: <49919090.7070001@santafe.gov.ar> Message-ID: <20090210164643.GG19579@IUPUI.Edu> It might be helpful to know the precise versions of the software you're using. Are you setting up DSpace 1.4, which is now somewhat old, or 1.4.2, the latest on the 1.4 branch? The error text suggests that you are using a very recent PostgreSQL. Pg 8.3 removes some default type casting that older versions did. There may be some sort of mismatch between the JDBC2 driver and a recent Pg. Here we're using PostgreSQL 8.0.8 (which I'd like to upgrade, but my distro. is stuck at 8.0) and the JDBC3 driver 8.1-404 with DSpace 1.4.1, 1.4.2, and 1.5.1. -- 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/20090210/837eab0f/attachment.bin From cwbailey at digital-scholarship.com Tue Feb 10 17:49:11 2009 From: cwbailey at digital-scholarship.com (Charles W. Bailey, Jr.) Date: Tue, 10 Feb 2009 16:49:11 -0600 Subject: [Dspace-general] Scholarly Electronic Publishing Bibliography 2008 Annual Edition Message-ID: <49920467.3030209@digital-scholarship.com> The Scholarly Electronic Publishing Bibliography: 2008 Annual Edition is now available from Digital Scholarship. Annual editions of the bibliography are PDF files designed for printing. This edition is over 285 pages long. It presents over 3,350 articles, books, and other printed and electronic sources that are useful in understanding scholarly electronic publishing efforts on the Internet. Where possible, links are provided to works that are freely available on the Internet, including e-prints in disciplinary archives and institutional repositories. http://www.digital-scholarship.org/sepb/annual/annual.htm For a discussion of the numerous changes in my digital publications since my resignation from the University of Houston Libraries (http://tinyurl.com/5en4jt), see: http://www.digital-scholarship.org/cwb/dsoverview.htm Bibliography Sections The bibliography has the following sections: Table of Contents 1 Economic Issues 2 Electronic Books and Texts 2.1 Case Studies and History 2.2 General Works 2.3 Library Issues 3 Electronic Serials 3.1 Case Studies and History 3.2 Critiques 3.3 Electronic Distribution of Printed Journals 3.4 General Works 3.5 Library Issues 3.6 Research 4 General Works 5 Legal Issues 5.1 Intellectual Property Rights 5.2 License Agreements 6 Library Issues 6.1 Cataloging, Identifiers, Linking, and Metadata 6.2 Digital Libraries 6.3 General Works 6.4 Information Integrity and Preservation 7 New Publishing Models 8 Publisher Issues 8.1 Digital Rights Management 9 Repositories, E-Prints, and OAI Appendix A. Related Bibliographies Appendix B. About the Author 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/ RSS: http://feeds2.feedburner.com/DigitalKoans (3) Electronic Theses and Dissertations Bibliography http://digital-scholarship.org/etdb/etdb.htm (4) Google Book Search Bibliography http://digital-scholarship.org/gbsb/gbsb.htm (5) Institutional Repositories, Tout de Suite http://www.digital-scholarship.org/ts/irtoutsuite.pdf (6) Open Access Bibliography: Liberating Scholarly Literature with E-Prints and Open Access Journals http://digital-scholarship.org/oab/oab.htm -- Best Regards, Charles Charles W. Bailey, Jr. Publisher, Digital Scholarship http://www.digital-scholarship.org/ http://digital-scholarship.org/cwb/briefresume.htm From wajohnst at uoguelph.ca Wed Feb 11 09:14:23 2009 From: wajohnst at uoguelph.ca (Wayne Johnston) Date: Wed, 11 Feb 2009 09:14:23 -0500 (EST) Subject: [Dspace-general] establishing default values for a collection Message-ID: <139123198.3092671234361663420.JavaMail.root@erie.cs.uoguelph.ca> We are using DSpace 1.5/xmlui with Manakin. How do I edit the default values for fields in existing collections? I know I can establish default values when I'm creating a collection but I can't see how to establish new defaults once the collection exists. Thanks. Wayne -- Wayne Johnston Digital Initiatives Librarian, University of Guelph 519.824.4120 x56900 wajohnst at uoguelph.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090211/35205fc5/attachment.htm From Claudia.Juergen at ub.uni-dortmund.de Wed Feb 11 09:40:48 2009 From: Claudia.Juergen at ub.uni-dortmund.de (=?UTF-8?B?Q2xhdWRpYSBKw7xyZ2Vu?=) Date: Wed, 11 Feb 2009 15:40:48 +0100 Subject: [Dspace-general] establishing default values for a collection In-Reply-To: <139123198.3092671234361663420.JavaMail.root@erie.cs.uoguelph.ca> References: <139123198.3092671234361663420.JavaMail.root@erie.cs.uoguelph.ca> Message-ID: <4992E370.3020309@ub.uni-dortmund.de> Hi Wayne, log in as admin, navigate to the collection. Click on Edit Collection in the Context Menu. Hence the edit page for the collection is diplayed. At the foot of the metadata screen is the opton to edit/create the collection template. Hope that helps Claudia J?rgen Wayne Johnston schrieb: > We are using DSpace 1.5/xmlui with Manakin. > How do I edit the default values for fields in existing collections? > I know I can establish default values when I'm creating a collection but I can't see how to establish new defaults once the collection exists. > > Thanks. > > Wayne > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general From marobledo at santafe.gov.ar Wed Feb 11 09:42:04 2009 From: marobledo at santafe.gov.ar (Miguel A. Robledo) Date: Wed, 11 Feb 2009 12:42:04 -0200 Subject: [Dspace-general] Install Dspace 1.5.1 Message-ID: <4992E3BC.9090103@santafe.gov.ar> Hi, I'm trying install Dspace 1.5.1 on ubuntu follow this page http://wiki.dspace.org/index.php/Installing_DSpace_1.5_on_Ubuntu_8.04, but the directory or path to file is wrong. Any have a correct install guide? Thanks From mrhavercamp at gmail.com Wed Feb 11 09:54:27 2009 From: mrhavercamp at gmail.com (Mr Havercamp) Date: Wed, 11 Feb 2009 23:54:27 +0900 Subject: [Dspace-general] [Dspace-tech] Install Dspace 1.5.1 In-Reply-To: <4992E3BC.9090103@santafe.gov.ar> References: <4992E3BC.9090103@santafe.gov.ar> Message-ID: <4992E6A3.3040108@gmail.com> What step are you stuck on? Regards Hayden Miguel A. Robledo wrote: > Hi, > I'm trying install Dspace 1.5.1 on ubuntu follow this page > http://wiki.dspace.org/index.php/Installing_DSpace_1.5_on_Ubuntu_8.04, > but the directory or path to file is wrong. > > Any have a correct install guide? > > Thanks > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code to > build responsive, highly engaging applications that combine the power of local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > DSpace-tech mailing list > DSpace-tech at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/dspace-tech > From marobledo at santafe.gov.ar Wed Feb 11 10:22:34 2009 From: marobledo at santafe.gov.ar (Miguel A. Robledo) Date: Wed, 11 Feb 2009 13:22:34 -0200 Subject: [Dspace-general] [Dspace-tech] Install Dspace 1.5.1 In-Reply-To: <4992E6A3.3040108@gmail.com> References: <4992E3BC.9090103@santafe.gov.ar> <4992E6A3.3040108@gmail.com> Message-ID: <4992ED3A.9040805@santafe.gov.ar> Excuse me, i write wrong the problem. In the step 13-4 (mvn package) the result is: mvn package [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 artifactfrom 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] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Wed Feb 11 13:17:55 ARST 2009 [INFO] Final Memory: 2M/41M [INFO] ------------------------------------------------------------------------ The error is downloading the file. Is the file correct? Thanks From mrhavercamp at gmail.com Wed Feb 11 10:23:35 2009 From: mrhavercamp at gmail.com (Mr Havercamp) Date: Thu, 12 Feb 2009 00:23:35 +0900 Subject: [Dspace-general] [Dspace-tech] Install Dspace 1.5.1 In-Reply-To: <4992ED3A.9040805@santafe.gov.ar> References: <4992E3BC.9090103@santafe.gov.ar> <4992E6A3.3040108@gmail.com> <4992ED3A.9040805@santafe.gov.ar> Message-ID: <4992ED77.7060201@gmail.com> Miguel A. Robledo wrote: > Excuse me, i write wrong the problem. > > In the step 13-4 (mvn package) the result is: > > mvn package > [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 artifactfrom 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] > ------------------------------------------------------------------------ > [INFO] Total time: < 1 second > [INFO] Finished at: Wed Feb 11 13:17:55 ARST 2009 > [INFO] Final Memory: 2M/41M > [INFO] > ------------------------------------------------------------------------ > > The error is downloading the file. > > Is the file correct? > > Thanks I had to run sudo to get mine to work; sudo mvn package From adevenish at whoi.edu Wed Feb 11 10:40:42 2009 From: adevenish at whoi.edu (Ann Devenish) Date: Wed, 11 Feb 2009 10:40:42 -0500 Subject: [Dspace-general] [Fwd: WHOAS Request for Proposal] Message-ID: <4992F17A.5080700@whoi.edu> ***Please pardon the duplicate postings*** Dear Colleagues: The MBLWHOI Library (Marine Biological Laboratory and Woods Hole Oceanographic Institution Library) is soliciting bids for a service provider to configure, customize, and provide ongoing technical support for the library's DSpace installation, known as Woods Hole Open Access Server (WHOAS). A PDF copy of our Request for Proposal (RFP) can be obtained by sending a request to my attention. Kind regards, Ann Devenish -------------- next part -------------- A non-text attachment was scrubbed... Name: adevenish.vcf Type: text/x-vcard Size: 282 bytes Desc: not available Url : http://mailman.mit.edu/pipermail/dspace-general/attachments/20090211/5e052779/attachment.vcf From marobledo at santafe.gov.ar Wed Feb 11 10:51:26 2009 From: marobledo at santafe.gov.ar (Miguel A. Robledo) Date: Wed, 11 Feb 2009 13:51:26 -0200 Subject: [Dspace-general] [Dspace-tech] Install Dspace 1.5.1 In-Reply-To: <4992ED77.7060201@gmail.com> References: <4992E3BC.9090103@santafe.gov.ar> <4992E6A3.3040108@gmail.com> <4992ED3A.9040805@santafe.gov.ar> <4992ED77.7060201@gmail.com> Message-ID: <4992F3FE.30206@santafe.gov.ar> I runned as root but the error is same, but the file pom.xml exist in the directoy. The log says "may not be this project's POM" is this correct. Can I do the step 13-5? Here is second problem, the path [dspace-src]/dspace/target/dspace-[version]-build.dir/ don't exists. Thanks Mr Havercamp escribi?: > Miguel A. Robledo wrote: >> Excuse me, i write wrong the problem. >> >> In the step 13-4 (mvn package) the result is: >> >> mvn package >> [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 artifactfrom 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] >> ------------------------------------------------------------------------ >> [INFO] Total time: < 1 second >> [INFO] Finished at: Wed Feb 11 13:17:55 ARST 2009 >> [INFO] Final Memory: 2M/41M >> [INFO] >> ------------------------------------------------------------------------ >> >> The error is downloading the file. >> >> Is the file correct? >> >> Thanks > I had to run sudo to get mine to work; > > sudo mvn package > . > From bill.anderson at library.gatech.edu Wed Feb 11 11:34:31 2009 From: bill.anderson at library.gatech.edu (Anderson, Charles W) Date: Wed, 11 Feb 2009 11:34:31 -0500 (EST) Subject: [Dspace-general] [Dspace-tech] Install Dspace 1.5.1 In-Reply-To: <4992F3FE.30206@santafe.gov.ar> Message-ID: <37614875.4165031234370071488.JavaMail.root@mail6.gatech.edu> Your build is attempting to download the site plugin POM from a remote repository. If you enter the given url in a browser, you'll see that the POM is there, so my guess is that this is some sort of firewall problem. The directory you're missing (dspace-[version]-build.dir) is built by maven, so it won't be there until you're able to run mvn package successfully. Bill Anderson Software Developer Digital Library Development Georgia Tech Library ----- "Miguel A. Robledo" wrote: | I runned as root but the error is same, but the file pom.xml exist in | the directoy. | | The log says "may not be this project's POM" is this correct. | Can I do the step 13-5? Here is second problem, the path | [dspace-src]/dspace/target/dspace-[version]-build.dir/ don't | exists. | | Thanks | | Mr Havercamp escribi?: | > Miguel A. Robledo wrote: | >> Excuse me, i write wrong the problem. | >> | >> In the step 13-4 (mvn package) the result is: | >> | >> mvn package | >> [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 artifactfrom 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] | >> | ------------------------------------------------------------------------ | >> [INFO] Total time: < 1 second | >> [INFO] Finished at: Wed Feb 11 13:17:55 ARST 2009 | >> [INFO] Final Memory: 2M/41M | >> [INFO] | >> | ------------------------------------------------------------------------ | >> | >> The error is downloading the file. | >> | >> Is the file correct? | >> | >> Thanks | > I had to run sudo to get mine to work; | > | > sudo mvn package | > . | > | | | ------------------------------------------------------------------------------ | Create and Deploy Rich Internet Apps outside the browser with | Adobe(R)AIR(TM) | software. With Adobe AIR, Ajax developers can use existing skills and | code to | build responsive, highly engaging applications that combine the power | of local | resources and data with the reach of the web. Download the Adobe AIR | SDK and | Ajax docs to start building applications | today-http://p.sf.net/sfu/adobe-com | _______________________________________________ | DSpace-tech mailing list | DSpace-tech at lists.sourceforge.net | https://lists.sourceforge.net/lists/listinfo/dspace-tech From Christina.Richison at nitle.org Wed Feb 11 14:17:28 2009 From: Christina.Richison at nitle.org (Christina Richison) Date: Wed, 11 Feb 2009 14:17:28 -0500 Subject: [Dspace-general] Calls for Proposals Open for NIS Camp, Digital Repository and DSpace Meeting Message-ID: <08119B28F4B3FF46A5747921C9FAA678D276C9@AA1EXCH06.office.share.org> Dear DSpace Community, Calls for Proposals are open until Friday, February 27th for the Digital Repositories and DSpace User Community Meeting as part of NIS Camp to be held at Smith College, June 1-4, 2009. Following are helpful links to more information: NIS Camp blog, http://campnis.blog.nitle.org/ Digital Repository and DSpace Meeting, http://campnis.blog.nitle.org/explore-digital-repositories/ Calls for proposals, http://campnis.blog.nitle.org/2009/01/06/calls-for-proposals-are-open/ Camp Registration, http://campnis.blog.nitle.org/registration/ $36.14 / night lodging: http://campnis.blog.nitle.org/accommodations/ NITLE / DSpace Foundation Collaboration, http://www.dspace.org/index.php/News-Archive/NITLE/DSpace-Foundation-Col laboration.html Please let me know if you have any questions. Thanks, Christina Christina Richison NITLE Information Services http://tinyurl.com/niscamp p. 734.661.1012 Southwestern University | P.O. Box 7385 1001 East University Avenue | Georgetown, Texas 78626 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090211/dbb6a9ce/attachment.htm From marobledo at santafe.gov.ar Thu Feb 12 05:39:46 2009 From: marobledo at santafe.gov.ar (Miguel A. Robledo) Date: Thu, 12 Feb 2009 08:39:46 -0200 Subject: [Dspace-general] [Dspace-tech] Install Dspace 1.5.1 In-Reply-To: <37614875.4165031234370071488.JavaMail.root@mail6.gatech.edu> References: <37614875.4165031234370071488.JavaMail.root@mail6.gatech.edu> Message-ID: <4993FC72.1090602@santafe.gov.ar> How much pom files are necesary? Because, i will download the files from web browser and save as in the correct path with the correct name? What is the correct name? Thanks. Anderson, Charles W escribi?: > Your build is attempting to download the site plugin POM from a remote repository. If you enter the given url in a browser, you'll see that the POM is there, so my guess is that this is some sort of firewall problem. > > The directory you're missing (dspace-[version]-build.dir) is built by maven, so it won't be there until you're able to run mvn package successfully. > > Bill Anderson > Software Developer > Digital Library Development > Georgia Tech Library > > ----- "Miguel A. Robledo" wrote: > > | I runned as root but the error is same, but the file pom.xml exist in > | the directoy. > | > | The log says "may not be this project's POM" is this correct. > | Can I do the step 13-5? Here is second problem, the path > | [dspace-src]/dspace/target/dspace-[version]-build.dir/ don't > | exists. > | > | Thanks > | > | Mr Havercamp escribi?: > | > Miguel A. Robledo wrote: > | >> Excuse me, i write wrong the problem. > | >> > | >> In the step 13-4 (mvn package) the result is: > | >> > | >> mvn package > | >> [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 artifactfrom 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] > | >> > | ------------------------------------------------------------------------ > | >> [INFO] Total time: < 1 second > | >> [INFO] Finished at: Wed Feb 11 13:17:55 ARST 2009 > | >> [INFO] Final Memory: 2M/41M > | >> [INFO] > | >> > | ------------------------------------------------------------------------ > | >> > | >> The error is downloading the file. > | >> > | >> Is the file correct? > | >> > | >> Thanks > | > I had to run sudo to get mine to work; > | > > | > sudo mvn package > | > . > | > > | > | > | ------------------------------------------------------------------------------ > | Create and Deploy Rich Internet Apps outside the browser with > | Adobe(R)AIR(TM) > | software. With Adobe AIR, Ajax developers can use existing skills and > | code to > | build responsive, highly engaging applications that combine the power > | of local > | resources and data with the reach of the web. Download the Adobe AIR > | SDK and > | Ajax docs to start building applications > | today-http://p.sf.net/sfu/adobe-com > | _______________________________________________ > | DSpace-tech mailing list > | DSpace-tech at lists.sourceforge.net > | https://lists.sourceforge.net/lists/listinfo/dspace-tech > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code to > build responsive, highly engaging applications that combine the power of local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > DSpace-tech mailing list > DSpace-tech at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/dspace-tech > From marobledo at santafe.gov.ar Fri Feb 13 05:46:55 2009 From: marobledo at santafe.gov.ar (Miguel A. Robledo) Date: Fri, 13 Feb 2009 08:46:55 -0200 Subject: [Dspace-general] [Dspace-tech] Install Dspace 1.5.1 In-Reply-To: <4993FC72.1090602@santafe.gov.ar> References: <37614875.4165031234370071488.JavaMail.root@mail6.gatech.edu> <4993FC72.1090602@santafe.gov.ar> Message-ID: <49954F9F.70309@santafe.gov.ar> I configured netbeans with maven's plugin and then build the project. It downloaded all dependences and build was succesful. Thanks at all. Miguel Miguel A. Robledo escribi?: > How much pom files are necesary? Because, i will download the files from > web browser and save as in the correct path with the correct name? What > is the correct name? > > Thanks. > > Anderson, Charles W escribi?: > >> Your build is attempting to download the site plugin POM from a remote repository. If you enter the given url in a browser, you'll see that the POM is there, so my guess is that this is some sort of firewall problem. >> >> The directory you're missing (dspace-[version]-build.dir) is built by maven, so it won't be there until you're able to run mvn package successfully. >> >> Bill Anderson >> Software Developer >> Digital Library Development >> Georgia Tech Library >> >> ----- "Miguel A. Robledo" wrote: >> >> | I runned as root but the error is same, but the file pom.xml exist in >> | the directoy. >> | >> | The log says "may not be this project's POM" is this correct. >> | Can I do the step 13-5? Here is second problem, the path >> | [dspace-src]/dspace/target/dspace-[version]-build.dir/ don't >> | exists. >> | >> | Thanks >> | >> | Mr Havercamp escribi?: >> | > Miguel A. Robledo wrote: >> | >> Excuse me, i write wrong the problem. >> | >> >> | >> In the step 13-4 (mvn package) the result is: >> | >> >> | >> mvn package >> | >> [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 artifactfrom 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] >> | >> >> | ------------------------------------------------------------------------ >> | >> [INFO] Total time: < 1 second >> | >> [INFO] Finished at: Wed Feb 11 13:17:55 ARST 2009 >> | >> [INFO] Final Memory: 2M/41M >> | >> [INFO] >> | >> >> | ------------------------------------------------------------------------ >> | >> >> | >> The error is downloading the file. >> | >> >> | >> Is the file correct? >> | >> >> | >> Thanks >> | > I had to run sudo to get mine to work; >> | > >> | > sudo mvn package >> | > . >> | > >> | >> | >> | ------------------------------------------------------------------------------ >> | Create and Deploy Rich Internet Apps outside the browser with >> | Adobe(R)AIR(TM) >> | software. With Adobe AIR, Ajax developers can use existing skills and >> | code to >> | build responsive, highly engaging applications that combine the power >> | of local >> | resources and data with the reach of the web. Download the Adobe AIR >> | SDK and >> | Ajax docs to start building applications >> | today-http://p.sf.net/sfu/adobe-com >> | _______________________________________________ >> | DSpace-tech mailing list >> | DSpace-tech at lists.sourceforge.net >> | https://lists.sourceforge.net/lists/listinfo/dspace-tech >> >> ------------------------------------------------------------------------------ >> Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) >> software. With Adobe AIR, Ajax developers can use existing skills and code to >> build responsive, highly engaging applications that combine the power of local >> resources and data with the reach of the web. Download the Adobe AIR SDK and >> Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com >> _______________________________________________ >> DSpace-tech mailing list >> DSpace-tech at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/dspace-tech >> >> > > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > From yuricardenas at gmail.com Fri Feb 13 07:20:25 2009 From: yuricardenas at gmail.com (Yuri) Date: Fri, 13 Feb 2009 10:20:25 -0200 Subject: [Dspace-general] Displaying forms according to content type. Message-ID: <1892d16f0902130420wd98b1a1t172f41da2080685f@mail.gmail.com> Hi everyone. Let me introduce my self, once I'm new here and I don't know how much formal people are here. ;-) My name is Yuri Gomes Cardenas, I'm brazilian and study in a public university () which is located in the south, Florian?polis, Santa Catarina state. I work in a informatics laboratory (where we use, develop and promote free software) of the university and the project I'm engaged now has to do with a digital library with which we aim to give support to teachers of public high schools, of philosophy and sociology disciplines. After some search and attempts, we found DSpace and started learning how this software works. The question is: Does anyone know if DSpace has some native mechanism for displaying the submission forms according to the content type? That is, once I choose a "audio" content type, the next steps should display some set of field (obviously, related to this content type) and if I choose an "article", another set of fields (not necessarily completely different) are displayed. We already know that it's possible to change forms' fields according to Collections, but we do not think this would be the best way of doing that. And I hope my bad written english do not interfere my threads' understanding. =) Thanks in advance. *Yuri Gomes Cardenas* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090213/040ee939/attachment.htm From robin.taylor at ed.ac.uk Fri Feb 13 07:43:10 2009 From: robin.taylor at ed.ac.uk (Robin Taylor) Date: Fri, 13 Feb 2009 12:43:10 +0000 Subject: [Dspace-general] Displaying forms according to content type. In-Reply-To: <1892d16f0902130420wd98b1a1t172f41da2080685f@mail.gmail.com> Message-ID: <20090213124310187.00000004200@LIB-PC-0418> Hi Yuri, Unfortunately Dspace doesn't have a type based submission. The best you can do is what you described, have different collections for different types. Sorry to not be of more help. Robin. Robin Taylor Main Library University of Edinburgh Tel. 0131 6515208 > -----Original Message----- > From: dspace-general-bounces at mit.edu > [mailto:dspace-general-bounces at mit.edu] On Behalf Of Yuri > Sent: 13 February 2009 12:20 > To: dspace-general at mit.edu > Subject: [Dspace-general] Displaying forms according to content type. > > Hi everyone. > > Let me introduce my self, once I'm new here and I don't know > how much formal people are here. ;-) > > My name is Yuri Gomes Cardenas, I'm brazilian and study in a > public university () which is located in the > south, Florian?polis, Santa Catarina state. I work in a > informatics laboratory (where we use, develop and promote > free software) of the university and the project I'm engaged > now has to do with a digital library with which we aim to > give support to teachers of public high schools, of > philosophy and sociology disciplines. After some search and > attempts, we found DSpace and started learning how this > software works. > > The question is: > > Does anyone know if DSpace has some native mechanism for > displaying the submission forms according to the content > type? That is, once I choose a "audio" content type, the next > steps should display some set of field (obviously, related to > this content type) and if I choose an "article", another set > of fields (not necessarily completely different) are > displayed. We already know that it's possible to change > forms' fields according to Collections, but we do not think > this would be the best way of doing that. > > And I hope my bad written english do not interfere my > threads' understanding. =) > > Thanks in advance. > > Yuri Gomes Cardenas > > -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. From yuricardenas at gmail.com Fri Feb 13 08:14:33 2009 From: yuricardenas at gmail.com (Yuri) Date: Fri, 13 Feb 2009 11:14:33 -0200 Subject: [Dspace-general] Displaying forms according to content type. In-Reply-To: <20090213124310187.00000004200@LIB-PC-0418> References: <1892d16f0902130420wd98b1a1t172f41da2080685f@mail.gmail.com> <20090213124310187.00000004200@LIB-PC-0418> Message-ID: <1892d16f0902130514i67422f5kf56624990d63105b@mail.gmail.com> Robin, I think we should have asked before trying to find a way DSpace inside. =P Really thank you for your fast answer, Robin. Perhaps someone have tried a way of doing it. Anyone? (Even I ask, our conclusion is that developing this in DSpace is not that easy.) Yuri On Fri, Feb 13, 2009 at 10:43 AM, Robin Taylor wrote: > Hi Yuri, > > Unfortunately Dspace doesn't have a type based submission. The best you can > do is what you described, have different collections for different types. > Sorry to not be of more help. > > Robin. > > Robin Taylor > Main Library > University of Edinburgh > Tel. 0131 6515208 > > > -----Original Message----- > > From: dspace-general-bounces at mit.edu > > [mailto:dspace-general-bounces at mit.edu] On Behalf Of Yuri > > Sent: 13 February 2009 12:20 > > To: dspace-general at mit.edu > > Subject: [Dspace-general] Displaying forms according to content type. > > > > Hi everyone. > > > > Let me introduce my self, once I'm new here and I don't know > > how much formal people are here. ;-) > > > > My name is Yuri Gomes Cardenas, I'm brazilian and study in a > > public university () which is located in the > > south, Florian?polis, Santa Catarina state. I work in a > > informatics laboratory (where we use, develop and promote > > free software) of the university and the project I'm engaged > > now has to do with a digital library with which we aim to > > give support to teachers of public high schools, of > > philosophy and sociology disciplines. After some search and > > attempts, we found DSpace and started learning how this > > software works. > > > > The question is: > > > > Does anyone know if DSpace has some native mechanism for > > displaying the submission forms according to the content > > type? That is, once I choose a "audio" content type, the next > > steps should display some set of field (obviously, related to > > this content type) and if I choose an "article", another set > > of fields (not necessarily completely different) are > > displayed. We already know that it's possible to change > > forms' fields according to Collections, but we do not think > > this would be the best way of doing that. > > > > And I hope my bad written english do not interfere my > > threads' understanding. =) > > > > Thanks in advance. > > > > Yuri Gomes Cardenas > > > > > > > -- > The University of Edinburgh is a charitable body, registered in > Scotland, with registration number SC005336. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090213/9f273eeb/attachment.htm From Ina.Smith at up.ac.za Thu Feb 12 15:03:49 2009 From: Ina.Smith at up.ac.za (Ina Smith) Date: Thu, 12 Feb 2009 22:03:49 +0200 Subject: [Dspace-general] Last Reminder: Institutional Repository Workshop 1-3 April 2009, University of Pretoria Message-ID: <49949CC5.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 Disclaimer / Vrywaring This message and attachments are subject to a disclaimer. Please refer to www.up.ac.za/services/it/documentation/docs/ADM1064.pdf for full details. Hierdie boodskap en aanhangsels is aan 'n vrywaringsklousule onderhewig. Volledige besonderhede is by www.up.ac.za/services/it/documentation/docs/ADM1064.pdf beskikbaar. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090212/b028ddcd/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/bmp Size: 300054 bytes Desc: not available Url : http://mailman.mit.edu/pipermail/dspace-general/attachments/20090212/b028ddcd/attachment.bin From jimj at otecsolutions.com Fri Feb 13 17:12:38 2009 From: jimj at otecsolutions.com (Jim Jezioranski) Date: Fri, 13 Feb 2009 17:12:38 -0500 Subject: [Dspace-general] Bit-level preservation Message-ID: <4995F056.9080104@otecsolutions.com> An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090213/50e9237f/attachment.htm From kims at waikato.ac.nz Fri Feb 13 17:10:01 2009 From: kims at waikato.ac.nz (Kim Shepherd) Date: Sat, 14 Feb 2009 11:10:01 +1300 Subject: [Dspace-general] Displaying forms according to content type. References: <1892d16f0902130420wd98b1a1t172f41da2080685f@mail.gmail.com><20090213124310187.00000004200@LIB-PC-0418> <1892d16f0902130514i67422f5kf56624990d63105b@mail.gmail.com> Message-ID: <12154BD7A5A6D84F9E96AAA8899E8384E8F547@ex1.its.waikato.ac.nz> Hi Yuri, Perhaps SWORD can help -- there are Java and PHP libraries around. I haven't implemented anything yet myself, but this is the path I'm taking to build a submission interface that can handle different forms for different resource types without creating extra clutter in the collection/community hierarchy. There is lots of cool stuff SWORD can do, but rather than list it all, I'll just give you some links: http://www.swordapp.org/ and http://www.ukoln.ac.uk/repositories/digirep/index/SWORD There is a DSpace SWORD module since 1.4.2 (perhaps earlier?) Cheers, Kim -----Original Message----- From: dspace-general-bounces at mit.edu on behalf of Yuri Sent: Sat 2/14/2009 2:14 AM To: Robin Taylor Cc: dspace-general at mit.edu Subject: Re: [Dspace-general] Displaying forms according to content type. Robin, I think we should have asked before trying to find a way DSpace inside. =P Really thank you for your fast answer, Robin. Perhaps someone have tried a way of doing it. Anyone? (Even I ask, our conclusion is that developing this in DSpace is not that easy.) Yuri On Fri, Feb 13, 2009 at 10:43 AM, Robin Taylor wrote: > Hi Yuri, > > Unfortunately Dspace doesn't have a type based submission. The best you can > do is what you described, have different collections for different types. > Sorry to not be of more help. > > Robin. > > Robin Taylor > Main Library > University of Edinburgh > Tel. 0131 6515208 > > > -----Original Message----- > > From: dspace-general-bounces at mit.edu > > [mailto:dspace-general-bounces at mit.edu] On Behalf Of Yuri > > Sent: 13 February 2009 12:20 > > To: dspace-general at mit.edu > > Subject: [Dspace-general] Displaying forms according to content type. > > > > Hi everyone. > > > > Let me introduce my self, once I'm new here and I don't know > > how much formal people are here. ;-) > > > > My name is Yuri Gomes Cardenas, I'm brazilian and study in a > > public university () which is located in the > > south, Florian?polis, Santa Catarina state. I work in a > > informatics laboratory (where we use, develop and promote > > free software) of the university and the project I'm engaged > > now has to do with a digital library with which we aim to > > give support to teachers of public high schools, of > > philosophy and sociology disciplines. After some search and > > attempts, we found DSpace and started learning how this > > software works. > > > > The question is: > > > > Does anyone know if DSpace has some native mechanism for > > displaying the submission forms according to the content > > type? That is, once I choose a "audio" content type, the next > > steps should display some set of field (obviously, related to > > this content type) and if I choose an "article", another set > > of fields (not necessarily completely different) are > > displayed. We already know that it's possible to change > > forms' fields according to Collections, but we do not think > > this would be the best way of doing that. > > > > And I hope my bad written english do not interfere my > > threads' understanding. =) > > > > Thanks in advance. > > > > Yuri Gomes Cardenas > > > > > > > -- > The University of Edinburgh is a charitable body, registered in > Scotland, with registration number SC005336. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090214/e486618f/attachment.htm From iacj at jobim.org Sat Feb 14 17:02:20 2009 From: iacj at jobim.org (Paulo Jobim) Date: Sat, 14 Feb 2009 20:02:20 -0200 Subject: [Dspace-general] Displaying forms according to content type. In-Reply-To: <1892d16f0902130420wd98b1a1t172f41da2080685f@mail.gmail.com> References: <1892d16f0902130420wd98b1a1t172f41da2080685f@mail.gmail.com> Message-ID: <25C5A99B-0825-4B36-BCD4-FCA7B528AC4E@jobim.org> Hi Yuri I am writing you in english so the list can understand us but we can talk in the phone or email directly is you wish. At Instituto Antonio Carlos Jobim the whole repository was organised by the kind of document i.e Text, Audio, Video, Pictures, Photos etc. this makes it very easy, specially using Manakin to have different forms for different types of things. But we are going to host the archive of the Architect and Urbanist Lucio Costa where they had a totally different approach: They have collections for each of his projects and inside these collections all kinds of items related to it. This makes it harder to handle those types individually but: To display the item using Manakin you can check the type of item and then display it differently for each type. I dont know very well the submission code but I believe you can do this if you ask for the type of the item in the first step. (there is something similar for published or not published items). Please feell free to call me at (21) 25120303 in the afternoon or email abra?o Paulo On Feb 13, 2009, at 10:20 AM, Yuri wrote: > Hi everyone. > > Let me introduce my self, once I'm new here and I don't know how > much formal people are here. ;-) > > My name is Yuri Gomes Cardenas, I'm brazilian and study in a public > university () which is located in the south, > Florian?polis, Santa Catarina state. I work in a informatics > laboratory (where we use, develop and promote free software) of the > university and the project I'm engaged now has to do with a digital > library with which we aim to give support to teachers of public high > schools, of philosophy and sociology disciplines. After some search > and attempts, we found DSpace and started learning how this software > works. > > The question is: > > Does anyone know if DSpace has some native mechanism for displaying > the submission forms according to the content type? That is, once I > choose a "audio" content type, the next steps should display some > set of field (obviously, related to this content type) and if I > choose an "article", another set of fields (not necessarily > completely different) are displayed. We already know that it's > possible to change forms' fields according to Collections, but we do > not think this would be the best way of doing that. > > And I hope my bad written english do not interfere my threads' > understanding. =) > > Thanks in advance. > > Yuri Gomes Cardenas > _______________________________________________ > 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/20090214/86e6134f/attachment.htm From dsalo at library.wisc.edu Sun Feb 15 16:17:43 2009 From: dsalo at library.wisc.edu (Dorothea Salo) Date: Sun, 15 Feb 2009 15:17:43 -0600 Subject: [Dspace-general] Displaying forms according to content type. In-Reply-To: <1892d16f0902130420wd98b1a1t172f41da2080685f@mail.gmail.com> References: <1892d16f0902130420wd98b1a1t172f41da2080685f@mail.gmail.com> Message-ID: <356cf3980902151317h2d4c34abwd1f6a51a556acf6@mail.gmail.com> 2009/2/13 Yuri : > Does anyone know if DSpace has some native mechanism for displaying the > submission forms according to the content type? That is, once I choose a > "audio" content type, the next steps should display some set of field > (obviously, related to this content type) and if I choose an "article", > another set of fields (not necessarily completely different) are displayed. DSpace does not have this capability. EPrints does. Dorothea -- Dorothea Salo dsalo at library.wisc.edu Digital Repository Librarian AIM: mindsatuw University of Wisconsin Rm 218, Memorial Library (608) 262-5493 From shamantobi at gmail.com Mon Feb 16 17:17:38 2009 From: shamantobi at gmail.com (=?ISO-8859-1?Q?Luis_Gal=E1rraga?=) Date: Mon, 16 Feb 2009 17:17:38 -0500 Subject: [Dspace-general] LNI for DSpace 1.5.1 Message-ID: <3666c210902161417l5918b4e1g72ddff46cba7d306@mail.gmail.com> Dear developers: My name is Luis Gal?rraga and I am the author and leader developer of the project J!Research (http://joomla-research.com), a Joomla extension aimed to organize research related work like publications, projects and degree theses. The department where I work (http://cti.espol.edu.ec) is using J!Research for a project. University internal policies require this project to integrate with the DSpace repository set up by the university. Our plan is to integrate project J!Research with DSpace, however the scope of that integration needs to be discussed in more detail. I have successfully installed DSpace in my Ubuntu 8.10 machine but had trouble when trying to install LNI for 1.5.1. I read instructions in http://wiki.dspace.org/index.php/LightweightNetworkInterface but honestly I have no idea on how to install this extension. My goal is to test LNI SOAP interface with a PHP client as J!Research is written entirely in this language. Could anybody provide me some help to achieve this? It is not the first time posting in this list. Any clue will be really appreciated. Thanks in advance. Best regards, Luis Gal?rraga -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090216/39c668d8/attachment.htm From marobledo at santafe.gov.ar Wed Feb 18 07:10:02 2009 From: marobledo at santafe.gov.ar (Miguel A. Robledo) Date: Wed, 18 Feb 2009 10:10:02 -0200 Subject: [Dspace-general] Internal Error submiting item Message-ID: <499BFA9A.3080403@santafe.gov.ar> Hi, I installed Dspace 1.5.0 then I created a test Community and Collection. Then I intented submit an item but when i finish the first step and clicked on Next button I received the next message " Internal System Error: The system has experienced an internal error. Please try to do what you were doing again, and if the problem persists, please contact us so we can fix the problem". Anybody know the reason? I attach the log file. Thanks. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dspace.log Url: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090218/dbbc8e33/attachment.bat From Claudia.Juergen at ub.uni-dortmund.de Wed Feb 18 07:56:49 2009 From: Claudia.Juergen at ub.uni-dortmund.de (=?ISO-8859-1?Q?Claudia_J=FCrgen?=) Date: Wed, 18 Feb 2009 13:56:49 +0100 Subject: [Dspace-general] Internal Error submiting item In-Reply-To: <499BFA9A.3080403@santafe.gov.ar> References: <499BFA9A.3080403@santafe.gov.ar> Message-ID: <499C0591.9020702@ub.uni-dortmund.de> Hi Miguel, this is due to missing escape quotations in some jsp's. The bug has been fixed meanwhile: It occurs in: [dspace-source]/dspace-jspui/dspace-jspui-webapp/src/main/webapp /help/format.jsp /submit/edit-metadata.jsp /submit/review.jsp /submit/show-uploaded-file.jsp /upload-file-list.jsp You can either get the corrected jsp's from 1.5.x or insert the missing escape quotations, e.g.: [dspace-source]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/submit/ edit-metadata.jsp " just espcape the quotations "> Hope that helps Claudia J?rgen Miguel A. Robledo schrieb: > Hi, > > I installed Dspace 1.5.0 then I created a test Community and Collection. > Then I intented submit an item but when i finish the first step and > clicked on Next button I received the next message " Internal System > Error: The system has experienced an internal error. Please try to do > what you were doing again, and if the problem persists, please contact > us so we can fix the problem". > > Anybody know the reason? > > I attach the log file. > > Thanks. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general From marobledo at santafe.gov.ar Wed Feb 18 09:28:46 2009 From: marobledo at santafe.gov.ar (Miguel A. Robledo) Date: Wed, 18 Feb 2009 12:28:46 -0200 Subject: [Dspace-general] Internal Error submiting item In-Reply-To: <499C0591.9020702@ub.uni-dortmund.de> References: <499BFA9A.3080403@santafe.gov.ar> <499C0591.9020702@ub.uni-dortmund.de> Message-ID: <499C1B1E.8000104@santafe.gov.ar> Hi Claudia, I replaced the files what you described then rebuild and the problem is resolved. Tanks you very much!!! Miguel Claudia J?rgen escribi?: > Hi Miguel, > > this is due to missing escape quotations in some jsp's. The bug has > been fixed meanwhile: > > It occurs in: > [dspace-source]/dspace-jspui/dspace-jspui-webapp/src/main/webapp > /help/format.jsp > /submit/edit-metadata.jsp > /submit/review.jsp > /submit/show-uploaded-file.jsp > /upload-file-list.jsp > > You can either get the corrected jsp's from 1.5.x > or insert the missing escape quotations, e.g.: > [dspace-source]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/submit/ > edit-metadata.jsp > > " > > just espcape the quotations > > "> key="jsp.submit.edit-metadata.help"/> > > > Hope that helps > > Claudia J?rgen > > > > > > > Miguel A. Robledo schrieb: >> Hi, >> >> I installed Dspace 1.5.0 then I created a test Community and Collection. >> Then I intented submit an item but when i finish the first step and >> clicked on Next button I received the next message " Internal System >> Error: The system has experienced an internal error. Please try to do >> what you were doing again, and if the problem persists, please contact >> us so we can fix the problem". >> >> Anybody know the reason? >> >> I attach the log file. >> >> Thanks. >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Dspace-general mailing list >> Dspace-general at mit.edu >> http://mailman.mit.edu/mailman/listinfo/dspace-general > From shresthavijay at gmail.com Thu Feb 19 01:44:35 2009 From: shresthavijay at gmail.com (Vijay Shrestha) Date: Thu, 19 Feb 2009 12:29:35 +0545 Subject: [Dspace-general] Relocating repository location to another machine Message-ID: <8178631e0902182244v5832289aw35c6d04b4a171832@mail.gmail.com> Dear all, I successfully configured DSpace-1.4 in a machine running Debian Etch and exploring to its features in our library. Here my query is about *repository location *of DSpace. We have a one tera server for repository purpose whose space availability in tera bytes and we need to locate repository location on that tera server but we can not install DSpace on tera server due its technical difficulties. It is only for accessing as central repository. So, my query is * Can we able to change repository location to another machine of IP address 192.x.x.x not in same machine where DSpace installed. *I am eagerly waiting kind response on this query. -- With Regards, Vijay Kumar Shrestha Madan Puraskar Pustakalaya -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090219/b6936584/attachment.htm From mrhavercamp at gmail.com Thu Feb 19 02:51:20 2009 From: mrhavercamp at gmail.com (Mr Havercamp) Date: Thu, 19 Feb 2009 16:51:20 +0900 Subject: [Dspace-general] Relocating repository location to another machine In-Reply-To: <8178631e0902182244v5832289aw35c6d04b4a171832@mail.gmail.com> References: <8178631e0902182244v5832289aw35c6d04b4a171832@mail.gmail.com> Message-ID: <499D0F78.60707@gmail.com> Consider setting up NFS to mount the terabyte server on the tomcat server. Then configure DSpace to store its asset store on this mount. Hope this helps Cheers Hayden Vijay Shrestha wrote: > Dear all, > I successfully configured DSpace-1.4 in a machine running Debian Etch > and exploring to its features in our library. Here my query is about > *repository location *of DSpace. We have a one tera server for > repository purpose whose space availability in tera bytes and we need > to locate repository location on that tera server but we can not > install DSpace on tera server due its technical difficulties. It is > only for accessing as central repository. > So, my query is > > * Can we able to change repository location to another machine > of IP address 192.x.x.x not in same machine where DSpace installed. > > *I am eagerly waiting kind response on this query. > > -- > With Regards, > Vijay Kumar Shrestha > Madan Puraskar Pustakalaya > ------------------------------------------------------------------------ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > From john at lis.upatras.gr Thu Feb 19 03:21:19 2009 From: john at lis.upatras.gr (Giannis Tsakonas) Date: Thu, 19 Feb 2009 10:21:19 +0200 Subject: [Dspace-general] 13th European Conference on Digital Libraries - Calls for Special Tracks Message-ID: <1DF37C966CE2426FB9F9B41B0C21F9F0@Aktaie> ---Apologies for cross-posting--- 13th European Conference on Digital Libraries (ECDL 2009): Digital Societies September 27 - October 2, 2009, Corfu, Greece http://www.ecdl2009.eu # General Call The Call for Contributions for ECDL2009 can be found at: http://www.ionio.gr/conferences/ecdl2009/call.php # Calls for Special Tracks ECDL 2009 intends to host in its program four plenary specially recognized tracks on Digital Libraries *** Infrastructures, http://www.ionio.gr/conferences/ecdl2009/st_infr.php *** Content, http://www.ionio.gr/conferences/ecdl2009/st_content.php *** Services, http://www.ionio.gr/conferences/ecdl2009/st_services.php *** Foundations, http://www.ionio.gr/conferences/ecdl2009/st_foundations.php *** Printable Version of the Calls: http://www.ionio.gr/conferences/ecdl2009/content/CfP_specialtracks_printable.pdf # Submissions Papers (full and short) either to the general track or to one of the special tracks, posters and demonstrations can be submitted by their authors using the conference management system by March 21, 2009. # Dates *** Papers, Posters and Demonstrations Submission Deadline: March 21, 2009 *** Acceptance Notification: May 11, 2009 *** Camera Ready Versions: May 31 2009 # Promotion Finally, you can also find the poster and the leaflet of the conference at: http://www.ionio.gr/conferences/ecdl2009/content/poster_A4.pdf http://www.ionio.gr/conferences/ecdl2009/content/poster_A3.pdf http://www.ionio.gr/conferences/ecdl2009/content/ECDL_leaflet_2ndEdition.pdf See you in Corfu next September! From shresthavijay at gmail.com Thu Feb 19 04:24:20 2009 From: shresthavijay at gmail.com (Vijay Shrestha) Date: Thu, 19 Feb 2009 15:09:20 +0545 Subject: [Dspace-general] Relocating repository location to another machine In-Reply-To: <499D0F78.60707@gmail.com> References: <8178631e0902182244v5832289aw35c6d04b4a171832@mail.gmail.com> <499D0F78.60707@gmail.com> Message-ID: <8178631e0902190124k3415af62oe5653a6d841cb459@mail.gmail.com> Hi Havercamp, Thank you very much for your help. I am able to change the repository location to another location via NFS. I did NFS mount and changed the asset store location to it on dspace.cfg configuration file. On Thu, Feb 19, 2009 at 1:36 PM, Mr Havercamp wrote: > Consider setting up NFS to mount the terabyte server on the tomcat server. > Then configure DSpace to store its asset store on this mount. > > Hope this helps > > Cheers > > > Hayden > > Vijay Shrestha wrote: > >> Dear all, >> I successfully configured DSpace-1.4 in a machine running Debian Etch and >> exploring to its features in our library. Here my query is about *repository >> location *of DSpace. We have a one tera server for repository purpose whose >> space availability in tera bytes and we need to locate repository location >> on that tera server but we can not install DSpace on tera server due its >> technical difficulties. It is only for accessing as central repository. >> So, my query is >> >> * Can we able to change repository location to another machine of IP >> address 192.x.x.x not in same machine where DSpace installed. >> >> *I am eagerly waiting kind response on this query. >> >> -- >> With Regards, >> Vijay Kumar Shrestha >> Madan Puraskar Pustakalaya >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Dspace-general mailing list >> Dspace-general at mit.edu >> http://mailman.mit.edu/mailman/listinfo/dspace-general >> >> > > -- With Regards, Vijay Kumar Shrestha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090219/6f71cdb9/attachment.htm From bluyten at gmail.com Thu Feb 19 05:47:16 2009 From: bluyten at gmail.com (Bram Luyten) Date: Thu, 19 Feb 2009 11:47:16 +0100 Subject: [Dspace-general] [Dspace-tech] Problem with DSpace 1.5, 1.5.1 prevents indexing by search engines In-Reply-To: <38d44e00902051321m9618f87k5a4329bd34de9a2c@mail.gmail.com> References: <38d44e00902051321m9618f87k5a4329bd34de9a2c@mail.gmail.com> Message-ID: Hi Rob, I had a question somewhat related to robots.txt and they way how DSpace instances are being indexed by google. As a part of the Google analytics - DSpace comparison that I've been running, I would like to analyse which repositories are being indexed best by Google, and how that impacts their number of visits. As a first, very rough estimate, I searched for: "site:<>" to get an indication of how many useful pages were indexed. It was interesting to see that these numbers did not really corellate with visits to this repository. I assumed that for many repositories, different browse pages were being indexed, and that these indexed pages were not very useful to generate visits // expose the content. In a second step, I tried to look for "site:<>" -browse". The returned numbers were in some cases even less than half of the original number. But I realise this search is being too restrictive: because many pages include the word "browse" in their navigation bar, I'm probably excluding useful item pages etc in the search. So my question is the following: which search query could I use in Google, to get the number of useful indexed pages in Google (item pages, bitstreams, collection & community pages) ? Already an interesting finding from my research: the 15 repositories already included in the research, get 60% of their visits through search engines (average calculated on the visits in december 2008). So even more reason to get exposure through search engines as optimized as possible. 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 Thu, Feb 5, 2009 at 10:21 PM, Robert Tansley wrote: > To all users of DSpace 1.5 and DSpace 1.5.1: > These versions of DSpace ship with a bad robots.txt file that prevents > search engines such as Google Scholar or Yahoo from indexing any content on > a DSpace site. To check if this applies to you: > - Visit your site's robots.txt -- > http://your_dspace_hostname.edu/robots.txt > - If you see the following line you have a bad robots.txt: > > Disallow: /browse > > It is important that you REMOVE this line from your robots.txt to ensure > that your DSpace instance is correctly indexed by search engines. More info > on ensuring your DSpace site is correctly indexed here: > > http://wiki.dspace.org/index.php?title=Ensuring_your_instance_is_indexed > > Robert Tansley / Google > > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code > to > build responsive, highly engaging applications that combine the power of > local > resources and data with the reach of the web. Download the Adobe AIR SDK > and > Ajax docs to start building applications today- > http://p.sf.net/sfu/adobe-com > _______________________________________________ > DSpace-tech mailing list > DSpace-tech at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/dspace-tech > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090219/b53675a0/attachment.htm From robin.taylor at ed.ac.uk Thu Feb 19 09:03:30 2009 From: robin.taylor at ed.ac.uk (Robin Taylor) Date: Thu, 19 Feb 2009 14:03:30 +0000 Subject: [Dspace-general] [Dspace-tech] search not working for new metadata I've added In-Reply-To: <2db6d47e0902190537m6fce4eb0rfc9d1081646838ba@mail.gmail.com> Message-ID: <20090219140330366.00000004200@LIB-PC-0418> Hi Andrew, I too have been round this one and never reached a satisfactory solution. The Dublin Core spec states that one should "describes one resource", the problem with a journal article is that you want to decribe more than one resource eg. you want to record the title of the article AND the title of the parent publication. This is quite doable with Dublin Core, you just have two descriptions and link them. Off the top of my head you could use the 'isPartOf' term to link the article to the parent publication. But this would be a bit messy in Dspace because you would need to create dummy items representing the volumes and issues of the publication and link any articles to them. Alternatively you could link them to the real published Journals if they have URIs. All good in theory, in practice I have done what you suggest and added another namespace for the journal context terms. Cheers, Robin. Robin Taylor Main Library University of Edinburgh Tel. 0131 6515208 > -----Original Message----- > From: Andrew Marlow [mailto:marlow.andrew at googlemail.com] > Sent: 19 February 2009 13:37 > To: dspace-tech Tech > Cc: dspace > Subject: [Dspace-tech] search not working for new metadata I've added > > Hello, > > I added volumenumber to the metadata for some items I have. I > set it to 147 in all case (more data to follow). But when I > search for volume number using volumenumber:"147" it returns > no results. This is in spite of adding the index to > dspace.cfg and doing a reindex. What am I doing wrong please? > > Dublin core in DSpace does not seem to support the metadata I > need to represent journal articles. I need volume, issue, > article number (for ordering) and first and last page. I > realise that ones DSpace can be customized to add them but I > think that support for journal articles must surely be a > common thing. If this was added to the public DSpace > distribution where would be the best place to add it? An > additional namespace? > -- > Regards, > > Andrew M. > http://www.andrewpetermarlow.co.uk > > > -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. From roberttansley at google.com Thu Feb 19 12:04:19 2009 From: roberttansley at google.com (Robert Tansley) Date: Thu, 19 Feb 2009 12:04:19 -0500 Subject: [Dspace-general] [Dspace-tech] Problem with DSpace 1.5, 1.5.1 prevents indexing by search engines In-Reply-To: References: <38d44e00902051321m9618f87k5a4329bd34de9a2c@mail.gmail.com> Message-ID: <38d44e00902190904l10a01150u75de21f0ae281150@mail.gmail.com> You won't get entirely accurate numbers but you can get ballpark figures with e.g. site:dspace.mit.edu inurl:handle inurl:show=full Basically this narrows things down to the "full item record" pages. Looks like there may be dups in there -- you could try some additional conditions. For the number of bitstreams: site:dspace.mit.edu inurl:bitstream Hope this helps Rob On Thu, Feb 19, 2009 at 05:47, Bram Luyten wrote: > Hi Rob, > > I had a question somewhat related to robots.txt and they way how DSpace > instances are being indexed by google. > > As a part of the Google analytics - DSpace comparison that I've been > running, I would like to analyse which repositories are being indexed best > by Google, and how that impacts their number of visits. > > As a first, very rough estimate, I searched for: > > "site:<>" to get an indication of how many useful pages > were indexed. It was interesting to see that these numbers did not really > corellate with visits to this repository. > I assumed that for many repositories, different browse pages were being > indexed, and that these indexed pages were not very useful to generate > visits // expose the content. > > In a second step, I tried to look for "site:<>" -browse". > The returned numbers were in some cases even less than half of the original > number. > But I realise this search is being too restrictive: because many pages > include the word "browse" in their navigation bar, I'm probably excluding > useful item pages etc in the search. > > So my question is the following: > which search query could I use in Google, to get the number of useful > indexed pages in Google (item pages, bitstreams, collection & community > pages) ? > > Already an interesting finding from my research: > the 15 repositories already included in the research, get 60% of their > visits through search engines (average calculated on the visits in december > 2008). So even more reason to get exposure through search engines as > optimized as possible. > > 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 Thu, Feb 5, 2009 at 10:21 PM, Robert Tansley wrote: > >> To all users of DSpace 1.5 and DSpace 1.5.1: >> These versions of DSpace ship with a bad robots.txt file that prevents >> search engines such as Google Scholar or Yahoo from indexing any content on >> a DSpace site. To check if this applies to you: >> - Visit your site's robots.txt -- >> http://your_dspace_hostname.edu/robots.txt >> - If you see the following line you have a bad robots.txt: >> >> Disallow: /browse >> >> It is important that you REMOVE this line from your robots.txt to ensure >> that your DSpace instance is correctly indexed by search engines. More info >> on ensuring your DSpace site is correctly indexed here: >> >> http://wiki.dspace.org/index.php?title=Ensuring_your_instance_is_indexed >> >> Robert Tansley / Google >> >> >> ------------------------------------------------------------------------------ >> Create and Deploy Rich Internet Apps outside the browser with >> Adobe(R)AIR(TM) >> software. With Adobe AIR, Ajax developers can use existing skills and code >> to >> build responsive, highly engaging applications that combine the power of >> local >> resources and data with the reach of the web. Download the Adobe AIR SDK >> and >> Ajax docs to start building applications today- >> http://p.sf.net/sfu/adobe-com >> _______________________________________________ >> DSpace-tech mailing list >> DSpace-tech at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/dspace-tech >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090219/fbac661c/attachment.htm From mrhavercamp at gmail.com Thu Feb 19 13:14:15 2009 From: mrhavercamp at gmail.com (Mr Havercamp) Date: Fri, 20 Feb 2009 03:14:15 +0900 Subject: [Dspace-general] Displaying, browsing and searching DSpace records in a CMS Message-ID: <499DA177.6010802@gmail.com> For anyone interested; we have been developing a series of extensions for Joomla! that will enable admins and users to display, browse and search DSpace records in the Joomla! CMS. Using the OAI and SRW/U we have been successful in displaying individual records and related items in Joomla! and have provided the plug-ins, components and modules under a free and open source license. If anyone is interested in using or improving on the suite of extensions, feel free to check them out on the Joomla! forge; http://joomlacode.org/gf/project/j-car/. It is currently in beta release and as yet there is no user documentation although we are hoping to remedy this within the next couple of weeks (just a matter of finding the time at this stage). We are hoping to develop a Drupal version of the extensions in the very near future and will provide a roadmap for both Joomla! and Drupal suites to provide users with possible development directions. Regards Hayden From siddall at longsight.com Thu Feb 19 13:47:16 2009 From: siddall at longsight.com (Scott Siddall) Date: Thu, 19 Feb 2009 13:47:16 -0500 Subject: [Dspace-general] Displaying, browsing and searching DSpace records in a CMS In-Reply-To: <499DA177.6010802@gmail.com> References: <499DA177.6010802@gmail.com> Message-ID: <03b301c992c2$7cd93450$768b9cf0$@com> Good to hear about these extensions - thanks, Hayden. Longsight has developed an OAI-PMH module for Drupal that harvests metadata from DSpace (or other OAI-compliant repositories) and stores the results as nodes in Drupal. This opens the door for searching/displaying/commenting with the broad range of Drupal modules. Check it out at http://drupal.org/project/oai_pmh It will be interesting to see how these strategies fare as Duraspace rolls out (http://www.dspace.org/index.php/DSpace-Press/DSpace-Foundation-and-Fedora-C ommons-Receive-Grant-from-the-Mellon-Foundation-for-DuraSpace.html) Scott ______________________________ Scott E. Siddall, Ph.D. Managing Partner The Longsight Group LLC Danville, Ohio 43014 Voice: 740-599-5005 x801 FAX: 888-698-1811 http://longsight.com ? -----Original Message----- From: dspace-general-bounces at mit.edu [mailto:dspace-general-bounces at mit.edu] On Behalf Of Mr Havercamp Sent: Thursday, February 19, 2009 1:14 PM To: dspace-general at mit.edu Subject: [Dspace-general] Displaying, browsing and searching DSpace records in a CMS For anyone interested; we have been developing a series of extensions for Joomla! that will enable admins and users to display, browse and search DSpace records in the Joomla! CMS. Using the OAI and SRW/U we have been successful in displaying individual records and related items in Joomla! and have provided the plug-ins, components and modules under a free and open source license. If anyone is interested in using or improving on the suite of extensions, feel free to check them out on the Joomla! forge; http://joomlacode.org/gf/project/j-car/. It is currently in beta release and as yet there is no user documentation although we are hoping to remedy this within the next couple of weeks (just a matter of finding the time at this stage). We are hoping to develop a Drupal version of the extensions in the very near future and will provide a roadmap for both Joomla! and Drupal suites to provide users with possible development directions. Regards Hayden _______________________________________________ Dspace-general mailing list Dspace-general at mit.edu http://mailman.mit.edu/mailman/listinfo/dspace-general From mrhavercamp at gmail.com Thu Feb 19 14:39:06 2009 From: mrhavercamp at gmail.com (Mr Havercamp) Date: Fri, 20 Feb 2009 04:39:06 +0900 Subject: [Dspace-general] Displaying, browsing and searching DSpace records in a CMS In-Reply-To: <03b301c992c2$7cd93450$768b9cf0$@com> References: <499DA177.6010802@gmail.com> <03b301c992c2$7cd93450$768b9cf0$@com> Message-ID: <499DB55A.60502@gmail.com> Hi Scott Thanks for the update. I have checked out the Drupal module, it looks very promising. In fact we are even looking at extending the OAI-PMH module to better meet our needs. Duraspace sounds like an interesting project. Will be watching it with interest. Thanks Hayden Scott Siddall wrote: > Good to hear about these extensions - thanks, Hayden. Longsight has > developed an OAI-PMH module for Drupal that harvests metadata from DSpace > (or other OAI-compliant repositories) and stores the results as nodes in > Drupal. This opens the door for searching/displaying/commenting with the > broad range of Drupal modules. Check it out at > http://drupal.org/project/oai_pmh > > It will be interesting to see how these strategies fare as Duraspace rolls > out > (http://www.dspace.org/index.php/DSpace-Press/DSpace-Foundation-and-Fedora-C > ommons-Receive-Grant-from-the-Mellon-Foundation-for-DuraSpace.html) > > > Scott > > ______________________________ > Scott E. Siddall, Ph.D. > Managing Partner > The Longsight Group LLC > Danville, Ohio 43014 > Voice: 740-599-5005 x801 > FAX: 888-698-1811 > http://longsight.com > > > > -----Original Message----- > From: dspace-general-bounces at mit.edu [mailto:dspace-general-bounces at mit.edu] > On Behalf Of Mr Havercamp > Sent: Thursday, February 19, 2009 1:14 PM > To: dspace-general at mit.edu > Subject: [Dspace-general] Displaying, browsing and searching DSpace records > in a CMS > > For anyone interested; we have been developing a series of extensions > for Joomla! that will enable admins and users to display, browse and > search DSpace records in the Joomla! CMS. Using the OAI and SRW/U we > have been successful in displaying individual records and related items > in Joomla! and have provided the plug-ins, components and modules under > a free and open source license. > > If anyone is interested in using or improving on the suite of > extensions, feel free to check them out on the Joomla! forge; > http://joomlacode.org/gf/project/j-car/. It is currently in beta release > and as yet there is no user documentation although we are hoping to > remedy this within the next couple of weeks (just a matter of finding > the time at this stage). > > We are hoping to develop a Drupal version of the extensions in the very > near future and will provide a roadmap for both Joomla! and Drupal > suites to provide users with possible development directions. > > Regards > > > Hayden > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > > From scherukodan at yahoo.com Fri Feb 20 05:26:42 2009 From: scherukodan at yahoo.com (surendran cherukodan) Date: Fri, 20 Feb 2009 15:56:42 +0530 (IST) Subject: [Dspace-general] installing DSpace on windows Message-ID: <270552.38436.qm@web94814.mail.in2.yahoo.com> Sir, ? Those who want to refer documents for installing DSpace on windows can refer the following documnt ? http://dspace.cusat.ac.in/dspace/handle/123456789/184 ? also visit http://dspace.cusat.ac.in/dspace/ ? ? Surendran Cherukodan Jr. Librarian Cochin University of Science and Technology Cochin- 682022 Mob: 09447579411 ? ? Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090220/1fe46aae/attachment.htm From john at lis.upatras.gr Fri Feb 20 08:29:37 2009 From: john at lis.upatras.gr (Giannis Tsakonas) Date: Fri, 20 Feb 2009 15:29:37 +0200 Subject: [Dspace-general] 13th European Conference on Digital Libraries - Final Call for Tutorials, Workshops and Panels Message-ID: <183B262905CE42FAA16E2051B9F7CF55@Aktaie> ---Apologies for cross-posting--- 13th European Conference on Digital Libraries (ECDL 2009) September 27 - October 2, 2009, Corfu, Greece http://www.ecdl2009.eu/ # Calls *** Call for Tutorials Proposals: http://www.ionio.gr/conferences/ecdl2009/tutorials.php *** Call for Workshops Proposals: http://www.ionio.gr/conferences/ecdl2009/workshops.php *** Call for Panel Proposals: http://www.ionio.gr/conferences/ecdl2009/panels.php # Dates *** Submissions deadline for Workshops, Tutorials and Panels: February 27, 2009 *** Workshops, Tutorials and Panels Acceptance Notification: April 15, 2009 *** Workshops, Tutorials and Panels Webpage on Conference Site: April 30, 2009 # General Call The Call for Contributions for ECDL2009 can be found at: http://www.ionio.gr/conferences/ecdl2009/call.php # Promotion Finally, you can also find the poster and the leaflet of the conference at: http://www.ionio.gr/conferences/ecdl2009/content/poster_A4.pdf http://www.ionio.gr/conferences/ecdl2009/content/poster_A3.pdf http://www.ionio.gr/conferences/ecdl2009/content/ECDL_leaflet_2ndEdition.pdf See you in Corfu next September! From swadeshsharma13 at gmail.com Sat Feb 21 00:03:13 2009 From: swadeshsharma13 at gmail.com (lovelesh kumar) Date: Sat, 21 Feb 2009 00:03:13 -0500 Subject: [Dspace-general] lovelesh kumar sent you a Friend Request on Yaari Message-ID: lovelesh kumar wants you to join Yaari! Is lovelesh your friend? Yes, lovelesh is my friend! No, lovelesh isn't my friend. Please respond or lovelesh may think you said no :( Thanks, The Yaari Team ____ If you prefer not to receive this email tell us here. If you have any concerns regarding the content of this message, please email abuse at yaari.com. Yaari LLC, 358 Angier Ave, Atlanta, GA 30312 YaariCEJ612AHM267IKF952HVZ499 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090221/0e2e1055/attachment.htm From graham at biomedcentral.com Sat Feb 21 04:21:18 2009 From: graham at biomedcentral.com (Graham Triggs) Date: Sat, 21 Feb 2009 09:21:18 +0000 Subject: [Dspace-general] Displaying forms according to content type. In-Reply-To: <1892d16f0902130514i67422f5kf56624990d63105b@mail.gmail.com> References: <1892d16f0902130420wd98b1a1t172f41da2080685f@mail.gmail.com> <20090213124310187.00000004200@LIB-PC-0418> <1892d16f0902130514i67422f5kf56624990d63105b@mail.gmail.com> Message-ID: <499FC78E.8060704@biomedcentral.com> Actually, it isn't necessarily that hard (providing you are using 1.5+, to accomodate altering the order of submission steps, and don't mind the solution being a bit of a hack). The DCInputsReader that drives the metadata forms already has a form selector based on the collection-handle. In an ideal world, you may extend the DCInputsReader to provide other selection mechanisms - but you could just take the path of least resistance locally, and simply change the describe step to pass any arbitrary data that you want in place of the collection handle (for example the Mime type) when calling DCInputsReader.getInputs(). Then, in the input-forms.xml, you would have:
...
...
G On 13/02/2009 13:14, Yuri wrote: > Robin, I think we should have asked before trying to find a way DSpace > inside. =P > Really thank you for your fast answer, Robin. > > Perhaps someone have tried a way of doing it. Anyone? (Even I ask, our > conclusion is that developing this in DSpace is not that easy.) > > Yuri > > On Fri, Feb 13, 2009 at 10:43 AM, Robin Taylor > wrote: > > Hi Yuri, > > Unfortunately Dspace doesn't have a type based submission. The best > you can do is what you described, have different collections for > different types. Sorry to not be of more help. > > Robin. > > Robin Taylor > Main Library > University of Edinburgh > Tel. 0131 6515208 > > > -----Original Message----- > > From: dspace-general-bounces at mit.edu > > > [mailto:dspace-general-bounces at mit.edu > ] On Behalf Of Yuri > > Sent: 13 February 2009 12:20 > > To: dspace-general at mit.edu > > Subject: [Dspace-general] Displaying forms according to content type. > > > > Hi everyone. > > > > Let me introduce my self, once I'm new here and I don't know > > how much formal people are here. ;-) > > > > My name is Yuri Gomes Cardenas, I'm brazilian and study in a > > public university (>) which is > located in the > > south, Florian?polis, Santa Catarina state. I work in a > > informatics laboratory (where we use, develop and promote > > free software) of the university and the project I'm engaged > > now has to do with a digital library with which we aim to > > give support to teachers of public high schools, of > > philosophy and sociology disciplines. After some search and > > attempts, we found DSpace and started learning how this > > software works. > > > > The question is: > > > > Does anyone know if DSpace has some native mechanism for > > displaying the submission forms according to the content > > type? That is, once I choose a "audio" content type, the next > > steps should display some set of field (obviously, related to > > this content type) and if I choose an "article", another set > > of fields (not necessarily completely different) are > > displayed. We already know that it's possible to change > > forms' fields according to Collections, but we do not think > > this would be the best way of doing that. > > > > And I hope my bad written english do not interfere my > > threads' understanding. =) > > > > Thanks in advance. > > > > Yuri Gomes Cardenas > > > > > > > -- > The University of Edinburgh is a charitable body, registered in > Scotland, with registration number SC005336. > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general From csy at aber.ac.uk Tue Feb 24 04:08:25 2009 From: csy at aber.ac.uk (Christopher Steven Yates [csy]) Date: Tue, 24 Feb 2009 09:08:25 -0000 Subject: [Dspace-general] ***JUST ANNOUNCED: Tony Hey to deliver keynote at RSP Repository Softwares Day*** !! FINAL CHANCE TO REGISTER !! Message-ID: <7D48F1B22613A94CB54614A8838A3E2BD96BF7@ISSVEXBE1.staff.aber.ac.uk> ***Apologies for Cross Posting*** ***JUST ANNOUNCED: TONY HEY to deliver keynote at RSP Repository Softwares Day*** REGISTER NOW FOR THE RSP'S REPOSITORY SOFTWARES DAY: http://www.rsp.ac.uk/events/booking-x.php?event=RepositorySoftwareDay200 9 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 Programme for the day includes: Key note Speaker: Tony Hey, Corporate Vice President of External Research, Microsoft Exhibitors: DSpace BEPress Open Repository EPrints EPrints Services Microsoft Research OCLC VTLS ExLibris Equella Symplectic Enovation Solutions Intrallect Atira Fedora Case Study presentations: Open Repository FAROES MrCute Equella TARA IRISS FirstSearch OCLC CONTENTdm Atira FeedForward Symplectic SNEEP Microsoft Repository Panel discussion: How will repository software develop to aid institutions to meet the needs of the forthcoming REF? 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 Event webpage: http://www.rsp.ac.uk/events/index.phppage=RepositorySoftwareDay2009/inde x.php 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: (01908) 235807 ------------------------------------------------------------------------ ------ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090224/66c51641/attachment.htm From Gabrielle.Gardiner at uts.edu.au Tue Feb 24 21:14:26 2009 From: Gabrielle.Gardiner at uts.edu.au (Gabrielle Gardiner) Date: Wed, 25 Feb 2009 13:14:26 +1100 Subject: [Dspace-general] Invisible collections, communities and objects/items Message-ID: Is there a way to set permissions or otherwise make a community, its collections and objects/items invisible to people visiting the Institutional Repository? We want to do this so that we can keep uncleared material here before moving it into open access. Regards Gabrielle --------------------------------- Gabrielle Gardiner IT Manager UTS Library T: + 61 2 9514 3351 M: + 61 418 163 724 UTSeScholarship the digital home of scholarly output -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090225/db88d039/attachment.htm From bluyten at gmail.com Wed Feb 25 04:00:28 2009 From: bluyten at gmail.com (Bram Luyten) Date: Wed, 25 Feb 2009 10:00:28 +0100 Subject: [Dspace-general] [Dspace-tech] Problem with DSpace 1.5, 1.5.1 prevents indexing by search engines In-Reply-To: <38d44e00902190904l10a01150u75de21f0ae281150@mail.gmail.com> References: <38d44e00902051321m9618f87k5a4329bd34de9a2c@mail.gmail.com> <38d44e00902190904l10a01150u75de21f0ae281150@mail.gmail.com> Message-ID: great, thanks Rob, I already tried with site:dspace.mit.edu/handle , basically the same as "inurl:handle", but show=full can make indeed the difference between community//collection pages and item pages. 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 Thu, Feb 19, 2009 at 6:04 PM, Robert Tansley wrote: > You won't get entirely accurate numbers but you can get ballpark figures > with e.g. > > site:dspace.mit.edu inurl:handle inurl:show=full > > Basically this narrows things down to the "full item record" pages. Looks > like there may be dups in there -- you could try some additional conditions. > > For the number of bitstreams: > > site:dspace.mit.edu inurl:bitstream > > Hope this helps > > Rob > > > On Thu, Feb 19, 2009 at 05:47, Bram Luyten wrote: > >> Hi Rob, >> >> I had a question somewhat related to robots.txt and they way how DSpace >> instances are being indexed by google. >> >> As a part of the Google analytics - DSpace comparison that I've been >> running, I would like to analyse which repositories are being indexed best >> by Google, and how that impacts their number of visits. >> >> As a first, very rough estimate, I searched for: >> >> "site:<>" to get an indication of how many useful pages >> were indexed. It was interesting to see that these numbers did not really >> corellate with visits to this repository. >> I assumed that for many repositories, different browse pages were being >> indexed, and that these indexed pages were not very useful to generate >> visits // expose the content. >> >> In a second step, I tried to look for "site:<>" -browse". >> The returned numbers were in some cases even less than half of the original >> number. >> But I realise this search is being too restrictive: because many pages >> include the word "browse" in their navigation bar, I'm probably excluding >> useful item pages etc in the search. >> >> So my question is the following: >> which search query could I use in Google, to get the number of useful >> indexed pages in Google (item pages, bitstreams, collection & community >> pages) ? >> >> Already an interesting finding from my research: >> the 15 repositories already included in the research, get 60% of their >> visits through search engines (average calculated on the visits in december >> 2008). So even more reason to get exposure through search engines as >> optimized as possible. >> >> 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 Thu, Feb 5, 2009 at 10:21 PM, Robert Tansley > > wrote: >> >>> To all users of DSpace 1.5 and DSpace 1.5.1: >>> These versions of DSpace ship with a bad robots.txt file that prevents >>> search engines such as Google Scholar or Yahoo from indexing any content on >>> a DSpace site. To check if this applies to you: >>> - Visit your site's robots.txt -- >>> http://your_dspace_hostname.edu/robots.txt >>> - If you see the following line you have a bad robots.txt: >>> >>> Disallow: /browse >>> >>> It is important that you REMOVE this line from your robots.txt to ensure >>> that your DSpace instance is correctly indexed by search engines. More info >>> on ensuring your DSpace site is correctly indexed here: >>> >>> http://wiki.dspace.org/index.php?title=Ensuring_your_instance_is_indexed >>> >>> Robert Tansley / Google >>> >>> >>> ------------------------------------------------------------------------------ >>> Create and Deploy Rich Internet Apps outside the browser with >>> Adobe(R)AIR(TM) >>> software. With Adobe AIR, Ajax developers can use existing skills and >>> code to >>> build responsive, highly engaging applications that combine the power of >>> local >>> resources and data with the reach of the web. Download the Adobe AIR SDK >>> and >>> Ajax docs to start building applications today- >>> http://p.sf.net/sfu/adobe-com >>> _______________________________________________ >>> DSpace-tech mailing list >>> DSpace-tech at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/dspace-tech >>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090225/8a76cca1/attachment.htm From shresthavijay at gmail.com Wed Feb 25 05:05:41 2009 From: shresthavijay at gmail.com (Vijay Shrestha) Date: Wed, 25 Feb 2009 15:50:41 +0545 Subject: [Dspace-general] register new user in DSpace problem Message-ID: <8178631e0902250205g68f46884p3f49d401719cecb@mail.gmail.com> Dear All, Once again I have query about DSpace. In DSpace, I tried to register new user in order to maintain different collection as my institution is holding different digital collections and each collection is assigned to different person. But I am not able to add new user. The DSpace shows internal error while registering new user. The error is as below "Internal System Error The system has experienced an internal error. Please try to do what you were doing again, and if the problem persists, please contact us so we can fix the problem. " I went through the DSpace manual as well. I did not find the location of xmlui.user.registration in configuration file. Please help me on this query I am looking forward your kind response. -- With Regards, Vijay Kumar Shrestha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090225/cb54118e/attachment.htm From mwood at IUPUI.Edu Wed Feb 25 10:01:11 2009 From: mwood at IUPUI.Edu (Mark H. Wood) Date: Wed, 25 Feb 2009 10:01:11 -0500 Subject: [Dspace-general] register new user in DSpace problem In-Reply-To: <8178631e0902250205g68f46884p3f49d401719cecb@mail.gmail.com> References: <8178631e0902250205g68f46884p3f49d401719cecb@mail.gmail.com> Message-ID: <20090225150111.GD7824@IUPUI.Edu> On Wed, Feb 25, 2009 at 03:50:41PM +0545, Vijay Shrestha wrote: > Once again I have query about DSpace. In DSpace, I tried to register new > user in order to maintain different collection as my institution is holding > different digital collections and each collection is assigned to different > person. But I am not able to add new user. The DSpace shows internal error > while registering new user. The error is as below > "Internal System Error > The system has experienced an internal error. Please try to do what you were > doing again, and if the problem persists, please contact us so we can fix > the problem." That message can be confusing. Where it says, "contact us", what it means is that the user should contact *you*, the person in charge of the application. The message is for end users, and seems to be meant to be soothing rather than detailed. I'd suggest looking in the servlet container's log files for more information. In the case of Tomcat, catalina.log and catalina.out are the files I would inspect. If you find something related to the problem, but it is unclear or you are uncertain how to proceed, we're all here to help. > I went through the DSpace manual as well. I did not find the location of > xmlui.user.registration in configuration file. I find it about 15 lines below the heading "XMLUI SPECIFIC CONFIGURATIONS", but this is just a Properties file, so you can code it anywhere. This is probably not related to your present problem, however. -- 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/20090225/568192f5/attachment.bin From janet.todwong at washburn.edu Wed Feb 25 10:24:47 2009 From: janet.todwong at washburn.edu (janet.todwong@washburn.edu) Date: Wed, 25 Feb 2009 09:24:47 -0600 Subject: [Dspace-general] Searching within an entire document Message-ID: Does DSpace have the capability of searching within a PDF if you typed a keyword search, or does it only search within the metadata? **************************** Janet Todwong Digital Projects / Special Collections Librarian Washburn University School of Law Library 1700 College Ave. Topeka KS 66621 Tel: 785-670-3191 Email: janet.todwong at washburn.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090225/f57f414c/attachment.htm From Claudia.Juergen at ub.uni-dortmund.de Wed Feb 25 10:58:40 2009 From: Claudia.Juergen at ub.uni-dortmund.de (=?ISO-8859-1?Q?Claudia_J=FCrgen?=) Date: Wed, 25 Feb 2009 16:58:40 +0100 Subject: [Dspace-general] Searching within an entire document In-Reply-To: References: Message-ID: <49A56AB0.4090505@ub.uni-dortmund.de> Hi Janet, as long as the text from the pdf is extractable and you set up filter-media as a cron job, the text will be extracted and is thus searchable as a keyword. Hope that helps Claudia J?rgen janet.todwong at washburn.edu schrieb: > Does DSpace have the capability of searching within a PDF if you typed a keyword search, or does it only search within the metadata? > > **************************** > Janet Todwong > Digital Projects / Special Collections Librarian > Washburn University School of Law Library > 1700 College Ave. > Topeka KS 66621 > Tel: 785-670-3191 > Email: janet.todwong at washburn.edu > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general From janet.todwong at washburn.edu Wed Feb 25 12:37:13 2009 From: janet.todwong at washburn.edu (janet.todwong@washburn.edu) Date: Wed, 25 Feb 2009 11:37:13 -0600 Subject: [Dspace-general] Searching within an entire document In-Reply-To: <466813a6cee08b1368f3fe8587438b93.squirrel@mail.ub.uni-dortmund.de> References: <49A56AB0.4090505@ub.uni-dortmund.de> <466813a6cee08b1368f3fe8587438b93.squirrel@mail.ub.uni-dortmund.de> Message-ID: Thanks Claudia, it worked through the advanced search. ----- Original Message ----- From: Claudia Juergen Date: Wednesday, February 25, 2009 11:09 am Subject: Re: [Dspace-general] Searching within an entire document To: janet.todwong at washburn.edu > Hi Janet, > > naturally > https://eldorado.uni-dortmund.de > > Most DSpace instances got this set up as default. > > Claudia J?rgen > > P. S. Please do keep threads on the lists rather than answering > personally. Any discussion off list is lost to the DSpace community. > > > > Hi Claudia, > > Thanks for your response. Do you have this set up in your > repository and > > may I try a search to see what it would display like? > > janet > > > > ----- Original Message ----- > > From: Claudia J?rgen > > Date: Wednesday, February 25, 2009 9:59 am > > Subject: Re: [Dspace-general] Searching within an entire document > > To: janet.todwong at washburn.edu > > Cc: dspace-general at mit.edu > > > >> Hi Janet, > >> > >> as long as the text from the pdf is extractable and you set up > >> filter-media as a cron job, the text will be extracted and is thus > >> searchable as a keyword. > >> > >> Hope that helps > >> > >> Claudia J?rgen > >> > >> > >> janet.todwong at washburn.edu schrieb: > >> > Does DSpace have the capability of searching within a PDF if you > >> typed a keyword search, or does it only search within the > >> metadata? > >> > > >> > **************************** > >> > Janet Todwong > >> > Digital Projects / Special Collections Librarian > >> > Washburn University School of Law Library > >> > 1700 College Ave. > >> > Topeka KS 66621 > >> > Tel: 785-670-3191 > >> > Email: janet.todwong at washburn.edu > >> > > >> > > >> > > >> > -------------------------------------------------------------- > --- > >> ------- > >> > > >> > _______________________________________________ > >> > 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/20090225/e2d7d1eb/attachment.htm From mjordan at sfu.ca Wed Feb 25 18:11:00 2009 From: mjordan at sfu.ca (Mark Jordan) Date: Wed, 25 Feb 2009 15:11:00 -0800 (PST) Subject: [Dspace-general] Giving collection administrators ability to add epeople to egroups In-Reply-To: <1158040853.1449321235603271264.JavaMail.root@jaguar8.sfu.ca> Message-ID: <1279636104.1451021235603460004.JavaMail.root@jaguar8.sfu.ca> Hi, Is there any way to give an eperson with collection administrator privileges the ability to add other epeople to egroups? For example, I have a librarian who I've given admin privs to on a particular collection, and she wants to be able to add individual faculty to the egroup that can sumbit to that collection. I see in the 1.4.2 docs (the version we're running) that "collection admins can edit items in a collection, withdraw items, map other items into this collection." I haven't seen anything relating to them managing egroups though. Mark Mark Jordan Head of Library Systems W.A.C. Bennett Library, Simon Fraser University Burnaby, British Columbia, V5A 1S6, Canada Voice: 778.782.5753 / Fax: 778.782.3023 mjordan at sfu.ca From JWheeler at ntu.edu.sg Wed Feb 25 20:15:46 2009 From: JWheeler at ntu.edu.sg (Wheeler Joy Lynn) Date: Thu, 26 Feb 2009 09:15:46 +0800 Subject: [Dspace-general] Versioning Control issues and experiences. Message-ID: <4756289FEE4B5040B3F8618FF3E009B907899696@EXCHANGE22.staff.main.ntu.edu.sg> Hi all, I was wondering if anyone would be willing to share their experience with versioning and how your institutions are handling this. Currently we are trying to create policy and procedure on how to manage such a large task or if even there will be such a high demand for this? Many thanks in advance Best regards JOY ________________________________________________________________________ _______ Joy Wheeler :: Library Technology & Systems :: Art Design & Media Librarian (Media) Nanyang Technological University :: LTD :: N2-B1c-16a Nanyang Avenue, Singapore 639798 Phone: (65) 6316 8715 :: Fax : (65) 6792 0509 :: E-mail:jwheeler at ntu.edu.sg :: http://www.ntu.edu.sg/library P Please consider the environment before printing this email. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090226/343260b0/attachment.htm From shresthavijay at gmail.com Thu Feb 26 00:16:16 2009 From: shresthavijay at gmail.com (Vijay Shrestha) Date: Thu, 26 Feb 2009 11:01:16 +0545 Subject: [Dspace-general] register new user in DSpace problem In-Reply-To: <20090225150111.GD7824@IUPUI.Edu> References: <8178631e0902250205g68f46884p3f49d401719cecb@mail.gmail.com> <20090225150111.GD7824@IUPUI.Edu> Message-ID: <8178631e0902252116q66de5b1h3f086bd380ee29ce@mail.gmail.com> Dear Mark, I went through catalina.log and catalina.out as you mentioned but I could not find such things related to my problem. Only I need is to to *register new user to login into DSpace*. The error I mentioned earlier on where "contact us" relate to DSpace administrator who configured and installed system. Here in this case I configured and installed so my email address is given as administrative email address. 2009/2/25 Mark H. Wood > On Wed, Feb 25, 2009 at 03:50:41PM +0545, Vijay Shrestha wrote: > > Once again I have query about DSpace. In DSpace, I tried to register new > > user in order to maintain different collection as my institution is > holding > > different digital collections and each collection is assigned to > different > > person. But I am not able to add new user. The DSpace shows internal > error > > while registering new user. The error is as below > > "Internal System Error > > The system has experienced an internal error. Please try to do what you > were > > doing again, and if the problem persists, please contact us so we can fix > > the problem." > > That message can be confusing. Where it says, "contact us", what it > means is that the user should contact *you*, the person in charge of > the application. The message is for end users, and seems to be meant > to be soothing rather than detailed. > > I'd suggest looking in the servlet container's log files for more > information. In the case of Tomcat, catalina.log and catalina.out are > the files I would inspect. If you find something related to the > problem, but it is unclear or you are uncertain how to proceed, we're > all here to help. > > > I went through the DSpace manual as well. I did not find the location of > > xmlui.user.registration in configuration file. > > I find it about 15 lines below the heading "XMLUI SPECIFIC > CONFIGURATIONS", but this is just a Properties file, so you can code > it anywhere. This is probably not related to your present problem, > however. > > -- > Mark H. Wood, Lead System Programmer mwood at IUPUI.Edu > Friends don't let friends publish revisable-form documents. > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > > -- With Regards, Vijay Kumar Shrestha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090226/4c5d302a/attachment.htm From Claudia.Juergen at ub.uni-dortmund.de Thu Feb 26 01:54:01 2009 From: Claudia.Juergen at ub.uni-dortmund.de (=?ISO-8859-1?Q?Claudia_J=FCrgen?=) Date: Thu, 26 Feb 2009 07:54:01 +0100 Subject: [Dspace-general] Giving collection administrators ability to add epeople to egroups In-Reply-To: <1279636104.1451021235603460004.JavaMail.root@jaguar8.sfu.ca> References: <1279636104.1451021235603460004.JavaMail.root@jaguar8.sfu.ca> Message-ID: <49A63C89.4070105@ub.uni-dortmund.de> Hello Mark, collection administrator are able to edit the submitter group for their collections. The button "edit submitters" appears in the Admin tool section of the collection's home page once the collection administrator is logged in. Hope that helps Claudia J?rgen Mark Jordan schrieb: > Hi, > > Is there any way to give an eperson with collection administrator privileges the ability to add other epeople to egroups? For example, I have a librarian who I've given admin privs to on a particular collection, and she wants to be able to add individual faculty to the egroup that can sumbit to that collection. I see in the 1.4.2 docs (the version we're running) that "collection admins can edit items in a collection, withdraw items, map other items into this collection." I haven't seen anything relating to them managing egroups though. > > Mark > > Mark Jordan > Head of Library Systems > W.A.C. Bennett Library, Simon Fraser University > Burnaby, British Columbia, V5A 1S6, Canada > Voice: 778.782.5753 / Fax: 778.782.3023 > mjordan at sfu.ca > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general From mjordan at sfu.ca Thu Feb 26 12:58:28 2009 From: mjordan at sfu.ca (Mark Jordan) Date: Thu, 26 Feb 2009 09:58:28 -0800 (PST) Subject: [Dspace-general] Giving collection administrators ability to add epeople to egroups In-Reply-To: <49A63C89.4070105@ub.uni-dortmund.de> Message-ID: <317411664.1729671235671108571.JavaMail.root@jaguar8.sfu.ca> Claudia, Right -- sorry I missed that. Thanks! Mark Mark Jordan Head of Library Systems W.A.C. Bennett Library, Simon Fraser University Burnaby, British Columbia, V5A 1S6, Canada Voice: 778.782.5753 / Fax: 778.782.3023 mjordan at sfu.ca ----- "Claudia J?rgen" wrote: > Hello Mark, > > collection administrator are able to edit the submitter group for > their > collections. The button "edit submitters" appears in the Admin tool > section of the collection's home page once the collection > administrator > is logged in. > > Hope that helps > > Claudia J?rgen > > > Mark Jordan schrieb: > > Hi, > > > > Is there any way to give an eperson with collection administrator > privileges the ability to add other epeople to egroups? For example, I > have a librarian who I've given admin privs to on a particular > collection, and she wants to be able to add individual faculty to the > egroup that can sumbit to that collection. I see in the 1.4.2 docs > (the version we're running) that "collection admins can edit items in > a collection, withdraw items, map other items into this collection." I > haven't seen anything relating to them managing egroups though. > > > > Mark > > > > Mark Jordan > > Head of Library Systems > > W.A.C. Bennett Library, Simon Fraser University > > Burnaby, British Columbia, V5A 1S6, Canada > > Voice: 778.782.5753 / Fax: 778.782.3023 > > mjordan at sfu.ca > > _______________________________________________ > > Dspace-general mailing list > > Dspace-general at mit.edu > > http://mailman.mit.edu/mailman/listinfo/dspace-general From l.hayes at auckland.ac.nz Thu Feb 26 15:42:51 2009 From: l.hayes at auckland.ac.nz (Leonie Hayes) Date: Fri, 27 Feb 2009 09:42:51 +1300 Subject: [Dspace-general] Versioning issues : NISO-RP-8-2008 In-Reply-To: References: Message-ID: Hi Joy We have not come up with an answer on how to manage the versioning issue at the macro level, but we have decided to use the NISO Standard NISO-RP-8-2008 to describe the versions of a journal article. It's 37 pages but the first section is the most useful, others have found the The "Formal Literature" Vs "Grey Literature" diagram on page 5 also helpful. We add it in the dc.description.version field. AO = Author's Original SMUR = Submitted Manuscript Under Review AM = Accepted Manuscript P = Proof VoR = Version of Record CVoR = Corrected Version of Record EVoR = Enhanced Version of Record We only have a single version of a document at the moment, but if we had more than one I would make the field repeatable and annotate the file name or description Cheers Leonie Hayes Research Repository Librarian http://www.library.auckland.ac.nz/contacts/?firstname=&lastname=hayes http://researchspace.auckland.ac.nz? ? Message: 3 Date: Thu, 26 Feb 2009 09:15:46 +0800 From: "Wheeler Joy Lynn" Subject: [Dspace-general] Versioning Control issues and experiences. To: Message-ID: <4756289FEE4B5040B3F8618FF3E009B907899696 at EXCHANGE22.staff.main.ntu.edu.sg> Content-Type: text/plain; charset="us-ascii" Hi all, I was wondering if anyone would be willing to share their experience with versioning and how your institutions are handling this. Currently we are trying to create policy and procedure on how to manage such a large task or if even there will be such a high demand for this? Many thanks in advance Best regards JOY ________________________________________________________________________ _______ Joy Wheeler :: Library Technology & Systems :: Art Design & Media Librarian (Media) Nanyang Technological University :: LTD :: N2-B1c-16a Nanyang Avenue, Singapore 639798 Phone: (65) 6316 8715 :: Fax : (65) 6792 0509 :: E-mail:jwheeler at ntu.edu.sg :: http://www.ntu.edu.sg/library P Please consider the environment before printing this email. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090226/343260b0/attachment-0001.htm ------------------------------ Message: 4 Date: Thu, 26 Feb 2009 11:01:16 +0545 From: Vijay Shrestha Subject: Re: [Dspace-general] register new user in DSpace problem To: dspace-general at mit.edu Message-ID: <8178631e0902252116q66de5b1h3f086bd380ee29ce at mail.gmail.com> Content-Type: text/plain; charset="utf-8" Dear Mark, I went through catalina.log and catalina.out as you mentioned but I could not find such things related to my problem. Only I need is to to *register new user to login into DSpace*. The error I mentioned earlier on where "contact us" relate to DSpace administrator who configured and installed system. Here in this case I configured and installed so my email address is given as administrative email address. 2009/2/25 Mark H. Wood > On Wed, Feb 25, 2009 at 03:50:41PM +0545, Vijay Shrestha wrote: > > Once again I have query about DSpace. In DSpace, I tried to register new > > user in order to maintain different collection as my institution is > holding > > different digital collections and each collection is assigned to > different > > person. But I am not able to add new user. The DSpace shows internal > error > > while registering new user. The error is as below > > "Internal System Error > > The system has experienced an internal error. Please try to do what you > were > > doing again, and if the problem persists, please contact us so we can fix > > the problem." > > That message can be confusing. Where it says, "contact us", what it > means is that the user should contact *you*, the person in charge of > the application. The message is for end users, and seems to be meant > to be soothing rather than detailed. > > I'd suggest looking in the servlet container's log files for more > information. In the case of Tomcat, catalina.log and catalina.out are > the files I would inspect. If you find something related to the > problem, but it is unclear or you are uncertain how to proceed, we're > all here to help. > > > I went through the DSpace manual as well. I did not find the location of > > xmlui.user.registration in configuration file. > > I find it about 15 lines below the heading "XMLUI SPECIFIC > CONFIGURATIONS", but this is just a Properties file, so you can code > it anywhere. This is probably not related to your present problem, > however. > > -- > Mark H. Wood, Lead System Programmer mwood at IUPUI.Edu > Friends don't let friends publish revisable-form documents. > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > > -- With Regards, Vijay Kumar Shrestha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090226/4c5d302a/attachment.htm ------------------------------ _______________________________________________ Dspace-general mailing list Dspace-general at mit.edu http://mailman.mit.edu/mailman/listinfo/dspace-general End of Dspace-general Digest, Vol 67, Issue 21 ********************************************** From shresthavijay at gmail.com Fri Feb 27 02:28:12 2009 From: shresthavijay at gmail.com (Vijay Shrestha) Date: Fri, 27 Feb 2009 13:13:12 +0545 Subject: [Dspace-general] register new user in DSpace problem In-Reply-To: <8178631e0902252116q66de5b1h3f086bd380ee29ce@mail.gmail.com> References: <8178631e0902250205g68f46884p3f49d401719cecb@mail.gmail.com> <20090225150111.GD7824@IUPUI.Edu> <8178631e0902252116q66de5b1h3f086bd380ee29ce@mail.gmail.com> Message-ID: <8178631e0902262328x1320f92ame62a10e46e869abf@mail.gmail.com> Dear All, Please help me on registering new user for DSpace for allocating different collection to different user. I am not able to register new user On Thu, Feb 26, 2009 at 11:01 AM, Vijay Shrestha wrote: > Dear Mark, > I went through catalina.log and catalina.out as you mentioned but I could > not find such things related to my problem. Only I need is to to *register > new user to login into DSpace*. The error I mentioned earlier on where > "contact us" relate to DSpace administrator who configured and installed > system. Here in this case I configured and installed so my email address is > given as administrative email address. > > > 2009/2/25 Mark H. Wood > >> On Wed, Feb 25, 2009 at 03:50:41PM +0545, Vijay Shrestha wrote: >> > Once again I have query about DSpace. In DSpace, I tried to register new >> > user in order to maintain different collection as my institution is >> holding >> > different digital collections and each collection is assigned to >> different >> > person. But I am not able to add new user. The DSpace shows internal >> error >> > while registering new user. The error is as below >> > "Internal System Error >> > The system has experienced an internal error. Please try to do what you >> were >> > doing again, and if the problem persists, please contact us so we can >> fix >> > the problem." >> >> That message can be confusing. Where it says, "contact us", what it >> means is that the user should contact *you*, the person in charge of >> the application. The message is for end users, and seems to be meant >> to be soothing rather than detailed. >> >> I'd suggest looking in the servlet container's log files for more >> information. In the case of Tomcat, catalina.log and catalina.out are >> the files I would inspect. If you find something related to the >> problem, but it is unclear or you are uncertain how to proceed, we're >> all here to help. >> >> > I went through the DSpace manual as well. I did not find the location of >> > xmlui.user.registration in configuration file. >> >> I find it about 15 lines below the heading "XMLUI SPECIFIC >> CONFIGURATIONS", but this is just a Properties file, so you can code >> it anywhere. This is probably not related to your present problem, >> however. >> >> -- >> Mark H. Wood, Lead System Programmer mwood at IUPUI.Edu >> Friends don't let friends publish revisable-form documents. >> >> _______________________________________________ >> Dspace-general mailing list >> Dspace-general at mit.edu >> http://mailman.mit.edu/mailman/listinfo/dspace-general >> >> > > > -- > With Regards, > Vijay Kumar Shrestha > > -- With Regards, Vijay Kumar Shrestha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090227/f5abc28e/attachment.htm From es444 at cam.ac.uk Fri Feb 27 04:41:40 2009 From: es444 at cam.ac.uk (Elin Stangeland) Date: Fri, 27 Feb 2009 09:41:40 +0000 Subject: [Dspace-general] DSpace UK user group meeting - March 19th Message-ID: <49A7B554.9070806@cam.ac.uk> ***Apologies for Cross Posting*** DSpace UK user group meeting - RSP Software Day Manchester, Thursday 19th of March at 15:45. The RSP has kindly given us a space in their programme for the UK DSpace users to get together for updates on the latest developments and to catch up. Agenda: - DSpace 2.0 - Graham Triggs - Federation/Global outreach committee update - Elin Stangeland - DSpace repository showcase - 5 minute quickfire presentations - volunteers? - Discussion - DSpace UK user group - what next? If you have any other topics you wish to add the agenda, please feel free to suggest them! I look forward to seeing you in Manchester! Further details about the RSP SW day: http://www.rsp.ac.uk/events/index.php?page=RepositorySoftwareDay2009/index.php Best wishes, Elin Stangeland DGOC ____________________________________________________ Elin Stangeland DSpace at Cambridge Repository Manager Cambridge University Library West Road, Cambridge CB3 9DR tel. 01223 333 130 e-mail: es444 at cam.ac.uk http://www.dspace.cam.ac.uk ____________________________________________________ From Christina.Richison at nitle.org Thu Feb 26 09:34:46 2009 From: Christina.Richison at nitle.org (Christina Richison) Date: Thu, 26 Feb 2009 09:34:46 -0500 Subject: [Dspace-general] NIS Camp Update, Calls for Proposals Deadline Tomorrow Message-ID: <08119B28F4B3FF46A5747921C9FAA67801175599@AA1EXCH06.office.share.org> DSpace Community, Calls for proposals for the Digital Repository and DSpace User Community Meeting, as part of NIS Camp (16 events), will close tomorrow, Friday, February 27th. Consider both a poster and / or a presentation. Submit your proposal, http://campnis.blog.nitle.org/. Christina Richison NITLE Information Services http://tinyurl.com/niscamp p. 734.661.1012 Southwestern University | P.O. Box 7385 1001 East University Avenue | Georgetown, Texas 78626 = -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090226/b0df33bd/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 94581 bytes Desc: image001.jpg Url : http://mailman.mit.edu/pipermail/dspace-general/attachments/20090226/b0df33bd/attachment.jpg