From e64491ce312f97df3213fec400a4d11783def02f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 5 Jun 2017 18:16:30 +0300 Subject: [PATCH] Add notes for 2017-06-05 --- content/post/2017-06.md | 20 ++- public/2015-11/index.html | 4 +- public/2015-12/index.html | 4 +- public/2016-01/index.html | 4 +- public/2016-02/index.html | 4 +- public/2016-03/index.html | 4 +- public/2016-04/index.html | 4 +- public/2016-05/index.html | 4 +- public/2016-06/index.html | 4 +- public/2016-07/index.html | 4 +- public/2016-08/index.html | 4 +- public/2016-09/index.html | 4 +- public/2016-10/index.html | 4 +- public/2016-11/index.html | 4 +- public/2016-12/index.html | 4 +- public/2017-01/index.html | 4 +- public/2017-02/index.html | 4 +- public/2017-03/index.html | 4 +- public/2017-04/index.html | 4 +- public/2017-05/index.html | 4 +- public/2017-06/index.html | 238 ++++++++++++++++++++++++++++ public/index.html | 22 +-- public/index.xml | 20 +-- public/page/2/index.html | 4 +- public/post/index.html | 22 +-- public/post/index.xml | 20 +-- public/post/page/2/index.html | 4 +- public/robots.txt | 2 +- public/sitemap.xml | 14 +- public/tags/index.xml | 4 +- public/tags/notes/index.html | 22 +-- public/tags/notes/index.xml | 20 +-- public/tags/notes/page/2/index.html | 4 +- 33 files changed, 374 insertions(+), 118 deletions(-) create mode 100644 public/2017-06/index.html diff --git a/content/post/2017-06.md b/content/post/2017-06.md index 0e8e69d38..d52d30ae8 100644 --- a/content/post/2017-06.md +++ b/content/post/2017-06.md @@ -1,5 +1,5 @@ +++ -date = "2017-05-01T10:14:52+03:00" +date = "2017-06-01T10:14:52+03:00" author = "Alan Orth" title = "June, 2017" tags = ["Notes"] @@ -23,3 +23,21 @@ tags = ["Notes"] - Run all system updates on DSpace Test and reboot the server - After rebooting the server (and therefore restarting Tomcat) the new metadata field is available - I've sent a message to the dspace-tech mailing list to ask if this is a bug and whether I should file a Jira ticket + +## 2016-06-05 + +- Rename WLE's "Research Themes" sub-community to "WLE Phase I Research Themes" on DSpace Test so Macaroni Bros can continue their testing +- Macaroni Bros tested it and said it's fine, so I renamed it on CGSpace as well +- Working on how to automate the extraction of the CIAT Book chapters, doing some magic in OpenRefine to extract page from–to from cg.identifier.url and dc.format.extent, respectively: + - cg.identifier.url: `value.split("page=", "")[1]` + - dc.format.extent: `value.replace("p. ", "").split("-")[1].toNumber() - value.replace("p. ", "").split("-")[0].toNumber()` +- Finally, after some filtering to see which small outliers there were (based on dc.format.extent using "p. 1-14" vs "29 p."), create a new column with last page number: + - `cells["dc.page.from"].value.toNumber() + cells["dc.format.pages"].value.toNumber()` +- Then create a new, unique file name to be used in the output, based on a SHA1 of the dc.title and with a description: + - dc.page.to: `value.split(" ")[0].replace(",","").toLowercase() + "-" + sha1(value).get(1,9) + ".pdf__description:" + cells["dc.type"].value` +- Start processing 769 records after filtering the following (there are another 159 records that have some other format, or for example they have their own PDF which I will process later), using a modified `generate-thumbnails.py` script to read certain fields and then pass to GhostScript: + - cg.identifier.url: `value.contains("page=")` + - dc.format.extent: `or(value.contains("p. "),value.contains(" p."))` + - Command like: `$ gs -dNOPAUSE -dBATCH -dFirstPage=14 -dLastPage=27 -sDEVICE=pdfwrite -sOutputFile=beans.pdf -f 12605-1.pdf` +- 17 of the items have issues with incorrect page number ranges, and upon closer inspection they do not appear in the referenced PDF +- I've flagged them and proceeded without them diff --git a/public/2015-11/index.html b/public/2015-11/index.html index 411620986..f6cce824b 100644 --- a/public/2015-11/index.html +++ b/public/2015-11/index.html @@ -300,9 +300,9 @@ db.statementpool = true
    -
  1. May, 2017
  2. +
  3. June, 2017
  4. -
  5. June, 2017
  6. +
  7. May, 2017
  8. April, 2017
  9. diff --git a/public/2015-12/index.html b/public/2015-12/index.html index 9165195a8..24393adf4 100644 --- a/public/2015-12/index.html +++ b/public/2015-12/index.html @@ -317,9 +317,9 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
      -
    1. May, 2017
    2. +
    3. June, 2017
    4. -
    5. June, 2017
    6. +
    7. May, 2017
    8. April, 2017
    9. diff --git a/public/2016-01/index.html b/public/2016-01/index.html index f2df7ba64..f0d971124 100644 --- a/public/2016-01/index.html +++ b/public/2016-01/index.html @@ -232,9 +232,9 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} \; | so
        -
      1. May, 2017
      2. +
      3. June, 2017
      4. -
      5. June, 2017
      6. +
      7. May, 2017
      8. April, 2017
      9. diff --git a/public/2016-02/index.html b/public/2016-02/index.html index 630a91150..9a8a2d504 100644 --- a/public/2016-02/index.html +++ b/public/2016-02/index.html @@ -485,9 +485,9 @@ Bitstream: tést señora alimentación.pdf
          -
        1. May, 2017
        2. +
        3. June, 2017
        4. -
        5. June, 2017
        6. +
        7. May, 2017
        8. April, 2017
        9. diff --git a/public/2016-03/index.html b/public/2016-03/index.html index 7aeff6bd0..080f6e1f0 100644 --- a/public/2016-03/index.html +++ b/public/2016-03/index.html @@ -385,9 +385,9 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
            -
          1. May, 2017
          2. +
          3. June, 2017
          4. -
          5. June, 2017
          6. +
          7. May, 2017
          8. April, 2017
          9. diff --git a/public/2016-04/index.html b/public/2016-04/index.html index 443ba48a7..9cee050ad 100644 --- a/public/2016-04/index.html +++ b/public/2016-04/index.html @@ -602,9 +602,9 @@ dspace.log.2016-04-27:7271
              -
            1. May, 2017
            2. +
            3. June, 2017
            4. -
            5. June, 2017
            6. +
            7. May, 2017
            8. April, 2017
            9. diff --git a/public/2016-05/index.html b/public/2016-05/index.html index b6ffb4578..9f59934be 100644 --- a/public/2016-05/index.html +++ b/public/2016-05/index.html @@ -452,9 +452,9 @@ sys 0m20.540s
                -
              1. May, 2017
              2. +
              3. June, 2017
              4. -
              5. June, 2017
              6. +
              7. May, 2017
              8. April, 2017
              9. diff --git a/public/2016-06/index.html b/public/2016-06/index.html index 94355a7a1..114fce4f5 100644 --- a/public/2016-06/index.html +++ b/public/2016-06/index.html @@ -497,9 +497,9 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
                  -
                1. May, 2017
                2. +
                3. June, 2017
                4. -
                5. June, 2017
                6. +
                7. May, 2017
                8. April, 2017
                9. diff --git a/public/2016-07/index.html b/public/2016-07/index.html index 736109411..dfe282c9f 100644 --- a/public/2016-07/index.html +++ b/public/2016-07/index.html @@ -415,9 +415,9 @@ discovery.index.authority.ignore-variants=true
                    -
                  1. May, 2017
                  2. +
                  3. June, 2017
                  4. -
                  5. June, 2017
                  6. +
                  7. May, 2017
                  8. April, 2017
                  9. diff --git a/public/2016-08/index.html b/public/2016-08/index.html index 9f23015ab..b5a2a4827 100644 --- a/public/2016-08/index.html +++ b/public/2016-08/index.html @@ -488,9 +488,9 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/b
                      -
                    1. May, 2017
                    2. +
                    3. June, 2017
                    4. -
                    5. June, 2017
                    6. +
                    7. May, 2017
                    8. April, 2017
                    9. diff --git a/public/2016-09/index.html b/public/2016-09/index.html index 09eef6d13..b7219b4c6 100644 --- a/public/2016-09/index.html +++ b/public/2016-09/index.html @@ -788,9 +788,9 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
                        -
                      1. May, 2017
                      2. +
                      3. June, 2017
                      4. -
                      5. June, 2017
                      6. +
                      7. May, 2017
                      8. April, 2017
                      9. diff --git a/public/2016-10/index.html b/public/2016-10/index.html index 5fba87010..9ace8f77a 100644 --- a/public/2016-10/index.html +++ b/public/2016-10/index.html @@ -474,9 +474,9 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'http:
                          -
                        1. May, 2017
                        2. +
                        3. June, 2017
                        4. -
                        5. June, 2017
                        6. +
                        7. May, 2017
                        8. April, 2017
                        9. diff --git a/public/2016-11/index.html b/public/2016-11/index.html index 846601718..64e4cd0cc 100644 --- a/public/2016-11/index.html +++ b/public/2016-11/index.html @@ -690,9 +690,9 @@ org.dspace.discovery.SearchServiceException: Error executing query
                            -
                          1. May, 2017
                          2. +
                          3. June, 2017
                          4. -
                          5. June, 2017
                          6. +
                          7. May, 2017
                          8. April, 2017
                          9. diff --git a/public/2016-12/index.html b/public/2016-12/index.html index e1afbe7dd..b5a7ae233 100644 --- a/public/2016-12/index.html +++ b/public/2016-12/index.html @@ -926,9 +926,9 @@ $ exit
                              -
                            1. May, 2017
                            2. +
                            3. June, 2017
                            4. -
                            5. June, 2017
                            6. +
                            7. May, 2017
                            8. April, 2017
                            9. diff --git a/public/2017-01/index.html b/public/2017-01/index.html index dd50730a9..412776061 100644 --- a/public/2017-01/index.html +++ b/public/2017-01/index.html @@ -471,9 +471,9 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
                                -
                              1. May, 2017
                              2. +
                              3. June, 2017
                              4. -
                              5. June, 2017
                              6. +
                              7. May, 2017
                              8. April, 2017
                              9. diff --git a/public/2017-02/index.html b/public/2017-02/index.html index 4b5290dd5..a36a13d5f 100644 --- a/public/2017-02/index.html +++ b/public/2017-02/index.html @@ -543,9 +543,9 @@ COPY 1968
                                  -
                                1. May, 2017
                                2. +
                                3. June, 2017
                                4. -
                                5. June, 2017
                                6. +
                                7. May, 2017
                                8. April, 2017
                                9. diff --git a/public/2017-03/index.html b/public/2017-03/index.html index d7db4e49a..991b60d92 100644 --- a/public/2017-03/index.html +++ b/public/2017-03/index.html @@ -457,9 +457,9 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
                                    -
                                  1. May, 2017
                                  2. +
                                  3. June, 2017
                                  4. -
                                  5. June, 2017
                                  6. +
                                  7. May, 2017
                                  8. April, 2017
                                  9. diff --git a/public/2017-04/index.html b/public/2017-04/index.html index d1a8d8da6..1c1d74608 100644 --- a/public/2017-04/index.html +++ b/public/2017-04/index.html @@ -736,9 +736,9 @@ $ gem install compass -v 1.0.3
                                      -
                                    1. May, 2017
                                    2. +
                                    3. June, 2017
                                    4. -
                                    5. June, 2017
                                    6. +
                                    7. May, 2017
                                    8. April, 2017
                                    9. diff --git a/public/2017-05/index.html b/public/2017-05/index.html index a2609671f..f2d697658 100644 --- a/public/2017-05/index.html +++ b/public/2017-05/index.html @@ -491,9 +491,9 @@ UPDATE 187
                                        -
                                      1. May, 2017
                                      2. +
                                      3. June, 2017
                                      4. -
                                      5. June, 2017
                                      6. +
                                      7. May, 2017
                                      8. April, 2017
                                      9. diff --git a/public/2017-06/index.html b/public/2017-06/index.html new file mode 100644 index 000000000..dc797f43a --- /dev/null +++ b/public/2017-06/index.html @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + June, 2017 | CGSpace Notes + + + + + + + + + + + + + + + + +
                                        +
                                        + +
                                        +
                                        + +
                                        +
                                        +

                                        CGSpace Notes

                                        +

                                        Documenting day-to-day work on the CGSpace repository.

                                        +
                                        +
                                        + +
                                        +
                                        +
                                        + + + + +
                                        +
                                        +

                                        June, 2017

                                        + +
                                        + + +

                                        2017-06-01

                                        + +
                                          +
                                        • After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes
                                        • +
                                        • The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes
                                        • +
                                        • Then we’ll create a new sub-community for Phase II and create collections for the research themes there
                                        • +
                                        • The current “Research Themes” community will be renamed to “WLE Phase I Research Themes”
                                        • +
                                        • Tagged all items in the current Phase I collections with their appropriate themes
                                        • +
                                        • Create pull request to add Phase II research themes to the submission form: #328
                                        • +
                                        • Add cg.subject.system to CGSpace metadata registry, for subject from the upcoming CGIAR Library migration
                                        • +
                                        + +

                                        2017-06-04

                                        + +
                                          +
                                        • After adding cg.identifier.wletheme to 1106 WLE items I can see the field on XMLUI but not in REST!
                                        • +
                                        • Strangely it happens on DSpace Test AND on CGSpace!
                                        • +
                                        • I tried to re-index Discovery but it didn’t fix it
                                        • +
                                        • Run all system updates on DSpace Test and reboot the server
                                        • +
                                        • After rebooting the server (and therefore restarting Tomcat) the new metadata field is available
                                        • +
                                        • I’ve sent a message to the dspace-tech mailing list to ask if this is a bug and whether I should file a Jira ticket
                                        • +
                                        + +

                                        2016-06-05

                                        + +
                                          +
                                        • Rename WLE’s “Research Themes” sub-community to “WLE Phase I Research Themes” on DSpace Test so Macaroni Bros can continue their testing
                                        • +
                                        • Macaroni Bros tested it and said it’s fine, so I renamed it on CGSpace as well
                                        • +
                                        • Working on how to automate the extraction of the CIAT Book chapters, doing some magic in OpenRefine to extract page from–to from cg.identifier.url and dc.format.extent, respectively: + +
                                            +
                                          • cg.identifier.url: value.split("page=", "")[1]
                                          • +
                                          • dc.format.extent: value.replace("p. ", "").split("-")[1].toNumber() - value.replace("p. ", "").split("-")[0].toNumber()
                                          • +
                                        • +
                                        • Finally, after some filtering to see which small outliers there were (based on dc.format.extent using “p. 1-14” vs “29 p.”), create a new column with last page number: + +
                                            +
                                          • cells["dc.page.from"].value.toNumber() + cells["dc.format.pages"].value.toNumber()
                                          • +
                                        • +
                                        • Then create a new, unique file name to be used in the output, based on a SHA1 of the dc.title and with a description: + +
                                            +
                                          • dc.page.to: value.split(" ")[0].replace(",","").toLowercase() + "-" + sha1(value).get(1,9) + ".pdf__description:" + cells["dc.type"].value
                                          • +
                                        • +
                                        • Start processing 769 records after filtering the following (there are another 159 records that have some other format, or for example they have their own PDF which I will process later), using a modified generate-thumbnails.py script to read certain fields and then pass to GhostScript: + +
                                            +
                                          • cg.identifier.url: value.contains("page=")
                                          • +
                                          • dc.format.extent: or(value.contains("p. "),value.contains(" p."))
                                          • +
                                          • Command like: $ gs -dNOPAUSE -dBATCH -dFirstPage=14 -dLastPage=27 -sDEVICE=pdfwrite -sOutputFile=beans.pdf -f 12605-1.pdf
                                          • +
                                        • +
                                        • 17 of the items have issues with incorrect page number ranges, and upon closer inspection they do not appear in the referenced PDF
                                        • +
                                        • I’ve flagged them and proceeded without them
                                        • +
                                        + + + + + + +
                                        + + + +
                                        + + + + +
                                        +
                                        + + + + + + diff --git a/public/index.html b/public/index.html index 80659636b..339c4fc06 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@ - + @@ -37,7 +37,7 @@ "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2017-05-01T16:21:52+02:00", + "dateModified": "2017-06-01T10:14:52+03:00", "keywords": "notes,", "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." } @@ -97,15 +97,15 @@
                                        -

                                        May, 2017

                                        -

                                        June, 2017

                                        +
                                        - 2017-05-01 ICARDA apparently started working on CG Core on their MEL repository They have done a few cg.* fields, but not very consistent and even copy some of CGSpace items: https://mel.cgiar.org/xmlui/handle/20.500.11766/6911?show=full https://cgspace.cgiar.org/handle/10568/73683 2017-05-02 Atmire got back about the Workflow Statistics issue, and apparently it’s a bug in the CUA module so they will send us a pull request 2017-05-04 Sync DSpace Test with database and assetstore from CGSpace Re-deploy DSpace Test with Atmire’s CUA patch for workflow statistics, run system updates, and restart the server Now I can see the workflow statistics and am able to select users, but everything returns 0 items Megan says there are still some mapped items are not appearing since last week, so I forced a full index-discovery -b Need to remember to check if the collection has more items (currently 39 on CGSpace, but 118 on the freshly reindexed DSPace Test) tomorrow: https://cgspace. - Read more → + 2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we’ll create a new sub-community for Phase II and create collections for the research themes there The current “Research Themes” community will be renamed to “WLE Phase I Research Themes” Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg. + Read more →
                                        @@ -115,14 +115,14 @@
                                        -

                                        June, 2017

                                        -

                                        May, 2017

                                        +
                                        - 2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we’ll create a new sub-community for Phase II and create collections for the research themes there The current “Research Themes” community will be renamed to “WLE Phase I Research Themes” Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg. + 2017-05-01 ICARDA apparently started working on CG Core on their MEL repository They have done a few cg.* fields, but not very consistent and even copy some of CGSpace items: https://mel.cgiar.org/xmlui/handle/20.500.11766/6911?show=full https://cgspace.cgiar.org/handle/10568/73683 2017-05-02 Atmire got back about the Workflow Statistics issue, and apparently it’s a bug in the CUA module so they will send us a pull request 2017-05-04 Sync DSpace Test with database and assetstore from CGSpace Re-deploy DSpace Test with Atmire’s CUA patch for workflow statistics, run system updates, and restart the server Now I can see the workflow statistics and am able to select users, but everything returns 0 items Megan says there are still some mapped items are not appearing since last week, so I forced a full index-discovery -b Need to remember to check if the collection has more items (currently 39 on CGSpace, but 118 on the freshly reindexed DSPace Test) tomorrow: https://cgspace. Read more →
                                        @@ -424,9 +424,9 @@ DELETE 1
                                          -
                                        1. May, 2017
                                        2. +
                                        3. June, 2017
                                        4. -
                                        5. June, 2017
                                        6. +
                                        7. May, 2017
                                        8. April, 2017
                                        9. diff --git a/public/index.xml b/public/index.xml index 0af74591c..8df64ace6 100644 --- a/public/index.xml +++ b/public/index.xml @@ -6,11 +6,20 @@ Recent content on CGSpace Notes Hugo -- gohugo.io en-us - Mon, 01 May 2017 16:21:52 +0200 + Thu, 01 Jun 2017 10:14:52 +0300 + + June, 2017 + https://alanorth.github.io/cgspace-notes/2017-06/ + Thu, 01 Jun 2017 10:14:52 +0300 + + https://alanorth.github.io/cgspace-notes/2017-06/ + 2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we’ll create a new sub-community for Phase II and create collections for the research themes there The current “Research Themes” community will be renamed to “WLE Phase I Research Themes” Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg. + + May, 2017 https://alanorth.github.io/cgspace-notes/2017-05/ @@ -20,15 +29,6 @@ 2017-05-01 ICARDA apparently started working on CG Core on their MEL repository They have done a few cg.* fields, but not very consistent and even copy some of CGSpace items: https://mel.cgiar.org/xmlui/handle/20.500.11766/6911?show=full https://cgspace.cgiar.org/handle/10568/73683 2017-05-02 Atmire got back about the Workflow Statistics issue, and apparently it’s a bug in the CUA module so they will send us a pull request 2017-05-04 Sync DSpace Test with database and assetstore from CGSpace Re-deploy DSpace Test with Atmire’s CUA patch for workflow statistics, run system updates, and restart the server Now I can see the workflow statistics and am able to select users, but everything returns 0 items Megan says there are still some mapped items are not appearing since last week, so I forced a full index-discovery -b Need to remember to check if the collection has more items (currently 39 on CGSpace, but 118 on the freshly reindexed DSPace Test) tomorrow: https://cgspace. - - June, 2017 - https://alanorth.github.io/cgspace-notes/2017-05/ - Mon, 01 May 2017 10:14:52 +0300 - - https://alanorth.github.io/cgspace-notes/2017-05/ - 2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we’ll create a new sub-community for Phase II and create collections for the research themes there The current “Research Themes” community will be renamed to “WLE Phase I Research Themes” Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg. - - April, 2017 https://alanorth.github.io/cgspace-notes/2017-04/ diff --git a/public/page/2/index.html b/public/page/2/index.html index 91eba6d7a..5c7d03c10 100644 --- a/public/page/2/index.html +++ b/public/page/2/index.html @@ -421,9 +421,9 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
                                            -
                                          1. May, 2017
                                          2. +
                                          3. June, 2017
                                          4. -
                                          5. June, 2017
                                          6. +
                                          7. May, 2017
                                          8. April, 2017
                                          9. diff --git a/public/post/index.html b/public/post/index.html index f1ec9f2c5..78c652751 100644 --- a/public/post/index.html +++ b/public/post/index.html @@ -12,7 +12,7 @@ - + @@ -37,7 +37,7 @@ "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2017-05-01T16:21:52+02:00", + "dateModified": "2017-06-01T10:14:52+03:00", "keywords": "notes,", "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." } @@ -97,15 +97,15 @@
                                            -

                                            May, 2017

                                            -

                                            June, 2017

                                            +
                                            - 2017-05-01 ICARDA apparently started working on CG Core on their MEL repository They have done a few cg.* fields, but not very consistent and even copy some of CGSpace items: https://mel.cgiar.org/xmlui/handle/20.500.11766/6911?show=full https://cgspace.cgiar.org/handle/10568/73683 2017-05-02 Atmire got back about the Workflow Statistics issue, and apparently it’s a bug in the CUA module so they will send us a pull request 2017-05-04 Sync DSpace Test with database and assetstore from CGSpace Re-deploy DSpace Test with Atmire’s CUA patch for workflow statistics, run system updates, and restart the server Now I can see the workflow statistics and am able to select users, but everything returns 0 items Megan says there are still some mapped items are not appearing since last week, so I forced a full index-discovery -b Need to remember to check if the collection has more items (currently 39 on CGSpace, but 118 on the freshly reindexed DSPace Test) tomorrow: https://cgspace. - Read more → + 2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we’ll create a new sub-community for Phase II and create collections for the research themes there The current “Research Themes” community will be renamed to “WLE Phase I Research Themes” Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg. + Read more →
                                            @@ -115,14 +115,14 @@
                                            -

                                            June, 2017

                                            -

                                            May, 2017

                                            +
                                            - 2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we’ll create a new sub-community for Phase II and create collections for the research themes there The current “Research Themes” community will be renamed to “WLE Phase I Research Themes” Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg. + 2017-05-01 ICARDA apparently started working on CG Core on their MEL repository They have done a few cg.* fields, but not very consistent and even copy some of CGSpace items: https://mel.cgiar.org/xmlui/handle/20.500.11766/6911?show=full https://cgspace.cgiar.org/handle/10568/73683 2017-05-02 Atmire got back about the Workflow Statistics issue, and apparently it’s a bug in the CUA module so they will send us a pull request 2017-05-04 Sync DSpace Test with database and assetstore from CGSpace Re-deploy DSpace Test with Atmire’s CUA patch for workflow statistics, run system updates, and restart the server Now I can see the workflow statistics and am able to select users, but everything returns 0 items Megan says there are still some mapped items are not appearing since last week, so I forced a full index-discovery -b Need to remember to check if the collection has more items (currently 39 on CGSpace, but 118 on the freshly reindexed DSPace Test) tomorrow: https://cgspace. Read more →
                                            @@ -424,9 +424,9 @@ DELETE 1
                                              -
                                            1. May, 2017
                                            2. +
                                            3. June, 2017
                                            4. -
                                            5. June, 2017
                                            6. +
                                            7. May, 2017
                                            8. April, 2017
                                            9. diff --git a/public/post/index.xml b/public/post/index.xml index 345fdcb21..3e9991f00 100644 --- a/public/post/index.xml +++ b/public/post/index.xml @@ -6,11 +6,20 @@ Recent content in Posts on CGSpace Notes Hugo -- gohugo.io en-us - Mon, 01 May 2017 16:21:52 +0200 + Thu, 01 Jun 2017 10:14:52 +0300 + + June, 2017 + https://alanorth.github.io/cgspace-notes/2017-06/ + Thu, 01 Jun 2017 10:14:52 +0300 + + https://alanorth.github.io/cgspace-notes/2017-06/ + 2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we’ll create a new sub-community for Phase II and create collections for the research themes there The current “Research Themes” community will be renamed to “WLE Phase I Research Themes” Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg. + + May, 2017 https://alanorth.github.io/cgspace-notes/2017-05/ @@ -20,15 +29,6 @@ 2017-05-01 ICARDA apparently started working on CG Core on their MEL repository They have done a few cg.* fields, but not very consistent and even copy some of CGSpace items: https://mel.cgiar.org/xmlui/handle/20.500.11766/6911?show=full https://cgspace.cgiar.org/handle/10568/73683 2017-05-02 Atmire got back about the Workflow Statistics issue, and apparently it’s a bug in the CUA module so they will send us a pull request 2017-05-04 Sync DSpace Test with database and assetstore from CGSpace Re-deploy DSpace Test with Atmire’s CUA patch for workflow statistics, run system updates, and restart the server Now I can see the workflow statistics and am able to select users, but everything returns 0 items Megan says there are still some mapped items are not appearing since last week, so I forced a full index-discovery -b Need to remember to check if the collection has more items (currently 39 on CGSpace, but 118 on the freshly reindexed DSPace Test) tomorrow: https://cgspace. - - June, 2017 - https://alanorth.github.io/cgspace-notes/2017-05/ - Mon, 01 May 2017 10:14:52 +0300 - - https://alanorth.github.io/cgspace-notes/2017-05/ - 2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we’ll create a new sub-community for Phase II and create collections for the research themes there The current “Research Themes” community will be renamed to “WLE Phase I Research Themes” Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg. - - April, 2017 https://alanorth.github.io/cgspace-notes/2017-04/ diff --git a/public/post/page/2/index.html b/public/post/page/2/index.html index ce5c244ab..34715762d 100644 --- a/public/post/page/2/index.html +++ b/public/post/page/2/index.html @@ -421,9 +421,9 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
                                                -
                                              1. May, 2017
                                              2. +
                                              3. June, 2017
                                              4. -
                                              5. June, 2017
                                              6. +
                                              7. May, 2017
                                              8. April, 2017
                                              9. diff --git a/public/robots.txt b/public/robots.txt index 135de0c9a..e6b2c6e13 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,7 +1,7 @@ User-agent: * -Disallow: /cgspace-notes/2017-05/ +Disallow: /cgspace-notes/2017-06/ Disallow: /cgspace-notes/2017-05/ Disallow: /cgspace-notes/2017-04/ Disallow: /cgspace-notes/2017-03/ diff --git a/public/sitemap.xml b/public/sitemap.xml index ffa1dcf76..dec91ddf5 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -3,13 +3,13 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> - https://alanorth.github.io/cgspace-notes/2017-05/ - 2017-05-29T13:15:22+03:00 + https://alanorth.github.io/cgspace-notes/2017-06/ + 2017-06-04T09:12:02+03:00 https://alanorth.github.io/cgspace-notes/2017-05/ - 2017-06-01T15:58:17+03:00 + 2017-05-29T13:15:22+03:00 @@ -104,7 +104,7 @@ https://alanorth.github.io/cgspace-notes/ - 2017-05-29T13:15:22+03:00 + 2017-06-04T09:12:02+03:00 0 @@ -115,19 +115,19 @@ https://alanorth.github.io/cgspace-notes/tags/notes/ - 2017-05-29T13:15:22+03:00 + 2017-06-04T09:12:02+03:00 0 https://alanorth.github.io/cgspace-notes/post/ - 2017-05-29T13:15:22+03:00 + 2017-06-04T09:12:02+03:00 0 https://alanorth.github.io/cgspace-notes/tags/ - 2017-05-29T13:15:22+03:00 + 2017-06-04T09:12:02+03:00 0 diff --git a/public/tags/index.xml b/public/tags/index.xml index 45d002f0f..03e196eef 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -6,7 +6,7 @@ Recent content in Tags on CGSpace Notes Hugo -- gohugo.io en-us - Mon, 01 May 2017 16:21:52 +0200 + Thu, 01 Jun 2017 10:14:52 +0300 @@ -14,7 +14,7 @@ Notes https://alanorth.github.io/cgspace-notes/tags/notes/ - Mon, 01 May 2017 16:21:52 +0200 + Thu, 01 Jun 2017 10:14:52 +0300 https://alanorth.github.io/cgspace-notes/tags/notes/ diff --git a/public/tags/notes/index.html b/public/tags/notes/index.html index d05b03d25..8cbdb2186 100644 --- a/public/tags/notes/index.html +++ b/public/tags/notes/index.html @@ -12,7 +12,7 @@ - + @@ -37,7 +37,7 @@ "@type": "Person", "name": "Alan Orth" }, - "dateModified": "2017-05-01T16:21:52+02:00", + "dateModified": "2017-06-01T10:14:52+03:00", "keywords": "notes,", "description": "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." } @@ -97,15 +97,15 @@
                                                -

                                                May, 2017

                                                -

                                                June, 2017

                                                +
                                                - 2017-05-01 ICARDA apparently started working on CG Core on their MEL repository They have done a few cg.* fields, but not very consistent and even copy some of CGSpace items: https://mel.cgiar.org/xmlui/handle/20.500.11766/6911?show=full https://cgspace.cgiar.org/handle/10568/73683 2017-05-02 Atmire got back about the Workflow Statistics issue, and apparently it’s a bug in the CUA module so they will send us a pull request 2017-05-04 Sync DSpace Test with database and assetstore from CGSpace Re-deploy DSpace Test with Atmire’s CUA patch for workflow statistics, run system updates, and restart the server Now I can see the workflow statistics and am able to select users, but everything returns 0 items Megan says there are still some mapped items are not appearing since last week, so I forced a full index-discovery -b Need to remember to check if the collection has more items (currently 39 on CGSpace, but 118 on the freshly reindexed DSPace Test) tomorrow: https://cgspace. - Read more → + 2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we’ll create a new sub-community for Phase II and create collections for the research themes there The current “Research Themes” community will be renamed to “WLE Phase I Research Themes” Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg. + Read more →
                                                @@ -115,14 +115,14 @@
                                                -

                                                June, 2017

                                                -

                                                May, 2017

                                                +
                                                - 2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we’ll create a new sub-community for Phase II and create collections for the research themes there The current “Research Themes” community will be renamed to “WLE Phase I Research Themes” Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg. + 2017-05-01 ICARDA apparently started working on CG Core on their MEL repository They have done a few cg.* fields, but not very consistent and even copy some of CGSpace items: https://mel.cgiar.org/xmlui/handle/20.500.11766/6911?show=full https://cgspace.cgiar.org/handle/10568/73683 2017-05-02 Atmire got back about the Workflow Statistics issue, and apparently it’s a bug in the CUA module so they will send us a pull request 2017-05-04 Sync DSpace Test with database and assetstore from CGSpace Re-deploy DSpace Test with Atmire’s CUA patch for workflow statistics, run system updates, and restart the server Now I can see the workflow statistics and am able to select users, but everything returns 0 items Megan says there are still some mapped items are not appearing since last week, so I forced a full index-discovery -b Need to remember to check if the collection has more items (currently 39 on CGSpace, but 118 on the freshly reindexed DSPace Test) tomorrow: https://cgspace. Read more →
                                                @@ -424,9 +424,9 @@ DELETE 1
                                                  -
                                                1. May, 2017
                                                2. +
                                                3. June, 2017
                                                4. -
                                                5. June, 2017
                                                6. +
                                                7. May, 2017
                                                8. April, 2017
                                                9. diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index 1d4781545..313e535b9 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -6,11 +6,20 @@ Recent content in Notes on CGSpace Notes Hugo -- gohugo.io en-us - Mon, 01 May 2017 16:21:52 +0200 + Thu, 01 Jun 2017 10:14:52 +0300 + + June, 2017 + https://alanorth.github.io/cgspace-notes/2017-06/ + Thu, 01 Jun 2017 10:14:52 +0300 + + https://alanorth.github.io/cgspace-notes/2017-06/ + 2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we’ll create a new sub-community for Phase II and create collections for the research themes there The current “Research Themes” community will be renamed to “WLE Phase I Research Themes” Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg. + + May, 2017 https://alanorth.github.io/cgspace-notes/2017-05/ @@ -20,15 +29,6 @@ 2017-05-01 ICARDA apparently started working on CG Core on their MEL repository They have done a few cg.* fields, but not very consistent and even copy some of CGSpace items: https://mel.cgiar.org/xmlui/handle/20.500.11766/6911?show=full https://cgspace.cgiar.org/handle/10568/73683 2017-05-02 Atmire got back about the Workflow Statistics issue, and apparently it’s a bug in the CUA module so they will send us a pull request 2017-05-04 Sync DSpace Test with database and assetstore from CGSpace Re-deploy DSpace Test with Atmire’s CUA patch for workflow statistics, run system updates, and restart the server Now I can see the workflow statistics and am able to select users, but everything returns 0 items Megan says there are still some mapped items are not appearing since last week, so I forced a full index-discovery -b Need to remember to check if the collection has more items (currently 39 on CGSpace, but 118 on the freshly reindexed DSPace Test) tomorrow: https://cgspace. - - June, 2017 - https://alanorth.github.io/cgspace-notes/2017-05/ - Mon, 01 May 2017 10:14:52 +0300 - - https://alanorth.github.io/cgspace-notes/2017-05/ - 2017-06-01 After discussion with WLE and CGSpace content people, we decided to just add one metadata field for the WLE Research Themes The cg.identifier.wletheme field will be used for both Phase I and Phase II Research Themes Then we’ll create a new sub-community for Phase II and create collections for the research themes there The current “Research Themes” community will be renamed to “WLE Phase I Research Themes” Tagged all items in the current Phase I collections with their appropriate themes Create pull request to add Phase II research themes to the submission form: #328 Add cg. - - April, 2017 https://alanorth.github.io/cgspace-notes/2017-04/ diff --git a/public/tags/notes/page/2/index.html b/public/tags/notes/page/2/index.html index c24fa51a9..5bd76abe5 100644 --- a/public/tags/notes/page/2/index.html +++ b/public/tags/notes/page/2/index.html @@ -421,9 +421,9 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
                                                    -
                                                  1. May, 2017
                                                  2. +
                                                  3. June, 2017
                                                  4. -
                                                  5. June, 2017
                                                  6. +
                                                  7. May, 2017
                                                  8. April, 2017