[Dspace-tech] item display

2011-04-28 Thread Webshet, Sisay (ILRI)
I just upgraded dspace 1.6 2 in to dspace 1.7.1.

And I want to an view item in either manakin or mirage interface.

I just modify some code inside item-view.xsl and DIM-Handler.xsl.it
works fine for the newly added items on 1.7.1 version however an items
migrated from dspace 1.6.2 can't be viewed just like new entries are
viewed. Can  you assist me on this?

 

Thanks 

sisay

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Item Display page

2010-12-14 Thread AMJAD USMAN

hello everybody,

can anybody tell me how to apply this policy:
"Allow only administrator to see the bitsreams of any item, otherwise kept its 
files hide from all others"

Regards:
Amjeeki


  --
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] item-display problem

2011-03-30 Thread Webshet, Sisay (ILRI)
Hello All,

 

I want to change item-display (metadata display)for newly added fields.

I just modify some code inside item-view.xsl.it works fine for the newly
added items

But the problem is for the old items which can't display new fields 

See how a single item viewed in dsapce 1.6.2 and dspace 1.7(mirage).

Can anybody assist me. 

 

http://dspacetest.cgiar.org/handle/10568/1656

http://mahider.ilri.org/handle/10568/1656

 

Thanks

sisay

 

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] item display

2011-04-28 Thread Andrea Schweer
Hi Sisay,

On 28/04/11 20:18, Webshet, Sisay (ILRI) wrote:
> I just modify some code inside item-view.xsl and DIM-Handler.xsl.it
> works fine for the newly added items on 1.7.1 version however an items
> migrated from dspace 1.6.2 can't be viewed just like new entries are
> viewed. Can  you assist me on this?

You'll need to provide a bit more detail about the problem. What do you
mean that migrated items "can't be viewed"? Are you getting an error
message? Are there any fields missing from the item view?

My first guess would be that you changed the metadata fields that are
populated when an item is added. If your new item-view.xsl and
DIM-Handler.xsl use the new set of fields then this can cause problems
with old items if they don't have values for some or all of these
fields. If this is the case, then there are two possible solutions:
- change the metadata for the old items, or
- make sure that the XSL stylesheets can cope with both sets of metadata
fields.

cheers,
Andrea

-- 
Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] item display

2011-05-18 Thread Webshet, Sisay (ILRI)
Hi all,

 

Last time as I told you items in dspace 1.6( jspui) interface viewed
according to the settings in dspace.cfg

But I faced a problem on viewing the same  item after I did an upgrade
to dspace 1.7.1(xmlui)

 

At last it works.

Did some settings on DIM-Handler.xsl
file(/dspace/webapps/xmlui/themes/dri2xhtml) putting the field in the
same sequence as they are viewed in dspace 1.6

 

Thanks 

sisay

 

--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including 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] Item display in communities

2009-02-11 Thread felipe Melero

Hi Dspace developers and users,

I'd like to know if the issue "item display applied to collections" 
could be applied somehow to communities. In my case, inside one 
community I have a lot of collections so in dspace.cfg I should put all 
the handles of these collections


I have tried with the handle of the community but it doesn't work. Any 
suggestion?


Thanks in advance,
Felipe
--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item display in communities

2009-02-11 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
I am in the process of installing DSpace 1.5.1.  Yesterday I configured
our site to use the "fetch from cache" option for counting
collection/community strengths and it updated both the Community and
Collection counts and displayed them just fine on the home page,
Community, and Collection pages.  So no, you shouldn't have to do
anything special to have your Community strengths updated.

 

Here is what I did to get it to work.  

1.  Configured our dspace.cfg as follows:

 

# Settings for content count/strength information 

 

# whether to display collection and community strengths

# (This configuration is not used by XMLUI.  To show strengths in the 

#  XMLUI, you just need to create a theme which displays them)

webui.strengths.show = true

 

# if showing the strengths, should they be counted in real time or

# fetched from cache?

# 

# Counts fetched in real time will perform an actual count of the

# database contents every time a page with this feature is requested,

# which will not scale.  If the below setting is to use the cache, you

# must run the following command periodically to update the count:

#

# [dspace]/bin/dsrun org.dspace.browse.ItemCounter

#

# The default is to count in real time

#

webui.strengths.cache = true

 

 

Then I created a script to run "ItemCounter, as specified in the 1.5.1
Documentation as follows:

 

#!/bin/sh

 


###

#

# item-counter - cron job for Updating the Community and Collection
counters

#


###

# Get the DSPACE/bin directory

BINDIR=`dirname $0`

 

echo "Beginning cron item-counter @ " &date

echo "Updating Community and Collection Item counters"

 

$BINDIR/dsrun org.dspace.browse.ItemCounter

 

# Check to see if the program completed successfully

if [ "$?" -ne "0" ]; then

   echo "item-counter cron failed @" &date

   exit 1

fi

 

echo "Cron item-counter completed successfully @" &date

exit 0

 

We will set this up as a nightly cron to run, once we do our production
implementation.

 

Hope this helps!

Sue

 



From: felipe Melero [mailto:fmel...@unav.es] 
Sent: Wednesday, February 11, 2009 3:40 AM
To: dspace tech
Subject: [Dspace-tech] Item display in communities

 

Hi Dspace developers and users,

I'd like to know if the issue "item display applied to collections"
could be applied somehow to communities. In my case, inside one
community I have a lot of collections so in dspace.cfg I should put all
the handles of these collections

I have tried with the handle of the community but it doesn't work. Any
suggestion?

Thanks in advance,
Felipe

--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item display in communities

2009-02-12 Thread felipe Melero
Sorry, maybe I explained it wrongly. It is about the metadata showed in 
the items. For example, if you want to show title, author and date for 
one collection, and title, author, date and handle for other different 
collection. In dspace.cfg is this line *webui.itemdisplay.default*


I know this can be applied to collections by writing, for instance, 
webui.itemdisplay. = 12345/12, 12345/13; but I wanted 
to know if this could be applied to communities instead of collections.


Felipe

Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] escribió:


I am in the process of installing DSpace 1.5.1.  Yesterday I 
configured our site to use the "fetch from cache" option for counting 
collection/community strengths and it updated both the Community and 
Collection counts and displayed them just fine on the home page, 
Community, and Collection pages.  So no, you shouldn't have to do 
anything special to have your Community strengths updated.


 

Here is what I did to get it to work. 


1.  Configured our dspace.cfg as follows:

 


# Settings for content count/strength information 

 


# whether to display collection and community strengths

# (This configuration is not used by XMLUI.  To show strengths in the

#  XMLUI, you just need to create a theme which displays them)

webui.strengths.show = true

 


# if showing the strengths, should they be counted in real time or

# fetched from cache?

#

# Counts fetched in real time will perform an actual count of the

# database contents every time a page with this feature is requested,

# which will not scale.  If the below setting is to use the cache, you

# must run the following command periodically to update the count:

#

# [dspace]/bin/dsrun org.dspace.browse.ItemCounter

#

# The default is to count in real time

#

webui.strengths.cache = true

 

 

Then I created a script to run "ItemCounter, as specified in the 1.5.1 
Documentation as follows:


 


*#!/bin/sh*

* *

*###*

*#*

*# item-counter -- cron job for Updating the Community and Collection 
counters*


*#*

*###*

*# Get the DSPACE/bin directory*

*BINDIR=`dirname $0`*

* *

*echo "Beginning cron item-counter @ " &date*

*echo "Updating Community and Collection Item counters"*

* *

*$BINDIR/dsrun org.dspace.browse.ItemCounter*

* *

*# Check to see if the program completed successfully*

*if [ "$?" -ne "0" ]; then*

*   echo "item-counter cron failed @" &date*

*   exit 1*

*fi*

* *

*echo "Cron item-counter completed successfully @" &date*

*exit 0*

 

We will set this up as a nightly cron to run, once we do our 
production implementation.


 


Hope this helps!

Sue

 




*From:* felipe Melero [mailto:fmel...@unav.es]
*Sent:* Wednesday, February 11, 2009 3:40 AM
*To:* dspace tech
*Subject:* [Dspace-tech] Item display in communities

 


Hi Dspace developers and users,

I'd like to know if the issue "item display applied to collections" 
could be applied somehow to communities. In my case, inside one 
community I have a lot of collections so in dspace.cfg I should put 
all the handles of these collections


I have tried with the handle of the community but it doesn't work. Any 
suggestion?


Thanks in advance,
Felipe

--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item display in communities

2009-02-12 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Oops!  Sorry, I misunderstood!

 



From: felipe Melero [mailto:fmel...@unav.es] 
Sent: Thursday, February 12, 2009 3:05 AM
To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Cc: dspace tech
Subject: Re: [Dspace-tech] Item display in communities

 

Sorry, maybe I explained it wrongly. It is about the metadata showed in the 
items. For example, if you want to show title, author and date for one 
collection, and title, author, date and handle for other different collection. 
In dspace.cfg is this line webui.itemdisplay.default

I know this can be applied to collections by writing, for instance, 
webui.itemdisplay. = 12345/12, 12345/13; but I wanted to 
know if this could be applied to communities instead of collections.

Felipe

Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] escribió: 

I am in the process of installing DSpace 1.5.1.  Yesterday I configured our 
site to use the "fetch from cache" option for counting collection/community 
strengths and it updated both the Community and Collection counts and displayed 
them just fine on the home page, Community, and Collection pages.  So no, you 
shouldn't have to do anything special to have your Community strengths updated.

 

Here is what I did to get it to work.  

1.  Configured our dspace.cfg as follows:

 

# Settings for content count/strength information 

 

# whether to display collection and community strengths

# (This configuration is not used by XMLUI.  To show strengths in the 

#  XMLUI, you just need to create a theme which displays them)

webui.strengths.show = true

 

# if showing the strengths, should they be counted in real time or

# fetched from cache?

# 

# Counts fetched in real time will perform an actual count of the

# database contents every time a page with this feature is requested,

# which will not scale.  If the below setting is to use the cache, you

# must run the following command periodically to update the count:

#

# [dspace]/bin/dsrun org.dspace.browse.ItemCounter

#

# The default is to count in real time

#

webui.strengths.cache = true

 

 

Then I created a script to run "ItemCounter, as specified in the 1.5.1 
Documentation as follows:

 

#!/bin/sh

 

###

#

# item-counter - cron job for Updating the Community and Collection counters

#

###

# Get the DSPACE/bin directory

BINDIR=`dirname $0`

 

echo "Beginning cron item-counter @ " &date

echo "Updating Community and Collection Item counters"

 

$BINDIR/dsrun org.dspace.browse.ItemCounter

 

# Check to see if the program completed successfully

if [ "$?" -ne "0" ]; then

   echo "item-counter cron failed @" &date

   exit 1

fi

 

echo "Cron item-counter completed successfully @" &date

exit 0

 

We will set this up as a nightly cron to run, once we do our production 
implementation.

 

Hope this helps!

Sue

 



From: felipe Melero [mailto:fmel...@unav.es] 
Sent: Wednesday, February 11, 2009 3:40 AM
To: dspace tech
Subject: [Dspace-tech] Item display in communities

 

Hi Dspace developers and users,

I'd like to know if the issue "item display applied to collections" could be 
applied somehow to communities. In my case, inside one community I have a lot 
of collections so in dspace.cfg I should put all the handles of these 
collections

I have tried with the handle of the community but it doesn't work. Any 
suggestion?

Thanks in advance,
Felipe

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] item display page in XMLUI

2010-07-08 Thread Hardik Mishra
Hello Everyone,

I have some working experience on JSPUI.

Now, I want to test some code on XMLUI.

Can anyone pass some information that where should i change , if i would
like to add some functionality in item display page(XMLUI).

If we want to change anything in item display page, we can use jsptag in
JSPUI to add functionality but for XMLUI i need some help.

Thanks &  Regards
Hardik Mishra
Software Engineer

