mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-15 20:15:12 -05:00
feat: updating arguments
This commit is contained in:
parent
f2647072fb
commit
600f2ed3f4
34 changed files with 384 additions and 397 deletions
|
@ -5,50 +5,35 @@ import Debate.Types exposing (..)
|
|||
|
||||
argumentAntagonisticPleiotropy : Argument
|
||||
argumentAntagonisticPleiotropy =
|
||||
{ argumentTitle = "Title"
|
||||
, propositionTitle = "Proposition"
|
||||
{ argumentTitle = "Argument Against Ancestral Diets"
|
||||
, propositionTitle = "Ancestral diets have inherent disadvantages over novel diets"
|
||||
, propositionSummary = "Summary"
|
||||
, proofLink = ""
|
||||
, proofLink = "https://www.umsu.de/trees/#(P~5Q),(Q~5R),(P)|=(R)"
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
[ { definiendum = "P"
|
||||
, definiens = "humans have more genetic adaptations to ancestral foods than novel foods"
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, { definiendum = "Q"
|
||||
, definiens = "antagonistic pleiotropy is more of a concern for ancestral foods than novel foods"
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, { definiendum = "R"
|
||||
, definiens = "ancestral diets have inherent disadvantages over novel diets"
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
, notation = ""
|
||||
[ { premise = "If humans have more genetic adaptations to ancestral foods than novel foods, then antagonistic pleiotropy is more of a concern for ancestral foods than novel foods."
|
||||
, notation = "(P→Q)"
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, notation = ""
|
||||
, { premise = "If antagonistic pleiotropy is more of a concern for ancestral foods than novel foods, then ancestral diets have inherent disadvantages over novel diets."
|
||||
, notation = "(Q→R)"
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, notation = ""
|
||||
, { premise = "Humans have more genetic adaptations to ancestral foods than novel foods."
|
||||
, notation = "(P)"
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusionNotation = "(∴)"
|
||||
, conclusion = "Therefore, ancestral diets have inherent disadvantages over novel diets"
|
||||
, conclusionNotation = "(∴R)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentArtificialManipulation =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentHealthSeeker =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentImmortalityReductio =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentPolyphenolReductio =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentAbortion =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentEfilismPatrolSquad =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentTransPeople =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentAnabolicKeto =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentHealthyFood =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentMalondialdehyde =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentSaturatedFatLDL =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentAgnosticism =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentBoobyTrapPagers =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentFlatEarthDebunk =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentTruncatedMeta =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argument =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentFineTuning =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentAgriculturalPredation =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -10,43 +10,43 @@ argumentAnimalRights =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentAntiRewilding =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentAntiVandalism =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentColonizingNature =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentCropDeaths =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentDairyCowRape =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentObligatoryActivism =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentOddOrderPredators =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentOrcaDorsalFins =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentOstroveganism =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentPollinationReductio =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,43 +11,43 @@ argumentWildAnimalSuffering =
|
|||
, proofLink = ""
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
, definiens = ""
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusion = ""
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -64,16 +64,16 @@ argumentMaker argument =
|
|||
[ paragraph (paragraphBoldFormat ++ [ F.size 20 ])
|
||||
[ newTabLink []
|
||||
{ url = argument.proofLink
|
||||
, label = transitionNonHighlightedLinkHover <| text (argument.argumentTitle)
|
||||
, label = transitionNonHighlightedLinkHover <| text argument.argumentTitle
|
||||
}
|
||||
]
|
||||
, paragraph (paragraphBoldFormat ++ [ F.size 18 ])
|
||||
[ text "Proposition: " |> el [ F.color colourTheme.highlightText ]
|
||||
, text argument.propositionTitle |> el [ F.color colourTheme.nonHighlightedText, F.regular ]
|
||||
, text argument.propositionTitle |> el [ F.color colourTheme.nonHighlightedText, F.regular, F.size 16 ]
|
||||
]
|
||||
, paragraph (paragraphBoldFormat ++ [ F.size 18 ])
|
||||
[ text "Summary: " |> el [ F.color colourTheme.highlightText ]
|
||||
, text argument.propositionSummary |> el [ F.color colourTheme.nonHighlightedText, F.regular ]
|
||||
, text argument.propositionSummary |> el [ F.color colourTheme.nonHighlightedText, F.regular, F.size 16 ]
|
||||
]
|
||||
, wrappedRow (paragraphBoldFormat ++ [ alignLeft ])
|
||||
[ Element.table
|
||||
|
|
|
@ -108,7 +108,7 @@ view { toContentMsg, model, content } =
|
|||
, link nonHighlightedTitleFormat { url = localhostUrl ++ pageNames.pageHome, label = transitionNonHighlightedLinkHover <| text "THE NUTRIVORE" }
|
||||
, link navBarLinkFormat { url = localhostUrl ++ "platforms", label = transitionNonHighlightedLinkHoverWithMove <| text "PLATFORMS" }
|
||||
, link navBarLinkFormat { url = localhostUrl ++ "services", label = transitionNonHighlightedLinkHoverWithMove <| text "SERVICES" }
|
||||
, link navBarLinkFormat { url = localhostUrl ++ "debate", label = transitionNonHighlightedLinkHoverWithMove <| text "DEBATE" }
|
||||
, link navBarLinkFormat { url = localhostUrl ++ "arguments", label = transitionNonHighlightedLinkHoverWithMove <| text "ARGUMENTS" }
|
||||
, link navBarLinkFormat { url = localhostUrl ++ "blog", label = transitionNonHighlightedLinkHoverWithMove <| text "BLOG" }
|
||||
, link navBarLinkFormat { url = localhostUrl ++ "nutridex", label = transitionNonHighlightedLinkHoverWithMove <| text "NUTRI-DEX" }
|
||||
, link navBarLinkFormat { url = localhostUrl ++ "support", label = transitionNonHighlightedLinkHoverWithMove <| text "SUPPORT" }
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
module Pages.Debate exposing (Model, Msg, page)
|
||||
module Pages.Arguments exposing (Model, Msg, page)
|
||||
|
||||
import Config.Colour as T exposing (..)
|
||||
import Config.Format as O exposing (..)
|
||||
import Config.Identity as I exposing (..)
|
||||
import Debate.Arguments.Ancestry.AntagonisticPleiotropy exposing (..)
|
||||
import Debate.Arguments.Ethics.EthicalSlurs exposing (..)
|
||||
import Debate.Helpers exposing (..)
|
||||
import Effect exposing (Effect)
|
||||
|
@ -107,6 +108,7 @@ debateList =
|
|||
[ { categoryName = "Ethics"
|
||||
, arguments =
|
||||
[ argumentEthicalSlurs
|
||||
, argumentAntagonisticPleiotropy
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue