マテリアルパーサーのガイドライン

マテリアルパーサーは、物質名に相当する文字列 という入力から、 そこに含まれる "組成式"、"名称"、"ドープ量" などを認識、出力するものです。 詳細については、以下を参照してください。

表記法

表記は、XML表記のみを使用します。 具体的には、FeAs という文字列が、formula である場合、 <formula> FeAs </formula> と書きます。

Data quality

The "pre-annotated" data can for this model may contains mistakes or be incomplete. The quality depends on external causes and often incorrect data cannot be fixed. It may happens happens that the upstream model is not able to extract the material correctly, or a formula is truncated irremediably. For example the formula 0.1 Cu O 7 misses the initial material. All lines that contains mistakes should be ignored using the notation <!-- -->.

Tag set

文字列入力から識別するのは、以下のものです。

各項目の説明と、区別のルールや事例は、下に個別の詳細があります。

Material name

物質の名称です。

Tag: <name>

例:

  • PCCO

  • PCO

  • Metal diboride

  • hydryde

  • carbon

Formula

組成式:元素およびその数からなる、化合物の組成を表す式

Tag: <formula>

例:

  • Pr1.869Ce0.131CuO 4−δ

  • MgB2

  • La 2-x Sr x CuO 4

Doping

ドープとして用いられる元素と、そのドープ量

Tag: <doping>

例:

  • overdoped

  • underdopded

  • optimally doped

  • To Luca: This has to go to shape

  • pure

  • Zn-doped は、次のようにxmlタグをつけます Zn-doped

  • Zn concentration は、次のようにxmlタグをつけます Zn concentration

  • 1% Zn should be annotated as <doping>1% Zn</doping>

Shape

結晶の形状や形態に関するもの

<shape>

例:

  • single crystal

  • polycrystaline

  • thin film

  • powder

  • film

Variables

組成式における、変数

Tag: <variable>

例:

  • La x Fe 1-x O 7 with x < 3, この場合、「x」を変数として次のようにxmlタグ付けします La x Fe 1-x O 7 with <variable>x</variable> < 3

  • La x Fe 1-x O 7 with 1 < x < 3, この場合、「x」を変数としてxmlタグ付けします``La x Fe 1-x O 7 with 1 < <variable>x</variable> < 3``

  • La x Fe 1-x O 7 with x = 1,2,3, and 4, この場合、「x」を変数としてxmlタグ付けします``La x Fe 1-x O 7 with <variable>x</variable> = 1,2,3, and 4``

  • La x Fe y O 7 with x = 1,2,3, and 4 and y = 2,3,4 この場合、「x」と「y」を別々に変数としてxmlタグ付けします``La x Fe y O 7 with <variable>x</variable> = 1,2,3, and 4 and <variable>y</variable> = 2,3,4``

Values

上記変数に入る、具体的な値です。

Tag: <value>

例:

  • La x Fe 1-x O 7 with x < 3, この場合、「<3」を値としてタグ付けします La x Fe 1-x O 7 with x <value>< 3</value>

  • La x Fe 1-x O 7 with 1 < x < 3, この場合、「<3」および「1 <」を値としてタグ付けします。La x Fe 1-x O 7 with <value>1 <</value> x <value>< 3</value>

  • La x Fe 1-x O 7 with x = 1,2,3, and 4, この場合「1、2、3、and 4」を値としてタグ付けします La x Fe 1-x O 7 with x = <value>1,2,3, and 4</value>

Substrate

薄膜の基板に用いられている材料またはその組成式

Tag: <substrate>

例:

  • PCCO films onto Pr 2 CuO 4 (PCO)/SrTiO 3`` この場合、PCCO films onto Pr 2 CuO 4 (PCO)/SrTiO 3`` をsubstrate としてタグ付けします。

Fabrication

合成過程、方法、その他の、上のどれにも属さない物質の修飾語

例:

  • HfNCl containing cointercalated tetrahydrofuran solvent (THF)

  • intercalated

  • synthesized by MBE method

  • electron-doped

  • hole-doped