[Dspace-tech] Author's organization, address and other metadata

2013-07-11 Thread LifeH2O
While entering Journals we need to enter author's organization or address as
well but DSpace has only author name as a metadata of an item. 

How can we do that? 



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Author-s-organization-address-and-other-metadata-tp4665636.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
___
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] (no subject)

2013-07-11 Thread Awanish Singh
Hi

I made some changes in servlets, jsptags.etc  and put these java files in
modules folder of dspace3.0 .
for example : I made changes in AbstractBrowseServlet.java
DspaceServlet.java etc.
and put these java file in following folder of modules folder.

\dspace-3.0-src-rsdebate\dspace\modules\jspui\src\main\java\org\dspace\app\webui\servlet

after run mvn package there is no reflection in
dspace-jspui-classes.3.0.jar i.e there is no change made in respected class
 files of  AbstractBrowseServlet.java DspaceServlet.java

I want to changed AbstractBrowseServlet.class and DspaceServlet.class
will be appear in dspace-jspui-classes.3.0.jar .

How this is possible.

-- 
Thanks
Awanish Singh
9910287114
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk___
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] Fwd:

2013-07-11 Thread Awanish Singh
-- Forwarded message --
From: 
Date: Thu, Jul 11, 2013 at 3:19 PM
Subject:
To: singhawanish1...@gmail.com


This list does not accept non-member postings , if you wish to post an
email to the DSpace General List, please subscribe and post your
message again.

https://lists.sourceforge.net/lists/listinfo/dspace-general

Sincerely, The DSpace Community



-- Forwarded message --
From: Awanish Singh 
To: dspace-gene...@lists.sourceforge.net, dspace-tech@lists.sourceforge.net
Cc:
Date: Thu, 11 Jul 2013 15:19:21 +0530
Subject:

Hi

I made some changes in servlets, jsptags.etc  and put these java files in
modules folder of dspace3.0 .
for example : I made changes in AbstractBrowseServlet.java
DspaceServlet.java etc.
and put these java file in following folder of modules folder.

\dspace-3.0-src-rsdebate\dspace\modules\jspui\src\main\java\org\dspace\app\webui\servlet

after run mvn package there is no reflection in
dspace-jspui-classes.3.0.jar i.e there is no change made in respected class
 files of  AbstractBrowseServlet.java DspaceServlet.java

I want to changed AbstractBrowseServlet.class and DspaceServlet.class
will be appear in dspace-jspui-classes.3.0.jar .

How this is possible.

-- 
Thanks
Awanish Singh
9910287114




-- 
Thanks
Awanish Singh
9910287114
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk___
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] (no subject)

2013-07-11 Thread l.pascare...@cineca.it

  
  
Hello,
  
  your changes in modules/jspui folder overriding the
  dspace-jspui-classes.3.0.jar. This is the best-practice to add
  custom code to the code base (or modify code base). So if you want
  the changes in dspace-jspui-classes.3.0.jar then modify the java
  file in dspace-jspui project directly. 
  Hope this help you.
  
  Andrea
  
  Il 11/07/2013 11:49, Awanish Singh ha scritto:


  
Hi
   
  I made some changes in servlets, jsptags.etc  and
put these java files in modules folder of dspace3.0 .
  for example : I made changes in AbstractBrowseServlet.java
DspaceServlet.java etc.
  and put these java file in following folder of modules
folder.
   
  \dspace-3.0-src-rsdebate\dspace\modules\jspui\src\main\java\org\dspace\app\webui\servlet
   
  after run mvn package there is no reflection in
dspace-jspui-classes.3.0.jar i.e there is no change made in
respected class  files of  AbstractBrowseServlet.java
DspaceServlet.java 
   
  I want to changed AbstractBrowseServlet.class
and DspaceServlet.class will be appear in
dspace-jspui-classes.3.0.jar .
   
  How this is possible.
   
-- 
  
  

  Thanks
  Awanish Singh
  9910287114

  
  
  
  
  --
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
  
  
  
  ___
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



-- 
  
  
  
  
  

  

 

Luigi
  Andrea Pascarelli
  
Dipartimento Servizi e Soluzioni per
  l'Amministrazione Universitaria
  Divisione Ricerca
  Via

dei Tizii, 6 
00185 Roma, Italy 
  ph. +39 06 59292895
http://www.cineca.it
  
  

  
  

  

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk___
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] REST API merged into DSpace 3.x

2013-07-11 Thread Michael Guthrie
Hi All again

Hot on the heels of the 3.x merge of the REST API into DSpace, we have
released a 1.8.x version as well.

http://bitly.com/Q12Xgp

Hope this helps the discussion today

Cheers

Michael


On 11 July 2013 06:41, Michael Guthrie  wrote:

> Hi All
> We couldn't be there for the OR2013 conference but for the panel session
> on REST API today, there is a version now of DSpace that has had the REST
> API merged into the core, allowing for deployment without the extra module,
> and thought this might add to the discussion.
>
> http://bitly.com/Q12Xgp
>
> We hope to have 1.8.x done soon.
>
> You can see it in production at Monash University's Pharmacy faculty:
> http://saber.monash.edu/discover/
>
> It is using a REST client in Joomla, and also incorporates Jomsocial to
> build a community around the repository and commenting and rating.
>
> Have fun,
>
>
> Michael
>
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk___
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] [Dspace-devel] REST API merged into DSpace 3.x

2013-07-11 Thread Peter Dietz
Hi Michael,

Thanks for this!

Our plan has been to mention this Wijiti version, and encourage people to
begin or continue trying it. I know of several groups that are already
using a combination of this and/or the Hedtek version to power their
production DSpace instances or portions of their site.

