[Dspace-tech] iOS (iphone/ipad) scrolling on Mirage2 sites

2015-08-25 Thread Peter Dietz
://cache.kzoo.edu/ http://dc.statelibrary.sc.gov/ Other browsers (chrome, IE, opera, firefox) don't appear to have this issue, and safari on Mac appears to work fine. Mirage2 bug or Safari iOS bug? Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809

Re: [Dspace-tech] REST API get object by handle

2015-08-05 Thread Peter Dietz
, and finally helps ensure success. try { context = createContext(getUser(headers)); ... finally { processFinally(context); ### essentially just context.abort() } Peter Dietz Longsight www.longsight.com pe

Re: [Dspace-tech] REST API get object by handle

2015-08-05 Thread Peter Dietz
using Chrome extension Advanced Rest Client. (I also hammer the API with jmeter). Set it as: Accept: application/json https://youtu.be/FYVMGLLDAUE?t=688 Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Aug 5, 2015 at 1:05 PM, Peter Dietz

Re: [Dspace-tech] How to search items by metadata using REST API?

2015-08-05 Thread Peter Dietz
touch v1 code again, and update the v2 code to become different. I'd imagine jaxrs has some other graceful routes to accomplish this, but the subfolder route is easy-ish to support and understand. But yes. Its growing through evolution. Rather than intelligent design. ;) Peter Dietz

Re: [Dspace-tech] Nested Metadata

2015-08-04 Thread Peter Dietz
Thanks for all the responses, and insight thus far. My thinking about the problem space of nested metadata, is that that is trying to solve the problem of metadata about metadata about an item. Item/1234 = Author = [Peter Dietz, Developer, Longsight, Brown eyes, ...] What we've been doing

Re: [Dspace-tech] What is the recommended way of backing up the solr index

2015-08-04 Thread Peter Dietz
), this process could also become different. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Aug 4, 2015 at 11:17 AM, Monika C. Mevenkamp moni...@princeton.edu wrote: Specifically I am interested in backing up the statistics I know an cp

Re: [Dspace-tech] Generic DSpace servlet/webapp utilities?

2015-08-03 Thread Peter Dietz
type of place that might be a more proper place to look would be org.dspace.content.service.ItemService... Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, Aug 3, 2015 at 11:21 AM, Brown, Jacob j.h.br...@tcu.edu wrote: Hi all, I’m

[Dspace-tech] Nested Metadata

2015-07-29 Thread Peter Dietz
Hi All, Has anyone stored nested / rich metadata in DSpace? An example I'm thinking of is for storing richer amounts of metadata for an object. For example: - Author - first-name: Peter - last-name: Dietz - name-as-it-appears: Peter Dietz - institution: Longsight

Re: [Dspace-tech] REST API get object by handle

2015-07-27 Thread Peter Dietz
Hi OK, I've updated the documentation to mention the /handle/{prefix}/{suffix} endpoint: https://wiki.duraspace.org/display/DSDOC5x/REST+API#RESTAPI-Handle Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, Jul 27, 2015 at 12:37 PM, Peter

Re: [Dspace-tech] REST API get object by handle

2015-07-27 Thread Peter Dietz
://hgmloofddffdnphfgcellkdfbfbjeloo/rest/items/10 expand: [ 0] lastModified: 2015-07-27 11:00:18.027 ... Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Jul 24, 2015 at 6:54 AM, Ondřej Košarko kosa...@ufal.mff.cuni.cz wrote: Hi all

Re: [Dspace-tech] Build DSpace Installer on Different Machine

2015-07-01 Thread Peter Dietz
is that each machine is very similar. Same OS, same version of java. I've never tried this with windows, but it works well for us on Linux. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Jul 1, 2015 at 10:24 AM, Shannon Meisenheimer

Re: [Dspace-tech] Vagrant or Docker

2015-06-29 Thread Peter Dietz
being maintained by committers, well, there's no reason that the DSpace community couldn't maintain docker templates. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Jun 25, 2015 at 11:59 AM, Tim Donohue tdono...@duraspace.org wrote: A few

Re: [Dspace-tech] URL REST Call to return XML

2015-06-11 Thread Peter Dietz
, the Drupal Module would need to be updated to work with the new API. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Jun 11, 2015 at 7:01 AM, Alan Orth alan.o...@gmail.com wrote: You need to set the Accept HTTP header to tell the REST API

Re: [Dspace-tech] Error 500 while trying POST \login

2015-06-10 Thread Peter Dietz
) And send that. You should get HTTP status 200 ok, and the response is a bitstream object in json (because your accept header). So, see if that helps to guide you, in updating your PHP. Maybe its helpful to do this in plain-old curl. Peter Dietz Longsight www.longsight.com pe

