Main Page: Difference between revisions
From Commontk
				
				
				Jump to navigationJump to search
				
				|  (→Links for Developers:  Fixed image link) | No edit summary | ||
| Line 10: | Line 10: | ||
| * Continuously extend to new tasks within the scope of the toolkit (medical imaging) without burdening existing tasks | * Continuously extend to new tasks within the scope of the toolkit (medical imaging) without burdening existing tasks | ||
| <syntaxhighlight lang="php"> | |||
| <?php | |||
|     $v = "string";    // sample initialization | |||
| ?> | |||
| html text | |||
| <? | |||
|     echo $v;         // end of php code | |||
| ?> | |||
| </syntaxhighlight> | |||
| = Overview = | = Overview = | ||
Revision as of 12:18, 31 January 2011
CTK: The Common Toolkit
The goals of CTK are as follows:
- Provide a unified set of basic programming constructs that are useful for medical imaging applications development
- Facilitate the exchange and combination of code and data
- Document, integrate, and adapt successful solutions
- Avoid the duplication of code and data
- Continuously extend to new tasks within the scope of the toolkit (medical imaging) without burdening existing tasks
<?php
    $v = "string";    // sample initialization
?>
html text
<?
    echo $v;         // end of php code
?>
Overview
|   |   |   |   |   | 
| Getting Started | The Team | News | Events | Documentation | 
| Join our mail list Request a login Read the FAQ | Wish Lists Plans | 
Note: Original image for commontk_{gettingstarted, team, news, events, documentation}.png obtained on http://www.openclipart.org
Tools
|   | 
| Application launcher | 
Note: Original image for commontk_{applauncher}.png obtained on http://www.openclipart.org
Links for Developers
Note: CTK is currently in a pre-alpha state, meaning that the code is expected to be in constant flux and the exact feature set has not been finalized. Use with care.
|   |   |   |   |   |   |   | 
| Build Instructions | Source Code | Source code's documentation | Source Code's Quality Dashboard | Contributing to CTK | Project Ideas | Report a problem | 
Note: Original image for commontk_{buildinstruction, sourcecode, dashboard, contributing, ideas}.png obtained on http://www.openclipart.org
Links for Dashboard Maintainers
|   | 
| Dashboard setup | 
Note: Original image for commontk_{dashboard setup}.png obtained on http://www.openclipart.org

