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