[dspace-tech] External RSS as if it was a submission process in Dspace?

2018-04-16 Thread Hugo Carlos
Hello!
Is it possible to use an RSS feed (a custom scopus feed that notifies me of 
new indexed publications from my institution for example), to automatically 
create the records of that RSS in Dpsace records? As if the RSS feed inject 
itens as a submission process? So would the operator could just check the 
items before they are made public? 
I do not have knowledge about RSS. Just a thought.

Regards

-- 
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 6.2 with collection home page too slow to load if items have lots of bitsteams

2018-04-03 Thread Hugo Carlos
Hi,

I think we had similar issues with xmlui at the exhibition of some itens we 
imported from scopus, where there are a large group of author (2000 people 
at the CERN workgroup, for example,as you can see from the attached image). 
We had modified the item-view.xml to look only for 3 of the author. (as 
seen in second image with the same registry), and it apparently solved the 
issue of performance when to exhibit those itens. Maybe if you limit the 
bitstreams to look when xml is building the exhibition could solve your 
issue?






Em quarta-feira, 21 de fevereiro de 2018 19:02:06 UTC-3, Ying Jin escreveu:
>
> Dear All,
>
> We are experiencing a performance issue with DSpace 6.2. Some of our 
> collections will time out/take several minutes to load. They are not big 
> collections, one of them only have 20 items, but each item contains 100+ 
> bitstreams (one PDF in Original bundle and 100+ of JP2 files in customized 
> MASTER bundle which are hidden from end users). The postgresql left so many 
> "idle in transaction" processes that will slow down the overall site. The 
> tomcat begin to take most of the CPU time too.
>
> We used to use 16G of memory for tomcat under v5.x, and the performance 
> has been ok. Now, even I increased to 64G(half of our server memory) under 
> 6.2, the performance didn't improve. 
>
> We are using Tomcat 8.0.13, Java 1.8, Redhat Linux 6.7, and XMLUI. We have 
> about 80+ communities, 280+ collections, 60,000+ items and 490,000 
> bitstreams. 
>
> To determine the cause of the slowness, I duplicate the same collection 
> with two copies. In one collection, I removed all MASTER files and leave 
> PDF only. The other collection, I zipped all MASTER files as one zip file 
> and uploaded with PDF. It turns out they all have no performance issues. 
> Seems like the number of bitstreams will affect the performance.
>
> After turning on the debugging, I got following information. It is too big 
> to upload the whole log so I just put hibernate stat here. 
>
> ==
> The collection has 100+ bitstreams in it
> ==
>
> 2018-02-07 00:43:17,724 DEBUG 
> org.hibernate.stat.internal.ConcurrentStatisticsImpl @ HHH000117: HQL: 
> null, time: 1ms, rows: 1
>
> 2018-02-07 00:43:17,882 INFO  
> org.hibernate.engine.internal.StatisticalLoggingSessionEventListener 
> @ Session Metrics {
>
> 237746 nanoseconds spent acquiring 1 JDBC connections;
>
> 0 nanoseconds spent releasing 0 JDBC connections;
>
> 552698751 nanoseconds spent preparing 48017 JDBC statements;
>
> 12590561333 nanoseconds spent executing 48017 JDBC statements;
>
> 0 nanoseconds spent executing 0 JDBC batches;
>
> 929992 nanoseconds spent performing 52 L2C puts;
>
> 188492 nanoseconds spent performing 10 L2C hits;
>
> 1935100 nanoseconds spent performing 42 L2C misses;
>
> 133422494 nanoseconds spent executing 2 flushes (flushing a total of 
> 43868 entities and 58348 collections);
>
> 562373235433 nanoseconds spent executing 20136 partial-flushes 
> (flushing a total of 235915143 entities and 235915143 collections)
>
> }
>
> 2018-02-07 00:43:17,884 INFO  
> org.hibernate.engine.internal.StatisticalLoggingSessionEventListener 
> @ Session Metrics {
>
> 0 nanoseconds spent acquiring 0 JDBC connections;
>
> 0 nanoseconds spent releasing 0 JDBC connections;
>
> 0 nanoseconds spent preparing 0 JDBC statements;
>
> 0 nanoseconds spent executing 0 JDBC statements;
>
> 0 nanoseconds spent executing 0 JDBC batches;
>
> 0 nanoseconds spent performing 0 L2C puts;
>
> 0 nanoseconds spent performing 0 L2C hits;
>
> 0 nanoseconds spent performing 0 L2C misses;
>
> 0 nanoseconds spent executing 0 flushes (flushing a total of 0 
> entities and 0 collections);
>
> 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 
> 0 entities and 0 collections)
>
> }
>
> =
>
> The collection has PDF only
> =
>
> 2018-02-17 20:30:27,534 INFO  
> org.hibernate.engine.internal.StatisticalLoggingSessionEventListener 
> @ Session Metrics {
>
> 341778 nanoseconds spent acquiring 1 JDBC connections;
>
> 0 nanoseconds spent releasing 0 JDBC connections;
>
> 15974134 nanoseconds spent preparing 1189 JDBC statements;
>
> 271327429 nanoseconds spent executing 1189 JDBC statements;
>
> 0 nanoseconds spent executing 0 JDBC batches;
>
> 717412 nanoseconds spent performing 45 L2C puts;
>
> 3906724 nanoseconds spent performing 247 L2C hits;
>
> 2081066 nanoseconds spent performing 855 L2C misses;
>
> 6829028 nanoseconds spent executing 2 flushes (flushing a total of 
> 3916 entities and 5072 collections);
>
> 578786157 nanoseconds spent executing 261 partial-flushes (flushing a 
> total of 345641 entities and 345641 collections)
>
> }
>
> .
>
>
> 2018-02-17 20:30:27,536 INFO  
> org.hibernate.engine.internal.StatisticalLoggingSessionEventListener 
> @ Session Metrics {
>
> 120941 nanoseconds spent acquiring 1 JDBC con

[dspace-tech] Icon next to authorities names

2018-02-19 Thread Hugo Carlos
Hello! Guys, I have seen that some repositories have an icon of the 
researcher's institution next to their name in the DSpace.

How to achieve this? I saw several repositories have this interesting 
visual resource that facilitates identification of which author belongs to 
the institution, according to the example below. However, unfortunately I 
do not even know the name of this feature to search google correctly. Could 
anyone help?

Example:



























== in portuguese: 

Olá! Pessoal, tenho visto que alguns repositórios possuem um ícone da 
instituição do pesquisador ao lado do seu nome no Dspace.

Como conseguir isso? Vi vários repositórios terem esse interessante recurso 
visual que facilita identificação de qual o autor pertencente a 
instituição, conforme exemplo abaixo. Porem, infelizmente não sei nem ao 
menos o nome desse recurso para buscar no google corretamente. Alguém 
poderia ajudar?

-- 
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: RIS bibliography format from SCOPUS direct to DSPACE 6 using Bibliographic Transformation Engine BTE

2018-02-19 Thread Hugo Carlos
For detailed solution, on /dspace/bin/ i exec:

sudo ./dspace import -b -m mapFile -e [dsapceusern...@server.com] -c 
[community number, example: 123456789/2 ] -s [your file local]  -i ris



Em sexta-feira, 9 de fevereiro de 2018 11:32:45 UTC-2, Hugo Carlos escreveu:
>
> Hello there!
>
> I am trying to ingest my dspace with RIS metada from Scopus.
>
> First of all I run my search on scopus. Based on results and info from 
> bte.xml I mapped every field name in RIS, BTE and Dublin Core. Then I  
> costumize the RIS tags in fieldmap of BTE RISdataloader bean. Also, I 
> customized the output map to match. Then, I uploaded my ris file using the 
> jspui batch import interface. As result, I obtained an error message, as 
> seem. Any clues?
>
>
>
>
> Error Message
> org.hibernate.LazyInitializationException: could not initialize proxy - no 
> Session
> at org.hibernate.proxy.AbstractLazyInitializer.initialize(
> AbstractLazyInitializer.java:165)
> at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(
> AbstractLazyInitializer.java:286)
> at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(
> JavassistLazyInitializer.java:185)
> at org.dspace.content.Item_$$_jvstfaa_4.getMetadata(Item_$$_jvstfaa_4.java
> )
> at org.dspace.content.DSpaceObjectServiceImpl.getMetadata(
> DSpaceObjectServiceImpl.java:129)
> at org.dspace.content.WorkspaceItemServiceImpl.create(
> WorkspaceItemServiceImpl.java:115)
> at org.dspace.app.itemimport.ItemImportServiceImpl.addItem(
> ItemImportServiceImpl.java:475)
> at org.dspace.app.itemimport.ItemImportServiceImpl.addItems(
> ItemImportServiceImpl.java:338)
> at org.dspace.app.itemimport.ItemImportServiceImpl.addBTEItems(
> ItemImportServiceImpl.java:242)
> at org.dspace.app.itemimport.ItemImportServiceImpl$2.run(
> ItemImportServiceImpl.java:1891)
>
>
>
> 
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>
>
>
> Output Map:
>
>
> 
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>   
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>
>
>  
>
>
>
>
> And yet, it seems to have no effect.
>
>
>
>
>
>
>
>
>

-- 
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: RIS upload: missing fields

2018-02-19 Thread Hugo Carlos
Hi, i had the same issue as you and turned out to be a problem with using 
the JSPUI interface to upload and process my RIS file.  Solved using 
command line to process the data:


https://groups.google.com/forum/#!topic/dspace-tech/wHue7R1txkI


Em terça-feira, 2 de maio de 2017 05:00:34 UTC-3, 
in...@avicenna-research.com escreveu:
>
> Hi All
>
> Searched all over for a solution but could not find anything concrete so 
> hope you all can help:)
>
> I am uploading RIS records downloaded from Scopus and checked the files so 
> be 100% that fields are there (DO, KW, Etc..)
>
> I checked the BTE.XML file and the section on RIS looks OK and below is 
> copy of the lines from the file.
>
> If put the Authors/ Title/ Publisher/ Date of Issue/ Abstract/ Volume but 
> not the Keywords, DOI
>
> I opened a RIS records on Notepad to see if there are weird issues, and 
> the only one I could find, is the Journal titles where the key seems to be 
> T1 and not SO.
>
> Can you guys let me know if I can simply edit the below for instance 
> change  to  and replace to see if that does the trick? If this is 
> the case then I assume I can also add/ remove certain fields (language for 
> instance)
> Thank for any help as this has been driving me up the wall!!
>
> Cheers
>
>
>
>
> 
>
>  class="gr.ekt.bteio.loaders.RISDataLoader">
>
> 
>
> 
>
>  key="TI" value="title" />
>
>  key="DO" value="doi" />
>
>  key="AU" value="authors" />
>
>  key="SO" value="journal" />
>
>  key="PY" value="issued" />
>
>  key="SN" value="jissn" />
>
>  key="PT" value="subtype" />
>
>  key="AB" value="abstract" />
>
>  key="KW" value="subject" />
>
>  key="DO" value="doi" />
>
>  key="PB" value="publisher" />
>
>  key="SN" value="sissn" />
>
>  key="M3" value="type" />
>
>  key="VL" value="volume" />
>
>  key="IS" value="issue" />
>
> 
>
> 
>

-- 
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: RIS bibliography format from SCOPUS direct to DSPACE 6 using Bibliographic Transformation Engine BTE

2018-02-19 Thread Hugo Carlos
Hi, writing to update progress


My problem was solved when I quit from use the JSPUI tool for importing 
metadata and used the command line for doing so. It worked very well

Em sexta-feira, 9 de fevereiro de 2018 11:32:45 UTC-2, Hugo Carlos escreveu:
>
> Hello there!
>
> I am trying to ingest my dspace with RIS metada from Scopus.
>
> First of all I run my search on scopus. Based on results and info from 
> bte.xml I mapped every field name in RIS, BTE and Dublin Core. Then I  
> costumize the RIS tags in fieldmap of BTE RISdataloader bean. Also, I 
> customized the output map to match. Then, I uploaded my ris file using the 
> jspui batch import interface. As result, I obtained an error message, as 
> seem. Any clues?
>
>
>
>
> Error Message
> org.hibernate.LazyInitializationException: could not initialize proxy - no 
> Session
> at org.hibernate.proxy.AbstractLazyInitializer.initialize(
> AbstractLazyInitializer.java:165)
> at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(
> AbstractLazyInitializer.java:286)
> at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(
> JavassistLazyInitializer.java:185)
> at org.dspace.content.Item_$$_jvstfaa_4.getMetadata(Item_$$_jvstfaa_4.java
> )
> at org.dspace.content.DSpaceObjectServiceImpl.getMetadata(
> DSpaceObjectServiceImpl.java:129)
> at org.dspace.content.WorkspaceItemServiceImpl.create(
> WorkspaceItemServiceImpl.java:115)
> at org.dspace.app.itemimport.ItemImportServiceImpl.addItem(
> ItemImportServiceImpl.java:475)
> at org.dspace.app.itemimport.ItemImportServiceImpl.addItems(
> ItemImportServiceImpl.java:338)
> at org.dspace.app.itemimport.ItemImportServiceImpl.addBTEItems(
> ItemImportServiceImpl.java:242)
> at org.dspace.app.itemimport.ItemImportServiceImpl$2.run(
> ItemImportServiceImpl.java:1891)
>
>
>
> 
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>
>
>
> Output Map:
>
>
> 
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>   
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>
>
>  
>
>
>
>
> And yet, it seems to have no effect.
>
>
>
>
>
>
>
>
>

