Mind Map Articles

 

Index
Index of this section

Index
Magic Speed reading Index

Articles
Speed reading articles

Download
Free Speed reading software download

Registration
Registration of the program

Sub vocalization
Free articles and lessons

Wide your span eye
Free online lessons

Words games
Free online trainings

Contact



 
 

 

Outliners and Mind mapping

By Jimmy O`Regan

Outlining and mind mapping are two ways of representing information. Both are useful for brainstorming and note taking (among other things), but most importantly, both are excellent ways of organising information. It should come as little surprise that organising information is important to programmers, and, because Linux is the operating system of choice for the discerning programmer, there is a wealth of software available to assist with these tasks.

I decided recently to get my life in order. Part of this was accepting that not all self-help material is rubbish. (For as long as I can remember, my father has been a devoted reader of self-help -- reader, not follower -- so I`ve been soured on the whole concept since my teenage years). Another part is simply organising myself.

One of the habits I`m trying to break is the habit of keeping notes on scraps of paper or in random text files scattered around the place. Outliners and mind maps are useful in the quest to add context and relationships to these otherwise random pieces of information, and have been working out well for me so far.

Outliners

Outlining is a useful method for both note-taking and brainstorming. An outline is a list of ideas, which are grouped by sub-topic in a hierarchy. When writing an outline, only the key points are used, which are later expanded upon if writing.

The above paragraph as an outline would look something like this:

Outlining

  • Uses:
    • Note taking
    • Brainstorming
  • What is it?
    • List of ideas
    • Sub-topics
    • Hierarchy
    • Key points first
    • Expanded later

Outliners are a type of software that allow the user to write a document as an outline, to add detail to each point, and to hide that detail so further points may be added.

Most modern word processors have outline facilities -- the "Headings" view in OOWriter`s "Navigator", for example. Although there are standalone outliners available, such as Think, the most interesting outliners around are those for Emacs and Vim.

Emacs Outline mode

XEmacs in Outline mode

Emacs comes with an outline mode. This uses a very simple text format: headings begin with an asterisk, and any text between headings is counted as the text belonging to that heading. If the text of a subheading is folded, this is shown as an ellipsis ( ) after the heading`s title. (example)

* Top Level Heading
** Sub heading
This text will be hidden if the sub-heading is folded.
** Sub heading 2
*** Sub subheading

The Vim Outliner

The Vim Outliner is, in my opinion, the best outliner available for Linux. (However, this is probably because I use Vim as my main editor: I prefer Emacs, but not after the beating Mandrake gave it). Like Emacs`s outline mode, it uses a simple text format (example):

Top Level
 Sub-heading
 | Text 
 Another sub-heading
  Sub-sub-heading
  | More text

Like Emacs`s outline mode, TVO allows headings and subheadings to be folded. (Well, it would have to: otherwise it wouldn`t be much of an outliner). Different heading levels are colour-coded; it`s best to name an outliner file with the extension

.otl

, so Vim will know to do this.

While reading about outliners on the Net, I found a DOS outliner, ThinkTank, from 1987. This uses a simple text format that is easily converted for use with Vim Outliner.

Mind Mapping

Mind mapping is a way of representing information developed by Tony Buzan that takes advantage of several aspects of how the brain processes information. At its most basic, a mind map is similar to an outline in tree form -- a tree turned on its side, using roots as well as branches, but still a tree.

A mind map starts at a central concept. Top-level sub-topics branch out from that on either side, lower-level branches from those, and so on. With a paper mind map, when you come to the edge of the page, you simply glue a new page to that edge and continue.

So far, not much different to an outline.

An effective mind map makes use of different colours for each branch: This makes each main sub topic stand out more, and assists the brain in processing the data. It`s also recommended that, where possible, a mind map should have pictures: "A picture is worth a thousand words" may be a cliché, but it`s true.

OPML

While I`m talking about outliners, I should probably mention OPML, which is best known as the standard format for swapping feed subscriptions.

OPML stands for Outline Processor Markup Language. It has a very simple structure: As with HTML, there are "head" and "body" sections. Also as with HTML, the head section is used for meta information -- tags like "title", "dateCreated", "dateModified", "ownerName", and "ownerEmail" are self-explanatory; "expansionState" is used to contain a comma-separated list of the outlines that are expanded by default; "vertScrollState" contains the number of the line that is to be displayed (after outlines have been expanded); "windowTop", "windowLeft", "windowBottom", and "windowRight" are used to set the window state.

In the body section, there is only one tag - "outline", which can contain other outline tags, for the various levels of headings. The outline tag can have any attribute, though "text" is common. Most of these tags are ignored by feed readers, though, because they mostly look for a link and a title. I`ve included a sample.

Vim Outliner comes with a Ruby script that converts OPML to its own format - I`ve also included sample output: feeds.opml, sample.opml.

FreeMind

FreeMind is an open-source mind mapping program. It`s written in Java, so it runs fine on Linux. Freemind has several features that those who are familiar with mind maps would expect; text and branch colours may be changed, images may be added to nodes, and there are several stock icons that can be added to branches or nodes as mnemonics.

Although the developers say that FreeMind does not create mind maps exactly according to Tony Buzan`s original idea, it`s close enough as far as I remember. It does, however, add some extra features that are not possible with paper-based mind maps: Branches and their nodes may have hyperlinks attached to them, and mind maps can be exported as HTML.

Mindmap with embedded graphics

FreeMind is easy to use: To add a node to a branch, press the `Insert` key, and type. To change a node into a branch , press the `Insert` key. Nodes and branches can be cut and pasted; individual branches can be exported as HTML as well as the entire mind map; all options for formatting the node/branch are available by right-clicking on it. As with an outliner, branches can be collapsed (or expanded) by pressing "Space", and nodes can be easily navigated with the arrow keys.

Two things worth mentioning are that inserting a graphic (by choosing

Node->Set Graphic

from the context menu, or by typing

Alt-K

) replaces any text that was in the node; the other is that you can show that two nodes are related, even if they are in different branches, by holding

Ctrl-Shift

and dragging and dropping one node on top of the other. This draws a line between the two, which happily does not cover the text of any nodes in the way.

I`ve included some examples which show how I`ve used FreeMind -- mostly for summarising information, like when I wanted to find out about CIFS, or about comedy writing (though that, in turn, was based on an outline I found on the Internet), though I also used it to represent the decision-making process behind my haircut, to represent my bookmarks (see below), and to just have a set of ridiculous-looking bubbles. I`ve also added a second version of comedy writing that shows the difference having links between different nodes makes.

Delicious Mind

Delicious Mind is a Python script, available here that converts entries in del.icio.us to a FreeMind mind map. (I`ve included a local version that follows del.icio.us`s request that scripts identify themselves, as well as my own version that generates rdf -- thanks are due to Ian Oeschger, who for allowing me to publsih my version).

For those who don`t know, del.icio.us is an online public bookmarking system that has superceded the browser`s built-in bookmark facilities for many people. Del.icio.us entries are not filed in folders like traditional bookmarks; instead, each entry is tagged with keywords, from which delicious generates a list of folders.

Del.icio.us also allows users to see who else has bookmarked each entry, as well as providing folders of popular tags, which contain items from each user who uses that tag. Del.icio.us also provides feeds, so people can subscribe to each other`s bookmarks. Items may also be sorted by date, for a particular user, or for all users, and the main page contains a list of the most recently added bookmarks.

Del.icio.us provides a public API so people can easily access and manipulate their own bookmarks from scripts. Delicious mind takes advantage of this; it takes a list of tags, which are then defined as second level branches, and populates them with nodes of each bookmark in that category. (XML fans can rejoice: del.icio.us sends its information as a simple XML format that can easily be processed with some simple xsl).

As well as providing a way of visualising your bookmarks, this can be coupled with FreeMind`s HTML export to maintain a local copy of your del.icio.us bookmarks -- like all popular Web sites, del.icio.us tends to suffer occasional periods of down time. (Have a look at the HTML export of this file compared with the del.icio.us version).

Jimmy is a single father of one, who enjoys long walks Oh, right.

Jimmy has been using computers from the tender age of seven, when his father inherited an Amstrad PCW8256. After a few brief flirtations with an Atari ST and numerous versions of DOS and Windows, Jimmy was introduced to Linux in 1998 and hasn`t looked back.

In his spare time, Jimmy likes to play guitar and read: not at the same time, but the picks make handy bookmarks.

Copyright © 2004, Jimmy O`Regan. Released under the Open Publication license unless otherwise noted in the body of the article. Linux Gazette is not produced, sponsored, or endorsed by its prior host, SSC, Inc.

Articles about the Mind

Note about this page : The latest issue of Positive Health magazine is published on the 4th Thursday of each month. The articles from that issue are placed on this web site on or about the same date.

Moving Through Depression, Literally by Maggie Baker Maggie writes about a very personal journey from a major breakdown seven years ago. She tells of how repression of her real self was at the heart of her problems and how she has overcome these to a certain extent by allowing herself to ‘rant and rage’ and to channel her energies in more constructive, creative and appropriate ways.

Empowerment Through Coaching by Linda Markley Coaching is a modern tool that can empower and bring significant shifts and goal achievements more quickly, with more enjoyment and less stress.

Fulfilling Your Life Potential by Anthony Aurelius Anthony Aurelius is a Professional Life Coach, working with clients over the telephone. In this article, he outlines strategies that can lead to a happier and more satisfying life. He stresses that individuals can enhance each strategy by consulting a Coach whenever the need arises.

Happiness and the Immune System by Dr Shara BA CohenDr Cohen is an immunologist, scientific consultant, science writer and lecturer who specialises in presenting science for non-scientists. Here she presents the biological evidence supporting the idea that your mood and emotional responses can have an important effect on your health.

Coaching to Optimize Your Life by Tina Korup Life Coaching provides a one-to-one relationship and combines different tools and techniques to map out a structure to assist the achievement of long-term results in terms of life and career changes, performance improvement, improved focus, enhancement of personal power, increased satisfaction and fulfilment and the achievement of goals.

Mystical Gardens of Bellenau by Vivienne Silver-Leigh Vivienne Silver-Leigh shares her experiences of Chateau Bellenau in Normandy, which has been restored over the past three years to provide a peaceful and magical setting for transformative groupwork for alternative therapy groups and business and coaching groups.

Survival and Transformation from Terminal Cancer by Martin Brofman The author takes us on his remarkable journey of self-discovery that led to a total transformation of his whole Being and complete healing following a diagnosis of terminal cancer of the spinal cord.

The Mind, Metaphor & Health by Penny Tompkins and James Lawley This article explains why metaphor is a natural way to describe illness and health, the importance of recognizing patients?/clients? metaphors, and how working within these metaphors can activate an individual?s personal healing process.

Psychoneuroimmunology and NLP by Nancy Blake As practitioners or clients of complementary therapies, we are constantly made aware of the split between ?science-based? allopathic medicine, which mostly looks at symptoms of ?diseases?, single causes and single ?cures?, and our practice, which attempts to understand the whole individual in the context of the entire environment, external and internal.

The Good Mood Guide by Donna WelshIn light of today`s increasing use of antidepressants, Donna Welsh describes different holistic approaches to overcoming negative moods.

The Emotional Dimension in Children`s Life Threatening Illnesses by Tony Quinlan Using the case of an eight-year-old girl, who was found to be suffering from Stevens Johnsons Syndrome - a severe allergic reaction to medication - Tony Quinlan explores the complex arena of emotions experienced by the child with a life-threatening illness and by others.

Rediscovering Your Own Unique Reality by Regan Duggan In this article, Regan Duggan shows us how to put aside the worldview created for us by the experiences of our parents, teachers, partners, etc., and recreate our own unique reality.

The Myths We Live By by Dorothy Rowe Psychologist Dorothy Rowe exposes our potentially harmful underlying beliefs

Perceptual Enhancement Programme by Inside-Out Learning by Jeffry and Pamela Sharp This article describes the idea behind the perceptual learning programme developed by Inside-Out Learning, the key features of the programme and the benefits achievable.

A Quiet Place by Penelope Moon An action research programme to develop emotional health, self-esteem and confidence of children

Bolles Sensory Learning Method?by Mary Bolles The Bolles Sensory Learning Method? is an innovative non-cognitive approach to developmental learning that utilizes enhanced natural sensory stimulation for remediation of an individual?s emergent faculties.

Simple Memorizing Techniques by Laura Lane “I have a memory like a sieve.” Who hasn’t heard that lament many times from people convinced they have a terrible memory? The fact is, what we remember often has more to do with factors such as . . .

A New Vision of Psychoneuroimmunology by Will WilsonMy original intention in writing this article was to explore Psychoneuroimmunology (PNI) and its recent developments. .

Enneagram: The key to fulfilment by Andrew ShawAn X-ray of the human mind is unveiled. Nine different windows through which our reality is skewed

Gestalt Therapy and Humanistic Psychology by Sheldon Litt, Ph.D.Psychology is a discordant discipline. The beginning of the 1900s saw the rise of behaviourism in the laboratory, and the ascendancy of psychoanalysis in the treatment room.

The Experience of Depression by Dorothy Rowe Each of us experiences depression in an image which is idiosyncratically our own, and yet which shares a meaning with all other people’s images of the experience of depression.

Natural Approaches to Depression by Rory Myles Most of us have watched a relative or friend struggle with depression ? and many of us have experienced it ourselves.

Mind Over Minefield by Dr Harry Alder Complementary medicine can be a minefield. Sometimes a battlefield. Its typical freelance sole proprietor can be as fiercely competitive as any ruthless corporate giant.

Autogenic Therapy – the best form of self-help by Jane Bird But can we learn to activate our own self-righting mechanisms? Can we cause the healing capacity to work at our own command and directive, rather than giving that power to another person (a therapist)? . . .

The answer is ‘Yes we can’.

The Emotional Freedom Technique by Paul and Val Lynch Emotional Freedom Technique (EFT) is a powerful technology for quickly resolving emotional distress.

The Enneagram: Basic Instincts by Andrew Shaw Are there people in your life you are attracted to even though your personalities are very different?

Mind map index



 

Copyright c 2005-2007 www.magicspeedreading.com. All Rights Reserved.
Feature Highlights
By using Speed reading software, you can improve facilities of speed reading. You needn't practice special exercises; it is just enough to read and periodical practice. Look at free online speed reading trainings. All text contain 50% of garbage.
> Remove 50% of letters and you will read the text. Try to understand this simply idea and you speed reading will up. Human mind read the words as china hieroglyph. You can mix the letters and read the text. Try to understand this simply idea and you speed reading will up. You can read the text by groups of words. If you strips the text you can also read the text. The speed reading will by up if you wide the span eyes. Use the full version of speed reading software "Speed reading is not magic".
Habitually returning to what is already read, that usually decreases the speed of reading, no longer happens. Reading each word individually becomes unnecessary because skillful fast readers do not individualize the text when reading at high speeds. 
You become accustomed to grasping a whole word or a group of words at one glance. In this way you activate your peripheral vision facilities. You study how to read without haste, because the program responds to the speed you have chosen and does not react to your haste. The "Magic Speed Reading" inclues 15 different computerized trainings.
>  Speed reading is not magic :)