Re: [Dspace-tech] Moving a community

2015-06-05 Thread Peter Dietz
,--setset a parent/child relationship establish a relationship: CommunityFiliator -s -p parentID -c childID remove a relationship: CommunityFiliator -r -p parentID -c childID Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Jun 4

[Dspace-tech] DSpace Assetstore, anyone use SRB Storage Resource Broker?

2015-06-05 Thread Peter Dietz
was wondering if this storage system was still in use, and / or if anyone is still using DSpace with SRB? Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809

Re: [Dspace-tech] Error 500 while trying POST \login

2015-06-05 Thread Peter Dietz
Client. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Jun 5, 2015 at 10:19 AM, Aman Singh singh26.a...@gmail.com wrote: hi mark, Yeah thats just a placeholder for the mail, I'm passing the correct email and password while testing

Re: [Dspace-tech] How does the ElasticSearch Dspace integration is set up ?

2015-05-28 Thread Peter Dietz
is able to do a series of things when listening to events. i.e. Write a usage to SOLR Statistics, Write to dspace.log, Write a usage to Elastic Search statistics. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, May 28, 2015 at 11:23 AM, Tim

Re: [Dspace-tech] Can I move GeoLiteCity.dat?

2015-05-27 Thread Peter Dietz
, start up. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, May 22, 2015 at 3:09 PM, Monika C. Mevenkamp moni...@princeton.edu wrote: there is a setting in dspace/config/modules/solr-statistics.cfg:dbfile = ${dspace.dir}/config

Re: [Dspace-tech] Adding more publication types

2015-05-26 Thread Peter Dietz
for the change to take effect. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, May 22, 2015 at 4:13 AM, allybit...@udsm.ac.tz wrote: Dear All, Hello, I am a new bee in this Dspace software i managed to configure Dspace 5.1 on windows and now i

[Dspace-tech] REST Based Integrations with Moodle / LMS / CMS / LTI

2015-05-19 Thread Peter Dietz
for the current API (workflow, users, etc) that is limiting their ability to successfully integrate. For Reference, the current DSpace REST API docs are located at: https://wiki.duraspace.org/display/DSDOC5x/REST+API Peter Dietz Longsight www.longsight.com pe...@longsight.com p

Re: [Dspace-tech] Expected mime type application/octet-stream but got text/html error on By Issue Date, Authors, Titles, Subjects,

2015-05-18 Thread Peter Dietz
Your SOLR is misconfigured. Read this thread: http://dspace.2283337.n4.nabble.com/freshly-installed-dspace-5-has-problems-td4677099.html Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, May 18, 2015 at 5:40 AM, Vineet Kumar Rakesh vin

Re: [Dspace-tech] flyway migration error

2015-05-14 Thread Peter Dietz
]_[column]_fkey 12:47 PM tdonohue So, it seems like something has changed in Postgres, or Postgres doesn't always follow it's own rules Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Apr 1, 2015 at 12:26 PM, Wally Grotophorst wal...@gmu.edu wrote

Re: [Dspace-tech] freshly installed dspace 5 has problems

2015-05-08 Thread Peter Dietz
for statistics, and oai. (We use random port numbers, instead of 8080). Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Mar 19, 2015 at 5:51 PM, Hongxing Geng bi...@athabascau.ca wrote: Thanks Andrea and Aaron. It does work Hongxing Geng

Re: [Dspace-tech] Submision process: select collection step. Control how collection names are shown in drop-down list.

2015-05-07 Thread Peter Dietz
Hi Ricardo, The community.name collection.name is all done in the code: https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/app/util/CollectionDropDown.java#L46-L75 Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809

Re: [Dspace-tech] Handle server limit (99999 items?)

2015-05-07 Thread Peter Dietz
-increment the suffix. So it wouldn't produce 1234.thesis/1, 1234.publication/1, 1234.media/1, but instead 1234.thesis/1, 1234.publication/2, 1234.media/3. Again odd case, so likely no one will ever run into it. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599

Re: [Dspace-tech] Open Search

2015-05-04 Thread Peter Dietz
?query=test Without the /discover, then it will use the Lucene search engine, which in many sites could be out-dated, if you've stopped indexing content into lucene. SOLR is the current default search engine. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599

Re: [Dspace-tech] Altering Advance Search in DSpace 5.1 XMLUI

2015-05-04 Thread Peter Dietz
operators. This is hard coded, so changes are global, and made by changing the java, and rebuilding. (d'oh, I've just noticed that Andrea's just sent a response, sending anyways) Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, May 4, 2015 at 3:38

[Dspace-tech] Advanced Embargo: Dark Metadata

2015-04-21 Thread Peter Dietz
that came up was to have a way to have the embargo also restrict the visibility of the item and metadata. Thus, before the embargo date, nothing is accessible/visible, and after the embargo lift date, the file and metadata will be visible/accessible. Thanks Peter Dietz Longsight

Re: [Dspace-tech] Deployment of REST API

2015-04-17 Thread Peter Dietz
upgrade) we can contact them, or to be able to enforce acceptable use policy. Our deploys of REST API have either been publicly available, or restricted to campus network only. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, Apr 13, 2015 at 3

Re: [Dspace-tech] Error when importing statistics to elasticsearch in DSpace 5.1

2015-04-07 Thread Peter Dietz
, and then configure the dspace/config/elasticsearch.cfg to use that IP address. Then, the command line operation should work, regardless of the tomcat setup. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Apr 7, 2015 at 5:06 AM, euler esne

[Dspace-tech] Active Directory Federation Services ADFS integration with DSpace

2015-04-06 Thread Peter Dietz
Hi All, I was wondering if anyone has developed an ADFS Active Directory Federation Services integration with DSpace? Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809

Re: [Dspace-tech] Generate publicly accessible thumbnails of restricted content

2015-04-01 Thread Peter Dietz
. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Apr 1, 2015 at 9:44 AM, Hilton Gibson hilton.gib...@gmail.com wrote: Hi All Is this correctly documented then: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Media_Filters/4.X#Step_4F

Re: [Dspace-tech] Generate publicly accessible thumbnails of restricted content

2015-04-01 Thread Peter Dietz
was though. You have to use the condensed name of the media filter task (without spaces, ImageMagickPdfThumbnailFilter), and not the expanded name (ImageMagick PDF Thumbnail) in filter.org.dspace.app.mediafilter.publicPermission Peter Dietz Longsight www.longsight.com pe...@longsight.com p

Re: [Dspace-tech] Very Slow Download

2015-04-01 Thread Peter Dietz
in production, but disabled in staging/development or some other instance. Hopefully your network is better, and this won't be a constant issue. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Apr 1, 2015 at 3:44 AM, Sean Carte sean.ca

Re: [Dspace-tech] Very Slow Download

2015-03-31 Thread Peter Dietz
. Also, another thing to think about is log analysis. In your case, these Network unreachable / network timeouts could be noticed in the logs, for you to pay attention to. i.e. having a smart log analysis tool detecting trends. Peter Dietz Longsight www.longsight.com pe

Re: [Dspace-tech] Generate publicly accessible thumbnails of restricted content

2015-03-30 Thread Peter Dietz
Hi Euler, In your config: Word Text Extractor, ImageMagick Image Thumbnail, ImageMagick PDF Thumbnail Is there an escape character at the end of ImageMagick Image Thumbnail? i.e. , \ Did the PDF's get thumbnails generated by Image Magick? Peter Dietz Longsight

Re: [Dspace-tech] Examples of custom (XMLUI) interfaces in archives special collections?

2015-03-26 Thread Peter Dietz
, but there's no DSpace/OAI integration, so its a one-off project. So, I do think it would be valuable for people to spend the effort enhancing themes for various use cases, special collections exhibit in your case. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599

Re: [Dspace-tech] Question

