Is anyone using Dspace as an institutional software storage/distribution
site? Specifically, we're thinking about putting a number of required
site licensed software packages into a pw protected community and then
having users come to download the required package.
TIA
Brian A. Helstien, SISD,
There is some code which looks like it would use a schema tag. However,
this code is not written correctly since the code behind it uses addDC()
instead of a proper call to addMetadata(). The addDC method is used
through the ItemImport object, and I haven't had time to rework this
code yet. I wa
As I recall (I don't have access to the code right now) ItemImport as
of 1.4 does support 'schema' as an attribute of, I think, the
element. There is a problem mixing schemas because it just checks the
attribute for the first dcvalue, but that shouldn't affect you if you
are going to use your ow
Hi dsapce-tech,
We have already put around 100 files into dspace. But now we realized that
our community structure has to be changed. If we create a new community
structure with new collections and new authorizations, is there a way to put
the existing files into new collections without goi
Richard,
OK - I'm a numpty - just realised you said at the bottom of your
response that you didn't know if this was in v1.3.2, but there was a
patch available if not (I initially read your comment as applying to my
second question rather than my first!).
I'm guessing that, as it didn't work, it i
I doubt that it is "randomly" eating those last characters.
The stemmer is removing the endings of words to get back to a common
stem. So, if your document has the word "dogs", it will generate the
term "dog". Similarly, "dogged" and "dogging" will probably stem back
to dog as well.
Somet
Hi Richard,
I just tried this with a quick test, but to no avail - the field still
appeared on the input form during submission. This is the XML for the
field I just tried to "hide":
citation
journaltitle
false
Journal Title
onebox
Ent
Many thanks Richard,
Very useful! I did revisit the input-forms.xml configuration
documentation before I emailed the list
(http://www.dspace.org/technology/system-docs/submission.html), but
don't recall seeing the attribute listed . . .
Cheers,
Mike
Michael White
eLearning Developer
Centre fo
Hi Michael,
> I can't see a way to do this out of the box, but thought I'd ask anyway
> (because my colleagues in bibliographic services have asked me!).
>
> Is it possible to define metadata elements that are not visible on the
> input forms to ordinary punters during submission, but are visi
Hi there,
I can't see a way to do this out of the box, but thought I'd ask anyway
(because my colleagues in bibliographic services have asked me!).
Is it possible to define metadata elements that are not visible on the
input forms to ordinary punters during submission, but are visible
during th
Hi,
I'm studying Dspace and I just confirmed that the
org.apache.lucene.analysis.PorterStemFilter filter of Lucene (which is
present in the latest source of DSAnalyzer.java) is randomly eating the
last character of some of the indexed words. If I remove it, everything
indexes fine.
What's
Hi Rudolph,
Are you trying to upgrade your current installation, or blow away all
your current data and start again?
Assuming you are just trying to upgrade your current installation,
having applied a patch, you need to use the 'update' ant target, rather
than 'fresh_install'.
The typical syntax
12 matches
Mail list logo