소스 검색

change text of email (email sent)

colombj 4 년 전
부모
커밋
2d05cae3fc
2개의 변경된 파일1858개의 추가작업 그리고 5개의 파일을 삭제
  1. 8 5
      reminders.R
  2. 1850 0
      visualisation_HCS/test.nb.html

+ 8 - 5
reminders.R

@@ -43,15 +43,18 @@ for (group in groups){
   emails = paste0(peoplelist_group$email, collapse = ",")
   text_mail = "
   
-As explained in my previous email, we want to present each project on the sfb1315-output.de website. 
-I think it would be good if you could indicate one person of contact for the creation of the project page, so that my future emails do not go to all of you. 
+As explained in my previous email, we want to present each project and each researcher on the sfb1315-output.de website. 
 
-Note that if you have no time to create a figure with Thomas Splettstoesser before the website launch, we will need to use another image as a thumbnail.
+It would be more efficient if you could indicate one person of contact for the creation of the project page, so that my future emails do not go to all of you. 
+(Note that if you have no time to create a figure with Thomas Splettstoesser before the website launch, we will need to use another image as a thumbnail.)
 
-Best regards,
+For the personal pages, I need you to get and update your orcid profile (see https://www.sfb1315-output.de/post/using-orcid/). 
+
+
+Best regards and stay safe,
 "
   text =paste0("<a href='mailto:", emails,
-               "?subject=SFB1315-output.de&body=Dear members of project ",group,",", gsub('&NewLine;','%0D%0A',textutils::HTMLencode(text_mail))
+               "?subject=making SFB1315-output.de awesome&body=Dear members of project ",group,",", gsub('&NewLine;','%0D%0A',textutils::HTMLencode(text_mail))
                ," '> ",
                group," </a>")
   

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1850 - 0
visualisation_HCS/test.nb.html