Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send draft paper for final approval #161

Closed
dfalster opened this issue Sep 19, 2014 · 1 comment
Closed

Send draft paper for final approval #161

dfalster opened this issue Sep 19, 2014 · 1 comment

Comments

@dfalster
Copy link
Owner

Current aim is to submit on 26 Sep.

source("email-fun.R")
source("ms/MS-fun.R")

baad <- readRDS("output/baad.rds")

details <- authorDetails(baad$contact, ".")

content <- sprintf("Dear %s,

We are finally ready to submit our data paper 'BAAD: a Biomass And Allometry Database for woody plants' to Ecology, for which you kindly contributed data. I'll submit on Friday 26th Sep, so the purpose of this email is circulate a final draft and offer you a final chance to raise any concerns. If don't hear from you within the week,  I will assume you are happy for us to submit. A draft of the final paper is attached.

Thanks to everyone for the feedback you submitted as part of our recent review process. Fortunately there were no major concerns, and we have tried to incorporate all the minor changes you suggested.

With best regards,
Daniel Falster (on behalf BAAD organising committee)",  paste(details$authors, collapse=", "))


email(content =   content,
        subject = "Biomass and allometry database: final presubmission notice",
        to =  "[email protected]",
        from="[email protected]",
        bcc=  details$emails,
        send=FALSE
  )
@dfalster
Copy link
Owner Author

Done at ddfba52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant