Hello Jason,
the embargo only works during the submission process not if you edit add the metadata to an already archived item.
It will not make the item invisible but restrict the access to the bitstreams belonging to an item, set a lift date and change the date available. When the embargo is lifted the resource policies are inherited from the owning collections default settings.
Apart from the changes in dspace.cfg and metadata registry you got to add the administrative.embargo.terms as a field to the input-forms.xml, for testing purposes best as a date field, e.g.
<field>
<dc-schema>foo</dc-schema>
<dc-element>embargo</dc-element>
<dc-qualifier>terms</dc-qualifier>
<repeatable>false</repeatable>
<label>Date of embargo duration</label>
<input-type>date</input-type>
<hint>Some explanatory text</hint>
<required></required>
</field>
You can create your own setter and use terms like 6 months, 1 year etc
on which base the lift date will be computed.
Hope that helps Claudia Jürgen Am 31.03.2010 16:02, schrieb Jason Fowler:
Hi all, I am testing DSpace 1.6 before we migrate to it. I believe I have the dspace.cfg set up correctly, and I have added dc.embargo.terms and dc.embargo.liftdate to my metadata registry. However, nothing shows up in the submission workflow in any of my xmlui themes, or in jspui. Are there additional changes that I need to make in order to enable this within the workflow? Can someone explain what those are? Thanks, Jason Fowler, CA, MSLS Archives and Special Collections Librarian The Southern Baptist Theological Seminary Vice President, ALABI [email protected] ------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech
<<attachment: Claudia_Juergen.vcf>>
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

