Add notes for 2020-09-16

This commit is contained in:
2020-09-16 13:47:13 +03:00
parent 608fcd6136
commit 079843e677
102 changed files with 336 additions and 326 deletions

View File

@ -35,7 +35,7 @@ I noticed we have a very interesting list of countries on CGSpace:
Not only are there 49,000 countries, we have some blanks (25)…
Also, lots of things like “COTE D`LVOIRE” and “COTE D IVOIRE”
"/>
<meta name="generator" content="Hugo 0.74.3" />
<meta name="generator" content="Hugo 0.75.1" />
@ -299,7 +299,7 @@ CIAT_COLOMBIA_000169_Técnicas_para_el_aislamiento_y_cultivo_de_protoplastos_de_
<li>Then you create a facet for blank values on each column, show the rows that have values for one and not the other, then transform each independently to have the contents of the other, with &ldquo;||&rdquo; in between</li>
<li>Work on Python script for parsing and downloading PDF records from <code>dc.identifier.url</code></li>
<li>To get filenames from <code>dc.identifier.url</code>, create a new column based on this transform: <code>forEach(value.split('||'), v, v.split('/')[-1]).join('||')</code></li>
<li>This also works for records that have multiple URLs (separated by &ldquo;||&rdquo;)</li>
<li>This also works for records that have multiple URLs (separated by &ldquo;||&quot;)</li>
</ul>
<h2 id="2016-02-17">2016-02-17</h2>
<ul>