Re: [Dspace-tech] item-list.xsl in Mirage

2012-07-12 Thread William Hays
Jose,

Can you please summarize your findings re the combination of changes 
required to
display thumbnails in the various item lists which I believe was your 
original goal in this thread.

Thanks,
Bill

-- 

William Hays
Senior Software Engineer
Software Analysis  Development
MIT Libraries

office:  617-324-5682
email:wh...@mit.edu


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] dsrun script to remove items en mass from a collection

2011-09-26 Thread William Hays
Wolf,

There is no script or java class in the DSpace distribution that does 
what you
describe.  ItemUpdate lets you remove metadata or bitstreams but not the
whole item.

If you are running DSpace 1.7, then you could write a curation task to do
delete based on collection and dates.  Alternatively, you could write me
off-line and I can share an ItemMover class that can be easily adapted
to delete.

--Bill


I have used dsrun org.dspace.app.itemimport etc but is there a similar
script to remove multiple items from the db based on collection and
(optimally) dates ingested?
Are there any docs about the possible cli scripts?

Wolf



-- 

William Hays
Software Development  Analysis
MIT Libraries E25-131
617.324.5682 (phone)
wh...@mit.edu



--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Potential Bug in itemupdate tool?

2011-09-22 Thread William Hays
Jake,

What you describe is the expected functionality for deleting bitstreams
using ItemUpdate.  Looking at the DSpace API for Bundle.deleteBitstream(),
there is no comment on what happens if the bundle is empty.  In the
XMLUI interface of the AdminUI , that application chooses to remove the 
bundle if
it is empty.  It maybe there are some use cases when running the
ItemUpdate utility where the bundle will be reused and it is desirable
to retain the permissions, etc.

I recommend that you submit this as a requested change
on the DSpace Jira ( jira.dspace.org ) and let the committers
make a recommendation.

--Bill

==
Date: Thu, 22 Sep 2011 14:29:11 -0300
From: Jacob Sanfordjsanf...@unb.ca
Subject: [Dspace-tech] Potential Bug in itemupdate tool?
To:dspace-tech@lists.sourceforge.net
Message-ID:4e7b7067.1060...@unb.ca
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

In an attempt lately to cull out offensive bitstreams in our DSpace
1.7.2 (OS : RHEL Server 5.7), we have:

- Used the CLI export tool to write item exports.
- Added target bitstream_id(s) to each 'delete_contents' file in the
export structure
- Invoked updateitem -D (which successfully remove the bitstreams from
the repository).

This works swimmingly for most instances. If the last bitstream in a
bundle is removed, however, the 'updateitem' tool does not appear to
perform the additional step of removing the unreferenced bundle from the
database.

Deleting a similar 'final' item of a bundle through the admin interface
does not appear to cause this problem.

Has anyone else observed this behavior?

Jake

--
Jacob Sanford
Developer, Electronic Text Center
University of New Brunswick Libraries (Fredericton)
jsanf...@unb.ca
(506)447-3458



-- 

William Hays
Software Development  Analysis
MIT Libraries E25-131
617.324.5682 (phone)
wh...@mit.edu



--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Using item update to add only bitstreams.

2011-05-13 Thread William Hays

Dave and Pete,

In addition to the default handle identifier, you can use an alternate
metadata field as the unique identifier for your updates by using the -i flag.
From the docs:

|-i|or|--itemidentifier|	Specifies an alternate metadata field (not a 
handle) used to hold an identifier used to match the DSpace item with 
that in the archive. If omitted, the item handle is expected to be 
located in the|dc.identifier.uri|field. (Optional)




No other metadata field is required in the dublin_core.xml file if you are just 
doing bitstreams.
The documentation seems to have been reduced from the original.

--Bill


Hi David,

Had to do this myself recently - used the following in dublin_core.xml:

dublin_core schema=dc
  dcvalue element=identifier
qualifier=urihttp://example.org/handle/123456789/32/dcvalue
/dublin_core

With the command:

/dspace171/bin/dspace itemupdate -ep...@example.org  -s
archive_directory -A

Regards Pete

On Thu, 2011-05-12 at 16:05 +, Isaak, David C wrote:



Greetings,

I am a repository manager currently running version 1.7.1.  I have successfully used the Item 
Importer feature before with my files in DSpace'ssimple archive format, but now for the 
first time I would like to use the Item Update feature to just add bitstreams to my metadata only 
records.It is not entirely clear to me from the manual (section 9.5) what needs to be 
included in the dublin_core.xml file in this scenario.  Since I am notadding new 
metadata, is all that is needed the id and collection tags?

Thanks in advance,
David

David Isaak
Digital Projects Librarian
Center for Health Research
Kaiser Permanente
3800 N. Interstate Ave.
Portland Oregon, 97227
503.335.2437 (tie-line 60-2437)
david.is...@kp.org




--

William Hays
Software Development  Analysis
MIT Libraries E25-131
617.324.5682 (phone)
wh...@mit.edu


--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace Mets profiles

2011-03-04 Thread William Hays
Robin,

The page that describes the profile you refer to

https://wiki.duraspace.org/display/DSPACE/DSpaceMETSSIPProfile.


is somewhat incomplete and has some broken links.
I have found a more extensive document
called metssipv0p9p1.xml from the original authors.
I've been working with Tim Donohue on getting it archived
but I don't know of a url for it as yet. Let me know if
you would like me to email a copy to you.

--Bill

-- 

William Hays
Software Development  Analysis
MIT Libraries E25-131
617.324.5682 (phone)
wh...@mit.edu



--
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Creative Commons problem - not returning to DSpace

2009-08-31 Thread William Hays
 we got to complete this
 project. Besides, this project has already revealed wonderful res-
 sources of social history. You probably know the name of St. Pauli.
 Sources of this archive would not be published without this project:
 
 http://stadtteilgeschichten.net/handle/2339/1032/browse-date?order=oldestfirst
  
  
 
 We decided not to apply major changes to the platform during project
 runtime, id est in 2009 and we would not have the ressources to
 do so besides the project.
 
 I could not figure out a simple way to apply the Configurable
 Submission Process patches from 1.5 to the 1.4 sources without
 breaking a lot of other stuff. So I guess, my only choice is
 to switch to DSpace 1.5 if this cant be fixed.
 
 While you and the creative commons people dont need to be concerned
 about our situation, we would really appreciate if you would.
 
 Should I contact somebody at Creative Commons directly? Should I
 write a bug report o
 
-- 

William Hays
Technology Research  Development
MIT Libraries E25-131
617.324.5682 (phone)
wh...@mit.edu


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Creative Commons problem - not returning to DSpace

2009-07-31 Thread William Hays
Creative Commons has fixed this bug which appears in the CC license
selection process during submission. The incorrect page was being called
resulting in no return to the submission process in DSpace.

I have tried it out and things look back to normal.

-- 

William Hays
Technology Research  Development
MIT Libraries E25-131
617.324.5682 (phone)
wh...@mit.edu


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Creative Commons problem - not returning to DSpace

2009-07-28 Thread William Hays
I contacted Nathan at CreateCommons with this new license issue.  As a
result of a recent code change at their end, clicking the CC License
button  results in the wrong webpage displaying.  He expects a fix very
shortly.

He writes:

I don't think this is related to the bug Graham reported, but it's
most likely related to
http://labs.creativecommons.org/2009/07/21/license-engine-path-changes/
(obviously).  It looks like the problem is that you're using POST for
the submission; the fact that we supported POST at all was something
of a, well, bug, I guess.  At the very least it wasn't something we
had a test for since our examples were primarily GETs.  So
unfortunately when we moved the license chooser, the redirect handler
doesn't pass along the POST payload.

I've opened an issue in our tracker
(http://code.creativecommons.org/issues/issue420) to fix this on our
end.  We don't want to break our existing deployments this way and I
suspect this may be impacting other DSpace deployments as well.  I'll
see about getting that updated and rolled out this afternoon.


-- 

William Hays
Technology Research  Development
MIT Libraries E25-131
617.324.5682 (phone)
wh...@mit.edu


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech