Re: [dspace-tech] It is possible not to show "dc.format.extent" at OAI?

2018-03-15 Thread Mariangels
Hi Claudia,
Yes, it helped me a lot. All is working now.
Thank you very much.

El dijous, 15 març de 2018 10:16:26 UTC+1, Claudia Jürgen va escriure:
>
> Hello Mariangels, 
>
> assuming you are referring to the default oai_dc OAI/PMH metadata format 
> you can adjust it here: 
>
> https://github.com/DSpace/DSpace/blob/dspace-5.5/dspace/config/crosswalks/oai/metadataFormats/oai_dc.xsl#L114
>  
>
> Hope this helps 
>
> Claudia Jürgen 
>
>
> Am 15.03.2018 um 10:11 schrieb Mariangels: 
> > Hello, 
> > 
> > We are working with DSpace 5.5 and xmlui. 
> > We have a problem: 
> > 
> > In our repositoy we have this kind of metadata for all our records: 
> > 
> > Example: 
> > 
> > dc.format = application/pdf 
> > dc.format.extent = 234 p. 
> > 
> > At our OAI screen we can see: 
> > 
> > application/pdf 
> > 214 p. 
> > 
> > We would like our OAI just shows the metadata dc.format and *NOT * 
> > dc.format.extent 
> > 
> > application/pdf 
> > 
> > How can I get this? What I need to change? 
> > 
> > Thanks in advance. 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
>
> -- 
> Claudia Juergen 
> Eldorado 
>
> Technische Universität Dortmund 
> Universitätsbibliothek 
> Vogelpothsweg 76 
> 44227 Dortmund 
>
> Tel.: +49 231-755 40 43 
> Fax: +49 231-755 40 32 
> claudia...@tu-dortmund.de  
> www.ub.tu-dortmund.de 
>
> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie 
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für 
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender 
> und vernichten Sie diese Mail. Vielen Dank. 
> Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
> ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher 
> Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines 
> solchen Schriftstücks per Telefax erfolgen. 
>
> Important note: The information included in this e-mail is confidential. 
> It is solely intended for the recipient. If you are not the intended 
> recipient of this e-mail please contact the sender and delete this message. 
> Thank you. Without prejudice of e-mail correspondence, our statements are 
> only legally binding when they are made in the conventional written form 
> (with personal signature) or when such documents are sent by fax. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] It is possible not to show "dc.format.extent" at OAI?

2018-03-15 Thread Mariangels
Hello,

We are working with DSpace 5.5 and xmlui.
We have a problem:

In our repositoy we have this kind of metadata for all our records:

Example:

dc.format = application/pdf
dc.format.extent = 234 p.

At our OAI screen we can see:

application/pdf
214 p.

We would like our OAI just shows the metadata dc.format and *NOT *
dc.format.extent

application/pdf

How can I get this? What I need to change?

Thanks in advance.








-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Bad characters for OAI

2017-10-25 Thread Mariangels
Hello,

We are working with DSpace 5.5 and Mirage theme.

We are having problems with the characters for OAI. The words with 
accent... Please look:

http://repositori.uvic.cat/oai/request?verb=ListSets

Where can I look for try to fix this problem?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] OAI and wrong encoding

2017-06-09 Thread Mariangels
Hello,

We are working with DSpace 5.5 and xmlui.

We have a problem because the character encoding and OAI. You can see here:

http://dspace.uvic.cat/oai/request?verb=ListSets

How we can fix this problem?

Thanks in advance.


-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Query for DSpace's 5.5 database

2016-12-14 Thread Mariangels
Thanks, Helix.

El dilluns, 12 desembre de 2016 17:22:45 UTC+1, helix84 va escriure:
>
> Start with this:
>
> SELECT text_value AS dc_date_accessionedFROM metadatavalueWHERE 
> metadata_field_id = (
>   SELECT metadata_field_id
>   FROM metadatafieldregistry, metadataschemaregistry
>   WHERE metadatafieldregistry.metadata_schema_id = 
> metadataschemaregistry.metadata_schema_id
>   AND short_id = 'dc'
>   AND element = 'date'
>   AND qualifier = 'accessioned')
> LIMIT 50;
>
> See also:
> https://wiki.duraspace.org/display/DSPACE/Helper+SQL+functions+for+DSpace+5
>
> https://wiki.duraspace.org/display/DSDOC5x/Storage+Layer#StorageLayer-RDBMS/DatabaseStructure
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
>
> On Mon, Dec 12, 2016 at 5:10 PM, Mariangels <angels...@gmail.com 
> > wrote:
>
>> Hello,
>> We are working with DSpace 5.5.
>> We need a total report (all our records) from the DSpace's database 
>> showing all those fields:
>>
>> dc.date.accesioned
>> dc.rights.accesRights
>> dc.type
>> dc.identifier.uri
>> and the main community
>>
>> How can I ask the database for get this information?
>>
>> Thaks in advance.
>>
>> *I tried to do with .csv but it is difficult because the system show 3 or 
>> more columns for each field!!! Like this:
>>
>> dc.rights.accesRights[]#dc.rights.accesRights[ca_ES]#dc.rights.accesRights[en_US]#dc.rights.accesRights[es]
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to dspace-tech...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Query for DSpace's 5.5 database

2016-12-12 Thread Mariangels
Hello,
We are working with DSpace 5.5.
We need a total report (all our records) from the DSpace's database showing 
all those fields:

dc.date.accesioned
dc.rights.accesRights
dc.type
dc.identifier.uri
and the main community

How can I ask the database for get this information?

Thaks in advance.

*I tried to do with .csv but it is difficult because the system show 3 or 
more columns for each field!!! Like this:
dc.rights.accesRights[]#dc.rights.accesRights[ca_ES]#dc.rights.accesRights[en_US]#dc.rights.accesRights[es]

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Build failed and Solr statistic error

2016-11-17 Thread Mariangels
Hola,

We are working with DSpace 5.5 and found this error (in the file attached).

Someone can help us?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] A question about .csv file

2016-09-13 Thread Mariangels
Hola,

That's a little piece of my .csv file. I would like to know why the field 
dc.date.accessioned and dc.identifier.uri have 2 rows: one with [] and 
another without it.
I expected only one row...
Can I change something for get one field, one row?

<<
id#collection#dc.date.accessioned#dc.date.accessioned[]#dc.identifier.uri#dc.identifier.uri[]
"540"#"10854/147"##"2005-07-15T06:39:37Z||2012-03-30T09:39:45Z"##"http://hdl.handle.net/10854/396;
"549"#"10854/147"##"2005-07-15T15:09:27Z||2012-03-30T09:39:46Z"##"http://hdl.handle.net/10854/405;
"536"#"10854/147"##"2005-07-14T11:29:26Z||2012-03-30T09:39:45Z"##"http://hdl.handle.net/10854/392;
"537"#"10854/147"##"2005-07-14T11:38:47Z||2012-03-30T09:39:45Z"##"http://hdl.handle.net/10854/393;
>>

Thanks in advance.


-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Hide "View more" in homepage

2016-07-26 Thread Mariangels
Thank you very much, Javier
Your solution works fine :-)


El dimarts, 26 juliol de 2016 0:52:20 UTC+2, Javier Távara va escriure:
>
> Hola!
>
> You can do that changing the XSLT or CSS files.
>
> The easy way: CSS. Put the following lines in 
> /dspace-xmlui/src/main/webapp/themes/Mirage/lib/css/style.css. 
> Then rebuild.
>
> .aspect_discovery_SiteRecentSubmissions_p_recent-submission-view-more {
> display: none;
> }
>
>
> Although it is better if you copy the file to 
> /dspace/modules/xmlui/src/main/webapp/themes/Mirage/lib/css/style.css
>
> This way it's easier when you want to upgrade.
>
> More info: 
> https://wiki.duraspace.org/display/DSDOC5x/Advanced+Customisation
>
>
>
> El jueves, 21 de julio de 2016, 5:29:27 (UTC-5), Mariangels escribió:
>>
>>
>> Hola,
>>
>> I would like to hide, if is possible, the link "View more" only in the 
>> homepage.
>> Is it possible?
>>
>> We have DSpace 5.5 and xmlui Mirage theme.
>>
>> Thanks in advance.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Hide "View more" in homepage

2016-07-21 Thread Mariangels

Hola,

I would like to hide, if is possible, the link "View more" only in the 
homepage.
Is it possible?

We have DSpace 5.5 and xmlui Mirage theme.

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Hide (temporarily) the Creative Common license image

2016-07-18 Thread Mariangels
Hola,
We are upgrading DSpace from 1.7.2 to 5.5 (xmlui).

In DSpace 5.5 version, when the system shows the last information of an 
item, the system shows a Creative Common license image and a message if the 
metadata dc.rights is full in the record.
It is possible to hide this Creative Common license image and the message 
(for a short period of time)?
Can I put some code on page-structure.xsl or item-view.xls for get it?

Thanks in advance for your help.


-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] We can't see the statistical link in DSpace 5.5

2016-06-07 Thread Mariangels
Hola,

Should DSpace 5.5 (xmlui, Mirage theme) show the link in the menu of the 
right about the statistical data at item level?
Because we can't see...we can see at the level of Home, Community and 
Collection but not at item level...

We can see at item level too just if you are an administrator and obviously 
you are log in.

It is a mistake or is the common behavior in DSPace 5.5?

Can you help me, please?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Displays different information in the list of items (DSpace 5.5)

2016-05-23 Thread Mariangels
Thank you very much, Franziska.
All is working now :-)


El dilluns, 23 maig de 2016 11:49:50 UTC+2, Mariangels va escriure:
>
>
> Hello,
>
> I'm working with DSpace 5.5 and xmlui (Mirage theme)
> I have a problem:
>
> When I'm browsing through the communities, collections, etc. I can see 
> this information about a record:
>
> Title
> Authors
> Abstract
> "Please you can see in the attached file1.jpg"
>
> That's OK but when I search a record in Discovery I can see:
>
> Title
> Authors
> and...surprisingly...
> some content of the .pdf file  :-o
> "Please you can see in the attached file2.jpg"
>
> Can you help me? Why that happens?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Change de name of the languages in selector languages

2016-02-19 Thread Mariangels
I'm sorry,
 I'm using xmlui...

El dijous, 18 febrer de 2016 17:10:08 UTC+1, Rafa Carreres va escriure:
>
> Hi, are you using JSPUI or XMLUI? 
>
> On Wednesday, February 17, 2016 at 1:16:11 PM UTC+1, Mariangels wrote:
>>
>> Hola,
>>
>> I would like to change the names of the languages in the top of DSpace.
>>
>> Now I have:
>>
>>
>> català español English
>>
>>
>> and I would like to have:
>>
>>
>> ca | en | es
>>
>>
>> It is possible to make this change in DSpace 5.4?
>>
>> Where are these names is messages.xml files?
>>
>> Thanks in advance.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Change de name of the languages in selector languages

2016-02-17 Thread Mariangels
Hola,

I would like to change the names of the languages in the top of DSpace.

Now I have:


català español English


and I would like to have:


ca | en | es


It is possible to make this change in DSpace 5.4?

Where are these names is messages.xml files?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Remove FrontPageSearch in DSpace 5.3

2016-02-09 Thread Mariangels


Hola,

I would like to remove this (frontal search) in our the Mirage theme. 
What I need to change?
I'm working with DSpace 5.3.
Thanks in advance.


 






-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: DSpace 5.3 and embargo

2016-01-28 Thread Mariangels
Hola,
If you have DSpace 5.x here is the information:

https://wiki.duraspace.org/display/DSDOC5x/Embargo

But please, tell me if you STILL need more information about "embargo". If 
you need... I will reply you with a long message explaining how I have my 
embargo configuration now: it is working.
Thank you. 

El dimarts, 26 gener de 2016 16:46:06 UTC+1, Adigun Samuel Akinwale va 
escriure:
>
> Pls can u tell me how embargo works in Dspace am a new user, just install 
> it but find it difficult  to activate embargoes. The once i now will ask 
> for email when trying to download from dspace. Is that embargo, pls can u 
> give me link that will tell me more about embargoes in dspace.
>
> Thanks
>
> On Friday, January 15, 2016 at 2:31:45 PM UTC+1, Mariangels wrote:
>>
>> Hola,
>>
>> Because we are updating from DSpace 1.7.2 to DSpace 5.3 we don't know 
>> what we need to do for the Embargo will works in 5.3:
>>
>> We have now all the old records in DSpace 5.3, and the records embargoed 
>> in 1.7.2 they are still working but, if we add a new record, the embargo 
>> doesn't works although we put a date in the simple embargo form.
>>
>> We have this in dspace.cfg file:
>>
>> embargo.field.terms = dc.embargo.terms
>> embargo.field.lift = dc.embargo.lift
>> embargo.terms.open = forever
>> plugin.single.org.dspace.embargo.EmbargoSetter = 
>> org.dspace.embargo.DefaultEmbargoSetter
>> plugin.single.org.dspace.embargo.EmbargoLifter = 
>> org.dspace.embargo.DefaultEmbargoLifter
>> webui.submission.restrictstep.enableAdvancedForm = false
>>
>> What we need to do if we want the embargo works with the new records too?
>> Thanks in advance.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Words with an accent in file input-forms.xsl

2015-12-22 Thread Mariangels
Hola Claudia,
I'm using 5.3 with xmlui.
It's still not working...
Thanks for your help.

El divendres, 18 desembre de 2015 13:04:09 UTC+1, Claudia Jürgen va 
escriure:
>
> Hola Mariangels, 
>
> it works for me with DSpace 5.4 and jspui, which UI are you using? 
>
> Claudia 
>
>
> Am 18.12.2015 um 11:15 schrieb Mariangels: 
> > Thanks for your help, Claudia. 
> > It is still not working with your solution... 
> > Before I tried to encoding with UTF-8 and it not works neither... 
> > 
> > 
> > El dijous, 17 desembre de 2015 10:32:37 UTC+1, Claudia Jürgen va 
> escriure: 
> >> Hola, 
> >> 
> >> just add the proper encoding to the input-forms.xml 
> >> e.g. :  
> >> 
> >> Hope this helps 
> >> 
> >> Claudia Jürgen 
> >> 
> >> 
> >> Am 17.12.2015 um 09:35 schrieb Mariangels: 
> >>> Hola, 
> >>> 
> >>> We are working with DSpace 5.3. 
> >>> We have problems with the visualization of the words with an accent in 
> >> the 
> >>> file input-forms.xsl. 
> >>> 
> >>> For example: 
> >>> We have this in input-forms.xsl: 
> >>> 
> >>> Títol 
> >>> 
> >>> and we can see this in the navigator: 
> >>> 
> >>> T??tol 
> >>> 
> >>> All the characters with an accent displays like the example. 
> >>> 
> >>> I don't have any problem with the visualization of this kind of 
> >> characters 
> >>> in other sections in DSpace. It is just in this file: input-forms.xsl. 
> >>> 
> >>> How can I fix this problem? 
> >>> 
> >>> Thanks in advance. 
> >>> 
> >> -- 
> >> Claudia Juergen 
> >> Eldorado 
> >> 
> >> Technische Universität Dortmund 
> >> Universitätsbibliothek 
> >> Vogelpothsweg 76 
> >> 44227 Dortmund 
> >> 
> >> Tel.: +49 231-755 40 43 
> >> Fax: +49 231-755 40 32 
> >> claudia...@tu-dortmund.de  
> >> www.ub.tu-dortmund.de 
> >> 
> >> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. 
> Sie 
> >> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der 
> für 
> >> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den 
> Absender 
> >> und vernichten Sie diese Mail. Vielen Dank. 
> >> Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
> >> ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher 
> >> Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung 
> eines 
> >> solchen Schriftstücks per Telefax erfolgen. 
> >> 
> >> Important note: The information included in this e-mail is 
> confidential. 
> >> It is solely intended for the recipient. If you are not the intended 
> >> recipient of this e-mail please contact the sender and delete this 
> message. 
> >> Thank you. Without prejudice of e-mail correspondence, our statements 
> are 
> >> only legally binding when they are made in the conventional written 
> form 
> >> (with personal signature) or when such documents are sent by fax. 
> >> 
>
> -- 
> Claudia Juergen 
> Eldorado 
>
> Technische Universität Dortmund 
> Universitätsbibliothek 
> Vogelpothsweg 76 
> 44227 Dortmund 
>
> Tel.: +49 231-755 40 43 
> Fax: +49 231-755 40 32 
> claudia...@tu-dortmund.de  
> www.ub.tu-dortmund.de 
>
> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie 
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für 
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender 
> und vernichten Sie diese Mail. Vielen Dank. 
> Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
> ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher 
> Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines 
> solchen Schriftstücks per Telefax erfolgen. 
>
> Important note: The information included in this e-mail is confidential. 
> It is solely intended for the recipient. If you are not the intended 
> recipient of this e-mail please contact the sender and delete this message. 
> Thank you. Without prejudice of e-mail correspondence, our statements are 
> only legally binding when they are made in the conventional written form 
> (with personal signature) or when such documents are sent by fax. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Words with an accent in file input-forms.xsl

