Link Search Menu Expand Document

CSV

A CSV file should have the following columns:

  • Author ID
  • Author
  • Paper ID
  • Title
  • Journal
  • Year
  • Authors
  • Citations

See an example in resources/examples/input/ringo.csv.

Even though there are columns for “Author ID” and “Author”, a CSV file used as input should have information for a single author. This redundant information is used to make it compatible with the CSV files later generated to the output directory.

The “Authors” should be separated by commas so that BibExplorer can properly identify the number of authors in each paper.