Difference between revisions of "Team:GreatBay SCIE/Drug Loading"

(Created page with "{{GreatBay_SCIE/HTML/navbar}} <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://2021.igem.org/wiki/index.php?title=Template:GreatBay_SCIE/CSS&action=raw&ctype...")
 
Line 27: Line 27:
 
</div>
 
</div>
 
<div class="content" style="margin-top:60px">
 
<div class="content" style="margin-top:60px">
 +
<!doctype html>
 +
<html>
 +
<head>
 +
<meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'>
  
 +
<link href='https://fonts.loli.net/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext' rel='stylesheet' type='text/css' /><style type='text/css'>html {overflow-x: initial !important;}:root { --bg-color:#ffffff; --text-color:#333333; --select-text-bg-color:#B5D6FC; --select-text-font-color:auto; --monospace:"Lucida Console",Consolas,"Courier",monospace; --title-bar-height:20px; }
 +
.mac-os-11 { --title-bar-height:28px; }
 +
html { font-size: 14px; background-color: var(--bg-color); color: var(--text-color); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
 +
body { margin: 0px; padding: 0px; height: auto; bottom: 0px; top: 0px; left: 0px; right: 0px; font-size: 1rem; line-height: 1.42857; overflow-x: hidden; background: inherit; tab-size: 4; }
 +
iframe { margin: auto; }
 +
a.url { word-break: break-all; }
 +
a:active, a:hover { outline: 0px; }
 +
.in-text-selection, ::selection { text-shadow: none; background: var(--select-text-bg-color); color: var(--select-text-font-color); }
 +
#write { margin: 0px auto; height: auto; width: inherit; word-break: normal; overflow-wrap: break-word; position: relative; white-space: normal; overflow-x: visible; padding-top: 36px; }
 +
#write.first-line-indent p { text-indent: 2em; }
 +
#write.first-line-indent li p, #write.first-line-indent p * { text-indent: 0px; }
 +
#write.first-line-indent li { margin-left: 2em; }
 +
.for-image #write { padding-left: 8px; padding-right: 8px; }
 +
body.typora-export { padding-left: 30px; padding-right: 30px; }
 +
.typora-export .footnote-line, .typora-export li, .typora-export p { white-space: pre-wrap; }
 +
.typora-export .task-list-item input { pointer-events: none; }
 +
@media screen and (max-width: 500px) {
 +
  body.typora-export { padding-left: 0px; padding-right: 0px; }
 +
  #write { padding-left: 20px; padding-right: 20px; }
 +
  .CodeMirror-sizer { margin-left: 0px !important; }
 +
  .CodeMirror-gutters { display: none !important; }
 +
}
 +
#write li > figure:last-child { margin-bottom: 0.5rem; }
 +
#write ol, #write ul { position: relative; }
 +
img { max-width: 100%; vertical-align: middle; image-orientation: from-image; }
 +
button, input, select, textarea { color: inherit; font: inherit; }
 +
input[type="checkbox"], input[type="radio"] { line-height: normal; padding: 0px; }
 +
*, ::after, ::before { box-sizing: border-box; }
 +
#write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p, #write pre { width: inherit; }
 +
#write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p { position: relative; }
 +
p { line-height: inherit; }
 +
h1, h2, h3, h4, h5, h6 { break-after: avoid-page; break-inside: avoid; orphans: 4; }
 +
p { orphans: 4; }
 +
h1 { font-size: 2rem; }
 +
h2 { font-size: 1.8rem; }
 +
h3 { font-size: 1.6rem; }
 +
h4 { font-size: 1.4rem; }
 +
h5 { font-size: 1.2rem; }
 +
h6 { font-size: 1rem; }
 +
.md-math-block, .md-rawblock, h1, h2, h3, h4, h5, h6, p { margin-top: 1rem; margin-bottom: 1rem; }
 +
.hidden { display: none; }
 +
.md-blockmeta { color: rgb(204, 204, 204); font-weight: 700; font-style: italic; }
 +
a { cursor: pointer; }
 +
sup.md-footnote { padding: 2px 4px; background-color: rgba(238, 238, 238, 0.7); color: rgb(85, 85, 85); border-radius: 4px; cursor: pointer; }
 +
sup.md-footnote a, sup.md-footnote a:hover { color: inherit; text-transform: inherit; text-decoration: inherit; }
 +
#write input[type="checkbox"] { cursor: pointer; width: inherit; height: inherit; }
 +
figure { overflow-x: auto; margin: 1.2em 0px; max-width: calc(100% + 16px); padding: 0px; }
 +
figure > table { margin: 0px; }
 +
tr { break-inside: avoid; break-after: auto; }
 +
thead { display: table-header-group; }
 +
table { border-collapse: collapse; border-spacing: 0px; width: 100%; overflow: auto; break-inside: auto; text-align: left; }
 +
table.md-table td { min-width: 32px; }
 +
.CodeMirror-gutters { border-right: 0px; background-color: inherit; }
 +
.CodeMirror-linenumber { user-select: none; }
 +
.CodeMirror { text-align: left; }
 +
.CodeMirror-placeholder { opacity: 0.3; }
 +
.CodeMirror pre { padding: 0px 4px; }
 +
.CodeMirror-lines { padding: 0px; }
 +
div.hr:focus { cursor: none; }
 +
#write pre { white-space: pre-wrap; }
 +
#write.fences-no-line-wrapping pre { white-space: pre; }
 +
#write pre.ty-contain-cm { white-space: normal; }
 +
.CodeMirror-gutters { margin-right: 4px; }
 +
.md-fences { font-size: 0.9rem; display: block; break-inside: avoid; text-align: left; overflow: visible; white-space: pre; background: inherit; position: relative !important; }
 +
.md-fences-adv-panel { width: 100%; margin-top: 10px; text-align: center; padding-top: 0px; padding-bottom: 8px; overflow-x: auto; }
 +
#write .md-fences.mock-cm { white-space: pre-wrap; }
 +
.md-fences.md-fences-with-lineno { padding-left: 0px; }
 +
#write.fences-no-line-wrapping .md-fences.mock-cm { white-space: pre; overflow-x: auto; }
 +
.md-fences.mock-cm.md-fences-with-lineno { padding-left: 8px; }
 +
.CodeMirror-line, twitterwidget { break-inside: avoid; }
 +
.footnotes { opacity: 0.8; font-size: 0.9rem; margin-top: 1em; margin-bottom: 1em; }
 +
.footnotes + .footnotes { margin-top: 0px; }
 +
.md-reset { margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: top; background: 0px 0px; text-decoration: none; text-shadow: none; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; -webkit-tap-highlight-color: transparent; line-height: normal; font-weight: 400; text-align: left; box-sizing: content-box; direction: ltr; }
 +
li div { padding-top: 0px; }
 +
blockquote { margin: 1rem 0px; }
 +
li .mathjax-block, li p { margin: 0.5rem 0px; }
 +
li blockquote { margin: 1rem 0px; }
 +
li { margin: 0px; position: relative; }
 +
blockquote > :last-child { margin-bottom: 0px; }
 +
blockquote > :first-child, li > :first-child { margin-top: 0px; }
 +
.footnotes-area { color: rgb(136, 136, 136); margin-top: 0.714rem; padding-bottom: 0.143rem; white-space: normal; }
 +
#write .footnote-line { white-space: pre-wrap; }
 +
@media print {
 +
  body, html { border: 1px solid transparent; height: 99%; break-after: avoid; break-before: avoid; font-variant-ligatures: no-common-ligatures; }
 +
  #write { margin-top: 0px; padding-top: 0px; border-color: transparent !important; }
 +
  .typora-export * { -webkit-print-color-adjust: exact; }
 +
  .typora-export #write { break-after: avoid; }
 +
  .typora-export #write::after { height: 0px; }
 +
  .is-mac table { break-inside: avoid; }
 +
  .typora-export-show-outline .typora-export-sidebar { display: none; }
 +
}
 +
.footnote-line { margin-top: 0.714em; font-size: 0.7em; }
 +
a img, img a { cursor: pointer; }
 +
pre.md-meta-block { font-size: 0.8rem; min-height: 0.8rem; white-space: pre-wrap; background: rgb(204, 204, 204); display: block; overflow-x: hidden; }
 +
p > .md-image:only-child:not(.md-img-error) img, p > img:only-child { display: block; margin: auto; }
 +
#write.first-line-indent p > .md-image:only-child:not(.md-img-error) img { left: -2em; position: relative; }
 +
p > .md-image:only-child { display: inline-block; width: 100%; }
 +
#write .MathJax_Display { margin: 0.8em 0px 0px; }
 +
.md-math-block { width: 100%; }
 +
.md-math-block:not(:empty)::after { display: none; }
 +
.MathJax_ref { fill: currentcolor; }
 +
[contenteditable="true"]:active, [contenteditable="true"]:focus, [contenteditable="false"]:active, [contenteditable="false"]:focus { outline: 0px; box-shadow: none; }
 +
.md-task-list-item { position: relative; list-style-type: none; }
 +
.task-list-item.md-task-list-item { padding-left: 0px; }
 +
.md-task-list-item > input { position: absolute; top: 0px; left: 0px; margin-left: -1.2em; margin-top: calc(1em - 10px); border: none; }
 +
.math { font-size: 1rem; }
 +
.md-toc { min-height: 3.58rem; position: relative; font-size: 0.9rem; border-radius: 10px; }
 +
.md-toc-content { position: relative; margin-left: 0px; }
 +
.md-toc-content::after, .md-toc::after { display: none; }
 +
.md-toc-item { display: block; color: rgb(65, 131, 196); }
 +
.md-toc-item a { text-decoration: none; }
 +
.md-toc-inner:hover { text-decoration: underline; }
 +
.md-toc-inner { display: inline-block; cursor: pointer; }
 +
.md-toc-h1 .md-toc-inner { margin-left: 0px; font-weight: 700; }
 +
.md-toc-h2 .md-toc-inner { margin-left: 2em; }
 +
.md-toc-h3 .md-toc-inner { margin-left: 4em; }
 +
.md-toc-h4 .md-toc-inner { margin-left: 6em; }
 +
.md-toc-h5 .md-toc-inner { margin-left: 8em; }
 +
.md-toc-h6 .md-toc-inner { margin-left: 10em; }
 +
@media screen and (max-width: 48em) {
 +
  .md-toc-h3 .md-toc-inner { margin-left: 3.5em; }
 +
  .md-toc-h4 .md-toc-inner { margin-left: 5em; }
 +
  .md-toc-h5 .md-toc-inner { margin-left: 6.5em; }
 +
  .md-toc-h6 .md-toc-inner { margin-left: 8em; }
 +
}
 +
a.md-toc-inner { font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; }
 +
.footnote-line a:not(.reversefootnote) { color: inherit; }
 +
.md-attr { display: none; }
 +
.md-fn-count::after { content: "."; }
 +
code, pre, samp, tt { font-family: var(--monospace); }
 +
kbd { margin: 0px 0.1em; padding: 0.1em 0.6em; font-size: 0.8em; color: rgb(36, 39, 41); background: rgb(255, 255, 255); border: 1px solid rgb(173, 179, 185); border-radius: 3px; box-shadow: rgba(12, 13, 14, 0.2) 0px 1px 0px, rgb(255, 255, 255) 0px 0px 0px 2px inset; white-space: nowrap; vertical-align: middle; }
 +
.md-comment { color: rgb(162, 127, 3); opacity: 0.8; font-family: var(--monospace); }
 +
code { text-align: left; vertical-align: initial; }
 +
a.md-print-anchor { white-space: pre !important; border-width: initial !important; border-style: none !important; border-color: initial !important; display: inline-block !important; position: absolute !important; width: 1px !important; right: 0px !important; outline: 0px !important; background: 0px 0px !important; text-decoration: initial !important; text-shadow: initial !important; }
 +
.md-inline-math .MathJax_SVG .noError { display: none !important; }
 +
.html-for-mac .inline-math-svg .MathJax_SVG { vertical-align: 0.2px; }
 +
.md-fences-math .MathJax_SVG_Display, .md-math-block .MathJax_SVG_Display { text-align: center; margin: 0px; position: relative; text-indent: 0px; max-width: none; max-height: none; min-height: 0px; min-width: 100%; width: auto; overflow-y: visible; display: block !important; }
 +
.MathJax_SVG_Display, .md-inline-math .MathJax_SVG_Display { width: auto; margin: inherit; display: inline-block !important; }
 +
.MathJax_SVG .MJX-monospace { font-family: var(--monospace); }
 +
.MathJax_SVG .MJX-sans-serif { font-family: sans-serif; }
 +
.MathJax_SVG { display: inline; font-style: normal; font-weight: 400; line-height: normal; text-indent: 0px; text-align: left; text-transform: none; letter-spacing: normal; word-spacing: normal; overflow-wrap: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0px; min-height: 0px; border: 0px; padding: 0px; margin: 0px; zoom: 90%; }
 +
#math-inline-preview-content { zoom: 1.1; }
 +
.MathJax_SVG * { transition: none 0s ease 0s; }
 +
.MathJax_SVG_Display svg { vertical-align: middle !important; margin-bottom: 0px !important; margin-top: 0px !important; }
 +
.os-windows.monocolor-emoji .md-emoji { font-family: "Segoe UI Symbol", sans-serif; }
 +
.md-diagram-panel > svg { max-width: 100%; }
 +
[lang="flow"] svg, [lang="mermaid"] svg { max-width: 100%; height: auto; }
 +
[lang="mermaid"] .node text { font-size: 1rem; }
 +
table tr th { border-bottom: 0px; }
 +
video { max-width: 100%; display: block; margin: 0px auto; }
 +
iframe { max-width: 100%; width: 100%; border: none; }
 +
.highlight td, .highlight tr { border: 0px; }
 +
mark { background: rgb(255, 255, 0); color: rgb(0, 0, 0); }
 +
.md-html-inline .md-plain, .md-html-inline strong, mark .md-inline-math, mark strong { color: inherit; }
 +
.md-expand mark .md-meta { opacity: 0.3 !important; }
 +
mark .md-meta { color: rgb(0, 0, 0); }
 +
@media print {
 +
  .typora-export h1, .typora-export h2, .typora-export h3, .typora-export h4, .typora-export h5, .typora-export h6 { break-inside: avoid; }
 +
}
 +
.md-diagram-panel .messageText { stroke: none !important; }
 +
.md-diagram-panel .start-state { fill: var(--node-fill); }
 +
.md-diagram-panel .edgeLabel rect { opacity: 1 !important; }
 +
.md-require-zoom-fix foreignobject { font-size: var(--mermaid-font-zoom); }
 +
.md-fences.md-fences-math { font-size: 1em; }
 +
.md-fences-math .MathJax_SVG_Display { margin-top: 8px; cursor: default; }
 +
.md-fences-advanced:not(.md-focus) { padding: 0px; white-space: nowrap; border: 0px; }
 +
.md-fences-advanced:not(.md-focus) { background: inherit; }
 +
.typora-export-show-outline .typora-export-content { max-width: 1440px; margin: auto; display: flex; flex-direction: row; }
 +
.typora-export-sidebar { width: 300px; font-size: 0.8rem; margin-top: 80px; margin-right: 18px; }
 +
.typora-export-show-outline #write { --webkit-flex:2; flex: 2 1 0%; }
 +
.typora-export-sidebar .outline-content { position: fixed; top: 0px; max-height: 100%; overflow: hidden auto; padding-bottom: 30px; padding-top: 60px; width: 300px; }
 +
@media screen and (max-width: 1024px) {
 +
  .typora-export-sidebar, .typora-export-sidebar .outline-content { width: 240px; }
 +
}
 +
@media screen and (max-width: 800px) {
 +
  .typora-export-sidebar { display: none; }
 +
}
 +
.outline-content li, .outline-content ul { margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px; list-style: none; }
 +
.outline-content ul { margin-top: 0px; margin-bottom: 0px; }
 +
.outline-content strong { font-weight: 400; }
 +
.outline-expander { width: 1rem; height: 1.42857rem; position: relative; display: table-cell; vertical-align: middle; cursor: pointer; padding-left: 4px; }
 +
.outline-expander::before { content: ""; position: relative; font-family: Ionicons; display: inline-block; font-size: 8px; vertical-align: middle; }
 +
.outline-item { padding-top: 3px; padding-bottom: 3px; cursor: pointer; }
 +
.outline-expander:hover::before { content: ""; }
 +
.outline-h1 > .outline-item { padding-left: 0px; }
 +
.outline-h2 > .outline-item { padding-left: 1em; }
 +
.outline-h3 > .outline-item { padding-left: 2em; }
 +
.outline-h4 > .outline-item { padding-left: 3em; }
 +
.outline-h5 > .outline-item { padding-left: 4em; }
 +
.outline-h6 > .outline-item { padding-left: 5em; }
 +
.outline-label { cursor: pointer; display: table-cell; vertical-align: middle; text-decoration: none; color: inherit; }
 +
.outline-label:hover { text-decoration: underline; }
 +
.outline-item:hover { border-color: rgb(245, 245, 245); background-color: var(--item-hover-bg-color); }
 +
.outline-item:hover { margin-left: -28px; margin-right: -28px; border-left: 28px solid transparent; border-right: 28px solid transparent; }
 +
.outline-item-single .outline-expander::before, .outline-item-single .outline-expander:hover::before { display: none; }
 +
.outline-item-open > .outline-item > .outline-expander::before { content: ""; }
 +
.outline-children { display: none; }
 +
.info-panel-tab-wrapper { display: none; }
 +
.outline-item-open > .outline-children { display: block; }
 +
.typora-export .outline-item { padding-top: 1px; padding-bottom: 1px; }
 +
.typora-export .outline-item:hover { margin-right: -8px; border-right: 8px solid transparent; }
 +
.typora-export .outline-expander::before { content: "+"; font-family: inherit; top: -1px; }
 +
.typora-export .outline-expander:hover::before, .typora-export .outline-item-open > .outline-item > .outline-expander::before { content: "−"; }
 +
.typora-export-collapse-outline .outline-children { display: none; }
 +
.typora-export-collapse-outline .outline-item-open > .outline-children, .typora-export-no-collapse-outline .outline-children { display: block; }
 +
.typora-export-no-collapse-outline .outline-expander::before { content: "" !important; }
 +
.typora-export-show-outline .outline-item-active > .outline-item .outline-label { font-weight: 700; }
  
<p>As we can consider our nanoparticle/liposome as a perfect sphere ,the best ratio of aptamer and the particle follows the following equation :</p>
 
<div contenteditable="false" spellcheck="false" class="mathjax-block md-end-block md-math-block md-rawblock" id="mathjax-n2" cid="n2" mdtype="math_block"><div class="md-rawblock-container md-math-container" tabindex="-1"><div class="MathJax_SVG_Display" style="text-align: center;"><span class="MathJax_SVG" id="MathJax-Element-1-Frame" tabindex="-1" style="font-size: 100%; display: inline-block;"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="23.473ex" height="7.398ex" viewBox="0 -1592.6 10106.2 3185.2" role="img" focusable="false" style="vertical-align: -3.699ex; max-width: 100%;"><defs><path stroke-width="0" id="E1-MJMAIN-28" d="M94 250Q94 319 104 381T127 488T164 576T202 643T244 695T277 729T302 750H315H319Q333 750 333 741Q333 738 316 720T275 667T226 581T184 443T167 250T184 58T225 -81T274 -167T316 -220T333 -241Q333 -250 318 -250H315H302L274 -226Q180 -141 137 -14T94 250Z"></path><path stroke-width="0" id="E1-MJMAIN-34" d="M462 0Q444 3 333 3Q217 3 199 0H190V46H221Q241 46 248 46T265 48T279 53T286 61Q287 63 287 115V165H28V211L179 442Q332 674 334 675Q336 677 355 677H373L379 671V211H471V165H379V114Q379 73 379 66T385 54Q393 47 442 46H471V0H462ZM293 211V545L74 212L183 211H293Z"></path><path stroke-width="0" id="E1-MJMATHI-3C0" d="M132 -11Q98 -11 98 22V33L111 61Q186 219 220 334L228 358H196Q158 358 142 355T103 336Q92 329 81 318T62 297T53 285Q51 284 38 284Q19 284 19 294Q19 300 38 329T93 391T164 429Q171 431 389 431Q549 431 553 430Q573 423 573 402Q573 371 541 360Q535 358 472 358H408L405 341Q393 269 393 222Q393 170 402 129T421 65T431 37Q431 20 417 5T381 -10Q370 -10 363 -7T347 17T331 77Q330 86 330 121Q330 170 339 226T357 318T367 358H269L268 354Q268 351 249 275T206 114T175 17Q164 -11 132 -11Z"></path><path stroke-width="0" id="E1-MJMATHI-72" d="M21 287Q22 290 23 295T28 317T38 348T53 381T73 411T99 433T132 442Q161 442 183 430T214 408T225 388Q227 382 228 382T236 389Q284 441 347 441H350Q398 441 422 400Q430 381 430 363Q430 333 417 315T391 292T366 288Q346 288 334 299T322 328Q322 376 378 392Q356 405 342 405Q286 405 239 331Q229 315 224 298T190 165Q156 25 151 16Q138 -11 108 -11Q95 -11 87 -5T76 7T74 17Q74 30 114 189T154 366Q154 405 128 405Q107 405 92 377T68 316T57 280Q55 278 41 278H27Q21 284 21 287Z"></path><path stroke-width="0" id="E1-MJMAIN-32" d="M109 429Q82 429 66 447T50 491Q50 562 103 614T235 666Q326 666 387 610T449 465Q449 422 429 383T381 315T301 241Q265 210 201 149L142 93L218 92Q375 92 385 97Q392 99 409 186V189H449V186Q448 183 436 95T421 3V0H50V19V31Q50 38 56 46T86 81Q115 113 136 137Q145 147 170 174T204 211T233 244T261 278T284 308T305 340T320 369T333 401T340 431T343 464Q343 527 309 573T212 619Q179 619 154 602T119 569T109 550Q109 549 114 549Q132 549 151 535T170 489Q170 464 154 447T109 429Z"></path><path stroke-width="0" id="E1-MJMAIN-33" d="M127 463Q100 463 85 480T69 524Q69 579 117 622T233 665Q268 665 277 664Q351 652 390 611T430 522Q430 470 396 421T302 350L299 348Q299 347 308 345T337 336T375 315Q457 262 457 175Q457 96 395 37T238 -22Q158 -22 100 21T42 130Q42 158 60 175T105 193Q133 193 151 175T169 130Q169 119 166 110T159 94T148 82T136 74T126 70T118 67L114 66Q165 21 238 21Q293 21 321 74Q338 107 338 175V195Q338 290 274 322Q259 328 213 329L171 330L168 332Q166 335 166 348Q166 366 174 366Q202 366 232 371Q266 376 294 413T322 525V533Q322 590 287 612Q265 626 240 626Q208 626 181 615T143 592T132 580H135Q138 579 143 578T153 573T165 566T175 555T183 540T186 520Q186 498 172 481T127 463Z"></path><path stroke-width="0" id="E1-MJMAIN-221A" d="M95 178Q89 178 81 186T72 200T103 230T169 280T207 309Q209 311 212 311H213Q219 311 227 294T281 177Q300 134 312 108L397 -77Q398 -77 501 136T707 565T814 786Q820 800 834 800Q841 800 846 794T853 782V776L620 293L385 -193Q381 -200 366 -200Q357 -200 354 -197Q352 -195 256 15L160 225L144 214Q129 202 113 190T95 178Z"></path><path stroke-width="0" id="E1-MJMATHI-61" d="M33 157Q33 258 109 349T280 441Q331 441 370 392Q386 422 416 422Q429 422 439 414T449 394Q449 381 412 234T374 68Q374 43 381 35T402 26Q411 27 422 35Q443 55 463 131Q469 151 473 152Q475 153 483 153H487Q506 153 506 144Q506 138 501 117T481 63T449 13Q436 0 417 -8Q409 -10 393 -10Q359 -10 336 5T306 36L300 51Q299 52 296 50Q294 48 292 46Q233 -10 172 -10Q117 -10 75 30T33 157ZM351 328Q351 334 346 350T323 385T277 405Q242 405 210 374T160 293Q131 214 119 129Q119 126 119 118T118 106Q118 61 136 44T179 26Q217 26 254 59T298 110Q300 114 325 217T351 328Z"></path><path stroke-width="0" id="E1-MJMAIN-D7" d="M630 29Q630 9 609 9Q604 9 587 25T493 118L389 222L284 117Q178 13 175 11Q171 9 168 9Q160 9 154 15T147 29Q147 36 161 51T255 146L359 250L255 354Q174 435 161 449T147 471Q147 480 153 485T168 490Q173 490 175 489Q178 487 284 383L389 278L493 382Q570 459 587 475T609 491Q630 491 630 471Q630 464 620 453T522 355L418 250L522 145Q606 61 618 48T630 29Z"></path><path stroke-width="0" id="E1-MJMAIN-31" d="M213 578L200 573Q186 568 160 563T102 556H83V602H102Q149 604 189 617T245 641T273 663Q275 666 285 666Q294 666 302 660V361L303 61Q310 54 315 52T339 48T401 46H427V0H416Q395 3 257 3Q121 3 100 0H88V46H114Q136 46 152 46T177 47T193 50T201 52T207 57T213 61V578Z"></path><path stroke-width="0" id="E1-MJMAIN-29" d="M60 749L64 750Q69 750 74 750H86L114 726Q208 641 251 514T294 250Q294 182 284 119T261 12T224 -76T186 -143T145 -194T113 -227T90 -246Q87 -249 86 -250H74Q66 -250 63 -250T58 -247T55 -238Q56 -237 66 -225Q221 -64 221 250T66 725Q56 737 55 738Q55 746 60 749Z"></path><path stroke-width="0" id="E1-MJMAIN-3A" d="M78 370Q78 394 95 412T138 430Q162 430 180 414T199 371Q199 346 182 328T139 310T96 327T78 370ZM78 60Q78 84 95 102T138 120Q162 120 180 104T199 61Q199 36 182 18T139 0T96 17T78 60Z"></path><path stroke-width="0" id="E1-MJMAIN-3D" d="M56 347Q56 360 70 367H707Q722 359 722 347Q722 336 708 328L390 327H72Q56 332 56 347ZM56 153Q56 168 72 173H708Q722 163 722 153Q722 140 707 133H70Q56 140 56 153Z"></path><path stroke-width="0" id="E1-MJMATHI-6E" d="M21 287Q22 293 24 303T36 341T56 388T89 425T135 442Q171 442 195 424T225 390T231 369Q231 367 232 367L243 378Q304 442 382 442Q436 442 469 415T503 336T465 179T427 52Q427 26 444 26Q450 26 453 27Q482 32 505 65T540 145Q542 153 560 153Q580 153 580 145Q580 144 576 130Q568 101 554 73T508 17T439 -10Q392 -10 371 17T350 73Q350 92 386 193T423 345Q423 404 379 404H374Q288 404 229 303L222 291L189 157Q156 26 151 16Q138 -11 108 -11Q95 -11 87 -5T76 7T74 17Q74 30 112 180T152 343Q153 348 153 366Q153 405 129 405Q91 405 66 305Q60 285 60 284Q58 278 41 278H27Q21 284 21 287Z"></path></defs><g stroke="currentColor" fill="currentColor" stroke-width="0" transform="matrix(1 0 0 -1 0 0)"><use xlink:href="#E1-MJMAIN-28" x="0" y="0"></use><g transform="translate(389,0)"><g transform="translate(120,0)"><rect stroke="none" width="2405" height="60" x="0" y="220"></rect><g transform="translate(213,676)"><use xlink:href="#E1-MJMAIN-34" x="0" y="0"></use><use xlink:href="#E1-MJMATHI-3C0" x="500" y="0"></use><g transform="translate(1073,0)"><use xlink:href="#E1-MJMATHI-72" x="0" y="0"></use><use transform="scale(0.707)" xlink:href="#E1-MJMAIN-32" x="637" y="513"></use></g></g><g transform="translate(60,-1140)"><g transform="translate(120,0)"><rect stroke="none" width="1062" height="60" x="0" y="220"></rect><g transform="translate(59,537)"><use transform="scale(0.707)" xlink:href="#E1-MJMAIN-221A" x="0" y="23"></use><rect stroke="none" width="353" height="42" x="589" y="539"></rect><use transform="scale(0.707)" xlink:href="#E1-MJMAIN-33" x="833" y="0"></use></g><use transform="scale(0.707)" xlink:href="#E1-MJMAIN-34" x="501" y="-554"></use></g><g transform="translate(1302,0)"><use xlink:href="#E1-MJMATHI-61" x="0" y="0"></use><use transform="scale(0.707)" xlink:href="#E1-MJMAIN-32" x="748" y="408"></use></g></g></g></g><use xlink:href="#E1-MJMAIN-D7" x="3256" y="0"></use><g transform="translate(4034,0)"><g transform="translate(342,0)"><rect stroke="none" width="620" height="60" x="0" y="220"></rect><use xlink:href="#E1-MJMAIN-31" x="60" y="676"></use><use xlink:href="#E1-MJMAIN-32" x="60" y="-686"></use></g></g><use xlink:href="#E1-MJMAIN-29" x="5116" y="0"></use><use xlink:href="#E1-MJMAIN-3A" x="5783" y="0"></use><use xlink:href="#E1-MJMAIN-31" x="6339" y="0"></use><use xlink:href="#E1-MJMAIN-3D" x="7116" y="0"></use><use xlink:href="#E1-MJMATHI-6E" x="8172" y="0"></use><use xlink:href="#E1-MJMAIN-3A" x="9050" y="0"></use><use xlink:href="#E1-MJMAIN-31" x="9606" y="0"></use></g></svg></span></div><script type="math/tex; mode=display" id="MathJax-Element-1">(\frac{4\pi r^2}{\frac{\sqrt{3}}{4}a^2}  \times \frac{1}{2}):1 = n:1</script></div></div>
 
<p>The samllest distance between two aptamer on a plane can be identified by the affective length of the HER2 protein ,then we can find the distance of two adjacent aptamer on the sphere by following equation :</p>
 
<div contenteditable="false" spellcheck="false" class="mathjax-block md-end-block md-math-block md-rawblock" id="mathjax-n4" cid="n4" mdtype="math_block"><div class="md-rawblock-container md-math-container" contenteditable="false" tabindex="-1"><div class="MathJax_SVG_Display" style="text-align: center;"><span class="MathJax_SVG" id="MathJax-Element-8-Frame" tabindex="-1" style="font-size: 100%; display: inline-block;"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="21.829ex" height="5.614ex" viewBox="0 -1592.6 9398.7 2417.3" role="img" focusable="false" style="vertical-align: -1.915ex; max-width: 100%;"><defs><path stroke-width="0" id="E9-MJMATHI-72" d="M21 287Q22 290 23 295T28 317T38 348T53 381T73 411T99 433T132 442Q161 442 183 430T214 408T225 388Q227 382 228 382T236 389Q284 441 347 441H350Q398 441 422 400Q430 381 430 363Q430 333 417 315T391 292T366 288Q346 288 334 299T322 328Q322 376 378 392Q356 405 342 405Q286 405 239 331Q229 315 224 298T190 165Q156 25 151 16Q138 -11 108 -11Q95 -11 87 -5T76 7T74 17Q74 30 114 189T154 366Q154 405 128 405Q107 405 92 377T68 316T57 280Q55 278 41 278H27Q21 284 21 287Z"></path><path stroke-width="0" id="E9-MJMAIN-32" d="M109 429Q82 429 66 447T50 491Q50 562 103 614T235 666Q326 666 387 610T449 465Q449 422 429 383T381 315T301 241Q265 210 201 149L142 93L218 92Q375 92 385 97Q392 99 409 186V189H449V186Q448 183 436 95T421 3V0H50V19V31Q50 38 56 46T86 81Q115 113 136 137Q145 147 170 174T204 211T233 244T261 278T284 308T305 340T320 369T333 401T340 431T343 464Q343 527 309 573T212 619Q179 619 154 602T119 569T109 550Q109 549 114 549Q132 549 151 535T170 489Q170 464 154 447T109 429Z"></path><path stroke-width="0" id="E9-MJMAIN-2B" d="M56 237T56 250T70 270H369V420L370 570Q380 583 389 583Q402 583 409 568V270H707Q722 262 722 250T707 230H409V-68Q401 -82 391 -82H389H387Q375 -82 369 -68V230H70Q56 237 56 250Z"></path><path stroke-width="0" id="E9-MJMAIN-2212" d="M84 237T84 250T98 270H679Q694 262 694 250T679 230H98Q84 237 84 250Z"></path><path stroke-width="0" id="E9-MJMAIN-34" d="M462 0Q444 3 333 3Q217 3 199 0H190V46H221Q241 46 248 46T265 48T279 53T286 61Q287 63 287 115V165H28V211L179 442Q332 674 334 675Q336 677 355 677H373L379 671V211H471V165H379V114Q379 73 379 66T385 54Q393 47 442 46H471V0H462ZM293 211V545L74 212L183 211H293Z"></path><path stroke-width="0" id="E9-MJMATHI-64" d="M366 683Q367 683 438 688T511 694Q523 694 523 686Q523 679 450 384T375 83T374 68Q374 26 402 26Q411 27 422 35Q443 55 463 131Q469 151 473 152Q475 153 483 153H487H491Q506 153 506 145Q506 140 503 129Q490 79 473 48T445 8T417 -8Q409 -10 393 -10Q359 -10 336 5T306 36L300 51Q299 52 296 50Q294 48 292 46Q233 -10 172 -10Q117 -10 75 30T33 157Q33 205 53 255T101 341Q148 398 195 420T280 442Q336 442 364 400Q369 394 369 396Q370 400 396 505T424 616Q424 629 417 632T378 637H357Q351 643 351 645T353 664Q358 683 366 683ZM352 326Q329 405 277 405Q242 405 210 374T160 293Q131 214 119 129Q119 126 119 118T118 106Q118 61 136 44T179 26Q233 26 290 98L298 109L352 326Z"></path><path stroke-width="0" id="E9-MJMAIN-3D" d="M56 347Q56 360 70 367H707Q722 359 722 347Q722 336 708 328L390 327H72Q56 332 56 347ZM56 153Q56 168 72 173H708Q722 163 722 153Q722 140 707 133H70Q56 140 56 153Z"></path><path stroke-width="0" id="E9-MJMAIN-63" d="M370 305T349 305T313 320T297 358Q297 381 312 396Q317 401 317 402T307 404Q281 408 258 408Q209 408 178 376Q131 329 131 219Q131 137 162 90Q203 29 272 29Q313 29 338 55T374 117Q376 125 379 127T395 129H409Q415 123 415 120Q415 116 411 104T395 71T366 33T318 2T249 -11Q163 -11 99 53T34 214Q34 318 99 383T250 448T370 421T404 357Q404 334 387 320Z"></path><path stroke-width="0" id="E9-MJMAIN-6F" d="M28 214Q28 309 93 378T250 448Q340 448 405 380T471 215Q471 120 407 55T250 -10Q153 -10 91 57T28 214ZM250 30Q372 30 372 193V225V250Q372 272 371 288T364 326T348 362T317 390T268 410Q263 411 252 411Q222 411 195 399Q152 377 139 338T126 246V226Q126 130 145 91Q177 30 250 30Z"></path><path stroke-width="0" id="E9-MJMAIN-73" d="M295 316Q295 356 268 385T190 414Q154 414 128 401Q98 382 98 349Q97 344 98 336T114 312T157 287Q175 282 201 278T245 269T277 256Q294 248 310 236T342 195T359 133Q359 71 321 31T198 -10H190Q138 -10 94 26L86 19L77 10Q71 4 65 -1L54 -11H46H42Q39 -11 33 -5V74V132Q33 153 35 157T45 162H54Q66 162 70 158T75 146T82 119T101 77Q136 26 198 26Q295 26 295 104Q295 133 277 151Q257 175 194 187T111 210Q75 227 54 256T33 318Q33 357 50 384T93 424T143 442T187 447H198Q238 447 268 432L283 424L292 431Q302 440 314 448H322H326Q329 448 335 442V310L329 304H301Q295 310 295 316Z"></path><path stroke-width="0" id="E9-MJMATHI-3B8" d="M35 200Q35 302 74 415T180 610T319 704Q320 704 327 704T339 705Q393 701 423 656Q462 596 462 495Q462 380 417 261T302 66T168 -10H161Q125 -10 99 10T60 63T41 130T35 200ZM383 566Q383 668 330 668Q294 668 260 623T204 521T170 421T157 371Q206 370 254 370L351 371Q352 372 359 404T375 484T383 566ZM113 132Q113 26 166 26Q181 26 198 36T239 74T287 161T335 307L340 324H145Q145 321 136 286T120 208T113 132Z"></path></defs><g stroke="currentColor" fill="currentColor" stroke-width="0" transform="matrix(1 0 0 -1 0 0)"><g transform="translate(120,0)"><rect stroke="none" width="5851" height="60" x="0" y="220"></rect><g transform="translate(60,676)"><use xlink:href="#E9-MJMATHI-72" x="0" y="0"></use><use transform="scale(0.707)" xlink:href="#E9-MJMAIN-32" x="637" y="513"></use><use xlink:href="#E9-MJMAIN-2B" x="1126" y="0"></use><g transform="translate(2126,0)"><use xlink:href="#E9-MJMATHI-72" x="0" y="0"></use><use transform="scale(0.707)" xlink:href="#E9-MJMAIN-32" x="637" y="513"></use></g><use xlink:href="#E9-MJMAIN-2212" x="3253" y="0"></use><use xlink:href="#E9-MJMAIN-34" x="4253" y="0"></use><g transform="translate(4753,0)"><use xlink:href="#E9-MJMATHI-64" x="0" y="0"></use><use transform="scale(0.707)" xlink:href="#E9-MJMAIN-32" x="740" y="513"></use></g></g><g transform="translate(2223,-737)"><use xlink:href="#E9-MJMAIN-32" x="0" y="0"></use><g transform="translate(500,0)"><use xlink:href="#E9-MJMATHI-72" x="0" y="0"></use><use transform="scale(0.707)" xlink:href="#E9-MJMAIN-32" x="637" y="408"></use></g></g></g><use xlink:href="#E9-MJMAIN-3D" x="6369" y="0"></use><g transform="translate(7425,0)"><use xlink:href="#E9-MJMAIN-63"></use><use xlink:href="#E9-MJMAIN-6F" x="444" y="0"></use><use xlink:href="#E9-MJMAIN-73" x="944" y="0"></use></g><use xlink:href="#E9-MJMATHI-3B8" x="8929" y="0"></use></g></svg></span></div><script type="math/tex; mode=display" id="MathJax-Element-8">\frac{r^2+r^2-4d^2}{2r^2}=\cos\theta</script></div></div>
 
<div contenteditable="false" spellcheck="false" class="mathjax-block md-end-block md-math-block md-rawblock" id="mathjax-n5" cid="n5" mdtype="math_block"><div class="md-rawblock-container md-math-container" tabindex="-1"><div class="MathJax_SVG_Display" style="text-align: center;"><span class="MathJax_SVG" id="MathJax-Element-3-Frame" tabindex="-1" style="font-size: 100%; display: inline-block;"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="19.814ex" height="5.614ex" viewBox="0 -1592.6 8531.2 2417.3" role="img" focusable="false" style="vertical-align: -1.915ex; max-width: 100%;"><defs><path stroke-width="0" id="E3-MJMATHI-3B8" d="M35 200Q35 302 74 415T180 610T319 704Q320 704 327 704T339 705Q393 701 423 656Q462 596 462 495Q462 380 417 261T302 66T168 -10H161Q125 -10 99 10T60 63T41 130T35 200ZM383 566Q383 668 330 668Q294 668 260 623T204 521T170 421T157 371Q206 370 254 370L351 371Q352 372 359 404T375 484T383 566ZM113 132Q113 26 166 26Q181 26 198 36T239 74T287 161T335 307L340 324H145Q145 321 136 286T120 208T113 132Z"></path><path stroke-width="0" id="E3-MJMAIN-3D" d="M56 347Q56 360 70 367H707Q722 359 722 347Q722 336 708 328L390 327H72Q56 332 56 347ZM56 153Q56 168 72 173H708Q722 163 722 153Q722 140 707 133H70Q56 140 56 153Z"></path><path stroke-width="0" id="E3-MJMATHI-63" d="M34 159Q34 268 120 355T306 442Q362 442 394 418T427 355Q427 326 408 306T360 285Q341 285 330 295T319 325T330 359T352 380T366 386H367Q367 388 361 392T340 400T306 404Q276 404 249 390Q228 381 206 359Q162 315 142 235T121 119Q121 73 147 50Q169 26 205 26H209Q321 26 394 111Q403 121 406 121Q410 121 419 112T429 98T420 83T391 55T346 25T282 0T202 -11Q127 -11 81 37T34 159Z"></path><path stroke-width="0" id="E3-MJMATHI-6F" d="M201 -11Q126 -11 80 38T34 156Q34 221 64 279T146 380Q222 441 301 441Q333 441 341 440Q354 437 367 433T402 417T438 387T464 338T476 268Q476 161 390 75T201 -11ZM121 120Q121 70 147 48T206 26Q250 26 289 58T351 142Q360 163 374 216T388 308Q388 352 370 375Q346 405 306 405Q243 405 195 347Q158 303 140 230T121 120Z"></path><path stroke-width="0" id="E3-MJMATHI-73" d="M131 289Q131 321 147 354T203 415T300 442Q362 442 390 415T419 355Q419 323 402 308T364 292Q351 292 340 300T328 326Q328 342 337 354T354 372T367 378Q368 378 368 379Q368 382 361 388T336 399T297 405Q249 405 227 379T204 326Q204 301 223 291T278 274T330 259Q396 230 396 163Q396 135 385 107T352 51T289 7T195 -10Q118 -10 86 19T53 87Q53 126 74 143T118 160Q133 160 146 151T160 120Q160 94 142 76T111 58Q109 57 108 57T107 55Q108 52 115 47T146 34T201 27Q237 27 263 38T301 66T318 97T323 122Q323 150 302 164T254 181T195 196T148 231Q131 256 131 289Z"></path><path stroke-width="0" id="E3-MJMAIN-2212" d="M84 237T84 250T98 270H679Q694 262 694 250T679 230H98Q84 237 84 250Z"></path><path stroke-width="0" id="E3-MJMAIN-31" d="M213 578L200 573Q186 568 160 563T102 556H83V602H102Q149 604 189 617T245 641T273 663Q275 666 285 666Q294 666 302 660V361L303 61Q310 54 315 52T339 48T401 46H427V0H416Q395 3 257 3Q121 3 100 0H88V46H114Q136 46 152 46T177 47T193 50T201 52T207 57T213 61V578Z"></path><path stroke-width="0" id="E3-MJMAIN-28" d="M94 250Q94 319 104 381T127 488T164 576T202 643T244 695T277 729T302 750H315H319Q333 750 333 741Q333 738 316 720T275 667T226 581T184 443T167 250T184 58T225 -81T274 -167T316 -220T333 -241Q333 -250 318 -250H315H302L274 -226Q180 -141 137 -14T94 250Z"></path><path stroke-width="0" id="E3-MJMAIN-32" d="M109 429Q82 429 66 447T50 491Q50 562 103 614T235 666Q326 666 387 610T449 465Q449 422 429 383T381 315T301 241Q265 210 201 149L142 93L218 92Q375 92 385 97Q392 99 409 186V189H449V186Q448 183 436 95T421 3V0H50V19V31Q50 38 56 46T86 81Q115 113 136 137Q145 147 170 174T204 211T233 244T261 278T284 308T305 340T320 369T333 401T340 431T343 464Q343 527 309 573T212 619Q179 619 154 602T119 569T109 550Q109 549 114 549Q132 549 151 535T170 489Q170 464 154 447T109 429Z"></path><path stroke-width="0" id="E3-MJMATHI-64" d="M366 683Q367 683 438 688T511 694Q523 694 523 686Q523 679 450 384T375 83T374 68Q374 26 402 26Q411 27 422 35Q443 55 463 131Q469 151 473 152Q475 153 483 153H487H491Q506 153 506 145Q506 140 503 129Q490 79 473 48T445 8T417 -8Q409 -10 393 -10Q359 -10 336 5T306 36L300 51Q299 52 296 50Q294 48 292 46Q233 -10 172 -10Q117 -10 75 30T33 157Q33 205 53 255T101 341Q148 398 195 420T280 442Q336 442 364 400Q369 394 369 396Q370 400 396 505T424 616Q424 629 417 632T378 637H357Q351 643 351 645T353 664Q358 683 366 683ZM352 326Q329 405 277 405Q242 405 210 374T160 293Q131 214 119 129Q119 126 119 118T118 106Q118 61 136 44T179 26Q233 26 290 98L298 109L352 326Z"></path><path stroke-width="0" id="E3-MJMATHI-72" d="M21 287Q22 290 23 295T28 317T38 348T53 381T73 411T99 433T132 442Q161 442 183 430T214 408T225 388Q227 382 228 382T236 389Q284 441 347 441H350Q398 441 422 400Q430 381 430 363Q430 333 417 315T391 292T366 288Q346 288 334 299T322 328Q322 376 378 392Q356 405 342 405Q286 405 239 331Q229 315 224 298T190 165Q156 25 151 16Q138 -11 108 -11Q95 -11 87 -5T76 7T74 17Q74 30 114 189T154 366Q154 405 128 405Q107 405 92 377T68 316T57 280Q55 278 41 278H27Q21 284 21 287Z"></path><path stroke-width="0" id="E3-MJMAIN-29" d="M60 749L64 750Q69 750 74 750H86L114 726Q208 641 251 514T294 250Q294 182 284 119T261 12T224 -76T186 -143T145 -194T113 -227T90 -246Q87 -249 86 -250H74Q66 -250 63 -250T58 -247T55 -238Q56 -237 66 -225Q221 -64 221 250T66 725Q56 737 55 738Q55 746 60 749Z"></path></defs><g stroke="currentColor" fill="currentColor" stroke-width="0" transform="matrix(1 0 0 -1 0 0)"><use xlink:href="#E3-MJMATHI-3B8" x="0" y="0"></use><use xlink:href="#E3-MJMAIN-3D" x="746" y="0"></use><use xlink:href="#E3-MJMATHI-63" x="1802" y="0"></use><use xlink:href="#E3-MJMATHI-6F" x="2235" y="0"></use><g transform="translate(2720,0)"><use xlink:href="#E3-MJMATHI-73" x="0" y="0"></use><g transform="translate(469,412)"><use transform="scale(0.707)" xlink:href="#E3-MJMAIN-2212" x="0" y="0"></use><use transform="scale(0.707)" xlink:href="#E3-MJMAIN-31" x="778" y="0"></use></g></g><use xlink:href="#E3-MJMAIN-28" x="4193" y="0"></use><g transform="translate(4582,0)"><use xlink:href="#E3-MJMAIN-31" x="0" y="0"></use><use xlink:href="#E3-MJMAIN-2212" x="722" y="0"></use><g transform="translate(1500,0)"><g transform="translate(342,0)"><rect stroke="none" width="1597" height="60" x="0" y="220"></rect><g transform="translate(60,676)"><use xlink:href="#E3-MJMAIN-32" x="0" y="0"></use><g transform="translate(500,0)"><use xlink:href="#E3-MJMATHI-64" x="0" y="0"></use><use transform="scale(0.707)" xlink:href="#E3-MJMAIN-32" x="740" y="513"></use></g></g><g transform="translate(346,-737)"><use xlink:href="#E3-MJMATHI-72" x="0" y="0"></use><use transform="scale(0.707)" xlink:href="#E3-MJMAIN-32" x="637" y="408"></use></g></g></g></g><use xlink:href="#E3-MJMAIN-29" x="8142" y="0"></use></g></svg></span></div><script type="math/tex; mode=display" id="MathJax-Element-3">\theta=cos^{-1}({1-\frac{2d^2}{r^2}})</script></div></div>
 
<div contenteditable="false" spellcheck="false" class="mathjax-block md-end-block md-math-block md-rawblock" id="mathjax-n6" cid="n6" mdtype="math_block"><div class="md-rawblock-container md-math-container" tabindex="-1"><div class="MathJax_SVG_Display" style="text-align: center;"><span class="MathJax_SVG" id="MathJax-Element-4-Frame" tabindex="-1" style="font-size: 100%; display: inline-block;"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="9.302ex" height="2.048ex" viewBox="0 -769.9 4005 881.6" role="img" focusable="false" style="vertical-align: -0.259ex; max-width: 100%;"><defs><path stroke-width="0" id="E4-MJMATHI-61" d="M33 157Q33 258 109 349T280 441Q331 441 370 392Q386 422 416 422Q429 422 439 414T449 394Q449 381 412 234T374 68Q374 43 381 35T402 26Q411 27 422 35Q443 55 463 131Q469 151 473 152Q475 153 483 153H487Q506 153 506 144Q506 138 501 117T481 63T449 13Q436 0 417 -8Q409 -10 393 -10Q359 -10 336 5T306 36L300 51Q299 52 296 50Q294 48 292 46Q233 -10 172 -10Q117 -10 75 30T33 157ZM351 328Q351 334 346 350T323 385T277 405Q242 405 210 374T160 293Q131 214 119 129Q119 126 119 118T118 106Q118 61 136 44T179 26Q217 26 254 59T298 110Q300 114 325 217T351 328Z"></path><path stroke-width="0" id="E4-MJMAIN-3D" d="M56 347Q56 360 70 367H707Q722 359 722 347Q722 336 708 328L390 327H72Q56 332 56 347ZM56 153Q56 168 72 173H708Q722 163 722 153Q722 140 707 133H70Q56 140 56 153Z"></path><path stroke-width="0" id="E4-MJMATHI-3B8" d="M35 200Q35 302 74 415T180 610T319 704Q320 704 327 704T339 705Q393 701 423 656Q462 596 462 495Q462 380 417 261T302 66T168 -10H161Q125 -10 99 10T60 63T41 130T35 200ZM383 566Q383 668 330 668Q294 668 260 623T204 521T170 421T157 371Q206 370 254 370L351 371Q352 372 359 404T375 484T383 566ZM113 132Q113 26 166 26Q181 26 198 36T239 74T287 161T335 307L340 324H145Q145 321 136 286T120 208T113 132Z"></path><path stroke-width="0" id="E4-MJMAIN-D7" d="M630 29Q630 9 609 9Q604 9 587 25T493 118L389 222L284 117Q178 13 175 11Q171 9 168 9Q160 9 154 15T147 29Q147 36 161 51T255 146L359 250L255 354Q174 435 161 449T147 471Q147 480 153 485T168 490Q173 490 175 489Q178 487 284 383L389 278L493 382Q570 459 587 475T609 491Q630 491 630 471Q630 464 620 453T522 355L418 250L522 145Q606 61 618 48T630 29Z"></path><path stroke-width="0" id="E4-MJMATHI-72" d="M21 287Q22 290 23 295T28 317T38 348T53 381T73 411T99 433T132 442Q161 442 183 430T214 408T225 388Q227 382 228 382T236 389Q284 441 347 441H350Q398 441 422 400Q430 381 430 363Q430 333 417 315T391 292T366 288Q346 288 334 299T322 328Q322 376 378 392Q356 405 342 405Q286 405 239 331Q229 315 224 298T190 165Q156 25 151 16Q138 -11 108 -11Q95 -11 87 -5T76 7T74 17Q74 30 114 189T154 366Q154 405 128 405Q107 405 92 377T68 316T57 280Q55 278 41 278H27Q21 284 21 287Z"></path></defs><g stroke="currentColor" fill="currentColor" stroke-width="0" transform="matrix(1 0 0 -1 0 0)"><use xlink:href="#E4-MJMATHI-61" x="0" y="0"></use><use xlink:href="#E4-MJMAIN-3D" x="806" y="0"></use><use xlink:href="#E4-MJMATHI-3B8" x="1862" y="0"></use><use xlink:href="#E4-MJMAIN-D7" x="2553" y="0"></use><use xlink:href="#E4-MJMATHI-72" x="3554" y="0"></use></g></svg></span></div><script type="math/tex; mode=display" id="MathJax-Element-4">a=\theta\times r</script></div></div>
 
<p>r represent the radius of the particle ,a represent the distance of two adjacent aptamers conjugate with particle at their surface ,n represent the numbers of aptamers .</p>
 
<div contenteditable="false" spellcheck="false" class="mathjax-block md-end-block md-math-block md-rawblock" id="mathjax-n8" cid="n8" mdtype="math_block"><div class="md-rawblock-container md-math-container" tabindex="-1"><div class="MathJax_SVG_Display" style="text-align: center;"><span class="MathJax_SVG" id="MathJax-Element-5-Frame" tabindex="-1" style="font-size: 100%; display: inline-block;"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="51.558ex" height="3.067ex" viewBox="0 -989.3 22198.6 1320.3" role="img" focusable="false" style="vertical-align: -0.769ex; max-width: 100%;"><defs><path stroke-width="0" id="E5-MJMAIN-5B" d="M118 -250V750H255V710H158V-210H255V-250H118Z"></path><path stroke-width="0" id="E5-MJMATHI-41" d="M208 74Q208 50 254 46Q272 46 272 35Q272 34 270 22Q267 8 264 4T251 0Q249 0 239 0T205 1T141 2Q70 2 50 0H42Q35 7 35 11Q37 38 48 46H62Q132 49 164 96Q170 102 345 401T523 704Q530 716 547 716H555H572Q578 707 578 706L606 383Q634 60 636 57Q641 46 701 46Q726 46 726 36Q726 34 723 22Q720 7 718 4T704 0Q701 0 690 0T651 1T578 2Q484 2 455 0H443Q437 6 437 9T439 27Q443 40 445 43L449 46H469Q523 49 533 63L521 213H283L249 155Q208 86 208 74ZM516 260Q516 271 504 416T490 562L463 519Q447 492 400 412L310 260L413 259Q516 259 516 260Z"></path><path stroke-width="0" id="E5-MJMATHI-50" d="M287 628Q287 635 230 637Q206 637 199 638T192 648Q192 649 194 659Q200 679 203 681T397 683Q587 682 600 680Q664 669 707 631T751 530Q751 453 685 389Q616 321 507 303Q500 302 402 301H307L277 182Q247 66 247 59Q247 55 248 54T255 50T272 48T305 46H336Q342 37 342 35Q342 19 335 5Q330 0 319 0Q316 0 282 1T182 2Q120 2 87 2T51 1Q33 1 33 11Q33 13 36 25Q40 41 44 43T67 46Q94 46 127 49Q141 52 146 61Q149 65 218 339T287 628ZM645 554Q645 567 643 575T634 597T609 619T560 635Q553 636 480 637Q463 637 445 637T416 636T404 636Q391 635 386 627Q384 621 367 550T332 412T314 344Q314 342 395 342H407H430Q542 342 590 392Q617 419 631 471T645 554Z"></path><path stroke-width="0" id="E5-MJMATHI-54" d="M40 437Q21 437 21 445Q21 450 37 501T71 602L88 651Q93 669 101 677H569H659Q691 677 697 676T704 667Q704 661 687 553T668 444Q668 437 649 437Q640 437 637 437T631 442L629 445Q629 451 635 490T641 551Q641 586 628 604T573 629Q568 630 515 631Q469 631 457 630T439 622Q438 621 368 343T298 60Q298 48 386 46Q418 46 427 45T436 36Q436 31 433 22Q429 4 424 1L422 0Q419 0 415 0Q410 0 363 1T228 2Q99 2 64 0H49Q43 6 43 9T45 27Q49 40 55 46H83H94Q174 46 189 55Q190 56 191 56Q196 59 201 76T241 233Q258 301 269 344Q339 619 339 625Q339 630 310 630H279Q212 630 191 624Q146 614 121 583T67 467Q60 445 57 441T43 437H40Z"></path><path stroke-width="0" id="E5-MJMAIN-2212" d="M84 237T84 250T98 270H679Q694 262 694 250T679 230H98Q84 237 84 250Z"></path><path stroke-width="0" id="E5-MJMATHI-4E" d="M234 637Q231 637 226 637Q201 637 196 638T191 649Q191 676 202 682Q204 683 299 683Q376 683 387 683T401 677Q612 181 616 168L670 381Q723 592 723 606Q723 633 659 637Q635 637 635 648Q635 650 637 660Q641 676 643 679T653 683Q656 683 684 682T767 680Q817 680 843 681T873 682Q888 682 888 672Q888 650 880 642Q878 637 858 637Q787 633 769 597L620 7Q618 0 599 0Q585 0 582 2Q579 5 453 305L326 604L261 344Q196 88 196 79Q201 46 268 46H278Q284 41 284 38T282 19Q278 6 272 0H259Q228 2 151 2Q123 2 100 2T63 2T46 1Q31 1 31 10Q31 14 34 26T39 40Q41 46 62 46Q130 49 150 85Q154 91 221 362L289 634Q287 635 234 637Z"></path><path stroke-width="0" id="E5-MJMATHI-48" d="M228 637Q194 637 192 641Q191 643 191 649Q191 673 202 682Q204 683 219 683Q260 681 355 681Q389 681 418 681T463 682T483 682Q499 682 499 672Q499 670 497 658Q492 641 487 638H485Q483 638 480 638T473 638T464 637T455 637Q416 636 405 634T387 623Q384 619 355 500Q348 474 340 442T328 395L324 380Q324 378 469 378H614L615 381Q615 384 646 504Q674 619 674 627T617 637Q594 637 587 639T580 648Q580 650 582 660Q586 677 588 679T604 682Q609 682 646 681T740 680Q802 680 835 681T871 682Q888 682 888 672Q888 645 876 638H874Q872 638 869 638T862 638T853 637T844 637Q805 636 794 634T776 623Q773 618 704 340T634 58Q634 51 638 51Q646 48 692 46H723Q729 38 729 37T726 19Q722 6 716 0H701Q664 2 567 2Q533 2 504 2T458 2T437 1Q420 1 420 10Q420 15 423 24Q428 43 433 45Q437 46 448 46H454Q481 46 514 49Q520 50 522 50T528 55T534 64T540 82T547 110T558 153Q565 181 569 198Q602 330 602 331T457 332H312L279 197Q245 63 245 58Q245 51 253 49T303 46H334Q340 38 340 37T337 19Q333 6 327 0H312Q275 2 178 2Q144 2 115 2T69 2T48 1Q31 1 31 10Q31 12 34 24Q39 43 44 45Q48 46 59 46H65Q92 46 125 49Q139 52 144 61Q147 65 216 339T285 628Q285 635 228 637Z"></path><path stroke-width="0" id="E5-MJMAIN-32" d="M109 429Q82 429 66 447T50 491Q50 562 103 614T235 666Q326 666 387 610T449 465Q449 422 429 383T381 315T301 241Q265 210 201 149L142 93L218 92Q375 92 385 97Q392 99 409 186V189H449V186Q448 183 436 95T421 3V0H50V19V31Q50 38 56 46T86 81Q115 113 136 137Q145 147 170 174T204 211T233 244T261 278T284 308T305 340T320 369T333 401T340 431T343 464Q343 527 309 573T212 619Q179 619 154 602T119 569T109 550Q109 549 114 549Q132 549 151 535T170 489Q170 464 154 447T109 429Z"></path><path stroke-width="0" id="E5-MJMAIN-5D" d="M22 710V750H159V-250H22V-210H119V710H22Z"></path><path stroke-width="0" id="E5-MJMAIN-2B" d="M56 237T56 250T70 270H369V420L370 570Q380 583 389 583Q402 583 409 568V270H707Q722 262 722 250T707 230H409V-68Q401 -82 391 -82H389H387Q375 -82 369 -68V230H70Q56 237 56 250Z"></path><path stroke-width="0" id="E5-MJMATHI-4C" d="M228 637Q194 637 192 641Q191 643 191 649Q191 673 202 682Q204 683 217 683Q271 680 344 680Q485 680 506 683H518Q524 677 524 674T522 656Q517 641 513 637H475Q406 636 394 628Q387 624 380 600T313 336Q297 271 279 198T252 88L243 52Q243 48 252 48T311 46H328Q360 46 379 47T428 54T478 72T522 106T564 161Q580 191 594 228T611 270Q616 273 628 273H641Q647 264 647 262T627 203T583 83T557 9Q555 4 553 3T537 0T494 -1Q483 -1 418 -1T294 0H116Q32 0 32 10Q32 17 34 24Q39 43 44 45Q48 46 59 46H65Q92 46 125 49Q139 52 144 61Q147 65 216 339T285 628Q285 635 228 637Z"></path><path stroke-width="0" id="E5-MJMATHI-49" d="M43 1Q26 1 26 10Q26 12 29 24Q34 43 39 45Q42 46 54 46H60Q120 46 136 53Q137 53 138 54Q143 56 149 77T198 273Q210 318 216 344Q286 624 286 626Q284 630 284 631Q274 637 213 637H193Q184 643 189 662Q193 677 195 680T209 683H213Q285 681 359 681Q481 681 487 683H497Q504 676 504 672T501 655T494 639Q491 637 471 637Q440 637 407 634Q393 631 388 623Q381 609 337 432Q326 385 315 341Q245 65 245 59Q245 52 255 50T307 46H339Q345 38 345 37T342 19Q338 6 332 0H316Q279 2 179 2Q143 2 113 2T65 2T43 1Z"></path><path stroke-width="0" id="E5-MJMATHI-4F" d="M740 435Q740 320 676 213T511 42T304 -22Q207 -22 138 35T51 201Q50 209 50 244Q50 346 98 438T227 601Q351 704 476 704Q514 704 524 703Q621 689 680 617T740 435ZM637 476Q637 565 591 615T476 665Q396 665 322 605Q242 542 200 428T157 216Q157 126 200 73T314 19Q404 19 485 98T608 313Q637 408 637 476Z"></path><path stroke-width="0" id="E5-MJMATHI-43" d="M50 252Q50 367 117 473T286 641T490 704Q580 704 633 653Q642 643 648 636T656 626L657 623Q660 623 684 649Q691 655 699 663T715 679T725 690L740 705H746Q760 705 760 698Q760 694 728 561Q692 422 692 421Q690 416 687 415T669 413H653Q647 419 647 422Q647 423 648 429T650 449T651 481Q651 552 619 605T510 659Q484 659 454 652T382 628T299 572T226 479Q194 422 175 346T156 222Q156 108 232 58Q280 24 350 24Q441 24 512 92T606 240Q610 253 612 255T628 257Q648 257 648 248Q648 243 647 239Q618 132 523 55T319 -22Q206 -22 128 53T50 252Z"></path><path stroke-width="0" id="E5-MJMAIN-21BD" d="M55 256Q56 264 62 270H929Q944 261 944 250T929 230H148Q149 229 165 215T196 185T231 145T270 87T303 16Q309 -1 306 -5Q304 -11 288 -11Q279 -11 276 -10T269 -4T264 10T253 36T231 75Q172 173 69 235Q59 242 57 245T55 256Z"></path><path stroke-width="0" id="E5-MJMAIN-21C0" d="M691 500Q691 511 711 511Q720 511 723 510T730 504T735 490T746 464T768 425Q796 378 835 339T897 285T933 263Q941 258 942 256T944 245T937 230H70Q56 237 56 250T70 270H852Q802 308 762 364T707 455T691 500Z"></path></defs><g stroke="currentColor" fill="currentColor" stroke-width="0" transform="matrix(1 0 0 -1 0 0)"><use xlink:href="#E5-MJMAIN-5B" x="0" y="0"></use><use xlink:href="#E5-MJMATHI-41" x="278" y="0"></use><use xlink:href="#E5-MJMATHI-50" x="1028" y="0"></use><use xlink:href="#E5-MJMATHI-54" x="1779" y="0"></use><use xlink:href="#E5-MJMAIN-2212" x="2705" y="0"></use><use xlink:href="#E5-MJMATHI-4E" x="3705" y="0"></use><g transform="translate(4593,0)"><use xlink:href="#E5-MJMATHI-48" x="0" y="0"></use><use transform="scale(0.707)" xlink:href="#E5-MJMAIN-32" x="1175" y="-213"></use></g><use xlink:href="#E5-MJMAIN-5D" x="5877" y="0"></use><use xlink:href="#E5-MJMAIN-2B" x="6378" y="0"></use><use xlink:href="#E5-MJMAIN-5B" x="7378" y="0"></use><use xlink:href="#E5-MJMATHI-4C" x="7656" y="0"></use><use xlink:href="#E5-MJMATHI-49" x="8337" y="0"></use><use xlink:href="#E5-MJMATHI-4F" x="8841" y="0"></use><use xlink:href="#E5-MJMAIN-2212" x="9826" y="0"></use><use xlink:href="#E5-MJMATHI-43" x="10826" y="0"></use><use xlink:href="#E5-MJMATHI-4F" x="11586" y="0"></use><use xlink:href="#E5-MJMATHI-4F" x="12349" y="0"></use><use xlink:href="#E5-MJMATHI-48" x="13112" y="0"></use><use xlink:href="#E5-MJMAIN-5D" x="14000" y="0"></use><g transform="translate(14278,0)"><g transform="translate(277,0)"><g><use xlink:href="#E5-MJMAIN-21BD" x="0" y="0"></use><use xlink:href="#E5-MJMAIN-2212" x="666" y="0"></use></g><g transform="translate(0,200)"><use xlink:href="#E5-MJMAIN-2212" x="0" y="0"></use><use xlink:href="#E5-MJMAIN-21C0" x="444" y="0"></use></g></g></g><use xlink:href="#E5-MJMAIN-5B" x="16279" y="0"></use><use xlink:href="#E5-MJMATHI-41" x="16557" y="0"></use><use xlink:href="#E5-MJMATHI-50" x="17307" y="0"></use><use xlink:href="#E5-MJMATHI-54" x="18058" y="0"></use><use xlink:href="#E5-MJMAIN-2212" x="18984" y="0"></use><use xlink:href="#E5-MJMATHI-4C" x="19984" y="0"></use><use xlink:href="#E5-MJMATHI-49" x="20665" y="0"></use><use xlink:href="#E5-MJMATHI-50" x="21169" y="0"></use><use xlink:href="#E5-MJMAIN-5D" x="21920" y="0"></use></g></svg></span></div><script type="math/tex; mode=display" id="MathJax-Element-5">\ce[APT-NH_2]+\ce[LIO-COOH]\ce{<=>}[APT-LIP]</script></div></div>
 
<div contenteditable="false" spellcheck="false" class="mathjax-block md-end-block md-math-block md-rawblock" id="mathjax-n9" cid="n9" mdtype="math_block"><div class="md-rawblock-container md-math-container" tabindex="-1"><div class="MathJax_SVG_Display" style="text-align: center;"><span class="MathJax_SVG" id="MathJax-Element-6-Frame" tabindex="-1" style="font-size: 100%; display: inline-block;"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="37.935ex" height="3.067ex" viewBox="0 -989.3 16333.1 1320.3" role="img" focusable="false" style="vertical-align: -0.769ex; max-width: 100%;"><defs><path stroke-width="0" id="E6-MJMAIN-5B" d="M118 -250V750H255V710H158V-210H255V-250H118Z"></path><path stroke-width="0" id="E6-MJMATHI-4C" d="M228 637Q194 637 192 641Q191 643 191 649Q191 673 202 682Q204 683 217 683Q271 680 344 680Q485 680 506 683H518Q524 677 524 674T522 656Q517 641 513 637H475Q406 636 394 628Q387 624 380 600T313 336Q297 271 279 198T252 88L243 52Q243 48 252 48T311 46H328Q360 46 379 47T428 54T478 72T522 106T564 161Q580 191 594 228T611 270Q616 273 628 273H641Q647 264 647 262T627 203T583 83T557 9Q555 4 553 3T537 0T494 -1Q483 -1 418 -1T294 0H116Q32 0 32 10Q32 17 34 24Q39 43 44 45Q48 46 59 46H65Q92 46 125 49Q139 52 144 61Q147 65 216 339T285 628Q285 635 228 637Z"></path><path stroke-width="0" id="E6-MJMATHI-49" d="M43 1Q26 1 26 10Q26 12 29 24Q34 43 39 45Q42 46 54 46H60Q120 46 136 53Q137 53 138 54Q143 56 149 77T198 273Q210 318 216 344Q286 624 286 626Q284 630 284 631Q274 637 213 637H193Q184 643 189 662Q193 677 195 680T209 683H213Q285 681 359 681Q481 681 487 683H497Q504 676 504 672T501 655T494 639Q491 637 471 637Q440 637 407 634Q393 631 388 623Q381 609 337 432Q326 385 315 341Q245 65 245 59Q245 52 255 50T307 46H339Q345 38 345 37T342 19Q338 6 332 0H316Q279 2 179 2Q143 2 113 2T65 2T43 1Z"></path><path stroke-width="0" id="E6-MJMATHI-50" d="M287 628Q287 635 230 637Q206 637 199 638T192 648Q192 649 194 659Q200 679 203 681T397 683Q587 682 600 680Q664 669 707 631T751 530Q751 453 685 389Q616 321 507 303Q500 302 402 301H307L277 182Q247 66 247 59Q247 55 248 54T255 50T272 48T305 46H336Q342 37 342 35Q342 19 335 5Q330 0 319 0Q316 0 282 1T182 2Q120 2 87 2T51 1Q33 1 33 11Q33 13 36 25Q40 41 44 43T67 46Q94 46 127 49Q141 52 146 61Q149 65 218 339T287 628ZM645 554Q645 567 643 575T634 597T609 619T560 635Q553 636 480 637Q463 637 445 637T416 636T404 636Q391 635 386 627Q384 621 367 550T332 412T314 344Q314 342 395 342H407H430Q542 342 590 392Q617 419 631 471T645 554Z"></path><path stroke-width="0" id="E6-MJMAIN-5D" d="M22 710V750H159V-250H22V-210H119V710H22Z"></path><path stroke-width="0" id="E6-MJMAIN-2B" d="M56 237T56 250T70 270H369V420L370 570Q380 583 389 583Q402 583 409 568V270H707Q722 262 722 250T707 230H409V-68Q401 -82 391 -82H389H387Q375 -82 369 -68V230H70Q56 237 56 250Z"></path><path stroke-width="0" id="E6-MJMATHI-43" d="M50 252Q50 367 117 473T286 641T490 704Q580 704 633 653Q642 643 648 636T656 626L657 623Q660 623 684 649Q691 655 699 663T715 679T725 690L740 705H746Q760 705 760 698Q760 694 728 561Q692 422 692 421Q690 416 687 415T669 413H653Q647 419 647 422Q647 423 648 429T650 449T651 481Q651 552 619 605T510 659Q484 659 454 652T382 628T299 572T226 479Q194 422 175 346T156 222Q156 108 232 58Q280 24 350 24Q441 24 512 92T606 240Q610 253 612 255T628 257Q648 257 648 248Q648 243 647 239Q618 132 523 55T319 -22Q206 -22 128 53T50 252Z"></path><path stroke-width="0" id="E6-MJMATHI-4F" d="M740 435Q740 320 676 213T511 42T304 -22Q207 -22 138 35T51 201Q50 209 50 244Q50 346 98 438T227 601Q351 704 476 704Q514 704 524 703Q621 689 680 617T740 435ZM637 476Q637 565 591 615T476 665Q396 665 322 605Q242 542 200 428T157 216Q157 126 200 73T314 19Q404 19 485 98T608 313Q637 408 637 476Z"></path><path stroke-width="0" id="E6-MJMATHI-48" d="M228 637Q194 637 192 641Q191 643 191 649Q191 673 202 682Q204 683 219 683Q260 681 355 681Q389 681 418 681T463 682T483 682Q499 682 499 672Q499 670 497 658Q492 641 487 638H485Q483 638 480 638T473 638T464 637T455 637Q416 636 405 634T387 623Q384 619 355 500Q348 474 340 442T328 395L324 380Q324 378 469 378H614L615 381Q615 384 646 504Q674 619 674 627T617 637Q594 637 587 639T580 648Q580 650 582 660Q586 677 588 679T604 682Q609 682 646 681T740 680Q802 680 835 681T871 682Q888 682 888 672Q888 645 876 638H874Q872 638 869 638T862 638T853 637T844 637Q805 636 794 634T776 623Q773 618 704 340T634 58Q634 51 638 51Q646 48 692 46H723Q729 38 729 37T726 19Q722 6 716 0H701Q664 2 567 2Q533 2 504 2T458 2T437 1Q420 1 420 10Q420 15 423 24Q428 43 433 45Q437 46 448 46H454Q481 46 514 49Q520 50 522 50T528 55T534 64T540 82T547 110T558 153Q565 181 569 198Q602 330 602 331T457 332H312L279 197Q245 63 245 58Q245 51 253 49T303 46H334Q340 38 340 37T337 19Q333 6 327 0H312Q275 2 178 2Q144 2 115 2T69 2T48 1Q31 1 31 10Q31 12 34 24Q39 43 44 45Q48 46 59 46H65Q92 46 125 49Q139 52 144 61Q147 65 216 339T285 628Q285 635 228 637Z"></path><path stroke-width="0" id="E6-MJMAIN-21BD" d="M55 256Q56 264 62 270H929Q944 261 944 250T929 230H148Q149 229 165 215T196 185T231 145T270 87T303 16Q309 -1 306 -5Q304 -11 288 -11Q279 -11 276 -10T269 -4T264 10T253 36T231 75Q172 173 69 235Q59 242 57 245T55 256Z"></path><path stroke-width="0" id="E6-MJMAIN-2212" d="M84 237T84 250T98 270H679Q694 262 694 250T679 230H98Q84 237 84 250Z"></path><path stroke-width="0" id="E6-MJMAIN-21C0" d="M691 500Q691 511 711 511Q720 511 723 510T730 504T735 490T746 464T768 425Q796 378 835 339T897 285T933 263Q941 258 942 256T944 245T937 230H70Q56 237 56 250T70 270H852Q802 308 762 364T707 455T691 500Z"></path></defs><g stroke="currentColor" fill="currentColor" stroke-width="0" transform="matrix(1 0 0 -1 0 0)"><use xlink:href="#E6-MJMAIN-5B" x="0" y="0"></use><use xlink:href="#E6-MJMATHI-4C" x="278" y="0"></use><use xlink:href="#E6-MJMATHI-49" x="959" y="0"></use><use xlink:href="#E6-MJMATHI-50" x="1463" y="0"></use><use xlink:href="#E6-MJMAIN-5D" x="2214" y="0"></use><use xlink:href="#E6-MJMAIN-2B" x="2714" y="0"></use><use xlink:href="#E6-MJMAIN-5B" x="3714" y="0"></use><use xlink:href="#E6-MJMATHI-43" x="3992" y="0"></use><use xlink:href="#E6-MJMATHI-4F" x="4752" y="0"></use><use xlink:href="#E6-MJMATHI-4F" x="5515" y="0"></use><use xlink:href="#E6-MJMATHI-48" x="6278" y="0"></use><use xlink:href="#E6-MJMAIN-5D" x="7166" y="0"></use><g transform="translate(7444,0)"><g transform="translate(277,0)"><g><use xlink:href="#E6-MJMAIN-21BD" x="0" y="0"></use><use xlink:href="#E6-MJMAIN-2212" x="666" y="0"></use></g><g transform="translate(0,200)"><use xlink:href="#E6-MJMAIN-2212" x="0" y="0"></use><use xlink:href="#E6-MJMAIN-21C0" x="444" y="0"></use></g></g></g><use xlink:href="#E6-MJMAIN-5B" x="9444" y="0"></use><use xlink:href="#E6-MJMATHI-4C" x="9722" y="0"></use><use xlink:href="#E6-MJMATHI-49" x="10403" y="0"></use><use xlink:href="#E6-MJMATHI-50" x="10907" y="0"></use><use xlink:href="#E6-MJMAIN-2212" x="11880" y="0"></use><use xlink:href="#E6-MJMATHI-43" x="12881" y="0"></use><use xlink:href="#E6-MJMATHI-4F" x="13641" y="0"></use><use xlink:href="#E6-MJMATHI-4F" x="14404" y="0"></use><use xlink:href="#E6-MJMATHI-48" x="15167" y="0"></use><use xlink:href="#E6-MJMAIN-5D" x="16055" y="0"></use></g></svg></span></div><script type="math/tex; mode=display" id="MathJax-Element-6">\ce[LIP]+[COOH]\ce{<=>}[LIP-COOH]</script></div></div>
 
<p>We can single control the concentration of APT-NH2 to achieve the binding of [APT-LIP]</p>
 
<p>&nbsp;</p>
 
  
 +
:root {
 +
    --side-bar-bg-color: #fafafa;
 +
    --control-text-color: #777;
 +
}
  
 +
@include-when-export url(https://fonts.loli.net/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext);
  
 +
/* open-sans-regular - latin-ext_latin */
 +
  /* open-sans-italic - latin-ext_latin */
 +
    /* open-sans-700 - latin-ext_latin */
 +
    /* open-sans-700italic - latin-ext_latin */
 +
  html {
 +
    font-size: 16px;
 +
}
  
</div>
+
body {
<script src="https://2021.igem.org/wiki/index.php?title=Template:GreatBay_SCIE/JS/sidebar&action=raw&ctype=text/javascript">
+
    font-family: "Open Sans","Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
</script>
+
    color: rgb(51, 51, 51);
 +
    line-height: 1.6;
 +
}
 +
 
 +
#write {
 +
    max-width: 860px;
 +
          margin: 0 auto;
 +
          padding: 30px;
 +
    padding-bottom: 100px;
 +
}
 +
 
 +
@media only screen and (min-width: 1400px) {
 +
        #write {
 +
                max-width: 1024px;
 +
        }
 +
}
 +
 
 +
@media only screen and (min-width: 1800px) {
 +
        #write {
 +
                max-width: 1200px;
 +
        }
 +
}
 +
 
 +
#write > ul:first-child,
 +
#write > ol:first-child{
 +
    margin-top: 30px;
 +
}
 +
 
 +
a {
 +
    color: #4183C4;
 +
}
 +
h1,
 +
h2,
 +
h3,
 +
h4,
 +
h5,
 +
h6 {
 +
    position: relative;
 +
    margin-top: 1rem;
 +
    margin-bottom: 1rem;
 +
    font-weight: bold;
 +
    line-height: 1.4;
 +
    cursor: text;
 +
}
 +
h1:hover a.anchor,
 +
h2:hover a.anchor,
 +
h3:hover a.anchor,
 +
h4:hover a.anchor,
 +
h5:hover a.anchor,
 +
h6:hover a.anchor {
 +
    text-decoration: none;
 +
}
 +
h1 tt,
 +
h1 code {
 +
    font-size: inherit;
 +
}
 +
h2 tt,
 +
h2 code {
 +
    font-size: inherit;
 +
}
 +
h3 tt,
 +
h3 code {
 +
    font-size: inherit;
 +
}
 +
h4 tt,
 +
h4 code {
 +
    font-size: inherit;
 +
}
 +
h5 tt,
 +
h5 code {
 +
    font-size: inherit;
 +
}
 +
h6 tt,
 +
h6 code {
 +
    font-size: inherit;
 +
}
 +
h1 {
 +
    font-size: 2.25em;
 +
    line-height: 1.2;
 +
    border-bottom: 1px solid #eee;
 +
}
 +
h2 {
 +
    font-size: 1.75em;
 +
    line-height: 1.225;
 +
    border-bottom: 1px solid #eee;
 +
}
 +
 
 +
/*@media print {
 +
    .typora-export h1,
 +
    .typora-export h2 {
 +
        border-bottom: none;
 +
        padding-bottom: initial;
 +
    }
 +
 
 +
    .typora-export h1::after,
 +
    .typora-export h2::after {
 +
        content: "";
 +
        display: block;
 +
        height: 100px;
 +
        margin-top: -96px;
 +
        border-top: 1px solid #eee;
 +
    }
 +
}*/
 +
 
 +
h3 {
 +
    font-size: 1.5em;
 +
    line-height: 1.43;
 +
}
 +
h4 {
 +
    font-size: 1.25em;
 +
}
 +
h5 {
 +
    font-size: 1em;
 +
}
 +
h6 {
 +
  font-size: 1em;
 +
    color: #777;
 +
}
 +
p,
 +
blockquote,
 +
ul,
 +
ol,
 +
dl,
 +
table{
 +
    margin: 0.8em 0;
 +
}
 +
li>ol,
 +
li>ul {
 +
    margin: 0 0;
 +
}
 +
hr {
 +
    height: 2px;
 +
    padding: 0;
 +
    margin: 16px 0;
 +
    background-color: #e7e7e7;
 +
    border: 0 none;
 +
    overflow: hidden;
 +
    box-sizing: content-box;
 +
}
 +
 
 +
li p.first {
 +
    display: inline-block;
 +
}
 +
ul,
 +
ol {
 +
    padding-left: 30px;
 +
}
 +
ul:first-child,
 +
ol:first-child {
 +
    margin-top: 0;
 +
}
 +
ul:last-child,
 +
ol:last-child {
 +
    margin-bottom: 0;
 +
}
 +
blockquote {
 +
    border-left: 4px solid #dfe2e5;
 +
    padding: 0 15px;
 +
    color: #777777;
 +
}
 +
blockquote blockquote {
 +
    padding-right: 0;
 +
}
 +
table {
 +
    padding: 0;
 +
    word-break: initial;
 +
}
 +
table tr {
 +
    border: 1px solid #dfe2e5;
 +
    margin: 0;
 +
    padding: 0;
 +
}
 +
table tr:nth-child(2n),
 +
thead {
 +
    background-color: #f8f8f8;
 +
}
 +
table th {
 +
    font-weight: bold;
 +
    border: 1px solid #dfe2e5;
 +
    border-bottom: 0;
 +
    margin: 0;
 +
    padding: 6px 13px;
 +
}
 +
table td {
 +
    border: 1px solid #dfe2e5;
 +
    margin: 0;
 +
    padding: 6px 13px;
 +
}
 +
table th:first-child,
 +
table td:first-child {
 +
    margin-top: 0;
 +
}
 +
table th:last-child,
 +
table td:last-child {
 +
    margin-bottom: 0;
 +
}
 +
 
 +
.CodeMirror-lines {
 +
    padding-left: 4px;
 +
}
 +
 
 +
.code-tooltip {
 +
    box-shadow: 0 1px 1px 0 rgba(0,28,36,.3);
 +
    border-top: 1px solid #eef2f2;
 +
}
 +
 
 +
.md-fences,
 +
code,
 +
tt {
 +
    border: 1px solid #e7eaed;
 +
    background-color: #f8f8f8;
 +
    border-radius: 3px;
 +
    padding: 0;
 +
    padding: 2px 4px 0px 4px;
 +
    font-size: 0.9em;
 +
}
 +
 
 +
code {
 +
    background-color: #f3f4f4;
 +
    padding: 0 2px 0 2px;
 +
}
 +
 
 +
.md-fences {
 +
    margin-bottom: 15px;
 +
    margin-top: 15px;
 +
    padding-top: 8px;
 +
    padding-bottom: 6px;
 +
}
 +
 
 +
 
 +
