NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
titleContents of this page:

Table of Contents
maxLevel3

Wiki Features

This catalog demonstrates selected features available on the NCI Wiki. Examples For exploratory purposes, this catalog also includes examples of these features implemented using a site generator are also included for exploratory purposes.

Wiki Features

More Focused Wiki Space Search

 (or other tools). 

User Guides

Click the following links to view some of the technical documentation our team has written. 

More Focused Wiki Space Search

The default wiki search, near the top of the page, searches the entire wiki (all wiki spaces to which you have access). If a wiki page author or editor inserts Use the Page Tree macro and select selects the Search Box Above Page Tree option, the wiki page displays an additional search feature. This searches only within a specific page family. 

Wiki page showing a site search box above the page tree.
Wiki Space Search macro in Confluence

A similar option is the Page Tree Search macro. This macro focuses the search to a specific page treefamily, just as the Page Tree macro does, but it displays only a search box (not the page tree).the list of links). For more information, refer to Definition of Child Page, Wiki Space, Page Family and Putting a List of Child Pages on a Page.

Animated GIF

Created We created the following animated GIF using SnagIt 2018. For information on accessibility for animated GIF files, refer to the following page:

https://www.slideshare.net/DigitalGov/accessibility-for-animated-gifs-victoria-wales-us-agov-gobiernousagov

Multiexcerpt include

Image Removed

Video

Multimedia
nameTCIAMovie.mp4
width100%
height100%

Screencast/Software Demo

Created using Camtasia

...

MultiExcerptNameExitDisclaimer
nopaneltrue
PageWithExcerptwikicontent:Exit Disclaimer to Include

Image Added
Animated GIF

Show If
groupGP-CFW_ADMINS
Panel
borderColorsilver
borderStylesolid
titleThis section is visible to GP-CFW_ADMINS only.

Video

We created the following two videos using Camtasia and posted them to YouTube to benefit from custom closed captions for Section 508 compliance. By default, Confluence uses the Widget Connector macro to preview YouTube videos.

Widget Connector
urlhttps://www.youtube.com/watch?v=NO48XtdHTic&t=9s

Video explaining how to download DICOM data from TCIA 

Widget Connector
urlhttps://www.

...

youtube.com/

...

watch?v=lVs-QyuX0bs&t=6s

Video explaining how to use MedICI to Submit Results to a Medical Imaging Challenge

We created the following video using Camtasia and embedded it in a Confluence macro called Multimedia instead of using the Widget Connector. Notice the built-in player and extra white space around the video on this page.

...

Multimedia
nameCSSI DCC Filtering.mp4

We created the following video from screenshots. First, we used SnagIt to simplify the screenshots. Simplified screenshots draw attention to appropriate areas of the screen, and reduce how often the video needs to be updated. Then, we used Movavie to record each part of the video, assemble those parts, and add subtitles. The assembly of parts facilitates future updates. 

Multimedia
nameprep-Globus.mp4

Confluence Gliffy Flowchart

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


Sample Gliffy Flowchart

For information, refer to Gliffy Diagram Demonstration

Expand/Collapse Image via Confluence Macro

We inserted an Expand macro here, and an image inside it. By default, the macro displays a link. After you click the link, the macro also displays the image. 

Expand
titleClick here to show/hide image.

 Image Removed

Thumbnail Image

Example image

 Image Added

For information, refer to Hiding Information so Readers Can View It as Needed

Thumbnail Image

We inserted a 909px image here and reduced the size to 100px to produce a thumbnail, in the generic sense of the word. The reader can click the thumbnail to view the full-size image.

Trial Data Verification page in CTRPImage Added
Thumbnail image

For more information, refer to Changing the Display Size of an Image

(Another type of wiki thumbnail behaves differently, as mentioned in Uploading and Linking to an Attachment.) Trial Data Verification page in CTRPImage Removed

Presentation / Slideshow

Office Powerpoint MacroThe Office PowerPoint macro in Confluence allows you to display your presentation in a viewer with next and back buttons, rather than showing a simple preview. People viewing the page don't need PowerPoint installed to be able to see the presentation. 

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

PowerPoint file embedded into Confluence

Static Site Generator Features

Static site generators are applications that run on the command line and compile a website. For example, you may have various pages defining a layout, some "include" files, a configuration file, and your content files. The technical writers would in this case create documentation in markdown (text files) stored in GitHub. Each documentation change would compile on the fly. This method is innovative and would not involve Confluence at all. No projects at CBIIT currently use this method but we include it in this catalog to better communicate the potential range of our services. For more information about static site generators for documentation, see https://idratherbewriting.com/2015/02/27/static-site-generators-start-to-displace-online-cmss/

Multiexcerpt include
MultiExcerptNameExitDisclaimer
nopaneltrue
PageWithExcerptwikicontent:Exit Disclaimer to Include

Thumbnail in DocDock Markdown

The following code block demonstrates implementation of a thumbnail for Hugo DockDock, as described in Resizing image

Multiexcerpt include
MultiExcerptNameExitDisclaimer
nopaneltrue
PageWithExcerptwikicontent:Exit Disclaimer to Include
:

Code Block
languagexml
1. Click the **Search Clinical Trials** tab. Or, on the toolbar, click **Search** > **Clinical Trials**. The Search Clinical Trials page appears.
    ![Search Clinical Trials page](https://wiki.nci.nih.gov/download/attachments/333338131/trial-search.png?height=80px)
1. In the various fields, specify one or more search criteria.

...

Markdown to Presentation / Slideshow

Multiexcerpt include
MultiExcerptNameExitDisclaimer
nopaneltrue
PageWithExcerptwikicontent:Exit Disclaimer to Include
 lists some tools for using markdown to create presentations or slideshows. The following files demonstrate one of them, Slide Show (S9)
Multiexcerpt include
MultiExcerptNameExitDisclaimer
nopaneltrue
PageWithExcerptwikicontent:Exit Disclaimer to Include
:

...

In a Hugo project with the DocDock theme, the following markdown code produces a similar 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 >}}

Flowchart with decision and loop

Flowchart created with Markdown and Mermaid Shortcode

Markdown Flowchart via Mermaid Live Editor

In the Mermaid Live Editor

Multiexcerpt include
MultiExcerptNameExitDisclaimer
nopaneltrue
PageWithExcerptwikicontent:Exit Disclaimer to Include
, 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)

Flowchart created with Markdown and Mermaid Live Editor