Permalink
Browse files

Update citation

  • Loading branch information...
1 parent 77b923b commit 55737d538cc57af91fe1f3c043748b8f2eb8b94e @lmullen lmullen committed Apr 14, 2016
Showing with 10 additions and 9 deletions.
  1. +5 −5 README.Rmd
  2. +3 −3 README.md
  3. +2 −1 inst/CITATION
View
@@ -77,14 +77,14 @@ data(package = "genderdata")
### Citation
-If you use this package, I would appreciate a citation. You can see up to date citation information with `citation("gender")`. You can cite either the package or the accompanying journal article.
+If you use this package, I would appreciate a citation. You can see an up to date citation information with `citation("gender")`. You can cite either the package or the accompanying journal article. The article is also included in the package as a vignette.
-> Lincoln Mullen (2015). gender: Predict Gender from Names Using Historical
- Data. R package version 0.5.0.9000. <https://github.com/ropensci/gender>
+> Lincoln Mullen (2016). gender: Predict Gender from Names Using Historical
+ Data. R package version 0.5.2. <https://github.com/ropensci/gender>
> Cameron Blevins and Lincoln Mullen, "Jane, John ... Leslie? A Historical
-Method for Algorithmic Gender Prediction," _Digital Humanities Quarterly_
-(forthcoming 2015).
+Method for Algorithmic Gender Prediction," _Digital Humanities Quarterly_ 9, no.
+3 (2015): <http://www.digitalhumanities.org/dhq/vol/9/3/000223/000223.html>
------------------------------------------------------------------------
View
@@ -72,11 +72,11 @@ data(package = "genderdata")
### Citation
-If you use this package, I would appreciate a citation. You can see up to date citation information with `citation("gender")`. You can cite either the package or the accompanying journal article.
+If you use this package, I would appreciate a citation. You can see an up to date citation information with `citation("gender")`. You can cite either the package or the accompanying journal article. The article is also included in the package as a vignette.
-> Lincoln Mullen (2015). gender: Predict Gender from Names Using Historical Data. R package version 0.5.0.9000. <https://github.com/ropensci/gender>
+> Lincoln Mullen (2016). gender: Predict Gender from Names Using Historical Data. R package version 0.5.2. <https://github.com/ropensci/gender>
-> Cameron Blevins and Lincoln Mullen, "Jane, John ... Leslie? A Historical Method for Algorithmic Gender Prediction," *Digital Humanities Quarterly* (forthcoming 2015).
+> Cameron Blevins and Lincoln Mullen, "Jane, John ... Leslie? A Historical Method for Algorithmic Gender Prediction," *Digital Humanities Quarterly* 9, no. 3 (2015): <http://www.digitalhumanities.org/dhq/vol/9/3/000223/000223.html>
------------------------------------------------------------------------
View
@@ -19,4 +19,5 @@ citEntry(entry="Manual",
citFooter("For the journal article, please cite: \n \n",
"Cameron Blevins and Lincoln Mullen, \"Jane, John ... Leslie?",
"A Historical Method for Algorithmic Gender Prediction,\"",
- "_Digital Humanities Quarterly_ (forthcoming 2015).")
+ "_Digital Humanities Quarterly_ 9, no. 3 (2015):",
+ "<http://www.digitalhumanities.org/dhq/vol/9/3/000223/000223.html>.")

0 comments on commit 55737d5

Please sign in to comment.