4 <basefont size="4" color="#2F4958" face="arial">
6 <H1>Importing From CiteSeer</H1>
8 <H2>Importing An Entry From CiteSeer</H2>
10 JabRef can download information about a particular citation from the CiteSeer database.
11 To start this process, add a new entry into your database and populate the citeseerurl field with
12 a link to its content page on CiteSeer. The citeseerurl field must be in one of the following formats:
14 <p>http://citeseer.ist.psu.edu/DDDDDD[.html], or <br>
15 oai:CiteSeerPSU:DDDDDD, or <br>
18 <p>where DDDDD is a sequence of digits. To find the sequence of digits (DDDDD) for a CiteSeer entry,
19 goto the citation's document page of the format http://citeseer.ist.psu.edu/<i>nameYearTitle</i>.html
20 and click on the (Update) link for this citation. The URL for the Update link will contain the numeric
23 <p>Once you have populated the citeseerurl field, you may download the CiteSeer fields by selecting
24 <b>BibTex -> Import Data from CiteSeer</b>. Make sure you have selected the row(s) you wish to
27 <H2>Generating a Citation Database</H2>
29 Given a set of references, you can generate a list of documents that cite the elements of this set.
30 To facilitate this feature, each citation in a database must have a citeseerurl field with the format specified
31 in <b>Importing An Entry From CiteSeer</b>. To use this feature, select <b>Tools -> Fetch Citations
34 <H2>Using a Proxy Server</H2>
36 If you need to use an http proxy server, pass the server name and
37 port number to java at runtime. These environment settings are documented
38 at <p> http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html
40 <p><code>java -Dhttp.proxyHost="hostname" -Dhttp.proxyPort="portnumber"</code>