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

update icite -k #51

Open
scbarrera opened this issue Jan 26, 2023 · 1 comment
Open

update icite -k #51

scbarrera opened this issue Jan 26, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@scbarrera
Copy link

Hello,
Thank you for creating such a lovely literature search tool!

When using icite -k or icite --print_keys the result is:

 YEAR/citations/references section:
     ----------------------------------
      YEAR: The year the article was published
         x: Total of all unique articles that have cited the paper, including clinical articles
         y: Number of unique clinical articles that have cited the paper
         z: Number of references

But the header while using icite -H is as follows:
YEAR cit cli ref

I would like to kindly request the following changes in the --print_keys display:

YEAR/citations/references section:
    ----------------------------------
     YEAR: The year the article was published
        cit: Total of all unique articles that have cited the paper, including clinical articles
        cli: Number of unique clinical articles that have cited the paper
        ref: Number of references

Thank you for your time.

@dvklopfenstein
Copy link
Owner

@scbarrera ,

Thank you so much for your interest in pmidcite and for taking your time to offer this amazing suggestion.

Yes! This is a terrific idea. You can make those changes in:

src/pmidcite/icite/entry.py

Thank you again for your great observations. Please feel free to issue a pull request if you are comfortable doing so.

scbarrera pushed a commit to scbarrera/pmidcite that referenced this issue Jan 26, 2023
dvklopfenstein added a commit that referenced this issue Jan 26, 2023
renamed x, y, z in YEAR/citations/references section #51
@dvklopfenstein dvklopfenstein added the good first issue Good for newcomers label Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants