mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
Update my name and the Zenodo citation
This commit is contained in:
parent
2f8600e975
commit
563e8f7444
16
README.md
16
README.md
@ -502,24 +502,24 @@ through Zenodo so that it can be reliably cited using a DOI. The current
|
||||
citation is:
|
||||
|
||||
> Robyn Speer, Joshua Chin, Andrew Lin, Sara Jewett, & Lance Nathan.
|
||||
> (2017, September 27). LuminosoInsight/wordfreq: v1.7. Zenodo.
|
||||
> http://doi.org/10.5281/zenodo.998161
|
||||
> (2018, October 3). LuminosoInsight/wordfreq: v2.2. Zenodo.
|
||||
> https://doi.org/10.5281/zenodo.1443582
|
||||
|
||||
|
||||
The same citation in BibTex format:
|
||||
|
||||
```
|
||||
@misc{robert_speer_2017_998161,
|
||||
@misc{robyn_speer_2018_1443582,
|
||||
author = {Robyn Speer and
|
||||
Joshua Chin and
|
||||
Andrew Lin and
|
||||
Sara Jewett and
|
||||
Lance Nathan},
|
||||
title = {LuminosoInsight/wordfreq: v1.7},
|
||||
month = sep,
|
||||
year = 2017,
|
||||
doi = {10.5281/zenodo.998161},
|
||||
url = {https://doi.org/10.5281/zenodo.998161}
|
||||
title = {LuminosoInsight/wordfreq: v2.2},
|
||||
month = oct,
|
||||
year = 2018,
|
||||
doi = {10.5281/zenodo.1443582},
|
||||
url = {https://doi.org/10.5281/zenodo.1443582}
|
||||
}
|
||||
```
|
||||
|
||||
|
4
setup.py
4
setup.py
@ -36,8 +36,8 @@ if sys.version_info < (3, 4):
|
||||
setup(
|
||||
name="wordfreq",
|
||||
version='2.2.0',
|
||||
maintainer='Luminoso Technologies, Inc.',
|
||||
maintainer_email='info@luminoso.com',
|
||||
maintainer='Robyn Speer',
|
||||
maintainer_email='rspeer@luminoso.com',
|
||||
url='http://github.com/LuminosoInsight/wordfreq/',
|
||||
license="MIT",
|
||||
platforms=["any"],
|
||||
|
Loading…
Reference in New Issue
Block a user