isi 1.1.5 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,42 +1,16 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html>
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
4
  <head>
8
- <title>to_tohoku_DB (ISI_record)</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
+ <title>new (ISI_record)</title>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
7
  <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
11
8
  </head>
12
9
  <body class="standalone-code">
13
- <pre> <span class="ruby-comment cmt"># File lib/isi.rb, line 18</span>
14
- 18: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_tohoku_DB</span>(<span class="ruby-identifier">tohoku_id</span>, <span class="ruby-identifier">name</span>)
15
- 19: <span class="ruby-node">&quot;#{tohoku_id}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># A ID</span>
16
- 20: <span class="ruby-node">&quot;#{name}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># B Name</span>
17
- 21: <span class="ruby-node">&quot;#{@hash['TI']}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># C Title</span>
18
- 22: <span class="ruby-node">&quot;#{@hash['TI']}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># D Title in English</span>
19
- 23: <span class="ruby-value str">&quot;01\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># E Language</span>
20
- 24: <span class="ruby-value str">&quot;2\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># F The number of Author(s) 1:1, 2:not 1 (default)</span>
21
- 25: <span class="ruby-value str">&quot;1\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># G Kind - 1:regular paper</span>
22
- 26: <span class="ruby-value str">&quot;1\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># H Refereep - 0:nil 1:t</span>
23
- 27: <span class="ruby-value str">&quot;0\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># I Invitedp - 0:nil 1:t</span>
24
- 28: <span class="ruby-value str">&quot;Greatly\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># J Contribution</span>
25
- 29: <span class="ruby-node">&quot;#{ji2journal}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># K Journal</span>
26
- 30: <span class="ruby-node">&quot;#{ji2journal}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># L Journal in English</span>
27
- 31: <span class="ruby-node">&quot;#{@hash['VL']}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># M Vol.</span>
28
- 32: <span class="ruby-node">&quot;#{@hash['IS']}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># N No.</span>
29
- 33: <span class="ruby-node">&quot;#{@hash['AP'] or @hash['AR'] or @hash['BP']}\t&quot;</span> <span class="ruby-operator">+</span>
30
- 34: <span class="ruby-value str">&quot;\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># P Page END</span>
31
- 35: <span class="ruby-node">&quot;#{@hash['PY']}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># Q Year</span>
32
- 36: <span class="ruby-node">&quot;#{month_in_number}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># R Month</span>
33
- 37: <span class="ruby-value str">&quot;\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># S Date</span>
34
- 38: <span class="ruby-node">&quot;#{and_separated_authors.gsub(&quot; and &quot;,&quot;, &quot;)}\t&quot;</span> <span class="ruby-operator">+</span>
35
- 39: <span class="ruby-node">&quot;#{and_separated_authors.gsub(&quot; and &quot;,&quot;, &quot;)}\t&quot;</span> <span class="ruby-operator">+</span>
36
- 40: <span class="ruby-node">&quot;#{@hash['UR']}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># V URL of online journal</span>
37
- 41: <span class="ruby-value str">&quot;\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># W Other</span>
38
- 42: <span class="ruby-node">&quot;#{@hash['PY']-2000}#{sprintf(&quot;%.2d&quot;,@@order)}\t&quot;</span> <span class="ruby-operator">+</span>
39
- 43: <span class="ruby-value str">&quot;1\n&quot;</span>
40
- 44: <span class="ruby-keyword kw">end</span></pre>
10
+ <pre> <span class="ruby-comment cmt"># File lib/isi.rb, line 12</span>
11
+ 12: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">hash</span>)
12
+ 13: <span class="ruby-ivar">@hash</span> = <span class="ruby-identifier">hash</span>
13
+ 14: <span class="ruby-ivar">@@order</span> <span class="ruby-operator">+=</span> <span class="ruby-value">1</span>
14
+ 15: <span class="ruby-keyword kw">end</span></pre>
41
15
  </body>
42
- </html>
16
+ </html>
@@ -1,35 +1,40 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html>
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
4
  <head>
8
- <title>to_bibtex (ISI_record)</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
+ <title>to_tohoku_DB (ISI_record)</title>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
7
  <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
11
8
  </head>
12
9
  <body class="standalone-code">
13
- <pre> <span class="ruby-comment cmt"># File lib/isi.rb, line 46</span>
14
- 46: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_bibtex</span>
15
- 47: <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">nil</span> <span class="ruby-keyword kw">if</span> <span class="ruby-keyword kw">self</span><span class="ruby-operator">==</span><span class="ruby-keyword kw">nil</span>
16
- 48: <span class="ruby-node">&quot;@ARTICLE{#{ref_name},
17
- 49: Author = {#{fmt(and_separated_authors)}},
18
- 50: Title = {#{fmt('TI')}},
19
- 51: Journal = {#{ji2journal}},
20
- 52: JournalFull= {#{@hash['SO']}},
21
- 53: Year = {#{@hash['PY']}},
22
- 54: Month = {#{month}},
23
- 55: Volume = {#{@hash['VL']}},
24
- 56: Number = {#{@hash['IS']}},
25
- 57: Pages = {#{pages}},
26
- 58: Keywords = {#{fmt('DE')}},
27
- 59: NewKeywords= {#{fmt('ID')}},
28
- 60: Abstract = {#{fmt('AB')}},
29
- 61: ReprintURL = {#{fmt('UR')}},
30
- 62: DOI = {},
31
- 63: MyComment = {},
32
- 64: WhereIFiledIt= {}}\n\n&quot;</span>
33
- 65: <span class="ruby-keyword kw">end</span></pre>
10
+ <pre> <span class="ruby-comment cmt"># File lib/isi.rb, line 17</span>
11
+ 17: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_tohoku_DB</span>(<span class="ruby-identifier">tohoku_id</span>, <span class="ruby-identifier">name</span>)
12
+ 18: <span class="ruby-node">&quot;#{tohoku_id}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># A ID</span>
13
+ 19: <span class="ruby-node">&quot;#{name}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># B Name</span>
14
+ 20: <span class="ruby-node">&quot;#{@hash['TI']}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># C Title</span>
15
+ 21: <span class="ruby-node">&quot;#{@hash['TI']}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># D Title in English</span>
16
+ 22: <span class="ruby-value str">&quot;01\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># E Language</span>
17
+ 23: <span class="ruby-value str">&quot;2\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># F The number of Author(s) 1:1, 2:not 1 (default)</span>
18
+ 24: <span class="ruby-value str">&quot;1\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># G Kind - 1:regular paper</span>
19
+ 25: <span class="ruby-value str">&quot;1\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># H Refereep - 0:nil 1:t</span>
20
+ 26: <span class="ruby-value str">&quot;0\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># I Invitedp - 0:nil 1:t</span>
21
+ 27: <span class="ruby-value str">&quot;Greatly\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># J Contribution</span>
22
+ 28: <span class="ruby-node">&quot;#{ji2journal}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># K Journal</span>
23
+ 29: <span class="ruby-node">&quot;#{ji2journal}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># L Journal in English</span>
24
+ 30: <span class="ruby-node">&quot;#{@hash['VL']}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># M Vol.</span>
25
+ 31: <span class="ruby-node">&quot;#{@hash['IS']}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># N No.</span>
26
+ 32: <span class="ruby-node">&quot;#{@hash['AP'] or @hash['AR'] or @hash['BP']}\t&quot;</span> <span class="ruby-operator">+</span>
27
+ 33: <span class="ruby-value str">&quot;\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># P Page END</span>
28
+ 34: <span class="ruby-node">&quot;#{@hash['PY']}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># Q Year</span>
29
+ 35: <span class="ruby-node">&quot;#{month_in_number}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># R Month</span>
30
+ 36: <span class="ruby-value str">&quot;\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># S Date</span>
31
+ 37: <span class="ruby-node">&quot;#{and_separated_authors.gsub(&quot; and &quot;,&quot;, &quot;)}\t&quot;</span> <span class="ruby-operator">+</span>
32
+ 38: <span class="ruby-node">&quot;#{and_separated_authors.gsub(&quot; and &quot;,&quot;, &quot;)}\t&quot;</span> <span class="ruby-operator">+</span>
33
+ 39: <span class="ruby-node">&quot;#{@hash['UR']}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># V URL of online journal</span>
34
+ 40: <span class="ruby-node">&quot;#{@hash['DI']}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># W DOI</span>
35
+ 41: <span class="ruby-node">&quot;#{@hash['PY']-2000}#{sprintf(&quot;%.2d&quot;,@@order)}\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># X Bikou</span>
36
+ 42: <span class="ruby-value str">&quot;\t&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># Y Order</span>
37
+ 43: <span class="ruby-value str">&quot;1\n&quot;</span> <span class="ruby-comment cmt"># Z Status</span>
38
+ 44: <span class="ruby-keyword kw">end</span></pre>
34
39
  </body>
35
- </html>
40
+ </html>
@@ -0,0 +1,32 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <title>to_bibtex (ISI_record)</title>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
8
+ </head>
9
+ <body class="standalone-code">
10
+ <pre> <span class="ruby-comment cmt"># File lib/isi.rb, line 46</span>
11
+ 46: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_bibtex</span>
12
+ 47: <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">nil</span> <span class="ruby-keyword kw">if</span> <span class="ruby-keyword kw">self</span><span class="ruby-operator">==</span><span class="ruby-keyword kw">nil</span>
13
+ 48: <span class="ruby-node">&quot;@ARTICLE{#{ref_name},
14
+ 49: Author = {#{fmt(and_separated_authors)}},
15
+ 50: Title = {#{fmt('TI')}},
16
+ 51: Journal = {#{ji2journal}},
17
+ 52: JournalFull= {#{@hash['SO']}},
18
+ 53: Year = {#{@hash['PY']}},
19
+ 54: Month = {#{month}},
20
+ 55: Volume = {#{@hash['VL']}},
21
+ 56: Number = {#{@hash['IS']}},
22
+ 57: Pages = {#{pages}},
23
+ 58: Keywords = {#{fmt('DE')}},
24
+ 59: NewKeywords= {#{fmt('ID')}},
25
+ 60: Abstract = {#{fmt('AB')}},
26
+ 61: ReprintURL = {#{fmt('UR')}},
27
+ 62: DOI = {#{@hash['DI']}},
28
+ 63: MyComment = {},
29
+ 64: WhereIFiledIt= {}}\n\n&quot;</span>
30
+ 65: <span class="ruby-keyword kw">end</span></pre>
31
+ </body>
32
+ </html>
@@ -1,12 +1,9 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
6
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
4
  <head>
8
- <title>Class: String</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
+ <title>Class: String [isi]</title>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
7
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
8
  <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
9
  <script type="text/javascript">
@@ -25,7 +22,7 @@
25
22
  return false;
26
23
 
27
24
  elemStyle = elem.style;
28
-
25
+
29
26
  if ( elemStyle.display != "block" ) {
30
27
  elemStyle.display = "block"
31
28
  } else {
@@ -34,10 +31,10 @@
34
31
 
35
32
  return true;
36
33
  }
37
-
34
+
38
35
  // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
36
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
+
41
38
  // ]]>
42
39
  </script>
43
40
 
@@ -45,7 +42,6 @@
45
42
  <body>
46
43
 
47
44
 
48
-
49
45
  <div id="classHeader">
50
46
  <table class="header-table">
51
47
  <tr class="top-aligned-row">
@@ -55,109 +51,129 @@
55
51
  <tr class="top-aligned-row">
56
52
  <td><strong>In:</strong></td>
57
53
  <td>
54
+
55
+
58
56
  <a href="../files/lib/journaltitleabbreviation_rb.html">
57
+
59
58
  lib/journaltitleabbreviation.rb
59
+
60
60
  </a>
61
+
62
+
61
63
  <br />
64
+
62
65
  </td>
63
66
  </tr>
64
67
 
68
+
65
69
  <tr class="top-aligned-row">
66
70
  <td><strong>Parent:</strong></td>
67
71
  <td>
72
+
68
73
  Object
74
+
69
75
  </td>
70
76
  </tr>
77
+
71
78
  </table>
72
79
  </div>
73
80
  <!-- banner header -->
74
81
 
75
82
  <div id="bodyContent">
76
83
 
77
-
78
-
79
84
  <div id="contextContent">
80
85
 
81
86
  <div id="description">
82
87
  <p>
83
88
  journaltitleabbreviation.rb Convert a journal title to its abbreviation
84
- Time-stamp: &lt;2008-02-20 10:12:05 takeshi&gt; Author: Takeshi Nishimatsu
89
+ Time-stamp: <2008-02-20 10:12:05 takeshi> Author: Takeshi Nishimatsu
85
90
  Project homepage: <a
86
- href="http://isi-rb.rubyforge.org">isi-rb.rubyforge.org</a>/ Usage:
87
- &quot;PHYSICAL REVIEW LETTERS&quot;.<a
88
- href="String.html#M000004">to_journal_title_abbreviation</a> Reference: <a
91
+ href="http://isi-rb.rubyforge.org/">isi-rb.rubyforge.org/</a> Usage:
92
+ &#8220;PHYSICAL REVIEW LETTERS&#8221;.<a
93
+ href="String.html#M000001">to_journal_title_abbreviation</a> Reference: <a
89
94
  href="http://www.library.ubc.ca/scieng/coden.html">www.library.ubc.ca/scieng/coden.html</a>
90
95
  by Kevin Lindstrom
91
96
  </p>
92
97
 
93
98
  </div>
94
99
 
95
-
96
100
  </div>
97
101
 
102
+
98
103
  <div id="method-list">
99
104
  <h3 class="section-bar">Methods</h3>
100
105
 
101
106
  <div class="name-list">
102
- <a href="#M000004">to_journal_title_abbreviation</a>&nbsp;&nbsp;
107
+
108
+ <a href="#M000001">to_journal_title_abbreviation</a>&nbsp;&nbsp;
109
+
103
110
  </div>
104
111
  </div>
105
112
 
106
113
  </div>
107
114
 
108
-
109
115
  <!-- if includes -->
110
116
 
111
117
  <div id="section">
112
118
 
113
-
114
119
  <div id="constants-list">
115
120
  <h3 class="section-bar">Constants</h3>
116
121
 
117
122
  <div class="name-list">
118
123
  <table summary="Constants">
124
+
119
125
  <tr class="top-aligned-row context-row">
120
126
  <td class="context-item-name">JOURNAL_TITLE_ABBREVIATIONS</td>
121
127
  <td>=</td>
122
- <td class="context-item-value">{ &quot;&quot; =&gt; &quot;&quot;, &quot;ABSTRACTS OF PAPERS OF THE AMERICAN CHEMICAL SOCIETY&quot; =&gt; &quot;Abstr. Pap. Am. Chem. Soc.&quot;, &quot;ACTA CRYSTALLOGRAPHICA SECTION A-CRYSTAL PHYSICS DIFFRACTION THEORETICAL AND GENERAL CRYSTALLOGRAPHY&quot; =&gt; &quot;Acta Crystallogr. Sect. A&quot;, &quot;ACTA CRYSTALLOGRAPHICA SECTION B-STRUCTURAL SCIENCE&quot; =&gt; &quot;Acta Crystallogr. Sect. B&quot;, &quot;ACTA CRYSTALLOGRAPHICA SECTION C-CRYSTAL STRUCTURE COMMUNICATIONS&quot; =&gt; &quot;Acta Crystallogr. Sect. C-Cryst. Struct. Commun.&quot;, &quot;ADVANCED MATERIALS&quot; =&gt; &quot;Adv. Mater.&quot;, &quot;AMERICAN JOURNAL OF PHYSICS&quot; =&gt; &quot;Am. J. Phys.&quot;, &quot;ANGEWANDTE CHEMIE-INTERNATIONAL EDITION IN ENGLISH&quot; =&gt; &quot;Angew. Chem.-Int. Edit. Engl.&quot;, &quot;APPLIED PHYSICS LETTERS&quot; =&gt; &quot;Appl. Phys. Lett.&quot;, &quot;CANADIAN JOURNAL OF PHYSICS&quot; =&gt; &quot;Can. J. Phys.&quot;, &quot;CHEMICAL PHYSICS&quot; =&gt; &quot;Chem. Phys.&quot;, &quot;COMPUTATIONAL MATERIALS SCIENCE&quot; =&gt; &quot;Comput. Mater. Sci.&quot;, &quot;CZECHOSLOVAK JOURNAL OF PHYSICS&quot; =&gt; &quot;Czech. J. Phys.&quot;, &quot;DIAMOND AND RELATED MATERIALS&quot; =&gt; &quot;Diam. Relat. Mat.&quot;, &quot;FERROELECTRICS&quot; =&gt; &quot;Ferroelectrics&quot;, &quot;FIZIKA TVERDOGO TELA&quot; =&gt; &quot;Fiz. Tverd. Tela&quot;, &quot;INORGANIC CHEMISTRY&quot; =&gt; &quot;Inorg. Chem.&quot;, &quot;INTEGRATED FERROELECTRICS&quot; =&gt; &quot;Integr. Ferroelectr.&quot;, &quot;INTERMETALLICS&quot; =&gt; &quot;Intermetallics&quot;, &quot;JAPANESE JOURNAL OF APPLIED PHYSICS PART 1-REGULAR PAPERS BRIEF COMMUNICATIONS &amp; REVIEW PAPERS&quot; =&gt; &quot;Jpn. J. Appl. Phys.&quot;, &quot;JAPANESE JOURNAL OF APPLIED PHYSICS PART 1-REGULAR PAPERS SHORT NOTES &amp; REVIEW PAPERS&quot; =&gt; &quot;Jpn. J. Appl. Phys.&quot;, &quot;JAPANESE JOURNAL OF APPLIED PHYSICS PART 2-LETTERS &amp; EXPRESS LETTERS&quot; =&gt; &quot;Jpn. J. Appl. Phys.&quot;, &quot;JAPANESE JOURNAL OF APPLIED PHYSICS PART 2-LETTERS&quot; =&gt; &quot;Jpn. J. Appl. Phys.&quot;, &quot;JAPANESE JOURNAL OF APPLIED PHYSICS&quot; =&gt; &quot;Jpn. J. Appl. Phys.&quot;, &quot;JOURNAL OF ALLOYS AND COMPOUNDS&quot; =&gt; &quot;J. Alloy. Compd.&quot;, &quot;JOURNAL OF APPLIED PHYSICS&quot; =&gt; &quot;J. Appl. Phys.&quot;, &quot;JOURNAL OF CHEMICAL PHYSICS&quot; =&gt; &quot;J. Chem. Phys.&quot;, &quot;JOURNAL OF COMPUTATIONAL PHYSICS&quot; =&gt; &quot;J. Comput. Phys.&quot;, &quot;JOURNAL OF ELECTRON MICROSCOPY&quot; =&gt; &quot;J. Electron Microsc.&quot;, &quot;JOURNAL OF MAGNETISM AND MAGNETIC MATERIALS&quot; =&gt; &quot;J. Magn. Magn. Mater.&quot;, &quot;JOURNAL OF PHYSICS AND CHEMISTRY OF SOLIDS&quot; =&gt; &quot;J. Phys. Chem. Solids&quot;, &quot;JOURNAL OF PHYSICS-CONDENSED MATTER&quot; =&gt; &quot;J. Phys.-Condes. Matter&quot;, &quot;JOURNAL OF SOLID STATE CHEMISTRY&quot; =&gt; &quot;J. Solid State Chem.&quot;, &quot;JOURNAL OF THE AMERICAN CHEMICAL SOCIETY&quot; =&gt; &quot;J. Am. Chem. Soc.&quot;, &quot;JOURNAL OF THE KOREAN PHYSICAL SOCIETY&quot; =&gt; &quot;J. Korean Phys. Soc.&quot;, &quot;JOURNAL OF THE PHYSICAL SOCIETY OF JAPAN&quot; =&gt; &quot;J. Phys. Soc. Jpn.&quot;, &quot;JOURNAL OF VACUUM SCIENCE &amp; TECHNOLOGY A&quot; =&gt; &quot;J. Vac. Sci. Technol. A&quot;, &quot;MATERIALS RESEARCH BULLETIN&quot; =&gt; &quot;Mater. Res. Bull.&quot;, &quot;MATERIALS SCIENCE IN SEMICONDUCTOR PROCESSING&quot; =&gt; &quot;Mater. Sci. Semicond. Process&quot;, &quot;MEASUREMENT SCIENCE AND TECHNOLOGY&quot; =&gt; &quot;Meas. Sci. Technol.&quot;, &quot;MEASUREMENT SCIENCE &amp; TECHNOLOGY&quot; =&gt; &quot;Meas. Sci. Technol.&quot;, &quot;MODELLING AND SIMULATION IN MATERIALS SCIENCE AND ENGINEERING&quot; =&gt; &quot;Model. Simul. Mater. Sci. Eng.&quot;, &quot;MOLECULAR PHYSICS&quot; =&gt; &quot;Mol. Phys.&quot;, &quot;NANO LETTERS&quot; =&gt; &quot;Nano Lett.&quot;, &quot;NATURE MATERIALS&quot; =&gt; &quot;Nat. Mater.&quot;, &quot;NATURE&quot; =&gt; &quot;Nature&quot;, &quot;OPTICAL MATERIALS&quot; =&gt; &quot;Opt. Mater.&quot;, &quot;PHYSICA B-CONDENSED MATTER&quot; =&gt; &quot;Physica B&quot;, &quot;PHYSICA C&quot; =&gt; &quot;Physica C&quot;, &quot;PHYSICA STATUS SOLIDI A-APPLICATIONS AND MATERIALS SCIENCE&quot; =&gt; &quot;Phys. Status Solidi A&quot;, &quot;PHYSICA STATUS SOLIDI A-APPLIED RESEARCH&quot; =&gt; &quot;Phys. Status Solidi A&quot;, &quot;PHYSICA STATUS SOLIDI B-BASIC RESEARCH&quot; =&gt; &quot;Phys. Status Solidi B&quot;, &quot;PHYSICAL CHEMISTRY CHEMICAL PHYSICS&quot; =&gt; &quot;Phys. Chem. Chem. Phys.&quot;, &quot;PHYSICAL REVIEW A&quot; =&gt; &quot;Phys. Rev. A&quot;, &quot;PHYSICAL REVIEW B&quot; =&gt; &quot;Phys. Rev. B&quot;, &quot;PHYSICAL REVIEW C&quot; =&gt; &quot;Phys. Rev. C&quot;, &quot;PHYSICAL REVIEW D&quot; =&gt; &quot;Phys. Rev. D&quot;, &quot;PHYSICAL REVIEW E&quot; =&gt; &quot;Phys. Rev. E&quot;, &quot;PHYSICAL REVIEW LETTERS&quot; =&gt; &quot;Phys. Rev. Lett.&quot;, &quot;REVIEWS OF MODERN PHYSICS&quot; =&gt; &quot;Rev. Mod. Phys.&quot;, &quot;SCIENCE&quot; =&gt; &quot;Science&quot;, &quot;SOLID STATE COMMUNICATIONS&quot; =&gt; &quot;Solid State Commun.&quot;, &quot;SOLID STATE SCIENCES&quot; =&gt; &quot;Solid State Sci.&quot;, &quot;THIN SOLID FILMS&quot; =&gt; &quot;Thin Solid Films&quot;, &quot;ZEITSCHRIFT FUR ANORGANISCHE UND ALLGEMEINE CHEMIE&quot; =&gt; &quot;Z. Anorg. Allg. Chem.&quot;</td>
128
+ <td class="context-item-value">{ &quot;&quot; =&gt; &quot;&quot;, &quot;ABSTRACTS OF PAPERS OF THE AMERICAN CHEMICAL SOCIETY&quot; =&gt; &quot;Abstr. Pap. Am. Chem. Soc.&quot;, &quot;ACTA CRYSTALLOGRAPHICA SECTION A-CRYSTAL PHYSICS DIFFRACTION THEORETICAL AND GENERAL CRYSTALLOGRAPHY&quot; =&gt; &quot;Acta Crystallogr. Sect. A&quot;, &quot;ACTA CRYSTALLOGRAPHICA SECTION B-STRUCTURAL SCIENCE&quot; =&gt; &quot;Acta Crystallogr. Sect. B&quot;, &quot;ACTA CRYSTALLOGRAPHICA SECTION C-CRYSTAL STRUCTURE COMMUNICATIONS&quot; =&gt; &quot;Acta Crystallogr. Sect. C-Cryst. Struct. Commun.&quot;, &quot;ADVANCED MATERIALS&quot; =&gt; &quot;Adv. Mater.&quot;, &quot;AMERICAN JOURNAL OF PHYSICS&quot; =&gt; &quot;Am. J. Phys.&quot;, &quot;ANGEWANDTE CHEMIE-INTERNATIONAL EDITION IN ENGLISH&quot; =&gt; &quot;Angew. Chem.-Int. Edit. Engl.&quot;, &quot;APPLIED PHYSICS LETTERS&quot; =&gt; &quot;Appl. Phys. Lett.&quot;, &quot;CANADIAN JOURNAL OF PHYSICS&quot; =&gt; &quot;Can. J. Phys.&quot;, &quot;CHEMICAL PHYSICS&quot; =&gt; &quot;Chem. Phys.&quot;, &quot;COMPUTATIONAL MATERIALS SCIENCE&quot; =&gt; &quot;Comput. Mater. Sci.&quot;, &quot;CZECHOSLOVAK JOURNAL OF PHYSICS&quot; =&gt; &quot;Czech. J. Phys.&quot;, &quot;DIAMOND AND RELATED MATERIALS&quot; =&gt; &quot;Diam. Relat. Mat.&quot;, &quot;FERROELECTRICS&quot; =&gt; &quot;Ferroelectrics&quot;, &quot;FIZIKA TVERDOGO TELA&quot; =&gt; &quot;Fiz. Tverd. Tela&quot;, &quot;INORGANIC CHEMISTRY&quot; =&gt; &quot;Inorg. Chem.&quot;, &quot;INTEGRATED FERROELECTRICS&quot; =&gt; &quot;Integr. Ferroelectr.&quot;, &quot;INTERMETALLICS&quot; =&gt; &quot;Intermetallics&quot;, &quot;JAPANESE JOURNAL OF APPLIED PHYSICS PART 1-REGULAR PAPERS BRIEF COMMUNICATIONS &amp; REVIEW PAPERS&quot; =&gt; &quot;Jpn. J. Appl. Phys.&quot;, &quot;JAPANESE JOURNAL OF APPLIED PHYSICS PART 1-REGULAR PAPERS SHORT NOTES &amp; REVIEW PAPERS&quot; =&gt; &quot;Jpn. J. Appl. Phys.&quot;, &quot;JAPANESE JOURNAL OF APPLIED PHYSICS PART 2-LETTERS &amp; EXPRESS LETTERS&quot; =&gt; &quot;Jpn. J. Appl. Phys.&quot;, &quot;JAPANESE JOURNAL OF APPLIED PHYSICS PART 2-LETTERS&quot; =&gt; &quot;Jpn. J. Appl. Phys.&quot;, &quot;JAPANESE JOURNAL OF APPLIED PHYSICS&quot; =&gt; &quot;Jpn. J. Appl. Phys.&quot;, &quot;JOURNAL OF ALLOYS AND COMPOUNDS&quot; =&gt; &quot;J. Alloy. Compd.&quot;, &quot;JOURNAL OF APPLIED PHYSICS&quot; =&gt; &quot;J. Appl. Phys.&quot;, &quot;JOURNAL OF CHEMICAL PHYSICS&quot; =&gt; &quot;J. Chem. Phys.&quot;, &quot;JOURNAL OF COMPUTATIONAL PHYSICS&quot; =&gt; &quot;J. Comput. Phys.&quot;, &quot;JOURNAL OF ELECTRON MICROSCOPY&quot; =&gt; &quot;J. Electron Microsc.&quot;, &quot;JOURNAL OF MAGNETISM AND MAGNETIC MATERIALS&quot; =&gt; &quot;J. Magn. Magn. Mater.&quot;, &quot;JOURNAL OF PHYSICS AND CHEMISTRY OF SOLIDS&quot; =&gt; &quot;J. Phys. Chem. Solids&quot;, &quot;JOURNAL OF PHYSICS-CONDENSED MATTER&quot; =&gt; &quot;J. Phys.-Condes. Matter&quot;, &quot;JOURNAL OF SOLID STATE CHEMISTRY&quot; =&gt; &quot;J. Solid State Chem.&quot;, &quot;JOURNAL OF THE AMERICAN CHEMICAL SOCIETY&quot; =&gt; &quot;J. Am. Chem. Soc.&quot;, &quot;JOURNAL OF THE KOREAN PHYSICAL SOCIETY&quot; =&gt; &quot;J. Korean Phys. Soc.&quot;, &quot;JOURNAL OF THE PHYSICAL SOCIETY OF JAPAN&quot; =&gt; &quot;J. Phys. Soc. Jpn.&quot;, &quot;JOURNAL OF VACUUM SCIENCE &amp; TECHNOLOGY A&quot; =&gt; &quot;J. Vac. Sci. Technol. A&quot;, &quot;MATERIALS RESEARCH BULLETIN&quot; =&gt; &quot;Mater. Res. Bull.&quot;, &quot;MATERIALS SCIENCE IN SEMICONDUCTOR PROCESSING&quot; =&gt; &quot;Mater. Sci. Semicond. Process&quot;, &quot;MEASUREMENT SCIENCE AND TECHNOLOGY&quot; =&gt; &quot;Meas. Sci. Technol.&quot;, &quot;MEASUREMENT SCIENCE &amp; TECHNOLOGY&quot; =&gt; &quot;Meas. Sci. Technol.&quot;, &quot;MODELLING AND SIMULATION IN MATERIALS SCIENCE AND ENGINEERING&quot; =&gt; &quot;Model. Simul. Mater. Sci. Eng.&quot;, &quot;MOLECULAR PHYSICS&quot; =&gt; &quot;Mol. Phys.&quot;, &quot;NANO LETTERS&quot; =&gt; &quot;Nano Lett.&quot;, &quot;NATURE MATERIALS&quot; =&gt; &quot;Nat. Mater.&quot;, &quot;NATURE&quot; =&gt; &quot;Nature&quot;, &quot;OPTICAL MATERIALS&quot; =&gt; &quot;Opt. Mater.&quot;, &quot;PHYSICA B-CONDENSED MATTER&quot; =&gt; &quot;Physica B&quot;, &quot;PHYSICA C&quot; =&gt; &quot;Physica C&quot;, &quot;PHYSICA STATUS SOLIDI A-APPLICATIONS AND MATERIALS SCIENCE&quot; =&gt; &quot;Phys. Status Solidi A&quot;, &quot;PHYSICA STATUS SOLIDI A-APPLIED RESEARCH&quot; =&gt; &quot;Phys. Status Solidi A&quot;, &quot;PHYSICA STATUS SOLIDI B-BASIC RESEARCH&quot; =&gt; &quot;Phys. Status Solidi B&quot;, &quot;PHYSICAL CHEMISTRY CHEMICAL PHYSICS&quot; =&gt; &quot;Phys. Chem. Chem. Phys.&quot;, &quot;PHYSICAL REVIEW A&quot; =&gt; &quot;Phys. Rev. A&quot;, &quot;PHYSICAL REVIEW B&quot; =&gt; &quot;Phys. Rev. B&quot;, &quot;PHYSICAL REVIEW C&quot; =&gt; &quot;Phys. Rev. C&quot;, &quot;PHYSICAL REVIEW D&quot; =&gt; &quot;Phys. Rev. D&quot;, &quot;PHYSICAL REVIEW E&quot; =&gt; &quot;Phys. Rev. E&quot;, &quot;PHYSICAL REVIEW LETTERS&quot; =&gt; &quot;Phys. Rev. Lett.&quot;, &quot;REVIEWS OF MODERN PHYSICS&quot; =&gt; &quot;Rev. Mod. Phys.&quot;, &quot;SCIENCE&quot; =&gt; &quot;Science&quot;, &quot;SOLID STATE COMMUNICATIONS&quot; =&gt; &quot;Solid State Commun.&quot;, &quot;SOLID STATE SCIENCES&quot; =&gt; &quot;Solid State Sci.&quot;, &quot;THIN SOLID FILMS&quot; =&gt; &quot;Thin Solid Films&quot;, &quot;ZEITSCHRIFT FUR ANORGANISCHE UND ALLGEMEINE CHEMIE&quot; =&gt; &quot;Z. Anorg. Allg. Chem.&quot; }</td>
129
+
123
130
  </tr>
131
+
124
132
  </table>
125
133
  </div>
126
134
  </div>
127
135
 
128
136
 
129
137
 
130
-
131
-
132
138
 
133
139
  <!-- if method_list -->
140
+
134
141
  <div id="methods">
142
+
135
143
  <h3 class="section-bar">Public Instance methods</h3>
136
144
 
137
- <div id="method-M000004" class="method-detail">
138
- <a name="M000004"></a>
145
+
146
+ <div id="method-M000001" class="method-detail">
147
+ <a name="M000001"></a>
139
148
 
140
149
  <div class="method-heading">
141
- <a href="String.src/M000004.html" target="Code" class="method-signature"
142
- onclick="popupCode('String.src/M000004.html');return false;">
150
+
151
+ <a href="String.src/M000001.html" target="Code" class="method-signature"
152
+ onclick="popupCode('String.src/M000001.html');return false;">
153
+
143
154
  <span class="method-name">to_journal_title_abbreviation</span><span class="method-args">()</span>
155
+
144
156
  </a>
157
+
145
158
  </div>
146
-
159
+
147
160
  <div class="method-description">
161
+
148
162
  </div>
149
163
  </div>
150
164
 
151
165
 
166
+
152
167
  </div>
153
168
 
154
169
 
155
- </div>
156
170
 
157
171
 
172
+ </div>
173
+
158
174
  <div id="validator-badges">
159
175
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
160
176
  </div>
161
177
 
162
178
  </body>
163
- </html>
179
+ </html>
@@ -1,12 +1,9 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html>
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
4
  <head>
8
5
  <title>to_journal_title_abbreviation (String)</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
7
  <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
11
8
  </head>
12
9
  <body class="standalone-code">
@@ -15,4 +12,4 @@
15
12
  79: <span class="ruby-constant">JOURNAL_TITLE_ABBREVIATIONS</span>[<span class="ruby-keyword kw">self</span>]
16
13
  80: <span class="ruby-keyword kw">end</span></pre>
17
14
  </body>
18
- </html>
15
+ </html>
@@ -1 +1 @@
1
- Wed, 20 Feb 2008 11:22:39 -0500
1
+ Wed, 22 Apr 2009 08:38:14 +0900
@@ -1,12 +1,9 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
6
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
4
  <head>
8
- <title>File: README</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
+ <title>File: README [isi]</title>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
7
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
8
  <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
9
  <script type="text/javascript">
@@ -25,7 +22,7 @@
25
22
  return false;
26
23
 
27
24
  elemStyle = elem.style;
28
-
25
+
29
26
  if ( elemStyle.display != "block" ) {
30
27
  elemStyle.display = "block"
31
28
  } else {
@@ -34,10 +31,10 @@
34
31
 
35
32
  return true;
36
33
  }
37
-
34
+
38
35
  // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
36
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
+
41
38
  // ]]>
42
39
  </script>
43
40
 
@@ -45,18 +42,18 @@
45
42
  <body>
46
43
 
47
44
 
48
-
49
45
  <div id="fileHeader">
50
46
  <h1>README</h1>
51
47
  <table class="header-table">
52
48
  <tr class="top-aligned-row">
53
49
  <td><strong>Path:</strong></td>
54
50
  <td>README
51
+
55
52
  </td>
56
53
  </tr>
57
54
  <tr class="top-aligned-row">
58
55
  <td><strong>Last Update:</strong></td>
59
- <td>Wed Feb 20 11:21:30 -0500 2008</td>
56
+ <td>2009-04-22 08:31:53 +0900</td>
60
57
  </tr>
61
58
  </table>
62
59
  </div>
@@ -64,8 +61,6 @@
64
61
 
65
62
  <div id="bodyContent">
66
63
 
67
-
68
-
69
64
  <div id="contextContent">
70
65
 
71
66
  <div id="description">
@@ -76,11 +71,10 @@ isi is an ISI Export Format to BibTeX Format converter written in Ruby
76
71
  script language. You can use isi as a library, too.
77
72
  </p>
78
73
  <p>
79
- ISI Web of Science (go to <a
80
- href="http://isiknowledge.com">isiknowledge.com</a> , click [Select a
81
- Database] tab, then click &quot;Web of Science (R)&quot;) provides their
82
- bibliographic information in ISI Export Format. You can get the tagged
83
- Marked List in Web of Science by clicking the [SAVE TO FILE] button.
74
+ ISI Web of Science (<a href="http://isiknowledge.com">isiknowledge.com</a>)
75
+ provides their bibliographic information in ISI Export Format. You can get
76
+ the tagged Marked List in Web of Science by clicking the [SAVE TO FILE]
77
+ button.
84
78
  </p>
85
79
  <h2>Where is the homepage of isi?</h2>
86
80
  <p>
@@ -126,13 +120,16 @@ downloading, please try again.
126
120
  </p>
127
121
  <h3>III. Simple way; just copy isi.rb and journaltitleabbreviation.rb</h3>
128
122
  <p>
129
- Just copy lib/isi.rb (isi-X.Y.Z.rb) and lib/journaltitleabbreviation.rb
123
+ Just copy <a href="lib/isi_rb.html">lib/isi.rb</a> (isi-X.Y.Z.rb) and <a
124
+ href="lib/journaltitleabbreviation_rb.html">lib/journaltitleabbreviation.rb</a>
130
125
  (journaltitleabbreviation-X.Y.Z.rb) into your working directory which
131
- contains your saved &quot;Marked List&quot;, e.g. savedrecs.txt.
126
+ contains your saved &#8220;Marked List&#8221;, e.g. savedrecs.txt.
132
127
  </p>
133
128
  <pre>
134
129
  $ cp lib/isi.rb lib/journaltitleabbreviation.rb ~/your/working/directory/
135
- ($ cp isi-X.Y.Z.rb journaltitleabbreviation-X.Y.Z.rb ~/your/working/directory/isi.rb)
130
+ ($ cp isi-X.Y.Z.rb ~/your/working/directory/isi.rb)
131
+ $ cp lib/journaltitleabbreviation.rb ~/your/working/directory/
132
+ ($ cp journaltitleabbreviation-X.Y.Z.rb ~/your/working/directory/journaltitleabbreviation.rb)
136
133
  $ cd ~/your/working/directory/
137
134
  $ ruby isi.rb savedrecs1.txt savedrecs2.txt
138
135
  $ ruby isi.rb &lt; savedrecs.txt &gt; savedrecs.bib
@@ -150,10 +147,10 @@ is required.
150
147
  <p>
151
148
  Mark the articles in ISI Web of Science. Then, view and save the marked
152
149
  records to an output file (savedrecs.txt). I recommend to check
153
- &quot;Author(s)&quot;, &quot;Title&quot;, &quot;Source&quot;,
154
- &quot;abstract*&quot;, &quot;keywords&quot;, &quot;times cited&quot; and
155
- &quot;source abbreviation&quot; as the fields to include in the output
156
- file.
150
+ &#8220;Author(s)&#8221;, &#8220;Title&#8221;, &#8220;Source&#8221;,
151
+ &#8220;abstract*&#8221;, &#8220;keywords&#8221;, &#8220;times cited&#8221;
152
+ and &#8220;source abbreviation&#8221; as the fields to include in the
153
+ output file.
157
154
  </p>
158
155
  <h3>Here are some examples</h3>
159
156
  <pre>
@@ -165,15 +162,15 @@ file.
165
162
  <h3>Some other useful executables</h3>
166
163
  <p>
167
164
  For KakenhiLaTeX <a
168
- href="http://osksn2.hep.sci.osaka-u.ac.jp/~taku/kakenhiLaTeX">osksn2.hep.sci.osaka-u.ac.jp/~taku/kakenhiLaTeX</a>/
165
+ href="http://osksn2.hep.sci.osaka-u.ac.jp/~taku/kakenhiLaTeX/">osksn2.hep.sci.osaka-u.ac.jp/~taku/kakenhiLaTeX/</a>
169
166
  </p>
170
167
  <pre>
171
168
  $ isi2kakenhi --help
172
169
  $ isi2kakenhi --name-regexp='(H\. Yukawa|Hideki Yukawa)' savedrecs.txt &gt; papers.tex
173
170
  </pre>
174
171
  <p>
175
- For the database of &quot;Academic Research Staff at Tohoku
176
- University&quot; <a
172
+ For the database of &#8220;Academic Research Staff at Tohoku
173
+ University&#8221; <a
177
174
  href="http://db.tohoku.ac.jp/whois/TunvTopE.html">db.tohoku.ac.jp/whois/TunvTopE.html</a>
178
175
  </p>
179
176
  <pre>
@@ -181,15 +178,11 @@ href="http://db.tohoku.ac.jp/whois/TunvTopE.html">db.tohoku.ac.jp/whois/TunvTopE
181
178
  $ isi2tohoku --id 12345678 --name 'Example Name' savedrecs.txt
182
179
  </pre>
183
180
  <p>
184
- For summing the number of times cited
181
+ To convert ISI Export Format to HTML
185
182
  </p>
186
183
  <pre>
187
- $ isi2timescited MyAllPapers.isi
188
- 1997 10
189
- :
190
- 2007 0
191
- total 88
192
- WARNING: isi2timescited is OBSOLETE. Try the [CITATION REPORT] button in the right column of ISI Web of Science.
184
+ $ isi2html --help
185
+ $ isi2html --full-name='Hideki Yukawa' --name-regexp='(H\. Yukawa|Hideki Yukawa)' savedrecs.txt &gt; index.html
193
186
  </pre>
194
187
  <h3>You can use isi as a library.</h3>
195
188
  <p>
@@ -216,7 +209,7 @@ Here is an example:
216
209
  isi is distributed in the hope that it will be useful, but WITHOUT ANY
217
210
  WARRANTY. You can copy, modify and redistribute isi, but only under the
218
211
  conditions described in the GNU General Public License (the
219
- &quot;GPL&quot;).
212
+ &#8220;GPL&#8221;).
220
213
  </p>
221
214
  <h2>Thanks to contributor(s)!</h2>
222
215
  <ul>
@@ -226,7 +219,7 @@ conditions described in the GNU General Public License (the
226
219
  </ul>
227
220
  <h2>Who is the author?</h2>
228
221
  <p>
229
- NISHIMATSU Takeshi &lt;t-nissie{at}imr.tohoku.ac.jp&gt;
222
+ NISHIMATSU Takeshi <t-nissie{at}imr.tohoku.ac.jp>
230
223
  </p>
231
224
  <h2>Why did he write it?</h2>
232
225
  <p>
@@ -271,15 +264,25 @@ href="http://isibasic.com/help/helpprn.html">isibasic.com/help/helpprn.html</a>
271
264
  AP: Article number of new APS journals (in ISI Web of Knowledge, 2008-)
272
265
  AR: Article number of new APS journals
273
266
  AU: Authors
267
+ BN: ISBN
274
268
  BP: Beginning page
275
269
  C1: Research addresses
270
+ CA: Group authors
271
+ CL: Conference location
276
272
  CR: Cited references
273
+ CT: Conference title
274
+ CY: Conference Date
277
275
  DE: Original keywords
278
276
  DI: DOI
279
277
  DT: Document type
278
+ ED: Editors
279
+ EM: E-mail address
280
280
  EP: Ending page
281
281
  ER: end of a record
282
- GA: ISI document delivery number
282
+ FN: File name
283
+ FU: Funding agency and grant number
284
+ FX: Funding text
285
+ GA: IDS number (ISI original)
283
286
  ID: New keywords given by ISI
284
287
  IS: issue
285
288
  J9: 29-character journal title abbreviation
@@ -287,6 +290,7 @@ href="http://isibasic.com/help/helpprn.html">isibasic.com/help/helpprn.html</a>
287
290
  LA: Language
288
291
  NR: Cited reference count
289
292
  PD: Publication date e.g. &quot;JUN 8&quot; or &quot;JUL&quot;
293
+ PA: Publisher Address
290
294
  PG: the number of pages
291
295
  PI: Publisher city
292
296
  PN: Part number
@@ -298,6 +302,7 @@ href="http://isibasic.com/help/helpprn.html">isibasic.com/help/helpprn.html</a>
298
302
  SI: Special issue
299
303
  SN: ISSN
300
304
  SO: journal title, in full
305
+ SP: Conference Sponsors
301
306
  SU: Supplement
302
307
  TC: Times cited
303
308
  TI: Title
@@ -317,7 +322,8 @@ href="http://isibasic.com/help/helpprn.html">isibasic.com/help/helpprn.html</a>
317
322
  </ul>
318
323
  <h2>TODO</h2>
319
324
  <ul>
320
- <li>lib/isi.rb combine ISI_record#and_separated_authors() and
325
+ <li><a href="lib/isi_rb.html">lib/isi.rb</a> combine
326
+ ISI_record#and_separated_authors() and
321
327
  ISI_record#comma_and_separated_authors() into
322
328
  ISI_record#separated_authors()
323
329
 
@@ -332,13 +338,11 @@ ISI_record#separated_authors()
332
338
 
333
339
  </div>
334
340
 
335
-
336
341
  </div>
337
342
 
338
343
 
339
344
  </div>
340
345
 
341
-
342
346
  <!-- if includes -->
343
347
 
344
348
  <div id="section">
@@ -346,19 +350,16 @@ ISI_record#separated_authors()
346
350
 
347
351
 
348
352
 
349
-
350
-
353
+ <!-- if method_list -->
351
354
 
352
355
 
353
- <!-- if method_list -->
354
356
 
355
357
 
356
358
  </div>
357
359
 
358
-
359
360
  <div id="validator-badges">
360
361
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
361
362
  </div>
362
363
 
363
364
  </body>
364
- </html>
365
+ </html>