Skip to content

Commit

Permalink
additional commands for extended chain of trust paper
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Janovsky committed Sep 19, 2024
1 parent 41fa98b commit 9768f7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions notebooks/cc/references.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1704,6 +1704,11 @@
"else:\n",
" print(\"Warning: `aging_df` variable not found. Cannot compute aging statistics.\")\n",
"\n",
"num_cc_us = cc_df.loc[cc_df.scheme == \"US\"].shape[0]\n",
"num_cc_us_referencing = cc_df.loc[(cc_df.scheme == \"US\") & (cc_df.n_refs > 0)].shape[0]\n",
"print(f\"\\\\newcommand{{\\\\numCCUS}}{{${num_cc_us}$}}\")\n",
"print(f\"\\\\newcommand{{\\\\numCCUSReferencing}}{{${num_cc_us_referencing}$}}\")\n",
"\n",
"print(\"\")\n",
"\n",
"print_category_commands(\"smartcard\")\n",
Expand Down

0 comments on commit 9768f7a

Please sign in to comment.