mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-12-23 21:44:30 +01:00
Update notes for 2019-05-16
This commit is contained in:
parent
231ae64633
commit
856084655e
@ -352,4 +352,16 @@ $ cat dspace.log.2019-05-11 | grep -E 'ip_addr=(100.26.206.188|100.27.19.233|107
|
||||
- Finally fix the AReS v2 to work via DSpace Test and send it to Peter et al to give their feedback
|
||||
- We had issues with CORS due to Moayad using a hard-coded domain name rather than a relative URL
|
||||
|
||||
## 2019-05-16
|
||||
|
||||
- Export a list of all investors (`dc.description.sponsorship`) for Peter to look through and correct:
|
||||
|
||||
```
|
||||
dspace=# \COPY (SELECT DISTINCT text_value, count(*) FROM metadatavalue WHERE resource_type_id = 2 AND metadata_field_id = 29 GROUP BY text_value ORDER BY count DESC LIMIT 1500) to /tmp/2019-05-16-investors.csv WITH CSV HEADER;
|
||||
COPY 995
|
||||
```
|
||||
|
||||
- Fork the [ICARDA AReS v1 repository](https://github.com/icarda-git/AReS) to [ILRI's GitHub](https://github.com/ilri/AReS) and give access to CodeObia guys
|
||||
- The plan is that we develop the v2 code here
|
||||
|
||||
<!-- 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-15T18:06:05+03:00"/>
|
||||
<meta property="article:modified_time" content="2019-05-16T00:12:50+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": "2469",
|
||||
"wordCount": "2541",
|
||||
"datePublished": "2019-05-01T07:37:43\x2b03:00",
|
||||
"dateModified": "2019-05-15T18:06:05\x2b03:00",
|
||||
"dateModified": "2019-05-16T00:12:50\x2b03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -565,6 +565,22 @@ UPDATE metadatavalue SET text_lang='es_ES' WHERE resource_type_id=2 AND metadata
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2019-05-16">2019-05-16</h2>
|
||||
|
||||
<ul>
|
||||
<li><p>Export a list of all investors (<code>dc.description.sponsorship</code>) for Peter to look through and correct:</p>
|
||||
|
||||
<pre><code>dspace=# \COPY (SELECT DISTINCT text_value, count(*) FROM metadatavalue WHERE resource_type_id = 2 AND metadata_field_id = 29 GROUP BY text_value ORDER BY count DESC LIMIT 1500) to /tmp/2019-05-16-investors.csv WITH CSV HEADER;
|
||||
COPY 995
|
||||
</code></pre></li>
|
||||
|
||||
<li><p>Fork the <a href="https://github.com/icarda-git/AReS">ICARDA AReS v1 repository</a> to <a href="https://github.com/ilri/AReS">ILRI’s GitHub</a> and give access to CodeObia guys</p>
|
||||
|
||||
<ul>
|
||||
<li>The plan is that we develop the v2 code here</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
||||
|
||||
|
@ -4,30 +4,30 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2019-05-15T18:06:05+03:00</lastmod>
|
||||
<lastmod>2019-05-16T00:12:50+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2019-05/</loc>
|
||||
<lastmod>2019-05-15T18:06:05+03:00</lastmod>
|
||||
<lastmod>2019-05-16T00:12:50+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2019-05-15T18:06:05+03:00</lastmod>
|
||||
<lastmod>2019-05-16T00:12:50+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2019-05-15T18:06:05+03:00</lastmod>
|
||||
<lastmod>2019-05-16T00:12:50+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2019-05-15T18:06:05+03:00</lastmod>
|
||||
<lastmod>2019-05-16T00:12:50+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user