Christopher Jones
Christopher Jones
ISO 19115 has a concept of a `platform` that is defined as: > vehicle or other support base that holds a sensor and a `sensor` defined as: > device or...
Jeanette noticed that CSV output is no longer working in Metacat 2.13.0 installations with external Solr indices: ``` curl "https://knb.ecoinformatics.org/knb/d1/mn/v2/query/solr/?q=*:*&fl=id&wt=csv" ``` and ``` curl "https://arcticdata.io/metacat/d1/mn/v2/query/solr/?q=*:*&fl=id&wt=csv" ``` Note that the exception...
On ncei.nceas.ucsb.edu, which is a small test server with 8GB of RAM, we're seeing the kernel `oom-killer` repeatedly kill the python process that results from the cron job running `python...
We currently let users know that a data package or science metadata document 'has a newer version' in the UI when someone navigates to an object mid-stream in the obsolescence...
Allow users to subscribe to a data package and get updates when it changes. Look into using the `seriesId` for the binding point rather than specific `pid`s. refs #197
We enable direct object downloads using the `Download` button in the `MetadataView`, and the URLs in the `dataone` theme default to CN `resolve()` URL endpoints. This call returns a response...
We currently use a modal dialog for editing metadata and data permissions in the Metadata Editor, accessed through the `Share` button for each row of the Data Package table, including...
In MetacatUI, we plan to use the EML `/eml/dataset/publisher/organizationName` in the citation for certain MNs, such as ESS-DIVE. We currently don't index this field in Solr, and so it's not...
Shreyas and @vchendrix pointed out that while having MetacatUI opened in two tabs, and logging out in one tab, the user remains logged in in the other tab in that...
Navigating to the `My Datasets` page shows a filter where the authenticated user is the `Creator` of the data package: : Feedback from ESS-DIVE scientists and their curation team includes...