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. For exploratory purposes, this catalog also includes examples of these features implemented using a site generator (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

...

A similar option is the Page Tree Search macro. This macro focuses the search to a specific page family, just as the Page Tree macro does, but it displays only a search box (not the page treethe 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.

...

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

Multiexcerpt include
MultiExcerptNameExitDisclaimer
nopaneltrue
PageWithExcerptwikicontent:Exit Disclaimer to Include


Animated GIF for illustrative purposes

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

...

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

...

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

...