[dspace-tech] Re: opensaml::BindingException Invalid HTTP method (GET)

2019-04-03 Thread Bryson Duda
For the benefit of anyone else that has a strange setup like ours and is 
running into the same problem, we were able to get Shibboleth 
authentication working with the following settings:

*local.cfg*
authentication-shibboleth.lazysession.secure = true
Prepend https to the "authentication-shibboleth.lazysession.loginurl" URL

*httpd.conf*
Prepend https to the ServerName in the VHost for port 80

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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] DSpace URL

2019-04-03 Thread Tim Donohue
Hi Arlon,

Yes, every version of DSpace (back to 1.x) supports whatever URL pattern
you choose to define in your Tomcat/Apache configurations.  DSpace has
always been completely agnostic to the URL defined in Tomcat/Apache, and it
just requires that you set the URL in the "dspace.url" configuration in
your dspace.cfg.  This "dspace.url" configuration has also existed since
1.x.

- Tim

On Wed, Apr 3, 2019 at 7:58 AM Arl FNDE  wrote:

> Hello Tim,
> I'm concerned about integrating with other repositories that use older
> versions of DSpace. Is this freedom of URL definition also compatible with
> these versions?
>
> Arlon.
>
> Em terça-feira, 2 de abril de 2019 12:46:19 UTC-3, Tim Donohue escreveu:
>>
>> Hello,
>>
>> DSpace requires no specific URL patterns.  You can choose whatever URL
>> pattern you want, as the URL pattern is defined in the Tomcat (and/or
>> Apache Web Server) that is running the DSpace webapp.
>>
>> The only requirement within DSpace is that DSpace *must know* what URL is
>> its primary (homepage) URL. This is defined in the dspace.cfg (or
>> local.cfg) as the "dspace.url" configuration:
>> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L39
>>
>> Much more info on setting up DSpace (whether behind just Tomcat or
>> Apache + Tomcat) is available in the Installation documentation:
>> https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace
>>
>> Let us know on this list if you have further questions
>>
>> Tim
>>
>> On Tue, Apr 2, 2019 at 9:46 AM Arl FNDE  wrote:
>>
>>> We are installing DSpace and there was a question about the URL. Our
>>> standard defines that the URL of the repository should be .com
>>> /repository , but in most places I have
>>> identified the most common use as a repository..com.
>>> Questions: Does DSpace require any URL pattern to work? If I use my
>>> default I may have problems like incompatibility with other repositories or
>>> with previous versions of DSpace software?
>>>
>>> --
>>> All messages to this mailing list should adhere to the DuraSpace Code of
>>> Conduct: https://duraspace.org/about/policies/code-of-conduct/
>>> ---
>>> 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 dspac...@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.
>>>
>>
>>
>> --
>>
>> Tim Donohue
>> Technical Lead for DSpace & DSpaceDirect
>> DuraSpace.org | DSpace.org | DSpaceDirect.org
>>
>> --
> All messages to this mailing list should adhere to the DuraSpace Code of
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> ---
> 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.
>


-- 

Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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] Securing Solr from public on Tomcat 8

2019-04-03 Thread Alan Orth
Dear Jaware,

You would want to add a requirement that requests to the solr application
come from localhost aka 127.0.0.1. Add something like this to your
VirtualHost in Apache HTTPD:



  Require ip 127.0.0.0/8

...


Regards,

On Tue, Mar 26, 2019 at 9:59 AM Paul Münch 
wrote:

> Hello Jaware,
>
> it is possible to allow or deny access to specific paths via webserver
> configuration:
>
> https://httpd.apache.org/docs/2.4/howto/access.html
>
> If you use an older version, there are these features, too. But the syntax
> is slightly different.
>
> I hope this helps and kind regards,
>
> Paul Münch
>
> Am 26.03.19 um 08:35 schrieb endmartech4afr...@gmail.com:
>
> Hi Everybody
>
> We were installing Dspace 6.3 over Ubuntu 18.04(LTS) using Apache-HTTPD
>
> How ever solr is exposed through our public ip  something like this ->
> https://0.0.0.0.0/solr
>
>
> I would appreciate if you have a mechanism to secure the solr
>
> Thanks, Jaware
>
> --
> All messages to this mailing list should adhere to the DuraSpace Code of
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> ---
> 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.
>
>
> --
> Philipps-Universität Marburg | UB
> Digitale Dienste | Deutschhausstraße 9 | D018
> Tel. +49 06421 28-24624
> --
>
> --
> All messages to this mailing list should adhere to the DuraSpace Code of
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> ---
> 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.
>


-- 
Alan Orth
alan.o...@gmail.com
https://picturingjordan.com
https://englishbulgaria.net
https://mjanja.ch
"In heaven all the interesting people are missing." ―Friedrich Nietzsche

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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: Modifying metadata export csv header

2019-04-03 Thread Mark H. Wood
On Wednesday, April 3, 2019 at 3:11:58 AM UTC-4, Arunendra M. Biswas wrote:
>
> Is there a way to customize the header in the csv generated during 
> metadata export (JSPUI)?
> E.g Instead of dc.title,dc.subject[en_US], I want it to be shown as 
> Title,Subject etc
> Additionally, I do not want to export all the fields in the csv, but I 
> have input during metadata entry.How do I do so?
>


An alternative would be to collect the generated CSV as-is and transform it 
as you require.  If you work regularly with CSV, you may find it profitable 
to consider a tool called Miller, "like awk, sed, cut, join, and sort for 
name-indexed data such as CSV and tabular JSON."  It can easily be used to 
replace column labels, to copy certain columns while ignoring others, and 
much more.  http://johnkerl.org/miller/doc/

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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] DSpace URL

2019-04-03 Thread Arl FNDE
Hello Tim,
I'm concerned about integrating with other repositories that use older 
versions of DSpace. Is this freedom of URL definition also compatible with 
these versions?

Arlon.

Em terça-feira, 2 de abril de 2019 12:46:19 UTC-3, Tim Donohue escreveu:
>
> Hello,
>
> DSpace requires no specific URL patterns.  You can choose whatever URL 
> pattern you want, as the URL pattern is defined in the Tomcat (and/or 
> Apache Web Server) that is running the DSpace webapp.
>
> The only requirement within DSpace is that DSpace *must know* what URL is 
> its primary (homepage) URL. This is defined in the dspace.cfg (or 
> local.cfg) as the "dspace.url" configuration: 
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L39
>
> Much more info on setting up DSpace (whether behind just Tomcat or 
> Apache + Tomcat) is available in the Installation documentation: 
> https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace
>
> Let us know on this list if you have further questions
>
> Tim
>
> On Tue, Apr 2, 2019 at 9:46 AM Arl FNDE > 
> wrote:
>
>> We are installing DSpace and there was a question about the URL. Our 
>> standard defines that the URL of the repository should be .com
>> /repository , but in most places I have 
>> identified the most common use as a repository..com.
>> Questions: Does DSpace require any URL pattern to work? If I use my 
>> default I may have problems like incompatibility with other repositories or 
>> with previous versions of DSpace software? 
>>
>> -- 
>> All messages to this mailing list should adhere to the DuraSpace Code of 
>> Conduct: https://duraspace.org/about/policies/code-of-conduct/
>> --- 
>> 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 dspac...@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.
>>
>
>
> -- 
>
> Tim Donohue
> Technical Lead for DSpace & DSpaceDirect
> DuraSpace.org | DSpace.org | DSpaceDirect.org
>
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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] Multiple templates

2019-04-03 Thread suman gupta
Thanks, I'll check them out.

On Wed, 3 Apr 2019, 1:22 pm Claudia Jürgen, 
wrote:

>
> Hi Suman,
>
> "i got an error' provides as with too little information to help you. In
> order to get more see
> https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error
> You most like used an unregistered field or made the input-forms.xml and
> invalid xml by some syntactical mistake.
>
> Basically you got to create a new form (with a new name) like
>
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/input-forms.xml#L39
> and then assign this specific form to your collection
>
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/input-forms.xml#L16
>
> Hope this helps
>
> Claudia Jürgen
>
>
>
> Am 03.04.2019 um 09:41 schrieb suman gupta:
> > I have install dspace package on Virtual machine( ubuntu) when ever i
> make
> > changes in item submission file i got error in submission page.
> >
> > On Wed, 3 Apr 2019, 1:07 pm suman gupta, 
> wrote:
> >
> >> I made changes in submission file but it will not reflecting
> >>
> >> On Wed, 3 Apr 2019, 12:45 pm Claudia Jürgen, <
> >> claudia.juer...@tu-dortmund.de> wrote:
> >>
> >>> Hello Suman,
> >>>
> >>> yes this is possible you can define different input forms and assign
> >>> them to specific collections see
> >>>
> >>>
> https://wiki.duraspace.org/display/DSDOC6x/Submission+User+Interface#SubmissionUserInterface-AddingaCollectionMap
> >>>
> >>> Hope this helps
> >>>
> >>> Claudia Jürgen
> >>>
> >>>
> >>>
> >>>
> >>> Am 03.04.2019 um 08:20 schrieb suman gupta:
>  I have installed dspace package on virtual server(ubuntu)
>  I have a query regarding collection part in dspace.  During submission
> >>> part i want particular field in collection part but when i add in xml
> file
> >>> it will reflect in all collections during submission. My question is
> Is it
> >>> possible to add particular field in particular collection during
> submission
> >>> process in dspace.
>  Thanks and regards
>  Suman Gupta
> 
> >>> --
> >>> 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.juer...@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.
> >>>
> >>> --
> >>> All messages to this mailing list should adhere to the DuraSpace Code
> of
> >>> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> >>> ---
> >>> 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.
> >>>
>
> --
> 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.juer...@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 

Re: [dspace-tech] Re: Modifying metadata export csv header

2019-04-03 Thread Claudia Jürgen

Hi,

normally Solr is configured to be accessible only on localhost see
https://wiki.duraspace.org/display/DSPACE/Solr

The csv export from the UI does not use a solr query see
https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-api/src/main/java/org/dspace/app/bulkedit/DSpaceCSV.java#L407

Hope this helps

Claudia Jürgen


Am 03.04.2019 um 10:12 schrieb Arunendra M. Biswas:

This solr search query- is it available from Dspace UI?Because, one client
showed me an example of such csv which was possibly generated on clicking
Export Metadata button.
If I could just access the query that runs behind this Export Metadata
button, wouldn't I be able to modify it?

On Wednesday, April 3, 2019 at 12:41:58 PM UTC+5:30, Arunendra M. Biswas
wrote:

Is there a way to customize the header in the csv generated during
metadata export (JSPUI)?
E.g Instead of dc.title,dc.subject[en_US], I want it to be shown as
Title,Subject etc
Additionally, I do not want to export all the fields in the csv, but I
have input during metadata entry.How do I do so?



--
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.juer...@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.

--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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: Modifying metadata export csv header

2019-04-03 Thread Arunendra M. Biswas
This solr search query- is it available from Dspace UI?Because, one client 
showed me an example of such csv which was possibly generated on clicking 
Export Metadata button.
If I could just access the query that runs behind this Export Metadata 
button, wouldn't I be able to modify it?

On Wednesday, April 3, 2019 at 12:41:58 PM UTC+5:30, Arunendra M. Biswas 
wrote:
>
> Is there a way to customize the header in the csv generated during 
> metadata export (JSPUI)?
> E.g Instead of dc.title,dc.subject[en_US], I want it to be shown as 
> Title,Subject etc
> Additionally, I do not want to export all the fields in the csv, but I 
> have input during metadata entry.How do I do so?
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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] Multiple templates

2019-04-03 Thread Claudia Jürgen



Hi Suman,

"i got an error' provides as with too little information to help you. In
order to get more see
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error
You most like used an unregistered field or made the input-forms.xml and
invalid xml by some syntactical mistake.

Basically you got to create a new form (with a new name) like
https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/input-forms.xml#L39
and then assign this specific form to your collection
https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/input-forms.xml#L16

Hope this helps

Claudia Jürgen



Am 03.04.2019 um 09:41 schrieb suman gupta:

I have install dspace package on Virtual machine( ubuntu) when ever i make
changes in item submission file i got error in submission page.

On Wed, 3 Apr 2019, 1:07 pm suman gupta,  wrote:


I made changes in submission file but it will not reflecting

On Wed, 3 Apr 2019, 12:45 pm Claudia Jürgen, <
claudia.juer...@tu-dortmund.de> wrote:


Hello Suman,

yes this is possible you can define different input forms and assign
them to specific collections see

https://wiki.duraspace.org/display/DSDOC6x/Submission+User+Interface#SubmissionUserInterface-AddingaCollectionMap

Hope this helps

Claudia Jürgen




Am 03.04.2019 um 08:20 schrieb suman gupta:

I have installed dspace package on virtual server(ubuntu)
I have a query regarding collection part in dspace.  During submission

part i want particular field in collection part but when i add in xml file
it will reflect in all collections during submission. My question is Is it
possible to add particular field in particular collection during submission
process in dspace.

Thanks and regards
Suman Gupta


--
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.juer...@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.

--
All messages to this mailing list should adhere to the DuraSpace Code of
Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
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.



--
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.juer...@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.

--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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 

Re: [dspace-tech] Modifying metadata export csv header

2019-04-03 Thread Claudia Jürgen

Hi,

solr is used by both xmlui and jspui for the discovery, authority and
statistics.
Without solr dspace would not run, so you have it already running.

Hope this helps

Claudia Jürgen



Am 03.04.2019 um 09:38 schrieb suman gupta:

M working on xmlui

On Wed, 3 Apr 2019, 1:07 pm Claudia Jürgen, 
wrote:


Hello,

as far as I know this is not configurable.
You may consider a solr search query with csv output using an alias for
columns
q=search.resourcetype:2
fl=Title:dc.title,Subject:dc.subject ...
wt=csv

Hope this helps

Claudia Jürgen


Am 03.04.2019 um 09:08 schrieb Arunendra M. Biswas:

Is there a way to customize the header in the csv generated during

metadata

export (JSPUI)?
E.g Instead of dc.title,dc.subject[en_US], I want it to be shown as
Title,Subject etc
Additionally, I do not want to export all the fields in the csv, but I

have

input during metadata entry.How do I do so?


--
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.juer...@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.

--
All messages to this mailing list should adhere to the DuraSpace Code of
Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
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.



--
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.juer...@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.

--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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] Modifying metadata export csv header

2019-04-03 Thread Claudia Jürgen

Hello,

as far as I know this is not configurable.
You may consider a solr search query with csv output using an alias for
columns
q=search.resourcetype:2
fl=Title:dc.title,Subject:dc.subject ...
wt=csv

Hope this helps

Claudia Jürgen


Am 03.04.2019 um 09:08 schrieb Arunendra M. Biswas:

Is there a way to customize the header in the csv generated during metadata
export (JSPUI)?
E.g Instead of dc.title,dc.subject[en_US], I want it to be shown as
Title,Subject etc
Additionally, I do not want to export all the fields in the csv, but I have
input during metadata entry.How do I do so?



--
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.juer...@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.

--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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] Multiple templates

2019-04-03 Thread Claudia Jürgen

Hello Suman,

yes this is possible you can define different input forms and assign
them to specific collections see
https://wiki.duraspace.org/display/DSDOC6x/Submission+User+Interface#SubmissionUserInterface-AddingaCollectionMap

Hope this helps

Claudia Jürgen




Am 03.04.2019 um 08:20 schrieb suman gupta:

I have installed dspace package on virtual server(ubuntu)
I have a query regarding collection part in dspace.  During submission part i 
want particular field in collection part but when i add in xml file it will 
reflect in all collections during submission. My question is Is it possible to 
add particular field in particular collection during submission process in 
dspace.
Thanks and regards
Suman Gupta



--
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.juer...@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.

--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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] Multiple templates

2019-04-03 Thread suman gupta
I have installed dspace package on virtual server(ubuntu)
I have a query regarding collection part in dspace.  During submission part i 
want particular field in collection part but when i add in xml file it will 
reflect in all collections during submission. My question is Is it possible to 
add particular field in particular collection during submission process in 
dspace.
Thanks and regards
Suman Gupta

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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] Modifying metadata export csv header

2019-04-03 Thread Arunendra M. Biswas
Is there a way to customize the header in the csv generated during metadata 
export (JSPUI)?
E.g Instead of dc.title,dc.subject[en_US], I want it to be shown as 
Title,Subject etc
Additionally, I do not want to export all the fields in the csv, but I have 
input during metadata entry.How do I do so?

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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.