mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes
This commit is contained in:
@ -19,7 +19,7 @@ I tried to delete all users who have been inactive since six years ago (July 1,
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2024-07/" />
|
||||
<meta property="article:published_time" content="2024-07-01T09:37:00+03:00" />
|
||||
<meta property="article:modified_time" content="2024-07-11T13:08:22+03:00" />
|
||||
<meta property="article:modified_time" content="2024-08-22T09:51:08+03:00" />
|
||||
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@ A handful of book chapters, working papers, and journal articles using the wrong
|
||||
|
||||
I tried to delete all users who have been inactive since six years ago (July 1, 2018):
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.131.0">
|
||||
<meta name="generator" content="Hugo 0.133.1">
|
||||
|
||||
|
||||
|
||||
@ -44,9 +44,9 @@ I tried to delete all users who have been inactive since six years ago (July 1,
|
||||
"@type": "BlogPosting",
|
||||
"headline": "July, 2024",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2024-07/",
|
||||
"wordCount": "278",
|
||||
"wordCount": "277",
|
||||
"datePublished": "2024-07-01T09:37:00+03:00",
|
||||
"dateModified": "2024-07-11T13:08:22+03:00",
|
||||
"dateModified": "2024-08-22T09:51:08+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -153,8 +153,7 @@ I tried to delete all users who have been inactive since six years ago (July 1,
|
||||
</span></span></code></pre></div><ul>
|
||||
<li>Similarly, get a list of withdrawn item redirects:</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>dspace= ☘ \COPY (SELECT m.text_value AS handle_from, h.handle AS handle_to FROM metadatavalue m JOIN handle h on m.dspace_object_id = h.resource_id WHERE m.metadata_field_
|
||||
</span></span><span style="display:flex;"><span>id=181 AND h.resource_type_id=2 AND h.resource_id IN (SELECT uuid FROM item WHERE in_archive AND NOT withdrawn)) to /tmp/handle-redirects.csv CSV HEADER;
|
||||
<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>dspace= ☘ \COPY (SELECT m.text_value AS handle_from, h.handle AS handle_to FROM metadatavalue m JOIN handle h on m.dspace_object_id = h.resource_id WHERE m.metadata_field_id=181 AND h.resource_type_id=2 AND h.resource_id IN (SELECT uuid FROM item WHERE in_archive AND NOT withdrawn)) to /tmp/handle-redirects.csv CSV HEADER;
|
||||
</span></span><span style="display:flex;"><span>COPY 396
|
||||
</span></span></code></pre></div><h2 id="2024-07-18">2024-07-18</h2>
|
||||
<ul>
|
||||
@ -186,6 +185,8 @@ I tried to delete all users who have been inactive since six years ago (July 1,
|
||||
<ol class="list-unstyled">
|
||||
|
||||
|
||||
<li><a href="/cgspace-notes/2024-08/">August, 2024</a></li>
|
||||
|
||||
<li><a href="/cgspace-notes/2024-07/">July, 2024</a></li>
|
||||
|
||||
<li><a href="/cgspace-notes/2024-06/">June, 2024</a></li>
|
||||
@ -194,8 +195,6 @@ I tried to delete all users who have been inactive since six years ago (July 1,
|
||||
|
||||
<li><a href="/cgspace-notes/2024-04/">April, 2024</a></li>
|
||||
|
||||
<li><a href="/cgspace-notes/2024-03/">March, 2024</a></li>
|
||||
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user