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.

...

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

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)

Image Removed

 

Expand/Collapse Image

Expand Confluence Macro

...

  • By default, the image appears as indicated in the HTTP parameter:
    The image appears as indicated in the HTTP parameter.
  • After click, the image expands to fill the window.

Presentation / Slideshow

...

...

Presentation / Slideshow

...

...

Office Powerpoint macro

Office Powerpoint
name2017-12-21 SEER VTR meeting.pptx

...

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 >}}

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)

Image Added

Markdown via Slide Show (S9)

Markdown to Presentation / Slideshow lists some tools for using markdown to create presentations or slideshows. The following files demonstrate one of them, Slide Show (S9):