mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: added hashtags
This commit is contained in:
parent
33694f5ff8
commit
a5151ef112
2 changed files with 439 additions and 429 deletions
|
@ -1 +1,8 @@
|
||||||
module Hashtags.Helpers exposing (..)
|
module Hashtags.Helpers exposing (..)
|
||||||
|
|
||||||
|
import Hashtags.Types exposing (..)
|
||||||
|
|
||||||
|
|
||||||
|
hashtagMaker : List a
|
||||||
|
hashtagMaker =
|
||||||
|
[]
|
||||||
|
|
|
@ -1,430 +1,433 @@
|
||||||
module Hashtags.Types exposing (..)
|
module Hashtags.Types exposing (..)
|
||||||
|
|
||||||
type Hashtags =
|
|
||||||
Nutrition
|
type Hashtags
|
||||||
| Disease
|
= Agriculture
|
||||||
| Debate
|
|
||||||
| Cuckery
|
|
||||||
| DiseaseCardiovascular
|
|
||||||
| DebateOpponents
|
|
||||||
| LipoProteinsLowDensity
|
|
||||||
| DiseaseCoronaryHeart
|
|
||||||
| Humans
|
|
||||||
| BloodLipids
|
|
||||||
| FatPolyunsaturated
|
|
||||||
| FatMonounsaturated
|
|
||||||
| AnimalFoods
|
|
||||||
| FatSaturated
|
|
||||||
| FatDietary
|
|
||||||
| Veganism
|
|
||||||
| Epidemiology
|
|
||||||
| FoodsSeedOils
|
|
||||||
| Cucks
|
|
||||||
| DiseaseType2Diabetes
|
|
||||||
| AllCauseMortality
|
|
||||||
| FatsAnimal
|
|
||||||
| DietsLowCarbohydrate
|
|
||||||
| DietsHighCarbohydrate
|
|
||||||
| FoodsAnimal
|
|
||||||
| Arguments
|
|
||||||
| Cancer
|
|
||||||
| FatsPlant
|
|
||||||
| FoodsPlant
|
|
||||||
| ProteinAnimal
|
|
||||||
| ProteinPlant
|
|
||||||
| CuckPapers
|
|
||||||
| DiseaseObesity
|
|
||||||
| LipoProteinsApoB
|
|
||||||
| BloodGlucose
|
|
||||||
| LipoProteinsHighDensity
|
|
||||||
| FoodsMeat
|
|
||||||
| Lipidology
|
|
||||||
| FoodsRedMeat
|
|
||||||
| FoodsProcessedMeat
|
|
||||||
| FatsLinoleicAcid
|
|
||||||
| Nutrients
|
|
||||||
| HealthWeightLoss
|
|
||||||
| Carbohydrates
|
|
||||||
| Exercise
|
|
||||||
| FatsOmega6
|
|
||||||
| Philosophy
|
|
||||||
| DiseaseInflammation
|
|
||||||
| DietsKeto
|
|
||||||
| NutritionalStatus
|
|
||||||
| BloodLipidsTriglycerides
|
|
||||||
| HealthAnthropometrics
|
|
||||||
| FoodsDairy
|
|
||||||
| ExerciseHypertrophy
|
|
||||||
| AncestryPrimitiveCulture
|
|
||||||
| HealthWeightGain
|
|
||||||
| HumansChildren
|
|
||||||
| FoodsProcessedFood
|
|
||||||
| MarkersInsulinSensitivity
|
|
||||||
| DieaseNAFLD
|
|
||||||
| Diseasetroke
|
|
||||||
| ResearchSystematicReview
|
|
||||||
| ResearchMetaAnalysis
|
|
||||||
| DietsPlantBased
|
|
||||||
| DietsAnimalBased
|
|
||||||
| MarkersBiomarkers
|
|
||||||
| Fallacies
|
|
||||||
| FoodsFruit
|
|
||||||
| FoodsLegumes
|
|
||||||
| DiseaseMortality
|
|
||||||
| AncestryAntagonisticPleiotropy
|
|
||||||
| DietsCarnivore
|
|
||||||
| BloodLipidsCholesterol
|
|
||||||
| NutritionEnergyIntake
|
|
||||||
| NutritionAntiNutrient
|
|
||||||
| HealthBodyWeight
|
|
||||||
| MarkersCReactiveProtein
|
|
||||||
| DebateCoursework
|
|
||||||
| AncestryHunterGatherers
|
|
||||||
| FatsTrans
|
|
||||||
| DietsDietaryGuidelines
|
|
||||||
| FoodsEggs
|
|
||||||
| ExerciseFitness
|
|
||||||
| MarkersInsulin
|
|
||||||
| DiseaseMetabolicSyndrome
|
|
||||||
| FatsOmega3
|
|
||||||
| ResearchAnthropology
|
|
||||||
| ResearchCardiology
|
|
||||||
| HumansInfants
|
|
||||||
| DiseaseMentalIllness
|
|
||||||
| MedicationsStatins
|
|
||||||
| CarbohydratesSugar
|
|
||||||
| NutrientBioavailability
|
|
||||||
| FoodsCheese
|
|
||||||
| ResearchCohortStudies
|
|
||||||
| DiseaseCoronaryArteryCalcification
|
|
||||||
| NutrientDietaryCholesterol
|
|
||||||
| DiseaseHeartDisease
|
|
||||||
| FoodsSoyProducts
|
|
||||||
| LipoProteinsApoA
|
|
||||||
| NutrientArtificialSweeteners
|
|
||||||
| CancerColorectalCancer
|
|
||||||
| FoodsFish
|
|
||||||
| CarbohydratesFructose
|
|
||||||
| MarkersHbA1C
|
|
||||||
| DiseaseNutrientDeficiency
|
|
||||||
| ResearchNutritionScience
|
|
||||||
| FoodsNuts
|
|
||||||
| Animals
|
|
||||||
| DiseaseAutoImmune
|
|
||||||
| MarkersBMI
|
|
||||||
| FatsDHA
|
|
||||||
| FatsEPA
|
|
||||||
| FoodsOliveOil
|
|
||||||
| LipoProteinsOxidizedLowDensity
|
|
||||||
| NutrientPhytate
|
|
||||||
| FoodsPoultry
|
|
||||||
| FoodsRefinedGrains
|
|
||||||
| FoodsWholeGrains
|
|
||||||
| FoodsSugarSweetenedBeverages
|
|
||||||
| FoodsVegetables
|
|
||||||
| ResearchClinicalTrials
|
|
||||||
| Evolution
|
|
||||||
| FoodsFermentedFoods
|
|
||||||
| NutrientGluten
|
|
||||||
| MarkersHormones
|
|
||||||
| DiseaseHypertensions
|
|
||||||
| MarkersInterleukin6
|
|
||||||
| CancerLungCancer
|
|
||||||
| ResearchMendelianRandomization
|
|
||||||
| FoodsMilk
|
|
||||||
| DiseaseOverweight
|
|
||||||
| NutrientPolyphenols
|
|
||||||
| MarkersSatiety
|
|
||||||
| ResearchSubstitionAnalysis
|
|
||||||
| MarkersTNF
|
|
||||||
| NutrientK2
|
|
||||||
| Agriculture
|
|
||||||
| CancerBreastCancer
|
|
||||||
| HumansChildDevelopment
|
|
||||||
| FoodsChocolate
|
|
||||||
| NutrientFibre
|
|
||||||
| ResearchMice
|
|
||||||
| MarkersMicrobiome
|
|
||||||
| NutrientAnimal
|
|
||||||
| MarkersOxidativeStress
|
|
||||||
| FoodsPotatoes
|
|
||||||
| CancerProstateCancer
|
|
||||||
| Proteoglycans
|
|
||||||
| DiseaseType1Diabetes
|
|
||||||
| NutrientVitaminA
|
|
||||||
| NutrientVitaminC
|
|
||||||
| FoodsYogurt
|
|
||||||
| DiseaseAnemia
|
|
||||||
| AgricultureAnimal
|
| AgricultureAnimal
|
||||||
| AgriculturePlant
|
| AgriculturePlant
|
||||||
| DiseaseAtherosclerosis
|
| AllCauseMortality
|
||||||
| NutrientAntioxidants
|
| AncestryAntagonisticPleiotropy
|
||||||
| MarkersAutoAntibodies
|
| AncestryHunterGatherers
|
||||||
| FoodsAvocado
|
| AncestryPrimitiveCultures
|
||||||
| MarkersBloodPressure
|
| Animals
|
||||||
| CancerColonCancer
|
| AnimalsBivalves
|
||||||
| MarkersEnergyExpenditure
|
| AnimalsCats
|
||||||
| FoodsFriedFoods
|
| AnimalsChickens
|
||||||
| DiseaseHeartAttack
|
| AnimalsCrustaceans
|
||||||
| DiseaseKidneyDisease
|
| AnimalsDogs
|
||||||
| FallaciesMechanisticSpeculation
|
| AnimalsOrca
|
||||||
| DietsMediterraneanDiet
|
| AnimalsPredators
|
||||||
| LipoProteinsNonHDL
|
| AnimalsShellfish
|
||||||
| VeganismNameTheTrait
|
|
||||||
| NutrientOxalate
|
|
||||||
| ResearchPhysiology
|
|
||||||
| PhilosophyPropositionalLogic
|
|
||||||
| PhilosophyPredicateLogic
|
|
||||||
| PhilosophyModalLogic
|
|
||||||
| ResearchPsychology
|
|
||||||
| SocioEconomicStatus
|
|
||||||
| NutrientFibreSoluble
|
|
||||||
| NutrientFibreInsoluble
|
|
||||||
| NutrientSupplements
|
|
||||||
| NutrientB12
|
|
||||||
| Assays4E6
|
| Assays4E6
|
||||||
| AssaysE06
|
| AssaysE06
|
||||||
| FoodsBread
|
| BloodGlucose
|
||||||
| PhilosophyCausalInference
|
| BloodLipids
|
||||||
| DiseaseCholestasis
|
| BloodLipidsCholesterol
|
||||||
| NutrientCholine
|
| BloodLipidsTriglycerides
|
||||||
| DiseaseDementia
|
| Cancer
|
||||||
| ResearchDoseResponse
|
| CancerBladderCancer
|
||||||
| PhilosophyEpistemology
|
| CancerBreastCancer
|
||||||
| CancerEsophagealCancer
|
| CancerColonCancer
|
||||||
| DiseaseGallstones
|
| CancerColorectalCancer
|
||||||
| HumansGrowth
|
| CancerDistalColonCancer
|
||||||
| MarkersImmuneFunction
|
|
||||||
| MarkersLiverFunction
|
|
||||||
| MarkersLiverEnzymes
|
|
||||||
| DiseaseMacularDegeneration
|
|
||||||
| MarkersDMA
|
|
||||||
| PhysiologyMetabolism
|
|
||||||
| NutrientMinerals
|
|
||||||
| PhilosophyMoralRealism
|
|
||||||
| CancerPancreaticCancer
|
|
||||||
| NutrientPhytoEstrogens
|
|
||||||
| FoodsPork
|
|
||||||
| PhysiologyPostMenopause
|
|
||||||
| AnimalsPredators
|
|
||||||
| FallaciesRedHerring
|
|
||||||
| ResearchSexuality
|
|
||||||
| NutrientVitaminE
|
|
||||||
| HealthSmoking
|
|
||||||
| NutrientSodium
|
|
||||||
| PhysiologySubendothelialSpace
|
|
||||||
| MarkersTMAO
|
|
||||||
| HumanTransGender
|
|
||||||
| FoodsWhey
|
|
||||||
| FoodsWhiteMeat
|
|
||||||
| FoodsWholeFoods
|
|
||||||
| NutrientsAlcohol
|
|
||||||
| FoodsAlmonds
|
|
||||||
| FallaciesAppealToNature
|
|
||||||
| FoodsBeef
|
|
||||||
| NutrientsBetaCarotene
|
|
||||||
| AnimalsBivalves
|
|
||||||
| FoodsButter
|
|
||||||
| FoodsCanolaOil
|
|
||||||
| DiseaseCeliacDisease
|
|
||||||
| FoodsCereals
|
|
||||||
| MedicationsCETPInhibitors
|
|
||||||
| FoodsCoconutOil
|
|
||||||
| FoodsCoffee
|
|
||||||
| DiseaseConstipation
|
|
||||||
| VeganismCropDeaths
|
|
||||||
| DiseaseDepression
|
|
||||||
| ResearchPDCAAS
|
|
||||||
| ResearchDIAAS
|
|
||||||
| HealthDigestion
|
|
||||||
| FallaciesEcological
|
|
||||||
| CancerEndometrialCancer
|
| CancerEndometrialCancer
|
||||||
|
| CancerEsophagealCancer
|
||||||
|
| CancerGasticCancer
|
||||||
|
| CancerLungCancer
|
||||||
|
| CancerOvarianCancer
|
||||||
|
| CancerPancreaticCancer
|
||||||
|
| CancerProstateCancer
|
||||||
|
| CancerRectalCancer
|
||||||
|
| CancerSkinCancer
|
||||||
|
| CancerStomachCancer
|
||||||
|
| Carbohydrates
|
||||||
|
| CarbohydratesFructose
|
||||||
|
| CarbohydratesGlucose
|
||||||
|
| CarbohydratesSugar
|
||||||
|
| Cuckery
|
||||||
|
| CuckeryFlatEarth
|
||||||
|
| CuckeryLMHR
|
||||||
|
| CuckPapers
|
||||||
|
| Cucks
|
||||||
|
| Debate
|
||||||
|
| DebateArguments
|
||||||
|
| DebateCoursework
|
||||||
|
| DebateModeration
|
||||||
|
| DebateOpponents
|
||||||
|
| DietsAncestral
|
||||||
|
| DietsAnimalBased
|
||||||
|
| DietsCarnivore
|
||||||
|
| DietsDietaryGuidelines
|
||||||
|
| DietsEucaloric
|
||||||
| DietsFasting
|
| DietsFasting
|
||||||
| HumansFemaleHealth
|
| DietsHighCarbohydrate
|
||||||
| HumansMaleHealth
|
| DietsHypercaloric
|
||||||
| FoodsFlaxseeds
|
| DietsHypocaloric
|
||||||
| NutrientFODMAPs
|
| DietsKeto
|
||||||
| ResearchFFQs
|
| DietsLowCarbohydrate
|
||||||
|
| DietsMediterraneanDiet
|
||||||
|
| DietsPaleo
|
||||||
|
| DietsPlantBased
|
||||||
|
| DietsStandardAmericanDiet
|
||||||
|
| DietsTimeRestrictedFeeding
|
||||||
|
| DietsVegetarian
|
||||||
|
| Disease
|
||||||
|
| DiseaseAFib
|
||||||
|
| DiseaseAnemia
|
||||||
|
| DiseaseArrythmia
|
||||||
|
| DiseaseAtherosclerosis
|
||||||
|
| DiseaseAutoImmune
|
||||||
|
| DiseaseBronchitis
|
||||||
|
| DiseaseCardiovascular
|
||||||
|
| DiseaseCeliacDisease
|
||||||
|
| DiseaseCholestasis
|
||||||
|
| DiseaseCognitiveDecline
|
||||||
|
| DiseaseColonPolyops
|
||||||
|
| DiseaseConstipation
|
||||||
|
| DiseaseCoronaryArteryCalcification
|
||||||
|
| DiseaseCoronaryHeart
|
||||||
|
| DiseaseCOVID19
|
||||||
|
| DiseaseDementia
|
||||||
|
| DiseaseDepression
|
||||||
|
| DiseaseDisability
|
||||||
|
| DiseaseDiverticularDisease
|
||||||
|
| DiseaseEmphysema
|
||||||
|
| DiseaseErectileDysfunction
|
||||||
| DiseaseFracture
|
| DiseaseFracture
|
||||||
| DiseaseFrailty
|
| DiseaseFrailty
|
||||||
| PhysiologyGluconeogenesis
|
| DiseaseGallstones
|
||||||
| ResearchGlycemicIndex
|
| DiseaseHeartAttack
|
||||||
|
| DiseaseHeartDisease
|
||||||
| DiseaseHeartFailure
|
| DiseaseHeartFailure
|
||||||
| DiseaseHyperphagia
|
| DiseaseHyperphagia
|
||||||
| NutrientIsoflavones
|
| DiseaseHypertensions
|
||||||
| FoodsJuice
|
| DiseaseHypothyroidism
|
||||||
|
| DiseaseInflammation
|
||||||
|
| DiseaseKidneyDisease
|
||||||
| DiseaseKidneyStones
|
| DiseaseKidneyStones
|
||||||
| CuckeryLMHR
|
| DiseaseLupus
|
||||||
| HealthLongevity
|
| DiseaseMacularDegeneration
|
||||||
| FoodsMayonnaise
|
| DiseaseMentalIllness
|
||||||
| PhilosophyMoralSubjectivism
|
| DiseaseMetabolicSyndrome
|
||||||
|
| DiseaseMoodDisorders
|
||||||
|
| DiseaseMortality
|
||||||
|
| DiseaseNAFLD
|
||||||
| DiseaseNeuroDegenerative
|
| DiseaseNeuroDegenerative
|
||||||
| ResearchOphthalmology
|
| DiseaseNutrientDeficiency
|
||||||
|
| DiseaseObesity
|
||||||
| DiseaseOsteoporosis
|
| DiseaseOsteoporosis
|
||||||
| AnimalsOrca
|
| DiseaseOverweight
|
||||||
| DietsPaleo
|
|
||||||
| FoodsPalmOil
|
|
||||||
| MarkersPCSK9
|
|
||||||
| NutrientsPhytosterols
|
|
||||||
| PhysiologyPreMenopause
|
|
||||||
| CancerRectalCancer
|
|
||||||
| DiseaseRespiratoryDisease
|
| DiseaseRespiratoryDisease
|
||||||
| PhysiologySenescence
|
| DiseaseSchizophrenia
|
||||||
| PhilosophySentience
|
| DiseaseScurvy
|
||||||
| MarkersSexHormones
|
| DiseaseSepsis
|
||||||
| AnimalsShellfish
|
| DiseaseStenosis
|
||||||
| CancerSkinCancer
|
| DiseaseStroke
|
||||||
| HealthSkin
|
| DiseaseSunburn
|
||||||
| FatsStearicAcid
|
| DiseaseThrombosis
|
||||||
| CancerStomachCancer
|
| DiseaseTinnitus
|
||||||
| FoodsUltraProcessed
|
| DiseaseType1Diabetes
|
||||||
| DietsVegetarian
|
| DiseaseType2Diabetes
|
||||||
| LipoProteinsVeryLowDensity
|
| DiseaseUlcerativeColitis
|
||||||
| MarkersVisceralFat
|
| DiseaseUnderweight
|
||||||
| NutrientVitaminB6
|
| DiseaseVisionLoss
|
||||||
| FoodsWalnuts
|
| Evolution
|
||||||
| FoodsWheat
|
| Exercise
|
||||||
| MarkersAbdominalFat
|
|
||||||
| PoliticsAbortion
|
|
||||||
| MarkersAcrylamide
|
|
||||||
| PhysiologyAdiposeTissue
|
|
||||||
| HumansAdolescents
|
|
||||||
| DiseaseAFib
|
|
||||||
| ExerciseAgility
|
| ExerciseAgility
|
||||||
| PlantsAlgae
|
| ExerciseFitness
|
||||||
| DietsAncestral
|
| ExerciseHypertrophy
|
||||||
| PhysiologyAndrogens
|
| Fallacies
|
||||||
| PhilosophyAntiNatalism
|
|
||||||
| PhilosophyEfilism
|
|
||||||
| FallaciesAppealFromIncredulity
|
| FallaciesAppealFromIncredulity
|
||||||
| FallaciesAppealToAuthority
|
| FallaciesAppealToAuthority
|
||||||
| FallaciesBeggingTheQuestion
|
|
||||||
| FallaciesAppealToIgnorance
|
| FallaciesAppealToIgnorance
|
||||||
|
| FallaciesAppealToNature
|
||||||
|
| FallaciesBeggingTheQuestion
|
||||||
|
| FallaciesEcological
|
||||||
|
| FallaciesEquivocation
|
||||||
|
| FallaciesGeneticFallacy
|
||||||
|
| FallaciesMechanisticSpeculation
|
||||||
|
| FallaciesMuddyingTheWaters
|
||||||
|
| FallaciesRedHerring
|
||||||
|
| FallaciesStrawman
|
||||||
|
| FatMonounsaturated
|
||||||
|
| FatPolyunsaturated
|
||||||
|
| FatsAnimal
|
||||||
| FatsArachidonicAcid
|
| FatsArachidonicAcid
|
||||||
| ResearchArcheology
|
| FatSaturated
|
||||||
| DiseaseArrythmia
|
| FatsDHA
|
||||||
| PhilosophyAutopoiesis
|
| FatsDietary
|
||||||
| NutrientBiotin
|
| FatsEPA
|
||||||
| CancerBladderCancer
|
| FatsLinoleicAcid
|
||||||
| MarkersBodyOdor
|
| FatsMCTs
|
||||||
| MarkersBoneMineralDensity
|
| FatsOmega3
|
||||||
| ResearchBradfordHill
|
| FatsOmega6
|
||||||
|
| FatsPlant
|
||||||
|
| FatsStearicAcid
|
||||||
|
| FatsTrans
|
||||||
|
| FoodsAlmonds
|
||||||
|
| FoodsAnimal
|
||||||
|
| FoodsAnimalFoods
|
||||||
|
| FoodsAvocado
|
||||||
|
| FoodsBeef
|
||||||
|
| FoodsBread
|
||||||
| FoodsBreakfastCereals
|
| FoodsBreakfastCereals
|
||||||
| FoodsBreastMilk
|
| FoodsBreastMilk
|
||||||
| FoodsBrewedDrinks
|
| FoodsBrewedDrinks
|
||||||
| DiseaseBronchitis
|
| FoodsButter
|
||||||
| NutrientCalcium
|
| FoodsCanolaOil
|
||||||
| NutrientCarotenoids
|
| FoodsCereals
|
||||||
| ResearchCaseControl
|
| FoodsCheese
|
||||||
| ResearchRandomizedControlledTrial
|
| FoodsChocolate
|
||||||
| NutrientCasein
|
| FoodsCoconutOil
|
||||||
| AnimalsCats
|
| FoodsCoffee
|
||||||
| AnimalsDogs
|
|
||||||
| AnimalsChickens
|
|
||||||
| LipoproteinsChylomicrons
|
|
||||||
| ResearchClimateScience
|
|
||||||
| DiseaseCognitiveDecline
|
|
||||||
| MarkersCognitiveFunction
|
|
||||||
| DiseaseColonPolyops
|
|
||||||
| DiseaseCOVID19
|
|
||||||
| NutrientCreatine
|
|
||||||
| AnimalsCrustaceans
|
|
||||||
| FoodsCulturedMeat
|
| FoodsCulturedMeat
|
||||||
| PhilosophyDeMorgansLaw
|
| FoodsDairy
|
||||||
| PhysiologyDeNovoLipogenesis
|
| FoodsEggs
|
||||||
| DebateModeration
|
| FoodsFermentedFoods
|
||||||
| ResearchDermatology
|
| FoodsFish
|
||||||
| DiseaseDisability
|
|
||||||
| CancerDistalColonCancer
|
|
||||||
| DiseaseDiverticularDisease
|
|
||||||
| ResearchEconomics
|
|
||||||
| PhysiologyEjaculation
|
|
||||||
| DiseaseEmphysema
|
|
||||||
| MarkersEndothelialFunction
|
|
||||||
| PhilosophyEthics
|
|
||||||
| FallaciesEquivocation
|
|
||||||
| DiseaseErectileDysfunction
|
|
||||||
| ResearchEvidenceHierarchy
|
|
||||||
| NutrientFat
|
|
||||||
| HealthFertility
|
|
||||||
| FoodsFishOil
|
| FoodsFishOil
|
||||||
| CuckeryFlatEarth
|
| FoodsFlaxseeds
|
||||||
| MarkersFlowMediatedDilation
|
|
||||||
| FoodsFrenchFries
|
| FoodsFrenchFries
|
||||||
| CancerGasticCancer
|
| FoodsFriedFoods
|
||||||
| FallaciesGeneticFallacy
|
| FoodsFruit
|
||||||
| ResearchGenetics
|
|
||||||
| CarbohydratesGlucose
|
|
||||||
| MarkersGlucoseTolerance
|
|
||||||
| ResearchGlycemicLoad
|
|
||||||
| PhysiologyGlycogen
|
|
||||||
| NutrientGoitrogens
|
|
||||||
| FoodsGoldenRice
|
| FoodsGoldenRice
|
||||||
| FoodsGreenTea
|
| FoodsGreenTea
|
||||||
| HealthGutHealth
|
|
||||||
| FoodsHazelnuts
|
| FoodsHazelnuts
|
||||||
| MarkersHeartRate
|
| FoodsJuice
|
||||||
| MarkersHOMAIR
|
| FoodsLegumes
|
||||||
| DietsHypocaloric
|
|
||||||
| DietsHypercaloric
|
|
||||||
| DietsEucaloric
|
|
||||||
| DiseaseHypothyroidism
|
|
||||||
| ResearchImmunology
|
|
||||||
| MarkersIGF1
|
|
||||||
| PoliticsIsraelPalestine
|
|
||||||
| MarkersKetones
|
|
||||||
| ResearchKinetics
|
|
||||||
| NutrientLCarnitine
|
|
||||||
| NutrientLectins
|
|
||||||
| HealthLifestyle
|
|
||||||
| PhilosophyLinguisticPrescriptivism
|
|
||||||
| MarkersLPS
|
|
||||||
| LipoProteinsLPA
|
|
||||||
| PhysiologyLPL
|
|
||||||
| DiseaseLupus
|
|
||||||
| MarkersMalondialdehyde
|
|
||||||
| NutrientManganese
|
|
||||||
| FoodsMargarine
|
| FoodsMargarine
|
||||||
| HealthMasturbation
|
| FoodsMayonnaise
|
||||||
| FatsMCTs
|
| FoodsMeat
|
||||||
| ResearchMetaRegression
|
| FoodsMilk
|
||||||
| FoodsMockMeats
|
| FoodsMockMeats
|
||||||
| DiseaseMoodDisorders
|
|
||||||
| FallaciesMuddyingTheWaters
|
|
||||||
| ResearchMulticollinearity
|
|
||||||
| FoodsMushroom
|
| FoodsMushroom
|
||||||
|
| FoodsNuts
|
||||||
| FoodsOats
|
| FoodsOats
|
||||||
|
| FoodsOliveOil
|
||||||
| FoodsOrgans
|
| FoodsOrgans
|
||||||
| CancerOvarianCancer
|
| FoodsPalmOil
|
||||||
| NutrientPhosphorus
|
| FoodsPlant
|
||||||
| MedicationsPCSK9Inhibitors
|
| FoodsPork
|
||||||
| DiseaseSchizophrenia
|
| FoodsPotatoes
|
||||||
|
| FoodsPoultry
|
||||||
|
| FoodsProcessedFood
|
||||||
|
| FoodsProcessedMeat
|
||||||
|
| FoodsRedMeat
|
||||||
|
| FoodsRefinedGrains
|
||||||
| FoodsSeafood
|
| FoodsSeafood
|
||||||
| DiseaseScurvy
|
| FoodsSeedOils
|
||||||
| HealthSelfImprovement
|
|
||||||
| DiseaseSepsis
|
|
||||||
| MarkersSNPs
|
|
||||||
| FoodsSoybeanOil
|
| FoodsSoybeanOil
|
||||||
| DietsStandardAmericanDiet
|
| FoodsSoyProducts
|
||||||
| DiseaseStenosis
|
| FoodsSugarSweetenedBeverages
|
||||||
| FallaciesStrawman
|
|
||||||
| DiseaseSunburn
|
|
||||||
| Sunlight
|
|
||||||
| ResearchSurvivorshipBias
|
|
||||||
| NutrientTannins
|
|
||||||
| Tattooing
|
|
||||||
| NutrientTaurine
|
|
||||||
| MarkersTestosterone
|
|
||||||
| DiseaseThrombosis
|
|
||||||
| DietsTimeRestrictedFeeding
|
|
||||||
| DiseaseTinnitus
|
|
||||||
| FoodsTofu
|
| FoodsTofu
|
||||||
| FoodsTomatoes
|
| FoodsTomatoes
|
||||||
| FoodsTurmeric
|
| FoodsTurmeric
|
||||||
| DiseaseUlcerativeColitis
|
| FoodsUltraProcessed
|
||||||
| DiseaseUnderweight
|
| FoodsVegetables
|
||||||
| ResearchVirology
|
| FoodsWalnuts
|
||||||
| DiseaseVisionLoss
|
| FoodsWheat
|
||||||
| NutrientVitaminB5
|
| FoodsWhey
|
||||||
| NutrientVitaminD
|
| FoodsWhiteMeat
|
||||||
|
| FoodsWholeFoods
|
||||||
|
| FoodsWholeGrains
|
||||||
| FoodsYeast
|
| FoodsYeast
|
||||||
|
| FoodsYogurt
|
||||||
|
| HealthAnthropometrics
|
||||||
|
| HealthBodyWeight
|
||||||
|
| HealthDigestion
|
||||||
|
| HealthEnergyIntake
|
||||||
|
| HealthFertility
|
||||||
|
| HealthGutHealth
|
||||||
|
| HealthLifestyle
|
||||||
|
| HealthLongevity
|
||||||
|
| HealthMasturbation
|
||||||
|
| HealthNutritionalStatus
|
||||||
|
| HealthSelfImprovement
|
||||||
|
| HealthSkin
|
||||||
|
| HealthSmoking
|
||||||
|
| HealthSunlight
|
||||||
|
| HealthTattooing
|
||||||
|
| HealthWeightGain
|
||||||
|
| HealthWeightLoss
|
||||||
|
| Humans
|
||||||
|
| HumansAdolescents
|
||||||
|
| HumansChildDevelopment
|
||||||
|
| HumansChildren
|
||||||
|
| HumansFemaleHealth
|
||||||
|
| HumansGrowth
|
||||||
|
| HumansInfants
|
||||||
|
| HumansMaleHealth
|
||||||
|
| HumansTransGender
|
||||||
|
| LipoProteinsApoA
|
||||||
|
| LipoProteinsApoB
|
||||||
|
| LipoproteinsChylomicrons
|
||||||
|
| LipoProteinsHighDensity
|
||||||
|
| LipoProteinsLowDensity
|
||||||
|
| LipoProteinsLPA
|
||||||
|
| LipoProteinsNonHDL
|
||||||
|
| LipoProteinsOxidizedLowDensity
|
||||||
|
| LipoProteinsVeryLowDensity
|
||||||
|
| MarkersAbdominalFat
|
||||||
|
| MarkersAcrylamide
|
||||||
|
| MarkersAutoAntibodies
|
||||||
|
| MarkersBiomarkers
|
||||||
|
| MarkersBloodPressure
|
||||||
|
| MarkersBMI
|
||||||
|
| MarkersBodyOdor
|
||||||
|
| MarkersBoneMineralDensity
|
||||||
|
| MarkersCognitiveFunction
|
||||||
|
| MarkersCReactiveProtein
|
||||||
|
| MarkersDMA
|
||||||
|
| MarkersEndothelialFunction
|
||||||
|
| MarkersEnergyExpenditure
|
||||||
|
| MarkersFlowMediatedDilation
|
||||||
|
| MarkersGlucoseTolerance
|
||||||
|
| MarkersHbA1C
|
||||||
|
| MarkersHeartRate
|
||||||
|
| MarkersHOMAIR
|
||||||
|
| MarkersHormones
|
||||||
|
| MarkersIGF1
|
||||||
|
| MarkersImmuneFunction
|
||||||
|
| MarkersInsulin
|
||||||
|
| MarkersInsulinSensitivity
|
||||||
|
| MarkersInterleukin6
|
||||||
|
| MarkersKetones
|
||||||
|
| MarkersLiverEnzymes
|
||||||
|
| MarkersLiverFunction
|
||||||
|
| MarkersLPS
|
||||||
|
| MarkersMalondialdehyde
|
||||||
|
| MarkersMicrobiome
|
||||||
|
| MarkersOxidativeStress
|
||||||
|
| MarkersPCSK9
|
||||||
|
| MarkersSatiety
|
||||||
|
| MarkersSexHormones
|
||||||
|
| MarkersSNPs
|
||||||
|
| MarkersTestosterone
|
||||||
|
| MarkersTMAO
|
||||||
|
| MarkersTNF
|
||||||
|
| MarkersVisceralFat
|
||||||
|
| MedicationsCETPInhibitors
|
||||||
|
| MedicationsPCSK9Inhibitors
|
||||||
|
| MedicationsStatins
|
||||||
|
| Nutrients
|
||||||
|
| NutrientsAlcohol
|
||||||
|
| NutrientsAnimal
|
||||||
|
| NutrientsAntiNutrient
|
||||||
|
| NutrientsAntioxidants
|
||||||
|
| NutrientsArtificialSweeteners
|
||||||
|
| NutrientsB12
|
||||||
|
| NutrientsBetaCarotene
|
||||||
|
| NutrientsBioavailability
|
||||||
|
| NutrientsBiotin
|
||||||
|
| NutrientsCalcium
|
||||||
|
| NutrientsCarotenoids
|
||||||
|
| NutrientsCasein
|
||||||
|
| NutrientsCholine
|
||||||
|
| NutrientsCreatine
|
||||||
|
| NutrientsDietaryCholesterol
|
||||||
|
| NutrientsFat
|
||||||
|
| NutrientsFibre
|
||||||
|
| NutrientsFibreInsoluble
|
||||||
|
| NutrientsFibreSoluble
|
||||||
|
| NutrientsFODMAPs
|
||||||
|
| NutrientsGluten
|
||||||
|
| NutrientsGoitrogens
|
||||||
|
| NutrientsIsoflavones
|
||||||
|
| NutrientsK2
|
||||||
|
| NutrientsLCarnitine
|
||||||
|
| NutrientsLectins
|
||||||
|
| NutrientsManganese
|
||||||
|
| NutrientsMinerals
|
||||||
|
| NutrientSodium
|
||||||
|
| NutrientsOxalate
|
||||||
|
| NutrientsPhosphorus
|
||||||
|
| NutrientsPhytate
|
||||||
|
| NutrientsPhytoEstrogens
|
||||||
|
| NutrientsPhytosterols
|
||||||
|
| NutrientsPolyphenols
|
||||||
|
| NutrientsSupplements
|
||||||
|
| NutrientsTannins
|
||||||
|
| NutrientsTaurine
|
||||||
|
| NutrientsVitaminA
|
||||||
|
| NutrientsVitaminB5
|
||||||
|
| NutrientsVitaminB6
|
||||||
|
| NutrientsVitaminC
|
||||||
|
| NutrientsVitaminD
|
||||||
|
| NutrientsVitaminE
|
||||||
|
| Nutrition
|
||||||
|
| Philosophy
|
||||||
|
| PhilosophyAntiNatalism
|
||||||
|
| PhilosophyAutopoiesis
|
||||||
|
| PhilosophyCausalInference
|
||||||
|
| PhilosophyDeMorgansLaw
|
||||||
|
| PhilosophyEfilism
|
||||||
|
| PhilosophyEpistemology
|
||||||
|
| PhilosophyEthics
|
||||||
|
| PhilosophyLinguisticPrescriptivism
|
||||||
|
| PhilosophyModalLogic
|
||||||
|
| PhilosophyMoralRealism
|
||||||
|
| PhilosophyMoralSubjectivism
|
||||||
|
| PhilosophyPredicateLogic
|
||||||
|
| PhilosophyPropositionalLogic
|
||||||
|
| PhilosophySentience
|
||||||
|
| PhysiologyAdiposeTissue
|
||||||
|
| PhysiologyAndrogens
|
||||||
|
| PhysiologyDeNovoLipogenesis
|
||||||
|
| PhysiologyEjaculation
|
||||||
|
| PhysiologyGluconeogenesis
|
||||||
|
| PhysiologyGlycogen
|
||||||
|
| PhysiologyLPL
|
||||||
|
| PhysiologyMetabolism
|
||||||
|
| PhysiologyPostMenopause
|
||||||
|
| PhysiologyPreMenopause
|
||||||
|
| PhysiologySenescence
|
||||||
|
| PhysiologySubendothelialSpace
|
||||||
|
| PlantsAlgae
|
||||||
|
| PoliticsAbortion
|
||||||
|
| PoliticsIsraelPalestine
|
||||||
|
| ProteinAnimal
|
||||||
|
| ProteinPlant
|
||||||
|
| Proteoglycans
|
||||||
|
| ResearchAnthropology
|
||||||
|
| ResearchArcheology
|
||||||
|
| ResearchBradfordHill
|
||||||
|
| ResearchCardiology
|
||||||
|
| ResearchCaseControl
|
||||||
|
| ResearchClimateScience
|
||||||
|
| ResearchClinicalTrials
|
||||||
|
| ResearchCohortStudies
|
||||||
|
| ResearchDermatology
|
||||||
|
| ResearchDIAAS
|
||||||
|
| ResearchDoseResponse
|
||||||
|
| ResearchEconomics
|
||||||
|
| ResearchEpidemiology
|
||||||
|
| ResearchEvidenceHierarchy
|
||||||
|
| ResearchFFQs
|
||||||
|
| ResearchGenetics
|
||||||
|
| ResearchGlycemicIndex
|
||||||
|
| ResearchGlycemicLoad
|
||||||
|
| ResearchImmunology
|
||||||
|
| ResearchKinetics
|
||||||
|
| ResearchLipidology
|
||||||
|
| ResearchMendelianRandomization
|
||||||
|
| ResearchMetaAnalysis
|
||||||
|
| ResearchMetaRegression
|
||||||
|
| ResearchMice
|
||||||
|
| ResearchMulticollinearity
|
||||||
|
| ResearchNutritionScience
|
||||||
|
| ResearchOphthalmology
|
||||||
|
| ResearchPDCAAS
|
||||||
|
| ResearchPhysiology
|
||||||
|
| ResearchPsychology
|
||||||
|
| ResearchRandomizedControlledTrial
|
||||||
|
| ResearchSexuality
|
||||||
|
| ResearchSubstitionAnalysis
|
||||||
|
| ResearchSurvivorshipBias
|
||||||
|
| ResearchSystematicReview
|
||||||
|
| ResearchVirology
|
||||||
|
| SocioEconomicStatus
|
||||||
|
| Veganism
|
||||||
|
| VeganismCropDeaths
|
||||||
|
| VeganismNameTheTrait
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue