Add notes for 2022-07-27

This commit is contained in:
Alan Orth 2022-07-27 23:02:19 +03:00
parent 41476b9c63
commit 109c63e10d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
29 changed files with 98 additions and 34 deletions

View File

@ -470,4 +470,31 @@ The script has completed
- I had to re-create the tip-submit and tip-approve accounts for Alliance on DSpace Test again
- After I created them last week they somehow got deleted...?!... I couldn't find them or the mel-submit account either!
## 2022-07-26
- Rafael from Alliance wrote to say that the tip-submit account wasn't working on DSpace Test
- I think I need to have the submit account in the *Alliance admin* group in order for it to be able to submit via the REST API, but yesterday I had added it to the submitters group
- Meeting with Peter and Abenet about CGSpace issues
- We want to do a training with IFPRI ASAP
- Then we want to start bringing the comms people from the Initiatives in
- We also want to revive the Metadata Working Group to have discussions about metadata standards, governance, etc
- We walked through DSpace 7.3 to get an idea of what vanilla looks like and start thinking about UI, item display, etc (perhaps we solicit help from some CG centers on Angular?)
- Start looking at the metadata for the 1,637 Innovations that Jose sent last week
- There are still issues with the citation formatting, but I will just fix it instead of asking him again
- I can use these GREL to fix the spacing around "Annual Report2017" and the periods:
```console
value.replace(/Annual Report(\d{4})/, "Annual Report $1")
value.replace(/ \./, ".")
```
- Then there are also some other issues with the metadata that I sent to him for comments
- I managed to get DSpace 7 running behind nginx, and figured out how to change the logo to CGIAR and run a local instance using the remote API
## 2022-07-27
- Work on the MARLO Innovations and MELIA
- I had to ask Jose for some clarifications and correct some encoding issues (for example in Côte d'Ivoire all over the place, and weird periods everywhere)
- Work on the DSpace 7.3 theme, mimicking CGSpace's DSpace 6 them pretty well for now
<!-- vim: set sw=2 ts=2: -->

View File

@ -19,7 +19,7 @@ Also, the trgm functions I&rsquo;ve used before are case insensitive, but Levens
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-07/" />
<meta property="article:published_time" content="2022-07-02T14:07:36+03:00" />
<meta property="article:modified_time" content="2022-07-22T22:28:51+03:00" />
<meta property="article:modified_time" content="2022-07-25T22:33:25+03:00" />
@ -44,9 +44,9 @@ Also, the trgm functions I&rsquo;ve used before are case insensitive, but Levens
"@type": "BlogPosting",
"headline": "July, 2022",
"url": "https://alanorth.github.io/cgspace-notes/2022-07/",
"wordCount": "3230",
"wordCount": "3512",
"datePublished": "2022-07-02T14:07:36+03:00",
"dateModified": "2022-07-22T22:28:51+03:00",
"dateModified": "2022-07-25T22:33:25+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -665,6 +665,43 @@ Also, the trgm functions I&rsquo;ve used before are case insensitive, but Levens
</ul>
</li>
</ul>
<h2 id="2022-07-26">2022-07-26</h2>
<ul>
<li>Rafael from Alliance wrote to say that the tip-submit account wasn&rsquo;t working on DSpace Test
<ul>
<li>I think I need to have the submit account in the <em>Alliance admin</em> group in order for it to be able to submit via the REST API, but yesterday I had added it to the submitters group</li>
</ul>
</li>
<li>Meeting with Peter and Abenet about CGSpace issues
<ul>
<li>We want to do a training with IFPRI ASAP</li>
<li>Then we want to start bringing the comms people from the Initiatives in</li>
<li>We also want to revive the Metadata Working Group to have discussions about metadata standards, governance, etc</li>
<li>We walked through DSpace 7.3 to get an idea of what vanilla looks like and start thinking about UI, item display, etc (perhaps we solicit help from some CG centers on Angular?)</li>
</ul>
</li>
<li>Start looking at the metadata for the 1,637 Innovations that Jose sent last week
<ul>
<li>There are still issues with the citation formatting, but I will just fix it instead of asking him again</li>
<li>I can use these GREL to fix the spacing around &ldquo;Annual Report2017&rdquo; and the periods:</li>
</ul>
</li>
</ul>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-console" data-lang="console"><span style="display:flex;"><span>value.replace(/Annual Report(\d{4})/, &#34;Annual Report $1&#34;)
</span></span><span style="display:flex;"><span>value.replace(/ \./, &#34;.&#34;)
</span></span></code></pre></div><ul>
<li>Then there are also some other issues with the metadata that I sent to him for comments</li>
<li>I managed to get DSpace 7 running behind nginx, and figured out how to change the logo to CGIAR and run a local instance using the remote API</li>
</ul>
<h2 id="2022-07-27">2022-07-27</h2>
<ul>
<li>Work on the MARLO Innovations and MELIA
<ul>
<li>I had to ask Jose for some clarifications and correct some encoding issues (for example in Côte d&rsquo;Ivoire all over the place, and weird periods everywhere)</li>
</ul>
</li>
<li>Work on the DSpace 7.3 theme, mimicking CGSpace&rsquo;s DSpace 6 them pretty well for now</li>
</ul>
<!-- raw HTML omitted -->

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -10,7 +10,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="2022-07-22T22:28:51+03:00" />
<meta property="og:updated_time" content="2022-07-25T22:33:25+03:00" />

View File

@ -3,19 +3,19 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
<lastmod>2022-07-22T22:28:51+03:00</lastmod>
<lastmod>2022-07-25T22:33:25+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2022-07-22T22:28:51+03:00</lastmod>
<lastmod>2022-07-25T22:33:25+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/2022-07/</loc>
<lastmod>2022-07-22T22:28:51+03:00</lastmod>
<lastmod>2022-07-25T22:33:25+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
<lastmod>2022-07-22T22:28:51+03:00</lastmod>
<lastmod>2022-07-25T22:33:25+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2022-07-22T22:28:51+03:00</lastmod>
<lastmod>2022-07-25T22:33:25+03:00</lastmod>
</url><url>
<loc>https://alanorth.github.io/cgspace-notes/2022-06/</loc>
<lastmod>2022-07-04T09:25:14+03:00</lastmod>