Update my name and the Zenodo citation

This commit is contained in:
Robyn Speer 2018-10-03 17:27:10 -04:00
parent bc12599010
commit 51ca052b62
2 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
wordfreq is a Python library for looking up the frequencies of words in many
languages, based on many sources of data.
Author: Rob Speer
Author: Robyn Speer
## Installation
@ -480,7 +480,7 @@ SUBTLEX-CH, SUBTLEX-DE, and SUBTLEX-NL, created by Marc Brysbaert et al.
(see citations below) and available at
http://crr.ugent.be/programs-data/subtitle-frequencies.
I (Rob Speer) have obtained permission by e-mail from Marc Brysbaert to
I (Robyn Speer) have obtained permission by e-mail from Marc Brysbaert to
distribute these wordlists in wordfreq, to be used for any purpose, not just
for academic use, under these conditions:
@ -501,25 +501,25 @@ If you use wordfreq in your research, please cite it! We publish the code
through Zenodo so that it can be reliably cited using a DOI. The current
citation is:
> Robert Speer, Joshua Chin, Andrew Lin, Sara Jewett, & Lance Nathan.
> (2017, September 27). LuminosoInsight/wordfreq: v1.7. Zenodo.
> http://doi.org/10.5281/zenodo.998161
> Robyn Speer, Joshua Chin, Andrew Lin, Sara Jewett, & Lance Nathan.
> (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,
author = {Robert Speer and
@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}
}
```

View File

@ -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"],