Add notes for 2016-06-28

This commit is contained in:
Alan Orth 2016-06-28 16:46:09 +03:00
parent f04cde7bfd
commit 3637837681
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
4 changed files with 43 additions and 0 deletions

View File

@ -228,3 +228,13 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons
- [delete-metadata-values.py](https://gist.github.com/alanorth/bd7d58c947f686401a2b1fadc78736be)
- Add new sponsors to controlled vocabulary ([#244](https://github.com/ilri/DSpace/pull/244))
- Refine submission form labels and hints
## 2016-06-28
- Testing the cleanup of `dc.contributor.corporate` with 13 deletions and 121 replacements
- There are still ~97 fields that weren't indicated to do anything
- After the above deletions and replacements I regenerated a CSV and sent it to Peter *et al* to have a look
```
dspacetest=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id=126 group by text_value order by count desc) to /tmp/contributors-june28.csv with csv;
```

View File

@ -353,6 +353,17 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons
<li>Refine submission form labels and hints</li>
</ul>
<h2 id="2016-06-28:6783872e82b68b1517e00f494e6b6504">2016-06-28</h2>
<ul>
<li>Testing the cleanup of <code>dc.contributor.corporate</code> with 13 deletions and 121 replacements</li>
<li>There are still ~97 fields that weren&rsquo;t indicated to do anything</li>
<li>After the above deletions and replacements I regenerated a CSV and sent it to Peter <em>et al</em> to have a look</li>
</ul>
<pre><code>dspacetest=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id=126 group by text_value order by count desc) to /tmp/contributors-june28.csv with csv;
</code></pre>
</section>
<footer>

View File

@ -290,6 +290,17 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons
&lt;li&gt;Add new sponsors to controlled vocabulary (&lt;a href=&#34;https://github.com/ilri/DSpace/pull/244&#34;&gt;#244&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Refine submission form labels and hints&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-28:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Testing the cleanup of &lt;code&gt;dc.contributor.corporate&lt;/code&gt; with 13 deletions and 121 replacements&lt;/li&gt;
&lt;li&gt;There are still ~97 fields that weren&amp;rsquo;t indicated to do anything&lt;/li&gt;
&lt;li&gt;After the above deletions and replacements I regenerated a CSV and sent it to Peter &lt;em&gt;et al&lt;/em&gt; to have a look&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;dspacetest=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id=126 group by text_value order by count desc) to /tmp/contributors-june28.csv with csv;
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>

View File

@ -290,6 +290,17 @@ $ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.spons
&lt;li&gt;Add new sponsors to controlled vocabulary (&lt;a href=&#34;https://github.com/ilri/DSpace/pull/244&#34;&gt;#244&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Refine submission form labels and hints&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-06-28:6783872e82b68b1517e00f494e6b6504&#34;&gt;2016-06-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Testing the cleanup of &lt;code&gt;dc.contributor.corporate&lt;/code&gt; with 13 deletions and 121 replacements&lt;/li&gt;
&lt;li&gt;There are still ~97 fields that weren&amp;rsquo;t indicated to do anything&lt;/li&gt;
&lt;li&gt;After the above deletions and replacements I regenerated a CSV and sent it to Peter &lt;em&gt;et al&lt;/em&gt; to have a look&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;dspacetest=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id=126 group by text_value order by count desc) to /tmp/contributors-june28.csv with csv;
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>