mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: updated cuck
This commit is contained in:
parent
2e1135e510
commit
74dfd2725c
2 changed files with 6 additions and 4 deletions
|
@ -15,10 +15,10 @@ cuckZsofiaClemens =
|
|||
, cuckSocial = "https://x.com/ClemensZsofia"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1528377198180290561?s=20"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = noProposition
|
||||
, dodgeNicksDoxasticState = Nothing
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
, dodgeDescription = OutrightNo
|
||||
, dodgeProposition = "Well-planned, plant-based diets are healthy."
|
||||
, dodgeNicksDoxasticState = Just Belief
|
||||
, dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propPlantBasedDiets
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -90,6 +90,7 @@ type alias PropReasons =
|
|||
, propEmpiricalClaim : String
|
||||
, propAnalyticalTruth : String
|
||||
, propNutritionalEpidemiology : String
|
||||
, propPlantBasedDiets : String
|
||||
}
|
||||
|
||||
|
||||
|
@ -106,4 +107,5 @@ commonPropReasons =
|
|||
, propEmpiricalClaim = "This is an empirical claim that requires empirical evidence, and none was provided."
|
||||
, propAnalyticalTruth = "The proposition is simply a trivial analytical truth."
|
||||
, propNutritionalEpidemiology = "With exposures matched, nutritional epidemiology agrees with nutritional randomized controlled trials approximately 91% of the time."
|
||||
, propPlantBasedDiets = "The aggregate of the data suggests that appropriately supplemented plant-based diets decrease the risk of chronic disease compared to likewise meat-inclusive diets."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue