Skip to content

Commit

Permalink
Merge pull request #28 from dvklopfenstein/dvk
Browse files Browse the repository at this point in the history
Update README and GitHub page for paper notes; update version (v0.0.32)
  • Loading branch information
dvklopfenstein authored Apr 18, 2022
2 parents 2c6008b + a648a12 commit 237ff4d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Summary

* [**Unreleased**](#unreleased)
* [**Release 2022-04-18 v0.0.31**](#release-2022-03-24-v0031) Update peer-reviewed paper info in README and GitHub pages
* [**Release 2022-04-18 v0.0.32**](#release-2022-03-24-v0032) Update peer-reviewed paper info in README and GitHub pages
* [**Release 2022-03-24 v0.0.30**](#release-2022-03-24-v0030) Adjust intro paragraph so search engines don't write a summary with missing spaces
* [**Release 2022-01-17 v0.0.29**](#release-2022-01-17-v0029) Add summary image to README/index.md
* [**Release 2021-10-11 v0.0.28**](#release-2021-10-11-v0028) Add summary image to README/index.md
Expand Down Expand Up @@ -35,7 +35,7 @@

### Unreleased

### Release 2022-04-18 v0.0.31
### Release 2022-04-18 v0.0.32
UPDATED: peer-reviewed paper info in README and GitHub pages

### Release 2022-03-24 v0.0.30
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Augment a [**PubMed**](https://pubmed.ncbi.nlm.nih.gov) literature search by linking [**citation data**](https://icite.od.nih.gov) from the [**National Institutes of Health (NIH)**](https://www.nih.gov/) with [**PubMed**](https://pubmed.ncbi.nlm.nih.gov) IDs (PMIDs) using the command line rather than clicking and clicking and clicking on [**Google Scholar**](/doc/images/README_twitter.md) "*Cited by N*" links.

This open-source project is part of [**a peer-reviewed**](https://pubmed.ncbi.nlm.nih.gov/33031632) [**paper**](https://onlinelibrary.wiley.com/doi/10.1002/jrsm.1456) published in [***Research Synthesis Methods***](https://onlinelibrary.wiley.com/journal/17592887).
Please cite if you use *pmidcite* in your in your research or literature search.
Please cite if you use *pmidcite* in your research or literature search.
Contact: [email protected]


Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ with [**PubMed**](https://pubmed.ncbi.nlm.nih.gov) IDs (PMIDs)
using the command line.

This open-source project is part of [**a peer-reviewed**](https://pubmed.ncbi.nlm.nih.gov/33031632) [**paper**](https://onlinelibrary.wiley.com/doi/10.1002/jrsm.1456) published in [***Research Synthesis Methods***](https://onlinelibrary.wiley.com/journal/17592887).
Please cite if you use *pmidcite* in your in your research or literature search.
Please cite if you use *pmidcite* in your research or literature search.

## Usage
* [**Download citation counts and data for a research paper**](https://github.com/dvklopfenstein/pmidcite#download-citation-counts-and-data-for-a-research-paper)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_long_description():
setup(
name=NAME,
## version=versioneer.get_version(),
version='0.0.31',
version='0.0.32',
author='DV Klopfenstein',
author_email='[email protected]',
## cmdclass=versioneer.get_cmdclass(),
Expand Down
2 changes: 1 addition & 1 deletion src/pmidcite/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of pmidcite project"""

__version__ = '0.0.31'
__version__ = '0.0.32'

0 comments on commit 237ff4d

Please sign in to comment.