mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes
This commit is contained in:
@ -14,7 +14,7 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-08/" />
|
||||
<meta property="article:published_time" content="2022-08-01T10:22:36+03:00" />
|
||||
<meta property="article:modified_time" content="2022-08-29T04:54:12+03:00" />
|
||||
<meta property="article:modified_time" content="2022-08-30T17:45:35+03:00" />
|
||||
|
||||
|
||||
|
||||
@ -34,9 +34,9 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
|
||||
"@type": "BlogPosting",
|
||||
"headline": "August, 2022",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2022-08/",
|
||||
"wordCount": "2651",
|
||||
"wordCount": "2696",
|
||||
"datePublished": "2022-08-01T10:22:36+03:00",
|
||||
"dateModified": "2022-08-29T04:54:12+03:00",
|
||||
"dateModified": "2022-08-30T17:45:35+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -477,7 +477,7 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
|
||||
<li><a href="http://www.ilri.org/ilrinews/index.php/archives/xxxx">http://www.ilri.org/ilrinews/index.php/archives/xxxx</a> → <a href="https://newsarchive.ilri.org/archives/xxxx">https://newsarchive.ilri.org/archives/xxxx</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Join the OICRs with their relations that I processed a few days ago (minus the second id column and some others):</li>
|
||||
<li>Join the MARLO OICRs with their relations that I processed a few days ago (minus the second id column and some others):</li>
|
||||
</ul>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-console" data-lang="console"><span style="display:flex;"><span>$ xsv join --left id ~/Downloads/2022-08-24-OICRs.csv id ~/Downloads/oicrs-matches-csv.csv | xsv <span style="color:#66d9ef">select</span> <span style="color:#e6db74">'!id[1],Your Title,Their Title,Similarity,Your Date,Their Date,datediff'</span> > /tmp/oicrs-with-relations.csv
|
||||
</span></span></code></pre></div><ul>
|
||||
@ -493,8 +493,11 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
|
||||
</span></span></code></pre></div><ul>
|
||||
<li>Meeting with Marie-Angelique, Abenet, Valentina, Sara, and Margarita about Types</li>
|
||||
<li>I am testing the <code>org.apache.cocoon.uploads.autosave=false</code> setting for XMLUI so that files posted via multi-part forms get memory mapped instead of written to disk</li>
|
||||
<li>Check the MARLO Policies for relations and join them with the main CSV file:</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-console" data-lang="console"><span style="display:flex;"><span>$ ./ilri/check-duplicates.py -i ~/Downloads/2022-08-25-Policies-UTF-8-With-Files.csv -u dspace -db dspace -p <span style="color:#e6db74">'fuui'</span> -o /tmp/policies-matches.csv
|
||||
</span></span><span style="display:flex;"><span>$ xsv join --left id ~/Downloads/2022-08-25-Policies-UTF-8-With-Files.csv id /tmp/policies-matches.csv | xsv <span style="color:#66d9ef">select</span> <span style="color:#e6db74">'!id[1],Your Title,Their Title,Similarity,Your Date,Their Date'</span> > /tmp/policies-with-relations.csv
|
||||
</span></span></code></pre></div><!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user