mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: some stuff
This commit is contained in:
parent
31e9d1cef2
commit
bdd63d8494
15 changed files with 181 additions and 16 deletions
24
frontend/src/Debate/Arguments/Nutrition/Malondialdehyde.elm
Normal file → Executable file
24
frontend/src/Debate/Arguments/Nutrition/Malondialdehyde.elm
Normal file → Executable file
|
@ -9,45 +9,45 @@ argumentMalondialdehyde =
|
|||
, propositionTitle = "Proposition"
|
||||
, propositionSummary = "Summary"
|
||||
, definitionTable =
|
||||
[ { definiendum = "C(x)"
|
||||
[ { definiendum = ""
|
||||
, definiens = "prop 1"
|
||||
}
|
||||
, { definiendum = "B(x)"
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 2"
|
||||
}
|
||||
, { definiendum = "D(x)"
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 3"
|
||||
}
|
||||
, { definiendum = "S(x)"
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 4"
|
||||
}
|
||||
, { definiendum = "A(x)"
|
||||
, { definiendum = ""
|
||||
, definiens = "prop 5"
|
||||
}
|
||||
, { definiendum = "r"
|
||||
, { definiendum = ""
|
||||
, definiens = "variable 1"
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "premise 1"
|
||||
, notation = "(∀x(Cx↔Bx))"
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 2"
|
||||
, notation = "(∀x(¬Cx→Dx))"
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 3"
|
||||
, notation = "(¬Cr)"
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 4"
|
||||
, notation = "(¬Br∧Dr→Sr)"
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = "premise 5"
|
||||
, notation = "(Sr→Ar)"
|
||||
, notation = ""
|
||||
}
|
||||
]
|
||||
, conclusion = "conclusion"
|
||||
, conclusionNotation = "(∴Ar)"
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue