Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renamed x, y, z in YEAR/citations/references section #51 #52

Merged
merged 1 commit into from
Jan 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/pmidcite/icite/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ def prt_key_desc(prt=stdout):
prt.write(' YEAR/citations/references section:\n')
prt.write(' ----------------------------------\n')
prt.write(' YEAR: The year the article was published\n')
prt.write(' x: Total of all unique articles that have cited the paper, including clinical articles\n')
prt.write(' y: Number of unique clinical articles that have cited the paper\n')
prt.write(' z: Number of references\n')
prt.write(' cit: Total of all unique articles that have cited the paper, including clinical articles\n')
prt.write(' cli: Number of unique clinical articles that have cited the paper\n')
prt.write(' ref: Number of references\n')
prt.write(' au[A]: A is the number of authors\n')

def str_md(self):
Expand Down