Re: [Dspace-tech] How to format the display of the search result in Discovery/DSpace 4.1?

2014-06-02 Thread royopa
Hi

I have not found answers to my problem yet, the search result Discovery
dc.title the metadata is used as a title, but I am using another custom
field (dc.title.artigo) and this field is not displayed. In the search
result the items are "untitled".

Thanks

Rodrigo Prado de Jesus
http://about.me/royopa




On 1 June 2014 17:11, Hilton Gibson  wrote:

> Hi
>
> Perhaps this will help:
> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Customisation#Advanced_Customisation_.28Modules_Overlay_Method.29
>
> Cheers
>
> hg
>
> *Hilton Gibson*
> Ubuntu Linux Systems Administrator
> JS Gericke Library
> Room 1025D
> Stellenbosch University
> Private Bag X5036
> Stellenbosch
> 7599
> South Africa
>
> Tel: +27 21 808 4100 | Cell: +27 84 646 4758
> http://scholar.sun.ac.za
> http://bit.ly/goodir
> http://library.sun.ac.za
> http://za.linkedin.com/in/hiltongibson
>
>
> On 1 June 2014 18:39, royopa  wrote:
>
>> Hi
>>
>> I created a custom view for the items in my theme Mirage.
>> (item-list.xsl).
>>
>> But this customization is not displayed in search results for Discovery,
>> how to configure the discovery to show the items in the same format?
>>
>> Thanks!
>>
>> --
>> Rodrigo Prado de Jesus
>> http://about.me/royopa
>>
>>
>> --
>> Time is money. Stop wasting it! Get your web API in 5 minutes.
>> www.restlet.com/download
>> http://p.sf.net/sfu/restlet
>> ___
>> DSpace-tech mailing list
>> DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>> List Etiquette:
>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>
>
>


--
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to format the display of the search result in Discovery/DSpace 4.1?

2014-06-02 Thread royopa
How do I change the format of the search results on Discovery?

I made several changes to my theme Mirage ("itemSummaryList")
(item-list.xml)
(/dspace/webapps/xmlui/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-list.xsl)
but this format does not appear in the search results.


On 2 June 2014 06:04, royopa  wrote:

> Hi
>
> I have not found answers to my problem yet, the search result Discovery
> dc.title the metadata is used as a title, but I am using another custom
> field (dc.title.artigo) and this field is not displayed. In the search
> result the items are "untitled".
>
> Thanks
>
> Rodrigo Prado de Jesus
> http://about.me/royopa
>
>
>
>
> On 1 June 2014 17:11, Hilton Gibson  wrote:
>
>> Hi
>>
>> Perhaps this will help:
>> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Customisation#Advanced_Customisation_.28Modules_Overlay_Method.29
>>
>> Cheers
>>
>> hg
>>
>> *Hilton Gibson*
>> Ubuntu Linux Systems Administrator
>> JS Gericke Library
>> Room 1025D
>> Stellenbosch University
>> Private Bag X5036
>> Stellenbosch
>> 7599
>> South Africa
>>
>> Tel: +27 21 808 4100 | Cell: +27 84 646 4758
>> http://scholar.sun.ac.za
>> http://bit.ly/goodir
>> http://library.sun.ac.za
>> http://za.linkedin.com/in/hiltongibson
>>
>>
>> On 1 June 2014 18:39, royopa  wrote:
>>
>>>  Hi
>>>
>>> I created a custom view for the items in my theme Mirage.
>>> (item-list.xsl).
>>>
>>> But this customization is not displayed in search results for Discovery,
>>> how to configure the discovery to show the items in the same format?
>>>
>>> Thanks!
>>>
>>> --
>>> Rodrigo Prado de Jesus
>>> http://about.me/royopa
>>>
>>>
>>> --
>>> Time is money. Stop wasting it! Get your web API in 5 minutes.
>>> www.restlet.com/download
>>> http://p.sf.net/sfu/restlet
>>> ___
>>> DSpace-tech mailing list
>>> DSpace-tech@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>> List Etiquette:
>>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>>
>>
>>
>
>
> --
>
>


-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
11 98625-4398 - Tim
11 97339-8451 - Vivo
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Background vs. periodic work [was Re: JAVA_OPTS for cron jobs?]

2014-06-02 Thread Mark H. Wood
On Fri, May 30, 2014 at 10:16:25AM -0400, Peter Dietz wrote:
[snip]
> Not to derail onto a tangent, but one thing I'd like to see DSpace support
> is some type of background-processing-queue.

I would distinguish different types of background activities.

