Re: [dspace-tech] Migration

2019-08-21 Thread emilio lorenzo
As Tim says, Sword  is the better option, but you need some knowledge, a 
little customisation, AND access to both OJS and Dspace systems...


But if  you can not install the SWORD plugin in OJS and activate the 
Swrod protocol in Dspace, we use, for a project long time ago, the  OJS 
functionality "export to XML" This plugin is always installed in OJS... 
  A full journal (or selected volumes)  can be exported to XML 
(including the PDf themselves, in binary form, useless)


Then,  we write some transformations  to SIP format,  AND made some wget 
or curl to the actual PDFs...  The process is a bit cumbersome, but it 
is able to keep all the metadata info and retrieve the files...  After 
all, the SIPs are ingested into Dspace..


Best luck

Emilio



El 21/08/2019 a las 17:13, Tim Donohue escribió:

Hello,

I believe OJS supports the SWORD protocol (http://swordapp.org/). I 
also see some references to a SWORD plugin for OJS here: 
https://github.com/pkp/pkp-lib/issues/3262 (and that ticket seems to 
link to a SWORD plugin for OJS v3).


So, assuming you can get the SWORD OJS plugin working you should be 
able to submit Items *from* OJS *via* SWORD *into* DSpace, as DSpace 
has a SWORD server: 
https://wiki.duraspace.org/display/DSDOC6x/SWORDv1+Server


All that said, I don't have experience with either OJS or its SWORD 
plugin, so I cannot give you step by step instructions. You may want 
to post over on the OJS support list/forum to see if anyone else has 
done this before -- I've found one person asked this same question a 
few years ago: https://forum.pkp.sfu.ca/t/sword-plugin-ojs-dspace/35858


Good luck. If you have further DSpace specific questions, feel free to 
ask them on this mailing list.


Tim

*From:* dspace-tech@googlegroups.com  on 
behalf of vinod awasare 

*Sent:* Monday, August 19, 2019 1:33 PM
*To:* dspace-tech@googlegroups.com 
*Subject:* [dspace-tech] Migration
How to migrate all the data of OJS into Dspace.
--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/CAN6gVD%3DHxVbq3RLwjQEPKqkJk-LJhDo5d5QUh9bPG0v-jswV3Q%40mail.gmail.com 
.

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/DM5PR22MB057261A7FABAD67D867524F4EDAA0%40DM5PR22MB0572.namprd22.prod.outlook.com 
.


--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/d159d7cf-a472-0e15-bee9-2d8d2016a491%40arvo.es.
<>

Re: [dspace-tech] Is it possible to have a single copy of a bitstream referred by two items?

2019-08-21 Thread Tim Donohue
Hi Ricardo,

Somewhat. This idea is "possible", but not from the current DSpace user 
interface (JSPUI or XMLUI).  This can be achieved via "Registering an Item" via 
the Simple Archive Format commandline import.  See this area of the 
documentation: 
https://wiki.duraspace.org/display/DSDOC6x/Registering+Bitstreams+via+Simple+Archive+Format

A registered item basically links to an existing Bitstream (already in DSpace 
elsewhere).  So, two items exist, but they reference the same internal 
Bitstream.

If you have other questions, or want to better explain your use cases / needs, 
then feel free to let us know on this mailing list.

Tim


From: dspace-tech@googlegroups.com  on behalf of 
Ricardo Campos 
Sent: Wednesday, August 21, 2019 9:55 AM
To: DSpace Technical Support 
Subject: [dspace-tech] Is it possible to have a single copy of a bitstream 
referred by two items?

Hi.

I need to have a bitstream referred by two (or even more) items. Is it 
possible? How?

I have a DSpace 6.3, running under a Ubuntu 18.04 LTS server.

Thansk,

Ricardo


--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/2cf62c94-8e5d-4f8a-80ef-c5dc77b65a1b%40googlegroups.com.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/DM5PR22MB0572D5EB3EA4317CC39D05FBEDAA0%40DM5PR22MB0572.namprd22.prod.outlook.com.


Re: [dspace-tech] Migration

2019-08-21 Thread Tim Donohue
Hello,

I believe OJS supports the SWORD protocol (http://swordapp.org/).  I also see 
some references to a SWORD plugin for OJS here: 
https://github.com/pkp/pkp-lib/issues/3262 (and that ticket seems to link to a 
SWORD plugin for OJS v3).

So, assuming you can get the SWORD OJS plugin working you should be able to 
submit Items *from* OJS *via* SWORD *into* DSpace, as DSpace has a SWORD 
server: https://wiki.duraspace.org/display/DSDOC6x/SWORDv1+Server

All that said, I don't have experience with either OJS or its SWORD plugin, so 
I cannot give you step by step instructions.  You may want to post over on the 
OJS support list/forum to see if anyone else has done this before -- I've found 
one person asked this same question a few years ago: 
https://forum.pkp.sfu.ca/t/sword-plugin-ojs-dspace/35858

Good luck. If you have further DSpace specific questions, feel free to ask them 
on this mailing list.

Tim

From: dspace-tech@googlegroups.com  on behalf of 
vinod awasare 
Sent: Monday, August 19, 2019 1:33 PM
To: dspace-tech@googlegroups.com 
Subject: [dspace-tech] Migration

How to migrate all the data of OJS into Dspace.

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/CAN6gVD%3DHxVbq3RLwjQEPKqkJk-LJhDo5d5QUh9bPG0v-jswV3Q%40mail.gmail.com.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/DM5PR22MB057261A7FABAD67D867524F4EDAA0%40DM5PR22MB0572.namprd22.prod.outlook.com.


Re: [dspace-tech] Remove LINK file name in jspui

2019-08-21 Thread Tim Donohue
Hello,

To me, it looks like this link (HTML  tag) is created in this area of the 
ItemTag.java source code:

https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-jspui/src/main/java/org/dspace/app/webui/jsptag/ItemTag.java#L951-L954

It does *not* look like it is configurable in any way.  So, if you wanted to 
change the behavior here, you would need to modify the ItemTag.java directly, 
and rebuild (recompile) DSpace and redeploy the JSPUI.   (As a sidenote, there 
do seem to be other areas in ItemTag.java that create HTML  tags, so if you 
are modifying one, you may want to look closely at the others as well.)

If you have further questions, feel free to ask them on this mailing list.

Tim

From: dspace-tech@googlegroups.com  on behalf of 
Pham Quang Quyen 
Sent: Sunday, August 18, 2019 4:53 AM
To: DSpace Technical Support 
Subject: [dspace-tech] Remove LINK file name in jspui

Please help me how to config ItemTag.java (jspui of DSpace 5.x) to display only 
name of files, not include links as default. Thanks

[Itemtag.jpg]


--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/38bc0d2e-5707-4484-bdad-dbd637d152a4%40googlegroups.com.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/DM5PR22MB0572CBC85C7B8B1620B10B05EDAA0%40DM5PR22MB0572.namprd22.prod.outlook.com.


[dspace-tech] Is it possible to have a single copy of a bitstream referred by two items?

2019-08-21 Thread Ricardo Campos
Hi.

I need to have a bitstream referred by two (or even more) items. Is it 
possible? How?

I have a DSpace 6.3, running under a Ubuntu 18.04 LTS server.

Thansk,

Ricardo

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/2cf62c94-8e5d-4f8a-80ef-c5dc77b65a1b%40googlegroups.com.


Re: [dspace-tech] User Permissions

2019-08-21 Thread Tim Donohue
Hello Leidy,

Unfortunately, at this time, only a full Administrator can create new users.  
However, if you enable self registration, then you could allow users to create 
themselves (by registering for a new account). Or, if you connect your DSpace 
to a local LDAP or Shibboleth (for authentication), then either system can be 
configured to auto-create new users (in DSpace) when they first login via LDAP 
or Shibboleth.

Obviously, once a new user account is created, it can be given permissions by 
different levels of administrators... for example Collection Admins can assign 
permissions within a Collection, and Community Admins can assign permissions 
within a Community.

Hopefully that helps, but let us know on this list if you have further 
questions.

Tim


From: dspace-tech@googlegroups.com  on behalf of 
Leidy Madroñero 
Sent: Friday, August 16, 2019 8:52 AM
To: DSpace Technical Support 
Subject: [dspace-tech] User Permissions

Greetings to all

I need to assign a person permissions for him to create new users. The problem 
is that this permission is only given by the administrator. Is there any way to 
give it permission without leaving it as admin?

I'll appreciate your answer, Leidy.

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/8de5b538-70c5-4399-aeee-ba5082d9bd30%40googlegroups.com.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/DM5PR22MB0572AEA019A6ADA8134E8210EDAA0%40DM5PR22MB0572.namprd22.prod.outlook.com.


[dspace-tech] Re: Change the default tomcat port 8080 to 80

2019-08-21 Thread Hoang Tran
I am using Ubuntu 18.6 LTS and tomcat8
To change default tomcat port 8080 to 80 follow these steps
Step 1: Enable and change value in file /etc/default/tomcat8
remove # and change value is yes 
sudo vi /etc/default/tomcat8
AUTHBIND=yes

Step 2: Change port default tomcat8 in file server.xml
sudo vi /etc/tomcat8/server.xml

> Hi guys, what is the simplest way to change the 8080 port to 80 so user 
> won't need to type 8080 to access the application?
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/26d4b6d6-9718-4c81-bc30-7711805f4787%40googlegroups.com.


[dspace-tech] Re: general_jspui_error

2019-08-21 Thread José Geraldo
Hi Freddy,

Did you get a way to identify items that have corrupted files?

Em segunda-feira, 24 de setembro de 2018 02:09:49 UTC-3, Freddy Guerrero 
escreveu:
>
> Please can you help me with this query, I use dspace version 6.3 (JSPUI), 
> this error occurs when I search for example the word "Inteligencia", in 
> xmlui it works well.
>
>
> 2018-09-24 00:00:04,194 INFO  
> org.dspace.app.webui.discovery.DiscoverySearchRequestProcessor @ 
> anonymous:session_id=FB3898400884E853E071EB0B361094E4:ip_addr=190.131.162.9:search:scope=null,query="Inteligencia
>  
> ",results=(0,0,10)
> 2018-09-24 00:00:04,226 WARN  org.dspace.app.webui.servlet.DSpaceServlet @ 
> anonymous:session_id=FB3898400884E853E071EB0B361094E4:ip_addr=190.131.162.9:general_jspui_error:javax.servlet.ServletException\colon;
>  
> org.apache.jasper.JasperException\colon; java.lang.NullPointerException
> javax.servlet.ServletException: org.apache.jasper.JasperException: 
> java.lang.NullPointerException
> at org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:71)
> at 
> org.dspace.app.webui.discovery.DiscoverySearchRequestProcessor.doSimpleSearch(DiscoverySearchRequestProcessor.java:458)
> at 
> org.dspace.app.webui.servlet.SimpleSearchServlet.doDSGet(SimpleSearchServlet.java:63)
> at 
> org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:126)
> at org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:73)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at 
> org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
> at 
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:494)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
> at 
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:1025)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
> at 
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1136)
> at 
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
> at 
> org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at 
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: org.apache.jasper.JasperException: 
> java.lang.NullPointerException
> at 
> org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:561)
> at 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:477)
> at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at 
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:743)
> at 
> org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:485)
> at 
> org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:410)
> at 
> 

[dspace-tech] Re: [Dspace-tech] Scopus Citations Count Integration

2019-08-21 Thread Rakhi Batra - Assistant Manager Publication
Hey euler, can you guide how to add such functionality in jspui? 

