mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-10 17:15:46 +01:00
Add notes for 2023-09-22
This commit is contained in:
parent
aeaa397612
commit
aa6cbb488d
@ -144,4 +144,70 @@ $ join -t, -v 2 -11 -21 -o auto /tmp/cgspace-ilri-slideshare-sorted-only-urls-so
|
||||
- Important to note that you must use GNU `sort` on the fiels first, as I had tried sorting in vim and it didn't satisfy `join`
|
||||
- So it seems there are 542 Slideshare presentations we are missing
|
||||
|
||||
## 2023-09-20
|
||||
|
||||
- Regarding the incorrect city in Solr statistics, I see we have 1,600,000 of them
|
||||
- Before filing a GitHub issue, I want to check if they maybe come from an Atmire module, as I see them clustered around two particular CUA versions:
|
||||
|
||||
```json
|
||||
{
|
||||
"responseHeader": {
|
||||
"status": 0,
|
||||
"QTime": 2760,
|
||||
"params": {
|
||||
"q": "city:com.maxmind.geoip2.record.City*",
|
||||
"facet.field": "cua_version",
|
||||
"indent": "true",
|
||||
"rows": "0",
|
||||
"wt": "json",
|
||||
"facet": "true",
|
||||
"_": "1695192301927"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"numFound": 1661863,
|
||||
"start": 0,
|
||||
"docs": []
|
||||
},
|
||||
"facet_counts": {
|
||||
"facet_queries": {},
|
||||
"facet_fields": {
|
||||
"cua_version": [
|
||||
"6.x-4.1.10-ilri-RC7",
|
||||
1112186,
|
||||
"6.x-4.1.10-ilri-RC5",
|
||||
451180,
|
||||
"6.x-4.1.10-ilri-RC9",
|
||||
0
|
||||
]
|
||||
},
|
||||
"facet_dates": {},
|
||||
"facet_ranges": {},
|
||||
"facet_intervals": {}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
- I migrated AReS from Linode to Hetzner
|
||||
- I asked on Slack and someone told me that we need to edit `src/app/menu.resolver.ts` to add new drop down menus to the top navbar
|
||||
- It works, though is unfortunate that we can't do it in a theme
|
||||
|
||||
## 2023-09-21
|
||||
|
||||
- More minor work on DSpace 7 home page and menus
|
||||
- Meeting to discuss types and DSpace 7 migration plans
|
||||
- Create a DSpace 7 theme for IITA
|
||||
|
||||
## 2023-09-22
|
||||
|
||||
- Create a DSpace 7 theme for IWMI
|
||||
- I had some issues with pm2 on the new DSpace 7 Test
|
||||
- It seems to be due to mixing systemd starting versus manually starting / stopping...
|
||||
- After reading the discussion in [this pm2 issue](https://github.com/Unitech/pm2/issues/2914) I realize that we probably need to use `--no-daemon` to have systemd fully manage the processes without pm2 trying to save state
|
||||
|
||||
## 2023-09-23
|
||||
|
||||
- Export CGSpace to check for missing Initiative collection mappings
|
||||
- Start a harvest on AReS
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -15,7 +15,7 @@ Start a harvest on AReS
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2023-09/" />
|
||||
<meta property="article:published_time" content="2023-09-02T17:29:36+03:00" />
|
||||
<meta property="article:modified_time" content="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="article:modified_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
@ -36,9 +36,9 @@ Start a harvest on AReS
|
||||
"@type": "BlogPosting",
|
||||
"headline": "September, 2023",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2023-09/",
|
||||
"wordCount": "1060",
|
||||
"wordCount": "1310",
|
||||
"datePublished": "2023-09-02T17:29:36+03:00",
|
||||
"dateModified": "2023-09-16T23:38:04+03:00",
|
||||
"dateModified": "2023-09-19T21:13:52+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -281,6 +281,79 @@ Start a harvest on AReS
|
||||
<li>Important to note that you must use GNU <code>sort</code> on the fiels first, as I had tried sorting in vim and it didn’t satisfy <code>join</code></li>
|
||||
<li>So it seems there are 542 Slideshare presentations we are missing</li>
|
||||
</ul>
|
||||
<h2 id="2023-09-20">2023-09-20</h2>
|
||||
<ul>
|
||||
<li>Regarding the incorrect city in Solr statistics, I see we have 1,600,000 of them
|
||||
<ul>
|
||||
<li>Before filing a GitHub issue, I want to check if they maybe come from an Atmire module, as I see them clustered around two particular CUA versions:</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-json" data-lang="json"><span style="display:flex;"><span>{
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"responseHeader"</span>: {
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"status"</span>: <span style="color:#ae81ff">0</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"QTime"</span>: <span style="color:#ae81ff">2760</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"params"</span>: {
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"q"</span>: <span style="color:#e6db74">"city:com.maxmind.geoip2.record.City*"</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"facet.field"</span>: <span style="color:#e6db74">"cua_version"</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"indent"</span>: <span style="color:#e6db74">"true"</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"rows"</span>: <span style="color:#e6db74">"0"</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"wt"</span>: <span style="color:#e6db74">"json"</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"facet"</span>: <span style="color:#e6db74">"true"</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"_"</span>: <span style="color:#e6db74">"1695192301927"</span>
|
||||
</span></span><span style="display:flex;"><span> }
|
||||
</span></span><span style="display:flex;"><span> },
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"response"</span>: {
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"numFound"</span>: <span style="color:#ae81ff">1661863</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"start"</span>: <span style="color:#ae81ff">0</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"docs"</span>: []
|
||||
</span></span><span style="display:flex;"><span> },
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"facet_counts"</span>: {
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"facet_queries"</span>: {},
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"facet_fields"</span>: {
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"cua_version"</span>: [
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#e6db74">"6.x-4.1.10-ilri-RC7"</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#ae81ff">1112186</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#e6db74">"6.x-4.1.10-ilri-RC5"</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#ae81ff">451180</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#e6db74">"6.x-4.1.10-ilri-RC9"</span>,
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#ae81ff">0</span>
|
||||
</span></span><span style="display:flex;"><span> ]
|
||||
</span></span><span style="display:flex;"><span> },
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"facet_dates"</span>: {},
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"facet_ranges"</span>: {},
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">"facet_intervals"</span>: {}
|
||||
</span></span><span style="display:flex;"><span> }
|
||||
</span></span><span style="display:flex;"><span>}
|
||||
</span></span></code></pre></div><ul>
|
||||
<li>I migrated AReS from Linode to Hetzner</li>
|
||||
<li>I asked on Slack and someone told me that we need to edit <code>src/app/menu.resolver.ts</code> to add new drop down menus to the top navbar
|
||||
<ul>
|
||||
<li>It works, though is unfortunate that we can’t do it in a theme</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="2023-09-21">2023-09-21</h2>
|
||||
<ul>
|
||||
<li>More minor work on DSpace 7 home page and menus</li>
|
||||
<li>Meeting to discuss types and DSpace 7 migration plans</li>
|
||||
<li>Create a DSpace 7 theme for IITA</li>
|
||||
</ul>
|
||||
<h2 id="2023-09-22">2023-09-22</h2>
|
||||
<ul>
|
||||
<li>Create a DSpace 7 theme for IWMI</li>
|
||||
<li>I had some issues with pm2 on the new DSpace 7 Test
|
||||
<ul>
|
||||
<li>It seems to be due to mixing systemd starting versus manually starting / stopping…</li>
|
||||
<li>After reading the discussion in <a href="https://github.com/Unitech/pm2/issues/2914">this pm2 issue</a> I realize that we probably need to use <code>--no-daemon</code> to have systemd fully manage the processes without pm2 trying to save state</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="2023-09-23">2023-09-23</h2>
|
||||
<ul>
|
||||
<li>Export CGSpace to check for missing Initiative collection mappings</li>
|
||||
<li>Start a harvest on AReS</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -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="2023-09-16T23:38:04+03:00" />
|
||||
<meta property="og:updated_time" content="2023-09-19T21:13:52+03:00" />
|
||||
|
||||
|
||||
|
||||
|
@ -3,19 +3,19 @@
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||
<lastmod>2023-09-16T23:38:04+03:00</lastmod>
|
||||
<lastmod>2023-09-19T21:13:52+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2023-09-16T23:38:04+03:00</lastmod>
|
||||
<lastmod>2023-09-19T21:13:52+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2023-09-16T23:38:04+03:00</lastmod>
|
||||
<lastmod>2023-09-19T21:13:52+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2023-09-16T23:38:04+03:00</lastmod>
|
||||
<lastmod>2023-09-19T21:13:52+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2023-09/</loc>
|
||||
<lastmod>2023-09-16T23:38:04+03:00</lastmod>
|
||||
<lastmod>2023-09-19T21:13:52+03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2023-08/</loc>
|
||||
<lastmod>2023-09-01T08:10:02+03:00</lastmod>
|
||||
|
Loading…
Reference in New Issue
Block a user