mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
Merge pull request #62 from LuminosoInsight/name-update
Update my name and the Zenodo citation
This commit is contained in:
commit
c1fe37bab5
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:
|
citation is:
|
||||||
|
|
||||||
> Robyn Speer, Joshua Chin, Andrew Lin, Sara Jewett, & Lance Nathan.
|
> Robyn Speer, Joshua Chin, Andrew Lin, Sara Jewett, & Lance Nathan.
|
||||||
> (2017, September 27). LuminosoInsight/wordfreq: v1.7. Zenodo.
|
> (2018, October 3). LuminosoInsight/wordfreq: v2.2. Zenodo.
|
||||||
> http://doi.org/10.5281/zenodo.998161
|
> https://doi.org/10.5281/zenodo.1443582
|
||||||
|
|
||||||
|
|
||||||
The same citation in BibTex format:
|
The same citation in BibTex format:
|
||||||
|
|
||||||
```
|
```
|
||||||
@misc{robert_speer_2017_998161,
|
@misc{robyn_speer_2018_1443582,
|
||||||
author = {Robyn Speer and
|
author = {Robyn Speer and
|
||||||
Joshua Chin and
|
Joshua Chin and
|
||||||
Andrew Lin and
|
Andrew Lin and
|
||||||
Sara Jewett and
|
Sara Jewett and
|
||||||
Lance Nathan},
|
Lance Nathan},
|
||||||
title = {LuminosoInsight/wordfreq: v1.7},
|
title = {LuminosoInsight/wordfreq: v2.2},
|
||||||
month = sep,
|
month = oct,
|
||||||
year = 2017,
|
year = 2018,
|
||||||
doi = {10.5281/zenodo.998161},
|
doi = {10.5281/zenodo.1443582},
|
||||||
url = {https://doi.org/10.5281/zenodo.998161}
|
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(
|
setup(
|
||||||
name="wordfreq",
|
name="wordfreq",
|
||||||
version='2.2.0',
|
version='2.2.0',
|
||||||
maintainer='Luminoso Technologies, Inc.',
|
maintainer='Robyn Speer',
|
||||||
maintainer_email='info@luminoso.com',
|
maintainer_email='rspeer@luminoso.com',
|
||||||
url='http://github.com/LuminosoInsight/wordfreq/',
|
url='http://github.com/LuminosoInsight/wordfreq/',
|
||||||
license="MIT",
|
license="MIT",
|
||||||
platforms=["any"],
|
platforms=["any"],
|
||||||
|
Loading…
Reference in New Issue
Block a user