Give a man a fish, and you feed him for a day. Teach a man to catch fish and
you feed him for a lifetime.
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] item display page in XMLUI

2010-07-13 Thread Kim Shepherd
Hi Hardik,

It depends exactly what you want to do.. most layout/presentation
changes in XMLUI can be made purely with CSS and templates.
Templates are defined in XSL stylesheets in
[dspace]/webapps/xmlui/themes/dri2xtml.
If you want to alter the appearance of item metadata display, the file
you want to have a look at is "DIM-Handler.xsl". You can override
templates from here (like "itemSummaryView-DIM" and
"itemDetailView-DIM") in your own theme's XSL.

Here's a small example on the DSpace wiki explaining how to render
line breaks in item abstracts:
https://wiki.duraspace.org/display/DSPACE/Rendering+line+breaks+in+item+metadata+(Manakin)

If you need to do a more complicated task like including new forms on
the item pages or any kind of business logic, you'll need to take a
look at the ArtifactBrowser aspect
(org.dspace.app.xmlui.aspect.artifactbrowser.ItemViewer specifically).

You might also find the Manakin Developer's Guide useful:
http://drcdev.ohiolink.edu/handle/123456789/28

Hope this helps!

Cheers,

Kim

ps. a lot of pages in the "manakinhowto" category in the DSpace wiki
have lost their proper formatting when the wiki was migrated to
Confluence.. I'll try and fix up the < and > tags in the next few days

On 8 July 2010 18:07, Hardik Mishra  wrote:
> Hello Everyone,
>
> I have some working experience on JSPUI.
>
> Now, I want to test some code on XMLUI.
>
> Can anyone pass some information that where should i change , if i would
> like to add some functionality in item display page(XMLUI).
>
> If we want to change anything in item display page, we can use jsptag in
> JSPUI to add functionality but for XMLUI i need some help.
>
> Thanks &  Regards
> Hardik Mishra
> Software Engineer
>
> Give a man a fish, and you feed him for a day. Teach a man to catch fish and
> you feed him for a lifetime.
>
> --
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Item Display as per the Order of Ingestion

2007-08-02 Thread Jayan Chirayath Kurian
Hi! 

 

In a Journal we have sequential list of items. Is there a way to display
items in a DSpace collection according to the sequential order in which
they appear in the journal? By default dspace items are displayed
alphabetically taking into consideration the title metadata. Please
suggest.

 

Thanks,

Jayan

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item Display as per the Order of Ingestion

2007-08-05 Thread Scott Yeadon
Hi Jayan,

You'd need to make modifications to handle the ordering somehow through 
metadata (e.g. ensuring they're in order by adding 01, 02 etc to the 
titles) or some db table to handle ordering and couple that with a 
custom jsp tag. It all gets a bit messy though and we've found this is 
better done through Manakin.

In a couple of weeks we're deploying some software packages which among 
other things include a DSpace package ingester, Manakin theme and 
OJS-to-METS stylesheets for submitting and handling OJS journals in 
DSpace. After some production testing we'll be making this available via 
Sourceforge as part of APSR.  At this stage we're looking at sometime 
late Sept. In this instance the journal ordering is maintained via a 
manifest object (RDF file).

Scott.

> Date: Fri, 3 Aug 2007 14:42:52 +0800
> From: "Jayan Chirayath Kurian" <[EMAIL PROTECTED]>
> Subject: [Dspace-tech] Item Display as per the Order of Ingestion
> To: 
> Message-ID:
>   <[EMAIL PROTECTED]>
>   
> Content-Type: text/plain; charset="us-ascii"
>
> Hi! 
>
>  
>
> In a Journal we have sequential list of items. Is there a way to display
> items in a DSpace collection according to the sequential order in which
> they appear in the journal? By default dspace items are displayed
> alphabetically taking into consideration the title metadata. Please
> suggest.
>
>  
>
> Thanks,
>
> Jayan
>
> -- next part --
> An HTML attachment was scrubbed...
>
> --
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
>
> --
>
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
> End of DSpace-tech Digest, Vol 16, Issue 7
> **
>
>   


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech