[dspace-tech] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2018-02-28 Thread shader j
*موقع اليوتيوب الذي عرض فيديوهات جلسة استماع الكونجرس الأمريكي *

* لمتابعة نشاطات غسل الأموال ونشاطات*



*السعودي معن عبدالواحد الصانع*

*مالك مستشفى  وشركة سعد  ومدارس سعد بالمنطقة الشرقية** بالسعودية * * ورئيس
مجلس ادارة بنك اوال البحريني*



 *وتعليق محطة سي ان بي سي التلفزيونية*



*مترجم باللغة العربية*



US Congressional Hearing of

 Saudi billionaire" maan  Al Sanea "

 and Money Laundering

with bank of America



With Arabic Subtitles





http://www.youtube.com/watch?v=mIBNnQvhU8s

-- 
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] Re: Notes on PostgreSQL connection pooling with a Tomcat JNDI resource

2018-02-28 Thread Alan Orth
Thanks, Tom!

Those indexes really seem to help on the XMLUI /submissions page. For
example, on my production server I just tried to clear 22 old unfinished
submissions and it took about five minutes to finish. Then, while the
server was processing those operations, I used this query from the
PostgreSQL 9.5 docs[0] to capture some snapshots of the PostgreSQL locks:

SELECT * FROM pg_locks pl LEFT JOIN pg_stat_activity psa ON pl.pid =
psa.pid;

I observed a growing number of locks — 500, 800, and eventually 2,000 —
during the process, most of which were on the resourcepolicy and
metadatavalue tables, ie:

SELECT * FROM resourcepolicy WHERE resource_type_id= $1 AND resource_id= $2
AND action_id= $3
SELECT * FROM MetadataValue WHERE resource_id= $1 and resource_type_id = $2
ORDER BY metadata_field_id, place

During normal DSpace usage it seems that the number of locks is usually
around 100 or 200.

I applied the indexes from DS-3636[1] on my test server and tried the same
operation and it finished almost instantly. This pull request is a no
brainer in my opinion—I would recommend reviving the dialog around it on
Jira and GitHub. For reference, I've uploaded one of the logs of 2,000
locks that I recorded during this process[2].

[0] https://www.postgresql.org/docs/9.5/static/view-pg-locks.html
[1] https://github.com/DSpace/DSpace/pull/1791
[2] https://gist.github.com/alanorth/3c4fea2a277abfa4c816d66d9c795100

Regards,

On Tue, Feb 27, 2018 at 5:34 PM Tom Desair  wrote:

> Some other useful configuration options you can use in combination with
> the "removeAbandoned='true'" setting:
>
>- abandonWhenPercentageFull: Only start cleaning up abandoned
>connections if the pool is used for more than X %.
>- jdbcInterceptors="ResetAbandonedTimer": Make sure the "abondoned"
>timer is reset every time there is activity on a connection
>
>
> https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Tomcat_JDBC_Enhanced_Attributes
>
> @Alan, can you check if any of these indexes improves the performance of
> that query:
> https://github.com/DSpace/DSpace/pull/1791/files#diff-5244ef3f861b63643134797c3866e16a
> ?
>
>
>
> [image: logo] Tom Desair
> 250-B Suite 3A, Lucius Gordon Drive, West Henrietta, NY 14586
> 
> Gaston Geenslaan 14, Leuven 3001, Belgium
> 
> www.atmire.com
> 
>
> 2018-02-27 14:48 GMT+01:00 Alan Orth :
>
>> Hello,
>>
>> *The JDBC pool parameter removeAbandoned='true' absolutely solves the
>> idle in transaction issue*.
>>
>> However! In the past two weeks since I enabled it, I notice that we don't
>> have any "idle in transaction" connections in pg_stat_activity anymore—and
>> only a handful of active connections at any given time. The default timeout
>> is to prune "abandoned" connections after 60 seconds, which doesn't seem to
>> be a problem except on the XMLUI submissions page. One user with many
>> (thousands?) of submissions says this page is very slow and experiences
>> "Socket closed" errors eventually. This is presumably PostgreSQL killing
>> his connection. I've tried increasing this to 90 and even 180 seconds, but
>> it doesn't help. What is happening on the /submissions page?
>>
>> Anyways, as an experiment, this morning I turned off the
>> removeAbandoned='true' setting on the JDBC pool and within a few hours
>> DSpace was down and there were 200 "idle in transaction" connections again.
>> *sigh* For what it's worth, pg_stat_activity shows 100 "idle in
>> transaction" connections running the following query:
>>
>> SELECT * FROM resourcepolicy WHERE resource_type_id= $1 AND resource_id=
>> $2 AND action_id= $3
>>
>> I'm hoping for some insight on what this query is, and about the XMLUI
>> submissions page being slow! Again, we're running DSpace 5.5, PostgreSQL
>> 9.5.11, and XMLUI with ~70,000 items.
>>
>> Thanks,
>>
>> On Sat, Feb 10, 2018 at 5:13 PM Alan Orth  wrote:
>>
>>> Tim,
>>>
>>> Any idea why DSpace thinks those connections are busy when PostgreSQL
>>> itself reports them as idle?
>>>
>>> In order to try to understand the traffic that is coming in I wrote a
>>> Munin plugin[0] that uses JMX to monitor the number of active sessions in
>>> DSpace applications (REST doesn't appear to create sessions). From that
>>> it's clear that we have quite a lot of traffic sometimes, with nearly 1500
>>> active sessions sometimes (see attached)! We aggressively add bot user
>>> agents to Tomcat's Crawler Session Manager Valve so all of these bots like
>>> Google, Bing, and Baidu that browse from fifty IP addresses concurrently
>>> get lumped into one JSESSIONID.
>>>
>>> In any case I've adjusted my JDBC pool parameters to include the
>>> parameters removeAbandoned='true' and testOnReturn='true' in addi

Re: [dspace-tech] Managing and archiving bachelor and master theses and related records

2018-02-28 Thread Monika Mevenkamp
Hi Claudia 

we are moving this year to collecting Undergraduate Senior Thesis with Vireo 3. 
This is after using DSPACE itself and having department administrators upload 
thesis on behalf of students for a couple years. The administrators viewed this 
as annoying extra work. Last year we used a custom Sharepoint side where 
students could self submit. The administrators could go there and just review 
thesis. The drawback - the system was fragile (we didn’t have the right in 
house tech/developer people) and the system proved to be fragile and hard to 
maintain. Now we are on our third iteration using Vireo.

We had to modify Vireo for our purposes. One mayor difference to the ‘normal’ 
Vireo use is that we pre populate submission  with student names, department, 
and advisor (where known) from a spreadsheet we get from the registrars office. 
 We configure department administrators such that, when they log in they only 
see the submissions send into their department. This required a code change in 
Vireo. We had a need for collecting additional metadata that was not 
anticipated in the standard Vireo interface. In some cases all we had to change 
was labels, in others we had to move fields between forms presented in 
submission steps. I probably forget other changes here ..  Our UX office 
reviewed the application and we easily passed A11Y review.

When the submission period ends, and administrators are done with their 
reviews, we will export submissions to the file system and combine with 
restriction request data that Princeton collects in a Sharepoint system. We 
have not done this yet. The general idea is export, probably using the DSPACE 
exporter from Vireo, get a spreadsheet from the Sharepoint data, write a bit of 
code to add restriction information to the relevant AIPs and then import into 
our DSpace IR. 

Vireo 3 relies on an old play framework. Vireo 4 is being developed as we 
speak. It is a total rewrite and will offer additional functionality. The user 
interface itself looks remarkably the same. Vireo has a strong administrator 
interface, aka a non technical person can 
configure which fields to make optional, required, or invisible in submission 
forms, 
associate users to departments or colleges, 
can manage roles like REVIEWER, STUDENT, NONE.   
close or open the system to submissions by students, 
define the list of departments, 
define email templates. 

There is a nice module that can define email rules along the lines of: IF 
something is submitted then send an email based on this template to all emails 
configured with the related department and also send an email to the advisor 
using  the ADVISOR template.  

I highly recommend checking out Vireo. I found the code of Vireo 3 well written 
and fairly easy to figure out and modify. 

Monika 

 
Monika Mevenkamp
mo.me...@gmail.com

http://mo-meven.tumblr.com/
http://mcmprogramming.com/mo.meven/



> On Feb 28, 2018, at 8:51 AM, Claudia Jürgen  
> wrote:
> 
> Hi all,
> 
> I was just wondering if anyone uses DSpace (or other software) for some
> tasks of the registrar's office?
> Primary with regards to bachelor and master theses,  but targeting
> archiving and documentation rather than publication.
> Beginning from the time a student finishes the thesis and keeping
> everything "digital". The review process, the approval/disapproval of
> advisor ...
> Afterwards keeping theses and  the related records in electronic form as
> long as it is obligatory.
> Here in Germany that is between 5 and 50 years depending on the material.
> This is a huge amount of files for the registrar's offices to manage
> conventionally in paper,
> especially with the move from diploma to bachelor and master.
> 
> Sunny greetings
> 
> Claudia Jürgen
> 
> --
> 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 d

[dspace-tech] Managing and archiving bachelor and master theses and related records

2018-02-28 Thread Claudia Jürgen

Hi all,

I was just wondering if anyone uses DSpace (or other software) for some
tasks of the registrar's office?
Primary with regards to bachelor and master theses,  but targeting
archiving and documentation rather than publication.
Beginning from the time a student finishes the thesis and keeping
everything "digital". The review process, the approval/disapproval of
advisor ...
Afterwards keeping theses and  the related records in electronic form as
long as it is obligatory.
Here in Germany that is between 5 and 50 years depending on the material.
This is a huge amount of files for the registrar's offices to manage
conventionally in paper,
especially with the move from diploma to bachelor and master.

Sunny greetings

Claudia Jürgen

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

--
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] Sherpa-romeo configuring

