NCEAS / metacatui

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

Add sampling and methods citation field to editor #122

Open laurenwalker opened 7 years ago

laurenwalker commented 7 years ago

It was decided in the Arctic Data Center science advisory board meeting that we should add a field in the sampling section for a citation. From the EML specs:

The citation field allows to either referencea literature resource or enter structured literature information

laurenwalker commented 6 years ago

Moving this to 2.1.0 since it is a lower priority field

robyngit commented 2 months ago

@justinkadi reported that this is a feature PIs would make good use of, and currently citations are just added as text in the method fields. Here is documentation on the relevant EML field: https://eml.ecoinformatics.org/schema/eml-methods_xsd.html#ProcedureStepType_citation.

Steps:

Note we have a Citation Model, but it's designed to parse a response from the metrics service. We'll probably need a new EML Citation Model, but we should consider whether we can combine these two.