> i.e. new content submitted should be queued to get: initial checksum, virus
> check, media-filters to generate thumbnail and fulltext extraction,
> Discovery needs to index the content

Good idea.  These are relatively short-running, as-needed tasks whose
demand is unrelated to the size of the repository.  They should happen
at submission but it may be annoying to wait for them before
submission completes.  They can all be done using Curation Tasks.  (I
think we ought to do a lot more by attaching tasks to workflow steps
rather than hardcoding stuff or pushing it off to later batch
processing.)

> And then there are maintenance jobs: Recompute the checksum, OAI harvest,
> index-maintenance, ...

Cron and Task Scheduler are your friends.  These grovel over the
entire repository, perhaps for hours, and can demand a lot of storage
bandwidth.  Wearing my sysadmin. hat, I would very much prefer to
schedule these myself using the same facilities that I use for other
long-running resource-hungry periodic maintenance tasks, so that I can
get a complete picture of the expected load by looking in one place.

> New submissions add to the queue, some scheduler can add maintenance tasks
> to the queue. This way you don't run into the issue of 3+ concurrent cron
> jobs because they didn't complete in time. Maybe you can even tie this in
> to the curation task queue system too. In the past we had a GitHub
> Enterprise/Firewall, and being an admin of that shows you fancy admin bells
> and whistles, where you can even inspect the queue.
> 
> Now what happens if queue growth exceeds its throughput, we'll cross that
> bridge when we get there.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Machines should not be friendly.  Machines should be obedient.


signature.asc
Description: Digital signature
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] HOw to display Show Advanced Filters by default?

2014-06-02 Thread Alain Tschanz
Dspace version: 4.1
Theme: Mirage2_precompiled

How can I display the advanced search filters with two parameters pre-selected? 
Please see attached screenshot for further clarification.

Thanks.


Alain Tschanz
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to format the display of the search result in Discovery/DSpace 4.1?

2014-06-02 Thread Brown, Jacob
Assuming you are starting with the Mirage template (or similar dri2xhtml-alt 
template), the XHTML for Discovery results is configured in 
`aspect/artifactbrowser/discovery.xsl` (see especially the `itemSummaryList` 
template).

Jacob

From: royopa [mailto:roy...@gmail.com]
Sent: Sunday, June 01, 2014 11:40 AM
To: dspace-tech
Subject: [Dspace-tech] How to format the display of the search result in 
Discovery/DSpace 4.1?

Hi

I created a custom view for the items in my theme Mirage. (item-list.xsl).

But this customization is not displayed in search results for Discovery, how to 
configure the discovery to show the items in the same format?

Thanks!

--
Rodrigo Prado de Jesus
http://about.me/royopa
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Mirage 2 with Dspace 4 Installation - Javascript is not enabled

2014-06-02 Thread Ying Jin
Hi,

I have a testing site run Dspace 4 and Mirage 2 theme. The default Mirage 1 is 
working fine, but the Mirage 2 will complain the javascript is not enabled in 
the browser when it is enabled already. Does there anyone know how to solve the 
problem?

Thanks so much,
Ying
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Mirage 2 with Dspace 4 Installation - Javascript is not enabled

2014-06-02 Thread Peter Dietz
Hi Ying,

We've been having some great luck with Mirage2, it really makes it easy to
make a great looking DSpace site.

You can take a look at some of the fixes/changes that we've had to make to
the Mirage2 theme at Longsight.
https://github.com/LongsightGroup/DSpace/commits/longsight-4_x/dspace-xmlui/src/main/webapp/themes/mirage2

However, specifically regarding Mirage2 and Javascript, take a look at this
commit:
https://github.com/LongsightGroup/DSpace/commit/8193bfc2e7316cd7ae3c3cd0fc11548f547d831f

This is especially needed if you are using something like Elastic Search
Usage Statistics, which loads some Javascript directly from the web:
https://www.google.com/jsapi";
/>


We've made public our recent theme customizations for clients, so feel free
to take a look at our src/main/themes:
https://github.com/LongsightGroup/DSpace/tree/longsight-4_x/dspace-xmlui/src/main/webapp/themes

Since Mirage2 isn't in DSpace/DSpace, then we can't easily Pull-Request up
our fixes yet.


Peter Dietz
Longsight
www.longsight.com
pe...@longsight.com
p: 740-599-5005 x809


On Mon, Jun 2, 2014 at 12:42 PM, Ying Jin  wrote:

