NarraFirma™ Help Home > Catalysis > Print catalysis report << Cluster interpretations and/or observations || Reflect on the catalysis phase >>

Print catalysis report

This page is simple: you use it to print a copy of the catalysis report you created in the previous pages.

What to do here

Choose a catalysis report to print, then click "Print selected catalysis report." A new page will appear with the report on it.

Connections to other pages

In order to print a catalysis report on this page, you must first create it (on the Start catalysis report page), add some observations and/or interpretations to it (on the Explore patterns page), and cluster the observations and/or interpretations (on the Cluster interpretations and/or observations page). This page is also affected by the options you set on the Configure catalysis report page.

Frequently-asked questions

How can I open a catalysis report in my word processor?

Pandoc does a good job of converting NarraFirma's HTML reports to a variety of word processing formats, such as ODT and DOCX. We recommend it as the best option if you want to work on your catalysis report outside of NarraFirma. Pandoc is a command-line tool, but it is reliable, and it's easy to use once you understand it. For a gentle introduction, see pandoc's "Getting started" page, or search the internet for "pandoc getting started." If you don't want to use pandoc as a command-line utility, there are several editors that incorporate or work with it. See pandoc's "Extras" page, or search for "pandoc gui".

You also have a few other options. If you save your web page to an HTML file, you may find that your word processor can open it directly. Another option is to print the web page to a PDF file, then open the PDF file in something that can save the file in other formats (like Acrobat Pro). Or you can use one of the free file converters on the internet. We like the pandoc solution best because it's local and simple. But there are many options.

Why would I want to report only observations?

So you can facilitate and record a group catalysis session, where a group of people writes and clusters interpretations for your catalysis report.

How do you facilitate group catalysis?

  1. Look at the patterns in your data on the "Explore Patterns" page. Write an observation for each pattern that stands out. Do this as objectively as possible; for example, you might write an observation for each statistically significant difference.
  2. Print a catalysis report with only the observations you wrote.
  3. Also print out a set of story cards.
  4. Invite some people to work with you. You'll need at least two or three people.
  5. Plan to spend at least ten minutes per observation. If you have a lot of observations, invite more people, or choose a subset of your observations to put before the group (maybe only the ones you've marked as strongest).
  6. At your workshop:
    • Show the people your observations, one at a time. Ask them to talk about each observation and look at some of the stories involved. If you have enough participants to break into groups of three, you can split up the observations and get through them faster.
    • Ask people to collaborate on writing at least two competing interpretations of each observation. For each interpretation, ask them to write a clear explanation of what the observation means from a particular perspective.
    • Be sure to explain that the interpretations must disagree with each other. Remember to explain why this is useful.
    • Ask the people to give each interpretation they come up with a short name (on a sticky note) and a description (on a sheet of paper). They can write both things down, or they can only write down the name and say the description into an audio recording (which you will later transcribe).
    • At the end of the workshop, ask the people to cluster the interpretation names they wrote. Ask them to give the clusters names.
    • Take good photographs of the session, making sure that you can read all of the clustered sticky notes.
  7. After the session:
    • Go back to NarraFirma. For each observation, enter the interpretations people gave for it. If you made an audio recording, transcribe what they said about each interpretation.
    • After you have entered all of the interpretations, arrange them into the clusters people put them in, and use the cluster names for the perspectives.
    • Now you're ready to print your catalysis report and use it in a sensemaking session.

Why should I facilitate group catalysis?

Why should I not facilitate group catalysis?

Do you have any more tips for facilitating group catalysis?

How can I format my report sections?

You can control the formatting of your report sections in three ways.

  1. You can use these simple markup tags: **bold** and __italic__.
  2. You can use these HTML tags: address, article, b, big, blockquote, br, caption, cite, code, del, dd, d1, dt, em, h1, h2, h3, h4, h5, h6, hr, i, kbd, li, ol, p, pre, s, small, sup, sub, strong, strike, table, td, th, tr, u, ul.
  3. You can use custom CSS.

How do I use the "Custom CSS" feature?

Click Print selected catalysis report, then use your browser to inspect any element of the report you want to change.

The usual way to inspect items is to right-click on a word or area and choose "Inspect" or "Inspect Element" from the popup menu that appears. If you don't see a popup menu or an "Inspect" menu item, look up how to inspect a web page element in the browser you are using. Sometimes you need to turn on "developer" mode to inspect page elements.

When you have successfully inspected the page element you want to change, you should see its CSS class. Most of the classes start with "narrafirma-catalysis-report".

Next go to the "custom CSS" field on this page and write a class selector (label) and declaration (set of formatting lines) for that class. You can use your browser's style editor to experiment with CSS until you get the styling you want.

For example, if you wanted to change your report so that your perspective names appear in blue, you would write a CSS statement like this:

.narrafirma-catalysis-report-perspective { color: blue; }

Then print the report again to see your change. (You can't just reload the report page; you have to click the "Print selected catalysis report" button again.)

You can also style the elements of your graphs. For example, this line will make the "observed" circles in your contingency graphs green:

.contingencyChart ellipse.storyCluster.observed { stroke: green; }

I'm using Chrome, and I can't save my generated catalysis report (or story cards) HTML page.

Yes. Chrome will not save a "data" URL to a file. There are three workarounds.

  1. For this one thing, open NarraFirma in Firefox or Safari. They will save the HTML file. (If they don't, check your security settings.)
  2. In Chrome, select the entire generated HTML page. Copy. Paste into Microsoft Word or LibreOffice. All or most of what you see should be picked up correctly.
  3. In Chrome, Print the file to a PDF file. Then copy and paste the entire contents of the PDF file into Word or LibreOffice, or convert the PDF file to another format using pandoc.

One of my PNG graphs is empty.

Firefox sometimes has a problem generating PNG graphs when there are special characters in texts. We can't easily fix this. If this happens to you, either use a different browser (it doesn't happen in Chrome) or write your graph to SVG format, open it in a program that edits SVG (like Inkscape) and save it to PNG there.