diff --git a/content/post/2018-02.md b/content/post/2018-02.md index 472ab9453..56f3d89ac 100644 --- a/content/post/2018-02.md +++ b/content/post/2018-02.md @@ -395,3 +395,22 @@ dspace=# commit; - We can use this to build a controlled vocabulary of ORCID IDs for new item submissions - I don't know how to add ORCID IDs to existing items yet... some more querying of PostgreSQL for authority values perhaps? - I added the script to the [ILRI DSpace wiki on GitHub](https://github.com/ilri/DSpace/wiki/Scripts) + +## 2018-02-12 + +- Follow up with Atmire on the [DSpace 5.8 Compatibility ticket](https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=560) to ask again if they want me to send them a DSpace 5.8 branch to work on +- Abenet asked if there was a way to get the number of submissions she and Bizuwork did +- I said that the Atmire Workflow Statistics module was supposed to be able to do that +- We had tried it in [June, 2017]({{< relref "2017-06.md" >}}) and found that it didn't work +- Atmire sent us some fixes but they didn't work either +- I just tried the branch with the fixes again and it indeed does not work: + +![Atmire Workflow Statistics No Data Available](/cgspace-notes/2018/02/atmire-workflow-statistics.png) + +- I see that in [April, 2017]({{< relref "2017-04.md" >}}) I just used a SQL query to get a user's submissions by checking the `dc.description.provenance` field +- So for Abenet, I can check her submissions in December, 2017 with: + +``` +dspace=# select * from metadatavalue where resource_type_id=2 and metadata_field_id=28 and text_value ~ '^Submitted.*yabowork.*2017-12.*'; +``` + diff --git a/docs/2018-02/index.html b/docs/2018-02/index.html index 3b21451ed..4fb908aa9 100644 --- a/docs/2018-02/index.html +++ b/docs/2018-02/index.html @@ -57,7 +57,7 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl "@type": "BlogPosting", "headline": "February, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-02/", - "wordCount": "2666", + "wordCount": "2812", "datePublished": "2018-02-01T16:28:54+02:00", "dateModified": "2018-02-11T18:21:39+02:00", "author": { @@ -563,6 +563,27 @@ dspace=# commit;
  • I added the script to the ILRI DSpace wiki on GitHub
  • +

    2018-02-12

    + + + +

    Atmire Workflow Statistics No Data Available

    + + + +
    dspace=# select * from metadatavalue where resource_type_id=2 and metadata_field_id=28 and text_value ~ '^Submitted.*yabowork.*2017-12.*';
    +
    + diff --git a/docs/2018/02/atmire-workflow-statistics.png b/docs/2018/02/atmire-workflow-statistics.png new file mode 100644 index 000000000..d593de879 Binary files /dev/null and b/docs/2018/02/atmire-workflow-statistics.png differ diff --git a/static/2018/02/atmire-workflow-statistics.png b/static/2018/02/atmire-workflow-statistics.png new file mode 100644 index 000000000..d593de879 Binary files /dev/null and b/static/2018/02/atmire-workflow-statistics.png differ