On Wednesday, August 26, 2015 at 9:20:31 PM UTC+5, euler wrote:
>
> Hello Solomon,
>
> I'm sorry if I can't pinpoint what's causing that error but here's what I 
> did in our repository. In your item-view.xsl, locate this line of code:
>
> 
> 
>  select="./mets:dmdSec/mets:mdWrap[@OTHERMDTYPE='DIM']/mets:xmlData/dim:dim"
> mode="itemSummaryView-DIM"/>
>
> After that piece of code, copy paste these javascript code:
>
> 
> 
> document.write('<script type="text/javascript" src="
> http://api.elsevier.com/javascript/scopussearch.jsp">; </' + 
> 'script>');
>
> callbackCitedbycount = function(){
> if (sciverse.areSearchResultsValid()) {
> var resultObj = sciverse.getSearchResults();
> if (resultObj.returnedResults >0) {
> citedbycount = resultObj.results[0].citedbycount;
> eid = resultObj.results[0].eid;
> if (citedbycount > 0) {
> citeHtml = '<span 
> class="bold">Cited:</span> ';
>
> if (eid != null) {
> citeHtml += '<a href="
> http://www.scopus.com/scopus/search/submit/citedby.url?src=s&origin=recordpage&eid=
> ';
> citeHtml += eid;
> citeHtml += '" class="citing-link" 
> target="_new" title="View citing articles in Scopus">';
> citeHtml += citedbycount;
> citeHtml += '</a> times in 
> <span class="bold">Scopus</span>';
> }
>
> articleLink = resultObj.results[0].inwardurl;
>
> if (articleLink != null) {
> citeHtml += 
> '  <small>(<a href="';
> citeHtml += articleLink;
> citeHtml += '" class="article-link" 
> target="_new" title="View record in Scopus" >';
> citeHtml += 'View record in Scopus';
> citeHtml += '</a>)</small>';
> }
> 
> var citecountsScopus = $("#citecounts-scopus");
> citecountsScopus.html(citeHtml);
> citecountsScopus.removeClass('hidden');
> citecountsScopus.show('blind');
> $("#citecounts-scopus 
> a.citing-link").click(function(){
> if (_gaq != null) {
> _gaq.push(['_trackEvent', 'Citecount 
> links','Scopus citing items',' select="./mets:dmdSec/mets:mdWrap[@OTHERMDTYPE='DIM']/mets:xmlData/dim:dim/dim:field[@element='identifier'
>  
> and @qualifier='uri']"/>']);
> }
> });
> $("#citecounts-scopus 
> a.article-link").click(function(){
> if (_gaq) {
> _gaq.push(['_trackEvent','Citecount 
> links','Scopus article',' select="./mets:dmdSec/mets:mdWrap[@OTHERMDTYPE='DIM']/mets:xmlData/dim:dim/dim:field[@element='identifier'
>  
> and @qualifier='uri']"/>']);
> }
> });
> }
> }
> }
> }
>
> runSearch = function() {
> //setting defaults
> sciverse.setApiKey("*REPLACE-THIS-WITH-YOUR-SCOPUS-API-KEY*");
> sciverse.setCallback(callbackCitedbycount);
>
> //setting search query
> var strQuery = 
> "DOI( select="./mets:dmdSec/mets:mdWrap[@OTHERMDTYPE='DIM']/mets:xmlData/dim:dim/dim:field[@element='identifier'
>  
> and @qualifier='doi']"/>)";
>
> var varSearchObj = new searchObj();
> varSearchObj.setSearch(strQuery);
> varSearchObj.setNumResults('1');
>
> //launching search
> try {
> sciverse.runSearch(varSearchObj);
> } catch(err) { }
> };
> runAfterJSImports.add(runSearch);
> 
> 
>
> And then paste the code in *bold* where you want the scopus citation 
> count to appear. In our case, I put it under the citation field (I assumed 

[dspace-tech] Re: How to show data in Author Bibliometrics

2019-08-21 Thread Rakhi Batra - Assistant Manager Publication
Hey Anda,
Have you found any solution to this? 

On Thursday, May 16, 2019 at 8:40:39 PM UTC+5, Anda wrote:
>
> Hello,
>
> I wants to display author total citation count, works indexed, H-index and 
> else things... (FOE publications Scopus is working)
> Like in test DSpace-Cris system:
>
> But I don't know what I need do. We have empty field:
>  
> Please guide me.
>
> Thanks in advice!
>
> Anda
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/f9152dbb-f176-4a84-87dd-669d52518f99%40googlegroups.com.