Skip to content

Commit

Permalink
Finalise latex citation for param table
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-ragonnet committed Jul 17, 2023
1 parent b4187de commit 2a2055e
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 16 deletions.
8 changes: 4 additions & 4 deletions docs/tex/tex_descriptions/projects/sm_covid/param_table.tex
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
\begin{tabular}{llll}
\toprule
Parameter & Value & Unit & Evidence \\
Parameter & Value & Unit & Evidence \\
\midrule
Active disease period (mean) & 8.0 & days & - \\
Incubation period (mean) & 6.57 & days & - \\
VE against infection & 0.5 & - & - \\
Active disease period (mean) & 8.0 & days & - \\
Incubation period (mean) & 6.57 & days & Citation test \cite{zou-2022} \\
VE against infection & 0.5 & - & - \\
\bottomrule
\end{tabular}
Binary file modified docs/tex/user/rragonnet/sm_covid.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 110,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -14,7 +14,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 111,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -23,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 112,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -36,7 +36,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 113,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -51,7 +51,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 114,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -68,7 +68,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 115,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -84,7 +84,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 116,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -93,7 +93,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 117,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -106,7 +106,16 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 118,
"metadata": {},
"outputs": [],
"source": [
"tex_table = tex_table.replace(\"\\\\textbackslash cite\\\\\", r\"\\cite\").replace(\"\\\\}\", \"}\")"
]
},
{
"cell_type": "code",
"execution_count": 119,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -115,13 +124,20 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 120,
"metadata": {},
"outputs": [],
"source": [
"with out_path.open(\"w\") as f:\n",
" f.write(tex_table)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Git LFS file not shown

0 comments on commit 2a2055e

Please sign in to comment.