mirror of
				https://github.com/alanorth/cgspace-notes.git
				synced 2025-01-27 05:49:12 +01:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			2d8532e10e
			...
			0207664d3a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						0207664d3a
	
				 | 
					
					
						|||
| 
						
						
							
						
						073e814b1d
	
				 | 
					
					
						|||
| 
						
						
							
						
						5060774b90
	
				 | 
					
					
						
@@ -63,4 +63,18 @@ $ dspace import --add --eperson=aorth@mjanja.ch --source /tmp/SimpleArchiveForma
 | 
			
		||||
  - I still need to share our results and recommendations with Peter, Enrico, Sara, Svetlana, et al
 | 
			
		||||
- I made some minor fixes to csv-metadata-quality while working on the MARLO CRP Innovations
 | 
			
		||||
 | 
			
		||||
## 2022-08-05
 | 
			
		||||
 | 
			
		||||
- I discussed issues with the DSpace 7 submission forms on Slack and Mark Wood found that the migration tool creates a non-working submission form
 | 
			
		||||
  - After updating the class name of the collection step and removing the "complete" and "sample" steps the submission form was working
 | 
			
		||||
  - Now the issue is that the controlled vocabularies show up like this:
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
- I think we need to add IDs, I will have to check what the implications of that are
 | 
			
		||||
- Emilio contacted me last week to say they have re-worked their harvester on Hetzner to use a new user agent: `AICCRA website harvester`
 | 
			
		||||
  - I verified that I see it in the REST API logs, but I don't see any new stats hits for it
 | 
			
		||||
  - I do see 11,000 hits from that IP last month when I had the incorrect nginx configuration that was sending a literal `$http_user_agent` so I purged those
 | 
			
		||||
  - It is lucky that we have `harvest` in the DSpace spider agent example file so Solr doesn't log these hits, nothing needed to be done in nginx
 | 
			
		||||
 | 
			
		||||
<!-- vim: set sw=2 ts=2: -->
 | 
			
		||||
 
 | 
			
		||||
@@ -26,7 +26,7 @@ There seem to be many more of these:
 | 
			
		||||
<meta property="og:type" content="article" />
 | 
			
		||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-06/" />
 | 
			
		||||
<meta property="article:published_time" content="2022-06-06T09:01:36+03:00" />
 | 
			
		||||
<meta property="article:modified_time" content="2022-07-04T09:25:14+03:00" />
 | 
			
		||||
