/// Ideas; formulation or evolution of overarching research goals and aims.
#[display("conceptualization")]
Conceptualization,
/// Management activities to annotate (produce metadata), scrub data and maintain research data (including software code, where it is necessary for interpreting the data itself) for initial use and later re-use.
#[display("data-curation")]
DataCuration,
/// Application of statistical, mathematical, computational, or other formal techniques to analyze or synthesize study data.
#[display("formal-analysis")]
FormalAnalysis,
/// Acquisition of the financial support for the project leading to this publication.
#[display("funding-acquisition")]
FundingAcquisition,
/// Conducting a research and investigation process, specifically performing the experiments, or data/evidence collection.
#[display("investigation")]
Investigation,
/// Development or design of methodology; creation of models.
#[display("methodology")]
Methodology,
/// Management and coordination responsibility for the research activity planning and execution.
#[display("project-administration")]
ProjectAdministration,
/// Provision of study materials, reagents, materials, patients, laboratory samples, animals, instrumentation, computing resources, or other analysis tools.
#[display("resources")]
Resources,
/// Programming, software development; designing computer programs; implementation of the computer code and supporting algorithms; testing of existing code components.
#[display("software")]
Software,
/// Oversight and leadership responsibility for the research activity planning and execution, including mentorship external to the core team.
#[display("supervision")]
Supervision,
/// Verification, whether as a part of the activity or separate, of the overall replication/reproducibility of results/experiments and other research outputs.
#[display("validation")]
Validation,
/// Preparation, creation and/or presentation of the published work, specifically visualization/data presentation.
#[display("visualization")]
Visualization,
/// Preparation, creation and/or presentation of the published work, specifically writing the initial draft (including substantive translation).
#[display("writing-original-draft")]
WritingOriginalDraft,
/// Preparation, creation and/or presentation of the published work by those from the original research group, specifically critical review, commentary or revision - including pre- or post-publication stages
#[display("writing-review-editing")]
WritingReviewEditing,
}
/// Flag indicating that a value is affirmative (e.g. for `leader` or `contact`)
/// Contributor's administrative position in the project
///
/// Example: "Principal Investigator"
pubid:String,
/// URI of the position schema used
///
/// Note: Controlled list of schemas is informed by Simon Cox's [Project Ontology], [OpenAIRE] "Project" guidelines, NIH definitions, ARC definitions, and DataCite Metadata Schema 4.4 Appendix 1 Table 5 "Description of contributorType".