> Hi,
>
> I have a testing site run Dspace 4 and Mirage 2 theme. The default Mirage
> 1 is working fine, but the Mirage 2 will complain the javascript is not
> enabled in the browser when it is enabled already. Does there anyone know
> how to solve the problem?
>
> Thanks so much,
> Ying
>
> --
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Regarding dspace migration

2014-06-02 Thread Tim Donohue
Hi rocky bang,

You should be able to migrate your database contents, assetstore and 
config folder. You could also move over any CSS files or JSP or XSLT 
files from your webapps. However you *cannot* migrate JARs or any 
compiled Java files (from webapps or other locations), as they will be 
compiled for 32-bit Java instead of 64-bit Java.

The general migration process would be to reinstall DSpace on your 
64-bit system, then export your old database (e.g. pg_dump) and move it 
over to a new database on the 64-bit system. Then move over any config 
files & "assetstore" folder & reindex DSpace. This general process is 
described in this thread (the thread also describes upgrading the DSpace 
DB prior to the migration, but you can ignore that as long as you plan 
to stay on DSpace 1.8):

http://dspace.2283337.n4.nabble.com/Problems-with-AIP-restore-td4673152.html#a4673166

Hopefully that helps,

Tim


On 6/1/2014 11:10 PM, rocky bang wrote:
> Hi Dspace Family,
>
> I want some suggestion regarding migration of old existing server to new
> server.
>
> I have earlier installed dspace 1.8 on ubuntu 12.04 32-bit OS. Now i
> want to clone my dspace with asset-store, config and webapp folder on
> ubuntu 12.04 64-bit OS.
>
> So is it fissible to move on 64-bit from 32-bit with the existing data
> of dspace i want to keep the dspace version 1.8 only.
>
> Any suggestions regarding this will be helpful.
>
> Thanks in advance.
>
>
> --
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
>
>
>
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette: 
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] XMLUI not updating with changes to discovery.xml

2014-06-02 Thread Robin Harper
Hi,

I have been updating discovery.xml, but for some reason recently when I update 
it, re-index (index-discovery -b) and restart tomcat, the changes are not 
reflected in the xmlui web app. Even a machine restart isn’t helping.

Currently using DSpace Version: 5.0-SNAPSHOT JRE 1.7.0_55

They do however eventually come through (overnight - approx 12 hours), which is 
really puzzling.

Do I need to rebuild the web apps as well? Is there some cache I need to clear 
(I have tried clearing 
/home/dspace/apache-tomcat-7.0.54/work/Catalina/localhost/xmlui/cache-dir, 
doesn’t help).

Any thoughts or help much appreciated.

Robin
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to format the display of the search result in Discovery/DSpace 4.1?

2014-06-02 Thread royopa
Thanks, my file discovery.xsl was
in 
/dspace/webapps/xmlui/themes/dri2xhtml-alt/aspect/artifactbrowser/discovery.xsl.
I use the Mirage theme.

Regards.

-- 
Rodrigo Prado de Jesus
http://about.me/royopa




On 2 June 2014 10:55, Brown, Jacob  wrote:

> Assuming you are starting with the Mirage template (or similar
> dri2xhtml-alt template), the XHTML for Discovery results is configured in
> `aspect/artifactbrowser/discovery.xsl` (see especially the
> `itemSummaryList` template).
>
>
>
> Jacob
>
>
>
> *From:* royopa [mailto:roy...@gmail.com]
> *Sent:* Sunday, June 01, 2014 11:40 AM
> *To:* dspace-tech
> *Subject:* [Dspace-tech] How to format the display of the search result
> in Discovery/DSpace 4.1?
>
>
>
> Hi
>
>
>
> I created a custom view for the items in my theme Mirage. (item-list.xsl).
>
>
>
> But this customization is not displayed in search results for Discovery,
> how to configure the discovery to show the items in the same format?
>
>
>
> Thanks!
>
>
>
> --
>
> Rodrigo Prado de Jesus
> http://about.me/royopa
>
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Mirage 2 with Dspace 4 Installation - Javascript is not enabled

2014-06-02 Thread Ying Jin
Hi Peter,

Thanks so much. It works!

Ying
On Jun 2, 2014, at 11:42 AM, Ying Jin  wrote:

> Hi,
> 
> I have a testing site run Dspace 4 and Mirage 2 theme. The default Mirage 1 
> is working fine, but the Mirage 2 will complain the javascript is not enabled 
> in the browser when it is enabled already. Does there anyone know how to 
> solve the problem?
> 
> Thanks so much,
> Ying
> --
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their 
> applications. Written by three acclaimed leaders in the field, 
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette: 
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
> 


--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette