diff --git a/content/post/2018-01.md b/content/post/2018-01.md index fdda52ee4..2c8fafa21 100644 --- a/content/post/2018-01.md +++ b/content/post/2018-01.md @@ -1140,3 +1140,29 @@ $ ./jmeter -n -t ~/dspace-performance-test/DSpacePerfTest-dspacetest.cgiar.org.j ``` - I haven't had time to look at the results yet + +## 2018-01-26 + +- Peter followed up about some of the points from the Skype meeting last week +- Regarding the ORCID field issue, I see [ICARDA's MELSpace is using `cg.creator.ID`](http://repo.mel.cgiar.org/handle/20.500.11766/7668?show=full): 0000-0001-9156-7691 +- I had floated the idea of using a controlled vocabulary with values formatted something like: Orth, Alan S. (0000-0002-1735-7458) +- Update PostgreSQL JDBC driver version from 42.1.4 to 42.2.1 on DSpace Test, see: https://jdbc.postgresql.org/ +- Reboot DSpace Test to get new Linode kernel (Linux 4.14.14-x86_64-linode94) +- I am testing my old work on the `dc.rights` field, I had added a branch for it a few months ago +- I added a list of Creative Commons and other licenses in `input-forms.xml` +- The problem is that Peter wanted to use two questions, one for CG centers and one for other, but using the same metadata value, which isn't possible (?) +- So I used some creativity and made several fields display values, but not store any, ie: + +``` + + For products published by another party: + + +``` + +- I was worried that if a user selected this field for some reason that DSpace would store an empty value, but it simply doesn't register that as a valid option: + +![Rights](/cgspace-notes/2018/01/dc-rights-submission.png) + +- I submitted a test item with ORCiDs and dc.rights from a controlled vocabulary on DSpace Test: https://dspacetest.cgiar.org/handle/10568/97703 +- I will send it to Peter to check and give feedback (ie, about the ORCiD field name as well as allowing users to add ORCiDs manually or not) diff --git a/public/2018-01/index.html b/public/2018-01/index.html index 1b18e9227..a18349e8a 100644 --- a/public/2018-01/index.html +++ b/public/2018-01/index.html @@ -92,7 +92,7 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv - + @@ -194,9 +194,9 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv "@type": "BlogPosting", "headline": "January, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-01/", - "wordCount": "6497", + "wordCount": "6729", "datePublished": "2018-01-02T08:35:54-08:00", - "dateModified": "2018-01-25T15:53:24+02:00", + "dateModified": "2018-01-26T01:49:19+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -1519,6 +1519,37 @@ $ ./jmeter -n -t ~/dspace-performance-test/DSpacePerfTest-dspacetest.cgiar.org.j
  • I haven’t had time to look at the results yet
  • +

    2018-01-26

    + + + +
    <pair>
    +  <displayed-value>For products published by another party:</displayed-value>
    +  <stored-value></stored-value>
    +</pair>
    +
    + + + +

    Rights

    + + + diff --git a/public/2018/01/dc-rights-submission.png b/public/2018/01/dc-rights-submission.png new file mode 100644 index 000000000..f811addd1 Binary files /dev/null and b/public/2018/01/dc-rights-submission.png differ diff --git a/public/sitemap.xml b/public/sitemap.xml index a38dd5f0c..71378b8ea 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -4,7 +4,7 @@ https://alanorth.github.io/cgspace-notes/2018-01/ - 2018-01-25T15:53:24+02:00 + 2018-01-26T01:49:19+02:00 @@ -144,7 +144,7 @@ https://alanorth.github.io/cgspace-notes/ - 2018-01-25T15:53:24+02:00 + 2018-01-26T01:49:19+02:00 0 @@ -155,7 +155,7 @@ https://alanorth.github.io/cgspace-notes/tags/notes/ - 2018-01-25T15:53:24+02:00 + 2018-01-26T01:49:19+02:00 0 @@ -167,13 +167,13 @@ https://alanorth.github.io/cgspace-notes/post/ - 2018-01-25T15:53:24+02:00 + 2018-01-26T01:49:19+02:00 0 https://alanorth.github.io/cgspace-notes/tags/ - 2018-01-25T15:53:24+02:00 + 2018-01-26T01:49:19+02:00 0 diff --git a/static/2018/01/dc-rights-submission.png b/static/2018/01/dc-rights-submission.png new file mode 100644 index 000000000..f811addd1 Binary files /dev/null and b/static/2018/01/dc-rights-submission.png differ