mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-26 08:28:18 +01:00
Add notes for 2016-06-30
This commit is contained in:
parent
6c0d873c6a
commit
f2c66ce9e0
@ -273,3 +273,17 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
|
|||||||
|
|
||||||
- Run all system updates on the servers and reboot
|
- Run all system updates on the servers and reboot
|
||||||
- Start working on config changes for phase three of the metadata migrations
|
- Start working on config changes for phase three of the metadata migrations
|
||||||
|
|
||||||
|
## 2016-06-30
|
||||||
|
|
||||||
|
- Wow, there are 95 authors in the database who have ',' at the end of their name:
|
||||||
|
|
||||||
|
```
|
||||||
|
#select text_value from metadatavalue where metadata_field_id=3 and text_value like '%,';
|
||||||
|
```
|
||||||
|
|
||||||
|
- We need to use something like this to fix them, need to write a proper regex later:
|
||||||
|
|
||||||
|
```
|
||||||
|
# update metadatavalue set text_value = regexp_replace(text_value, '(Poole, J),', '\1') where text_value = 'Poole, J,';
|
||||||
|
```
|
||||||
|
@ -397,10 +397,32 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Re-deploy CGSpace and DSpace Test with latest June changes</li>
|
<li>Re-deploy CGSpace and DSpace Test with latest June changes</li>
|
||||||
|
<li>Now the sharing and Altmetric bits are more prominent:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><img src="../images/2016/06/xmlui-altmetric-sharing.png" alt="DSpace 5.1 XMLUI With Altmetric Badge" /></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
<li>Run all system updates on the servers and reboot</li>
|
<li>Run all system updates on the servers and reboot</li>
|
||||||
<li>Start working on config changes for phase three of the metadata migrations</li>
|
<li>Start working on config changes for phase three of the metadata migrations</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-06-30:6783872e82b68b1517e00f494e6b6504">2016-06-30</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Wow, there are 95 authors in the database who have ‘,’ at the end of their name:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>#select text_value from metadatavalue where metadata_field_id=3 and text_value like '%,';
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>We need to use something like this to fix them, need to write a proper regex later:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code># update metadatavalue set text_value = regexp_replace(text_value, '(Poole, J),', '\1') where text_value = 'Poole, J,';
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
||||||
|
@ -335,9 +335,31 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Re-deploy CGSpace and DSpace Test with latest June changes</li>
|
<li>Re-deploy CGSpace and DSpace Test with latest June changes</li>
|
||||||
|
<li>Now the sharing and Altmetric bits are more prominent:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><img src="../images/2016/06/xmlui-altmetric-sharing.png" alt="DSpace 5.1 XMLUI With Altmetric Badge" /></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
<li>Run all system updates on the servers and reboot</li>
|
<li>Run all system updates on the servers and reboot</li>
|
||||||
<li>Start working on config changes for phase three of the metadata migrations</li>
|
<li>Start working on config changes for phase three of the metadata migrations</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-06-30:6783872e82b68b1517e00f494e6b6504">2016-06-30</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Wow, there are 95 authors in the database who have &lsquo;,&rsquo; at the end of their name:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>#select text_value from metadatavalue where metadata_field_id=3 and text_value like '%,';
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>We need to use something like this to fix them, need to write a proper regex later:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code># update metadatavalue set text_value = regexp_replace(text_value, '(Poole, J),', '\1') where text_value = 'Poole, J,';
|
||||||
|
</code></pre>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
@ -335,9 +335,31 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Re-deploy CGSpace and DSpace Test with latest June changes</li>
|
<li>Re-deploy CGSpace and DSpace Test with latest June changes</li>
|
||||||
|
<li>Now the sharing and Altmetric bits are more prominent:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><img src="../images/2016/06/xmlui-altmetric-sharing.png" alt="DSpace 5.1 XMLUI With Altmetric Badge" /></p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
<li>Run all system updates on the servers and reboot</li>
|
<li>Run all system updates on the servers and reboot</li>
|
||||||
<li>Start working on config changes for phase three of the metadata migrations</li>
|
<li>Start working on config changes for phase three of the metadata migrations</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-06-30:6783872e82b68b1517e00f494e6b6504">2016-06-30</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Wow, there are 95 authors in the database who have &lsquo;,&rsquo; at the end of their name:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>#select text_value from metadatavalue where metadata_field_id=3 and text_value like '%,';
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>We need to use something like this to fix them, need to write a proper regex later:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code># update metadatavalue set text_value = regexp_replace(text_value, '(Poole, J),', '\1') where text_value = 'Poole, J,';
|
||||||
|
</code></pre>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user