Information of articles on which the model appeared or the physiological evidence presented is important to trace the roots of the model. Information of creators of the model written in insilicoML format is important information to evaluate the model, trace the route, and look for relevant models.
This is a top tag including several article tags which specify type attribute taking either model-proposal, model-analysis or related-experiment. Each article is numbered by ID (article-id). An article section involves journal, pubmed-id, article-title, vernacular-article-title, pages and author-set.
<is:article-set> <is:article article-id="1" type="model-proposal">
An ISML model may include several models which have their db-id downloaded from the database. In such case, article information must be written to each of models. The target-model means that this article information is of the model with db-id given as its attribute.
<is:target-model-set> <is:target-model db-id="this"/> <is:target-model db-id="124"/> </is:target-model-set>
This example shows that this article information is of the model with db-id = “124” and the current model.
This includes information of the journal specified by journal-tile, publisher-name, volume, issue and publication-date.
Journal title. Full name is recommended.
Publisher name.
The volume name or number of the journal. If necessary, supplement should be written here.
The issue number.
The publication date described by year, month and day.
The 4-digit year of publication in western calendar.
Number from 1 to 12.
<is:journal> <is:journal-title> BioSystems </is:journal-title> <is:publisher-name> Elsevier </is:publisher-name> <is:volume> 58 </is:volume> <is:issue> 1-3 </is:issue> <is:publication-date> <is:year> 2000 </is:year> <is:month> 12 </is:month> </is:publication-date> </is:journal>
PMID (PubMed ID) http://www.ncbi.nlm.nih.gov/sites/entrez?db=PubMed
<is:pubmed-id> 11164652 </is:pubmed-id>
The title of the article must be given in English.
<is:article-title> Article information format described in insilioML </is:article-title>
If the article has a title in vernacular language, it can be provided. The language must be specified by lang attribute.
<is:vernacular-article-title lang="japanese"> モデル記述言語insilicoMLにおける文献情報記述XMLフォーマット </is:vernacular-article-title>
The pages of the article are specified by first-page and last-page.
Number.
Number. If an article appears on one page, the last page must given as the same with the first-page.
<is:pages> <is:first-page> 239 </is:first-page> <is:last-page> 247 </is:last-page> </is:pages>
This is a set of author tags. An author tag is specified by first-name, middle-name and last-name.
The first letter must be capital.
One or more capital letters, separated by period (.) . e.g. “E. P.”
The first letter must be capital.
<is:author-set> <is:author> <is:first-name> Yoshiyuki </is:first-name> <is:last-name> Aasi </is:last-name> </is:author> <is:author> <is:first-name> Wolfgang </is:first-name> <is:middle-name> A. </is:middle-name> <is:last-name> Mozart </is:last-name> </is:author> </is:author-set>
If users want to describe any explanation, this section is used.
<is:description> XML specification for describing the article information within insilico ML </is:description>
This is a set of creator tags. An creator tag is specified by name and affiliation-set.
An ISML model may include several models which have their db-id downloaded from the database. In such case, creator information must be written to each of models. The target-model means that this creator information is of the model with db-id given as its attribute.
<is:target-model-set> <is:target-model db-id="this"/> <is:target-model db-id="124"/> </is:target-model-set>
Name is specified by first-name, middle-name, last-name.
The first letter must be capital.
One or more capital letters, separated by period (.) . e.g. “E. P.”
The first letter must be capital.
<is:person-name> <is:fist-name> Phys </is:fist-name> <is:middle-name> I. </is:middle-name> <is:last-name> Ome </is:last-name> </is:person-name>
Some authors may have several affiliations. This is a set of affiliation tags. An affiliation is specified by organization and contact.