Today's REST-API discussion at OR2013 will focus more on use-cases, and
thinking about how people are already using the "3rd party" REST API's,
i.e.
- User Interface replacement/alternative
- or those who want to provide the ability to make javascript widgets for
researchers to embed on their departmental website.

So, some discussion is on endpoints that are one-to-one with DSpaceObjects,
or endpoints that abstract some of the information to help solve the intent
of the external developer, of surfacing works, authors, subjects,
departments, files. Those of us here aren't concretely sure which
direction, so we're happy to bring in input from everyone with interest.

In terms of what will "ship" with DSpace 4.0, this group isn't that group
to decide. I would say that it would take a heroic effort to build a new
REST API from scratch and for it to be ready in time (i.e. Jersey /
Restlet), since that deadline is the next few months.

One consideration might be to agree to a "contract" of URI endpoint
structure, data objects/structure, and parameter structure.

Separately, I'd like to be able to version the api, so that we have a v1 in
place in the near future, and perhaps have room for the implementation to
evolve and improve as we get more eyeballs on it.

The only thing I'll add about my thinking in terms of alternative
implementations, such as Jersey, is just that they are the standard in the
Java API world, so you get a lot for free, and easier learning/support
curve. There is no implementation for DSpace built yet, so we can't really
advocate using that yet.


Peter Dietz


On Thu, Jul 11, 2013 at 1:01 PM, Michael Guthrie wrote:

> Hi All again
>
> Hot on the heels of the 3.x merge of the REST API into DSpace, we have
> released a 1.8.x version as well.
>
> http://bitly.com/Q12Xgp
>
> Hope this helps the discussion today
>
> Cheers
>
> Michael
>
>
> On 11 July 2013 06:41, Michael Guthrie  wrote:
>
>> Hi All
>> We couldn't be there for the OR2013 conference but for the panel session
>> on REST API today, there is a version now of DSpace that has had the REST
>> API merged into the core, allowing for deployment without the extra module,
>> and thought this might add to the discussion.
>>
>> http://bitly.com/Q12Xgp
>>
>> We hope to have 1.8.x done soon.
>>
>> You can see it in production at Monash University's Pharmacy faculty:
>> http://saber.monash.edu/discover/
>>
>> It is using a REST client in Joomla, and also incorporates Jomsocial to
>> build a community around the repository and commenting and rating.
>>
>> Have fun,
>>
>>
>> Michael
>>
>
>
>
> --
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> ___
> Dspace-devel mailing list
> dspace-de...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-devel
>
>
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk___
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] top city views

2013-07-11 Thread Shixing Wen
We are using jspui 3.1.

We are a campus of University of Minnesota.

Our DSpace instance url is: http://d-commons.d.umn.edu/

However, when it comes to the stats of top city views, the majority is
shown as from Minneapolis, rather than from Duluth.

I guess that it is because DSpace looks at the url address "umn.edu" rather
than "d.umn.edu".

How can we configure DSpace to show users from "d.umn.edu"?

Thanks,

Shixing

-- 
---
Shixing Wen
Head of Technical Services
University of Minnesota Duluth Library
416 Library Drive
Duluth, MN 55812

218-726-8498
s...@d.umn.edu

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk___
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] top city views

2013-07-11 Thread Peter Dietz
Hi Shixing,

I would guess that Minneapolis has more people than Duluth, thus more
visitors from that city?

You can take a direct look at solr, by querying it.

You can compare the hits from:
http://localhost:8080/solr/statistics/select?q=city:Duluth
http://localhost:8080/solr/statistics/select?q=city:Minneapolis

Look at result's numFound.

NB: To access the solr from another server, see this advice:
https://wiki.duraspace.org/display/DSPACE/Solr#Solr-Bypassinglocalhostrestrictiontemporarily



Peter Dietz


On Thu, Jul 11, 2013 at 3:08 PM, Shixing Wen  wrote:

> We are using jspui 3.1.
>
> We are a campus of University of Minnesota.
>
> Our DSpace instance url is: http://d-commons.d.umn.edu/
>
> However, when it comes to the stats of top city views, the majority is
> shown as from Minneapolis, rather than from Duluth.
>
> I guess that it is because DSpace looks at the url address "umn.edu"
> rather than "d.umn.edu".
>
> How can we configure DSpace to show users from "d.umn.edu"?
>
> Thanks,
>
> Shixing
>
> --
> ---
> Shixing Wen
> Head of Technical Services
> University of Minnesota Duluth Library
> 416 Library Drive
> Duluth, MN 55812
>
> 218-726-8498
> s...@d.umn.edu
> 
>
>
> --
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> ___
> 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
>
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk___
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] ETD-ms Crosswalk for Theses Canada

2013-07-11 Thread Cameron, Jacob
Does anyone have a working ETD-ms crosswalk for DSpace 3.1 (or 3.0) that works 
with Theses Canada for harvesting?

--
Jake Cameron, BCS(UNB)
Systems Support Specialist III
Information Systems and Technical Services University of Lethbridge Library
Phone:(403)329-2756

This e-mail, including any and all attachments, is only for the use of the 
intended recipient(s) and may contain information that is confidential or 
privileged. If you are not the intended recipient, you are advised that any 
dissemination, copying or other use of this e-mail is prohibited. Please notify 
the sender of the error in communication by return e-mail and destroy all 
copies of this e-mail.  Thank you.

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk___
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] Collection Error

2013-07-11 Thread remi asare
Hello guys,

I've set for a collection  workflow, especially the workflow step 2.When
i'm trying to delete it later i'm having this error. Can anyone give me a
hint please?
<>--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk___
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