<meta property="article:modified_time" content="2022-08-03T21:01:39+03:00" />
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -60,7 +60,7 @@ There seem to be many more of these:
 | 
			
		||||
  "url": "https://alanorth.github.io/cgspace-notes/2022-06/",
 | 
			
		||||
  "wordCount": "1786",
 | 
			
		||||
  "datePublished": "2022-06-06T09:01:36+03:00",
 | 
			
		||||
  "dateModified": "2022-07-04T09:25:14+03:00",
 | 
			
		||||
  "dateModified": "2022-08-03T21:01:39+03:00",
 | 
			
		||||
  "author": {
 | 
			
		||||
    "@type": "Person",
 | 
			
		||||
    "name": "Alan Orth"
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,7 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
 | 
			
		||||
<meta property="og:type" content="article" />
 | 
			
		||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-08/" />
 | 
			
		||||
<meta property="article:published_time" content="2022-08-01T10:22:36+03:00" />
 | 
			
		||||
<meta property="article:modified_time" content="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="article:modified_time" content="2022-08-05T21:05:13+03:00" />
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -34,9 +34,9 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
 | 
			
		||||
  "@type": "BlogPosting",
 | 
			
		||||
  "headline": "August, 2022",
 | 
			
		||||
  "url": "https://alanorth.github.io/cgspace-notes/2022-08/",
 | 
			
		||||
  "wordCount": "492",
 | 
			
		||||
  "wordCount": "666",
 | 
			
		||||
  "datePublished": "2022-08-01T10:22:36+03:00",
 | 
			
		||||
  "dateModified": "2022-08-01T16:36:13+03:00",
 | 
			
		||||
  "dateModified": "2022-08-05T21:05:13+03:00",
 | 
			
		||||
  "author": {
 | 
			
		||||
    "@type": "Person",
 | 
			
		||||
    "name": "Alan Orth"
 | 
			
		||||
@@ -173,6 +173,26 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
 | 
			
		||||
</li>
 | 
			
		||||
<li>I made some minor fixes to csv-metadata-quality while working on the MARLO CRP Innovations</li>
 | 
			
		||||
</ul>
 | 
			
		||||
<h2 id="2022-08-05">2022-08-05</h2>
 | 
			
		||||
<ul>
 | 
			
		||||
<li>I discussed issues with the DSpace 7 submission forms on Slack and Mark Wood found that the migration tool creates a non-working submission form
 | 
			
		||||
<ul>
 | 
			
		||||
<li>After updating the class name of the collection step and removing the “complete” and “sample” steps the submission form was working</li>
 | 
			
		||||
<li>Now the issue is that the controlled vocabularies show up like this:</li>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
</ul>
 | 
			
		||||
<p><img src="/cgspace-notes/2022/08/dspace7-submission.png" alt="Controlled vocabulary bug in DSpace 7"></p>
 | 
			
		||||
<ul>
 | 
			
		||||
<li>I think we need to add IDs, I will have to check what the implications of that are</li>
 | 
			
		||||
<li>Emilio contacted me last week to say they have re-worked their harvester on Hetzner to use a new user agent: <code>AICCRA website harvester</code>
 | 
			
		||||
<ul>
 | 
			
		||||
<li>I verified that I see it in the REST API logs, but I don’t see any new stats hits for it</li>
 | 
			
		||||
<li>I do see 11,000 hits from that IP last month when I had the incorrect nginx configuration that was sending a literal <code>$http_user_agent</code> so I purged those</li>
 | 
			
		||||
<li>It is lucky that we have <code>harvest</code> in the DSpace spider agent example file so Solr doesn’t log these hits, nothing needed to be done in nginx</li>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
</ul>
 | 
			
		||||
<!-- raw HTML omitted -->
 | 
			
		||||
 | 
			
		||||
  
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								docs/2022/08/dspace7-submission.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								docs/2022/08/dspace7-submission.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 69 KiB  | 
@@ -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-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+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="2022-08-01T16:36:13+03:00" />
 | 
			
		||||
<meta property="og:updated_time" content="2022-08-05T21:05:13+03:00" />
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -3,25 +3,25 @@
 | 
			
		||||
  xmlns:xhtml="http://www.w3.org/1999/xhtml">
 | 
			
		||||
  <url>
 | 
			
		||||
    <loc>https://alanorth.github.io/cgspace-notes/2022-08/</loc>
 | 
			
		||||
    <lastmod>2022-08-01T16:36:13+03:00</lastmod>
 | 
			
		||||
    <lastmod>2022-08-05T21:05:13+03:00</lastmod>
 | 
			
		||||
  </url><url>
 | 
			
		||||
    <loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
 | 
			
		||||
    <lastmod>2022-08-01T16:36:13+03:00</lastmod>
 | 
			
		||||
    <lastmod>2022-08-05T21:05:13+03:00</lastmod>
 | 
			
		||||
  </url><url>
 | 
			
		||||
    <loc>https://alanorth.github.io/cgspace-notes/</loc>
 | 
			
		||||
    <lastmod>2022-08-01T16:36:13+03:00</lastmod>
 | 
			
		||||
    <lastmod>2022-08-05T21:05:13+03:00</lastmod>
 | 
			
		||||
  </url><url>
 | 
			
		||||
    <loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
 | 
			
		||||
    <lastmod>2022-08-01T16:36:13+03:00</lastmod>
 | 
			
		||||
    <lastmod>2022-08-05T21:05:13+03:00</lastmod>
 | 
			
		||||
  </url><url>
 | 
			
		||||
    <loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
 | 
			
		||||
    <lastmod>2022-08-01T16:36:13+03:00</lastmod>
 | 
			
		||||
    <lastmod>2022-08-05T21:05:13+03:00</lastmod>
 | 
			
		||||
  </url><url>
 | 
			
		||||
    <loc>https://alanorth.github.io/cgspace-notes/2022-07/</loc>
 | 
			
		||||
    <lastmod>2022-07-31T15:49:35+03:00</lastmod>
 | 
			
		||||
  </url><url>
 | 
			
		||||
    <loc>https://alanorth.github.io/cgspace-notes/2022-06/</loc>
 | 
			
		||||
    <lastmod>2022-07-04T09:25:14+03:00</lastmod>
 | 
			
		||||
    <lastmod>2022-08-03T21:01:39+03:00</lastmod>
 | 
			
		||||
  </url><url>
 | 
			
		||||
    <loc>https://alanorth.github.io/cgspace-notes/2022-05/</loc>
 | 
			
		||||
    <lastmod>2022-05-30T16:00:02+03:00</lastmod>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								static/2022/08/dspace7-submission.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/2022/08/dspace7-submission.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 69 KiB  | 
		Reference in New Issue
	
	Block a user