Update notes for 2018-07-15

This commit is contained in:
2018-07-15 14:21:56 +03:00
parent 2aa6fdf59f
commit dfbf86769e
4 changed files with 29 additions and 14 deletions

View File

@ -30,7 +30,7 @@ There is insufficient memory for the Java Runtime Environment to continue.
<meta property="article:published_time" content="2018-07-01T12:56:54&#43;03:00"/>
<meta property="article:modified_time" content="2018-07-13T19:45:58&#43;03:00"/>
<meta property="article:modified_time" content="2018-07-15T11:14:42&#43;03:00"/>
@ -71,9 +71,9 @@ There is insufficient memory for the Java Runtime Environment to continue.
"@type": "BlogPosting",
"headline": "July, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-07/",
"wordCount": "2561",
"wordCount": "2615",
"datePublished": "2018-07-01T12:56:54&#43;03:00",
"dateModified": "2018-07-13T19:45:58&#43;03:00",
"dateModified": "2018-07-15T11:14:42&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -564,6 +564,14 @@ $ ./resolve-orcids.py -i /tmp/2018-07-15-orcid-ids.txt -o /tmp/2018-07-15-resolv
</code></pre>
<ul>
<li>Then I added the XML formatting for controlled vocabularies, sorted the list with GNU sort in vim via <code>% !sort</code> and then checked the formatting with tidy:</li>
</ul>
<pre><code>$ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-id.xml
</code></pre>
<ul>
<li>I will check with the CGSpace team to see if they want me to add these to CGSpace</li>
<li>Help Udana from WLE understand some Altmetrics concepts</li>
</ul>