metacatui icon indicating copy to clipboard operation
metacatui copied to clipboard

Add sampling and methods citation field to editor

Open laurenwalker opened this issue 8 years ago • 2 comments

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 avatar May 16 '17 19:05 laurenwalker

Moving this to 2.1.0 since it is a lower priority field

laurenwalker avatar Sep 07 '17 21:09 laurenwalker

Moving this to 2.1.0 since it is a lower priority field

laurenwalker avatar Sep 07 '17 21:09 laurenwalker

@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:

  • [ ] Implement an EML Citation model - must be able to parse and serialize an EML Citation
  • [ ] Build a generic EML Citation Editor View
  • [ ] Integrate the citation model & view into the editor

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.

robyngit avatar Apr 23 '24 20:04 robyngit