2015-03-25 Thread Peter Dietz
/pull/668 Keep in mind that an un-merged pull request is not considered an official add-on, thus there won't be any support on it. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Mar 24, 2015 at 6:00 AM, Andrea Bollini a.boll...@cineca.it

Re: [Dspace-tech] REST API not seeing new bitstreams

2015-03-24 Thread Peter Dietz
fixed in DSpace 4.2 and 5.0 https://github.com/DSpace/DSpace/pull/567 (patch 4.2) https://github.com/DSpace/DSpace/pull/561 (patch 5.0) Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Mar 24, 2015 at 7:27 AM, Benjamin Ryan benjamin.r

Re: [Dspace-tech] Webometrics repository

2015-03-23 Thread Peter Dietz
, regardless of this webometrics proposal, is to revisit author profiles in DSpace for a future version. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Mar 19, 2015 at 3:23 PM, Alex D alexdot...@mail.ru wrote: Sorry, didn't get notifications

Re: [Dspace-tech] main servlet for url pattern: dspaceurl.com/*

2015-03-18 Thread Peter Dietz
to where you want it, and that might be easier to manage too. i.e. regex to bounce domain.com/1234-5678 to domain.com/code/1234-5678 Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Mar 17, 2015 at 7:33 AM, Pablo Buenaposada pablo.buenapos

[Dspace-tech] External Searching of DSpace contents

2015-03-05 Thread Peter Dietz
/searchpage, just embeds DSpace search page inside. Thanks Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 -- Dive into the World of Parallel Programming The Go Parallel

Re: [Dspace-tech] Examples of REST-API POST/PUT requests using cURL

2015-02-04 Thread Peter Dietz
-02:00 Peter Dietz pe...@longsight.com: Hi Bruno, This is a very handy tool to test the REST API. And by building the CURL requests, it is somehow documenting the required data. Great work. For collaboration purposes, it would be helpful if you published a clone of your repository

Re: [Dspace-tech] Examples of REST-API POST/PUT requests using cURL

2015-02-04 Thread Peter Dietz
with a clean repository. Though I think one of the bitstreams still requires changing item/11 or bitstream/32, so lots of failures needed to get the counter up to there. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Jan 29, 2015 at 5:38

Re: [Dspace-tech] Problem with DSpace API POST request creating a new community

2015-01-29 Thread Peter Dietz
, with the enhanced REST API. I am glad to see interest on this area of DSpace. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Jan 29, 2015 at 10:15 AM, Bruno Zanette brunonzane...@gmail.com wrote: Helge, I've just remembered that you

Re: [Dspace-tech] Help with Video Streaming using files stored on Dspace

2015-01-28 Thread Peter Dietz
. Once YouTube is ready, the curation task could add some metadata to your item, and your UI just plays a youtube video. Your repository would still have an archival copy of the video. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Jan 28

Re: [Dspace-tech] New 'Dspace-Rest-Client' Ruby Gem

2015-01-28 Thread Peter Dietz
heavy use of a client application against the REST API. But, I'll take a look at this. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Jan 28, 2015 at 9:28 AM, Bruno Zanette brunonzane...@gmail.com wrote: Hello, folks! I and my

Re: [Dspace-tech] Help on appending files to POST_ITEM requests to REST-API

2015-01-13 Thread Peter Dietz
comprehensive. https://github.com/DSpace/DSpace/blob/master/dspace-rest/src/main/java/org/dspace/rest/ItemsResource.java#L411 Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, Jan 12, 2015 at 7:36 AM, Bruno Zanette brunonzane...@gmail.com wrote

Re: [Dspace-tech] resolve Import scenario

2014-12-09 Thread Peter Dietz
+Archive+Format+Packager Ensure that your source is in proper Simple Archive Format directory structure, such as: /home/dspace/batchimport1 - item1 contents dublin_core.xml thesis1.pdf - item2 contents dublin_core.xml thesis2.pdf ... Peter Dietz Longsight

Re: [Dspace-tech] DSpace and Google Scholar

2014-12-07 Thread Peter Dietz
Hi Karol, After you've got dspace.cfg dspace.url set to https://opub.dsw.edu.pl/ You will probably need to restart your handle server. There's no simple way to stop the handle service, so I usually do something like: ps aux | grep handle Which finds: dspace 25609 0.0 0.0 3650848 56600 ?

Re: [Dspace-tech] DSpace and Google Scholar

2014-12-05 Thread Peter Dietz
from that location. Perhaps you could just setup a tomcat context for your jspui to serve from the ROOT context. For reference, you can read the entire Google Scholar Indexing Guidelines. http://scholar.google.com/intl/en-US/scholar/inclusion.html#overview Peter Dietz Longsight

Re: [Dspace-tech] Inconsistent text_lang on metadatavalue fields

2014-12-03 Thread Peter Dietz
cleaning up the import, so have to close that PR. https://github.com/DSpace/DSpace/pull/674 And Kostas, would like ItemImport to not apply a default language, if your metadata doesn't specify. https://github.com/DSpace/DSpace/pull/772 Peter Dietz Longsight www.longsight.com pe

Re: [Dspace-tech] Problems with Elastic Search in DSpace version 4.1

2014-11-21 Thread Peter Dietz
Hi Hans, That error suggests that elastic search isn't running properly. The only thing you can do is to restart tomcat, and watch the logs to ensure that elastic search starts properly. Perhaps earlier in your logs will be the first error for elastic search that explains what happens. Either it

Re: [Dspace-tech] dspace index-discovery command

2014-11-20 Thread Peter Dietz
scaling issue. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 2014-11-19 12:29 GMT-05:00 Anisio Monteiro (IPEN/GDS-Informática) monte...@ipen.br: Hello, The dspace index-discovery -b command is taking too long to complete. Someone has any idea

Re: [Dspace-tech] utf8 and thumbnail

2014-11-19 Thread Peter Dietz
(it will ensure that its present). Would be a nice enhancement. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Nov 18, 2014 at 2:16 PM, Jose Blanco blan...@umich.edu wrote: I have two questions: (1) Lately filter-media has stopped running

Re: [Dspace-tech] Use case for exporting a DSpace collection to CD/DVD

2014-11-19 Thread Peter Dietz
.) Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Nov 18, 2014 at 10:05 PM, euler esne...@seafdec.org.ph wrote: Dear All, We are planning to distribute our DSpace collection via CD/DVD to other libraries in areas where

Re: [Dspace-tech] Listing Communities in DSpace home page

2014-11-16 Thread Peter Dietz
-xmlui is probably the easiest way to accomplish this custom community group. However, its a static list, and you'd have to alter the file, each time you added a new community. Peter Dietz On Sun, Nov 16, 2014 at 2:39 AM, Ahmed Maher ama...@kwareict.com wrote: you can change it by editing

[Dspace-tech] Experience using external handle and/or use cases

2014-11-14 Thread Peter Dietz
if this was lots of questions, but I'm thinking that since handles have been in use for so long, that people might be needing additional tools to help keep these identifiers persistent. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809

Re: [Dspace-tech] DSpace authorization policies

2014-11-11 Thread Peter Dietz
code) is just a few seconds, rather than 5+ minutes for a full DSpace rebuild. So for admin tasks, and especially reports, this is perfect. Thanks for sharing. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Nov 11, 2014 at 11:45 AM

Re: [Dspace-tech] Embargo

2014-11-10 Thread Peter Dietz
be a reason. So you would have to add an entry for each of these metadata fields to appear in the output. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Nov 7, 2014 at 4:23 AM, Massimiliano Cilurzo mcilu...@unisa.it wrote: Dear Peter

Re: [Dspace-tech] DSpace authorization policies

2014-11-10 Thread Peter Dietz
queries it might be helpful to share back your eventual findings. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, Nov 10, 2014 at 12:44 PM, Paul Go p...@iit.edu wrote: Is there a way to export the entirety of the authorization policies so

Re: [Dspace-tech] DSpace 5.0 Testathon begins Nov 10, 2014 -- Users / Feedback wanted

2014-11-10 Thread Peter Dietz
! Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Nov 5, 2014 at 3:39 PM, Pottinger, Hardy J. pottinge...@missouri.edu wrote: From Hardy Pottinger, DSpace 5.0 Release Team Member The first Release Candidate for DSpace 5.0 will be made available

Re: [Dspace-tech] Embargo

2014-11-06 Thread Peter Dietz
term is present, but the computed lift-date isn't, likely as a result of metadata editing). Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Nov 6, 2014 at 10:21 AM, Massimiliano Cilurzo mcilu...@unisa.it wrote: Dear All, I would ask you

Re: [Dspace-tech] PDF Citation Coverpage (Retention of PDF/A compliance and bookmarks)

2014-10-30 Thread Peter Dietz
). Best of luck. If you can fix this before 5.0 final, we can still accept the fix. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Oct 30, 2014 at 11:19 AM, Nemiz, Elvi esne...@seafdec.org.ph wrote: Hello Peter, I would like to ask

Re: [Dspace-tech] trying to find pdf file from upload.

2014-10-29 Thread Peter Dietz
to take a peak at PDFBOX + unicode font embedding, that would be much appreciated. (There's still time before DSpace 5 final release). Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Oct 29, 2014 at 1:03 PM, Jose Blanco blan...@umich.edu

Re: [Dspace-tech] Emailing someone for any Workflow State Change

2014-10-24 Thread Peter Dietz
, is the subscribe feature in DSpace. A user can subscribe to specific collections to find out when new items have been approved. (One typical use case for subscribe was to have an advisor in a department know when a student's thesis had been approved). They then get a daily email. Peter

Re: [Dspace-tech] Using OCR to make scanned documents searchable by content

2014-10-17 Thread Peter Dietz
. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Oct 17, 2014 at 3:20 PM, Mckeane Thomas mckeane.tho...@gmail.com wrote: Hello, Does Dspace allow for scanned documents to be searchable by content or is there a way to do this using OCR

Re: [Dspace-tech] Running 2 different Dspace instances on 1 server

2014-10-08 Thread Peter Dietz
for each instance. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Oct 8, 2014 at 10:32 AM, Adan Roman aro...@arvo.es wrote: Hi all It can be done as Thomas say, but is not recommended in production systems . Any problems that hang tomcat

Re: [Dspace-tech] Audio/Video Streaming

2014-10-07 Thread Peter Dietz
Hi Miguel, Here's a PR: https://github.com/DSpace/DSpace/pull/504 Also, we've got a theme customization that uses flash for progressive download / playback of video: https://trydspace.longsight.com/handle/123456789/68 Peter Dietz Longsight www.longsight.com pe...@longsight.com

Re: [Dspace-tech] [Dspace-devel] DSpace 5: Dates and Features

2014-10-06 Thread Peter Dietz
that. It appears that it has some auth scheme where your consumer makes a request to /login, passing username/password, and receives a token in response. Further communication requires that token. It appears to require SSL. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599

Re: [Dspace-tech] requiring login to view files

2014-10-06 Thread Peter Dietz
users are automatically mapped to that group you specify. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, Oct 6, 2014 at 7:39 PM, Mary Weppler-Selear mweppler-sel...@ucmerced.edu wrote: Hello, I want to require authentication

Re: [Dspace-tech] metadata batch import bug?

2014-09-26 Thread Peter Dietz
be happy with that value. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Sep 26, 2014 at 3:25 AM, Pablo Buenaposada pablo.buenapos...@csuc.cat wrote: Hi, in dspace 4.1 when I import an item using the dspace binary there is something that I

Re: [Dspace-tech] Mirage2 to installed Dspace

2014-09-26 Thread Peter Dietz
can also find it from @Mire's website in the older unrecommended downloads section: http://atmire.com/website/?q=download-mirage-2 Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Sep 25, 2014 at 10:00 AM, Hilton Gibson hilton.gib

Re: [Dspace-tech] Removing submission mapped to 2nd colelction

2014-09-26 Thread Peter Dietz
DSpace to delete the item. It's best if DSpace can do the item deletion, since there are a lot of database relationships to catch. Hope this helps Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Sep 26, 2014 at 4:34 AM, Jacob Andersson

Re: [Dspace-tech] trying to find pdf file from upload.

2014-09-25 Thread Peter Dietz
groupIdcom.itextpdf.tool/groupId artifactIdxmlworker/artifactId version1.1.0/version typejar/type /dependency NB: iTextPDF is licensed under the AGPL Peter Dietz On Thu, Sep 25, 2014 at 1:37 PM, Jose Blanco blan...@umich.edu wrote: Peter, where does

Re: [Dspace-tech] Reconverting PDF's in assetstore to PDF/A

2014-09-23 Thread Peter Dietz
with the Curation Task approach is that you are using/extending DSpace properly, rather than just tricking it, by modifying the contents, and checksums. Lykke til! Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Sep 23, 2014 at 5:13 AM, Kai

Re: [Dspace-tech] trying to find pdf file from upload.

2014-09-19 Thread Peter Dietz
if someone edits the Item, and chooses another license in the future, split apart the pdf and change the last page? No thanks. Just display the PDF to the user with all the info you need. Plus, you already have all the info you need at that point (once its in archive). Peter Dietz

Re: [Dspace-tech] trying to find pdf file from upload.

2014-09-19 Thread Peter Dietz
, 2014 at 1:31 PM, Jose Blanco blan...@umich.edu wrote: Peter, Thank you for helping me out with this. I can't find: On Fri, Sep 19, 2014 at 11:54 AM, Peter Dietz pe...@longsight.com wrote: Hi Jose, Perhaps a similar idea is the citation cover-page project I had worked on at OSU

Re: [Dspace-tech] Reconverting PDF's in assetstore to PDF/A

2014-09-17 Thread Peter Dietz
such as CONVERTED. Also, what conversion tools are you looking at? i.e. a Java library / remote web service? Also, I'd take a look at the license, hopefully a compatible license with DSpace (i.e. non GPL, non AGPL). Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740

Re: [Dspace-tech] how to display view statistics beyond 7 months?

2014-09-17 Thread Peter Dietz
to be offering a Google Analytics integration. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Sep 17, 2014 at 9:53 AM, Shixing Wen s...@d.umn.edu wrote: DSpace 3.1 JSP Is there a default setting in DSpace to limit the display of View Statistics

Re: [Dspace-tech] Problem attempting to migrate from DSpace 1.8 directly to 4.1

2014-09-17 Thread Peter Dietz
these 1.7M records that are missing the UID. They're causing issues in the SOLR index. But this will surely cause a too large a gap in the data. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Jun 20, 2014 at 1:17 AM, Patrick Rynhart p.rynh

Re: [Dspace-tech] [Dspace-devel] DSpace 5: Dates and Features

2014-09-11 Thread Peter Dietz
be interesting to hear from that group, and or see some code. So yes, ideally I would love to have proper auth, and full CRUD endpoints in DSpace REST in time for DSpace 5. I personally have a lot of my plate, that I don't see myself accomplishing that alone. Peter Dietz Longsight

Re: [Dspace-tech] How to display the full title of queued items

2014-09-10 Thread Peter Dietz
the truncation to 50 characters. If you wanted to limit the text, that's something that should live in your view/theme. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Sep 10, 2014 at 4:06 PM, Guillermo Esteban Murillo Goussen mem...@gmail.com

[Dspace-tech] DSpace 5: Dates and Features

2014-09-10 Thread Peter Dietz
looking for more people to join the Release Team. Responsibilities include attending weekly developer meetings, reviewing pull requests, and ensuring requests get proper feedback and testing. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809

Re: [Dspace-tech] Rrestrict access to a collection by IP range

2014-09-09 Thread Peter Dietz
And associated JIRA ticket: https://jira.duraspace.org/browse/DS-2138 Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Sep 9, 2014 at 5:23 AM, Andrei V. Toutoukine t...@isuct.ru wrote: Hi, All, 09.09.2014 11:35, helix84 пишет: Always state your

Re: [Dspace-tech] Syncrhonization and central repository

2014-09-08 Thread Peter Dietz
Hi Germán, Probably not what you were looking for, but if you control both servers, why not give the second server access to the database and filesystem. You could give it read only permissions. But to support a fully automated replica mode I haven't seen that. But it would be useful, especially

Re: [Dspace-tech] Some changes to messages.xml don't show up

2014-09-05 Thread Peter Dietz
/* Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Fri, Sep 5, 2014 at 4:56 AM, Magnus Norberg mango_pa...@hotmail.com wrote: Hi! Some changes that I have made to messages.xml don't show up on the XMLUI web page. Why not? I've tried clearing

Re: [Dspace-tech] Fwd: Discovery + Restricted Content + IPAuthentication

2014-09-04 Thread Peter Dietz
/pull/632 https://jira.duraspace.org/browse/DS-2138 Basically, I just grab the context's special groups no matter what. (i.e. not just if(currentUser != null){) Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Sep 4, 2014 at 4:35 PM

Re: [Dspace-tech] IMPORTANT NEWS: Important Info for Future Editions | Ranking Web of Repositories

2014-09-02 Thread Peter Dietz
with making a citable link directly to bitstreams. But isn't that what handles/doi's are for? Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Sep 2, 2014 at 10:28 AM, Mark H. Wood mw...@iupui.edu wrote: Points 4, 6 and 7 reveal

Re: [Dspace-tech] dc.creator

2014-09-02 Thread Peter Dietz
people would be happy for that improvement. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Sep 2, 2014 at 3:00 PM, Germán Biozzoli germanbiozz...@gmail.com wrote: In previous DSpace versions dc.creator was reserved for the system. I

Re: [Dspace-tech] Suggestions on where to put dspace source and bulild folders

2014-08-20 Thread Peter Dietz
guides contributed by various users, which might be helpful. https://wiki.duraspace.org/display/DSPACE/Installation Note: These are unofficial guides. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Aug 20, 2014 at 3:00 PM, Charlene

Re: [Dspace-tech] Adding thumb nails to a record and work flow question

2014-08-07 Thread Peter Dietz
Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Thu, Jul 31, 2014 at 9:56 AM, Andy Kirkyla a...@bridgit.com wrote: Folks, I trust all is well. Thank you gain for all your support so far in answering my questions. We

Re: [Dspace-tech] filter-media exception

2014-08-06 Thread Peter Dietz
. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Aug 6, 2014 at 2:14 PM, Monika Mevenkamp moni...@princeton.edu wrote: I get the an exception from filter-media, see below. What puzzles me is that it complains about 'Invalid Word Format

Re: [Dspace-tech] theme selection in xmlui

2014-07-30 Thread Peter Dietz
=Theme2/ Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Tue, Jul 29, 2014 at 12:26 PM, Bill Tantzen wile...@gmail.com wrote: In DSpace 4.1 using xmlui, I would like to apply Theme1 to the home page and to the community list page (regex

Re: [Dspace-tech] flexslider

2014-07-21 Thread Peter Dietz
can see our in-progress bookreader at: https://trydspace.longsight.com/handle/123456789/77#page/1/mode/2up I have a small writeup on these two projects at: http://peterpants.blogspot.com/2014/07/improving-presentation-of-content-in.html Peter Dietz Longsight www.longsight.com pe

Re: [Dspace-tech] Safbuilder error

2014-07-07 Thread Peter Dietz
Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Mon, Jul 7, 2014 at 5:07 AM, Webshet, Sisay (ILRI) s.webs...@cgiar.org wrote: I just installed dsapce 4.1 veersion on obuntu 14.04 I found a great tool that makes batch importing items a snap. It's

Re: [Dspace-tech] Postgres to MySQL

2014-07-07 Thread Peter Dietz
it work for each DB provider. Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Wed, Jul 2, 2014 at 6:32 PM, Keir Vaughan-Taylor kei...@optusnet.com.au wrote: Be aware that MySQL was inherited by Oracle and Oracle may choose to dump it. Its

Re: [Dspace-tech] Å Ä Ö with Simple Archive Format Packager

2014-06-14 Thread Peter Dietz
https://github.com/peterdietz/SAFBuilder cd SAFBuilder ./recompile.sh Or, to update it: cd SAFBuilder git pull origin master ./recompile.sh Hope that helps (Hälsningar fran Köpenhamn) Peter Dietz Longsight www.longsight.com pe...@longsight.com p: 740-599-5005 x809 On Sat, Jun 14

Re: [Dspace-tech] Following up on Jira DS-740 - thumnail derivitive has different permission than original

2014-06-14 Thread Peter Dietz
people might want to indicate via the thumbnail that the full-text is restricted. i.e. Having the thumbnail of restricted PDF to have a strike out overlay, or to add a request-via-interlibrary-loan icon overlay. But for the common use case, this pull request is sufficient. Peter

  1   2   3   4   >