mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-26 00:18:21 +01:00
Add notes for 2019-05-24
This commit is contained in:
parent
1320fe8f0a
commit
c531548dd7
@ -398,4 +398,8 @@ $ ./delete-metadata-values.py -i /tmp/2019-05-17-delete-14-Investors.csv -db dsp
|
||||
- Add "ISI journal" to item view sidebar at the request of Maria Garruccio
|
||||
- Update `fix-metadata-values.py` and `delete-metadata-values.py` scripts to add some basic checking of CSV fields and colorize shell output using Colorama
|
||||
|
||||
## 2019-05-24
|
||||
|
||||
- Update AReS README.md on GitHub repository to add a proper introduction, credits, requirements, installation instructions, and legal information
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -28,7 +28,7 @@ But after this I tried to delete the item from the XMLUI and it is still present
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-05/" />
|
||||
<meta property="article:published_time" content="2019-05-01T07:37:43+03:00"/>
|
||||
<meta property="article:modified_time" content="2019-05-17T18:46:13+03:00"/>
|
||||
<meta property="article:modified_time" content="2019-05-19T17:59:14+03:00"/>
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="May, 2019"/>
|
||||
@ -61,9 +61,9 @@ But after this I tried to delete the item from the XMLUI and it is still present
|
||||
"@type": "BlogPosting",
|
||||
"headline": "May, 2019",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-05\/",
|
||||
"wordCount": "2744",
|
||||
"wordCount": "2796",
|
||||
"datePublished": "2019-05-01T07:37:43\x2b03:00",
|
||||
"dateModified": "2019-05-17T18:46:13\x2b03:00",
|
||||
"dateModified": "2019-05-19T17:59:14\x2b03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -615,6 +615,19 @@ $ ./delete-metadata-values.py -i /tmp/2019-05-17-delete-14-Investors.csv -db dsp
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2019-05-19">2019-05-19</h2>
|
||||
|
||||
<ul>
|
||||
<li>Add “ISI journal” to item view sidebar at the request of Maria Garruccio</li>
|
||||
<li>Update <code>fix-metadata-values.py</code> and <code>delete-metadata-values.py</code> scripts to add some basic checking of CSV fields and colorize shell output using Colorama</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2019-05-24">2019-05-24</h2>
|
||||
|
||||
<ul>
|
||||
<li>Update AReS README.md on GitHub repository to add a proper introduction, credits, requirements, installation instructions, and legal information</li>
|
||||
</ul>
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
||||
|
||||
|
@ -4,30 +4,30 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2019-05-17T18:46:13+03:00</lastmod>
|
||||
<lastmod>2019-05-19T17:59:14+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2019-05/</loc>
|
||||
<lastmod>2019-05-17T18:46:13+03:00</lastmod>
|
||||
<lastmod>2019-05-19T17:59:14+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2019-05-17T18:46:13+03:00</lastmod>
|
||||
<lastmod>2019-05-19T17:59:14+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2019-05-17T18:46:13+03:00</lastmod>
|
||||
<lastmod>2019-05-19T17:59:14+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2019-05-17T18:46:13+03:00</lastmod>
|
||||
<lastmod>2019-05-19T17:59:14+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user