-- 
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: RIS upload: missing fields

2018-02-09 Thread Hugo Carlos
Hi, I am having the same trouble here. If I change the Key for journal 
title, or article title it works fine. But if I add keys to the mapping, 
everything crashes. It is frustrating because I follow all the instructions 
with no results.



Em terça-feira, 2 de maio de 2017 05:00:34 UTC-3, 
in...@avicenna-research.com escreveu:
>
> Hi All
>
> Searched all over for a solution but could not find anything concrete so 
> hope you all can help:)
>
> I am uploading RIS records downloaded from Scopus and checked the files so 
> be 100% that fields are there (DO, KW, Etc..)
>
> I checked the BTE.XML file and the section on RIS looks OK and below is 
> copy of the lines from the file.
>
> If put the Authors/ Title/ Publisher/ Date of Issue/ Abstract/ Volume but 
> not the Keywords, DOI
>
> I opened a RIS records on Notepad to see if there are weird issues, and 
> the only one I could find, is the Journal titles where the key seems to be 
> T1 and not SO.
>
> Can you guys let me know if I can simply edit the below for instance 
> change  to  and replace to see if that does the trick? If this is 
> the case then I assume I can also add/ remove certain fields (language for 
> instance)
> Thank for any help as this has been driving me up the wall!!
>
> Cheers
>
>
>
>
> 
>
>  class="gr.ekt.bteio.loaders.RISDataLoader">
>
> 
>
> 
>
>  key="TI" value="title" />
>
>  key="DO" value="doi" />
>
>  key="AU" value="authors" />
>
>  key="SO" value="journal" />
>
>  key="PY" value="issued" />
>
>  key="SN" value="jissn" />
>
>  key="PT" value="subtype" />
>
>  key="AB" value="abstract" />
>
>  key="KW" value="subject" />
>
>  key="DO" value="doi" />
>
>  key="PB" value="publisher" />
>
>  key="SN" value="sissn" />
>
>  key="M3" value="type" />
>
>  key="VL" value="volume" />
>
>  key="IS" value="issue" />
>
> 
>
> 
>

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