mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2016-10
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
<meta property="twitter:title" content="June, 2016">
|
||||
<meta property="twitter:description" content="">
|
||||
|
||||
<meta name="generator" content="Hugo 0.16" />
|
||||
<meta name="generator" content="Hugo 0.17-DEV" />
|
||||
|
||||
|
||||
<base href="https://alanorth.github.io/cgspace-notes/">
|
||||
@ -82,9 +82,7 @@
|
||||
|
||||
</p>
|
||||
</header>
|
||||
|
||||
|
||||
<h2 id="2016-06-01">2016-06-01</h2>
|
||||
<h2 id="2016-06-01">2016-06-01</h2>
|
||||
|
||||
<ul>
|
||||
<li>Experimenting with IFPRI OAI (we want to harvest their publications)</li>
|
||||
@ -95,6 +93,8 @@
|
||||
<li>Working on second phase of metadata migration, looks like this will work for moving CPWF-specific data in <code>dc.identifier.fund</code> to <code>cg.identifier.cpwfproject</code> and then the rest to <code>dc.description.sponsorship</code></li>
|
||||
</ul>
|
||||
|
||||
<p></p>
|
||||
|
||||
<pre><code>dspacetest=# update metadatavalue set metadata_field_id=130 where metadata_field_id=75 and (text_value like 'PN%' or text_value like 'PHASE%' or text_value = 'CBA' or text_value = 'IA');
|
||||
UPDATE 497
|
||||
dspacetest=# update metadatavalue set metadata_field_id=29 where metadata_field_id=75;
|
||||
@ -428,7 +428,6 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
|
||||
<pre><code># update metadatavalue set text_value = regexp_replace(text_value, '(Poole, J),', '\1') where metadata_field_id=3 and text_value = 'Poole, J,';
|
||||
</code></pre>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
@ -445,6 +444,8 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
|
||||
<h4>Recent Posts</h4>
|
||||
<ol class="list-unstyled">
|
||||
|
||||
<li><a href="/cgspace-notes/2016-10/">October, 2016</a></li>
|
||||
|
||||
<li><a href="/cgspace-notes/2016-09/">September, 2016</a></li>
|
||||
|
||||
<li><a href="/cgspace-notes/2016-08/">August, 2016</a></li>
|
||||
@ -453,8 +454,6 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
|
||||
|
||||
<li><a href="/cgspace-notes/2016-06/">June, 2016</a></li>
|
||||
|
||||
<li><a href="/cgspace-notes/2016-05/">May, 2016</a></li>
|
||||
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user