Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybottle authored Dec 6, 2017
1 parent c81e449 commit 888bc09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Biblio_Reader
biblio-reader
=============

Welcome! Biblio_Reader is a literature parsing tool that compiles and analyzes publications matched by Google Scholar searches.
Welcome! biblio-reader is a literature parsing tool that compiles and analyzes publications matched by Google Scholar searches.
For publications found on Google Scholar between pages 1 and 99, it can do the following:
* Compile key information from each publication (such as article title, year, authors, journal title, URL, and citations)
* Write all key information into a CSV file
Expand Down Expand Up @@ -44,4 +44,4 @@ All final outputs are stored here. This includes matplotlib graphs generated by
Provides location for intermediate files including Pubmed bibliographies, keyword paragraphs, and TXT converted PDFs.
### table

Provides support for creating a sortable, viewable table HTML based on the csv file. In data_mg.py, the data can be filtered to only show specific publications based on criteria set by the user.
Provides support for creating a sortable, viewable table HTML based on the csv file. In data_mg.py, the data can be filtered to only show specific publications based on criteria set by the user.

0 comments on commit 888bc09

Please sign in to comment.