2015-12-18 Thread Mariangels
Thanks for your help, Claudia.
It is still not working with your solution...
Before I tried to encoding with UTF-8 and it not works neither...


El dijous, 17 desembre de 2015 10:32:37 UTC+1, Claudia Jürgen va escriure:
>
> Hola, 
>
> just add the proper encoding to the input-forms.xml 
> e.g. :  
>
> Hope this helps 
>
> Claudia Jürgen 
>
>
> Am 17.12.2015 um 09:35 schrieb Mariangels: 
> > Hola, 
> > 
> > We are working with DSpace 5.3. 
> > We have problems with the visualization of the words with an accent in 
> the 
> > file input-forms.xsl. 
> > 
> > For example: 
> > We have this in input-forms.xsl: 
> > 
> > Títol 
> > 
> > and we can see this in the navigator: 
> > 
> > T??tol 
> > 
> > All the characters with an accent displays like the example. 
> > 
> > I don't have any problem with the visualization of this kind of 
> characters 
> > in other sections in DSpace. It is just in this file: input-forms.xsl. 
> > 
> > How can I fix this problem? 
> > 
> > Thanks in advance. 
> > 
>
> -- 
> Claudia Juergen 
> Eldorado 
>
> Technische Universität Dortmund 
> Universitätsbibliothek 
> Vogelpothsweg 76 
> 44227 Dortmund 
>
> Tel.: +49 231-755 40 43 
> Fax: +49 231-755 40 32 
> claudia...@tu-dortmund.de  
> www.ub.tu-dortmund.de 
>
> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie 
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für 
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender 
> und vernichten Sie diese Mail. Vielen Dank. 
> Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
> ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher 
> Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines 
> solchen Schriftstücks per Telefax erfolgen. 
>
> Important note: The information included in this e-mail is confidential. 
> It is solely intended for the recipient. If you are not the intended 
> recipient of this e-mail please contact the sender and delete this message. 
> Thank you. Without prejudice of e-mail correspondence, our statements are 
> only legally binding when they are made in the conventional written form 
> (with personal signature) or when such documents are sent by fax. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Words with an accent in file input-forms.xsl

2015-12-17 Thread Mariangels
Hola,

We are working with DSpace 5.3.
We have problems with the visualization of the words with an accent in the 
file input-forms.xsl.

For example:
We have this in input-forms.xsl:

Títol

and we can see this in the navigator:

T??tol

All the characters with an accent displays like the example.

I don't have any problem with the visualization of this kind of characters 
in other sections in DSpace. It is just in this file: input-forms.xsl.

How can I fix this problem?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Error: premature end of file

2015-12-03 Thread Mariangels
Hola,
It is working now. It was a damaged file...
Thank you.

El dijous, 3 desembre de 2015 10:23:41 UTC+1, helix84 va escriure:
>
> We'd need the to see the "Java full stacktrace" and know the DSpace 
> version to tell for sure.
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Disable Creative Commons submit step

2015-11-26 Thread Mariangels



Hola, 
I'm updating our repository from DSpace 1.7.2 to DSpace 5.3. I already 
transfered all my records from DSpace 1.7.2 to 5.3. and all good but...some 
of my records now have this: (please look at the picture below or the 
attached file)

I think it shows when a record have a Creative Common license.
How can I remove it? I was searching in item-view.xls and I can't find 
how...
I need remove this and disable the License submit step too when we are 
entering records (our repository works with Creative Commons in another way)
Someone can help me how to do this?
Thanks.













-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Re: Facets and DSpace 5.3

2015-11-19 Thread Mariangels
Hola Hardy,

I'm sorry for my late reply.
Finally I could hide the facets in homepage editing the file discovery.xml 
and commeting out some lines. I have this file here 
/usr/local/dspace-source/dspace/target/dspace-installer/config/spring/api
I have now this inside discovery.xml:




 

** 



After do these changes I did this:

1. Compile
2. dspace/bin/dspace index-discovery –b

I hope this information will help you!
Good luck!!!







El dimarts, 17 novembre de 2015 23:29:20 UTC+1, Hardy Pottinger va escriure:
>
> Hi, sorry to revive an old thread, but I suspect the configuration 
> referenced below is specific to JSPUI:
>
> plugin.sequence.org.dspace.plugin.CommunityHomeProcessor
>
> So, I'm wondering if you ever found a solution? I'm trying to turn off 
> pre-search facets, and not having any luck. I've tried the configuration 
> mentioned below. I have also tried commenting out these lines:
>
>
> https://github.com/DSpace/DSpace/blob/master/dspace/config/spring/api/discovery.xml#L203-L205
>
> Neither of which disables sidebar facets on the home page.
>
> I'm using XMLUI.
>
> --Hardy
>
> --
> *From:* dspac...@googlegroups.com  [dspac...@googlegroups.com 
> ] on behalf of Mariangels [angels...@gmail.com ]
> *Sent:* Monday, September 28, 2015 6:01 AM
> *To:* DSpace Technical Support
> *Subject:* [dspace-tech] Re: Facets and DSpace 5.3
>
> Thank you very much Humberto. I will try your solution.
>
> El dilluns, 21 setembre de 2015 16:28:03 UTC+2, Humberto Blanco Castillo 
> va escriure: 
>>
>> Hi Mariangels,  
>> You can hide facets comment in the dspace.cfg file  (text in red color) 
>> remember restart tomcat after changing this file.
>>
>>  Sidebar Facets 
>> # to show facets on the site home page, community, collection  comment 
>> out the following lines if you disable Discovery or don't want  to show 
>> facets on side bars
>> plugin.sequence.org.dspace.plugin.CommunityHomeProcessor = \
>> org.dspace.app.webui.components.RecentCommunitySubmissions,\
>> org.dspace.app.webui.discovery.SideBarFacetProcessor
>>
>> plugin.sequence.org.dspace.plugin.CollectionHomeProcessor = \
>> org.dspace.app.webui.components.CollectionItemList,\
>> org.dspace.app.webui.discovery.SideBarFacetProcessor
>> #org.dspace.app.webui.components.RecentCollectionSubmissions,\
>>
>> *plugin.sequence.org.dspace.plugin.SiteHomeProcessor = \*
>> *org.dspace.app.webui.components.TopCommunitiesSiteProcessor,\*
>> *org.dspace.app.webui.components.RecentSiteSubmissions,\*
>> *#org.dspace.app.webui.discovery.SideBarFacetProcessor*
>>
>>
>>
>> El viernes, 18 de septiembre de 2015, 4:34:14 (UTC-5), Mariangels 
>> escribió: 
>>>
>>> Hello,
>>>
>>> Recentlly we are working with DSpace 5.3.
>>> We need to hide the facets at home page and at item-viem page. 
>>> Can you help me how to do this in DSpace 5.3?
>>>
>>> In DSpace 1.7.2 we could do with this configuration:
>>>
>>>
>>> solr.facets.item=dc.contributor.author,dc.contributor,dc.subject.other,dc.date.created_dt,dc.type,dc.language.iso
>>>
>>> Thank you very much in advance.
>>>
>> -- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech...@googlegroups.com .
> To post to this group, send email to dspac...@googlegroups.com 
> .
> Visit this group at http://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Problems with input-forms.xsl in DSpace 5.3

2015-10-07 Thread Mariangels
Thank you, Tim.
All is working now with your solution.

El dilluns, 5 octubre de 2015 17:12:02 UTC+2, Tim Donohue va escriure:
>
> Mariangels, 
>
> It sounds like the format of your input-forms.xml may be incorrect. 
>
> It's also unlikely that the old 1.7.2 input-forms.xml will work in 
> DSpace 5.3. I'd encourage you to start with the 5.3 input-forms.xml, and 
> re-customize it based on what fields you need to add/update. 
>
> Good luck! 
>
> - Tim 
>
> On 9/28/2015 6:51 AM, Mariangels wrote: 
> > Hello, 
> > 
> > I'm testing the version 5.3. 
> > My old version was 1.7.2 
> > 
> > I have copied this files: 
> > 
> > input-forms.xsl 
> > input-forms.dtd 
> > 
> > from my repository in 1.7.2 to DSpace 5.3 
> > 
> > I found this error, after the compilation, and when I add a new record 
> > in a collection: 
> > 
> > 
> > "Error creating submission forms: org.xml.sax.SAXParseException; 
> > systemId: file:/usr/local/dspace/config/input-forms.xml; lineNumber: 1; 
> > columnNumber: 1; Content is not allowed in prolog." 
> > 
> > Can you help me? 
> > 
> > I need to have some diacritics in the file input-forms.xsl too. I need 
> > to change something? 
> > 
> > Thank you in advance. 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> > Groups "DSpace Technical Support" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> > an email to dspace-tech...@googlegroups.com  
> > <mailto:dspace-tech+unsubscr...@googlegroups.com >. 
> > To post to this group, send email to dspac...@googlegroups.com 
>  
> > <mailto:dspac...@googlegroups.com >. 
> > Visit this group at http://groups.google.com/group/dspace-tech. 
> > For more options, visit https://groups.google.com/d/optout. 
>
> -- 
> Tim Donohue 
> Technical Lead for DSpace & DSpaceDirect 
> DuraSpace.org | DSpace.org | DSpaceDirect.org 
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Facets and DSpace 5.3

2015-09-18 Thread Mariangels
Hello,

Recentlly we are working with DSpace 5.3.
We need to hide the facets at home page and at item-viem page. 
Can you help me how to do this in DSpace 5.3?

In DSpace 1.7.2 we could do with this configuration:

solr.facets.item=dc.contributor.author,dc.contributor,dc.subject.other,dc.date.created_dt,dc.type,dc.language.iso

Thank you very much in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.