You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

@Bibliography #17047/HEAD / v10
Tags:  not added yet

@Bibliography

A component an be tagged with the @Bibliography annotation to reference the research supporting the science in the component. One or more citations can be listed, with one citation per annotation. It is optional meta data primarily for documentation purposes.

Synopsis

@Bibliography(<String>)
arg - literature citation character string within quotations marks

Type

Documentation Annotation

Scope

Class (subroutine)

!  @Description("CSMLite Plant Component")
...
!  @Bibliography("Jones, J., Hoogenboom G., Porter, C., Boote, K., Batchelor," 
   & "W., Hunt, L., Wilkens, P., Singh, U., Gijsman, A.," 
   & "and J. Ritchie. The DSSAT cropping system model...")
!  @Bibliography("Smith, R.  Second citation...")
...
!  @Execute
SUBROUTINE Plant
...