.md-task-list-item > input {
 +
  margin-left: -1.3em;
 +
}
 +
 
 +
@media print {
 +
    html {
 +
        font-size: 13px;
 +
    }
 +
    table,
 +
    pre {
 +
        page-break-inside: avoid;
 +
    }
 +
    pre {
 +
        word-wrap: break-word;
 +
    }
 +
}
 +
 
 +
.md-fences {
 +
        background-color: #f8f8f8;
 +
}
 +
#write pre.md-meta-block {
 +
        padding: 1rem;
 +
    font-size: 85%;
 +
    line-height: 1.45;
 +
    background-color: #f7f7f7;
 +
    border: 0;
 +
    border-radius: 3px;
 +
    color: #777777;
 +
    margin-top: 0 !important;
 +
}
 +
 
 +
.mathjax-block>.code-tooltip {
 +
        bottom: .375rem;
 +
}
 +
 
 +
.md-mathjax-midline {
 +
    background: #fafafa;
 +
}
 +
 
 +
#write>h3.md-focus:before{
 +
        left: -1.5625rem;
 +
        top: .375rem;
 +
}
 +
#write>h4.md-focus:before{
 +
        left: -1.5625rem;
 +
        top: .285714286rem;
 +
}
 +
#write>h5.md-focus:before{
 +
        left: -1.5625rem;
 +
        top: .285714286rem;
 +
}
 +
