1 <html xmlns="http://www.w3.org/1999/xhtml">
8 <h1>Importing From CiteSeer</h1>
10 <p>CiteSeer is a scientific
11 literature digital library and search engine that focuses
12 primarily on the literature in computer and information
15 <h2>Importing An Entry From CiteSeer</h2>
17 <p>JabRef can download
18 information about a particular citation from the CiteSeer
19 database. To start this process, add a new entry into your
20 database and populate the citeseerurl field with a link to its
21 content page on CiteSeer. The citeseerurl field must be in one
22 of the following formats:</p>
24 <p>http://citeseer.ist.psu.edu/DDDDDD[.html], or<br>
25 oai:CiteSeerPSU:DDDDDD, or<br>
28 <p>where DDDDD is a sequence of digits. To find the sequence of
29 digits (DDDDD) for a CiteSeer entry, goto the citation's
30 document page of the format
31 http://citeseer.ist.psu.edu/<i>nameYearTitle</i>.html and click
32 on the (Update) link for this citation. The URL for the Update
33 link will contain the numeric ID for this citation.</p>
35 <p>Once you have populated the citeseerurl field, you may
36 download the CiteSeer fields by selecting <b>BibTex ->
37 Import Fields from CiteSeer</b>. Make sure you have selected
38 the row(s) you wish to update.</p>
40 <h2>Generating a Citation Database</h2>
43 references, you can generate a list of documents that cite the
44 elements of this set. To facilitate this feature, each citation
45 in a database must have a citeseerurl field with the format
46 specified in <b>Importing An Entry From CiteSeer</b>. To use
47 this feature, select <b>Web Search -> Fetch Citations from
50 <h2>Using a Proxy Server</h2>
52 <p>If you need to use an http proxy
53 server, pass the server name and port number to java at
54 runtime. These environment settings are documented at</br />
55 <a href="http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html">http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html</a></p>
57 <p><code>java -Dhttp.proxyHost="hostname"
58 -Dhttp.proxyPort="portnumber"</code></p>