mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: lots of work
This commit is contained in:
parent
4a19d6eb06
commit
848038b62b
158 changed files with 1361 additions and 685 deletions
43
frontend/src/Debate/Arguments/Inferences/HealthyFibre.elm
Executable file
43
frontend/src/Debate/Arguments/Inferences/HealthyFibre.elm
Executable file
|
@ -0,0 +1,43 @@
|
|||
module Debate.Arguments.Inferences.HealthyFibre exposing (..)
|
||||
|
||||
import Debate.Arguments.Types exposing (..)
|
||||
|
||||
|
||||
argumentHealthyFibre : Argument
|
||||
argumentHealthyFibre =
|
||||
{ argumentTitle = "Argument for Overwhelmingly Healthy Fibre"
|
||||
, propositionTitle = "Fibre, whether whole or refined, is overwhelmingly healthy."
|
||||
, propositionReductio = ""
|
||||
, propositionSummary = "Even when you account for factors that could plausibly influence the results, both refined and whole fibre have been shown to consistently reduce the risk of morbidity and mortality, strongly suggesting that they directly contribute to better health outcomes, particularly with respect to cardiovascular disease."
|
||||
, proofLink = "https://www.umsu.de/trees/#(~6x(Px~4Qx)),(Qb)|=(Pb)"
|
||||
|
||||
, argumentCertainty = 9
|
||||
, argumentImage = "fibre"
|
||||
, definitionTable =
|
||||
[ { definiendum = "P(x)"
|
||||
, definiens = "(x) is overwhelmingly healthy"
|
||||
}
|
||||
, { definiendum = "Q(x)"
|
||||
, definiens = "(x) consistently associates with a reduced risk of morbidity and mortality after adjustment or control over relevant confounders and covariates"
|
||||
}
|
||||
, { definiendum = "x"
|
||||
, definiens = "a food"
|
||||
}
|
||||
, { definiendum = "b"
|
||||
, definiens = "fibre"
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "For all things, a food is overwhelmingly healthy if, and only if, the food consistently associates with a reduced risk of morbidity and mortality after adjustment or control over relevant confounders and covariates."
|
||||
, notation = "∀x(Px↔Qx)"
|
||||
}
|
||||
, { premise = "Fibre, whether whole or refined, consistently associates with a reduced risk of morbidity and mortality after adjustment or control over relevant confounders and covariates."
|
||||
, notation = "Qb"
|
||||
}
|
||||
]
|
||||
, conclusion = "Therefore, fibre, whether whole or refined, is overwhelmingly healthy."
|
||||
, conclusionNotation = "Pb"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue