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"
|
, cuckSocial = "https://x.com/ClemensZsofia"
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1528377198180290561?s=20"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1528377198180290561?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = OutrightNo
|
||||||
, dodgeProposition = noProposition
|
, dodgeProposition = "Well-planned, plant-based diets are healthy."
|
||||||
, dodgeNicksDoxasticState = Nothing
|
, dodgeNicksDoxasticState = Just Belief
|
||||||
, dodgeNicksDoxasticReason = NoProp
|
, dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propPlantBasedDiets
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -90,6 +90,7 @@ type alias PropReasons =
|
||||||
, propEmpiricalClaim : String
|
, propEmpiricalClaim : String
|
||||||
, propAnalyticalTruth : String
|
, propAnalyticalTruth : String
|
||||||
, propNutritionalEpidemiology : String
|
, propNutritionalEpidemiology : String
|
||||||
|
, propPlantBasedDiets : String
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -106,4 +107,5 @@ commonPropReasons =
|
||||||
, propEmpiricalClaim = "This is an empirical claim that requires empirical evidence, and none was provided."
|
, propEmpiricalClaim = "This is an empirical claim that requires empirical evidence, and none was provided."
|
||||||
, propAnalyticalTruth = "The proposition is simply a trivial analytical truth."
|
, 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."
|
, 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