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

원고 수정 및 해야할 일 #2

Open
6 of 9 tasks
shanmdphd opened this issue May 21, 2020 · 2 comments
Open
6 of 9 tasks

원고 수정 및 해야할 일 #2

shanmdphd opened this issue May 21, 2020 · 2 comments
Assignees
Labels

Comments

@shanmdphd
Copy link
Member

shanmdphd commented May 21, 2020

부크크 원고 수정

  • Ver.202009UK 4쇄 작업중 ('9월 원고수정일은 11일, 25일 입니다')
  • Ver.20200821 3쇄 : 원고수정료 5000원 수익금으로 결제
  • Ver.20200804 2쇄 : 원고수정료 5000원 수익금으로 결제
  • Ver.20200731 초판 1쇄
  • 원칙
    • 원고 수정비는 책 한권당 5,000원입니다.
    • 결제가 완료되면 파일업로드&상태조회 페이지에서 원고와 표지이미지를 업로드하실 수 있습니다.
    • 작업 진행은 영업일 기준(휴일, 주말 제외) 당일 정오(오전 12시)까지 결제와 원고파일이 업로드 되어야 가능합니다.

해야할 일

  • 일부 장은 서론이 있고 일부는 없습니다: (서론 대신 소개라고 되어 있기도 합니다.) 9, 20장은 바로 본론 소제목내용이 들어감.
  • 소제목이 없는 경우가 있습니다: 10장은 소제목이 없음
  • assets 폴더 정리할 것
  • 75,76쪽 Figure 저작권 관련 다시 그리기
  • Index 에서 MSF 중복되어 있음

참고사항

image

@shanmdphd shanmdphd changed the title 주요 결정사항 주요 이슈 / 결정사항 May 26, 2020
@shanmdphd shanmdphd changed the title 주요 이슈 / 결정사항 해야할 일 (주요 이슈 / 결정사항) Jun 15, 2020
@shanmdphd shanmdphd changed the title 해야할 일 (주요 이슈 / 결정사항) 부크크 원고 수정 및 해야할 일 Aug 12, 2020
@shanmdphd shanmdphd pinned this issue Aug 12, 2020
@shanmdphd shanmdphd changed the title 부크크 원고 수정 및 해야할 일 원고 수정 및 해야할 일 Aug 13, 2020
@shanmdphd shanmdphd self-assigned this Aug 13, 2020
@shanmdphd shanmdphd added documentation Improvements or additions to documentation to do and removed documentation Improvements or additions to documentation labels Aug 13, 2020
@shanmdphd
Copy link
Member Author

# https://www.rdocumentation.org/packages/stats/versions/3.6.2/topics/deriv

library(pspline) # install.packages('pspline')
library(tidyverse)

dx <- deriv(~5*x^6 - 36*x^5 + 165/2*x^4 - 60*x^3 + 36, "x", func=TRUE)

tibble(x = seq(0, 3, by=0.01),
       y = 5*x^6 - 36*x^5 + 165/2*x^4 - 60*x^3 + 36) %>% 
  mutate(dydx = attr(dx(x), 'gradient')) %>% 
  gather(x_data, y_data, -x)

@shanmdphd
Copy link
Member Author

좋은 참고 서적

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

No branches or pull requests

1 participant