mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Add notes for 2020-09-22
This commit is contained in:
parent
c39def4141
commit
58291c1c9c
@ -309,4 +309,37 @@ https://cgspace.cgiar.org/open-search/discover?query=type:"Journal Article" AND
|
||||
|
||||
- Help Natalia with her WLE "tradeoffs" search query again...
|
||||
|
||||
## 2020-09-20
|
||||
|
||||
- Deploy latest 5_x-prod branch on CGSpace, run all system updates, and reboot the server
|
||||
- To my great surprise, all the Solr statistics cores came up correctly after reboot
|
||||
- Deploy latest 6_x-dev branch on DSpace Test, run all system updates and reboot the server
|
||||
|
||||
## 2020-09-22
|
||||
|
||||
- Abenet sent some feedback about AReS
|
||||
- The item views and downloads are still incorrect
|
||||
- I looked in the server's API logs and there are no errors, and the database has many more views/downloads:
|
||||
|
||||
```
|
||||
dspacestatistics=# SELECT SUM(views) FROM items;
|
||||
sum
|
||||
----------
|
||||
15714024
|
||||
(1 row)
|
||||
|
||||
dspacestatistics=# SELECT SUM(downloads) FROM items;
|
||||
sum
|
||||
----------
|
||||
13979911
|
||||
(1 row)
|
||||
```
|
||||
|
||||
- Last week Natalia from CIAT had asked me to download all the PDFs for a certain query:
|
||||
- items with status "Open Access"
|
||||
- items with type "Journal Article"
|
||||
- items containing any of the following words: water land and ecosystems & trade offs
|
||||
- The resulting OpenSearch query is: https://cgspace.cgiar.org/open-search/discover?query=type:"Journal Article" AND status:"Open Access" AND Water Land Ecosystems trade offs&rpp=1
|
||||
- There were 241 results with a total of 208 PDFs, which I downloaded with my `get-wle-pdfs.py` script and shared to her via bashupload.com
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -25,7 +25,7 @@ I filed an issue on OpenRXV to make some minor edits to the admin UI: https://gi
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-09/" />
|
||||
<meta property="article:published_time" content="2020-09-02T15:35:54+03:00" />
|
||||
<meta property="article:modified_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="article:modified_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="September, 2020"/>
|
||||
@ -55,9 +55,9 @@ I filed an issue on OpenRXV to make some minor edits to the admin UI: https://gi
|
||||
"@type": "BlogPosting",
|
||||
"headline": "September, 2020",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2020-09/",
|
||||
"wordCount": "2171",
|
||||
"wordCount": "2349",
|
||||
"datePublished": "2020-09-02T15:35:54+03:00",
|
||||
"dateModified": "2020-09-17T15:33:37+03:00",
|
||||
"dateModified": "2020-09-18T19:25:55+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -501,6 +501,46 @@ $ ./add-orcid-identifiers-csv.py -i 2020-09-17-add-bioversity-orcids.csv -db dsp
|
||||
<ul>
|
||||
<li>Help Natalia with her WLE “tradeoffs” search query again…</li>
|
||||
</ul>
|
||||
<h2 id="2020-09-20">2020-09-20</h2>
|
||||
<ul>
|
||||
<li>Deploy latest 5_x-prod branch on CGSpace, run all system updates, and reboot the server
|
||||
<ul>
|
||||
<li>To my great surprise, all the Solr statistics cores came up correctly after reboot</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Deploy latest 6_x-dev branch on DSpace Test, run all system updates and reboot the server</li>
|
||||
</ul>
|
||||
<h2 id="2020-09-22">2020-09-22</h2>
|
||||
<ul>
|
||||
<li>Abenet sent some feedback about AReS
|
||||
<ul>
|
||||
<li>The item views and downloads are still incorrect</li>
|
||||
<li>I looked in the server’s API logs and there are no errors, and the database has many more views/downloads:</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<pre><code>dspacestatistics=# SELECT SUM(views) FROM items;
|
||||
sum
|
||||
----------
|
||||
15714024
|
||||
(1 row)
|
||||
|
||||
dspacestatistics=# SELECT SUM(downloads) FROM items;
|
||||
sum
|
||||
----------
|
||||
13979911
|
||||
(1 row)
|
||||
</code></pre><ul>
|
||||
<li>Last week Natalia from CIAT had asked me to download all the PDFs for a certain query:
|
||||
<ul>
|
||||
<li>items with status “Open Access”</li>
|
||||
<li>items with type “Journal Article”</li>
|
||||
<li>items containing any of the following words: water land and ecosystems & trade offs</li>
|
||||
<li>The resulting OpenSearch query is: <a href="https://cgspace.cgiar.org/open-search/discover?query=type:%22Journal">https://cgspace.cgiar.org/open-search/discover?query=type:"Journal</a> Article" AND status:“Open Access” AND Water Land Ecosystems trade offs&rpp=1</li>
|
||||
<li>There were 241 results with a total of 208 PDFs, which I downloaded with my <code>get-wle-pdfs.py</code> script and shared to her via bashupload.com</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Categories"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Notes"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Notes"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Notes"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Notes"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="CGSpace Notes"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="CGSpace Notes"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="CGSpace Notes"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="CGSpace Notes"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="CGSpace Notes"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="CGSpace Notes"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="CGSpace Notes"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Posts"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Posts"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Posts"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Posts"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Posts"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Posts"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" />
|
||||
<meta property="og:updated_time" content="2020-09-17T15:33:37+03:00" />
|
||||
<meta property="og:updated_time" content="2020-09-18T19:25:55+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Posts"/>
|
||||
|
@ -4,27 +4,27 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||
<lastmod>2020-09-17T15:33:37+03:00</lastmod>
|
||||
<lastmod>2020-09-18T19:25:55+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2020-09-17T15:33:37+03:00</lastmod>
|
||||
<lastmod>2020-09-18T19:25:55+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2020-09-17T15:33:37+03:00</lastmod>
|
||||
<lastmod>2020-09-18T19:25:55+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2020-09-17T15:33:37+03:00</lastmod>
|
||||
<lastmod>2020-09-18T19:25:55+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2020-09/</loc>
|
||||
<lastmod>2020-09-17T15:33:37+03:00</lastmod>
|
||||
<lastmod>2020-09-18T19:25:55+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
Loading…
Reference in New Issue
Block a user