(274 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{NAU-CHINA/ResetCSS}} | ||
{{NAU-CHINA}} | {{NAU-CHINA}} | ||
− | <html> | + | {{NAU-CHINA/Hheader}} |
+ | <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | <head> | ||
− | <style> | + | <meta charset="utf-8" /> |
− | + | <title></title> | |
− | + | ||
− | + | <style> | |
+ | #mw-content-text { | ||
+ | margin:0 0 0 0; | ||
+ | } | ||
+ | body { | ||
+ | margin: 0;padding: 0; | ||
+ | |||
+ | /*overflow-y:hidden;*/ | ||
+ | |||
+ | background-color:rgb(14,18,26); | ||
+ | /*background-image:url(https://static.igem.org/mediawiki/2018/d/da/T--NAU-CHINA--bgimg.svg);*/ | ||
+ | background-size:100%; | ||
+ | background-position:top center; | ||
+ | background-repeat:no-repeat; | ||
+ | /*padding-top:1000px;*/ | ||
+ | } | ||
+ | |||
+ | svg { | ||
+ | background-color:rgb(14,18,26); | ||
+ | margin-top:-140px; | ||
+ | } | ||
+ | /* | ||
+ | ::-webkit-scrollbar { | ||
+ | width: 0; | ||
+ | } | ||
+ | */ | ||
+ | |||
+ | #HomePageBackground { | ||
+ | /*background-image: url("https://static.igem.org/mediawiki/2018/9/9c/T--NAU-CHINA--HomePage.svg"); | ||
+ | height:5613.43px; | ||
+ | background-size: 100%;*/ | ||
+ | text-align: center; | ||
+ | background: rgb(14,18,26); | ||
+ | z-index: -99; | ||
+ | cursor: default !important; | ||
+ | |||
+ | background-color:rgb(14,18,26); | ||
+ | /*background-image:url(https://static.igem.org/mediawiki/2018/d/da/T--NAU-CHINA--bgimg.svg);*/ | ||
+ | background-size:100%; | ||
+ | background-position:top center; | ||
+ | background-repeat:no-repeat; | ||
+ | } | ||
+ | |||
+ | #CornerIcon { | ||
+ | background-color: transparent; | ||
+ | position: absolute; | ||
+ | width:20vw; | ||
+ | top: 2.5vh; | ||
+ | left: 2vw; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | |||
+ | #Title { | ||
+ | font-family:"Michroma","Arial",sans-serif; | ||
+ | color:white; | ||
+ | font-size:10vw; | ||
+ | text-align:center; | ||
+ | position:absolute; | ||
+ | top:35vh; | ||
+ | left:28vw; | ||
+ | } | ||
+ | #subTitle { | ||
+ | font-family:"Lucida Handwriting",sans-serif; | ||
+ | color:white; | ||
+ | font-size:2vw; | ||
+ | text-align:center; | ||
+ | position:absolute; | ||
+ | top:67vh; | ||
+ | left:12.7vw; | ||
+ | } | ||
+ | #clickDown img { | ||
+ | position:absolute; | ||
+ | top:75vh; | ||
+ | /*left:42vw;*/ | ||
+ | cursor:pointer; | ||
+ | width:15vw; | ||
+ | } | ||
+ | #clickDown img:hover { | ||
+ | top:78vh; | ||
+ | transition:.5s; | ||
+ | } | ||
+ | .HomeDiv { | ||
+ | /*width: 700px;*/ | ||
+ | position: absolute; | ||
+ | color: white; | ||
+ | } | ||
+ | /* | ||
+ | .HomeDiv p { | ||
+ | font-size: 18px !important; | ||
+ | text-align: justify; | ||
+ | line-height: 1.7em; | ||
+ | } | ||
+ | */ | ||
+ | #div1 {top: 84vw;left: 10vw;} | ||
+ | #div2 {top: 119.5vw;left: 48.7vw;} | ||
+ | #div3 {top: 154.5vw;left: 10vw;} | ||
+ | #div4 {top: 189.5vw;left: 63.6vw;} | ||
+ | #div5 {top: 227.5vw;left: 10vw;} | ||
+ | .HomeStrong {font-size: 30px;color: red;line-height: 1.8em;} | ||
+ | .HomeNormal {font-size: 18px;color: red;} | ||
+ | |||
+ | video {top:150vw;left:50vw;width:30vw;position:absolute;} | ||
+ | |||
+ | |||
+ | |||
+ | #backButton { | ||
+ | position: absolute; | ||
+ | top: 537vh; | ||
+ | left: 92vw; | ||
+ | width: 5vw; | ||
+ | height: 3vw; | ||
+ | border: 3px solid #30343B; | ||
+ | border-radius: 8%; | ||
+ | background: rgb(14,16,23); | ||
+ | line-height: 2.6vw; | ||
+ | font-size: 1vw; | ||
+ | text-align: center; | ||
+ | color: white; | ||
+ | font-weight: bold; | ||
+ | cursor:pointer; | ||
} | } | ||
+ | div#backButton:hover { | ||
+ | border: 2px white solid; | ||
+ | /*top: 534vh; | ||
+ | transition: top .5s;*/ | ||
+ | } | ||
+ | @keyframes animateForward { | ||
+ | 0%{stroke-dashoffset:900000} | ||
+ | 100%{stroke-dashoffset:0} | ||
+ | } | ||
+ | @keyframes animateBackward { | ||
+ | 0%{stroke-dashoffset:0} | ||
+ | 100%{stroke-dashoffset:800000} | ||
+ | } | ||
+ | polyline { | ||
+ | animation:animateForward 3600s linear forwards; | ||
+ | stroke-dasharray:300 100; | ||
+ | /*stroke-opacity:0.5;*/ | ||
+ | } | ||
+ | |||
+ | path { | ||
+ | animation:animateForward 3600s linear forwards; | ||
+ | stroke-dasharray:300 100; | ||
+ | } | ||
+ | line { | ||
+ | animation:animateForward 3600s linear forwards; | ||
+ | stroke-dasharray:300 100; | ||
+ | /*stroke-opacity:0.5;*/ | ||
+ | } | ||
+ | circle { | ||
+ | fill:red; | ||
+ | } | ||
+ | #M1 { | ||
+ | animation:animateForward 3600s linear forwards; | ||
+ | stroke-dasharray:230 100; | ||
+ | } | ||
+ | #M2 { | ||
+ | animation:animateForward 3600s linear forwards; | ||
+ | stroke-dasharray:300 130; | ||
+ | } | ||
+ | #M3 { | ||
+ | animation:animateForward 3600s linear forwards; | ||
+ | stroke-dasharray:300 100; | ||
+ | } | ||
+ | #M4 { | ||
+ | animation:animateForward 3600s linear forwards; | ||
+ | stroke-dasharray:250 180; | ||
+ | } | ||
+ | #M5 { | ||
+ | animation:animateBackward 3000s linear forwards; | ||
+ | stroke-dasharray:270 150; | ||
+ | } | ||
</style> | </style> | ||
− | |||
+ | </head> | ||
<body> | <body> | ||
+ | <div id="CornerIcon"> | ||
+ | <a href="https://2018.igem.org/Team:NAU-CHINA"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/0/05/T--NAU-CHINA--CornerIcon.png" alt="CornerIcon"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div id="clickDown"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/d/d2/T--NAU-CHINA--ScrollDown.svg" /> | ||
+ | </div> | ||
+ | <video src="https://static.igem.org/mediawiki/2018/5/59/T--NAU-CHINA--descrition2.mp4" controls='controls'></video> | ||
+ | |||
+ | |||
+ | <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" | ||
+ | y="0px" viewBox="0 0 891.089 2313.43" style="enable-background:new 0 0 891.089 2313.43;" xml:space="preserve"> | ||
+ | <line id="下线条5" style="fill:none;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" x1="384.711" y1="587.599" x2="384.711" y2="678.421"/> | ||
+ | <line id="下线条4" style="fill:none;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" x1="384.711" y1="622.751" x2="362.001" y2="612.292"/> | ||
+ | <circle style="stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="362.001" cy="612.292" r="5.754"/> | ||
+ | <polyline id="下最长线条" style="fill:none;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" points=" | ||
+ | 318.483,559.192 318.483,651.387 36.849,749.468 36.849,804.887 36.849,922.904 80.347,968.887 817.33,968.887 858.71,1015.737 | ||
+ | 858.71,1284.887 808.135,1332.887 76.133,1332.887 36.849,1373.145 36.849,1575.145 66.133,1619.145 816.985,1619.145 | ||
+ | 860.483,1667.145 860.483,1923.145 822.078,1963.145 74.133,1960.647 36.849,2006.647 36.849,2233.145 68.133,2271.145 | ||
+ | 858.71,2271.145 "/> | ||
+ | <polyline id="下线条2" style="fill:none;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" points=" | ||
+ | 294.956,540.219 294.956,602.571 319.121,626.571 "/> | ||
+ | <polyline id="下线条1" style="fill:none;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" points=" | ||
+ | 268.49,509.876 268.49,549.571 232.242,571.54 "/> | ||
+ | <g id="毛"> | ||
+ | <path id="M2" style="fill:none;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" d="M352.921,0 | ||
+ | c13.554,24.517,20.239,36.609,33.793,61.125c7.417,13.415,14.906,26.997,19.949,42.617c7.016,21.732,16.144,46.344,5.306,70.422"/> | ||
+ | <path id="M1" style="fill:none;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" d="M268.659,4.223 | ||
+ | c3.653,17.561,16.878,31.586,25.767,43.406c15.043,20.004,53.753,53.514,60.146,62.906c11.738,17.247,20.22,40.368,14.06,66.526"/> | ||
+ | <path id="M3" style="fill:none;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" d="M437.264,0 | ||
+ | c4.201,60.306,28.174,87.175,10.433,151.239c2.032-0.936,0.557,1.885-1.125,0.432"/> | ||
+ | <path id="M4" style="fill:none;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" d="M519.017,0 | ||
+ | c-10.973,30.636-22.104,61.917-26.636,96.41c-1.598,12.164-2.349,24.559-3.097,36.923c-0.549,9.074-1.098,18.148-1.647,27.222"/> | ||
+ | <path id="M5" style="fill:none;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" d="M529.646,160.571l19.493-60.931 | ||
+ | c9.047-28.278,21.88-53.69,37.735-74.722L605.659,0"/> | ||
+ | </g> | ||
+ | <path id="细胞膜" style="stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d=" | ||
+ | M606.84,356.517c-12.379,9.97-29.5,9.251-44.72,6.189c-15.22-3.063-30.682-8.031-45.912-5.025 | ||
+ | c-6.511,1.285-12.743,4.005-19.306,4.936c-14.33,2.034-28.491-4.589-42.936-5.157c-12.451-0.489-24.62,3.523-36.93,5.583 | ||
+ | c-12.31,2.06-25.884,1.854-35.986-5.959c-2.651-2.05-5.03-4.601-8.048-5.949c-7.879-3.52-16.386,2.174-24.156,5.961 | ||
+ | c-14.54,7.086-30.629,7.391-46.23,5.521c-13.03-1.561-23.412,4.218-36.39,4.753c-7.357,0.303-14.942,0.437-21.814-2.395 | ||
+ | c-14.486-5.969-22.098-26.178-15.539-41.249c2.587-5.945,18.697-9.406,15.452-14.968c-5.178-8.877-11.288-15.757-2.392-28.729 | ||
+ | c1.876-2.735,2.567-6.193,2.073-9.546c-0.396-2.688-0.763-5.78-1.235-7.42c-0.431-1.497-0.671-3.057-0.558-4.62 | ||
+ | c1.42-19.707,8.277-25.654,26.277-34.76c3.258-1.648,7.24-3,9.873-5.635c3.07-3.073,4.602-7.458,6.393-11.53 | ||
+ | c10.643-24.196,34.381-41.132,59.321-42.321c5.027-0.24,10.131,0.104,15.032-1.116c5.272-1.312,9.997-4.353,14.778-7.071 | ||
+ | c19.522-11.099,42.538-17.349,63.892-11.246c6.544,1.87,12.789,4.853,19.39,6.473c21.806,5.353,46.213-4.35,66.278,6.252 | ||
+ | c13.615,7.194,22.28,22.45,35.784,29.882c12.62,6.946,29.052,6.892,38.462,18.269c7.382,8.925,7.939,22.135,13.355,32.553 | ||
+ | c5.064,9.739,14.025,16.409,20.242,25.347c6.816,9.799,10.112,22.34,9.068,34.51c-0.581,6.785-2.454,13.545-1.625,20.3 | ||
+ | c0.969,7.897,5.539,14.891,6.492,22.79c1.084,8.981-3.236,18.607-10.75,22.753c-7.514,4.146-17.725,2.055-22.848-5.147 | ||
+ | c-5.123-7.202-4.031-18.785,2.668-24.306"/> | ||
+ | <path style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" d="M362.272,214.295"/> | ||
+ | <path style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" d="M361.102,221.865"/> | ||
+ | <path id="内质网" style="fill:none;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d=" | ||
+ | M364.714,217.247c1.267,0.468,1.79,2.11,1.093,3.348c-1.124,1.998-3.573,3.324-5.848,3.652c-3.181,0.458-6.546-0.153-9.521,1.15 | ||
+ | c-3.665,1.605-5.935,8.201-0.264,9.448c2.065-1.153,3.483-1.945,5.548-3.098c1.4-2.573,10.034-2.821,9.354,1.466 | ||
+ | c-0.194,1.226-1.081,2.192-2.154,2.636c-4.889,2.024-9.778,4.048-14.667,6.072c-2.71,1.122-5.584,2.372-6.923,5.363 | ||
+ | c-0.907,2.026-0.543,4.577,1.194,5.813c2.698,1.92,6.126-1.007,8.147-3.776c1.471-2.016,3.48-4.26,5.602-4.779 | ||
+ | c1.033-0.253,1.781,1.028,1.246,2.018c-0.763,1.411-1.18,3.044-1.195,4.679c-0.012,1.231,1.149,2.079,2.207,1.629 | ||
+ | c6.236-2.654,11.576-7.767,14.644-14.244c1.065-2.248,2.557-4.263,4.517-5.631c7.083-4.944,11.775,3.111,10.337,9.039 | ||
+ | c-1.071,4.415-4.453,7.694-7.897,10.325c-3.935,3.006-8.178,5.54-12.625,7.541c-4.057,1.825-8.417,3.295-11.605,6.569 | ||
+ | c-2.592,2.662-4.079,7.024-3.048,10.541c0.384,1.31,4.158,0.844,5.325,0.306c20.214-9.303,34.755-25.654,56.2-30.82 | ||
+ | c15.636-3.767,31.951-0.505,47.645,2.629c1.809,0.361,3.714,0.094,5.278-0.954c3.833-2.57,2.3-7.12-0.426-9.067 | ||
+ | c-1.948-1.391-4.352-1.755-6.671-2.029c-9.309-1.1-18.707-1.31-28.049-0.624c-2.371,0.174-4.66-1.398-5.204-3.904 | ||
+ | c-0.777-3.581,2.749-5.534,5.704-6.252c8.657-2.102,17.924-1.138,26.053,2.712c3.392,1.606,6.88,3.761,10.675,2.064 | ||
+ | c1.902-0.851,3.119-3.051,2.628-5.216c-1.052-4.643-8.33-3.195-7.424-9.154c0.004-0.016,0.009-0.033,0.014-0.048 | ||
+ | c0.305-0.683,0.894-1.167,1.511-1.524c3.4-1.968,7.588-0.658,11.121,1.014c3.999,1.892,8.19,4.273,12.546,2.729 | ||
+ | c2.589-0.918,4.504-3.5,4.221-6.435c-0.254-2.633-2.135-3.817-3.966-4.753c-13.894-7.099-31.372-5.088-43.58,5.015 | ||
+ | c-2.147,1.777-4.39,3.875-6.94,4.46c-0.827,0.19-1.547-0.649-1.325-1.533c0.267-1.067,0.534-2.134,0.802-3.201 | ||
+ | c0.264-1.054-0.542-2.088-1.542-1.947c-12.976,1.834-22.567,18.87-35.382,19.043c-1.071,0.014-1.762-1.221-1.218-2.221 | ||
+ | c2.608-4.791,5.216-9.582,7.824-14.373c0.278-0.511,0.564-1.049,0.586-1.641c0.1-2.657-3.944-2.114-5.647-0.199 | ||
+ | c-0.721,0.81-1.616,1.718-2.542,2.354c-1.197,0.822-2.487-0.829-1.645-2.063c1.664-2.44,2.527-5.531,2.373-8.56 | ||
+ | c-0.055-1.082-1.226-1.663-1.993-0.968c-5.094,4.614-9.605,9.982-13.367,15.909c-1.638,2.582-3.238,5.379-6.235,6.323 | ||
+ | c-1.589,0.501-3.377,0.039-4.444-1.332c-4.122-5.296,8.103-12.151,4.083-18.762c-1.563-2.571-4.648-3.524-7.343-2.549 | ||
+ | c-5.986,2.166-10.749,3.478-13.672,5.923c-1.303,1.09-5.457,4.565-4.733,6.521c0.09,0.242,0.34,0.694,2.495,1.351 | ||
+ | C361.105,216.611,362.591,216.463,364.714,217.247z"/> | ||
+ | <path style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" d="M357.669,216.596"/> | ||
+ | <circle style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="408.3" cy="208.541" r="1.726"/> | ||
+ | <circle style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="340.409" cy="245.364" r="1.726"/> | ||
+ | <circle style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="350.765" cy="271.83" r="1.726"/> | ||
+ | <g id="核糖体"> | ||
+ | |||
+ | <circle id="核糖体21" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="427.863" cy="211.994" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体3" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="463.534" cy="201.637" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体4" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="437.068" cy="233.857" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体20" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="384.136" cy="217.747" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体19" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="407.15" cy="220.048" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体18" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="356.519" cy="206.24" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体17" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="347.313" cy="225.802" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体16" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="373.779" cy="241.912" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体15" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="377.231" cy="252.268" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体14" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="335.806" cy="282.187" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体13" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="332.354" cy="262.625" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体12" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="343.861" cy="281.036" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体11" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="315.093" cy="302.899" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体10" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="326.6" cy="321.311" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体9" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="431.315" cy="198.185" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体8" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="425.561" cy="187.829" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体7" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="422.109" cy="197.034" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体6" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="414.054" cy="179.774" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体1" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="445.123" cy="178.623" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体2" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="448.575" cy="188.979" r="1.726"/> | ||
+ | |||
+ | <circle id="核糖体5" style="fill:#FFFFFF;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="466.987" cy="233.857" r="1.726"/> | ||
+ | </g> | ||
+ | <path id="下半边框" style="fill:#30343B;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" d=" | ||
+ | M644.196,391.504c0-9.541-6.93-17.189-15.835-17.189l-380.408-0.268c-8.904,0-15.711,7.916-15.711,17.457v3.452 | ||
+ | c0,114.076,91.901,199.648,205.977,199.648s205.977-86.723,205.977-200.798V391.504z"/> | ||
+ | <line id="下线条6" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;" x1="269.065" y1="651.508" x2="111.381" y2="705.335"/> | ||
+ | <polyline id="下线条8" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;" points=" | ||
+ | 194.533,708.668 86.391,744.374 36.849,762.495 "/> | ||
+ | <polyline id="下线条11" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;" points=" | ||
+ | 773.372,951.794 671.824,951.794 635.536,968.887 "/> | ||
+ | <g id="下半路径"> | ||
+ | |||
+ | <line id="下半路径3" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" x1="359.917" y1="407.614" x2="413.917" y2="407.614"/> | ||
+ | <polyline id="下半路径1" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" points=" | ||
+ | 284.599,451.916 284.599,425.45 297.257,415.093 297.257,374.082 "/> | ||
+ | <polyline id="下半路径2" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" points=" | ||
+ | 312.216,469.177 330.628,451.916 330.628,408.189 317.97,396.682 317.587,374.096 "/> | ||
+ | |||
+ | <line id="下半路径10" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" x1="268.49" y1="473.779" x2="268.49" y2="509.876"/> | ||
+ | |||
+ | <polyline id="下半路径11" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" points=" | ||
+ | 288.052,479.533 288.052,499.095 294.956,505.999 294.956,540.219 "/> | ||
+ | |||
+ | <line id="下半路径13" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" x1="319.121" y1="508.301" x2="319.121" y2="558.682"/> | ||
+ | |||
+ | <polyline id="下半路径17" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" points=" | ||
+ | 382.41,512.904 354.793,512.904 343.285,523.26 343.285,571.54 "/> | ||
+ | |||
+ | <line id="下半路径12" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" x1="332.929" y1="479.533" x2="380.108" y2="479.533"/> | ||
+ | <polyline id="下半路径8" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" points=" | ||
+ | 350.19,433.505 395.067,433.505 414.629,451.916 491.727,451.916 "/> | ||
+ | <polyline id="下半路径4" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" points=" | ||
+ | 427.287,427.751 442.246,412.792 442.246,374.184 "/> | ||
+ | |||
+ | <line id="下半路径14" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" x1="427.535" y1="477.812" x2="427.028" y2="526.711"/> | ||
+ | <polyline id="下半路径6" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" points=" | ||
+ | 464.11,496.794 506.686,496.794 517.042,487.588 517.042,423.148 504.385,412.792 504.001,374.228 "/> | ||
+ | |||
+ | <line id="下半路径5" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" x1="483.672" y1="402.436" x2="483.672" y2="374.228"/> | ||
+ | |||
+ | <polyline id="下半路径21" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" points=" | ||
+ | 407.725,565.836 393.917,553.178 384.711,558.932 384.711,587.599 "/> | ||
+ | |||
+ | <polyline id="下半路径20" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" points=" | ||
+ | 407.725,546.274 424.986,561.233 499.782,561.233 517.042,579.023 "/> | ||
+ | |||
+ | <line id="下半路径18" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" x1="464.11" y1="526.712" x2="525.097" y2="526.712"/> | ||
+ | <polyline id="下半路径7" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" points=" | ||
+ | 538.344,397.833 549.895,408.189 599.246,408.189 604.496,403.586 604.496,374.298 "/> | ||
− | < | + | <line id="下半路径9" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" x1="550.413" y1="428.902" x2="640.73" y2="428.902"/> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | <polyline id="下半路径15" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" points=" |
− | + | 544.659,503.698 544.659,469.177 561.92,451.916 634.703,451.916 "/> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | <line id="下半路径16" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" x1="569.975" y1="478.382" x2="625.783" y2="478.382"/> |
− | + | ||
− | + | ||
− | + | ||
+ | <polyline id="下半路径19" style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" points=" | ||
+ | 540.632,542.247 583.208,501.396 613.149,501.396 "/> | ||
+ | </g> | ||
+ | <path style="fill:none;stroke:#FFFFFF;stroke-width:5;stroke-miterlimit:10;" d="M553.865,518.657"/> | ||
+ | <path style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" d="M553.903,559.192"/> | ||
+ | <path style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" d="M388.738,154.458"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="285.175" cy="455.944" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="309.34" cy="472.053" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="288.627" cy="475.506" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="269.065" cy="468.601" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="345.012" cy="434.08" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="328.902" cy="480.108" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="384.136" cy="478.958" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="424.41" cy="430.628" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="319.696" cy="504.273" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="387.588" cy="511.177" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="427.028" cy="531.89" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="458.932" cy="527.287" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="530.276" cy="526.137" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="427.454" cy="472.053" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="460.082" cy="497.369" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="495.754" cy="451.341" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="410.602" cy="568.713" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="403.698" cy="542.247" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="546.385" cy="429.477" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="484.247" cy="407.614" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="564.797" cy="478.958" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="545.235" cy="507.725" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="537.18" cy="545.699" r="5.754"/> | ||
+ | <path id="核仁" style="fill:#30343B;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" d="M440.763,360.491 | ||
+ | c-0.161-1.339-0.243-2.702-0.243-4.084c0-18.748,15.198-33.946,33.946-33.946c18.748,0,33.946,15.198,33.946,33.946 | ||
+ | c0,1.841-0.147,3.648-0.429,5.41"/> | ||
+ | <path id="细胞核膜" style="fill:none;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" d=" | ||
+ | M330.052,361.586c0-61.01,49.458-110.468,110.468-110.468s110.468,49.458,110.468,110.468"/> | ||
+ | <g id="高尔基体"> | ||
+ | <circle id="高尔基体囊泡1" style="fill:#FFFFFF;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" cx="594.715" cy="346.626" r="2.301"/> | ||
− | < | + | <path id="高尔基体填充6" style="fill:#30343B;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d=" |
− | + | M569.308,258.249c1.07,2.186,1.885,3.343,2.598,5.307c1.018,2.804,7.79,14.029,7.79,14.029s-8.857-8.653-11.917-10.207 | |
− | + | c-1.575-0.8-3.223-1.833-4.602-3.126c-1.584-1.485-3.316-4.201-3.479-5.835s0.25-3.021,1.276-3.771 | |
− | + | c1.332-0.974,3.372-0.635,5.337,0.677C567.373,256.032,568.638,256.882,569.308,258.249z"/> | |
− | </ | + | <circle id="高尔基体囊泡4" style="fill:#30343B;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" cx="506.686" cy="255.145" r="4.027"/> |
+ | <path id="高尔基体线条3" style="fill:none;stroke:#30343B;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d=" | ||
+ | M569.865,266.699c8.361,7.652,8.136,9.871,15.069,20.666c4.151,6.463,7.025,14.385,9.287,20.647 | ||
+ | c-0.203-0.859,1.272,7.829,1.069,6.97"/> | ||
+ | <path id="高尔基体填充5" style="fill:#30343B;stroke:#30343B;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d=" | ||
+ | M590.954,319.43c0.084-0.673,0.279-1.581,0.349-2.285c0.159-1.605,0.454-2.973,0.698-4.57c0.459-3.01-0.622-11.227-0.892-13.185 | ||
+ | c-0.006-0.041-0.434-0.557-0.421-0.517c0.606,1.833,3.62,9.88,5.379,14.115c0.832,3.565,0.832,3.565,1.839,5.988 | ||
+ | c1.007,2.423,2.052,4.821,0.483,5.85c-1.007,0.661-1.99,0.858-2.885,0.868c-0.463,0.005-1.846,0.208-2.711-0.275l-0.001,0 | ||
+ | c-1.546-0.562-2.459-1.918-2.244-3.33l0.057-0.373C590.78,320.572,590.85,320.26,590.954,319.43z"/> | ||
+ | <path id="高尔基体填充4" style="fill:#30343B;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d=" | ||
+ | M553.134,261.064c1.506,2.827,2.648,4.373,3.655,6.862c1.438,3.552,11.459,16.563,11.459,16.563s-12.898-10.372-17.165-12.854 | ||
+ | c-2.196-1.278-4.496-2.848-6.422-4.672c-2.214-2.096-4.644-5.689-4.884-7.672c-0.24-1.983,0.322-3.551,1.743-4.234 | ||
+ | c2.731-1.314,0.844-2.82,7.424,1.903C550.427,258.022,552.192,259.296,553.134,261.064z"/> | ||
− | < | + | <path id="高尔基体线条2" style="fill:none;stroke:#30343B;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d=" |
+ | M543.104,261.948c10.109,9.18,25.721,19.663,31.63,33.345c3.079,7.129,2.721,8.757,4.88,17.499 | ||
+ | c-0.167-0.936,0.884,5.427,0.717,4.491"/> | ||
+ | <path id="高尔基体填充3" style="fill:#30343B;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d=" | ||
+ | M578.307,331.918c0.192-2.716,0.028-4.311,0.466-6.593c0.626-3.257-0.744-18.398-0.744-18.398s5.176,14.077,7.5,17.473 | ||
+ | c1.197,1.748,2.329,3.759,3.014,5.84c0.787,2.391,0.979,6.021,0.153,7.645c-0.826,1.625-2.116,2.651-3.674,2.695 | ||
+ | c-2.022,0.056-3.999-1.558-5.3-4.031C579.021,335.213,578.187,333.617,578.307,331.918z"/> | ||
+ | <path id="高尔基体囊泡5" style="stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d=" | ||
+ | M585.509,325.914"/> | ||
− | < | + | <path id="高尔基体填充2" style="fill:#30343B;stroke:#30343B;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d=" |
+ | M534.634,264.846c1.695,3.109,3.005,4.824,4.115,7.547c1.585,3.886,10.534,18.413,10.534,18.413s-12.512-11.817-17.539-14.68 | ||
+ | c-2.588-1.474-5.287-3.266-7.529-5.316c-2.576-2.355-5.351-6.33-5.559-8.474c-0.208-2.144,0.53-3.806,2.265-4.477 | ||
+ | c3.335-1.29,1.128-2.995,8.845,2.382C531.504,261.451,533.574,262.901,534.634,264.846z"/> | ||
− | < | + | <path id="高尔基体线条1" style="fill:none;stroke:#30343B;stroke-width:9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d=" |
− | + | M522.545,266.496c11.777,10.332,28.051,23.58,36.662,37.3c4.026,6.415,2.916,9.544,5.158,19.046"/> | |
+ | <path id="高尔基体填充1" style="fill:#30343B;stroke:#30343B;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d=" | ||
+ | M562.022,342.208c0.341-2.913,0.208-4.637,0.827-7.072c0.884-3.476-0.929-22.456-0.929-22.456s6.429,18.007,9.086,21.765 | ||
+ | c1.367,1.935,2.647,4.149,3.385,6.419c0.849,2.608,0.934,6.522-0.125,8.232c-1.058,1.711-2.65,2.757-4.523,2.733 | ||
+ | c-2.432-0.03-4.743-1.857-6.206-4.575C562.747,345.786,561.809,344.03,562.022,342.208z"/> | ||
− | < | + | <ellipse id="高尔基体囊泡3" style="fill:#30343B;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" cx="534.878" cy="240.186" rx="5.754" ry="6.329"/> |
− | < | + | <circle id="高尔基体囊泡2" style="fill:#30343B;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" cx="570.55" cy="245.364" r="3.452"/> |
− | + | </g> | |
− | + | <g id="线粒体"> | |
− | </ | + | <path id="嵴6" style="fill:none;stroke:#30343B;stroke-width:4;stroke-miterlimit:10;" d="M290.824,255.08 |
− | </ | + | c-1.355-1.412-4.238-2.515-7.6-1.271c-4.632,1.714-11.332,4.776-17.045,10.259c-5.512,5.291-9.969,11.543-11.959,16.023 |
+ | c-1.569,3.532-0.515,7.773,0.906,9.253c1.37,1.427,5.795,2.568,9.208,1.284c4.616-1.735,10.94-5.672,16.607-11.112 | ||
+ | c5.859-5.624,9.842-12.979,11.671-17.587C293.861,258.784,292.132,256.442,290.824,255.08z"/> | ||
− | </ | + | <line id="嵴5" style="fill:none;stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="257.456" y1="277.492" x2="264.807" y2="283.586"/> |
− | < | + | <line id="嵴4" style="fill:none;stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="262.058" y1="272.889" x2="270.574" y2="280.615"/> |
− | + | ||
− | + | ||
− | </ | + | <line id="嵴3" style="fill:none;stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="266.661" y1="267.136" x2="276.342" y2="276.494"/> |
+ | <line id="嵴2" style="fill:none;stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="271.264" y1="262.533" x2="280.712" y2="271.565"/> | ||
+ | <line id="嵴1" style="fill:none;stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" x1="277.018" y1="257.93" x2="284.369" y2="264.024"/> | ||
+ | </g> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="418.657" cy="407.614" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="359.917" cy="407.614" r="5.754"/> | ||
+ | <circle style="fill:#30343B;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="534.878" cy="394.322" r="5.754"/> | ||
+ | <circle style="stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="232.242" cy="571.54" r="5.754"/> | ||
+ | <circle style="stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="384.136" cy="678.421" r="5.754"/> | ||
+ | <circle style="stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="268.489" cy="651.508" r="5.754"/> | ||
+ | <circle style="stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="773.371" cy="951.793" r="5.754"/> | ||
+ | <polyline id="下线条13" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;" points=" | ||
+ | 390.464,1350.177 492.012,1350.177 528.3,1333.084 "/> | ||
+ | <circle style="stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="390.465" cy="1350.178" r="5.754"/> | ||
+ | <polyline id="下线条21" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;" points=" | ||
+ | 309.78,1943.999 411.327,1943.999 447.616,1961.092 "/> | ||
+ | <circle style="stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="309.78" cy="1943.998" r="5.754"/> | ||
+ | <line id="下线条7" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;" x1="187.895" y1="696.866" x2="175.341" y2="685.79"/> | ||
+ | <path style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" d="M860.483,1014.605"/> | ||
+ | <path style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:10;" d="M816.985,968.622"/> | ||
+ | <polyline id="下线条12" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;" points=" | ||
+ | 822.078,990.605 848.685,1020.73 848.685,1050.453 "/> | ||
+ | <polyline id="下线条18" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;" points=" | ||
+ | 822.078,1649.939 848.685,1680.063 848.685,1709.786 "/> | ||
+ | <line id="下线条3" style="fill:none;stroke:#30343B;stroke-width:5;stroke-miterlimit:10;" x1="384.711" y1="637.145" x2="318.483" y2="606.645"/> | ||
+ | <line id="下线条9" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;" x1="223.992" y1="957.478" x2="290.659" y2="957.478"/> | ||
+ | <line id="下线条10" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;" x1="264.243" y1="981.145" x2="400.659" y2="981.145"/> | ||
+ | <line id="下线条16" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;" x1="507.992" y1="1605.478" x2="574.659" y2="1605.478"/> | ||
+ | <line id="下线条17" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;" x1="548.243" y1="1629.145" x2="684.659" y2="1629.145"/> | ||
+ | <circle style="stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="400.659" cy="981.145" r="5.754"/> | ||
+ | <polyline id="下线条15" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" points=" | ||
+ | 36.901,1395.078 18.863,1410.631 18.863,1472.841 "/> | ||
+ | <polyline id="下线条14" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" points=" | ||
+ | 36.849,1415.169 47.72,1424.542 47.72,1462.035 "/> | ||
+ | <circle style="stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="18.863" cy="1474.212" r="5.754"/> | ||
+ | <circle style="stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="47.72" cy="1462.035" r="5.754"/> | ||
+ | <polyline id="下线条19" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" points=" | ||
+ | 860.483,1761.354 844.281,1776.59 844.281,1837.533 "/> | ||
+ | <polyline id="下线条20" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" points=" | ||
+ | 862.267,1779.861 873.138,1789.235 873.138,1826.728 "/> | ||
+ | <circle style="stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="844.281" cy="1838.905" r="5.754"/> | ||
+ | <circle style="stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="873.138" cy="1826.728" r="5.754"/> | ||
+ | <polyline id="下线条23" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" points=" | ||
+ | 455.108,2271.658 470.344,2287.86 531.287,2287.86 "/> | ||
+ | <polyline id="下线条22" style="fill:none;stroke:#30343B;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" points=" | ||
+ | 473.615,2269.874 482.989,2259.003 520.482,2259.003 "/> | ||
+ | <circle style="stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="532.659" cy="2287.86" r="5.754"/> | ||
+ | <circle style="stroke:#30343B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" cx="520.482" cy="2259.003" r="5.754"/> | ||
+ | <line id="XMLID_102_" style="display:none;fill:none;stroke:#FFFFFF;stroke-width:5;stroke-miterlimit:10;" x1="1353.724" y1="1203.421" x2="1448.96" y2="1203.421"/> | ||
+ | <path id="XMLID_7_" style="display:none;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" d="M1447.419,1204.171 | ||
+ | c0-15.123,12.259-27.382,27.382-27.382c15.122,0,27.382,12.259,27.382,27.382c0,15.122-12.259,27.382-27.382,27.382 | ||
+ | c-2.704,0-5.317-0.392-7.785-1.122"/> | ||
+ | <path id="XMLID_6_" style="display:none;fill:none;stroke:#FFFFFF;stroke-width:3;stroke-miterlimit:10;" d="M1481.461,1185.526 | ||
+ | c10.297,3.679,15.662,15.008,11.984,25.305s-15.008,15.662-25.305,11.984c-10.297-3.679-15.662-15.008-11.984-25.305 | ||
+ | c0.658-1.841,1.561-3.525,2.658-5.028"/> | ||
+ | <path id="XMLID_5_" style="display:none;fill:none;stroke:#FFFFFF;stroke-width:3;stroke-miterlimit:10;" d="M1447.419,1204.171 | ||
+ | c0-15.123,12.259-27.382,27.382-27.382c15.122,0,27.382,12.259,27.382,27.382c0,15.122-12.259,27.382-27.382,27.382 | ||
+ | c-2.704,0-5.317-0.392-7.785-1.122"/> | ||
+ | <path id="XMLID_4_" style="display:none;fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" d="M1461.232,1203.787 | ||
+ | c0.212-7.494,6.458-13.397,13.952-13.185c7.494,0.212,13.397,6.458,13.185,13.952c-0.212,7.494-6.458,13.397-13.952,13.185 | ||
+ | c-1.34-0.038-2.629-0.269-3.842-0.665"/> | ||
+ | <line id="XMLID_3_" style="display:none;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="1458.783" y1="1192.996" x2="1452.649" y2="1188.796"/> | ||
+ | <line id="XMLID_2_" style="display:none;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="1456.918" y1="1195.794" x2="1451.346" y2="1192.697"/> | ||
+ | <line id="XMLID_1_" style="display:none;fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" x1="1469.762" y1="1208.148" x2="1459.892" y2="1215.939"/> | ||
+ | <line id="XMLID_15_" style="display:none;fill:none;stroke:#FFFFFF;stroke-width:5;stroke-miterlimit:10;" x1="1441.63" y1="1749.259" x2="1441.63" y2="1517.969"/> | ||
+ | <path id="XMLID_14_" style="display:none;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" d="M1442.38,1519.51 | ||
+ | c-15.123,0-27.382-12.259-27.382-27.382s12.259-27.382,27.382-27.382s27.382,12.259,27.382,27.382c0,2.704-0.392,5.317-1.122,7.785" | ||
+ | /> | ||
+ | <path id="XMLID_13_" style="display:none;fill:none;stroke:#FFFFFF;stroke-width:3;stroke-miterlimit:10;" d="M1423.736,1485.468 | ||
+ | c3.679-10.297,15.008-15.662,25.305-11.984c10.297,3.679,15.662,15.008,11.984,25.305c-3.679,10.297-15.008,15.662-25.305,11.984 | ||
+ | c-1.841-0.658-3.525-1.56-5.028-2.658"/> | ||
+ | <path id="XMLID_12_" style="display:none;fill:none;stroke:#FFFFFF;stroke-width:3;stroke-miterlimit:10;" d="M1442.38,1519.51 | ||
+ | c-15.123,0-27.382-12.259-27.382-27.382s12.259-27.382,27.382-27.382s27.382,12.259,27.382,27.382c0,2.704-0.392,5.317-1.122,7.785" | ||
+ | /> | ||
+ | <path id="XMLID_11_" style="display:none;fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" d="M1441.997,1505.697 | ||
+ | c-7.494-0.212-13.397-6.458-13.185-13.952c0.212-7.494,6.458-13.397,13.952-13.185c7.494,0.212,13.397,6.458,13.185,13.952 | ||
+ | c-0.038,1.34-0.269,2.629-0.665,3.842"/> | ||
+ | <line id="XMLID_10_" style="display:none;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="1431.206" y1="1508.146" x2="1427.005" y2="1514.281"/> | ||
+ | <line id="XMLID_9_" style="display:none;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="1434.004" y1="1510.011" x2="1430.907" y2="1515.583"/> | ||
+ | <line id="XMLID_8_" style="display:none;fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;" x1="1446.358" y1="1497.167" x2="1454.149" y2="1507.037"/> | ||
+ | </svg> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 96: | Line 554: | ||
− | <div | + | <div id="HomePageBackground"> |
− | < | + | <!--<img src="https://static.igem.org/mediawiki/2018/5/52/T--NAU-CHINA--HomePageBackground.png" width="100%" alt="HomePage">--> |
− | + | </div> | |
+ | <span id="Title">MOSFET</span> | ||
+ | <span id="subTitle">Monitoring and Operating System Founded on Engineered T cells</span> | ||
+ | <div id="div1" class="HomeDiv"> | ||
+ | <font size="4.5" color="white"><span style="line-height:35px;"> One of the main design goals in engineering is to improve <br/><span class="HomeStrong">SYSTEM STABILITY</span> by reducing noise. <br/>Similarly, in designing synthetically engineered genetic circuits, <br/>we try to reduce the impact of complex intracellular environment on gene circuits, <br/>especially in <span class="HomeStrong">mammalian cells.</span></span></font> | ||
+ | </div> | ||
− | <div class=" | + | <div id="div2" class="HomeDiv"> |
− | + | <font size="4.5" color="white"><span style="line-height:35px;">Therefore, we present our design to solve the problem of <br/><span class="HomeStrong">NOISE</span> in mammalian cells and <span class="HomeStrong">wider applications of synthetic biology </span><br/>on them hoping to make further contribution to <a href="https://2018.igem.org/Team:NAU-CHINA/Human_Practices"><span class="HomeStrong">HUMAN HEALTH</span></a>.</span></font> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </div> | + | |
+ | <div id="div3" class="HomeDiv"> | ||
+ | <font size="4.5" color="white"><span style="line-height:35px;">We, <span class="HomeStrong"> the iGEM team of NAU</span>, <br/>inspired by <a href="https://2018.igem.org/Team:NAU-CHINA/Design"><span class="HomeStrong">MOSFETs</span></a>, simulate the function of a MOSFET <br/>with designed genetic circuits in mammalian cells.</span></font> | ||
+ | </div> | ||
− | <div | + | <div id="div4" class="HomeDiv"> |
− | + | <font size="4.5" color="white"><span style="line-height:35px;">On top of that, we also carry out simulations <br/>with <a href="https://2018.igem.org/Team:NAU-CHINA/Model"><span class="HomeStrong">MODELS</span></a>of the gene circuits.</span></font> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </div> | + | |
+ | <div id="div5" class="HomeDiv"> | ||
+ | <font size="4.5" color="white"><span style="line-height:35px;">For more iGEMers and teams' communication,<br/> our team develop an <span class="HomeNormal">APP</span> called <a href="https://2018.igem.org/Team:NAU-CHINA/Software"><span class="HomeStrong">iGEMCloud</span></a>.</span></font> | ||
+ | </div> | ||
+ | <div id="backButton">↑TOP</div> | ||
</body> | </body> | ||
+ | <script> | ||
+ | var L = $(window).width(); | ||
+ | var lT = $('#Title').width(); | ||
+ | var ls = $('#subTitle').width(); | ||
+ | var lc = $('#clickDown img').width(); | ||
+ | $('#Title').css('left', (L - lT)*100 / (2 * L) + 'vw'); | ||
+ | $('#subTitle').css('left', (L - ls)*100 / (2 * L) + 'vw'); | ||
+ | $('#clickDown img').css('left', (L - lc)*100 / (2 * L) + 'vw'); | ||
+ | </script> | ||
+ | <script> | ||
+ | $('#clickDown').click(function () { | ||
+ | $('html,body').animate({ | ||
+ | scrollTop: '727px' | ||
+ | //scrollTop: $(window).height()+'px' | ||
+ | },500,'swing'); | ||
+ | }); | ||
+ | $('#backButton').click(function () { | ||
+ | $('html,body').animate({ | ||
+ | scrollTop: '0px' | ||
+ | }, 500, 'swing'); | ||
+ | }); | ||
+ | </script> | ||
</html> | </html> | ||
+ | {{NAU-CHINA/footer}} |
Latest revision as of 03:57, 18 October 2018
One of the main design goals in engineering is to improve
SYSTEM STABILITY by reducing noise.
Similarly, in designing synthetically engineered genetic circuits,
we try to reduce the impact of complex intracellular environment on gene circuits,
especially in mammalian cells.
SYSTEM STABILITY by reducing noise.
Similarly, in designing synthetically engineered genetic circuits,
we try to reduce the impact of complex intracellular environment on gene circuits,
especially in mammalian cells.
Therefore, we present our design to solve the problem of
NOISE in mammalian cells and wider applications of synthetic biology
on them hoping to make further contribution to HUMAN HEALTH.
NOISE in mammalian cells and wider applications of synthetic biology
on them hoping to make further contribution to HUMAN HEALTH.
We, the iGEM team of NAU,
inspired by MOSFETs, simulate the function of a MOSFET
with designed genetic circuits in mammalian cells.
inspired by MOSFETs, simulate the function of a MOSFET
with designed genetic circuits in mammalian cells.
On top of that, we also carry out simulations
with MODELSof the gene circuits.
with MODELSof the gene circuits.
For more iGEMers and teams' communication,
our team develop an APP called iGEMCloud.
our team develop an APP called iGEMCloud.
↑TOP