CFinder The Community / Cluster Finding Program. Users' Guide

Size: px
Start display at page:

Download "CFinder The Community / Cluster Finding Program. Users' Guide"

Transcription

1 CFinder The Community / Cluster Finding Program Users' Guide Copyright (C) Department of Biological Physics, Eötvös University, Budapest, 2005

2 Contents 1. General information and license Quick start Command line version (batch, no visualization) for Linux CFinder is very slow for my network, can you help? Theoretical background The Clique Percolation Method The outline of the community finding algorithm Download and Installation How to download and install CFinder How to start CFinder Directories and files A note for Mac OS X users with versions below 10.4 (Tiger) A note for Linux users How much memory and CPU time does CFinder need for my network? How do I increase the amount of memory used by CFinder? The user interface The File menu Open new network Output directory for the computed cliques, communities, etc Open communities (choose directory with previously computed data) The View menu View > Vertices: View the communities of a selected vertex The graph visualization panel View > Communities The Zoom and Walk buttons: Explore your network and navigate between the different views View > Cliques View > Stats: Statistics of the communities View > Graph of communities The Tools menu Tools > Export graph Tools > Stop calculation Tools > Settings Notes A note on the Export graph function How to contact us

3 1. General information and license Description How to cite CFinder is a software tool for network cluster (community) detection, based on the Clique Percolation Method, CPM, published in Palla et. al. Uncovering the overlapping community structure of complex networks in nature and society. Nature 435, (2005). Version CFinder 1.2 (Dec 15, 2005) Platforms Windows, Linux, Mac OS X Website Software requirements CFinder uses the Java Runtime Environment version 1.4 or higher (from Sun). On most computers this is installed. If you have a different Java engine, or only an earlier version of the same engine, you can download J2SE JRE from License Copyright (c) Department of Biological Physics, Eötvös University, Budapest, For non-profit users the permission to use, copy, and modify this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appears in all copies and that both the copyright notice and this permission notice appear in supporting documentation. All other users are kindly requested to contact the holders of the license (see below for contact information). The holders of the license make no representations about the suitability of this software for any purpose. It is provided as is without express or implied warranty. How to contact us cfinder@angel.elte.hu Web, regular mail: select People 3

4 2. Quick start How to start CFinder Input file format, example Output files of CFinder Compute the communities of your network Open already computed communities View the communities of a node Windows: open My Computer, change to the directory of the unzipped package, and double-click on the file start.bat Linux and Mac OS X: launch start.sh at the command prompt (xterm, Terminal, console) Mac OS X: double-click on the disk image CFinder.dmg File type Plain text file Comment lines Data lines Field separator Example Start with a # character Each data line has to contain the two nodes defining the link (two strings) followed by an optional non-negative number, the weight of the link. Self-links are ignored. One space or one TAB character ---file begins below this line--- # you can use comments (this line) # and empty lines node1 node node2 node node1 node file ends above this line----- CFinder writes all data (communities, cliques, statistics, etc.) into one output directory. This directory is at the same location (path) on your computer as the input file and its name is the name of the input file plus a _files suffix. All output files are plain text files. 1. File > Open new network > Browse, and select the input file. The demo files are in the demo subdirectory of the package. 2. You can chose the lower and upper threshold weights for links. If you do not need thresholds, leave these fields empty. 3. Run. File > Open communities, and select the directory containing the already computed communities of a network. The name of the directory ends with _files. 1. Compute the communities of the network (see above). Four panels will appear in the CFinder window. 2. The lower left panel lists all nodes of the network and each node will be followed by the number of its communities in brackets. 3. Select a node in the lower left panel. In the upper right panel a list of k values will appear. These are the k values (clique size values used for the community finding) for which the selected node is contained by at least one community. 4. Select a k value in the upper left panel: the communities of the selected node at this k will appear in the lower right panel in black. 5. In the upper right panel the communities are listed on sheets: you can bring a sheet to the front by clicking on its tab on the top. Each sheet contains the list of nodes and the list of links of one community. By default the sheet of the first community is on top. 6. The lower right panel shows the communities that the selected node is a member of. The community that you select in the upper right panel will be highlighted in the lower right panel. 4

5 Export network to Comment: node vs. vertex 1. IMAGE FILE: Select Tools > Export graph. Currently available image formats are: JPEG, EPS (Encapsulated PostScript) and PNG (Portable Network Graphics). 2. PAJEK.NET FILE: This option will be available soon under Tools > Export graph. (This is the input file format for Pajek.) We use the words node and vertex with identical meaning. Similarly: edge = link and graph = network Command line version (batch, no visualization) for Linux The executable CFinderBatch is the command line version of CFinder for Linux. It uses no visualization. To view a message on the usage of this program, type CFinderBatch h CFinder is very slow for my network, can you help? Yes. Please, contact us at cfinder@angel.elte.hu. Note that there can be several reasons for an unusually slow community finding. One of the most frequently occurring reasons is that the core (the most densely connected region) of the network contains several strongly overlapping cliques of size (or above). You can read further details about the amount of CPU time and memory used by CFinder in Sections 4.2 and Theoretical background 3.1. The Clique Percolation Method The Clique Percolation Method (CPM) used by CFinder is designed to locate the k- clique communities of unweighted, undirected networks. This community definition is based on the observation that a typical member in a community is linked to many other members, but not necessarily to all other nodes in the community. In other words, a community can be interpreted as a union of smaller complete (fully connected) subgraphs that share nodes. Such complete subgraphs in a network are called k- cliques, where k refers to the number of nodes in the subgraph, and a k-cliquecommunity is defined as the union of all k-cliques that can be reached from each other through a series of adjacent k-cliques. Two k-cliques are said to be adjacent if they share k-1 nodes. An illustration of these communities can be given by k-clique template rolling. A k- clique template can be thought of as an object that is isomorphic to a complete graph of k nodes. Such a template can be placed onto any k-clique of the network, and rolled to an adjacent k-clique by relocating one of its nodes and keeping its other k-1 nodes fixed. Thus, the k-clique-communities of a graph are all those subgraphs that can be fully explored by rolling a k-clique template in them but cannot be left by this template. 5

