mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-12-24 14:04:29 +01:00
Update notes for 2016-05-19
This commit is contained in:
parent
e9e1dbc3d1
commit
30fbe72f0a
@ -156,4 +156,9 @@ value.replace('_','').replace('-','')
|
||||
- And `dc.identifier.fund` is MOSTLY used for CPWF project identifier but has some other sponsorship things
|
||||
- We should move PN*, SG*, CBA, IA, and PHASE* values to `cg.identifier.cpwfproject`
|
||||
- The rest, like BMGF and USAID etc, might have to go to either `dc.description.sponsorship` or `cg.identifier.fund` (not sure yet)
|
||||
- There are also some mistakes in CPWF's things, like "PN 47"
|
||||
- There are also some mistakes in CPWF's things, like "PN 47"
|
||||
- This ought to catch all the CPWF values (there don't appear to be and SG* values):
|
||||
|
||||
```
|
||||
# select text_value from metadatavalue where resource_type_id=2 and metadata_field_id=75 and (text_value like 'PN%' or text_value like 'PHASE%' or text_value = 'CBA' or text_value = 'IA');
|
||||
```
|
||||
|
@ -271,9 +271,13 @@ fi
|
||||
<li>We should move PN<em>, SG</em>, CBA, IA, and PHASE* values to <code>cg.identifier.cpwfproject</code></li>
|
||||
<li>The rest, like BMGF and USAID etc, might have to go to either <code>dc.description.sponsorship</code> or <code>cg.identifier.fund</code> (not sure yet)</li>
|
||||
<li>There are also some mistakes in CPWF’s things, like “PN 47”</li>
|
||||
<li>This ought to catch all the CPWF values (there don’t appear to be and SG* values):</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<pre><code># select text_value from metadatavalue where resource_type_id=2 and metadata_field_id=75 and (text_value like 'PN%' or text_value like 'PHASE%' or text_value = 'CBA' or text_value = 'IA');
|
||||
</code></pre>
|
||||
|
||||
</section>
|
||||
<footer>
|
||||
|
||||
|
@ -209,8 +209,12 @@ fi
|
||||
<li>We should move PN<em>, SG</em>, CBA, IA, and PHASE* values to <code>cg.identifier.cpwfproject</code></li>
|
||||
<li>The rest, like BMGF and USAID etc, might have to go to either <code>dc.description.sponsorship</code> or <code>cg.identifier.fund</code> (not sure yet)</li>
|
||||
<li>There are also some mistakes in CPWF&rsquo;s things, like &ldquo;PN 47&rdquo;</li>
|
||||
<li>This ought to catch all the CPWF values (there don&rsquo;t appear to be and SG* values):</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<pre><code># select text_value from metadatavalue where resource_type_id=2 and metadata_field_id=75 and (text_value like 'PN%' or text_value like 'PHASE%' or text_value = 'CBA' or text_value = 'IA');
|
||||
</code></pre>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
@ -209,8 +209,12 @@ fi
|
||||
<li>We should move PN<em>, SG</em>, CBA, IA, and PHASE* values to <code>cg.identifier.cpwfproject</code></li>
|
||||
<li>The rest, like BMGF and USAID etc, might have to go to either <code>dc.description.sponsorship</code> or <code>cg.identifier.fund</code> (not sure yet)</li>
|
||||
<li>There are also some mistakes in CPWF&rsquo;s things, like &ldquo;PN 47&rdquo;</li>
|
||||
<li>This ought to catch all the CPWF values (there don&rsquo;t appear to be and SG* values):</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<pre><code># select text_value from metadatavalue where resource_type_id=2 and metadata_field_id=75 and (text_value like 'PN%' or text_value like 'PHASE%' or text_value = 'CBA' or text_value = 'IA');
|
||||
</code></pre>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user