NCEAS / metacatui

MetacatUI: A client-side web interface for DataONE data repositories
https://nceas.github.io/metacatui
Apache License 2.0
42 stars 27 forks source link

Design and implement funder view graph of metadata quality info #273

Open gothub opened 7 years ago

gothub commented 7 years ago

This view could also be used to view NSF specific info or any other funder

gothub commented 7 years ago

What will be the source of the funding info for this view? The metadata quality report documents will contribute the fields 'mdq.metadata.funder' (from EML '') and 'mdq.metadata.funder.lookup' (using with http://api.nsf.gov/services/v1/awards.json) to the Solr index. The 'lookup' field may contain the funded program name (for NSF projects).

What other info needs to be supplied by the index in order to generate these reports? For NSF we may have directorate, section. Is program sufficient or do we need these other levels?

How do these translate to other funding sources and what is the source of that info?