Publications:NIH Roadmap acknowledgement

From NAMIC Wiki
Revision as of 19:31, 3 April 2009 by Marianna (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Publications:NIH Roadmap acknowledgement
  • Please use the following text to acknowledge the NAMIC project in your publications:

"This work is part of the National Alliance for Medical Image Computing (NAMIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on the National Centers for Biomedical Computing can be obtained from http://nihroadmap.nih.gov/bioinformatics."

  • Please use the following comments to acknowledge the NAMIC project in your C++ software. The sample below assumes you are using doxygen style comments.
/**
 *  \note This work is part of the National Alliance for Medical Image
 *  Computing (NAMIC), funded by the National Institutes of Health
 *  through the NIH Roadmap for Medical Research, Grant U54 EB005149.
 *  Information on the National Centers for Biomedical Computing
 *  can be obtained from http://nihroadmap.nih.gov/bioinformatics.
 */
  • In VTK, a different process is used. The following comment block should be placed in the class .h file:
// .SECTION Thanks
// This work is part of the National Alliance for Medical Image
// Computing (NAMIC), funded by the National Institutes of Health
// through the NIH Roadmap for Medical Research, Grant U54 EB005149.
// Information on the National Centers for Biomedical Computing
// can be obtained from http://nihroadmap.nih.gov/bioinformatics.