(24 intermediate revisions by 3 users not shown) | |||
Line 33: | Line 33: | ||
margin-bottom: 0px; | margin-bottom: 0px; | ||
} | } | ||
+ | |||
+ | ol, ul { | ||
+ | list-style: none | ||
+ | } | ||
+ | |||
+ | ol li:before { | ||
+ | content: counter(ol) "."; | ||
+ | counter-increment: ol; | ||
+ | color: #02A9F7; | ||
+ | text-align: right; | ||
+ | display: inline-block; | ||
+ | min-width: 1em; | ||
+ | margin-right: 0.5em | ||
+ | } | ||
+ | |||
+ | ol ol { | ||
+ | margin-left: 1.25714em | ||
+ | } | ||
+ | |||
+ | ol li { | ||
+ | text-indent: -1.95em; | ||
+ | line-height: 2em; | ||
+ | } | ||
+ | |||
+ | .nonumberitem ul li { | ||
+ | text-indent: -0.65em; | ||
+ | line-height: 2em; | ||
+ | } | ||
+ | |||
+ | .nonumberitem ul li:before { | ||
+ | content: "•"; | ||
+ | color: #02A9F7; | ||
+ | display: inline-block; | ||
+ | margin-right: 0.3em; | ||
+ | !important; | ||
+ | } | ||
+ | |||
+ | ul ul { | ||
+ | margin-left: 1.25714em | ||
+ | } | ||
+ | |||
</style> | </style> | ||
Line 53: | Line 94: | ||
<link rel="stylesheet" type="text/css" | <link rel="stylesheet" type="text/css" | ||
href="https://2017.igem.org/Template:Peking/mdl/icon?action=raw&ctype=text/css"> | href="https://2017.igem.org/Template:Peking/mdl/icon?action=raw&ctype=text/css"> | ||
− | |||
</head> | </head> | ||
Line 94: | Line 134: | ||
<a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Project#Introduction">Project</a> | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Project#Introduction">Project</a> | ||
<a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Model#Overview">Modelling</a> | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Model#Overview">Modelling</a> | ||
− | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Software">Software</a> | + | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Software" |
+ | style="color: #000; font-weight: 500;">Software</a> | ||
<a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Hardware">Hardware</a> | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Hardware">Hardware</a> | ||
<a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Lab">Lab</a> | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Lab">Lab</a> | ||
<a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/HP">Practices</a> | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/HP">Practices</a> | ||
<a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Parts#Overview">Parts</a> | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Parts#Overview">Parts</a> | ||
− | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Team | + | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Team">Team</a> |
− | + | ||
</nav> | </nav> | ||
</div> | </div> | ||
Line 129: | Line 169: | ||
.demo-card-wide.mdl-card { | .demo-card-wide.mdl-card { | ||
+ | margin-left: 30px; | ||
+ | margin-right: 30px; | ||
+ | margin-top: 20px; | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
− | |||
width: auto; | width: auto; | ||
− | height: | + | height: 600px; |
} | } | ||
.demo-card-wide > .mdl-card__title { | .demo-card-wide > .mdl-card__title { | ||
− | |||
− | |||
color: #fff; | color: #fff; | ||
− | height: | + | height: 220px; |
} | } | ||
Line 146: | Line 186: | ||
} | } | ||
− | + | .demo-card-wide > .mdl-card__supporting-text { | |
+ | line-height: 2em; | ||
+ | text-align: justify; | ||
+ | color: #3A3A3A; | ||
+ | padding-left: 25px; | ||
+ | padding-right: 25px; | ||
+ | padding-top: 30px; | ||
+ | padding-bottom: 30px; | ||
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | .demo-card-image.mdl-card { | ||
− | + | align-items: center; | |
+ | MARGIN-RIGHT: auto; | ||
+ | MARGIN-LEFT: auto; | ||
+ | !important; | ||
+ | } | ||
+ | .demo-card-image > .mdl-card__actions { | ||
+ | height: 52px; | ||
+ | padding: 16px; | ||
+ | background: rgba(0, 0, 0, 0.2); | ||
+ | } | ||
− | </ | + | .demo-card-image__filename { |
+ | color: #fff; | ||
+ | font-size: 14px; | ||
+ | font-weight: 500; | ||
+ | } | ||
+ | </style> | ||
+ | <div align="center" class="demo-card-image mdl-card mdl-shadow--2dp" | ||
+ | style="background: url('https://static.igem.org/mediawiki/2017/d/da/Peking_together.jpeg') center top 25%/ cover; width: auto; height: 500px; margin-top: 100px"> | ||
+ | <div class="mdl-card__title mdl-card--expand"></div> | ||
</div> | </div> | ||
− | <div class="mdl-cell mdl-cell-- | + | <div class="mdl-grid" style="margin-top: 20px;"> |
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | |
− | + | <div class="mdl-cell mdl-cell--6-col"> | |
+ | |||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | ||
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/2017/ | + | style="background: url('https://static.igem.org/mediawiki/2017/0/06/Peking_LYL.jpeg') center / cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Li Yulong</strong> |
− | + | </h2><br> | |
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <div class="mdl-card__supporting-text"> | ||
+ | <h2> Basic Medical Science, Junior </h2> | ||
+ | <h4>"You can't cheat the process."</h4> | ||
+ | Synthetic biology is cool and the time in lab is always attracting me so much. So I 'm willing to | ||
+ | devote my time and energy to iGEM and synthetic biology. As the leader, I concern, organize and | ||
+ | coordinate everything in our team. Of course, there is a division of labor and I mainly focus on | ||
+ | two parts: biological experiments and human practice. | ||
</div> | </div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div class="mdl-cell mdl-cell--6-col"> | ||
− | + | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | |
− | + | ||
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | |
− | + | ||
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/2017/ | + | style="background: url('https://static.igem.org/mediawiki/2017/2/28/Peking_QJH.jpeg') center / cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Qiu |
− | <strong> | + | Jianhui</strong></h2><br> |
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <div class="mdl-card__supporting-text"> | |
− | + | <h2> Clinical Medicine, Senior </h2> | |
− | + | <h4>"Life is fantastic."</h4> | |
− | + | I will become a doctor in the not far distant future and I hold the point that the synthetic | |
− | + | biology is useful in many fields of medicine, which is why I do my best to become an iGEMer. I | |
− | < | + | just keep arming pull in the team. And my hobby is to prepare pipette tips and reading. I really |
− | + | enjoy iGEM.<br> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | <div class="mdl-cell mdl-cell--1-col"></div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="mdl-grid"> | ||
− | < | + | <div class="mdl-cell mdl-cell--6-col"> |
− | + | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | |
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | |
− | + | ||
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/2017/ | + | style="background: url('https://static.igem.org/mediawiki/2017/a/a2/Peking_FLS.jpeg') center top/ cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Fu Zhehan</strong> |
− | + | </h2><br> | |
</div> | </div> | ||
− | <div class="mdl-card__supporting-text | + | |
− | + | <div class="mdl-card__supporting-text"> | |
− | + | ||
− | + | <h2> Biomedical Engineering, Junior </h2> | |
+ | <h4>"Only the paranoid survive."</h4> | ||
+ | Working as director of modeling and data analytics for the team, Friedrich Fu views iGEM as | ||
+ | a capstone design for an undergraduate aiming at Life Computing. His current work involves | ||
+ | basic computational methods in theoretical neuroscience. He views the biological challenges | ||
+ | with a data science perspective. | ||
</div> | </div> | ||
Line 247: | Line 297: | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div class="mdl-cell mdl-cell--6-col"> | ||
− | + | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | |
− | + | ||
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | |
− | + | ||
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/2017/ | + | style="background: url('https://static.igem.org/mediawiki/2017/a/ae/Peking_DZQ.jpeg') center / cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Dong Ziqi</strong> |
− | + | </h2><br> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | <div class="mdl-card__supporting-text"> | ||
− | |||
− | + | <h2> Life Science, Junior </h2> | |
− | + | <h4>"This guy is lazy."</h4> | |
− | + | I'm Dong Ziqi, a junior student coming from the college of life sciences, Peking University. You | |
− | + | could say my hobby is to seek interesting things out of the boring time. | |
− | + | My works in the iGEM team are doing project planning and leading the “brick-carriers” in the lab. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | |||
</div> | </div> | ||
Line 289: | Line 322: | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div class="mdl-grid"> | ||
+ | |||
+ | <div class="mdl-cell mdl-cell--6-col"> | ||
− | + | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | |
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | |
− | + | ||
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/ | + | style="background: url('https://static.igem.org/mediawiki/2017/0/0a/Peking_CBR.jpeg') center / cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Chen |
− | + | Bingrong</strong> | |
+ | </h2><br> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | + | <div class="mdl-card__supporting-text"> | |
+ | <h2> Clinical Medicine, Sophomore </h2> | ||
+ | <h4>"Nimble like the wind, Dégagé like the forest, Passionate like the fire, Tough like the | ||
+ | mountains."</h4> | ||
+ | Besides participating in laboratory work, he’s also responsible for the team financial management. | ||
+ | He enjoys playing basketball and the League of Legends, and of course, being an iGEMer. | ||
+ | |||
</div> | </div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div class="mdl-cell mdl-cell--6-col"> | ||
− | + | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | |
− | + | ||
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | |
− | + | ||
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/2017/ | + | style="background: url('https://static.igem.org/mediawiki/2017/1/17/Peking_ZSY.jpeg') center top/ cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Zhang |
− | + | Songyuan</strong> | |
+ | </h2><br> | ||
</div> | </div> | ||
− | <div class="mdl-card__supporting-text | + | |
− | + | <div class="mdl-card__supporting-text"> | |
− | + | <h2> Life Science, Sophomore </h2> | |
− | + | <h4>"Survival of the fittest."</h4> | |
+ | Zhang Songyuan mainly participates in the tasks of wetlab and | ||
+ | helps with the financial. He thinks there must be a mysterious force that makes him a iGEMer. | ||
+ | Probably the aspiration to do research and the curiosity in life science. He likes traveling | ||
+ | , sleeping, collecting cigarette case(it’s the searching that thrills me). | ||
</div> | </div> | ||
− | |||
</div> | </div> | ||
Line 329: | Line 371: | ||
</div> | </div> | ||
− | <div class="mdl-cell mdl-cell-- | + | </div> |
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | <div class="mdl-grid"> |
− | + | ||
+ | <div class="mdl-cell mdl-cell--6-col"> | ||
+ | |||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | ||
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/2017/ | + | style="background: url('https://static.igem.org/mediawiki/2017/6/61/Peking_JWL.jpeg') center top/ cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Jin |
− | + | Wanlin</strong> | |
</div> | </div> | ||
− | <div class="mdl-card__supporting-text | + | |
− | + | <div class="mdl-card__supporting-text"> | |
− | + | <h2> Electronic Engineering, Senior </h2> | |
− | + | <h4>"It doesn't matter where you came from. What matters is who you choose to be."</h4> | |
+ | She loves both computer sciences and life sciences and that’s one of the reasons why she joined | ||
+ | the team. She focused on the design of the circuits which combine biological and electronics | ||
+ | design, as well as the automation of genetic design. She enjoys being a team member of Peking iGEM | ||
+ | very much. | ||
</div> | </div> | ||
</div> | </div> | ||
− | |||
− | |||
</div> | </div> | ||
− | <div class="mdl-cell mdl-cell-- | + | <div class="mdl-cell mdl-cell--6-col"> |
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | |
− | + | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | |
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/2017/ | + | style="background: url('https://static.igem.org/mediawiki/2017/f/fe/Peking_ZWT.jpeg') center top 30%/ cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Zhu |
− | + | Wentao</strong> | |
+ | </h2><br> | ||
</div> | </div> | ||
− | <div class="mdl-card__supporting-text | + | |
− | + | <div class="mdl-card__supporting-text"> | |
− | + | <h2> Computer Science, Sophomore </h2> | |
− | + | <h4>"Do what is right, not what is easy."</h4> | |
+ | As a member of dry lab, Zhu mainly takes part in the circuit design automation and is in charge | ||
+ | of web developing. He takes great interest in cross-disciplinary study, | ||
+ | dedicated to promoting the methods of computer sciences in synthetic biology researches. In his | ||
+ | spare time, he enjoys playing basketball and reading books. | ||
</div> | </div> | ||
− | |||
</div> | </div> | ||
Line 368: | Line 419: | ||
</div> | </div> | ||
− | <div class="mdl-cell mdl-cell-- | + | </div> |
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | <div class="mdl-grid"> |
− | + | ||
+ | <div class="mdl-cell mdl-cell--6-col"> | ||
+ | |||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | ||
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/2017/ | + | style="background: url('https://static.igem.org/mediawiki/2017/b/b6/Peking_WCC.jpeg') center top/ cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Wang |
− | + | Chuchen</strong> | |
</div> | </div> | ||
− | <div class="mdl-card__supporting-text | + | |
− | + | <div class="mdl-card__supporting-text"> | |
− | + | <h2> Pharmaceutical Sciences, Junior </h2> | |
− | + | <h4>"Always be your better self."</h4> | |
+ | Wang Chuchen is an active member of the wet lab, a hardware engineer, and our graphical designer who | ||
+ | draws the genetic circuits and designed the poster. In his daily life, he enjoys watching TV series. | ||
+ | <br><br><br> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div class="mdl-cell mdl-cell--6-col"> | ||
− | + | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | |
− | + | ||
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | |
− | + | ||
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/2017/ | + | style="background: url('https://static.igem.org/mediawiki/2017/2/20/Peking_LW.jpeg') center top 40%/ cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Lu Wei</strong> |
− | + | </h2><br> | |
</div> | </div> | ||
− | <div class="mdl-card__supporting-text | + | |
− | + | <div class="mdl-card__supporting-text"> | |
− | + | <h2> Basic Medical Science, Senior</h2> | |
− | + | <h4>"Day day up."</h4> | |
+ | With a great interest in synthetic biology, he signed up for iGEM, and he mainly takes part in | ||
+ | the constructions of recombinase reporter system. He is also fascinated about birdwatching. | ||
</div> | </div> | ||
− | |||
</div> | </div> | ||
Line 406: | Line 463: | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div class="mdl-grid"> | ||
+ | |||
+ | <div class="mdl-cell mdl-cell--6-col"> | ||
− | + | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | |
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | |
− | + | ||
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/2017/ | + | style="background: url('https://static.igem.org/mediawiki/2017/3/3c/Peking_FBR.jpeg') center top/ cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Fan Birao</strong> |
− | + | ||
</div> | </div> | ||
− | <div class="mdl-card__supporting-text | + | |
− | + | <div class="mdl-card__supporting-text"> | |
− | + | <h2> Clinical Medicine, Junior </h2> | |
− | + | <h4>"I walk slowly, but I never walk backwards."</h4> | |
+ | She participated in the laborious but joyful molecular cloning. In her spare time, she enjoys | ||
+ | keeping | ||
+ | a dog. She believes that good company on the road is the shortest cut. She's conscientious about her | ||
+ | work and positive in life. | ||
</div> | </div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div class="mdl-cell mdl-cell--6-col"> | ||
− | + | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | |
− | + | ||
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | |
− | + | ||
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/2017/ | + | style="background: url('https://static.igem.org/mediawiki/2017/9/90/Peking_WYC.jpeg') center top 40%/ cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Wang |
− | + | Yichen</strong> | |
− | + | </h2><br> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | <div class="mdl-card__supporting-text"> | ||
+ | <h2> Life Science, Junior </h2> | ||
+ | <h4>"Change the world, one cell at a time."</h4> | ||
+ | She spends her free time reading and taking pictures. And her work in iGEM is the selection and | ||
+ | characterization of expression system. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
Line 464: | Line 509: | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div class="mdl-grid"> | ||
− | <div class="mdl-cell mdl-cell-- | + | <div class="mdl-cell mdl-cell--6-col"> |
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | |
− | + | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | |
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/2017/ | + | style="background: url('https://static.igem.org/mediawiki/2017/f/f6/Peking_CH.jpeg') center top 20%/ cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Chen Hong</strong> |
− | + | ||
− | + | ||
</div> | </div> | ||
− | <div class="mdl-card__supporting-text" | + | |
− | + | <div class="mdl-card__supporting-text"> | |
− | + | <h2> Basic Medical Science, Senior </h2> | |
+ | <h4>"Miracles sometimes occur, but one has to work terribly for them."</h4> | ||
+ | She loves scientific research, and she is excited about the work in the wet lab. She thinks that it | ||
+ | is fantastic to work with her teammates for their cool project. She conducts the inter-lab study and | ||
+ | she puts in a lot of effort to get a good result. Although she is focused on her work, she also | ||
+ | takes time to relax with her friends. | ||
+ | |||
</div> | </div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div class="mdl-cell mdl-cell--6-col"> | ||
− | + | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | |
− | + | ||
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | |
− | + | ||
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/ | + | style="background: url('https://static.igem.org/mediawiki/2017/0/0e/Peking_XYW.png') center top 8%/ cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Xu |
− | + | Yuanwei</strong> | |
− | + | </h2><br> | |
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | <div class="mdl-card__supporting-text"> | ||
+ | <h2> Pharmaceutical Sciences, Senior</h2> | ||
+ | <h4>"Plunge into the unknown."</h4> | ||
+ | I’m great at photography, graphic design, and singing. It’s always thrilling for me to push my | ||
+ | limits | ||
+ | and here I am. Synthetic biology is a wonderland, and iGEM is the rabbit hole. It’s full of bizarre | ||
+ | yet intriguing matters remained to be solved. | ||
+ | |||
+ | </div> | ||
</div> | </div> | ||
Line 502: | Line 558: | ||
</div> | </div> | ||
− | <div class="mdl-cell mdl-cell-- | + | </div> |
− | <div class="demo-card-wide mdl-card mdl-shadow--2dp | + | <div class="mdl-grid"> |
− | + | ||
+ | <div class="mdl-cell mdl-cell--6-col"> | ||
+ | |||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | ||
<div class="mdl-card__title" | <div class="mdl-card__title" | ||
− | style="background: url('https://static.igem.org/mediawiki/2017/b/b1/Peking_surui.png') center / cover;"> | + | style="background: url('https://static.igem.org/mediawiki/2017/b/b1/Peking_surui.png') center top 40%/ cover;"> |
− | < | + | <h2 class="mdl-card__title-text" style="text-shadow:2px 2px 8px #070707;"><strong>Su Rui |
− | + | </strong> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | <div class="mdl-card__supporting-text"> | ||
+ | <h2>Internship</h2> | ||
+ | My name is Rui Su, a High School Senior in United States. Attracted by the charm of synthetic | ||
+ | and biology, I am planning to major in Life Sciences. People find me to be an upbeat, | ||
+ | self-motivated team player with excellent communication skills. My hobbies are playing piano and | ||
+ | running. | ||
− | + | </div> | |
+ | </div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | |||
+ | <div align="center" class="demo-card-image mdl-card mdl-shadow--2dp" | ||
+ | style="background: url('https://static.igem.org/mediawiki/2017/3/3a/Peking_Instructors.png') center / cover; width: auto; height: 500px; margin-top: 30px; margin-left: 35px; margin-right: 35px; margin-bottom: 50px" > | ||
+ | <div class="mdl-card__title mdl-card--expand"></div> | ||
</div> | </div> | ||
+ | |||
<section class="docs-text-styling download mdl-color--grey-800" style="height: 1px"></section> | <section class="docs-text-styling download mdl-color--grey-800" style="height: 1px"></section> |
Latest revision as of 11:21, 16 December 2017