mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Add notes for 2022-03-24
This commit is contained in:
parent
017a1f5502
commit
93e828a901
@ -189,4 +189,14 @@ Due to abuse we no longer permit requests without a user agent. Please specify a
|
||||
- I can only assume that these requests used a literal '-' so I will have to add an nginx rule to block those too
|
||||
- Otherwise, I see from my notes that 70.32.90.172 is the wle.cgiar.org REST API harvester... I should ask Macaroni Bros about that
|
||||
|
||||
## 2022-03-24
|
||||
|
||||
- Maria from ABC asked about a reporting discrepancy on AReS
|
||||
- I think it's because the last harvest was over the weekend, and she was expecting to see items submitted this week
|
||||
- Paola from ABC said they are decomissioning the server where many of their library PDFs are hosted
|
||||
- She asked if we can download them and upload them directly to CGSpace
|
||||
- I re-created my local Artifactory container
|
||||
- I am doing a walkthrough of DSpace 7.3-SNAPSHOT to see how things are lately
|
||||
- One thing I realized is that OAI is no longer a standalone web application, it is part of the `server` app now: http://localhost:8080/server/oai/request?verb=Identify
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -44,7 +44,7 @@ $ csvjoin -c id /tmp/2022-03-01-tac-batch4-701-980.csv /tmp/tac4-filenames.csv &
|
||||
"@type": "BlogPosting",
|
||||
"headline": "March, 2022",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2022-03/",
|
||||
"wordCount": "1011",
|
||||
"wordCount": "1116",
|
||||
"datePublished": "2022-03-01T16:46:54+03:00",
|
||||
"dateModified": "2022-03-22T22:03:45+03:00",
|
||||
"author": {
|
||||
@ -302,6 +302,25 @@ isNotNull(value.match('821'))
|
||||
<li>I can only assume that these requests used a literal ‘-’ so I will have to add an nginx rule to block those too</li>
|
||||
<li>Otherwise, I see from my notes that 70.32.90.172 is the wle.cgiar.org REST API harvester… I should ask Macaroni Bros about that</li>
|
||||
</ul>
|
||||
<h2 id="2022-03-24">2022-03-24</h2>
|
||||
<ul>
|
||||
<li>Maria from ABC asked about a reporting discrepancy on AReS
|
||||
<ul>
|
||||
<li>I think it’s because the last harvest was over the weekend, and she was expecting to see items submitted this week</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Paola from ABC said they are decomissioning the server where many of their library PDFs are hosted
|
||||
<ul>
|
||||
<li>She asked if we can download them and upload them directly to CGSpace</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>I re-created my local Artifactory container</li>
|
||||
<li>I am doing a walkthrough of DSpace 7.3-SNAPSHOT to see how things are lately
|
||||
<ul>
|
||||
<li>One thing I realized is that OAI is no longer a standalone web application, it is part of the <code>server</code> app now: http://localhost:8080/server/oai/request?verb=Identify</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user