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:
@ -22,7 +22,7 @@ Work on IFPRI ISNAR archive cleanup
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2024-01/" />
|
||||
<meta property="article:published_time" content="2024-01-02T10:08:00+03:00" />
|
||||
<meta property="article:modified_time" content="2024-01-07T22:18:43+03:00" />
|
||||
<meta property="article:modified_time" content="2024-01-10T08:34:16+03:00" />
|
||||
|
||||
|
||||
|
||||
@ -50,9 +50,9 @@ Work on IFPRI ISNAR archive cleanup
|
||||
"@type": "BlogPosting",
|
||||
"headline": "January, 2024",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2024-01/",
|
||||
"wordCount": "1167",
|
||||
"wordCount": "1306",
|
||||
"datePublished": "2024-01-02T10:08:00+03:00",
|
||||
"dateModified": "2024-01-07T22:18:43+03:00",
|
||||
"dateModified": "2024-01-10T08:34:16+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -312,6 +312,34 @@ Work on IFPRI ISNAR archive cleanup
|
||||
<li>I decided to do the same on CGSpace and it worked without errors</li>
|
||||
<li>I finished working on the controlled vocabulary for publishers</li>
|
||||
</ul>
|
||||
<h2 id="2024-01-10">2024-01-10</h2>
|
||||
<ul>
|
||||
<li>I spent some time deleting old groups on CGSpace</li>
|
||||
<li>I looked into the use of the <code>cg.identifier.ciatproject</code> field and found there are only a handful of uses, with some even seeming to be a mistake:</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>localhost/dspace7= ☘ SELECT DISTINCT text_value AS "cg.identifier.ciatproject", count(*) FROM metadatavalue WHERE dspace_object_id in (SELECT dspace_object_id FROM item) AND metadata
|
||||
</span></span><span style="display:flex;"><span>_field_id = 232 GROUP BY "cg.identifier.ciatproject" ORDER BY count DESC;
|
||||
</span></span><span style="display:flex;"><span> cg.identifier.ciatproject │ count
|
||||
</span></span><span style="display:flex;"><span>───────────────────────────┼───────
|
||||
</span></span><span style="display:flex;"><span> D145 │ 4
|
||||
</span></span><span style="display:flex;"><span> LAM_LivestockPlus │ 2
|
||||
</span></span><span style="display:flex;"><span> A215 │ 1
|
||||
</span></span><span style="display:flex;"><span> A217 │ 1
|
||||
</span></span><span style="display:flex;"><span> A220 │ 1
|
||||
</span></span><span style="display:flex;"><span> A223 │ 1
|
||||
</span></span><span style="display:flex;"><span> A224 │ 1
|
||||
</span></span><span style="display:flex;"><span> A227 │ 1
|
||||
</span></span><span style="display:flex;"><span> A229 │ 1
|
||||
</span></span><span style="display:flex;"><span> A230 │ 1
|
||||
</span></span><span style="display:flex;"><span> CLIMATE CHANGE MITIGATION │ 1
|
||||
</span></span><span style="display:flex;"><span> LIVESTOCK │ 1
|
||||
</span></span><span style="display:flex;"><span>(12 rows)
|
||||
</span></span><span style="display:flex;"><span><span style="color:#960050;background-color:#1e0010">
|
||||
</span></span></span><span style="display:flex;"><span><span style="color:#960050;background-color:#1e0010"></span>Time: 240.041 ms
|
||||
</span></span></code></pre></div><ul>
|
||||
<li>I think we can move those to a new <code>cg.identifier.project</code> if we create one</li>
|
||||
<li>The <code>cg.identifier.cpwfproject</code> field is similarly sparse, but the CCAFS ones are widely used</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user