/// Job title (e.g. "Group Lead") of role that the contact fills related to the asscociated research activity.
/// Job title (e.g., "Group Lead") of role that the contact fills related to the asscociated research activity.
/// ### Example
/// > Ideal contact title for a project would be "Primary Investigator"
///
/// ### Example
/// > Ideal contact title for a group organization would be "Group Lead"
///
/// <div class="warning">When the nearest associated title is unclear, job role of the contact can be used (e.g. "Senior Scientist").</div>
/// <div class="warning">When the nearest associated title is unclear, job role of the contact can be used (e.g., "Senior Scientist").</div>
///
/// See <https://schema.org/jobTitle> for more information
#[builder(default="Researcher".to_string())]
@@ -276,7 +276,7 @@ pub struct ContactPoint {
/// See <https://schema.org/affiliation> for more information
pubaffiliation:Option<String>,
}
/// Image format media (e.g. PNG, JPEG, SVG, etc.)
/// Image format media (e.g., PNG, JPEG, SVG, etc.)
///
/// See <https://schema.org/ImageObject>
#[skip_serializing_none]
@@ -377,7 +377,7 @@ pub struct Metadata {
/// See [Keyword]
#[builder(default=Vec::<String>::new())]
pubkeywords:Vec<Keyword>,
/// Software, programmings languages, and digital resources (e.g. tools, libraries, frameworks, data) related to the associated research activity data
/// Software, programmings languages, and digital resources (e.g., tools, libraries, frameworks, data) related to the associated research activity data
/// ### Examples
/// - Rust
/// - Polars
@@ -442,7 +442,7 @@ pub struct Organization {
/// See <https://www.ror.org/> for more information