Regenerate public

This commit is contained in:
2017-03-30 14:51:57 +03:00
parent 9809c45295
commit e6fa6a9a1d
29 changed files with 88 additions and 288 deletions

View File

@ -37,7 +37,7 @@ $ identify ~/Desktop/alc_contrastes_desafios.jpg
<meta property="article:published_time" content="2017-03-01T17:08:52&#43;02:00"/>
<meta property="article:modified_time" content="2017-03-28T18:39:09&#43;03:00"/>
<meta property="article:modified_time" content="2017-03-30T14:50:53&#43;03:00"/>
@ -91,26 +91,16 @@ $ identify ~/Desktop/alc_contrastes_desafios.jpg
{
"@context": "http://schema.org",
"@type": "BlogPosting",
"headline": "March, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-03/",
"wordCount": "1494",
"wordCount": "1528",
"datePublished": "2017-03-01T17:08:52&#43;02:00",
"dateModified": "2017-03-28T18:39:09&#43;03:00",
"dateModified": "2017-03-30T14:50:53&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
}
,
},
"keywords": "Notes"
}
</script>
@ -121,7 +111,7 @@ $ identify ~/Desktop/alc_contrastes_desafios.jpg
<title>March, 2017 | CGSpace Notes</title>
<!-- combined, minified CSS -->
<link href="https://alanorth.github.io/cgspace-notes/css/style.css" rel="stylesheet" integrity="sha384-Cdt2yG10w21pA8DMpImJIvsLOME686p75OYD9jGCZVWvOol9zkEsaF3ctGEuBXK6" crossorigin="anonymous">
<link href="https://alanorth.github.io/cgspace-notes/css/style.css" rel="stylesheet" integrity="sha384-KgZMa5t4zn&#43;0nHuId9vV0Oqe9qSvqAhmtw588G8XKQmOFtA&#43;y4ZkRl2JPMhw1dsN" crossorigin="anonymous">
@ -442,6 +432,12 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
<pre><code>dspace=# select coalesce(case when metadata_schema_id=1 then 'dc.' else 'cg.' end) || concat_ws('.', element, qualifier) as field, scope_note from metadatafieldregistry where metadata_schema_id in (1, 2);
</code></pre>
<h2 id="2017-03-30">2017-03-30</h2>
<ul>
<li>Adjust the Linode CPU usage alerts for the CGSpace server from 150% to 200%, as generally the nightly Solr indexing causes a usage around 150190%, so this should make the alerts less regular</li>
</ul>