May, 2017
+ +2017-05-01
+ +-
+
- ICARDA apparently started working on CG Core on their MEL repository +
- They have done a few
cg.*
fields, but not very consistent and even copy some of CGSpace items: + +
+
diff --git a/content/post/2017-05.md b/content/post/2017-05.md new file mode 100644 index 000000000..946da3218 --- /dev/null +++ b/content/post/2017-05.md @@ -0,0 +1,13 @@ ++++ +date = "2017-05-01T16:21:52+02:00" +author = "Alan Orth" +title = "May, 2017" +tags = ["Notes"] + ++++ +## 2017-05-01 + +- ICARDA apparently started working on CG Core on their MEL repository +- They have done a few `cg.*` fields, but not very consistent and even copy some of CGSpace items: + - https://mel.cgiar.org/xmlui/handle/20.500.11766/6911?show=full + - https://cgspace.cgiar.org/handle/10568/73683 diff --git a/public/2015-11/index.html b/public/2015-11/index.html index ea9bd69fe..4d0996622 100644 --- a/public/2015-11/index.html +++ b/public/2015-11/index.html @@ -25,7 +25,7 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac - + @@ -71,7 +71,7 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac "url": "https://alanorth.github.io/cgspace-notes/2015-11/", "wordCount": "798", "datePublished": "2015-11-23T17:00:57+03:00", - "dateModified": "2016-09-28T17:02:30+03:00", + "dateModified": "2015-11-23T17:00:57+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -300,6 +300,8 @@ db.statementpool = true
Documenting day-to-day work on the CGSpace repository.
+cg.*
fields, but not very consistent and even copy some of CGSpace items:
+
+dc.description.sponsorship
to Discovery sidebar facets and make investors clickable in item view (#232)dspacetest=# update metadatavalue set text_value = regexp_replace(text_value, '(^.+?),$', '\1') where metadata_field_id=3 and resource_type_id=2 and text_value ~ '^.+?,$';
-UPDATE 95
-dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and resource_type_id=2 and text_value ~ '^.+?,$';
- text_value
-------------
-(0 rows)
-
-
-