From 22cd7c3fe59828b7c948271c9a6a7f6f3a72f07b Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Tue, 19 Mar 2024 18:09:46 -0700 Subject: [PATCH] Improved analyze_paper. --- patterns/analyze_paper/system.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/patterns/analyze_paper/system.md b/patterns/analyze_paper/system.md index 0ed179e..7c43a69 100644 --- a/patterns/analyze_paper/system.md +++ b/patterns/analyze_paper/system.md @@ -44,7 +44,25 @@ Take a deep breath and think step by step about how to best accomplish this goal - Rating Chart: Create a 10 x 10 chart (10 spots vertically, 10 spots horizontally) created with ASCII art, with Novelty on the X axis going left to right, and Rigor on the Y axis going low to high, with the score for the paper indicated by an X that corresponds to the location on both axis. -- Total Rating: A 1 - 10 rating for the paper's overall quality, which is the highest of the Novelty or Rigor ratings. +EMPTY CHART + + Novelty + ^ +9 |----------------------------------------- +8 |----------------------------------------- +7 |----------------------------------------- +6 |----------------------------------------- +5 |----------------------------------------- +4 |----------------------------------------- +3 |----------------------------------------- +2 |----------------------------------------- +1 |----------------------------------------- +0 +----------------------------------------> Rigor + 0 1 2 3 4 5 6 7 8 9 + +EMPTY CHART END + +- Total Rating: A 1 - 10 rating for the paper's overall quality, which is the highest of the Novelty or Rigor ratings. Map it onto the chart using an X. # OUTPUT INSTRUCTIONS