NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Attempting to add flowchart diagram from Mermaid Live Editor.

...

The following diagram was created within this Confluence page, using a Gliffy macro.

Markdown Flowchart via DocDock Mermaid

...

Shortcode

In a Hugo project with the DocDock theme, the following markdown code produces a similar diagram. Click the link below the code to show/hide a screenshot of the diagram.

Code Block
languagexml
{{<mermaid align="left">}}
graph TD;
    A(Start) --> B
    B[Submitter submits trial.] --> |Trial has Submitted status.| C{Submission complete?}
    C -->|No| D[CTRO asks submitter for information.]
    D -->|Trial is on hold.| E[Submitter provides requested information.]
    E -->|Trial is off hold.| C
    C -->|Yes| F(End)

{{< /mermaid >}}
Expand
titleClick here to show/hide image.

Flowchart with decision and loop

  

Markdown Flowchart via Mermaid Live Editor

In the Mermaid Live Editor, the following markdown code produces a similar diagram.

Code Block
languagexml
graph TD;
    A(Start) --> B
    B[Submitter submits trial.] --> |Trial has Submitted status.| C{Submission complete?}
    C -->|No| D[CTRO asks submitter for information.]
    D -->|Trial is on hold.| E[Submitter provides requested information.]
    E -->|Trial is off hold.| C
    C -->|Yes| F(End)

View file
namemermaid-diagram-20180309142812.svg
height250

Image Added

Office Powerpoint macro

...