Mind map gallery
This gallery shows mind maps contributed by FreeMind users. Many of the mind maps are shown in a Flash browser, which looks different from the FreeMind application.
- Make use of this page for publishing your mind maps in English language in this wiki.
- Read here how to do it.
- Flash maps support linking to remote URLs! Flash browser documentation as a mind map.
- For non-English mind maps just use another wiki pages and link to them from this section
Maps in English
Technology
Investing
- Value Investing MindMap: See the mindmap on value investing. ---Bobwicon 05:54, 2 Sep 2007 (PDT)
Business Procedures, Workflows, Models
- <mm> Customer Service</mm> as I see it. ---Phalseid 23:07, 14 Jul 2007 (PDT)
- Sascha Mundstein's maps on mind mapping and business topics, including attacking problems, creativity, a model for venture capital investment analysis, risk management plan, a book review, and an online marketing framework.
- Business Plan generator, contains a mindmap and a small number of OpenOffice.org spreadsheets (linked to from within the mindmap). Most nodes on the mindmap have notes containing clear explanations of what you need to do, and the rest are self-explanatory. Use this to work out your business plan. Add all the info as notes on the nodes. When you're happy with it, export it to OpenOffice Writer format, then edit the doc and link in the spreadsheets, and hey presto, you've got a complete polished business plan ready to take to the bank or your favourite VC.
- Start Simple Branding MindMap <mm>On Freemind</mm>
- <mm>VIP Support Processes</mm>
- <mm>flash|Global Enterprise Resource Planning (ERP) System Implementation Strategy</mm> --Thierry 2007-03-08
- <mm>flash|Leasing Contract Processing</mm> --Latief
- <mm>flash|Career planning</mm> --Ddaniels 01:23, 25 Mar 2007 (PDT)
- <mm>flash|Sample Career planning</mm> --Ddaniels 22:56, 14 Apr 2007 (PDT)
- <mm>flash|Thoughtful student career planning</mm>--Ddaniels 00:04, 23 Apr 2007 (PDT)
Chemistry
- <mm>flash|Aesica</mm> -- 26 April 2007.
- <mm>flash|Chemical Sources</mm> -- 26 April 2007. (Note html formatting has been lost in this map??)
Computer Languages
Python
<mm>Python Computer Language|flash|title Python Computer Language - Contents|parameters startCollapsedToLevel=4</mm> Notes on the Python computer language. It doesn't include the absolute basics, such as significant white-space or how to create variables. It also skips the basics of data types and control flow (see the Quick Reference link in the mind-map for those).
Most of these notes have been based on The Quick Python Book from 1999, which uses Python 1.5.2. As a result, language features from newer versions of Python, such as list comprehensions, are not included. SimonTeW 02:34, 17 Mar 2008 (PDT)
This mind-map acts as a contents page, just listing major topics. Each major topic in the mind-map has a link to a sub-map with details of that topic. If you wish to view the sub-maps directly, they are listed below:
- <mm>Python Naming Conventions|flash|title Python Naming Conventions|parameters startCollapsedToLevel=4</mm> Naming conventions for modules, classes, functions, etc. From PEP 8. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Data Types - Numerics|flash|title Python Numeric Data Types|parameters startCollapsedToLevel=4</mm> A few notes about Python numeric data types. Not comprehensive. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Data Types - Sequences|flash|title Python Sequence Data Types|parameters startCollapsedToLevel=4</mm> Python sequence data types: Strings, lists, tuples. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Data Types - Dictionary|flash|title Python Dictionary Data Type|parameters startCollapsedToLevel=4</mm> Python dictionary data type. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Data Types - Booleans|flash|title Python Booleans|parameters startCollapsedToLevel=4</mm> What evaluates to True, what evaluates to False. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Data Types - Testing|flash|title Testing for Python Data Types|parameters startCollapsedToLevel=3</mm> How to test Python data types. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Control Flow|flash|title Python Control Flow|parameters startCollapsedToLevel=4</mm> Control flow in Python. Skips the basics, such as the for loop. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Functions|flash|title Python Functions|parameters startCollapsedToLevel=4</mm> SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Modules|flash|title Python Modules|parameters startCollapsedToLevel=4</mm> Information about modules in Python, not a list of built-in modules. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Scipts|flash|title Python Scripts|parameters startCollapsedToLevel=3</mm> Scripts in Python, including commandline arguments and options, and redirecting input and output. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Packages|flash|title Python Packages|parameters startCollapsedToLevel=4</mm> Python packages, including __init__.py files and rules for importing packages, sub-packages. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Classes|flash|title Python Classes|parameters startCollapsedToLevel=4</mm> Using classes in Python: Defining them, instance and class variables, methods, constructors & destructors, inheritance, etc. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Scoping and Namespaces|flash|title Python Scoping and Namespaces|parameters startCollapsedToLevel=4</mm> SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Exceptions|flash|title Python Exceptions|parameters startCollapsedToLevel=4</mm> Python exceptions and assertions. Includes raising and handling exceptions. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Path (sys.path)|flash|title Python Path (sys.path)|parameters startCollapsedToLevel=4</mm> Initialising or adding to sys.path. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Useful Python Functions for Operating on the File System|flash|title Useful Python Functions for Operating on the File System|parameters startCollapsedToLevel=4</mm> SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python File IO|flash|title Python File IO|parameters startCollapsedToLevel=3</mm> Reading and writing text and binary files. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Data Serialization|flash|title Python Data Serialization|parameters startCollapsedToLevel=4</mm> Serializing and de-serializing data using the cPickle module. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Special Method Attributes|flash|title Python Special Method Attributes|parameters startCollapsedToLevel=3</mm> Notes on some special method attributes, such as __str__ . SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Regular Expressions|flash|title Python Regular Expressions|parameters startCollapsedToLevel=4</mm> SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python COM Server (Windows Only)|flash|title Python COM Server (Windows Only)|parameters startCollapsedToLevel=3</mm> Creating a Windows COM server in Python using PythonWin. SimonTeW 02:52, 16 Mar 2008 (PDT)
- <mm>Python Client-side COM (Windows Only)|flash|title Python Client-side COM (Windows Only)|parameters startCollapsedToLevel=4</mm> Notes on client-side COM in Python using PythonWin. SimonTeW 02:52, 16 Mar 2008 (PDT)
Educational
- <mm>flash|Writing an Essay With FreeMind</mm>
- <mm>flash|Mindmaps_at_Work</mm>
- <mm>flash|intro to programming concepts</mm> --Ddaniels 23:53, 28 Mar 2007 (PDT)
- <mm>flash|reverse mentoring</mm> --Ddaniels 22:48, 23 Mar 2007 (PDT)
- <mm>flash|title TRUC: Teachable, Reusable Units of Cognition - Educational Pattern by Bertrand Meyer|TRUC: Teachable, Reusable Units of Cognition</mm> . An educational pattern by Bertrand Meyer. (reference: Teachable, Reusable Units of Cognition, in Computer (IEEE), vol. 39, no. 4, April 2006, pages 20-24. http://se.ethz.ch/~meyer/publications/computer/truc.pdf) --Cgr 11:45, 14 Aug 2007
Personal Learning Environment Map Gallery
Medicine
- <mm>flash|Diagnosing Headaches with Chinese Medicine</mm>
- <mm>flash|Cannulation</mm>
- <mm>flash|ED Efficiency and Effectiveness.mm</mm>
- <mm>flash|Risk_Management</mm>
Software
- Mindmaps about software (e.g. AJAX, XML etc etc) and project management |http://www.mp3monster.org/new/techie/]
- I would like mind map to be able to <mm> export as a javascript Pie Menu, </mm> not a tree menu. That will give similar functionality without flash or java and make this a true break-out product. --Phalseid 22:49, 14 Jul 2007 (PDT)
- <mm>flash|Star LOGO TNG: the good, the bad and the interesting</mm> Now with working links! --Ddaniels 22:34, 29 Mar 2007 (PDT)
- <mm>flash|Cool Tools</mm> --timshau 26 Mar 2007
- <mm>flash|200px|parameters startCollapsedToLevel=2|Software design patterns (from GOF)</mm> --Nikolai.a 00:15, 20 Sep 2007 (PDT)
- <mm>applet|Blender Mindmap</mm> --cellstorm 10 Sept 2007 - work in progress of a (huge) mind map for the open source 3d program Blender. As I have problems with the flash plugin, its distributed via applet (requires java)or you can download a Javascript version .
happy blending!
Free Mind
- <mm>A quick map of what, where and how to use FreeMind</mm> --Markr121 13:15, 22 Nov 2006 (PST)
- <mm>flash|How to emulate labelled edges</mm> --kenrob 2007-02-14 22:15
- <mm>flash|How to emulate multiple roots</mm> --kenrob 2007-02-18 01:17
- How to mirror nodes about the root --kenrob 2007-05-06 15:30 (This link seems to be broken)
TRUCOS
Teachable, Reusable Units of Cognition in Open Source: Open Source software presented by means of the TRUC educational pattern.
- <mm>flash|title Enhydra XMLC (XML Compiler)|presentation: Enhydra XMLC (XML Compiler)</mm> (For more resources, expand "alternative names" node.) --Cgr 17:25, 14 Aug 2007 .
- <mm>flash|title Apache Maven 2|build: Apache Maven 2</mm> --Cgr 23:25, 25 Jan 2008.
Spirituality
- <mm>An example of how I use it for Biblical exegesis</mm> --Ironblood 03:39, 26 May 2007 (PDT)
- <mm>flash|Calvinist Sects</mm> --Ddaniels 00:07, 24 Mar 2007 (PDT)
Miscellaneous
- <mm>flash|VirtualRealityMovieReviewProcess</mm> --Ddaniels 23:20, 24 Mar 2007 (PDT)
- <mm>flash|METACOGNITION</mm>
- <mm>flash|PERSONAL_DEVELOPMENT</mm>
- <mm>flash|title Jason's map|Jason's map</mm>
- <mm>flash|Generic_LIFE_BALANCE_ANALYSIS</mm>
- Steuerrecht.mm moved to the Mind Map Gallery in German