2018-02-28 Thread gonzalo santana
Hello Andrea

I am sending a manual submission and i have author, journal title, journal
name, issn and doi. I am using a dc.identifier.issn to store the ISSN.

Cheers
Gonzalo

2018-02-27 16:49 GMT+00:00 Bollini Andrea :

> Sherpa-Romeo appears only when you have an ISSN in the submission, do you
> have it? are you using an item metadata to store the ISSN or are you using
> the journal entity as authority?
>
> The sherpa.xml spring file define how the issn is found in the submission
> item
>
> https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/
> dspace/config/spring/api/sherpa.xml
>
> the default looks for a standard item metadata but you can use this class
>
> https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/
> dspace-cris/api/src/main/java/org/dspace/app/cris/sherpa/
> submit/CrisISSNExtractor.java
>
> to lookup for virtual metadata (i.e. metadata of the journal entity linked
> by the item)
> Hope this help,
> Andrea
>
> Il 27/02/2018 16:25, gonzalo perl ha scritto:
>
>
> Hello everybody
>
> I am trying to configuring Sherpa integration in dspace-cris jspui. I have
> uncommented the dspace.cfg line and have changed the value to true
>
> 
> webui.submission.sherparomeo-policy-enabled = true
> 
>
> and i have add my apy-key
>
> 
> sherpa.romeo.apikey =
> #
>
> But in the submission process, i can not see the sherpa api into
> dspace-cris.
>
> ¿Any idea?
>
> Regards
> Gonzalo
>
>
>
> --
> 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
> 
> .
>
>
> --
> Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non
> infetto.
> Clicca qui per segnalarlo come spam.
> 
>
>
> --
> Andrea Bollini
> Chief Technology and Innovation Officer
>
> 4Science,  www.4science.it
> office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy 
> 
> mobile: +39 333 934 1808 <+39%20333%20934%201808>
> skype: a.bollini
> linkedin: andreabollini
> orcid: -0002-9029-1854
>
> an Itway Group Company
> Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates
>
> --
> This message has been checked by Libra ESVA and is believed to be clean.
>

-- 
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] Adding / editing / deleting a field globally

2018-02-28 Thread hussain . haleem
Dear Sir / Madam,
We are in the process of creating a digital repository at Maldives national 
University using the Dspace software.
We have the following questions as our short training didi not cover the 
following aspects.
As we only know to enter records individually w would like to explore the 
following.
1- Can we add an information to all the records globally (all at once)
2- Can we delete an information from all records globally
3- Can we change the date format as we are using Dhivehi (our mother 
language) which is similar to arabic and we write from right to left.
If you could guide us to the right document or to the right forum we would 
appreciate.
Thank you

-- 
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] Order by/ Sort by an integer column

2018-02-28 Thread Andrea
Hi everyone, 
is there a way to sort a column that contains only integer values? 
Because if i apply the normal sort option it compare 2 string and sort the 
values like 1, 11, 18, 2, 21, 3... 
Thanks everyone for the help.
Andrea 

-- 
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: Import Items via Simple Format with ORCID

2018-02-28 Thread Stefanie Behnke
Dear Angélica,

that is exactly my problem, did you manage it in the meanwhile?

Thanks for your help,
best regards
Stefanie

Am Montag, 2. Oktober 2017 19:59:28 UTC+2 schrieb Angélica Landaverde:
>
> I am trying to import 2,000 ítems vía Simple Archive Format then I have a 
> file dublin_core.xml for each ítem. The format is like this: 
>
> 
> 
> MX
>  language="es_MX">Castillo M. , M. Liliana
>  language="">2012-10-05
> Comunidad 
> de alumnos y profesores dedicada a la formación en base a las tecnologías 
> de la información
> .mp4
>  language="es_MX">00:26:14
> spa
> TICS
>  language="es_MX">Conferencia
> 
>
>
> I need to import with ORCID for the author but I don´t know the correct 
> format. For example I have tried with different options but all consider 
> ORCID like the name string of the author.
>
> Someone knows how I can do this?
>
> Thank you for your attention.
>

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