0
I Use This!
Activity Not Available

News

Posted almost 13 years ago by lytico
limada::concept is an application to draw, edit and store concept maps. A concept map is a diagram showing the relationships among concepts. They are graphical tools for organizing and representing knowledge. They include concepts, usually enclosed ... [More] in circles or boxes of some type, and relationships between concepts indicated by a connecting line linking two concepts. Concepts can be connected with labeled arrows. The relationship between concepts can be articulated in linking phrases, e.g., "gives rise to", "results in", "is required by," or "contributes to". Concept maps are similar to mindmaps, but give more freedom, as mindmaps are often restricted to radial hierarchies and tree structures. ******** ATTENTION **************************************************** This release breaks file compatibility with previous versions. You have to import your old files into a new file created with the new version. Use Menu File -> Import -> File from previous version ... to do that. ***************************************************************************** Features: * Drag and drop images, rich text, html * Organize different views on your concept maps in sheets * Add concepts by typing or drag and drop * Link your concepts, and label them * You can link a concept with as many other concepts you need. You can link concepts with other links * Move your concepts around as you like and as you need it. No restriction for placing or ordering! * Your concept-map is stored in a database. You can make very big maps with many of concepts and links. * Assign different shapes to a concept * Work with a splitted screen: several views or sub-views of the same concept-map. * Export your map as an image * Create and edit rich text notes * import and export files as content * export a concept * split and merge concepts * HTML-Viewer is backed on Gecko 1.9 (Firefox-Enging) * HTML-Viewer uses a build in proxy-webserver, so you can browse in the database Restrictions: The main purpose of this program is to demonstrate the possibilities of limada::framework. As the framework is in alpha, there is no guarantee that you can read your data with later versions. Known limitations of this release: Editing works only on string-based widgets. DragDrop works with tif, png, dip, rtf, html and text, and not under Mono / Linux. The graphical representation is limited to simple rectangles and lines. Mono: Although I tried my best to provide the full feature set on mono, you have to consider the following limitations when using it under mono: Speed: around 1/3 of speed under mono-windows, less on mono-linux Cursor-Handling: the cursors don’t show up as in .NET if you manipulate nodes (resizing, moving) No DragDrop-support HTML-Viewer: proxy-webserver not working [Less]
Posted almost 13 years ago by lytico
limada::concept is an application to draw, edit and store concept maps. A concept map is a diagram showing the relationships among concepts. They are graphical tools for organizing and representing knowledge. They include concepts, usually enclosed ... [More] in circles or boxes of some type, and relationships between concepts indicated by a connecting line linking two concepts. Concepts can be connected with labeled arrows. The relationship between concepts can be articulated in linking phrases, e.g., "gives rise to", "results in", "is required by," or "contributes to". Concept maps are similar to mindmaps, but give more freedom, as mindmaps are often restricted to radial hierarchies and tree structures. ******** ATTENTION **************************************************** This release breaks file compatibility with previous versions. You have to import your old files into a new file created with the new version. Use Menu File -> Import -> File from previous version ... to do that. ***************************************************************************** Features: * Drag and drop images, rich text, html * Organize different views on your concept maps in sheets * Add concepts by typing or drag and drop * Link your concepts, and label them * You can link a concept with as many other concepts you need. You can link concepts with other links * Move your concepts around as you like and as you need it. No restriction for placing or ordering! * Your concept-map is stored in a database. You can make very big maps with many of concepts and links. * Assign different shapes to a concept * Work with a splitted screen: several views or sub-views of the same concept-map. * Export your map as an image * Create and edit rich text notes * import and export files as content * export a concept * split and merge concepts * HTML-Viewer is backed on Gecko 1.9 (Firefox-Enging) * HTML-Viewer uses a build in proxy-webserver, so you can browse in the database Restrictions: The main purpose of this program is to demonstrate the possibilities of limada::framework. As the framework is in alpha, there is no guarantee that you can read your data with later versions. Known limitations of this release: Editing works only on string-based widgets. DragDrop works with tif, png, dip, rtf, html and text, and not under Mono / Linux. The graphical representation is limited to simple rectangles and lines. Mono: Although I tried my best to provide the full feature set on mono, you have to consider the following limitations when using it under mono: Speed: around 1/3 of speed under mono-windows, less on mono-linux Cursor-Handling: the cursors don’t show up as in .NET if you manipulate nodes (resizing, moving) No DragDrop-support HTML-Viewer: proxy-webserver not working [Less]
Posted almost 13 years ago by [email protected] (lytico)
limada::concept
Posted over 13 years ago by lytico
limada::concept 0.09 released limada::concept version 0.09 is an application to draw, edit and store concept maps. * NEW: split and merge concepts * NEW: import and export files as content * NEW: export a concept DOWNLOAD: ... [More] http://sourceforge.net/projects/limada/files/Limada/limada_concept%200.09/Limada-0.09.zip/download INFO: http://limada.sourceforge.net A concept map is a diagram showing the relationships among concepts. They are graphical tools for organizing and representing knowledge. They include concepts, usually enclosed in circles or boxes of some type, and relationships between concepts indicated by a connecting line linking two concepts. Concepts can be connected with labeled arrows. The relationship between concepts can be articulated in linking phrases, e.g., "gives rise to", "results in", "is required by," or "contributes to". Concept maps are similar to mindmaps, but give more freedom, as mindmaps are often restricted to radial hierarchies and tree structures. Features: * Drag and drop images, rich text, html * Organize different views on your concept maps in sheets * Add concepts by typing or drag and drop * Link your concepts, and label them * You can link a concept with as many other concepts you need. You can link concepts with other links * Move your concepts around as you like and as you need it. No restriction for placing or ordering! * Your concept-map is stored in a database. You can make very big maps with many of concepts and links. * Assign different shapes to a concept * Work with a splitted screen: several views or sub-views of the same concept-map. * Export your map as an image * Create and edit rich text notes * NEW: import and export files as content * NEW: export a concept * NEW: split and merge concepts * HTML-Viewer is backed on Gecko 1.9 (Firefox-Enging) * HTML-Viewer uses a build in proxy-webserver, so you can browse in the database Restrictions: The main purpose of this program is to demonstrate the possibilities of limada::framework. As the framework is in alpha, there is no guarantee that you can read your data with later versions. limada::framework 0.09 Limada (Linked Marked Data) is the framework behind. It is a framework for managing relationships of data in non-hierarchical structures. It is suitable for data sets where the individual elements are interconnected in complex ways. The philosophy behind is that information is not in the data, but in the relationship between the data. The basic data structures are things, links and graphs. A thing holds a piece of information, such as text or numerical data. A link is a triple of things: it connects a root with a leaf, and a marker provides information about the character of the connection, the "why are root and leaf connected". A link is a thing by itself, so links can be connected with other links ("link on link") and used as markers as well. A graph is a container of things and links. It provides access to the relations of things. Limada has persistance layers for storing things and links in databases, and user interface components for visualizing the relationships between the data. New features since Version 0.081 * More dependencies removed. * Refactoring and bug removing Limada provides the following structures: A generic Thing<T> class as the base elements (vertice or node) of a ThingGraph. A Thing has a unique id and a generic data property. A Thing<Stream> class to handle streams. Streams can be compressed. A Link class as a triple of Things, connecting a Root- and a Leaf-Thing, and describing the quality of the connection with a Marker-Thing. A Link is a Thing, and implements an Limaki.IEdge<Thing>-Interface. A ThingGraph class implementing an Limaki.Graph<Thing>-Interface. A database backed ThingGraph. A Limaki.Widget - Thing - GraphPair. This GraphPair transforms Limada.Things into Limaki.Widgets and vice versa. It is the "visualizer" class for Limada.Things Some Scheme classes providing general usefull marker things. A Schema-Filter-Graph using the Schemes for filtering limaki::framework 0.09 NEW features since Version 0.081: * new architecture to gain more device independency * graphics-pipeline * refactoring and bug fixing Architecture The design of Limaki follows the principle of separation of concerns. Data and visual model are separated, similar to the model-view-controller design pattern. In a further step, the view part of the pattern is itself modeled after mvc-pattern to separate visual models from concrete displays. Modular view controllers are used to handle user input in a flexible and reusable fashion. Restrictions This release is a proof of concept; the main purpose was to find out an architecture which provides a user-friendly graphical interface to manipulate graph structures. This is a alpha-release. The software is tested on Net 3.5, Mono 2.6 under Windows XP and Mono 2.6 under Ubuntu 10.4 Known limitations of this release: Editing works only on string-based widgets. DragDrop works with tif, png, dip, rtf, html and text. The graphical representation is limited to simple rectangles and lines. There is no design-time support; you have to code everything “by hand”. Mono: Although I tried my best to provide the full feature set on mono, you have to consider the following limitations when using it under mono: Speed: around 1/3 of speed under mono-windows, less on mono-linux Cursor-Handling: the cursors don’t show up as in .NET if you manipulate nodes (resizing, moving) No DragDrop-support on Windows HTML-Viewer: proxy-webserver not working [Less]
Posted over 13 years ago by [email protected] (lytico)
limada::concept 0.09 releasedlimada::concept
Posted over 13 years ago by lytico
limada::concept 0.09 released limada::concept version 0.09 is an application to draw, edit and store concept maps. * NEW: split and merge concepts * NEW: import and export files as content * NEW: export a concept DOWNLOAD: ... [More] http://sourceforge.net/projects/limada/files/Limada/limada_concept%200.09/Limada-0.09.zip/download INFO: http://limada.sourceforge.net A concept map is a diagram showing the relationships among concepts. They are graphical tools for organizing and representing knowledge. They include concepts, usually enclosed in circles or boxes of some type, and relationships between concepts indicated by a connecting line linking two concepts. Concepts can be connected with labeled arrows. The relationship between concepts can be articulated in linking phrases, e.g., "gives rise to", "results in", "is required by," or "contributes to". Concept maps are similar to mindmaps, but give more freedom, as mindmaps are often restricted to radial hierarchies and tree structures. Features: * Drag and drop images, rich text, html * Organize different views on your concept maps in sheets * Add concepts by typing or drag and drop * Link your concepts, and label them * You can link a concept with as many other concepts you need. You can link concepts with other links * Move your concepts around as you like and as you need it. No restriction for placing or ordering! * Your concept-map is stored in a database. You can make very big maps with many of concepts and links. * Assign different shapes to a concept * Work with a splitted screen: several views or sub-views of the same concept-map. * Export your map as an image * Create and edit rich text notes * NEW: import and export files as content * NEW: export a concept * NEW: split and merge concepts * HTML-Viewer is backed on Gecko 1.9 (Firefox-Enging) * HTML-Viewer uses a build in proxy-webserver, so you can browse in the database Restrictions: The main purpose of this program is to demonstrate the possibilities of limada::framework. As the framework is in alpha, there is no guarantee that you can read your data with later versions. limada::framework 0.09 Limada (Linked Marked Data) is the framework behind. It is a framework for managing relationships of data in non-hierarchical structures. It is suitable for data sets where the individual elements are interconnected in complex ways. The philosophy behind is that information is not in the data, but in the relationship between the data. The basic data structures are things, links and graphs. A thing holds a piece of information, such as text or numerical data. A link is a triple of things: it connects a root with a leaf, and a marker provides information about the character of the connection, the "why are root and leaf connected". A link is a thing by itself, so links can be connected with other links ("link on link") and used as markers as well. A graph is a container of things and links. It provides access to the relations of things. Limada has persistance layers for storing things and links in databases, and user interface components for visualizing the relationships between the data. New features since Version 0.081 * More dependencies removed. * Refactoring and bug removing Limada provides the following structures: A generic Thing class as the base elements (vertice or node) of a ThingGraph. A Thing has a unique id and a generic data property. A Thing class to handle streams. Streams can be compressed. A Link class as a triple of Things, connecting a Root- and a Leaf-Thing, and describing the quality of the connection with a Marker-Thing. A Link is a Thing, and implements an Limaki.IEdge-Interface. A ThingGraph class implementing an Limaki.Graph-Interface. A database backed ThingGraph. A Limaki.Widget - Thing - GraphPair. This GraphPair transforms Limada.Things into Limaki.Widgets and vice versa. It is the "visualizer" class for Limada.Things Some Scheme classes providing general usefull marker things. A Schema-Filter-Graph using the Schemes for filtering limaki::framework 0.09 NEW features since Version 0.081: * new architecture to gain more device independency * graphics-pipeline * refactoring and bug fixing Architecture The design of Limaki follows the principle of separation of concerns. Data and visual model are separated, similar to the model-view-controller design pattern. In a further step, the view part of the pattern is itself modeled after mvc-pattern to separate visual models from concrete displays. Modular view controllers are used to handle user input in a flexible and reusable fashion. Restrictions This release is a proof of concept; the main purpose was to find out an architecture which provides a user-friendly graphical interface to manipulate graph structures. This is a alpha-release. The software is tested on Net 3.5, Mono 2.6 under Windows XP and Mono 2.6 under Ubuntu 10.4 Known limitations of this release: Editing works only on string-based widgets. DragDrop works with tif, png, dip, rtf, html and text. The graphical representation is limited to simple rectangles and lines. There is no design-time support; you have to code everything “by hand”. Mono: Although I tried my best to provide the full feature set on mono, you have to consider the following limitations when using it under mono: Speed: around 1/3 of speed under mono-windows, less on mono-linux Cursor-Handling: the cursors don’t show up as in .NET if you manipulate nodes (resizing, moving) No DragDrop-support on Windows HTML-Viewer: proxy-webserver not working [Less]
Posted over 13 years ago by [email protected] (lytico)
the sources of the upcomming release 0.09 are in git now:
Posted over 13 years ago by lytico
the sources of the upcomming release 0.09 are in git now: http://limada.git.sourceforge.net/git/gitweb.cgi?p=limada/limada
Posted over 13 years ago by lytico
the sources of the upcomming release 0.09 are in git now: http://limada.git.sourceforge.net/git/gitweb.cgi?p=limada/limada
Posted over 14 years ago by lytico
limada::concept version 0.081 is an application to draw, edit and store concept maps. * NEW: Create and edit rich text notes * NEW: HTML-Viewer is now backed on Gecko 1.9 (Firefox-Engine) * NEW: HTML-Viewer uses a build in proxy-webserver, so you ... [More] can browse in the database DOWNLOAD: http://sourceforge.net/projects/limada/files/Limada/limada_concept%200.08/Limada-0.081.zip/download INFO: http://limada.sourceforge.net A concept map is a diagram showing the relationships among concepts. They are graphical tools for organizing and representing knowledge. They include concepts, usually enclosed in circles or boxes of some type, and relationships between concepts indicated by a connecting line linking two concepts. Concepts can be connected with labeled arrows. The relationship between concepts can be articulated in linking phrases, e.g., "gives rise to", "results in", "is required by," or "contributes to". Concept maps are similar to mindmaps, but give more freedom, as mindmaps are often restricted to radial hierarchies and tree structures. Features: * Drag and drop images, rich text, html * Organize different views on your concept maps in sheets * Add concepts by typing or drag and drop * Link your concepts, and label them * You can link a concept with as many other concepts you need. You can link concepts with other links * Move your concepts around as you like and as you need it. No restriction for placing or ordering! * Your concept-map is stored in a database. You can make very big maps with many of concepts and links. * Assign different shapes to a concept * Work with a splitted screen: several views or sub-views of the same concept-map. * Export your map as an image * NEW! Create and edit rich text notes * NEW! HTML-Viewer is now backed on Gecko 1.9 (Firefox-Enging) * NEW! HTML-Viewer uses a build in proxy-webserver, so you can browse in the database Restrictions: The main purpose of this program is to demonstrate the possibilities of limada::framework. As the framework is in alpha, there is no garantee that you can read your data with later versions. limada::framework 0.081 Limada (Linked Marked Data) is the framework behind. It is a framework for managing relationships of data in non-hierarchical structures. It is suitable for data sets where the individual elements are interconnected in complex ways. The philosophy behind is that information is not in the data, but in the relationship between the data. The basic data structures are things, links and graphs. A thing holds a piece of information, such as text or numerical data. A link is a triple of things: it connects a root with a leaf, and a marker provides information about the character of the connection, the "why are root and leaf connected". A link is a thing by itself, so links can be connected with other links ("link on link") and used as markers as well. A graph is a container of things and links. It provides access to the relations of things. Limada has persistance layers for storing things and links in databases, and user interface components for visualizing the relationships between the data. New features since Version 0.08 * More dependencies removed. * Refactoring and bug removing Limada provides the following structures: A generic Thing class as the base elements (vertice or node) of a ThingGraph. A Thing has a unique id and a generic data property. A Thing class to handle streams. Streams can be compressed. A Link class as a triple of Things, connecting a Root- and a Leaf-Thing, and describing the quality of the connection with a Marker-Thing. A Link is a Thing, and implements an Limaki.IEdge-Interface. A ThingGraph class implementing an Limaki.Graph-Interface. A database backed ThingGraph. A Limaki.Widget - Thing - GraphPair. This GraphPair transforms Limada.Things into Limaki.Widgets and vice versa. It is the "visualizer" class for Limada.Things Some Scheme classes providing general usefull marker things. A Schema-Filter-Graph using the Schemes for filtering limaki::framework 0.081 NEW features since Version 0.08: * No winform/gdi-dependencies on keyboard-actions * Negative coordinates are allowed * Improved layout * Refactoring and bug removing Architecture The design of Limaki follows the principle of separation of concerns. Data and visual model are separated, similar to the model-view-controller design pattern. In a further step, the view part of the pattern is itself modeled after mvc-pattern to separate visual models from concrete displays. Modular view controllers are used to handle user input in a flexible and reusable fashion. Restrictions This release is a proof of concept; the main purpose was to find out an architecture which provides a user-friendly graphical interface to manipulate graph structures. This is a pre-alpha-release. The software is tested on Net 3.5, Mono 2.4 under Windows XP and Mono 2.4 under Ubuntu 8 Known limitations of this release: Editing works only on string-based widgets. DragDrop works with tif, png, dip, rtf, html and text. The graphical representation is limited to simple rectangles and lines. There is no design-time support; you have to code everything “by hand”. Mono: Although I tried my best to provide the full feature set on mono, you have to consider the following limitations when using it under mono: Speed: around 1/3 of speed under mono-windows, less on mono-linux Cursor-Handling: the cursors don’t show up as in .NET if you manipulate nodes (resizing, moving) No DragDrop-support on Windows Only small Graphs can be shown under Linux [Less]