-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
112 lines (92 loc) · 5.48 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---
title: |
<center> 신약개발을 위한 실전 약동학 II</center>
<center> (흡수, 분포, 대사, 배설의 기초) </center>
author: "가톨릭대학교 계량약리학연구소(PIPET), AIMS BioScience v0.2 (2023-10-16)"
#date: "Ver. `r gsub('-', '', Sys.Date())`"
date: "`r Sys.Date()`"
documentclass: krantz
classoption: krantz2, a4paper, twoside
linestretch: 1.30 # https://github.com/jgm/pandoc/issues/5179
#mainfont: NanumMyeongjo
knit: "bookdown::render_book"
site: bookdown::bookdown_site
description: "1권에서 소개된 기본원리에 이어, 실전약동학 2에서는 혈장농도의 시간에 따른 변화를 일으키는 근본이라 할 수 있는 흡수, 분포, 대사, 배설 과정들을 시험관내 실험이나 동물실험 데이터를 통해 파악하고 이를 이용하여 사람에서의 약동학을 예측하는 방법론을 소개하였습니다. 신약으로 개발되는 물질의 종류는 핵산, 단백질, 각종 세포들에 이르기까지 다양하게 확대되었지만 지금까지 확립된 방법론을 소개하기 위해 소분자의약품을 기준으로 서술하였습니다. 저자들은 신약개발의 일선에서 오랫동안 활약해온 전문가들로서 날마다 쓰이고 있는 연구방법들을 이론과 함께 서술하여 독자의 이해를 돕고자 하였습니다."
url: 'http\://pipet.or.kr/books/pharmapk2'
github-repo: pipetcpt/pharmapk2
cover-image: images/cover-pdf.jpg
bibliography: ["bib/references.bib", "bib/packages.bib", "bib/pharmapk.bib", "bib/07.bib"]
biblio-style: apalike
fontsize: 11pt
link-citations: yes
colorlinks: yes
lot: no
lof: no
header-includes:
- \usepackage{kotex}
- \usepackage{chemarr}
#https://stackoverflow.com/questions/45028623/is-there-a-way-to-add-chapter-bibliographies-using-bookdown
#biblio-style: authoryear
#biblatexoptions: [refsegment=chapter]
#monofont: "Source Code Pro"
#monofont: "Latin Modern Mono"
#monofontoptions:
# - Scale=MatchLowercase
# - ScaleAgain=0.8 # https://tex.stackexchange.com/questions/453405/how-can-i-scale-mono-font-to-90-of-matchlowercase
#https://www.overleaf.com/gallery/tagged/book/page/5
#https://pandoc.org/MANUAL.html#variables-for-latex
#documentclass: extarticle
#documentclass: scrbook
#documentclass: svmono
#hyperrefoptions:
#- linktoc=all
#mainfont: NanumGothic # https://sujinlee.me/pandoc-thesis/
---
```{r setup, include=FALSE}
local({
r = getOption('repos')
if (!length(r) || identical(unname(r['CRAN']), '@CRAN@'))
r['CRAN'] = 'https://cran.rstudio.com'
options(repos = r)
})
if (!require("pacman")) install.packages("pacman")
my_packages <- c('kableExtra', 'readxl', 'readr', 'knitr', 'tidyverse')
pacman::p_load(char = my_packages)
#knitr::write_bib(my_packages, 'references/packages.bib')
options(
htmltools.dir.version = FALSE,
formatR.indent = 2,
width = 55, digits = 4,
warnPartialMatchAttr = FALSE,
warnPartialMatchDollar = FALSE
)
opts_chunk$set(echo=FALSE,
fig.align = "center",
message = FALSE,
warning = FALSE,
#fig.width = 7,
out.width="100%",
dpi = NA,
error = TRUE)
options(knitr.kable.NA = '')
Sys.setenv(RSTUDIO_PDFLATEX = "latexmk")
```
# 머리말 {-}
<!--`r if (knitr::is_html_output()) ' [<img src="images/cover-pdf.jpg" style="max-width:40%;min-width:80px;float:right;margin: 10px 10px 5px 5px" alt="표지" />](https://pipetcpt.github.io/pharmapk2/pharmapk2.pdf)'`-->
`r if (knitr::is_html_output()) '[<img src="images/cover-pdf.jpg" style="max-width:40%;min-width:80px;float:right;margin: 10px 10px 5px 5px" />](https://pipetcpt.github.io/pharmapk2/pharmapk2.pdf)'`
\normalsize
(To be determined)
I권에서 소개된 기본원리에 이어, "신약개발을 위한 실전 약동학 II (흡수, 분포, 대사, 배설의 기초)"에서는 혈장농도의 시간에 따른 변화를 일으키는 근본이라 할 수 있는 흡수, 분포, 대사, 배설 과정들을 시험관내 실험이나 동물실험 데이터를 통해 파악하고 이를 이용하여 사람에서의 약동학을 예측하는 방법론을 소개하였습니다. 신약으로 개발되는 물질의 종류는 핵산, 단백질, 각종 세포들에 이르기까지 다양하게 확대되었지만 지금까지 확립된 방법론을 소개하기 위해 소분자의약품을 기준으로 서술하였습니다. 저자들은 신약개발의 일선에서 오랫동안 활약해온 전문가들로서 날마다 쓰이고 있는 연구방법들을 이론과 함께 서술하여 독자의 이해를 돕고자 하였습니다.
이 책은 제약/바이오 기업의 연구자를 대상으로 쓰여진 것이지만, 관련된 전공을 공부하는 대학원생들에게도 도움이 될 것입니다.
그러므로 학생들의 책값 부담을 덜어주기 위해 책 전체를 웹북과 pdf로 온라인 상에 공개하였습니다. ^[http://pipet.or.kr/books/pharmapk2]
종이책은 print on demand 방식으로 출판하면서 저자들은 인세를 받지 않음으로써 복사/제본비 수준의 책값을 책정하였습니다.
이 책과 강의동영상이 우리나라에서 신약의 비임상, 임상개발 과정에 참여하고 있는 각 분야 전문가들의 역량을 더욱 잘 발휘할 수 있게 돕는 디딤돌이 된다면 저자들 모두의 기쁨이겠습니다.
<!--
```{r include = !is_html_output()}
include_graphics("images/preface.pdf")
```
-->
\hfill 2023년 12월, 성의교정 연구실에서
\hfill 대표저자 임동석
\normalsize
\mainmatter