Created: 2014-09-23
Revised: 2014-10-14
Scientist can provide links to scholalrly papers that were derived from particular executions of a script or model.
Scenario
"As a scientist using R or Matlab, I want to link my paper to a given script run so I can document the exact process I used to derive my published data, figures, or tables."
In R or Matlab, after executing a script and recording provenance information about the run, a scientist can later update the execution's provenance information by providing a link to a permanent identifier (such as a DOI) of a published document.
Use case diagram
Sequence diagram
- Investigator
- Client Software
- The necessary DataONE run manager packages have been installed in R or Matlab
- Scientist invokes the run manager list() function, providing search terms to select matching executions
- Scientist invokes the run manager insertRelationship() function, providing the relationship type, paper reference, and execution id
- The scientist has updated the execution's provenance information

