diff --git a/README.md b/README.md index e77e066..e8e1353 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. \ No newline at end of file +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.