ropensci / software-review

rOpenSci Software Peer Review.
291 stars 104 forks source link

Submission: refnet #256

Closed aurielfournier closed 4 years ago

aurielfournier commented 6 years ago

Summary

Package: refnet
Type: Package
Title: Thomson Reuters Web of Knowledge/Science and ISI Reference Data Tools
Version: 0.6
Date: 2018-08-26
Authors@R: c(person("Auriel M.V. Fournier", "Developer", role = c("aut"),
                     email = "aurielfournier@gmail.com"),
              person("Forrest R. Stevens", "Developer", role = "aut"),
              person("Matthew E. Boone", "Developer", role = "aut"),
              person("Emilio Bruna", "Developer", role=c("aut","cre"), 
              email="embruna@ufl.edu"))
Maintainer: Emilio Bruna <embruna@ufl.edu>
Description: This function reads Thomson Reuters Web of Knowledge/Science and ISI format reference data files into an R friendly data format and can optionally write the converted data to a friendly CSV format.
License: GPL-3
Imports: maptools, maps, rworldmap, RecordLinkage, Matrix, igraph, network, sna, Hmisc, ggplot2, stringi, stringr, ggmap, Rdpack, tidyr, dplyr, tibble
RoxygenNote: 6.1.0
RdMacros: Rdpack
Suggests: testthat, utils
VignetteBuilder: utils
Encoding: UTF-8

Data extraction and munging, since it takes data from one format, and transforms it into something that is useful, and also matches up records among authors.

[Note, the link for the package fit, does not lead to that page anymore, and I couldn't find anything about package fit in the linked policies]

Scientists interested in studying the networks of a particular author, subject area or journal.

https://github.com/ropensci/onboarding/issues/247

Requirements

Confirm each of the following by checking the box. This package:

Publication options

Detail

Heather Piwowar @hpiwowar

maelle commented 4 years ago

Cool! I'll come back to this thread tomorrow, it's getting late here.

maelle commented 4 years ago

Approved! Thanks @embruna @aurielfournier @birderboone for submitting and @njahn82 @bmkramer for your reviews! :grin:

To-dos:

Should you want to acknowledge your reviewers in your package DESCRIPTION, you can do so by making them "rev"-type contributors in the Authors@R field (with their consent). More info on this here.

Welcome aboard! We'd love to host a blog post about your package - either a short introduction to it with one example or a longer post with some narrative about its development or something you learned, and an example of its use. If you are interested, review the instructions, and tag @stefaniebutland in your reply. She will get in touch about timing and can answer any questions.

We've put together an online book with our best practice and tips, this chapter starts the 3d section that's about guidance for after onboarding. Please tell us what could be improved, the corresponding repo is here.

embruna commented 4 years ago

Hi All, a quick update:

The following have been COMPLETED

I'm finishing the following as soon as I am done with class:

At that point I will create the Zeonodo 1.0 version and mint the DOI, and submit to JOSS. Should be done shortly.

embruna commented 4 years ago

Hi @noamross and @maelle, a couple quick questions:

1) I've written some code that helps users more quickly narrow down the names to review after doing the disambiguation, but we decided not to include it in the package. I have it on my own github (link here) and point to it in the vignette. Is that ok, or should this also be transferred over to the ROpenSci repo?

2) It's currently versioned as v0.6. Should it be posted as v1.0?

3) I'm just waiting to hear back from a reviewer. I'll wait until Monday noon, at which time I'll do the Zenodo stuff and submit to JOSS.

maelle commented 4 years ago
  1. Maybe it could become a tech note (https://ropensci.org/technotes), or a vignette in refsplitr?

  2. That's up to you. :slightly_smiling_face:

  3. Ok!

embruna commented 4 years ago

OK, @noamross and @maelle: refsplitr should be ready for Zendo v1.0.0

The only unexpected thing that came up was that our title (or rather, the text after the colon in refsplitr: --- needed to be fixed. It was inconsistent within the repo (different in readme and description) and far longer than CRAN-style. So it is now as follows:

refsplitr: author name disambiguation, author georeferencing, and mapping of coauthorship networks with Web of Science data.

I was a actually a bit concerned because Clarivate's webpage is clear:

Do not incorporate any Clarivate Analytics product names into your company's product names. link

However, a quick search on CRAN reveals several other packages wth "Web of Science" in the title, so I just left it in. If you prefer it be removed let me know. Otherwise, I will freeze v1.0.0 with Zenodo at the end of the day.

maelle commented 4 years ago

I think the package isn't a company product? But I'm not a lawyer.

In any case I think you'll need to write it 'Web of Science' in DESCRIPTION.

embruna commented 4 years ago

Submitted to JOSS, and Zenodo archived as v0.9.0 with doi 10.5281/zenodo.3608285. Once the JOSS review is complete and I can include the details in the paper.rm file. At that point I'll freeze v1.0. A minor thing, and maybe unnecessary. But I wanted 1.0 to be a complete package with no details to be filled in.

maelle commented 4 years ago

Ok! I don't see the submission at https://joss.theoj.org/papers yet.

embruna commented 4 years ago

Yes, still listed as "pending"...I'll check on it periodically throughout the day.

maelle commented 4 years ago

I've just checked again. Please ping me if you see it appear. :wink:

maelle commented 4 years ago

Paper accepted at JOSS 🎉 so closing this issue.