isi-rb 1.1.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/ChangeLog +111 -0
- data/README +126 -0
- data/Rakefile +56 -0
- data/bin/isi2bibtex +9 -0
- data/html/classes/ARGF.html +127 -0
- data/html/classes/ARGF.src/M000004.html +53 -0
- data/html/classes/ISI_record.html +182 -0
- data/html/classes/ISI_record.src/M000001.html +19 -0
- data/html/classes/ISI_record.src/M000002.html +42 -0
- data/html/classes/ISI_record.src/M000003.html +34 -0
- data/html/created.rid +1 -0
- data/html/files/README.html +282 -0
- data/html/files/lib/isi_rb.html +132 -0
- data/html/fr_class_index.html +28 -0
- data/html/fr_file_index.html +28 -0
- data/html/fr_method_index.html +30 -0
- data/html/index.html +24 -0
- data/html/rdoc-style.css +208 -0
- data/isi-rb.gemspec +29 -0
- data/lib/isi.rb +201 -0
- data/setup.rb +1585 -0
- data/tests/isi_test.rb +13 -0
- metadata +84 -0
@@ -0,0 +1,182 @@
|
|
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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
+
<head>
|
8
|
+
<title>Class: ISI_record</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
+
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
+
<script type="text/javascript">
|
13
|
+
// <![CDATA[
|
14
|
+
|
15
|
+
function popupCode( url ) {
|
16
|
+
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
+
}
|
18
|
+
|
19
|
+
function toggleCode( id ) {
|
20
|
+
if ( document.getElementById )
|
21
|
+
elem = document.getElementById( id );
|
22
|
+
else if ( document.all )
|
23
|
+
elem = eval( "document.all." + id );
|
24
|
+
else
|
25
|
+
return false;
|
26
|
+
|
27
|
+
elemStyle = elem.style;
|
28
|
+
|
29
|
+
if ( elemStyle.display != "block" ) {
|
30
|
+
elemStyle.display = "block"
|
31
|
+
} else {
|
32
|
+
elemStyle.display = "none"
|
33
|
+
}
|
34
|
+
|
35
|
+
return true;
|
36
|
+
}
|
37
|
+
|
38
|
+
// Make codeblocks hidden by default
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
41
|
+
// ]]>
|
42
|
+
</script>
|
43
|
+
|
44
|
+
</head>
|
45
|
+
<body>
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
<div id="classHeader">
|
50
|
+
<table class="header-table">
|
51
|
+
<tr class="top-aligned-row">
|
52
|
+
<td><strong>Class</strong></td>
|
53
|
+
<td class="class-name-in-header">ISI_record</td>
|
54
|
+
</tr>
|
55
|
+
<tr class="top-aligned-row">
|
56
|
+
<td><strong>In:</strong></td>
|
57
|
+
<td>
|
58
|
+
<a href="../files/lib/isi_rb.html">
|
59
|
+
lib/isi.rb
|
60
|
+
</a>
|
61
|
+
<br />
|
62
|
+
</td>
|
63
|
+
</tr>
|
64
|
+
|
65
|
+
<tr class="top-aligned-row">
|
66
|
+
<td><strong>Parent:</strong></td>
|
67
|
+
<td>
|
68
|
+
Object
|
69
|
+
</td>
|
70
|
+
</tr>
|
71
|
+
</table>
|
72
|
+
</div>
|
73
|
+
<!-- banner header -->
|
74
|
+
|
75
|
+
<div id="bodyContent">
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
<div id="contextContent">
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
</div>
|
84
|
+
|
85
|
+
<div id="method-list">
|
86
|
+
<h3 class="section-bar">Methods</h3>
|
87
|
+
|
88
|
+
<div class="name-list">
|
89
|
+
<a href="#M000001">new</a>
|
90
|
+
<a href="#M000003">to_bibtex</a>
|
91
|
+
<a href="#M000002">to_tohoku_DB</a>
|
92
|
+
</div>
|
93
|
+
</div>
|
94
|
+
|
95
|
+
</div>
|
96
|
+
|
97
|
+
|
98
|
+
<!-- if includes -->
|
99
|
+
|
100
|
+
<div id="section">
|
101
|
+
|
102
|
+
|
103
|
+
<div id="constants-list">
|
104
|
+
<h3 class="section-bar">Constants</h3>
|
105
|
+
|
106
|
+
<div class="name-list">
|
107
|
+
<table summary="Constants">
|
108
|
+
<tr class="top-aligned-row context-row">
|
109
|
+
<td class="context-item-name">FMT</td>
|
110
|
+
<td>=</td>
|
111
|
+
<td class="context-item-value">Text::Format.new(:columns => 80, :first_indent => 1, :left_margin => 22)</td>
|
112
|
+
</tr>
|
113
|
+
</table>
|
114
|
+
</div>
|
115
|
+
</div>
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
<!-- if method_list -->
|
123
|
+
<div id="methods">
|
124
|
+
<h3 class="section-bar">Public Class methods</h3>
|
125
|
+
|
126
|
+
<div id="method-M000001" class="method-detail">
|
127
|
+
<a name="M000001"></a>
|
128
|
+
|
129
|
+
<div class="method-heading">
|
130
|
+
<a href="ISI_record.src/M000001.html" target="Code" class="method-signature"
|
131
|
+
onclick="popupCode('ISI_record.src/M000001.html');return false;">
|
132
|
+
<span class="method-name">new</span><span class="method-args">(hash)</span>
|
133
|
+
</a>
|
134
|
+
</div>
|
135
|
+
|
136
|
+
<div class="method-description">
|
137
|
+
</div>
|
138
|
+
</div>
|
139
|
+
|
140
|
+
<h3 class="section-bar">Public Instance methods</h3>
|
141
|
+
|
142
|
+
<div id="method-M000003" class="method-detail">
|
143
|
+
<a name="M000003"></a>
|
144
|
+
|
145
|
+
<div class="method-heading">
|
146
|
+
<a href="ISI_record.src/M000003.html" target="Code" class="method-signature"
|
147
|
+
onclick="popupCode('ISI_record.src/M000003.html');return false;">
|
148
|
+
<span class="method-name">to_bibtex</span><span class="method-args">()</span>
|
149
|
+
</a>
|
150
|
+
</div>
|
151
|
+
|
152
|
+
<div class="method-description">
|
153
|
+
</div>
|
154
|
+
</div>
|
155
|
+
|
156
|
+
<div id="method-M000002" class="method-detail">
|
157
|
+
<a name="M000002"></a>
|
158
|
+
|
159
|
+
<div class="method-heading">
|
160
|
+
<a href="ISI_record.src/M000002.html" target="Code" class="method-signature"
|
161
|
+
onclick="popupCode('ISI_record.src/M000002.html');return false;">
|
162
|
+
<span class="method-name">to_tohoku_DB</span><span class="method-args">(id, name)</span>
|
163
|
+
</a>
|
164
|
+
</div>
|
165
|
+
|
166
|
+
<div class="method-description">
|
167
|
+
</div>
|
168
|
+
</div>
|
169
|
+
|
170
|
+
|
171
|
+
</div>
|
172
|
+
|
173
|
+
|
174
|
+
</div>
|
175
|
+
|
176
|
+
|
177
|
+
<div id="validator-badges">
|
178
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
179
|
+
</div>
|
180
|
+
|
181
|
+
</body>
|
182
|
+
</html>
|
@@ -0,0 +1,19 @@
|
|
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>
|
7
|
+
<head>
|
8
|
+
<title>new (ISI_record)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
+
</head>
|
12
|
+
<body class="standalone-code">
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/isi.rb, line 10</span>
|
14
|
+
10: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">hash</span>)
|
15
|
+
11: <span class="ruby-ivar">@hash</span> = <span class="ruby-identifier">hash</span>
|
16
|
+
12: <span class="ruby-ivar">@@order</span> <span class="ruby-operator">+=</span> <span class="ruby-value">1</span>
|
17
|
+
13: <span class="ruby-keyword kw">end</span></pre>
|
18
|
+
</body>
|
19
|
+
</html>
|
@@ -0,0 +1,42 @@
|
|
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>
|
7
|
+
<head>
|
8
|
+
<title>to_tohoku_DB (ISI_record)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
+
</head>
|
12
|
+
<body class="standalone-code">
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/isi.rb, line 15</span>
|
14
|
+
15: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_tohoku_DB</span>(<span class="ruby-identifier">id</span>, <span class="ruby-identifier">name</span>)
|
15
|
+
16: <span class="ruby-node">"#{id}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># A ID</span>
|
16
|
+
17: <span class="ruby-node">"#{name}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># B Name</span>
|
17
|
+
18: <span class="ruby-node">"#{@hash['TI']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># C Title</span>
|
18
|
+
19: <span class="ruby-node">"#{@hash['TI']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># D Title in English</span>
|
19
|
+
20: <span class="ruby-value str">"01\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># E Language</span>
|
20
|
+
21: <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
|
+
22: <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
|
+
23: <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
|
+
24: <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
|
+
25: <span class="ruby-value str">"Greatly\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># J Contribution</span>
|
25
|
+
26: <span class="ruby-node">"#{@hash['JI']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># K Journal</span>
|
26
|
+
27: <span class="ruby-node">"#{@hash['JI']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># L Journal in English</span>
|
27
|
+
28: <span class="ruby-node">"#{@hash['VL']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># M Vol.</span>
|
28
|
+
29: <span class="ruby-node">"#{@hash['IS']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># N No.</span>
|
29
|
+
30: <span class="ruby-node">"#{@hash['AR'] or @hash['BP']}\t"</span> <span class="ruby-operator">+</span>
|
30
|
+
31: <span class="ruby-value str">"\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># P Page END</span>
|
31
|
+
32: <span class="ruby-node">"#{@hash['PY']}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># Q Year</span>
|
32
|
+
33: <span class="ruby-node">"#{month_in_number}\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># R Month</span>
|
33
|
+
34: <span class="ruby-value str">"\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># S Date</span>
|
34
|
+
35: <span class="ruby-node">"#{and_separated_authors.gsub(" and ",", ")}\t"</span> <span class="ruby-operator">+</span>
|
35
|
+
36: <span class="ruby-node">"#{and_separated_authors.gsub(" and ",", ")}\t"</span> <span class="ruby-operator">+</span>
|
36
|
+
37: <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
|
+
38: <span class="ruby-value str">"\t"</span> <span class="ruby-operator">+</span> <span class="ruby-comment cmt"># W Other</span>
|
38
|
+
39: <span class="ruby-node">"#{@hash['PY']-2000}#{sprintf("%.2d",@@order)}\t"</span> <span class="ruby-operator">+</span>
|
39
|
+
40: <span class="ruby-value str">"1\n"</span>
|
40
|
+
41: <span class="ruby-keyword kw">end</span></pre>
|
41
|
+
</body>
|
42
|
+
</html>
|
@@ -0,0 +1,34 @@
|
|
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>
|
7
|
+
<head>
|
8
|
+
<title>to_bibtex (ISI_record)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
+
</head>
|
12
|
+
<body class="standalone-code">
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/isi.rb, line 43</span>
|
14
|
+
43: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_bibtex</span>
|
15
|
+
44: <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
|
+
45: <span class="ruby-node">"@ARTICLE{#{ref_name},
|
17
|
+
46: Author = {#{fmt(and_separated_authors)}},
|
18
|
+
47: Title = {#{fmt('TI')}},
|
19
|
+
48: Journal = {#{ji2journal}},
|
20
|
+
49: JournalFull= {#{@hash['SO']}},
|
21
|
+
50: Year = {#{@hash['PY']}},
|
22
|
+
51: Month = {#{month}},
|
23
|
+
52: Volume = {#{@hash['VL']}},
|
24
|
+
53: Number = {#{@hash['IS']}},
|
25
|
+
54: Pages = {#{pages}},
|
26
|
+
55: Keywords = {#{fmt('DE')}},
|
27
|
+
56: NewKeywords= {#{fmt('ID')}},
|
28
|
+
57: Abstract = {#{fmt('AB')}},
|
29
|
+
58: ReprintURL = {#{fmt('UR')}},
|
30
|
+
59: MyComment = {},
|
31
|
+
60: WhereIFiledIt= {}}\n\n"</span>
|
32
|
+
61: <span class="ruby-keyword kw">end</span></pre>
|
33
|
+
</body>
|
34
|
+
</html>
|
data/html/created.rid
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
Sat, 28 Apr 2007 18:59:48 -0400
|
@@ -0,0 +1,282 @@
|
|
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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
+
<head>
|
8
|
+
<title>File: README</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
+
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
+
<script type="text/javascript">
|
13
|
+
// <![CDATA[
|
14
|
+
|
15
|
+
function popupCode( url ) {
|
16
|
+
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
+
}
|
18
|
+
|
19
|
+
function toggleCode( id ) {
|
20
|
+
if ( document.getElementById )
|
21
|
+
elem = document.getElementById( id );
|
22
|
+
else if ( document.all )
|
23
|
+
elem = eval( "document.all." + id );
|
24
|
+
else
|
25
|
+
return false;
|
26
|
+
|
27
|
+
elemStyle = elem.style;
|
28
|
+
|
29
|
+
if ( elemStyle.display != "block" ) {
|
30
|
+
elemStyle.display = "block"
|
31
|
+
} else {
|
32
|
+
elemStyle.display = "none"
|
33
|
+
}
|
34
|
+
|
35
|
+
return true;
|
36
|
+
}
|
37
|
+
|
38
|
+
// Make codeblocks hidden by default
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
41
|
+
// ]]>
|
42
|
+
</script>
|
43
|
+
|
44
|
+
</head>
|
45
|
+
<body>
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
<div id="fileHeader">
|
50
|
+
<h1>README</h1>
|
51
|
+
<table class="header-table">
|
52
|
+
<tr class="top-aligned-row">
|
53
|
+
<td><strong>Path:</strong></td>
|
54
|
+
<td>README
|
55
|
+
</td>
|
56
|
+
</tr>
|
57
|
+
<tr class="top-aligned-row">
|
58
|
+
<td><strong>Last Update:</strong></td>
|
59
|
+
<td>Sat Apr 28 18:57:25 -0400 2007</td>
|
60
|
+
</tr>
|
61
|
+
</table>
|
62
|
+
</div>
|
63
|
+
<!-- banner header -->
|
64
|
+
|
65
|
+
<div id="bodyContent">
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
<div id="contextContent">
|
70
|
+
|
71
|
+
<div id="description">
|
72
|
+
<h1>isi-rb</h1>
|
73
|
+
<h2>What is isi-rb?</h2>
|
74
|
+
<p>
|
75
|
+
isi-rb converts ISI Export Format to BibTeX Format. This is a Ruby script.
|
76
|
+
You can use isi-rb as a library.
|
77
|
+
</p>
|
78
|
+
<p>
|
79
|
+
ISI Web of Science, <a
|
80
|
+
href="http://portal.isiknowledge.com">portal.isiknowledge.com</a>, provides
|
81
|
+
their bibliographic information in ISI Export Format. You can get the
|
82
|
+
tagged Marked List in Web of Science by pushing the [SAVE TO FILE] button.
|
83
|
+
</p>
|
84
|
+
<h2>Where is the homepage of isi-rb?</h2>
|
85
|
+
<p>
|
86
|
+
<a href="http://isi-rb.rubyforge.org">isi-rb.rubyforge.org</a>
|
87
|
+
</p>
|
88
|
+
<h2>Where can I download isi-rb?</h2>
|
89
|
+
<p>
|
90
|
+
Go to <a
|
91
|
+
href="http://rubyforge.org/projects/isi-rb">rubyforge.org/projects/isi-rb</a>
|
92
|
+
.
|
93
|
+
</p>
|
94
|
+
<h2>How can I install isi-rb?</h2>
|
95
|
+
<p>
|
96
|
+
There are three different ways to install isi.rb.
|
97
|
+
</p>
|
98
|
+
<h3>I. Simple way</h3>
|
99
|
+
<p>
|
100
|
+
Installing this package is as simple as:
|
101
|
+
</p>
|
102
|
+
<pre>
|
103
|
+
$ ruby setup.rb
|
104
|
+
</pre>
|
105
|
+
<h3>II. RubyGems users can take an easy way</h3>
|
106
|
+
<p>
|
107
|
+
There is an easier way, if you are a RubyGems user:
|
108
|
+
</p>
|
109
|
+
<pre>
|
110
|
+
$ gem install isi-rb
|
111
|
+
</pre>
|
112
|
+
<h3>III. Another simple way; just copy isi.rb</h3>
|
113
|
+
<p>
|
114
|
+
Just copy isi.rb into your working directory which contains your saved
|
115
|
+
"Marked List", e.g. savedrecs.txt.
|
116
|
+
</p>
|
117
|
+
<pre>
|
118
|
+
$ cp lib/isi.rb ~/your/working/directory/
|
119
|
+
$ cd ~/your/working/directory/
|
120
|
+
$ ruby isi.rb savedrecs1.txt savedrecs2.txt
|
121
|
+
$ ruby isi.rb < savedrecs.txt > savedrecs.bib
|
122
|
+
</pre>
|
123
|
+
<p>
|
124
|
+
Lsat two lines are examples of usage for this installation way.
|
125
|
+
</p>
|
126
|
+
<h2>How can I use it?</h2>
|
127
|
+
<h3>Save the marked records to an output file in ISI Web of Science</h3>
|
128
|
+
<p>
|
129
|
+
Mark the articles in ISI Web of Science. Then, view and save the marked
|
130
|
+
records to an output file (savedrecs.txt). I recommend to check
|
131
|
+
"Author(s)", "Title", "Source",
|
132
|
+
"abstract*", "keywords" and "source
|
133
|
+
abbreviation" as the fields to include in the output file.
|
134
|
+
</p>
|
135
|
+
<h3>Here are some examples</h3>
|
136
|
+
<pre>
|
137
|
+
% isi2bibtex savedrecs.txt
|
138
|
+
% isi2bibtex savedrecs1.txt savedrecs2.txt > savedrecs.bib
|
139
|
+
% isi2bibtex < savedrecs.txt > savedrecs.bib
|
140
|
+
% cat savedrecs.txt | isi2bibtex > savedrecs.bib
|
141
|
+
</pre>
|
142
|
+
<h3>You can use isi-rb as a library.</h3>
|
143
|
+
<pre>
|
144
|
+
T.B.A.
|
145
|
+
</pre>
|
146
|
+
<h2>Copying</h2>
|
147
|
+
<p>
|
148
|
+
isi-rb is distributed in the hope that it will be useful, but WITHOUT ANY
|
149
|
+
WARRANTY. You can copy, modify and redistribute isi-rb, but only under the
|
150
|
+
conditions described in the GNU General Public License (the
|
151
|
+
"GPL").
|
152
|
+
</p>
|
153
|
+
<h2>Thanks to contributer(s)!</h2>
|
154
|
+
<ul>
|
155
|
+
<li>Marcin Dulak
|
156
|
+
|
157
|
+
</li>
|
158
|
+
</ul>
|
159
|
+
<h2>Who is the author?</h2>
|
160
|
+
<p>
|
161
|
+
NISHIMATSU Takeshi <t-nissie{at}imr.tohoku.ac.jp>
|
162
|
+
</p>
|
163
|
+
<h2>Why did he write it?</h2>
|
164
|
+
<p>
|
165
|
+
Because he do not like the output format of the Perl version.
|
166
|
+
</p>
|
167
|
+
<h2>Is there a Perl version?</h2>
|
168
|
+
<p>
|
169
|
+
Yes. You can find the Perl version by Jonathan Swinton, Ben Bolker, Anthony
|
170
|
+
Stone, John J. Lee in CTAN <a
|
171
|
+
href="http://www.ctan.org/tex-archive/biblio/bibtex/utils/isi2bibtex">www.ctan.org/tex-archive/biblio/bibtex/utils/isi2bibtex</a>
|
172
|
+
.
|
173
|
+
</p>
|
174
|
+
<h2>I do not like the output format of isi-rb, neither!</h2>
|
175
|
+
<p>
|
176
|
+
The output format is defined in the source code WYSIWYGly. So you can
|
177
|
+
change by yourself easily.
|
178
|
+
</p>
|
179
|
+
<h2>Meanings of tags in ISI Export Format:</h2>
|
180
|
+
<p>
|
181
|
+
See <a
|
182
|
+
href="http://isibasic.com/help/helpprn.html">isibasic.com/help/helpprn.html</a>
|
183
|
+
.
|
184
|
+
</p>
|
185
|
+
<h3>file-unique tags</h3>
|
186
|
+
<pre>
|
187
|
+
FN: File type. The file starts with 'FN ISI Export Format'
|
188
|
+
VR: Version number of ISI export file format
|
189
|
+
EF: End of file
|
190
|
+
</pre>
|
191
|
+
<h3>normal tags</h3>
|
192
|
+
<pre>
|
193
|
+
AB: Abstract
|
194
|
+
AF: Authors Full (AU Foo, BAR -> AF Foo, B. A. R.; AU Nishimatsu, T -> AF Nishimatsu Takeshi)
|
195
|
+
AR: Article number of new APS journals
|
196
|
+
AU: Authors
|
197
|
+
BP: Beginning page
|
198
|
+
C1: Research addresses
|
199
|
+
CR: Cited references
|
200
|
+
DE: Original keywords
|
201
|
+
DI: DOI
|
202
|
+
DT: Document type
|
203
|
+
EP: Ending page
|
204
|
+
ER: end of a record
|
205
|
+
GA: ISI document delivery number
|
206
|
+
ID: New keywords given by ISI
|
207
|
+
IS: issue
|
208
|
+
J9: 29-character journal title abbreviation
|
209
|
+
JI: ISO journal title abbreviation
|
210
|
+
LA: Language
|
211
|
+
NR: Cited reference count
|
212
|
+
PD: Publication date e.g. "JUN 8" or "JUL"
|
213
|
+
PG: the number of pages
|
214
|
+
PI: Publisher city
|
215
|
+
PN: Part number
|
216
|
+
PT: Publication type (e.g., book, journal, book in series)
|
217
|
+
PU: Publisher
|
218
|
+
PY: Publication year
|
219
|
+
RP: Reprint address
|
220
|
+
SE: Book series title
|
221
|
+
SI: Special issue
|
222
|
+
SN: ISSN
|
223
|
+
SO: journal title, in full
|
224
|
+
SU: Supplement
|
225
|
+
TC: Times cited
|
226
|
+
TI: Title
|
227
|
+
UT: ISI unique article identifier
|
228
|
+
VL: Volume
|
229
|
+
WP: Publisher web address
|
230
|
+
</pre>
|
231
|
+
<h3>isi-rb original tags</h3>
|
232
|
+
<pre>
|
233
|
+
UR: URL
|
234
|
+
</pre>
|
235
|
+
<h2>Known bugs</h2>
|
236
|
+
<ul>
|
237
|
+
<li>none.
|
238
|
+
|
239
|
+
</li>
|
240
|
+
</ul>
|
241
|
+
<h2>TODO</h2>
|
242
|
+
<ul>
|
243
|
+
<li>Write papers, not tools for writing papers.
|
244
|
+
|
245
|
+
</li>
|
246
|
+
<li>tests/isi_test.rb
|
247
|
+
|
248
|
+
</li>
|
249
|
+
</ul>
|
250
|
+
|
251
|
+
</div>
|
252
|
+
|
253
|
+
|
254
|
+
</div>
|
255
|
+
|
256
|
+
|
257
|
+
</div>
|
258
|
+
|
259
|
+
|
260
|
+
<!-- if includes -->
|
261
|
+
|
262
|
+
<div id="section">
|
263
|
+
|
264
|
+
|
265
|
+
|
266
|
+
|
267
|
+
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
<!-- if method_list -->
|
272
|
+
|
273
|
+
|
274
|
+
</div>
|
275
|
+
|
276
|
+
|
277
|
+
<div id="validator-badges">
|
278
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
279
|
+
</div>
|
280
|
+
|
281
|
+
</body>
|
282
|
+
</html>
|