isi 1.1.5 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README +22 -13
- data/Rakefile +1 -2
- data/bin/isi2bibtex +0 -0
- data/bin/isi2html +81 -0
- data/bin/isi2kakenhi +2 -2
- data/bin/isi2tohoku +0 -0
- data/html/classes/ARGF.html +37 -25
- data/html/classes/ARGF.src/M000005.html +44 -47
- data/html/classes/ISI_record.html +70 -40
- data/html/classes/ISI_record.src/M000002.html +11 -37
- data/html/classes/ISI_record.src/M000003.html +35 -30
- data/html/classes/ISI_record.src/M000004.html +32 -0
- data/html/classes/String.html +48 -32
- data/html/classes/String.src/{M000004.html → M000001.html} +5 -8
- data/html/created.rid +1 -1
- data/html/files/README.html +49 -48
- data/html/files/lib/isi_rb.html +28 -31
- data/html/files/lib/journaltitleabbreviation_rb.html +15 -25
- data/html/fr_class_index.html +12 -12
- data/html/fr_file_index.html +12 -12
- data/html/fr_method_index.html +18 -16
- data/html/index.html +5 -8
- data/html/rdoc-style.css +210 -119
- data/isi.gemspec +3 -3
- data/lib/isi.rb +17 -9
- data/publication.css +36 -0
- data/tests/isi_test.rb +3 -3
- metadata +68 -59
- data/bin/isi2timescited +0 -40
- data/html/classes/ISI_record.src/M000001.html +0 -19
@@ -1,42 +1,16 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
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>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
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
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
22: <span class="ruby-node">"#{@hash['TI']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># D Title in English</span>
|
19
|
-
23: <span class="ruby-value str">"01\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># E Language</span>
|
20
|
-
24: <span class="ruby-value str">"2\t"</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">"1\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># G Kind - 1:regular paper</span>
|
22
|
-
26: <span class="ruby-value str">"1\t"</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">"0\t"</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">"Greatly\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># J Contribution</span>
|
25
|
-
29: <span class="ruby-node">"#{ji2journal}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># K Journal</span>
|
26
|
-
30: <span class="ruby-node">"#{ji2journal}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># L Journal in English</span>
|
27
|
-
31: <span class="ruby-node">"#{@hash['VL']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># M Vol.</span>
|
28
|
-
32: <span class="ruby-node">"#{@hash['IS']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># N No.</span>
|
29
|
-
33: <span class="ruby-node">"#{@hash['AP'] or @hash['AR'] or @hash['BP']}\t"</span> <span class="ruby-operator">+</span>
|
30
|
-
34: <span class="ruby-value str">"\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># P Page END</span>
|
31
|
-
35: <span class="ruby-node">"#{@hash['PY']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># Q Year</span>
|
32
|
-
36: <span class="ruby-node">"#{month_in_number}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># R Month</span>
|
33
|
-
37: <span class="ruby-value str">"\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># S Date</span>
|
34
|
-
38: <span class="ruby-node">"#{and_separated_authors.gsub(" and ",", ")}\t"</span> <span class="ruby-operator">+</span>
|
35
|
-
39: <span class="ruby-node">"#{and_separated_authors.gsub(" and ",", ")}\t"</span> <span class="ruby-operator">+</span>
|
36
|
-
40: <span class="ruby-node">"#{@hash['UR']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># V URL of online journal</span>
|
37
|
-
41: <span class="ruby-value str">"\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># W Other</span>
|
38
|
-
42: <span class="ruby-node">"#{@hash['PY']-2000}#{sprintf("%.2d",@@order)}\t"</span> <span class="ruby-operator">+</span>
|
39
|
-
43: <span class="ruby-value str">"1\n"</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
|
-
|
2
|
-
|
3
|
-
|
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>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
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
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
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">"#{tohoku_id}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># A ID</span>
|
13
|
+
19: <span class="ruby-node">"#{name}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># B Name</span>
|
14
|
+
20: <span class="ruby-node">"#{@hash['TI']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># C Title</span>
|
15
|
+
21: <span class="ruby-node">"#{@hash['TI']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># D Title in English</span>
|
16
|
+
22: <span class="ruby-value str">"01\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># E Language</span>
|
17
|
+
23: <span class="ruby-value str">"2\t"</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">"1\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># G Kind - 1:regular paper</span>
|
19
|
+
25: <span class="ruby-value str">"1\t"</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">"0\t"</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">"Greatly\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># J Contribution</span>
|
22
|
+
28: <span class="ruby-node">"#{ji2journal}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># K Journal</span>
|
23
|
+
29: <span class="ruby-node">"#{ji2journal}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># L Journal in English</span>
|
24
|
+
30: <span class="ruby-node">"#{@hash['VL']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># M Vol.</span>
|
25
|
+
31: <span class="ruby-node">"#{@hash['IS']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># N No.</span>
|
26
|
+
32: <span class="ruby-node">"#{@hash['AP'] or @hash['AR'] or @hash['BP']}\t"</span> <span class="ruby-operator">+</span>
|
27
|
+
33: <span class="ruby-value str">"\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># P Page END</span>
|
28
|
+
34: <span class="ruby-node">"#{@hash['PY']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># Q Year</span>
|
29
|
+
35: <span class="ruby-node">"#{month_in_number}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># R Month</span>
|
30
|
+
36: <span class="ruby-value str">"\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># S Date</span>
|
31
|
+
37: <span class="ruby-node">"#{and_separated_authors.gsub(" and ",", ")}\t"</span> <span class="ruby-operator">+</span>
|
32
|
+
38: <span class="ruby-node">"#{and_separated_authors.gsub(" and ",", ")}\t"</span> <span class="ruby-operator">+</span>
|
33
|
+
39: <span class="ruby-node">"#{@hash['UR']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># V URL of online journal</span>
|
34
|
+
40: <span class="ruby-node">"#{@hash['DI']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># W DOI</span>
|
35
|
+
41: <span class="ruby-node">"#{@hash['PY']-2000}#{sprintf("%.2d",@@order)}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># X Bikou</span>
|
36
|
+
42: <span class="ruby-value str">"\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># Y Order</span>
|
37
|
+
43: <span class="ruby-value str">"1\n"</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">"@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"</span>
|
30
|
+
65: <span class="ruby-keyword kw">end</span></pre>
|
31
|
+
</body>
|
32
|
+
</html>
|
data/html/classes/String.html
CHANGED
@@ -1,12 +1,9 @@
|
|
1
|
-
|
2
|
-
|
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=
|
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 }
|
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:
|
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
|
87
|
-
|
88
|
-
href="String.html#
|
91
|
+
href="http://isi-rb.rubyforge.org/">isi-rb.rubyforge.org/</a> Usage:
|
92
|
+
“PHYSICAL REVIEW LETTERS”.<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
|
-
|
107
|
+
|
108
|
+
<a href="#M000001">to_journal_title_abbreviation</a>
|
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">{ "" => "", "ABSTRACTS OF PAPERS OF THE AMERICAN CHEMICAL SOCIETY" => "Abstr. Pap. Am. Chem. Soc.", "ACTA CRYSTALLOGRAPHICA SECTION A-CRYSTAL PHYSICS DIFFRACTION THEORETICAL AND GENERAL CRYSTALLOGRAPHY" => "Acta Crystallogr. Sect. A", "ACTA CRYSTALLOGRAPHICA SECTION B-STRUCTURAL SCIENCE" => "Acta Crystallogr. Sect. B", "ACTA CRYSTALLOGRAPHICA SECTION C-CRYSTAL STRUCTURE COMMUNICATIONS" => "Acta Crystallogr. Sect. C-Cryst. Struct. Commun.", "ADVANCED MATERIALS" => "Adv. Mater.", "AMERICAN JOURNAL OF PHYSICS" => "Am. J. Phys.", "ANGEWANDTE CHEMIE-INTERNATIONAL EDITION IN ENGLISH" => "Angew. Chem.-Int. Edit. Engl.", "APPLIED PHYSICS LETTERS" => "Appl. Phys. Lett.", "CANADIAN JOURNAL OF PHYSICS" => "Can. J. Phys.", "CHEMICAL PHYSICS" => "Chem. Phys.", "COMPUTATIONAL MATERIALS SCIENCE" => "Comput. Mater. Sci.", "CZECHOSLOVAK JOURNAL OF PHYSICS" => "Czech. J. Phys.", "DIAMOND AND RELATED MATERIALS" => "Diam. Relat. Mat.", "FERROELECTRICS" => "Ferroelectrics", "FIZIKA TVERDOGO TELA" => "Fiz. Tverd. Tela", "INORGANIC CHEMISTRY" => "Inorg. Chem.", "INTEGRATED FERROELECTRICS" => "Integr. Ferroelectr.", "INTERMETALLICS" => "Intermetallics", "JAPANESE JOURNAL OF APPLIED PHYSICS PART 1-REGULAR PAPERS BRIEF COMMUNICATIONS & REVIEW PAPERS" => "Jpn. J. Appl. Phys.", "JAPANESE JOURNAL OF APPLIED PHYSICS PART 1-REGULAR PAPERS SHORT NOTES & REVIEW PAPERS" => "Jpn. J. Appl. Phys.", "JAPANESE JOURNAL OF APPLIED PHYSICS PART 2-LETTERS & EXPRESS LETTERS" => "Jpn. J. Appl. Phys.", "JAPANESE JOURNAL OF APPLIED PHYSICS PART 2-LETTERS" => "Jpn. J. Appl. Phys.", "JAPANESE JOURNAL OF APPLIED PHYSICS" => "Jpn. J. Appl. Phys.", "JOURNAL OF ALLOYS AND COMPOUNDS" => "J. Alloy. Compd.", "JOURNAL OF APPLIED PHYSICS" => "J. Appl. Phys.", "JOURNAL OF CHEMICAL PHYSICS" => "J. Chem. Phys.", "JOURNAL OF COMPUTATIONAL PHYSICS" => "J. Comput. Phys.", "JOURNAL OF ELECTRON MICROSCOPY" => "J. Electron Microsc.", "JOURNAL OF MAGNETISM AND MAGNETIC MATERIALS" => "J. Magn. Magn. Mater.", "JOURNAL OF PHYSICS AND CHEMISTRY OF SOLIDS" => "J. Phys. Chem. Solids", "JOURNAL OF PHYSICS-CONDENSED MATTER" => "J. Phys.-Condes. Matter", "JOURNAL OF SOLID STATE CHEMISTRY" => "J. Solid State Chem.", "JOURNAL OF THE AMERICAN CHEMICAL SOCIETY" => "J. Am. Chem. Soc.", "JOURNAL OF THE KOREAN PHYSICAL SOCIETY" => "J. Korean Phys. Soc.", "JOURNAL OF THE PHYSICAL SOCIETY OF JAPAN" => "J. Phys. Soc. Jpn.", "JOURNAL OF VACUUM SCIENCE & TECHNOLOGY A" => "J. Vac. Sci. Technol. A", "MATERIALS RESEARCH BULLETIN" => "Mater. Res. Bull.", "MATERIALS SCIENCE IN SEMICONDUCTOR PROCESSING" => "Mater. Sci. Semicond. Process", "MEASUREMENT SCIENCE AND TECHNOLOGY" => "Meas. Sci. Technol.", "MEASUREMENT SCIENCE & TECHNOLOGY" => "Meas. Sci. Technol.", "MODELLING AND SIMULATION IN MATERIALS SCIENCE AND ENGINEERING" => "Model. Simul. Mater. Sci. Eng.", "MOLECULAR PHYSICS" => "Mol. Phys.", "NANO LETTERS" => "Nano Lett.", "NATURE MATERIALS" => "Nat. Mater.", "NATURE" => "Nature", "OPTICAL MATERIALS" => "Opt. Mater.", "PHYSICA B-CONDENSED MATTER" => "Physica B", "PHYSICA C" => "Physica C", "PHYSICA STATUS SOLIDI A-APPLICATIONS AND MATERIALS SCIENCE" => "Phys. Status Solidi A", "PHYSICA STATUS SOLIDI A-APPLIED RESEARCH" => "Phys. Status Solidi A", "PHYSICA STATUS SOLIDI B-BASIC RESEARCH" => "Phys. Status Solidi B", "PHYSICAL CHEMISTRY CHEMICAL PHYSICS" => "Phys. Chem. Chem. Phys.", "PHYSICAL REVIEW A" => "Phys. Rev. A", "PHYSICAL REVIEW B" => "Phys. Rev. B", "PHYSICAL REVIEW C" => "Phys. Rev. C", "PHYSICAL REVIEW D" => "Phys. Rev. D", "PHYSICAL REVIEW E" => "Phys. Rev. E", "PHYSICAL REVIEW LETTERS" => "Phys. Rev. Lett.", "REVIEWS OF MODERN PHYSICS" => "Rev. Mod. Phys.", "SCIENCE" => "Science", "SOLID STATE COMMUNICATIONS" => "Solid State Commun.", "SOLID STATE SCIENCES" => "Solid State Sci.", "THIN SOLID FILMS" => "Thin Solid Films", "ZEITSCHRIFT FUR ANORGANISCHE UND ALLGEMEINE CHEMIE" => "Z. Anorg. Allg. Chem."
|
128
|
+
<td class="context-item-value">{ "" => "", "ABSTRACTS OF PAPERS OF THE AMERICAN CHEMICAL SOCIETY" => "Abstr. Pap. Am. Chem. Soc.", "ACTA CRYSTALLOGRAPHICA SECTION A-CRYSTAL PHYSICS DIFFRACTION THEORETICAL AND GENERAL CRYSTALLOGRAPHY" => "Acta Crystallogr. Sect. A", "ACTA CRYSTALLOGRAPHICA SECTION B-STRUCTURAL SCIENCE" => "Acta Crystallogr. Sect. B", "ACTA CRYSTALLOGRAPHICA SECTION C-CRYSTAL STRUCTURE COMMUNICATIONS" => "Acta Crystallogr. Sect. C-Cryst. Struct. Commun.", "ADVANCED MATERIALS" => "Adv. Mater.", "AMERICAN JOURNAL OF PHYSICS" => "Am. J. Phys.", "ANGEWANDTE CHEMIE-INTERNATIONAL EDITION IN ENGLISH" => "Angew. Chem.-Int. Edit. Engl.", "APPLIED PHYSICS LETTERS" => "Appl. Phys. Lett.", "CANADIAN JOURNAL OF PHYSICS" => "Can. J. Phys.", "CHEMICAL PHYSICS" => "Chem. Phys.", "COMPUTATIONAL MATERIALS SCIENCE" => "Comput. Mater. Sci.", "CZECHOSLOVAK JOURNAL OF PHYSICS" => "Czech. J. Phys.", "DIAMOND AND RELATED MATERIALS" => "Diam. Relat. Mat.", "FERROELECTRICS" => "Ferroelectrics", "FIZIKA TVERDOGO TELA" => "Fiz. Tverd. Tela", "INORGANIC CHEMISTRY" => "Inorg. Chem.", "INTEGRATED FERROELECTRICS" => "Integr. Ferroelectr.", "INTERMETALLICS" => "Intermetallics", "JAPANESE JOURNAL OF APPLIED PHYSICS PART 1-REGULAR PAPERS BRIEF COMMUNICATIONS & REVIEW PAPERS" => "Jpn. J. Appl. Phys.", "JAPANESE JOURNAL OF APPLIED PHYSICS PART 1-REGULAR PAPERS SHORT NOTES & REVIEW PAPERS" => "Jpn. J. Appl. Phys.", "JAPANESE JOURNAL OF APPLIED PHYSICS PART 2-LETTERS & EXPRESS LETTERS" => "Jpn. J. Appl. Phys.", "JAPANESE JOURNAL OF APPLIED PHYSICS PART 2-LETTERS" => "Jpn. J. Appl. Phys.", "JAPANESE JOURNAL OF APPLIED PHYSICS" => "Jpn. J. Appl. Phys.", "JOURNAL OF ALLOYS AND COMPOUNDS" => "J. Alloy. Compd.", "JOURNAL OF APPLIED PHYSICS" => "J. Appl. Phys.", "JOURNAL OF CHEMICAL PHYSICS" => "J. Chem. Phys.", "JOURNAL OF COMPUTATIONAL PHYSICS" => "J. Comput. Phys.", "JOURNAL OF ELECTRON MICROSCOPY" => "J. Electron Microsc.", "JOURNAL OF MAGNETISM AND MAGNETIC MATERIALS" => "J. Magn. Magn. Mater.", "JOURNAL OF PHYSICS AND CHEMISTRY OF SOLIDS" => "J. Phys. Chem. Solids", "JOURNAL OF PHYSICS-CONDENSED MATTER" => "J. Phys.-Condes. Matter", "JOURNAL OF SOLID STATE CHEMISTRY" => "J. Solid State Chem.", "JOURNAL OF THE AMERICAN CHEMICAL SOCIETY" => "J. Am. Chem. Soc.", "JOURNAL OF THE KOREAN PHYSICAL SOCIETY" => "J. Korean Phys. Soc.", "JOURNAL OF THE PHYSICAL SOCIETY OF JAPAN" => "J. Phys. Soc. Jpn.", "JOURNAL OF VACUUM SCIENCE & TECHNOLOGY A" => "J. Vac. Sci. Technol. A", "MATERIALS RESEARCH BULLETIN" => "Mater. Res. Bull.", "MATERIALS SCIENCE IN SEMICONDUCTOR PROCESSING" => "Mater. Sci. Semicond. Process", "MEASUREMENT SCIENCE AND TECHNOLOGY" => "Meas. Sci. Technol.", "MEASUREMENT SCIENCE & TECHNOLOGY" => "Meas. Sci. Technol.", "MODELLING AND SIMULATION IN MATERIALS SCIENCE AND ENGINEERING" => "Model. Simul. Mater. Sci. Eng.", "MOLECULAR PHYSICS" => "Mol. Phys.", "NANO LETTERS" => "Nano Lett.", "NATURE MATERIALS" => "Nat. Mater.", "NATURE" => "Nature", "OPTICAL MATERIALS" => "Opt. Mater.", "PHYSICA B-CONDENSED MATTER" => "Physica B", "PHYSICA C" => "Physica C", "PHYSICA STATUS SOLIDI A-APPLICATIONS AND MATERIALS SCIENCE" => "Phys. Status Solidi A", "PHYSICA STATUS SOLIDI A-APPLIED RESEARCH" => "Phys. Status Solidi A", "PHYSICA STATUS SOLIDI B-BASIC RESEARCH" => "Phys. Status Solidi B", "PHYSICAL CHEMISTRY CHEMICAL PHYSICS" => "Phys. Chem. Chem. Phys.", "PHYSICAL REVIEW A" => "Phys. Rev. A", "PHYSICAL REVIEW B" => "Phys. Rev. B", "PHYSICAL REVIEW C" => "Phys. Rev. C", "PHYSICAL REVIEW D" => "Phys. Rev. D", "PHYSICAL REVIEW E" => "Phys. Rev. E", "PHYSICAL REVIEW LETTERS" => "Phys. Rev. Lett.", "REVIEWS OF MODERN PHYSICS" => "Rev. Mod. Phys.", "SCIENCE" => "Science", "SOLID STATE COMMUNICATIONS" => "Solid State Commun.", "SOLID STATE SCIENCES" => "Solid State Sci.", "THIN SOLID FILMS" => "Thin Solid Films", "ZEITSCHRIFT FUR ANORGANISCHE UND ALLGEMEINE CHEMIE" => "Z. Anorg. Allg. Chem." }</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
|
-
|
138
|
-
|
145
|
+
|
146
|
+
<div id="method-M000001" class="method-detail">
|
147
|
+
<a name="M000001"></a>
|
139
148
|
|
140
149
|
<div class="method-heading">
|
141
|
-
|
142
|
-
|
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
|
-
|
2
|
-
|
3
|
-
|
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=
|
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>
|
data/html/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Wed,
|
1
|
+
Wed, 22 Apr 2009 08:38:14 +0900
|
data/html/files/README.html
CHANGED
@@ -1,12 +1,9 @@
|
|
1
|
-
|
2
|
-
|
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=
|
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 }
|
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>
|
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 (
|
80
|
-
|
81
|
-
|
82
|
-
|
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
|
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
|
126
|
+
contains your saved “Marked List”, 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
|
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 < savedrecs.txt > 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
|
-
|
154
|
-
|
155
|
-
|
156
|
-
file.
|
150
|
+
“Author(s)”, “Title”, “Source”,
|
151
|
+
“abstract*”, “keywords”, “times cited”
|
152
|
+
and “source abbreviation” 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
|
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 > papers.tex
|
173
170
|
</pre>
|
174
171
|
<p>
|
175
|
-
For the database of
|
176
|
-
University
|
172
|
+
For the database of “Academic Research Staff at Tohoku
|
173
|
+
University” <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
|
-
|
181
|
+
To convert ISI Export Format to HTML
|
185
182
|
</p>
|
186
183
|
<pre>
|
187
|
-
$
|
188
|
-
|
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 > 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
|
-
|
212
|
+
“GPL”).
|
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
|
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
|
-
|
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. "JUN 8" or "JUL"
|
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
|
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>
|