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: Revised this page based on Bill's 4/25 comment on ISB GitHub issue #298.

If you paste text into an edit input field, review it before submitting the text to the system. Make sure the formatting (such as superscript, subscript, bold, and Italics), Greek letters, and other special characters appear as expected.

  1. Copy text from an appropriate location. For example, copy a formatted abstract from a web page rather than a PDF. (Your browser might not interpret correctly the encoding of special characters used by a PDF.)
  2. Paste your text in the caDSR input field and save your changes. 
  3. If the following template into the edit field: Code Block<html> <head> <title>Title of the document</title> </head> <body> <p> Provide your information here. text does not appear as expected, replace the incorrect characters. Consider the following examples:
    1. For the Greek alpha character ("α"), search the web for Unicode Greek Alpha, copy the character that appears in the result, and paste it into the input field as a substitute for the malformed alpha.
    2. For scientific characters (such as "Å"), search the web for Unicode Angstrom, copy the displayed character, and paste it into the input field.
    3. For superscripts, subscripts, bold, and Italics, insert HTML tags into the input field. This style markup is typically not retained in a copy and paste of the web text. However, you can enter such tags manually, as follows:

      Code Block
      You can use the following tags:
    1.  
    1. <sup>superscript</sup>, 
    1. <sub>subscript</sub>, 
    1. <b>bold</b>, and
    1.  
    1. <i>Italics</i>
    </p> </body> </html>Copy text from an appropriate location. Options include:Copying formatted text from the web page of the abstract rather than a PDF of the abstract. (Your browser might not interpret correctly the encoding of special characters used by a PDF.)
    1. .

      These tags appear as: superscriptsubscriptbold, and Italics.

    2. If you need a large block of text on a web page with complex styling, try the following shortcut:
      1. Right-click the web page and select View Page Source. HTML appears for the whole page.
      2. Locate the
    abstract
      1. desired text by searching for words in that
    abstract
      1. text.
      2. Copy the HTML of the
    abstract.
  4. Copying characters from results of a search in https://www.compart.com/en/unicode/
    Multiexcerpt include
    MultiExcerptNameExitDisclaimer
    nopaneltrue
    PageWithExcerptwikicontent:Exit Disclaimer to Include
    or Google.
    • Searching for “alpha” in the Compart site displays https://www.compart.com/en/unicode/U+0251
      Multiexcerpt include
      MultiExcerptNameExitDisclaimer
      nopaneltrue
      PageWithExcerptwikicontent:Exit Disclaimer to Include
      as one of the results.
    • Searching for “Unicode Angstrom” in Google displays various results.
  5. If the text you need to copy is only available in a PDF, paste it into the following page as a test:

    https://apps.timwhitlock.info/unicode/inspect

    Multiexcerpt include
    MultiExcerptNameExitDisclaimer
    nopaneltrue
    PageWithExcerptwikicontent:Exit Disclaimer to Include

    Edit the
      1. text
    as needed
      1. .
    When all special characters appear as expected, copy from this page. 
      1. Paste that text
    between the <p> and </p> tags in the edit
      1. into the input field.