mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2018-01-26
This commit is contained in:
parent
8b4e998ad9
commit
cd0d2bf392
@ -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
|
- 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:
|
||||||
|
|
||||||
|
```
|
||||||
|
<pair>
|
||||||
|
<displayed-value>For products published by another party:</displayed-value>
|
||||||
|
<stored-value></stored-value>
|
||||||
|
</pair>
|
||||||
|
```
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
@ -92,7 +92,7 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv
|
|||||||
|
|
||||||
<meta property="article:published_time" content="2018-01-02T08:35:54-08:00"/>
|
<meta property="article:published_time" content="2018-01-02T08:35:54-08:00"/>
|
||||||
|
|
||||||
<meta property="article:modified_time" content="2018-01-25T15:53:24+02:00"/>
|
<meta property="article:modified_time" content="2018-01-26T01:49:19+02:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -194,9 +194,9 @@ Danny wrote to ask for help renewing the wildcard ilri.org certificate and I adv
|
|||||||
"@type": "BlogPosting",
|
"@type": "BlogPosting",
|
||||||
"headline": "January, 2018",
|
"headline": "January, 2018",
|
||||||
"url": "https://alanorth.github.io/cgspace-notes/2018-01/",
|
"url": "https://alanorth.github.io/cgspace-notes/2018-01/",
|
||||||
"wordCount": "6497",
|
"wordCount": "6729",
|
||||||
"datePublished": "2018-01-02T08:35:54-08:00",
|
"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": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -1519,6 +1519,37 @@ $ ./jmeter -n -t ~/dspace-performance-test/DSpacePerfTest-dspacetest.cgiar.org.j
|
|||||||
<li>I haven’t had time to look at the results yet</li>
|
<li>I haven’t had time to look at the results yet</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2018-01-26">2018-01-26</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Peter followed up about some of the points from the Skype meeting last week</li>
|
||||||
|
<li>Regarding the ORCID field issue, I see <a href="http://repo.mel.cgiar.org/handle/20.500.11766/7668?show=full">ICARDA’s MELSpace is using <code>cg.creator.ID</code></a>: 0000-0001-9156-7691</li>
|
||||||
|
<li>I had floated the idea of using a controlled vocabulary with values formatted something like: Orth, Alan S. (0000-0002-1735-7458)</li>
|
||||||
|
<li>Update PostgreSQL JDBC driver version from 42.1.4 to 42.2.1 on DSpace Test, see: <a href="https://jdbc.postgresql.org/">https://jdbc.postgresql.org/</a></li>
|
||||||
|
<li>Reboot DSpace Test to get new Linode kernel (Linux 4.14.14-x86_64-linode94)</li>
|
||||||
|
<li>I am testing my old work on the <code>dc.rights</code> field, I had added a branch for it a few months ago</li>
|
||||||
|
<li>I added a list of Creative Commons and other licenses in <code>input-forms.xml</code></li>
|
||||||
|
<li>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 (?)</li>
|
||||||
|
<li>So I used some creativity and made several fields display values, but not store any, ie:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code><pair>
|
||||||
|
<displayed-value>For products published by another party:</displayed-value>
|
||||||
|
<stored-value></stored-value>
|
||||||
|
</pair>
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>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:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><img src="/cgspace-notes/2018/01/dc-rights-submission.png" alt="Rights" /></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>I submitted a test item with ORCiDs and dc.rights from a controlled vocabulary on DSpace Test: <a href="https://dspacetest.cgiar.org/handle/10568/97703">https://dspacetest.cgiar.org/handle/10568/97703</a></li>
|
||||||
|
<li>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)</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
BIN
public/2018/01/dc-rights-submission.png
Normal file
BIN
public/2018/01/dc-rights-submission.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2018-01/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2018-01/</loc>
|
||||||
<lastmod>2018-01-25T15:53:24+02:00</lastmod>
|
<lastmod>2018-01-26T01:49:19+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
@ -144,7 +144,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||||
<lastmod>2018-01-25T15:53:24+02:00</lastmod>
|
<lastmod>2018-01-26T01:49:19+02:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -155,7 +155,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||||
<lastmod>2018-01-25T15:53:24+02:00</lastmod>
|
<lastmod>2018-01-26T01:49:19+02:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -167,13 +167,13 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||||
<lastmod>2018-01-25T15:53:24+02:00</lastmod>
|
<lastmod>2018-01-26T01:49:19+02:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||||
<lastmod>2018-01-25T15:53:24+02:00</lastmod>
|
<lastmod>2018-01-26T01:49:19+02:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
BIN
static/2018/01/dc-rights-submission.png
Normal file
BIN
static/2018/01/dc-rights-submission.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
Loading…
Reference in New Issue
Block a user