SEARCH
TOOLBOX
LANGUAGES
Special:Cite|Cite A Page
modified on 25 June 2010 at 16:55 ••• 664 views

Help:Contents

From Brain Body Interfaces

Jump to: navigation, search
Alert.png NOTICE » Please read our FAQ first before making edits here!


This wiki is an information source from the brain and body interfaces community that focuses on biological signals and their interpretation in HCI. If you are a new user, please register for the google group first and then add an account to this Wiki to work as an editor. Please also register your real name to this wiki (in your profile section) if you want to have editing and creation rights.

Sources of wiki editing help on the web

Android 32.png Feel free to extend this help section constantly.


General information on wiki editing

Example of syntax highlighting for this wiki

/*
* This is an example of C# syntax highlighting
*/

using System;
public class HelloWorld
{
public static void Main(string[] args) {
Console.Write("Hello World!");
}
}