Add notes for 2018-02-18

This commit is contained in:
Alan Orth 2018-02-18 11:21:16 +02:00
parent fa596d4a41
commit 0e2a7e0d87
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
5 changed files with 32 additions and 8 deletions

View File

@ -584,3 +584,13 @@ $ psql -c 'select * from pg_stat_activity' | grep -o -E '(dspaceWeb|dspaceApi|ds
dspace=# update metadatavalue set text_value='United States Agency for International Development' where resource_type_id=2 and metadata_field_id=29 and text_value like '%U.S. Agency for International Development%';
UPDATE 2
```
## 2018-02-18
- ICARDA's Mohamed Salem pointed out that it would be easiest to format the `cg.creator.id` field like "Alan Orth: 0000-0002-1735-7458" because no name will have a ":" so it's easier to split on
- I finally figured out a few ways to extract ORCID iDs from metadata using XSLT and display them in the XMLUI:
![Displaying ORCID iDs in XMLUI](/cgspace-notes/2018/02/xmlui-orcid-display.png)
- The one on the bottom left uses a similar format to our author display, and the one in the middle uses the format [recommended by ORCID's branding guidelines](https://orcid.org/trademark-and-id-display-guidelines)
- Also, I realized that the Academicons font icon set we're using includes an ORCID badge so we don't need to use the PNG image anymore

View File

@ -23,7 +23,7 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl
<meta property="article:published_time" content="2018-02-01T16:28:54&#43;02:00"/>
<meta property="article:modified_time" content="2018-02-15T22:36:01&#43;02:00"/>
<meta property="article:modified_time" content="2018-02-17T11:37:57&#43;02:00"/>
@ -57,9 +57,9 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu&rsquo;s munin-pl
"@type": "BlogPosting",
"headline": "February, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-02/",
"wordCount": "3796",
"wordCount": "3903",
"datePublished": "2018-02-01T16:28:54&#43;02:00",
"dateModified": "2018-02-15T22:36:01&#43;02:00",
"dateModified": "2018-02-17T11:37:57&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -780,6 +780,20 @@ UPDATE 1
UPDATE 2
</code></pre>
<h2 id="2018-02-18">2018-02-18</h2>
<ul>
<li>ICARDA&rsquo;s Mohamed Salem pointed out that it would be easiest to format the <code>cg.creator.id</code> field like &ldquo;Alan Orth: 0000-0002-1735-7458&rdquo; because no name will have a &ldquo;:&rdquo; so it&rsquo;s easier to split on</li>
<li>I finally figured out a few ways to extract ORCID iDs from metadata using XSLT and display them in the XMLUI:</li>
</ul>
<p><img src="/cgspace-notes/2018/02/xmlui-orcid-display.png" alt="Displaying ORCID iDs in XMLUI" /></p>
<ul>
<li>The one on the bottom left uses a similar format to our author display, and the one in the middle uses the format <a href="https://orcid.org/trademark-and-id-display-guidelines">recommended by ORCID&rsquo;s branding guidelines</a></li>
<li>Also, I realized that the Academicons font icon set we&rsquo;re using includes an ORCID badge so we don&rsquo;t need to use the PNG image anymore</li>
</ul>

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View File

@ -4,7 +4,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/2018-02/</loc>
<lastmod>2018-02-15T22:36:01+02:00</lastmod>
<lastmod>2018-02-17T11:37:57+02:00</lastmod>
</url>
<url>
@ -149,7 +149,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2018-02-15T22:36:01+02:00</lastmod>
<lastmod>2018-02-17T11:37:57+02:00</lastmod>
<priority>0</priority>
</url>
@ -166,19 +166,19 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
<lastmod>2018-02-15T22:36:01+02:00</lastmod>
<lastmod>2018-02-17T11:37:57+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
<lastmod>2018-02-15T22:36:01+02:00</lastmod>
<lastmod>2018-02-17T11:37:57+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
<lastmod>2018-02-15T22:36:01+02:00</lastmod>
<lastmod>2018-02-17T11:37:57+02:00</lastmod>
<priority>0</priority>
</url>

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB