Team:HKUST
From 2009.igem.org
This is the template page that we are going to adopt. More stuffs will be added :)
This is the template page that we are going to adopt. More stuffs will be added :)
Home | The Team | The Project | Parts Submitted to the Registry | Modeling | Notebook |
---|
Home
|
First of AllFor Tony and Lavinia, Sorry, but I commented the code you guys wrote for the main page. There are still issues to be solved. I will try to investigate asap. EditingIf you want to add a new article to the wiki, make it a wiki article. MediaWiki has specific editing conventions for us to follow, so that we could generate something like a page in Wikipedia. It will also benefit the future users to mine our website by computer programs. Consult the [http://meta.wikimedia.org/wiki/Help:Wikitext Wiki Syntax Guide] for help or check our Project Description for an example. <source lang="csharp"> // Hello World in Microsoft C# ("C-Sharp"). using System; class HelloWorld { public static int Main(String[] args) { Console.WriteLine("Hello, World!"); return 0; } } </source>
|