Download NOESIS

The latest version of NOESIS...

Featuring the NOESIS Network Analyzer with an improved JavaFX network renderer.

IMPORTANT INFORMATION: While it was bundled with JDK 9 and JDK 10, JavaFX was removed from JDK since JDK 11, so you will have to download and install JavaFX if you want to take advantage of hardware acceleration within the NOESIS UI. If you prefer not to use JavaFX, you can always run the NOESIS UI using the standard Java Swing library (without hardware-accelerated graphics). Just type java -jar noesis-analyzer.2019.jar swing

Latest version (2019)

Download Java JAR file, 1MB (1 427 514 bytes)

Previous stable version (2018)

Download Java JAR file, 1MB (1 218 890 bytes)


NOESIS for Python is also available!

https://noesis-python.readthedocs.io/

Source code repository

NOESIS Framework

The Java source code of the NOESIS Network Data Mining Framework is currently hosted at BitBucket:

https://bitbucket.org/fberzal/noesis

Previously, it was hosted at Google Code:

http://code.google.com/p/noesis

The NOESIS framework relies on the iKor Library of reusable software components, which provides a customizable collection framework, support for the execution of parallel algorithms, mathematical routines, and the application generator used to build the NOESIS GUI. This is the only external dependency of the NOESIS framework, a deliberate decision to keep it lightweight and facilitate its integration in other software projects.

iKor Component Library

The Java source code of the component library behind the NOESIS UI generator and its network renderer is currently hosted at BitBucket:

https://bitbucket.org/fberzal/ikor

The iKor Component Library provides, among other things, a customizable collection framework, support for the execution of parallel algorithms, mathematical routines, and and application generator that can be used to build graphical user interfaces.


Both the NOESIS Framework and the iKor Component Library are distributed under the Simplified BSD License below:

Copyright (c) 2015-2019, Fernando Berzal (berzal@acm.org) & Víctor Martínez (victormg@acm.org).

All rights reserved.


Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:


1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.


2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.


THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

BSD licenses are a family of permissive free software licenses, imposing minimal restrictions on the redistribution of software. This license allows unlimited redistribution for any purpose as long as its copyright notices and the license's disclaimers of warranty are maintained. BSD Licenses allow proprietary use and allow the software released under the license to be incorporated into proprietary products (i.e. works based on this material may be released under a proprietary license as closed source software). See Wikipedia.

NOESIS Network Analyzer