Add notes for 2022-03-01

This commit is contained in:
2022-03-01 17:48:40 +03:00
parent 7a0cfadc3d
commit 7453499827
116 changed files with 1183 additions and 826 deletions

21
content/posts/2022-03.md Normal file
View File

@ -0,0 +1,21 @@
---
title: "March, 2022"
date: 2022-03-01T16:46:54+03:00
author: "Alan Orth"
categories: ["Notes"]
---
## 2022-03-01
- Send Gaia the last batch of potential duplicates for items 701 to 980:
```console
$ csvcut -c id,dc.title,dcterms.issued,dcterms.type ~/Downloads/2022-03-01-CGSpace-TAC-ICW-batch4-701-980.csv > /tmp/tac4.csv
$ ./ilri/check-duplicates.py -i /tmp/tac4.csv -db dspace -u dspace -p 'fuuu' -o /tmp/2022-03-01-tac-batch4-701-980.csv
$ csvcut -c id,filename ~/Downloads/2022-03-01-CGSpace-TAC-ICW-batch4-701-980.csv > /tmp/tac4-filenames.csv
$ csvjoin -c id /tmp/2022-03-01-tac-batch4-701-980.csv /tmp/tac4-filenames.csv > /tmp/2022-03-01-tac-batch4-701-980-filenames.csv
```
<!--more-->
<!-- vim: set sw=2 ts=2: -->