6 The notion of CPM was inspired by the fact that the k-clique communities also correspond to percolation clusters in the k-clique adjacency graph of the system. The nodes of the k-clique adjacency graph represent the k-cliques of the original network, and there is an edge between two nodes if the corresponding two k-cliques are adjacent. The advantages of the above community definition are the following: it is not too restrictive (unlike cliques that require each node to be connected to all other nodes), it is based on the density of links, it is local, it does not yield cut-nodes or cut-links (whose removal would disjoin the community), and it allows overlaps: (i) a node can be a member of several different communities at the same time, and (ii) communities can overlap with each other by sharing nodes. Naturally, the communities also constitute a network with these overlaps as their links. The number of such links of a community can be called its community degree The outline of the community finding algorithm The k-clique community finding algorithm implemented in CFinder first extracts all such complete subgraphs of the network that are not included in any larger complete subgraph. These maximal complete subgraphs are simply called cliques (the difference between k-cliques and cliques is that k-cliques can be subsets of larger complete subgraphs). Once the cliques are located, the clique-clique overlap matrix is prepared. In this symmetric matrix each row (and column) represents a clique and the matrix elements are equal to the number of common nodes between the corresponding two cliques, while each diagonal entry is equal to the size of that clique. The k-clique-communities for a given value of k are equivalent to such connected clique components in which the neighboring cliques are linked to each other by at least k-1 common nodes. These components can be found by erasing every offdiagonal entry smaller than k-1 and every diagonal element smaller than k in the matrix, replacing the remaining elements by one, and then carrying out a component analysis of this matrix. The resulting separate components will be equivalent to the different k-clique-communities. 4. Download and Installation 4.1. How to download and install CFinder CFinder can be downloaded from You can unpack the downloaded zip file with WinZip ( the standard Linux unzip utility, or Aladdin Stuffit Expander ( 6

7 CFinder uses the Java Runtime Environment version 1.4 or higher by Sun. Type java version (Windows users: at the DOS prompt, Linux and Mac users: at the command prompt) to see if you have this version installed on your computer. If an error occurs when executing the "java" command, or the version number is below 1.4, or you have a different Java engine, then please, download J2SE JRE from and install it. Having completed the installation of Java, you will need to make sure that your operating system can find it. On Windows systems this is carried out automatically, but on some Linux systems you need to append to your PATH environment variable the following: $JAVA_HOME/bin, where $JAVA_HOME is the name of the directory where you installed Sun s J2SE JRE How to start CFinder Windows: double-click on start.bat or execute it at the DOS command prompt. Linux and Mac: execute start.sh at the command prompt. Mac: double-click the disk image CFinder.dmg Directories and files These are the directories and files in the downloadable package of CFinder. demo/ doc/ lib/ start.bat start.sh CFinder.dmg README.txt LICENSE.txt Sample networks Documentation Libraries required for CFinder commfind.dll, libcommfind.so, libcommfind.jnilib: C++ routines of CFinder for Windows, Linux, and Mac community.jar: Java class files of CFinder jcommon pre2.jar, jfreechart pre2.jar, epsgraphics.jar: additional Java class files Start batch file for Windows (by double-clicking or from the command prompt) Start batch file for Linux and Mac (from the command prompt) Mac disk image file, double-click to start CFinder General information License 4.4. A note for Mac OS X users with versions below 10.4 (Tiger) If automatic updates are not enabled on your Mac, then please, update your system before using CFinder. Click on the Apple icon in the top left corner and select Software Update. Make sure to update both Java and Mac OS X to their most recent versions A note for Linux users On several Linux systems the default Java engine is not the Java Runtime Environment (by Sun) and/or there are various other Java engines available. 7

8 Java is meant to be platform independent. Unfortunately, the different engines running Java programs are not identical, and quite often these engines have unexpected differences in the way they run a given Java program. We suggest that you should use the Java Runtime Environment version 1.4 (by Sun) or higher to run CFinder. For the installation, follow these steps: 1. Download Sun s Java Runtime Environment (binary version) for your system into a temporary file called Sun_Java.bin. 2. Install Java locally: make a new directory called sun-java, and run Sun_Java.bin in that directory. 3. In the start.sh file replace java (the first word of the first line) with the java executable of the newly installed package, this is called usually something like./sun-java/j2re1.4.2_10/java How much memory and CPU time does CFinder need for my network? The amount of memory needed for the community finding in your network will be most strongly influenced by the number and the overlaps of cliques / dense regions. Of course, the number of nodes is also important, but the necessary CPU time and memory grow only slowly with the number of nodes. A short explanation follows here. (Jump to the next paragraph, if you want to receive practical advice.) A linear chain of nodes with a few loops on it contains only a small number of small cliques, e.g., triangles, and CFinder will need little memory and CPU time for this network. If the input network is a complete graph (each node is connected to all other nodes) is one clique, and resources of your computer needed for this network will be small again. Between these two extremes are those networks that need more memory and CPU time. These contain a high number of large, overlapping cliques: there are large dense regions in the network, but a typical node is not connected to all other nodes. (Remember that a clique is a complete subgraph not contained by any other complete subgraph.) In practice, the best way to run CFinder on a large network is to use confidence values for the links. The confidence (or weight ) of each link can be used for filtering the links in the New Community Finding dialog. At the first run, set a high value for the lower cutoff in the New Community Finding dialog. This will remove many links from the network and the remaining graph that CFinder receives for analysis will be sparse. Later, you can run CFinder again (File > Open new community) and decrease step by step the lower threshold to leave more and more links in the network How do I increase the amount of memory used by CFinder? If you are using a large network and/or a network with many overlapping dense regions, and CFinder stops with an error message explaining that more memory would be necessary, then in the start batch file increase the memory requested by CFinder from your operating system. In the start batch files (start.bat on Windows and start.sh on Linux and Mac) you will find two switches: -Xmx224m and -Xss32m. Increase both numbers (224 and 32) such that their sum remains smaller than the physical memory of your computer. 8

9 5. The user interface 5.1. The File menu Open new network Opens the New Community Finding dialog. In this dialog click on browse to open a data file containing the edges of a network. In the program package that you have downloaded and unpacked there are sample network files in the demo subdirectory. Figure 5.1. The main CFinder window with the New Community Finding and the Open file dialogs. Once you have selected the input file, use the fields to the left and right from the word weight to select a lower and upper cutoff for link weights. For the community finding only those links of the network will be used whose weights (as listed in the third column of the input file) are between the lower and the upper cutoff values. All other links of the network will be discarded before the community finding starts. If the input network file provides no weights for the links, then CFinder will ignore the cutoff values that you enter in the New Community Finding dialog. Click on run to start the community finding. While the communities of the network are computed, you will see five progress bars indicating the status of the community search Output directory for the computed cliques, communities, etc. To save the results, CFinder creates a new directory. This directory will be created at the same location as the analyzed input network file, and the name of the output directory will be the name of the input network file plus a _files suffix. If you select a lower and upper threshold for the links weights, then these two weights will be appended to the name of the output directory after _files, e.g., if the input file mynetwork.txt is analyzed with the lower and upper thresholds 0.2 and 0.5, then the output directory will be called mynetwork.txt_files_0.2_w_0.5. CFinder writes all the computed communities, cliques, and statistics into this directory. 9

10 Open communities (choose directory with previously computed data) If you have already run CFinder for a network and created an output directory, you can view the results again by selecting File > Open communities. Figure 5.2. The main CFinder window with the dialog for opening already computed communities. 5.2 The View menu After computing the communities of a network (or after loading the results of a previous community finding), CFinder can show you the results in various formats. The default view is Communities View > Vertices: View the communities of a selected vertex In this view the list of node names appears in the lower left panel. There is a search field at the bottom of the node name list. To find a node in the list, type its name into this search field, and press ENTER. Please, make sure to type the name with the correct spelling. You can also type the first few characters of the name to find the first name on the list that begins with these characters. In the list of nodes after the name of each node the number of its communities i.e., the number of communities that the node is contained by is given in brackets. If the node has no communities, then there is no number. The communities of a node can have different k values (k is the clique size parameter in the community search algorithm). Select a node in the lower left panel to view in the upper left panel the list of k values of the communities containing this node. In the upper left panel the k values of the communities of the selected node are listed. A lower k value means communities with lower link density (less stringent community search resulting in larger communities), and a higher k value means communities with higher link density (a smaller number of stronger, but more cohesive communities). In 10

11 the upper left panel select one of the k values to view the communities of the selected vertex at this k value. The communities will be displayed in the lower right panel. Figure 5.3. Communities of the protein Pwp2p in the DIP yeast core protein-protein interaction network. The proteins Krr1p, Pwp2p and Sik1p are colored red, because they participate in more than one of the displayed communities, i.e., they are the overlaps. Data source: Database of Interacting Proteins (DIP) The graph visualization panel You can adjust the graph displayed in the lower right panel the graph visualization panel in several ways. Some of them are listed in the table below. Please, check also this document about the dialog Tools > Settings (5.3.3). Zoom in / out Move entire graph Select one node Select nodes Move selected items Grab and move a node Use the scrollbar on the bottom Left-click on the background and drag Right click on the node With the right button select the rectangle containing these nodes Select the items, then left-click and drag Left-click on the node and move it Note that for large communities (above 1000 vertices) the computation of the graph s layout may take longer. If you decide not to wait until the layout routine finishes, you can select a different vertex and k (clique size) parameter value: the previous layout calculation will be cancelled and the newly selected communities will be displayed in the graph visualization panel. If you would like to browse through the communities of selected nodes, but you do not want to visualize them as a graph, select Tools > Settings, and uncheck the Display graph item. 11

12 View > Communities In this view you can have a look at the communities separately. However, if you would like to explore the connections of a community to other communities, then you can select a vertex in the graph and click on the walk button. This will bring you to the Vertices view where all communities of the selected node are displayed. Remember that at different k (community finding stringency) values the communities of a node can be different. If you start from a community with k=4, then pressing the walk button will bring you to the communities of the selected node at k=4. Figure 5.4. Community no. 6 at k=4 in the DIP yeast core protein-protein interaction network. In the left panel communities are listed by their k values (community finding stringency values). Click on one of the listed communities to view it as a graph in the lower right panel. To highlight a vertex or an edge in the graph, click on its name in the upper right panel. The cliques contained by the selected community are also listed in this panel The Zoom and Walk buttons: Explore your network and navigate between the different views The Zoom and Walk buttons help you to navigate between the various views. To learn what actions they will perform in your current view, just read their text labels. You can start by looking at the communities of a selected vertex, then highlight one community (use the tabs in the upper right panel) and press the zoom button to view the graph of communities around this community. In the network of communities you can select a different community and click on the walk button to see the neighbors of that community: you are walking on the graph of communities and CFinder shows you the neighborhood of the selected community. After your walk on the community graph, you can select some of the communities and press zoom to view their nodes. 12

13 View > Cliques This option lists the cliques detected by CFinder. Each clique has an index. To view the list of nodes in a clique, open the folder of the clique. A short reminder: a clique is a complete subgraph (each node is connected to all other nodes) not contained by any other complete subgraph. Figure 5.5. Clique view: the cliques of the DIP yeast core protein-protein interaction network are listed in the left panel View > Stats: Statistics of the communities. With this option you can view the community statistics in your network for a selected k- clique size. The log-log plot button changes both scales to logarithmic (and back to linear), while the cumulative distribution button switches between the original histogram of values and the plot with 1 P, where P is the cumulated probability density function. Four types of statistics are available for each k-clique size: Quantity Community size Community degree Communitycommunity overlap Node membership number Definition Number of nodes in a community Number of other communities overlapping with a selected community Number of nodes contained by two overlapping communities Number of communities containing the selected node For the visualization of the statistics, CFinder uses the Java package JFreeChart To zoom in, left click inside the chart, hold down the left mouse button while moving the 13

14 mouse. This way you can select the rectangular area that you would like to enlarge. To zoom out completely and to view the entire distribution, right-click inside the chart to open a menu of options, and then select Autorange Both Axes from this menu. To export a distribution, right-click on the distribution, select Export from the pop-up menu and enter a file name in the Save dialog. Currently, there is one available file format for exporting the distribution (PNG), please enter a file name ending with.png. Further information about JFreeChart can be found at the website of JFreeChart: Figure 5.6. Statistics of the communities in the cond-mat collaboration network or researchers; cumulative distribution of community size, community degree, vertex membership, and community-community overlap. Data source: View > Graph of communities In the graph window only a part of the community graph is displayed: the community selected in the left panel and its neighbors within a fixed distance. This fixed distance is 2 by default, and it can be changed in the Tools > Settings menu: set the Community graph depth variable to your preferred value. To view the original nodes of a group of communities, select these communities and press zoom. In the graph (network) of communities (i) nodes represent the original network s communities and (ii) two nodes are connected, if the corresponding communities in the original graph overlap (i.e., they share at least one node). 14

15 Figure 5.7. A part of the network of communities (k=4) around community no. 40 in the DIP yeast proteinprotein interaction graph. Community no. 40 and its neighbors at a maximum distance of 4 are displayed The Tools menu Tools > Export graph Exports the graph currently displayed in the graph visualization panel (in the lower right panel) into a file. Currently, the available output formats are JPEG, EPS (Encapsulated PostScript) and PNG (Portable Network Graphics) Tools > Stop calculation Use this option to stop the calculation of the graph layout Tools > Settings This dialog contains general settings, options for the communities and for the graph of communities. General settings Draw graph. Select whether in the lower right panel the graph should be displayed. (The graph shows the communities of a selected vertex, a clique, a community or the network of communities.) Uncheck this option, if you would like to see only the list of nodes in a large community, but not the community as a graph. Highlight color. Color of the selected nodes and links in the graph. Draw node label and Draw node. Check these options to draw node labels and nodes. Node label size and Node size. The size of a node s label and the node itself. 15

16 Radius for selection. To select an item (node or link) in the graph, you need to click within a circle of this radius from that item. Edge handle size. The size of the disk at the center of a link that can help you to select and move the link. Figure 5.8. In the Tools > Settings dialog you can modify the display properties of the graph visualization panel of CFinder. Communities Color of selected community. Set the color of the currently highlighted community. Draw overlap. Check this option to use a different color for the overlaps of communities, i.e., the nodes and links belonging to more than one community. This option is ON by default. Overlap color. Color of the nodes and links that belong to more than one community. Graph of communities Node label color, Edge color, and Node color. The color of the nodes labels, the links and the nodes themselves in the graph of communities. Community graph depth. Draw only those communities whose distance from the selected community is not larger than this distance. Label lines with edge weight. The weight of an edge connecting two communities is given by the number of nodes in which they overlap, i.e., the number of nodes belonging to both communities. Check this option to put a number on each link telling its weight. 16

17 Line width shows edge weight. Check this option to allow a different width for each line. The width of the line will show the weight of the connection between the two communities (the size of their overlap). Nodes have the same size. If the nodes in the graph of communities are allowed to have different sizes, then these sizes will show the number of nodes (of the original network) contained by each community. Node size multiplier. Set the size of all nodes with this multiplier. 6. Notes 6.1. A note on the Export graph function On some Linux platforms the Export Graph function does not work. If you encounter this problem, please contact us. We can help you with this How to contact us cfinder@angel.elte.hu Web and regular mail: select People Thank you for using CFinder. 17

User Guide for ModuLand Cytoscape plug-in

User Guide for ModuLand Cytoscape plug-in User Guide for ModuLand Cytoscape plug-in Created for the ModuLand plug-in version 1.3 (April 2012) This user guide is based on the following publications, where the ModuLand method and its versions have

More information

BD CellQuest Pro Analysis Tutorial

BD CellQuest Pro Analysis Tutorial BD CellQuest Pro Analysis Tutorial Introduction This tutorial guides you through a CellQuest Pro Analysis run like the one demonstrated in the CellQuest Pro Analysis Movie on the BD FACStation Software

More information

Tutorial to QuotationFinder_0.6

Tutorial to QuotationFinder_0.6 Tutorial to QuotationFinder_0.6 What is QuotationFinder, and for which purposes can it be used? QuotationFinder is a tool for the automatic comparison of fully digitized texts. It can detect quotations,

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

Network Analysis, Visualization, & Graphing TORonto (NAViGaTOR) User Documentation

Network Analysis, Visualization, & Graphing TORonto (NAViGaTOR) User Documentation Network Analysis, Visualization, & Graphing TORonto (NAViGaTOR) User Documentation Jurisica Lab, Ontario Cancer Institute http://ophid.utoronto.ca/navigator/ November 10, 2006 Contents 1 Introduction 2

More information

Community detection algorithms survey and overlapping communities. Presented by Sai Ravi Kiran Mallampati

Community detection algorithms survey and overlapping communities. Presented by Sai Ravi Kiran Mallampati Community detection algorithms survey and overlapping communities Presented by Sai Ravi Kiran Mallampati (sairavi5@vt.edu) 1 Outline Various community detection algorithms: Intuition * Evaluation of the

More information

At the shell prompt, enter idlde

At the shell prompt, enter idlde IDL Workbench Quick Reference The IDL Workbench is IDL s graphical user interface and integrated development environment. The IDL Workbench is based on the Eclipse framework; if you are already familiar

More information

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved VisualPST 2.4 Visual object report editor for PowerSchool Copyright 2004-2015 Park Bench Software, LLC All Rights Reserved www.parkbenchsoftware.com This software is not free - if you use it, you must

More information

A TUTORIAL ON WORD. Katie Gregory

A TUTORIAL ON WORD. Katie Gregory A TUTORIAL ON WORD Katie Gregory First, CLICK HERE Then, find Microsoft Word under programs and the Microsoft Office 2013 Folder This is what the document should look like when opened. SAVING A WORD DOCUMENT

More information

DOG Manual. Domain Graph. Version /06/2011. Author: Jian Ren & Yu Xue

DOG Manual. Domain Graph. Version /06/2011. Author: Jian Ren & Yu Xue Domain Graph Version 2.0 11/06/2011 Author: Jian Ren & Yu Xue Contact: Dr. Jian Ren, renjian.sysu@gmail.com ; Dr. Yu Xue, xueyu@mail.hust.edu.cn The software is only free for academic research. The latest

More information

ChemSense Studio Client Version 3.0.7

ChemSense Studio Client Version 3.0.7 Quick Start Guide: ChemSense Studio Client Version 3.0.7 January 5, 2005 Comments/Questions/Bug Report? E-mail: chemsense-contact@ctl.sri.com Background The ChemSense Studio Client software supports the

More information

Tutorial to QuotationFinder_0.4.4

Tutorial to QuotationFinder_0.4.4 Tutorial to QuotationFinder_0.4.4 What is Quotation Finder and for which purposes can it be used? Quotation Finder is a tool for the automatic comparison of fully digitized texts. It can detect quotations,

More information

Océ Engineering Exec. Advanced Import and Index

Océ Engineering Exec. Advanced Import and Index Océ Engineering Exec Advanced Import and Index Océ-Technologies B.V. Copyright 2004, Océ-Technologies B.V. Venlo, The Netherlands All rights reserved. No part of this work may be reproduced, copied, adapted,

More information

Jerry Cain Handout #5 CS 106AJ September 30, Using JSKarel

Jerry Cain Handout #5 CS 106AJ September 30, Using JSKarel Jerry Cain Handout #5 CS 106AJ September 30, 2017 Using JSKarel This handout describes how to download and run the JavaScript version of Karel that we ll be using for our first assignment. 1. Getting started

More information

Running Java Programs

Running Java Programs Running Java Programs Written by: Keith Fenske, http://www.psc-consulting.ca/fenske/ First version: Thursday, 10 January 2008 Document revised: Saturday, 13 February 2010 Copyright 2008, 2010 by Keith

More information

ViTraM: VIsualization of TRAnscriptional Modules

ViTraM: VIsualization of TRAnscriptional Modules ViTraM: VIsualization of TRAnscriptional Modules Version 1.0 June 1st, 2009 Hong Sun, Karen Lemmens, Tim Van den Bulcke, Kristof Engelen, Bart De Moor and Kathleen Marchal KULeuven, Belgium 1 Contents

More information

Laboratory 1: Eclipse and Karel the Robot

Laboratory 1: Eclipse and Karel the Robot Math 121: Introduction to Computing Handout #2 Laboratory 1: Eclipse and Karel the Robot Your first laboratory task is to use the Eclipse IDE framework ( integrated development environment, and the d also

More information

Creating Vector Shapes Week 2 Assignment 1. Illustrator Defaults

Creating Vector Shapes Week 2 Assignment 1. Illustrator Defaults Illustrator Defaults Before we begin, we are going to make sure that all of us are using the same settings within our application. For this class, we will always want to make sure that our application

More information

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9.

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9. Page 1 of 71 This section describes several common tasks that you'll need to know in order to use Creator successfully. Examples include launching Creator and opening, saving and closing Creator documents.

More information

AntMover 0.9 A Text Structure Analyzer

AntMover 0.9 A Text Structure Analyzer AntMover 0.9 A Text Structure Analyzer Overview and User Guide 1.1 Introduction AntMover 1.0 is a prototype version of a general learning environment that can be applied to the analysis of text structure

More information

Using SymPrint to Make Overlays, Templates & More...

Using SymPrint to Make Overlays, Templates & More... Welcome to SymPrint SymPrint is an easy-to-use tool for creating communication overlays, worksheets, classroom activities and more using a modern toolbar and common-sense interface modeled after the programs

More information

Impress Guide Chapter 1 Introducing Impress

Impress Guide Chapter 1 Introducing Impress Impress Guide Chapter 1 Introducing Impress This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option for printing two pages on one

More information

Introduction to GIS & Mapping: ArcGIS Desktop

Introduction to GIS & Mapping: ArcGIS Desktop Introduction to GIS & Mapping: ArcGIS Desktop Your task in this exercise is to determine the best place to build a mixed use facility in Hudson County, NJ. In order to revitalize the community and take

More information

BC Spatial Member Map Viewer. Version 2.0. User Guide. May 2015

BC Spatial Member Map Viewer. Version 2.0. User Guide. May 2015 BC Spatial Member Map Viewer Version 2.0 User Guide May 2015 1 P a g e Revised: 16 June 2015 Contents Contents... 2 Introduction... 4 System Requirements... 5 BC Spatial Map Viewer... 6 I. Navigation Tools...

More information

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code About this guide Informatics for Integrating Biology and the Bedside (i2b2) began as one of the sponsored initiatives of the NIH Roadmap

More information

EXERCISE: GETTING STARTED WITH SAV

EXERCISE: GETTING STARTED WITH SAV Sequencing Analysis Viewer (SAV) Overview 1 EXERCISE: GETTING STARTED WITH SAV Purpose This exercise explores the following topics: How to load run data into SAV How to explore run metrics with SAV Getting

More information

How to create a prototype

How to create a prototype Adobe Fireworks Guide How to create a prototype In this guide, you learn how to use Fireworks to combine a design comp and a wireframe to create an interactive prototype for a widget. A prototype is a

More information

JPdfBookmarks Manual. by Flaviano Petrocchi

JPdfBookmarks Manual. by Flaviano Petrocchi JPdfBookmarks Manual by Flaviano Petrocchi JPdfBookmarks Manual 1 Introduction 3 Installation and Uninstallation 4 Linux Instructions 4 Debian Instructions 6 Windows Instructions 6 Universal Archive Instructions

More information

ViTraM: VIsualization of TRAnscriptional Modules

ViTraM: VIsualization of TRAnscriptional Modules ViTraM: VIsualization of TRAnscriptional Modules Version 2.0 October 1st, 2009 KULeuven, Belgium 1 Contents 1 INTRODUCTION AND INSTALLATION... 4 1.1 Introduction...4 1.2 Software structure...5 1.3 Requirements...5

More information

Overview of Adobe Fireworks

Overview of Adobe Fireworks Adobe Fireworks Overview of Adobe Fireworks In this guide, you ll learn how to do the following: Work with the Adobe Fireworks workspace: tools, Document windows, menus, and panels. Customize the workspace.

More information

To produce a set of concordance lines of text, a user needs to perform the following actions:

To produce a set of concordance lines of text, a user needs to perform the following actions: Read me file for AntConc 2.5.2 (Windows) Developed by Laurence Anthony, Ph.D. Dept. of Information and ComputerEngineering Faculty of Engineering Okayama University of Science 1-1 Ridai-cho Okayama 700-0001

More information

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

PowerPoint for Art History Presentations

PowerPoint for Art History Presentations PowerPoint for Art History Presentations For PC computers running Microsoft Office 2007+ Adapted by The University of California, Berkeley from the Institute of Fine Arts document by Elizabeth S. Funk

More information

User Guide 701P Wide Format Solution Wide Format Scan Service

User Guide 701P Wide Format Solution Wide Format Scan Service User Guide 701P44865 6204 Wide Format Solution Wide Format Scan Service Xerox Corporation Global Knowledge & Language Services 800 Phillips Road Bldg. 845-17S Webster, NY 14580 Copyright 2006 Xerox Corporation.

More information

C omputer D riving L icence

C omputer D riving L icence E uropean C omputer D riving L icence E C D L S y l l a b u s 5. 0 Module 6 Presentation ECDL Syllabus 5 Courseware Module 6 Contents USING THE APPLICATION... 1 OPENING & CLOSING MS POWERPOINT & PRESENTATIONS...

More information

You can also search online templates which can be picked based on background themes or based on content needs. Page eleven will explain more.

You can also search online templates which can be picked based on background themes or based on content needs. Page eleven will explain more. Microsoft PowerPoint 2016 Part 1: The Basics Opening PowerPoint Double click on the PowerPoint icon on the desktop. When you first open PowerPoint you will see a list of new presentation themes. You can

More information

Guide to WB Annotations

Guide to WB Annotations Guide to WB Annotations 04 May 2016 Annotations are a powerful new feature added to Workbench v1.2.0 (Released May 2016) for placing text and symbols within wb_view tabs and windows. They enable generation

More information

Android Studio Setup Procedure

Android Studio Setup Procedure Android Studio Setup Procedure System Requirements : Windows OS Linux OS Mac OS Microsoft Windows 7/8/10 (32- or 64-bit) 3 GB RAM minimum, 8 GB RAM recommended; plus 1 GB for the Android Emulator 2 GB

More information

AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage:

AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage: Page 1 of 18 Using AutoCollage 2008 AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage: 1. Click on a folder name in the Image Browser. 2. Once at

More information

AppleWorks 5 Installation Manual. Includes information about new features FOR MAC OS

AppleWorks 5 Installation Manual. Includes information about new features FOR MAC OS apple AppleWorks 5 Installation Manual Includes information about new features FOR MAC OS K Apple Computer, Inc. 1998 Apple Computer, Inc. All rights reserved. Under the copyright laws, this manual may

More information

Impress Guide. Chapter 1 Introducing Impress

Impress Guide. Chapter 1 Introducing Impress Impress Guide Chapter 1 Introducing Impress Copyright This document is Copyright 2005 2009 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

N2KExtractor. Maretron Data Extraction Software User s Manual

N2KExtractor. Maretron Data Extraction Software User s Manual N2KExtractor Maretron Data Extraction Software User s Manual Revision 3.1.6 Copyright 2017 Maretron, LLP All Rights Reserved Maretron, LLP 9014 N. 23rd Ave #10 Phoenix, AZ 85021-7850 http://www.maretron.com

More information

PATRISTICv1.0. Patristic runs on Windows, Mac and Linux in a graphic mode. Make sure you have a version a Java.

PATRISTICv1.0. Patristic runs on Windows, Mac and Linux in a graphic mode. Make sure you have a version a Java. PATRISTICv1.0 Introduction: Patristic is a Java program that uses as input different tree files and computes their patristic distances. Patristic allows saving and editing in different ways those distances.

More information

= 3 + (5*4) + (1/2)*(4/2)^2.

= 3 + (5*4) + (1/2)*(4/2)^2. Physics 100 Lab 1: Use of a Spreadsheet to Analyze Data by Kenneth Hahn and Michael Goggin In this lab you will learn how to enter data into a spreadsheet and to manipulate the data in meaningful ways.

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

Installing the Software

Installing the Software Logic User s Guide Note: this is a new version to support the 1.1.0+ software. Please let us know if you can t find what you re looking for http://www.saleae.com/contact Contents Installing the Software...

More information

Welcome to Kmax Installing Kmax

Welcome to Kmax Installing Kmax Welcome to Kmax 10.2 Kmax is a cross-platform, Java-based application that will run on Windows, Linux, or Mac OS X. This distribution of Kmax replaces all previous releases except for Kmax on Mac OS X

More information

Cognalysis TM Reserving System User Manual

Cognalysis TM Reserving System User Manual Cognalysis TM Reserving System User Manual Return to Table of Contents 1 Table of Contents 1.0 Starting an Analysis 3 1.1 Opening a Data File....3 1.2 Open an Analysis File.9 1.3 Create Triangles.10 2.0

More information

Neural Circuit Tracer

Neural Circuit Tracer 2014 Neural Circuit Tracer Software for automated tracing of neurites from light microscopy stacks of images User Guide Version 4.0 Contents 1. Introduction... 2 2. System requirements and installation...

More information

LEGENDplex Data Analysis Software Version 8 User Guide

LEGENDplex Data Analysis Software Version 8 User Guide LEGENDplex Data Analysis Software Version 8 User Guide Introduction Welcome to the user s guide for Version 8 of the LEGENDplex data analysis software for Windows based computers 1. This tutorial will

More information

DinoXcope User Manual

DinoXcope User Manual DinoXcope User Manual Contents 1 System Requirements 1 Installation 2 Adding a time stamp to the live view 3 Capturing an image 4 Creating a real time movie 5 Creating a time-lapse movie 6 Drawing on an

More information

13. Albums & Multi-Image Printing

13. Albums & Multi-Image Printing 13. Albums & Multi-Image Printing The Album function is a flexible layout and printing tool that can be used in a number of ways: Two kinds of albums: At left we used automatic mode to print a collection

More information

Storage Device Manager User s Guide

Storage Device Manager User s Guide 59384701_cvr.jpg Copyright Information Copyright 2006 by Oki Data. All Rights Reserved Document Information P/N 59384701, Revision 1.1 February, 2006 Disclaimer Every effort has been made to ensure that

More information

Download and Installation Instructions. Java JDK Software for Windows

Download and Installation Instructions. Java JDK Software for Windows Download and Installation Instructions for Java JDK Software for Windows Updated October, 2017 The CompuScholar Java Programming and Android Programming courses use the Java Development Kit (JDK) software.

More information

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

User s Guide The SimSphere Biosphere/Atmosphere Modeling Tool

User s Guide The SimSphere Biosphere/Atmosphere Modeling Tool User s Guide The SimSphere Biosphere/Atmosphere Modeling Tool User s Guide Revision 10/15/00 Contents Introduction 3 1. SimSphere Modeling Tool Overview 4 System Requirements 4 Your User Status 4 Main

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

Caja File Manager. Desktop User Guide

Caja File Manager. Desktop User Guide Caja File Manager Desktop User Guide Desktop User Guide» Working with Files This chapter describes how to use the Caja file manager. Introduction Spatial Mode Browser Mode Opening Files Searching For Files

More information

1 Introduction to AutoCAD

1 Introduction to AutoCAD 1 Introduction to AutoCAD The term CAD (Computer Aided Design) applies to a wide range of programs that allow th user to created drawings, plans, and designs electronically. AutoCAD is one such program

More information

Solo 4.6 Release Notes

Solo 4.6 Release Notes June9, 2017 (Updated to include Solo 4.6.4 changes) Solo 4.6 Release Notes This release contains a number of new features, as well as enhancements to the user interface and overall performance. Together

More information

The Mathcad Workspace 7

The Mathcad Workspace 7 For information on system requirements and how to install Mathcad on your computer, refer to Chapter 1, Welcome to Mathcad. When you start Mathcad, you ll see a window like that shown in Figure 2-1. By

More information

Tutorial to QuotationFinder_0.4.3

Tutorial to QuotationFinder_0.4.3 Tutorial to QuotationFinder_0.4.3 What is Quotation Finder and for which purposes can it be used? Quotation Finder is a tool for the automatic comparison of fully digitized texts. It can either detect

More information

Archi - ArchiMate Modelling. What s New in Archi 4.x

Archi - ArchiMate Modelling. What s New in Archi 4.x Archi - ArchiMate Modelling What s New in Archi 4.x Important Notice It's always a good idea to make backup copies of your data before installing and using a new version of Archi. Whilst we make every

More information

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

More information

PaperClip32. Revision 2.0

PaperClip32. Revision 2.0 PaperClip32 Quick Start Guide Revision 2.0 Copyright Information Copyright 2003, PaperClip Software, Inc. The PaperClip32 product name and PaperClip Logo are registered trademarks of PaperClip Software,

More information

Oracle General Navigation Overview

Oracle General Navigation Overview Oracle 11.5.9 General Navigation Overview 1 Logging On to Oracle Applications You may access Oracle, by logging onto the ATC Applications Login System Status page located at www.atc.caltech.edu/support/index.php

More information

Figure 1: NC > 2 Axis menu > Options

Figure 1: NC > 2 Axis menu > Options Click To See: How to Use Online Documents SURFCAM Online Documents J 685)&$0Ã5HIHUHQFHÃ0DQXDO 7 &21),*85$7,21722/6 7.1 INTRODUCTION SURFCAM s default configuration parameters are contained in the SURFCAM.INI

More information

Anatomy of a Window (Windows 7, Office 2010)

Anatomy of a Window (Windows 7, Office 2010) Anatomy of a Window (Windows 7, Office 2010) Each window is made up of bars, ribbons, and buttons. They can be confusing because many of them are not marked clearly and rely only on a small symbol to indicate

More information

MultiSite Suite: General Ledger

MultiSite Suite: General Ledger MultiSite Suite: General Ledger User s Manual version 2.2.97 Copyright & Trademarks Copyright Notice and Trademarks 2003 by Brent Lawrence, LLC. All rights reserved. Reprinted and edited by MultiSite Systems,

More information

COPYRIGHTED MATERIAL. Making Excel More Efficient

COPYRIGHTED MATERIAL. Making Excel More Efficient Making Excel More Efficient If you find yourself spending a major part of your day working with Excel, you can make those chores go faster and so make your overall work life more productive by making Excel

More information

Plotting. Documentation. DDBSP - Dortmund Data Bank Software Package

Plotting. Documentation. DDBSP - Dortmund Data Bank Software Package Plotting Documentation DDBSP - Dortmund Data Bank Software Package DDBST Software & Separation Technology GmbH Marie-Curie-Straße 10 D-26129 Oldenburg Tel.: +49 441 361819 0 Fax: +49 441 361819 10 E-Mail:

More information

Multi-Project Workspace

Multi-Project Workspace Multi-Project Workspace Manage multiple projects within BlueJ Version 2008.06.25 by Manuel Haim C o n t e n t s Preface... 3 Software requirements... 4 Software used for developing / testing... 4 License...

More information

Ensuring your computer has Java

Ensuring your computer has Java Ensuring your computer has Java TournamentSR and all of its support programs require the Java Standard Runtime Environment (JRE). This is a free program that can be downloaded and installed from the Internet.

More information

Analysis of Networks with Interactive MOdelling. User s Manual

Analysis of Networks with Interactive MOdelling. User s Manual Analysis of Networks with Interactive MOdelling User s Manual Contents 1 Requirements and installation 1 1.1 Java............................. 1 1.2 Cytoscape........................... 2 1.3 UPPAAL...........................

More information

their in the new a program such as Excel or Links aren't just document.

their in the new a program such as Excel or Links aren't just document. Navigating with Hyperlinks Hyperlinks are those bits of underlinedd text or pictures that, when you click them, take you to a new place, like another Web page. Most people never think of adding links to

More information

Technical White Paper

Technical White Paper Technical White Paper Via Excel (VXL) Item Templates This technical white paper is designed for Spitfire Project Management System users. In this paper, you will learn how to create Via Excel Item Templates

More information

De novo genome assembly

De novo genome assembly BioNumerics Tutorial: De novo genome assembly 1 Aims This tutorial describes a de novo assembly of a Staphylococcus aureus genome, using single-end and pairedend reads generated by an Illumina R Genome

More information

Adobe InDesign CS6 Tutorial

Adobe InDesign CS6 Tutorial Adobe InDesign CS6 Tutorial Adobe InDesign CS6 is a page-layout software that takes print publishing and page design beyond current boundaries. InDesign is a desktop publishing program that incorporates

More information

Server Edition USER MANUAL. For Mac OS X

Server Edition USER MANUAL. For Mac OS X Server Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion are registered

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

CPM-200 User Guide For Lighthouse for MAX

CPM-200 User Guide For Lighthouse for MAX CPM-200 User Guide For Lighthouse for MAX Contents Page Number Opening the software 2 Altering the page size & Orientation 3-4 Inserting Text 5 Editing Text 6 Inserting Graphics 7-8 Changing the Colour

More information

Elixir Repertoire Designer

Elixir Repertoire Designer Aggregation and Transformation Intelligence on Demand Activation and Integration Navigation and Visualization Presentation and Delivery Activation and Automation Elixir Repertoire Designer Tutorial Guide

More information

The Definitive Guide to Fractal Awesomeness with J-WildFire!

The Definitive Guide to Fractal Awesomeness with J-WildFire! Installing Java and J-WildFire - by Martin Flink Copyright 2013 Martin Flink All Rights Reserved. No part of this document may be reproduced in any form without permission in writing from the author. Contact:

More information

1 Welcome to Microsoft Excel 2007

1 Welcome to Microsoft Excel 2007 1 Welcome to Microsoft Excel 2007 The Excel Window With Office 2007, Microsoft has abandoned the interface consisting of a menu and a collection of toolbars so common in all Windows applications until

More information

Viewing Reports in Vista. Version: 7.3

Viewing Reports in Vista. Version: 7.3 Viewing Reports in Vista Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Requesting a license code

Requesting a license code Requesting a license code P. Stadelmann CIME-EPFL Station 12 CH-1015 Lausanne Switzerland March 13, 2012 Contents 1 Introduction 3 1.1 Important note.................................. 3 2 How to configure

More information

How To Capture Screen Shots

How To Capture Screen Shots What Is FastStone Capture? FastStone Capture is a program that can be used to capture screen images that you want to place in a document, a brochure, an e-mail message, a slide show and for lots of other

More information

Questions? Page 1 of 22

Questions?  Page 1 of 22 Learn the User Interface... 3 Start BluePrint-PCB... 4 Import CAD Design Data... 4 Create a Panel Drawing... 5 Add a Drill Panel... 5 Selecting Objects... 5 Format the Drill Panel... 5 Setting PCB Image

More information

VivoSense. User Manual Batch Processing. VivoSense, Inc. Newport Beach, CA, USA Tel. (858) , Fax. (248)

VivoSense. User Manual Batch Processing. VivoSense, Inc. Newport Beach, CA, USA Tel. (858) , Fax. (248) VivoSense User Manual Batch Processing VivoSense Batch Processing Edition Version 3.1 VivoSense, Inc. Newport Beach, CA, USA Tel. (858) 876-8486, Fax. (248) 692-0980 Email: info@vivosense.com; Web: www.vivosense.com

More information

Flow Cytometry Analysis Software. Developed by scientists, for scientists. User Manual. Version Introduction:

Flow Cytometry Analysis Software. Developed by scientists, for scientists. User Manual. Version Introduction: Flowlogic Flow Cytometry Analysis Software Developed by scientists, for scientists User Manual Version 7.2.1 Introduction: Overview, Preferences, Saving and Opening Analysis Files www.inivai.com TABLE

More information

Brief description of the base clustering algorithms

Brief description of the base clustering algorithms Brief description of the base clustering algorithms Le Ou-Yang, Dao-Qing Dai, and Xiao-Fei Zhang In this paper, we choose ten state-of-the-art protein complex identification algorithms as base clustering

More information

JBoss Portal Quickstart User Guide. Release 2.6.6

