Article and Creator Specifications

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.

article-set

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">

target-model-set

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.

journal

This includes information of the journal specified by journal-tile, publisher-name, volume, issue and publication-date.

journal-title

Journal title. Full name is recommended.

publisher name

Publisher name.

volume

The volume name or number of the journal. If necessary, supplement should be written here.

issue

The issue number.

publication-date

The publication date described by year, month and day.

year

The 4-digit year of publication in western calendar.

month

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>

pubmed-id

PMID (PubMed ID) http://www.ncbi.nlm.nih.gov/sites/entrez?db=PubMed

<is:pubmed-id> 11164652 </is:pubmed-id>

article-title

The title of the article must be given in English.

<is:article-title> 
  Article information format described in insilioML
</is:article-title>

vernacular-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>

pages

The pages of the article are specified by first-page and last-page.

first-page

Number.

last-page

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>

author-set

This is a set of author tags. An author tag is specified by first-name, middle-name and last-name.

first-name

The first letter must be capital.

middle-name

One or more capital letters, separated by period (.) . e.g. “E. P.”

last-name

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>

description

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>

isml-creator-set

This is a set of creator tags. An creator tag is specified by name and affiliation-set.

target-model-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>

person-name

Name is specified by first-name, middle-name, last-name.

frst-name

The first letter must be capital.

middle-name

One or more capital letters, separated by period (.) . e.g. “E. P.”

laset-name

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>

afiliation-set

Some authors may have several affiliations. This is a set of affiliation tags. An affiliation is specified by organization and contact.

isml/specifications/article_and_creator_specifications.txt · Last modified: 2010/05/06 13:09 (external edit)
Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0