Skip to content

Commit d86cb35

Browse files
Replace ASCII boomerang with SVG diagrams in week-07 and week-08
1 parent 00bc71e commit d86cb35

2 files changed

Lines changed: 24 additions & 15 deletions

File tree

courses/agentic-research/week-07.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,7 @@ The whole talk hinges on this reframe. Today's work is not a new shape; it is We
7171

7272
### 3. The 5-Stage Manuscript Pipeline
7373

74-
```text
75-
[ 1. Lit review ] -> [ 2. Draft ] -> [ 3. Figures ] -> [ 4. Self-review ] -> [ 5. Format & submit ]
76-
^ |
77-
+-------------------------------------------------------+
78-
boomerang on findings
79-
80-
============================== agent loop ==============================|=== human loop ===
81-
( GitHub-native ) ( Overleaf )
82-
```
74+
![5-stage manuscript pipeline: Lit review, Draft, Figures, Self-review, Format and submit, with a boomerang from Self-review back to Stages 1-3, and a vertical divider between Stages 4 and 5 labelled agent loop and human loop](../../slides/agentic-research/week-07/assets/icons/manuscript-pipeline.svg){ .figure-diagram }
8375

8476
Five stages, enforced order. Drafting before the lit review produces unsupported claims; formatting before the self-review polishes a draft that may still get cycled.
8577

@@ -362,4 +354,15 @@ Week 8 starts where this week's Stage 3 left off: composition, palette, panel la
362354
border-radius: 3px;
363355
background: var(--md-code-bg-color);
364356
}
357+
.figure-diagram {
358+
display: block;
359+
width: 100%;
360+
height: auto;
361+
max-width: 920px;
362+
margin: 1rem auto;
363+
border: 1px solid var(--md-default-fg-color--lightest);
364+
border-radius: 6px;
365+
padding: 0.5rem;
366+
background: #ffffff;
367+
}
365368
</style>

courses/agentic-research/week-08.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,7 @@ Second, **fonts shrank below readable thresholds**. When a panel's content overf
6060

6161
### 2. The 5-Step scientific-figure Pipeline
6262

63-
```text
64-
[ 1. Plan ] -> [ 2. Build ] -> [ 3. Compose ] -> [ 4. Validate ] -> [ 5. Export ]
65-
^ |
66-
+-----------------------------------+
67-
boomerang on font failure
68-
```
63+
![5-step scientific-figure pipeline: Plan, Build, Compose, Validate, Export, with a boomerang from Validate back to Build on font failure](../../slides/agentic-research/week-08/assets/icons/figures-pipeline.svg){ .figure-diagram }
6964

7065
Five steps, enforced order. Composing before planning produces dimension drift; exporting before validating produces journal rejections.
7166

@@ -371,4 +366,15 @@ Week 9 starts where Week 8 left off: BIDS, Hierarchical Event Descriptors (HED),
371366
border-radius: 3px;
372367
background: var(--md-code-bg-color);
373368
}
369+
.figure-diagram {
370+
display: block;
371+
width: 100%;
372+
height: auto;
373+
max-width: 920px;
374+
margin: 1rem auto;
375+
border: 1px solid var(--md-default-fg-color--lightest);
376+
border-radius: 6px;
377+
padding: 0.5rem;
378+
background: #ffffff;
379+
}
374380
</style>

0 commit comments

Comments
 (0)