ScienceBlock
Description
The User.TappedContinue
type defines an action that requires a client to
The ScienceBlock
type defines a presentational component to convey
information specific to a science journal. Mindstep uses this component to
highlight relevant research into the topic at hand.
Properties
title
(string
, required) - The title of a published paper.description
(string
, required) - A short description of the research.publicationName
(string
, required) - The name of the journal in which the paper was published.tag
(string
, required) - A free-text tag to highlight a specific facet of the paper.
Example
{
"type" : "ScienceBlock",
"title" : "Clustering post-concussive symptoms",
"description" : "We used AI models to spot new trends in how post-concussive symptoms present themselves.",
"publicationName" : "Brain Injury",
"tag" : "Peer reviewed 🧠"
}