August, 2022
+ +2022-08-01
+-
+
- Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago +
diff --git a/content/posts/2022-08.md b/content/posts/2022-08.md new file mode 100644 index 000000000..e3eb04f46 --- /dev/null +++ b/content/posts/2022-08.md @@ -0,0 +1,14 @@ +--- +title: "August, 2022" +date: 2022-08-01T10:22:36+03:00 +author: "Alan Orth" +categories: ["Notes"] +--- + +## 2022-08-01 + +- Our request to add [CC-BY-3.0-IGO to SPDX](https://github.com/spdx/license-list-XML/issues/1525) was approved a few weeks ago + + + + diff --git a/docs/2015-11/index.html b/docs/2015-11/index.html index e4b8b830a..d53940651 100644 --- a/docs/2015-11/index.html +++ b/docs/2015-11/index.html @@ -64,7 +64,7 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac - + @@ -242,6 +242,8 @@ db.statementpool = true
Documenting day-to-day work on the CGSpace repository.
+localhost/dspace63= > \COPY (SELECT DISTINCT text_value as "cg.contributor.affiliation", count(*) FROM metadatavalue WHERE dspace_object_id IN (SELECT uuid FROM item) AND metadata_field_id = 211 GROUP BY text_value ORDER BY count DESC) to /tmp/2021-10-01-affiliations.csv WITH CSV HEADER;
-$ csvcut -c 1 /tmp/2021-10-01-affiliations.csv | sed 1d > /tmp/2021-10-01-affiliations.txt
-$ ./ilri/ror-lookup.py -i /tmp/2021-10-01-affiliations.txt -r 2021-09-23-ror-data.json -o /tmp/2021-10-01-affili
-ations-matching.csv
-$ csvgrep -c matched -m true /tmp/2021-10-01-affiliations-matching.csv | sed 1d | wc -l
-1879
-$ wc -l /tmp/2021-10-01-affiliations.txt
-7100 /tmp/2021-10-01-affiliations.txt
-