JBoss Portal Quickstart User Guide. Release 2.6.6 JBoss Portal 2.6.6 Quickstart User Guide Release 2.6.6 Table of Contents JBoss Portal - Overview... iii 1. Tutorial Forward...1 2. Installation...2 2.1. Downloading and Installing...2 2.2. Starting JBoss

More information

Chapter 9 Getting Started with Impress

Chapter 9 Getting Started with Impress Getting Started Guide Chapter 9 Getting Started with Impress OpenOffice.org's Presentations OpenOffice.org Copyright This document is Copyright 2005 2007 by its contributors as listed in the section titled

More information

User Manual. Introduction. About this release. For existing MacroScope users

User Manual. Introduction. About this release. For existing MacroScope users Software version: 0.1.1.5 Document version: 0.1.1.3 User Manual Introduction MacroscopeJ is a desktop application used for examining crystallization experiment images and data. It is intended as an upgrade/replacement

More information

Practical Data Mining COMP-321B. Tutorial 1: Introduction to the WEKA Explorer

Practical Data Mining COMP-321B. Tutorial 1: Introduction to the WEKA Explorer Practical Data Mining COMP-321B Tutorial 1: Introduction to the WEKA Explorer Gabi Schmidberger Mark Hall Richard Kirkby July 12, 2006 c 2006 University of Waikato 1 Setting up your Environment Before

More information

ME009 Engineering Graphics and Design CAD 1. 1 Create a new part. Click. New Bar. 2 Click the Tutorial tab. 3 Select the Part icon. 4 Click OK.

ME009 Engineering Graphics and Design CAD 1. 1 Create a new part. Click. New Bar. 2 Click the Tutorial tab. 3 Select the Part icon. 4 Click OK. PART A Reference: SolidWorks CAD Student Guide 2014 2 Lesson 2: Basic Functionality Active Learning Exercises Creating a Basic Part Use SolidWorks to create the box shown at the right. The step-by-step

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

Community Detection. Community

Community Detection. Community Community Detection Community In social sciences: Community is formed by individuals such that those within a group interact with each other more frequently than with those outside the group a.k.a. group,

More information

Contents Introduction... 1

Contents Introduction... 1 User Guiide APPLICATION LOAD TIME PROFILER Contents Introduction... 1 Modes of Operation... 1 Limitations... 2 Installing and Opening the Utility... 2 Loading an Application from the Utility... 3 Opening

More information