Skip to content

Commit

Permalink
Add JOIDES Resolution to lab names
Browse files Browse the repository at this point in the history
  • Loading branch information
rminnett committed Jun 24, 2022
1 parent 73acb90 commit 21f7469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/modules/er/controlled_vocabularies.js
Original file line number Diff line number Diff line change
Expand Up @@ -12825,6 +12825,8 @@ export const cvs = {
"label": "Laboratory Names",
"database_column": "lab_names",
"items": [{
"item": "JOIDES Resolution (Texas A&M University, USA)"
}, {
"item": "Department of Geomagnetism (Academy of Sciences, Czech Republic)"
}, {
"item": "Paleomagnetic Laboratory (AGICO Inc., Czech Republic)"
Expand Down
2 changes: 1 addition & 1 deletion server/methods/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ export default function () {
}
return row;
});
console.log('esUpdatePrivatePreSummaries starting chunk', i+1, 'of', n, JSON.stringify(body).substring(0, 50000));
// console.log('esUpdatePrivatePreSummaries starting chunk', i+1, 'of', n, JSON.stringify(body).substring(0, 50000));
esClient.bulk({ body }, (err, resp) => {
if (!resp || resp.body.errors) {
console.error('esUpdatePrivatePreSummaries errors in chunk', i+1, 'of', n, JSON.stringify(resp).substring(0, 10000));
Expand Down

0 comments on commit 21f7469

Please sign in to comment.