#write>h6.md-focus:before{
 +
        left: -1.5625rem;
 +
        top: .285714286rem;
 +
}
 +
.md-image>.md-meta {
 +
    /*border: 1px solid #ddd;*/
 +
    border-radius: 3px;
 +
    padding: 2px 0px 0px 4px;
 +
    font-size: 0.9em;
 +
    color: inherit;
 +
}
 +
 
 +
.md-tag {
 +
    color: #a7a7a7;
 +
    opacity: 1;
 +
}
 +
 
 +
.md-toc {
 +
    margin-top:20px;
 +
    padding-bottom:20px;
 +
}
 +
 
 +
.sidebar-tabs {
 +
    border-bottom: none;
 +
}
 +
 
 +
#typora-quick-open {
 +
    border: 1px solid #ddd;
 +
    background-color: #f8f8f8;
 +
}
 +
 
 +
#typora-quick-open-item {
 +
    background-color: #FAFAFA;
 +
    border-color: #FEFEFE #e5e5e5 #e5e5e5 #eee;
 +
    border-style: solid;
 +
    border-width: 1px;
 +
}
 +
 
 +
/** focus mode */
 +
.on-focus-mode blockquote {
 +
    border-left-color: rgba(85, 85, 85, 0.12);
 +
}
 +
 
 +
header, .context-menu, .megamenu-content, footer{
 +
    font-family: "Segoe UI", "Arial", sans-serif;
 +
}
 +
 
 +
.file-node-content:hover .file-node-icon,
 +
.file-node-content:hover .file-node-open-state{
 +
    visibility: visible;
 +
}
 +
 
 +
.mac-seamless-mode #typora-sidebar {
 +
    background-color: #fafafa;
 +
    background-color: var(--side-bar-bg-color);
 +
}
 +
 
 +
.md-lang {
 +
    color: #b4654d;
 +
}
 +
 
 +
/*.html-for-mac {
 +
    --item-hover-bg-color: #E6F0FE;
 +
}*/
 +
 
 +
#md-notification .btn {
 +
    border: 0;
 +
}
 +
 
 +
.dropdown-menu .divider {
 +
    border-color: #e5e5e5;
 +
    opacity: 0.4;
 +
}
 +
 
 +
.ty-preferences .window-content {
 +
    background-color: #fafafa;
 +
}
 +
 
 +
.ty-preferences .nav-group-item.active {
 +
    color: white;
 +
    background: #999;
 +
}
 +
 
 +
.menu-item-container a.menu-style-btn {
 +
    background-color: #f5f8fa;
 +
    background-image: linear-gradient( 180deg , hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0));
 +
}
 +
 
 +
 
 +
:root {--mermaid-font-zoom:1.5em ;}
 +
</style><title>Maximum Drug Loading Amount(Markdown)</title>
 +
</head>
 +
<body class='typora-export os-windows'><div class='typora-export-content'>
 +
<div id='write'  class=''><h1 id='maximum-drug-loading-amount'><span>Maximum Drug Loading Amount</span></h1><p><span>Because the doxorubicin is loaded onto the liposomes via diffusion, it must follow the pattern of the Fick&#39;s First Law, which is :</span></p><div contenteditable="false" spellcheck="false" class="mathjax-block md-end-block md-math-block md-rawblock" id="mathjax-n3" cid="n3" mdtype="math_block"><div class="md-rawblock-container md-math-container" tabindex="-1"><div class="MathJax_SVG_Display" style="text-align: center;"><span class="MathJax_SVG" id="MathJax-Element-1-Frame" tabindex="-1" style="font-size: 100%; display: inline-block;"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="13.16ex" height="2.565ex" viewBox="0 -788 5666 1104.4" role="img" focusable="false" style="vertical-align: -0.735ex; max-width: 100%;"><defs><path stroke-width="0" id="E4-MJMATHI-4A" d="M447 625Q447 637 354 637H329Q323 642 323 645T325 664Q329 677 335 683H352Q393 681 498 681Q541 681 568 681T605 682T619 682Q633 682 633 672Q633 670 630 658Q626 642 623 640T604 637Q552 637 545 623Q541 610 483 376Q420 128 419 127Q397 64 333 21T195 -22Q137 -22 97 8T57 88Q57 130 80 152T132 174Q177 174 182 130Q182 98 164 80T123 56Q115 54 115 53T122 44Q148 15 197 15Q235 15 271 47T324 130Q328 142 387 380T447 625Z"></path><path stroke-width="0" id="E4-MJMAIN-3D" d="M56 347Q56 360 70 367H707Q722 359 722 347Q722 336 708 328L390 327H72Q56 332 56 347ZM56 153Q56 168 72 173H708Q722 163 722 153Q722 140 707 133H70Q56 140 56 153Z"></path><path stroke-width="0" id="E4-MJMAIN-2212" d="M84 237T84 250T98 270H679Q694 262 694 250T679 230H98Q84 237 84 250Z"></path><path stroke-width="0" id="E4-MJMATHI-44" d="M287 628Q287 635 230 637Q207 637 200 638T193 647Q193 655 197 667T204 682Q206 683 403 683Q570 682 590 682T630 676Q702 659 752 597T803 431Q803 275 696 151T444 3L430 1L236 0H125H72Q48 0 41 2T33 11Q33 13 36 25Q40 41 44 43T67 46Q94 46 127 49Q141 52 146 61Q149 65 218 339T287 628ZM703 469Q703 507 692 537T666 584T629 613T590 629T555 636Q553 636 541 636T512 636T479 637H436Q392 637 386 627Q384 623 313 339T242 52Q242 48 253 48T330 47Q335 47 349 47T373 46Q499 46 581 128Q617 164 640 212T683 339T703 469Z"></path><path stroke-width="0" id="E4-MJMAIN-25BD" d="M59 480Q59 485 61 489T66 495T72 498L75 500H814Q828 493 828 480V474L644 132Q458 -210 455 -212Q451 -215 444 -215T433 -212Q429 -210 342 -49T164 282T64 466Q59 478 59 480ZM775 460H113Q113 459 278 153T444 -153T610 153T775 460Z"></path><path stroke-width="0" id="E4-MJMATHI-43" d="M50 252Q50 367 117 473T286 641T490 704Q580 704 633 653Q642 643 648 636T656 626L657 623Q660 623 684 649Q691 655 699 663T715 679T725 690L740 705H746Q760 705 760 698Q760 694 728 561Q692 422 692 421Q690 416 687 415T669 413H653Q647 419 647 422Q647 423 648 429T650 449T651 481Q651 552 619 605T510 659Q484 659 454 652T382 628T299 572T226 479Q194 422 175 346T156 222Q156 108 232 58Q280 24 350 24Q441 24 512 92T606 240Q610 253 612 255T628 257Q648 257 648 248Q648 243 647 239Q618 132 523 55T319 -22Q206 -22 128 53T50 252Z"></path></defs><g stroke="currentColor" fill="currentColor" stroke-width="0" transform="matrix(1 0 0 -1 0 0)"><use xlink:href="#E4-MJMATHI-4A" x="0" y="0"></use><use xlink:href="#E4-MJMAIN-3D" x="910" y="0"></use><use xlink:href="#E4-MJMAIN-2212" x="1966" y="0"></use><use xlink:href="#E4-MJMATHI-44" x="2744" y="0"></use><use xlink:href="#E4-MJMAIN-25BD" x="3794" y="0"></use><use xlink:href="#E4-MJMATHI-43" x="4906" y="0"></use></g></svg></span></div><script type="math/tex; mode=display" id="MathJax-Element-1">J=-D▽C</script></div></div><p><span>In this formula, J represents the diffusion flux, D represents the diffusion coefficient, ▽ represents the gradient operator and C represents the concentration. We can work out the value of J and ▽C by carrying out experiments, which can help us work out the value of D. Which is:</span></p><div contenteditable="false" spellcheck="false" class="mathjax-block md-end-block md-math-block md-rawblock" id="mathjax-n5" cid="n5" mdtype="math_block"><div class="md-rawblock-container md-math-container" tabindex="-1"><div class="MathJax_SVG_Display" style="text-align: center;"><span class="MathJax_SVG" id="MathJax-Element-2-Frame" tabindex="-1" style="font-size: 100%; display: inline-block;"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="13.16ex" height="2.565ex" viewBox="0 -788 5666 1104.4" role="img" focusable="false" style="vertical-align: -0.735ex; max-width: 100%;"><defs><path stroke-width="0" id="E5-MJMATHI-44" d="M287 628Q287 635 230 637Q207 637 200 638T193 647Q193 655 197 667T204 682Q206 683 403 683Q570 682 590 682T630 676Q702 659 752 597T803 431Q803 275 696 151T444 3L430 1L236 0H125H72Q48 0 41 2T33 11Q33 13 36 25Q40 41 44 43T67 46Q94 46 127 49Q141 52 146 61Q149 65 218 339T287 628ZM703 469Q703 507 692 537T666 584T629 613T590 629T555 636Q553 636 541 636T512 636T479 637H436Q392 637 386 627Q384 623 313 339T242 52Q242 48 253 48T330 47Q335 47 349 47T373 46Q499 46 581 128Q617 164 640 212T683 339T703 469Z"></path><path stroke-width="0" id="E5-MJMAIN-3D" d="M56 347Q56 360 70 367H707Q722 359 722 347Q722 336 708 328L390 327H72Q56 332 56 347ZM56 153Q56 168 72 173H708Q722 163 722 153Q722 140 707 133H70Q56 140 56 153Z"></path><path stroke-width="0" id="E5-MJMAIN-25BD" d="M59 480Q59 485 61 489T66 495T72 498L75 500H814Q828 493 828 480V474L644 132Q458 -210 455 -212Q451 -215 444 -215T433 -212Q429 -210 342 -49T164 282T64 466Q59 478 59 480ZM775 460H113Q113 459 278 153T444 -153T610 153T775 460Z"></path><path stroke-width="0" id="E5-MJMATHI-43" d="M50 252Q50 367 117 473T286 641T490 704Q580 704 633 653Q642 643 648 636T656 626L657 623Q660 623 684 649Q691 655 699 663T715 679T725 690L740 705H746Q760 705 760 698Q760 694 728 561Q692 422 692 421Q690 416 687 415T669 413H653Q647 419 647 422Q647 423 648 429T650 449T651 481Q651 552 619 605T510 659Q484 659 454 652T382 628T299 572T226 479Q194 422 175 346T156 222Q156 108 232 58Q280 24 350 24Q441 24 512 92T606 240Q610 253 612 255T628 257Q648 257 648 248Q648 243 647 239Q618 132 523 55T319 -22Q206 -22 128 53T50 252Z"></path><path stroke-width="0" id="E5-MJMAIN-2212" d="M84 237T84 250T98 270H679Q694 262 694 250T679 230H98Q84 237 84 250Z"></path><path stroke-width="0" id="E5-MJMATHI-4A" d="M447 625Q447 637 354 637H329Q323 642 323 645T325 664Q329 677 335 683H352Q393 681 498 681Q541 681 568 681T605 682T619 682Q633 682 633 672Q633 670 630 658Q626 642 623 640T604 637Q552 637 545 623Q541 610 483 376Q420 128 419 127Q397 64 333 21T195 -22Q137 -22 97 8T57 88Q57 130 80 152T132 174Q177 174 182 130Q182 98 164 80T123 56Q115 54 115 53T122 44Q148 15 197 15Q235 15 271 47T324 130Q328 142 387 380T447 625Z"></path></defs><g stroke="currentColor" fill="currentColor" stroke-width="0" transform="matrix(1 0 0 -1 0 0)"><use xlink:href="#E5-MJMATHI-44" x="0" y="0"></use><use xlink:href="#E5-MJMAIN-3D" x="1105" y="0"></use><use xlink:href="#E5-MJMAIN-25BD" x="2161" y="0"></use><use xlink:href="#E5-MJMATHI-43" x="3050" y="0"></use><use xlink:href="#E5-MJMAIN-2212" x="4032" y="0"></use><use xlink:href="#E5-MJMATHI-4A" x="5033" y="0"></use></g></svg></span></div><script type="math/tex; mode=display" id="MathJax-Element-2">D=▽C-J</script></div></div><p><span>And the D value can be used in the Fick&#39;s Second Law, and because the diffusion is taken place on liposome which can be considered as a perfect sphere, the formula can be inferred as is:</span></p><div contenteditable="false" spellcheck="false" class="mathjax-block md-end-block md-math-block md-rawblock" id="mathjax-n7" cid="n7" mdtype="math_block"><div class="md-rawblock-container md-math-container" tabindex="-1"><div class="MathJax_SVG_Display" style="text-align: center;"><span class="MathJax_SVG" id="MathJax-Element-3-Frame" tabindex="-1" style="font-size: 100%; display: inline-block;"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="24.221ex" height="5.851ex" viewBox="0 -1678.8 10428.6 2519.2" role="img" focusable="false" style="vertical-align: -1.952ex; max-width: 100%;"><defs><path stroke-width="0" id="E6-MJMAIN-2202" d="M202 508Q179 508 169 520T158 547Q158 557 164 577T185 624T230 675T301 710L333 715H345Q378 715 384 714Q447 703 489 661T549 568T566 457Q566 362 519 240T402 53Q321 -22 223 -22Q123 -22 73 56Q42 102 42 148V159Q42 276 129 370T322 465Q383 465 414 434T455 367L458 378Q478 461 478 515Q478 603 437 639T344 676Q266 676 223 612Q264 606 264 572Q264 547 246 528T202 508ZM430 306Q430 372 401 400T333 428Q270 428 222 382Q197 354 183 323T150 221Q132 149 132 116Q132 21 232 21Q244 21 250 22Q327 35 374 112Q389 137 409 196T430 306Z"></path><path stroke-width="0" id="E6-MJMATHI-43" d="M50 252Q50 367 117 473T286 641T490 704Q580 704 633 653Q642 643 648 636T656 626L657 623Q660 623 684 649Q691 655 699 663T715 679T725 690L740 705H746Q760 705 760 698Q760 694 728 561Q692 422 692 421Q690 416 687 415T669 413H653Q647 419 647 422Q647 423 648 429T650 449T651 481Q651 552 619 605T510 659Q484 659 454 652T382 628T299 572T226 479Q194 422 175 346T156 222Q156 108 232 58Q280 24 350 24Q441 24 512 92T606 240Q610 253 612 255T628 257Q648 257 648 248Q648 243 647 239Q618 132 523 55T319 -22Q206 -22 128 53T50 252Z"></path><path stroke-width="0" id="E6-MJMATHI-74" d="M26 385Q19 392 19 395Q19 399 22 411T27 425Q29 430 36 430T87 431H140L159 511Q162 522 166 540T173 566T179 586T187 603T197 615T211 624T229 626Q247 625 254 615T261 596Q261 589 252 549T232 470L222 433Q222 431 272 431H323Q330 424 330 420Q330 398 317 385H210L174 240Q135 80 135 68Q135 26 162 26Q197 26 230 60T283 144Q285 150 288 151T303 153H307Q322 153 322 145Q322 142 319 133Q314 117 301 95T267 48T216 6T155 -11Q125 -11 98 4T59 56Q57 64 57 83V101L92 241Q127 382 128 383Q128 385 77 385H26Z"></path><path stroke-width="0" id="E6-MJMAIN-3D" d="M56 347Q56 360 70 367H707Q722 359 722 347Q722 336 708 328L390 327H72Q56 332 56 347ZM56 153Q56 168 72 173H708Q722 163 722 153Q722 140 707 133H70Q56 140 56 153Z"></path><path stroke-width="0" id="E6-MJMATHI-44" d="M287 628Q287 635 230 637Q207 637 200 638T193 647Q193 655 197 667T204 682Q206 683 403 683Q570 682 590 682T630 676Q702 659 752 597T803 431Q803 275 696 151T444 3L430 1L236 0H125H72Q48 0 41 2T33 11Q33 13 36 25Q40 41 44 43T67 46Q94 46 127 49Q141 52 146 61Q149 65 218 339T287 628ZM703 469Q703 507 692 537T666 584T629 613T590 629T555 636Q553 636 541 636T512 636T479 637H436Q392 637 386 627Q384 623 313 339T242 52Q242 48 253 48T330 47Q335 47 349 47T373 46Q499 46 581 128Q617 164 640 212T683 339T703 469Z"></path><path stroke-width="0" id="E6-MJMAIN-28" d="M94 250Q94 319 104 381T127 488T164 576T202 643T244 695T277 729T302 750H315H319Q333 750 333 741Q333 738 316 720T275 667T226 581T184 443T167 250T184 58T225 -81T274 -167T316 -220T333 -241Q333 -250 318 -250H315H302L274 -226Q180 -141 137 -14T94 250Z"></path><path stroke-width="0" id="E6-MJMAIN-32" d="M109 429Q82 429 66 447T50 491Q50 562 103 614T235 666Q326 666 387 610T449 465Q449 422 429 383T381 315T301 241Q265 210 201 149L142 93L218 92Q375 92 385 97Q392 99 409 186V189H449V186Q448 183 436 95T421 3V0H50V19V31Q50 38 56 46T86 81Q115 113 136 137Q145 147 170 174T204 211T233 244T261 278T284 308T305 340T320 369T333 401T340 431T343 464Q343 527 309 573T212 619Q179 619 154 602T119 569T109 550Q109 549 114 549Q132 549 151 535T170 489Q170 464 154 447T109 429Z"></path><path stroke-width="0" id="E6-MJMATHI-72" d="M21 287Q22 290 23 295T28 317T38 348T53 381T73 411T99 433T132 442Q161 442 183 430T214 408T225 388Q227 382 228 382T236 389Q284 441 347 441H350Q398 441 422 400Q430 381 430 363Q430 333 417 315T391 292T366 288Q346 288 334 299T322 328Q322 376 378 392Q356 405 342 405Q286 405 239 331Q229 315 224 298T190 165Q156 25 151 16Q138 -11 108 -11Q95 -11 87 -5T76 7T74 17Q74 30 114 189T154 366Q154 405 128 405Q107 405 92 377T68 316T57 280Q55 278 41 278H27Q21 284 21 287Z"></path><path stroke-width="0" id="E6-MJMAIN-2B" d="M56 237T56 250T70 270H369V420L370 570Q380 583 389 583Q402 583 409 568V270H707Q722 262 722 250T707 230H409V-68Q401 -82 391 -82H389H387Q375 -82 369 -68V230H70Q56 237 56 250Z"></path><path stroke-width="0" id="E6-MJMAIN-29" d="M60 749L64 750Q69 750 74 750H86L114 726Q208 641 251 514T294 250Q294 182 284 119T261 12T224 -76T186 -143T145 -194T113 -227T90 -246Q87 -249 86 -250H74Q66 -250 63 -250T58 -247T55 -238Q56 -237 66 -225Q221 -64 221 250T66 725Q56 737 55 738Q55 746 60 749Z"></path></defs><g stroke="currentColor" fill="currentColor" stroke-width="0" transform="matrix(1 0 0 -1 0 0)"><g transform="translate(120,0)"><rect stroke="none" width="1411" height="60" x="0" y="220"></rect><g transform="translate(60,676)"><use xlink:href="#E6-MJMAIN-2202" x="0" y="0"></use><use xlink:href="#E6-MJMATHI-43" x="531" y="0"></use></g><g transform="translate(259,-687)"><use xlink:href="#E6-MJMAIN-2202" x="0" y="0"></use><use xlink:href="#E6-MJMATHI-74" x="531" y="0"></use></g></g><use xlink:href="#E6-MJMAIN-3D" x="1928" y="0"></use><use xlink:href="#E6-MJMATHI-44" x="2984" y="0"></use><use xlink:href="#E6-MJMAIN-28" x="3812" y="0"></use><g transform="translate(4201,0)"><g transform="translate(120,0)"><rect stroke="none" width="1864" height="60" x="0" y="220"></rect><g transform="translate(60,676)"><use xlink:href="#E6-MJMAIN-2202" x="0" y="0"></use><use transform="scale(0.707)" xlink:href="#E6-MJMAIN-32" x="750" y="625"></use><use xlink:href="#E6-MJMATHI-43" x="984" y="0"></use></g><g transform="translate(214,-731)"><use xlink:href="#E6-MJMAIN-2202" x="0" y="0"></use><g transform="translate(531,0)"><use xlink:href="#E6-MJMATHI-72" x="0" y="0"></use><use transform="scale(0.707)" xlink:href="#E6-MJMAIN-32" x="637" y="408"></use></g></g></g></g><use xlink:href="#E6-MJMAIN-2B" x="6528" y="0"></use><g transform="translate(7306,0)"><g transform="translate(342,0)"><rect stroke="none" width="620" height="60" x="0" y="220"></rect><use xlink:href="#E6-MJMAIN-32" x="60" y="676"></use><use xlink:href="#E6-MJMATHI-72" x="84" y="-686"></use></g></g><g transform="translate(8388,0)"><g transform="translate(120,0)"><rect stroke="none" width="1411" height="60" x="0" y="220"></rect><g transform="translate(60,676)"><use xlink:href="#E6-MJMAIN-2202" x="0" y="0"></use><use xlink:href="#E6-MJMATHI-43" x="531" y="0"></use></g><g transform="translate(214,-687)"><use xlink:href="#E6-MJMAIN-2202" x="0" y="0"></use><use xlink:href="#E6-MJMATHI-72" x="531" y="0"></use></g></g></g><use xlink:href="#E6-MJMAIN-29" x="10039" y="0"></use></g></svg></span></div><script type="math/tex; mode=display" id="MathJax-Element-3">\frac{∂C}{∂t}=D(\frac{∂^2C}{∂r^2}+\frac{2}{r}\frac{∂C}{∂r})</script></div></div><p><span>And through this formula, we can work out the relationship between the concentration of the doxorubicin, change in time and the change in position. Through which, we can indicate the maximum drug loading amount by the maximum concentration of doxorubicin in the liposome.</span></p><p>&nbsp;</p></div></div>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 10:32, 9 September 2021

<!DOCTYPE html>
Maximum Drug Loading Amount(Markdown)

Maximum Drug Loading Amount

Because the doxorubicin is loaded onto the liposomes via diffusion, it must follow the pattern of the Fick's First Law, which is :

In this formula, J represents the diffusion flux, D represents the diffusion coefficient, ▽ represents the gradient operator and C represents the concentration. We can work out the value of J and ▽C by carrying out experiments, which can help us work out the value of D. Which is:

And the D value can be used in the Fick's Second Law, and because the diffusion is taken place on liposome which can be considered as a perfect sphere, the formula can be inferred as is:

And through this formula, we can work out the relationship between the concentration of the doxorubicin, change in time and the change in position. Through which, we can indicate the maximum drug loading amount by the maximum concentration of doxorubicin in the liposome.