(Replaced content with "{{WLC-Milwaukee/header}}") |
|||
(52 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{WLC-Milwaukee/header}} | {{WLC-Milwaukee/header}} | ||
+ | {{WLC-Milwaukee/CSS}} | ||
+ | <html> | ||
+ | <head> | ||
+ | <title>Our Team</title> | ||
+ | |||
+ | <!--Team.css pasted into embedded CSS--> | ||
+ | <style> | ||
+ | |||
+ | .team { | ||
+ | display: flex; | ||
+ | flex-direction: row; | ||
+ | flex-wrap: wrap; | ||
+ | justify-content: center; | ||
+ | margin-bottom: 1em; | ||
+ | } | ||
+ | h1 { | ||
+ | font-weight: normal; | ||
+ | padding: 1.25em 0 0.625em 0; | ||
+ | color: white !important; | ||
+ | font-size: 16px !important; | ||
+ | } | ||
+ | #headline { | ||
+ | font-size: 2em !important; | ||
+ | text-align: center; | ||
+ | margin-top: 2.25em; | ||
+ | color: var(--primary-color) !important; | ||
+ | } | ||
+ | #tagline { | ||
+ | font-size: 1.8em !important; | ||
+ | font-weight: bold; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | #description { | ||
+ | font-size: 1em; | ||
+ | margin-top: 7.1875em; | ||
+ | padding: 0 0.3125em 0 0.3125em; | ||
+ | } | ||
+ | |||
+ | .container | ||
+ | { | ||
+ | margin-top: 0 !important; | ||
+ | } | ||
+ | .card { | ||
+ | transition: 0.3s; | ||
+ | position: relative; | ||
+ | overflow: hidden; | ||
+ | height: 21.875em; | ||
+ | width: 18.75em; | ||
+ | margin: 0 1.25em 1.75em 1.25em; | ||
+ | background-color: var(--primary-color); | ||
+ | text-align: center !important; | ||
+ | |||
+ | color: white !important; | ||
+ | font-size: 16px !important; | ||
+ | } | ||
+ | |||
+ | .card p{ | ||
+ | text-align: center !important; | ||
+ | } | ||
+ | .img-container { | ||
+ | width: 100%; | ||
+ | height: 14.0625em; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | .img-container img { | ||
+ | max-width: 100%; | ||
+ | height:auto; | ||
+ | display: block; | ||
+ | } | ||
+ | .card:hover { | ||
+ | box-shadow: 0 0.5em 1em 0 rgba(0,0,0,0.2); | ||
+ | } | ||
+ | .c-container { | ||
+ | text-align: center !important; | ||
+ | height: 3.125em; | ||
+ | margin: 1vmax auto; | ||
+ | } | ||
+ | .card-content h4 { | ||
+ | font-weight: bold; | ||
+ | margin-block-start: 0.75em; | ||
+ | margin-block-end: 0.75em; | ||
+ | line-height: 0.75; | ||
+ | color: white !important; | ||
+ | font-size: 16px !important; | ||
+ | } | ||
+ | .card-content { | ||
+ | height: 100%; | ||
+ | } | ||
+ | .card-content p { | ||
+ | font-size: 1em; | ||
+ | margin-block-start: 0.75em; | ||
+ | margin-block-end: 0.75em; | ||
+ | } | ||
+ | .card-content .major { | ||
+ | font-style: italic; | ||
+ | } | ||
+ | .desc-container { | ||
+ | position: absolute; | ||
+ | top: 100%; | ||
+ | height: inherit; | ||
+ | transition: transform 250ms; | ||
+ | background-color: rgba(60,35,132,.9); | ||
+ | } | ||
+ | .team-description { | ||
+ | height: 100%; | ||
+ | display: flex; | ||
+ | flex-direction: row; | ||
+ | align-items: center !important; | ||
+ | margin: 0 0.4em 0 0.4em; | ||
+ | } | ||
+ | .team-description span { | ||
+ | display: block; | ||
+ | font-family: 'Open Sans',sans-serif !important; | ||
+ | } | ||
+ | |||
+ | .card:hover .desc-container { | ||
+ | transform: translateY(-100%); | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | <!--BEGIN HEADER IMPORT--> | ||
+ | <div id="header"></div> | ||
+ | <!--END HEADER IMPORT--> | ||
+ | |||
+ | <div class="content"> | ||
+ | <div class="container"> | ||
+ | <div class="row header-image-container" style="background-image: url(https://static.igem.org/mediawiki/2018/3/3e/T--WLC-Milwaukee--Team_header.jpg);"> | ||
+ | <img id="img" src="https://static.igem.org/mediawiki/2018/3/3e/T--WLC-Milwaukee--Team_header.jpg"> | ||
+ | <div class="header-image-text"> | ||
+ | <h1>2018 WLC iGem Team</h1> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <div class="col-lg"> | ||
+ | <p>The WLC-Milwaukee iGEM Team is made up of individuals from numerous backgrounds with varying levels of research experience all dedicated to improving scientific involvement and communication with the community and contributing to the wider body of scientific research! </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="team"> | ||
+ | <div class="card"> | ||
+ | <h1> </h1> | ||
+ | <p id="tagline">Our Team</p> | ||
+ | <h1> </h1> | ||
+ | <p>Our team has grown substantially this Fall, so we wanted to take this opportunity to thank our newest team members for their enthusiasm and contributions to our Human Practices work and research! </p> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <div class="desc-container"> | ||
+ | <div class="team-description"> | ||
+ | <span>This is my fourth and final year with the WLC-iGEM Team and | ||
+ | I have fully abandoned sleep in exchange for coffee and | ||
+ | endless PCR reactions. I spend most of my time in lab, but I also | ||
+ | organize and plan a large portion of our Human Practice and Outreach | ||
+ | events. If I had free time, I would spend it SCUBA diving or taking | ||
+ | care of my reef tank.</span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/d/d5/T--WLC-Milwaukee--jack.jpg" alt="Fname LName"> | ||
+ | </div> | ||
+ | <div class="c-container"> | ||
+ | <div class="card-content"> | ||
+ | <h4>Jack Bechtel</h4> | ||
+ | <p>Team & Wet Lab Lead</p> | ||
+ | <p class="major">Biochemistry & Marine Biology '19</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <div class="desc-container"> | ||
+ | <div class="team-description"> | ||
+ | <span>This is my second year on the team and I currently | ||
+ | oversee team administration. I am in charge of organizing | ||
+ | team meetings and some human practices events, although I do | ||
+ | enjoy lab work. Outside of iGEM, I research silver nanoparticles | ||
+ | and their effect on bacteria when used in conjunction with antibiotics. | ||
+ | All science aside, I like to rewatch episodes of The Office, | ||
+ | tell chemistry jokes, and hang out with my cousins. | ||
+ | </span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/b/bc/T--WLC-Milwaukee--laura.jpg" alt="Fname LName"> | ||
+ | </div> | ||
+ | <div class="c-container"> | ||
+ | <div class="card-content"> | ||
+ | <h4>Laura Sanford</h4> | ||
+ | <p>Analytics & Administration Lead</p> | ||
+ | <p class="major">Chemistry '21</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <div class="desc-container"> | ||
+ | <div class="team-description"> | ||
+ | <span>This is my first full year with WLC-iGEM and most of my | ||
+ | work with the team has been in lab. After graduation I hope to | ||
+ | attend medical school and become a surgeon. In my free time I | ||
+ | enjoy golfing, ping pong, hiking, and movies. | ||
+ | </span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/9/94/T--WLC-Milwaukee--tim.jpg" alt="Fname LName"> | ||
+ | </div> | ||
+ | <div class="c-container"> | ||
+ | <div class="card-content"> | ||
+ | <h4>Tim Edwards</h4> | ||
+ | <p>iGEM Team</p> | ||
+ | <p class="major">Health Sciences '19</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <div class="desc-container"> | ||
+ | <div class="team-description"> | ||
+ | <span>This is my second year as a part of WLC-iGEM and I help | ||
+ | out primarily with the laboratory work. In addition to iGEM, | ||
+ | I also work as a lab prep assistant to the biology professors | ||
+ | on campus. This past summer I worked in a lab researching | ||
+ | myoblast differentiation. When I’m not in the lab or studying, | ||
+ | you can usually find me spending time with my friends, reading, | ||
+ | exercising, shopping, or drinking coffee.</span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/c/c3/T--WLC-Milwaukee--mary.jpg" alt="Fname LName"> | ||
+ | </div> | ||
+ | <div class="c-container"> | ||
+ | <div class="card-content"> | ||
+ | <h4>Mary Kolell</h4> | ||
+ | <p>iGEM Team</p> | ||
+ | <p class="major">Biology '19</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <div class="desc-container"> | ||
+ | <div class="team-description"> | ||
+ | <span>My name is Alyssa Leitzke and I am a sophomore Biology major, | ||
+ | minoring in Chemistry and Psychology. I joined iGEM this past | ||
+ | year and work in lab as well as on Human Practices. I hope to | ||
+ | continue working in lab to prepare for a career in neuroscience, | ||
+ | studying the biological basis of human behavior. In my free time | ||
+ | I enjoy playing piano and ukulele, golfing, and playing ping pong.</span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/7/7b/T--WLC-Milwaukee--alyssa.png" alt="Fname LName"> | ||
+ | </div> | ||
+ | <div class="c-container"> | ||
+ | <div class="card-content"> | ||
+ | <h4>Alyssa Leitzke</h4> | ||
+ | <p>iGEM Team</p> | ||
+ | <p class="major">Biology '21</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <div class="desc-container"> | ||
+ | <div class="team-description"> | ||
+ | <span>This is my first year on the WLC-iGEM team and I have | ||
+ | primarily assisted with lab work. I am excited to work alongside | ||
+ | a group of individuals imbued with different talents and are able | ||
+ | to work under a unified vision to contribute to advancements in | ||
+ | science. Outside of the lab, I serve as the coordinator for the | ||
+ | Junior Youth Empowerment Program that works with adolescent youth | ||
+ | who strive to better their communities.</span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/8/8f/T--WLC-Milwaukee--martharoot.jpg" alt="Fname LName"> | ||
+ | </div> | ||
+ | <div class="c-container"> | ||
+ | <div class="card-content"> | ||
+ | <h4>Martharoot Malungu</h4> | ||
+ | <p>iGEM Team</p> | ||
+ | <p class="major">Biology '19</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <div class="desc-container"> | ||
+ | <div class="team-description"> | ||
+ | <span>This is my second year on the iGEM team and I have enjoyed | ||
+ | the lab experience and camaraderie that this team has provided. | ||
+ | My goal is to go to grad school and become a neuroscience researcher. | ||
+ | In my free time I love doing anything in the outdoors. When I'm not | ||
+ | in nature I enjoy baking, and singing.</span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/5/52/T--WLC-Milwaukee--emily.png" alt="Fname LName"> | ||
+ | </div> | ||
+ | <div class="c-container"> | ||
+ | <div class="card-content"> | ||
+ | <h4>Emily Palm</h4> | ||
+ | <p>iGEM Team</p> | ||
+ | <p class="major">Biology & Psychology '20</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <div class="desc-container"> | ||
+ | <div class="team-description"> | ||
+ | <span>My name is Marissa Schmitz and I am a Biology major with plans | ||
+ | to attend veterinary school. I spend most of my time with the team | ||
+ | in lab. I enjoy being a part of WLC-iGEM because I get to be a part | ||
+ | of a great group of people working together to make a difference in | ||
+ | the world. In my free time I enjoy watching sports games, reading, | ||
+ | and spending time with friends and family.</span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/d/d2/T--WLC-Milwaukee--marissa.jpg" alt="Fname LName"> | ||
+ | </div> | ||
+ | <div class="c-container"> | ||
+ | <div class="card-content"> | ||
+ | <h4>Marissa Schmitz</h4> | ||
+ | <p>iGEM Team</p> | ||
+ | <p class="major">Biology '20</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <div class="desc-container"> | ||
+ | <div class="team-description"> | ||
+ | <span>This is my first year on the WLC iGem team. I am interested in majoring in Media Design, and am assisting as the lead Graphic Designer this year. I have enjoyed working with everyone so far and look forward to future years of teamwork. When I am not helping with graphics, I enjoy working on my own art projects, whether that is drawing, painting, or ceramics</span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/9/95/T--WLC-Milwaukee--ErikaYankeNEW2.jpeg" alt="Fname LName"> | ||
+ | </div> | ||
+ | <div class="c-container"> | ||
+ | <div class="card-content"> | ||
+ | <h4>Erika Yanke</h4> | ||
+ | <p>Graphic Design Lead</p> | ||
+ | <p class="major">Graphic Design '21</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <div class="desc-container"> | ||
+ | <div class="team-description"> | ||
+ | <span>Dr. John Werner received his Ph.D. in Molecular and Cellular Biology | ||
+ | from Arizona State University and performed postdoctoral research at | ||
+ | Princeton University. His responsibilities at Wisconsin Lutheran College | ||
+ | include independent research and teaching courses in Microbiology, Genetics, | ||
+ | Molecular Biology and Biochemistry. Dr. Werner's research focuses on mechanisms | ||
+ | of antibiotic resistance in bacteria and developing methods for characterization | ||
+ | and use of bacteriophages. | ||
+ | </span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/9/91/T--WLC-Milwaukee--john.jpg" alt="Fname LName"> | ||
+ | </div> | ||
+ | <div class="c-container"> | ||
+ | <div class="card-content"> | ||
+ | <h4>Dr. John Werner</h4> | ||
+ | <p>Advisor</p> | ||
+ | <p class="major">Associate Professor of Biology</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <div class="desc-container"> | ||
+ | <div class="team-description"> | ||
+ | <span>Dr. Daniel Ebeling is a Professor of Chemistry at Wisconsin Lutheran College. He is a 1998 graduate of the program and then received a Ph.D. in Analytical Chemistry from the University of Wisconsin. Dr. Ebeling’s research focuses on air and water quality. He has co-authored multiple peer-reviewed publications with his undergraduate researchers, and enjoys an active collaboration with KWJ Engineering in Califorinia’s Silicon Valley. Dr. Ebeling enjoys biking, learning Chinese, and exploring. </span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/d/d5/T--WLC-Milwaukee--dan.png" alt="Fname LName"> | ||
+ | </div> | ||
+ | <div class="c-container"> | ||
+ | <div class="card-content"> | ||
+ | <h4>Dr. Dan Ebeling</h4> | ||
+ | <p>Advisor</p> | ||
+ | <p class="major">Professor of Chemistry</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <div class="desc-container"> | ||
+ | <div class="team-description"> | ||
+ | <span>I am a Junior at WLC. I enjoy math stuff, video games, and running. | ||
+ | I am also the leader of an on-campus software development club. | ||
+ | I was pleased to be able to work with the iGEM team this year. | ||
+ | Check out the club's website to see what we are up to: <a href="https://wlc-wasd.club">wlc-wasd.club</a> | ||
+ | </span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/f/fd/T--WLC-Milwaukee--elijah.png" alt="Elijah Tesch"> | ||
+ | </div> | ||
+ | <div class="c-container"> | ||
+ | <div class="card-content"> | ||
+ | <h4>Elijah Tesch</h4> | ||
+ | <p>Web Developer</p> | ||
+ | <p class="major"> Com. Sci. & Mathematics '20</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <div class="desc-container"> | ||
+ | <div class="team-description"> | ||
+ | <span>John Sell is a second-year Computer Science student who enjoys drinking coffee and tinkering with a Raspberry Pi. He is also the vice-president of the Warrior Association of Software Developers (WASD).</span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/b/b7/T--WLC-Milwaukee--john-sell.jpg" alt="John Sell"> | ||
+ | </div> | ||
+ | <div class="c-container"> | ||
+ | <div class="card-content"> | ||
+ | <h4>John Sell</h4> | ||
+ | <p>Web Developer</p> | ||
+ | <p class="major">Computer Science '21</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card"> | ||
+ | <div class="desc-container"> | ||
+ | <div class="team-description"> | ||
+ | <span>Hi, I'm Tyler. I didn't make a description but was happy to work with | ||
+ | the iGEM team this year. </span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="img-container"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/1/1a/T--WLC-Milwaukee--tyler.jpg" alt="Tyler Kemnitz"> | ||
+ | </div> | ||
+ | <div class="c-container"> | ||
+ | <div class="card-content"> | ||
+ | <h4>Tyler Kemnitz</h4> | ||
+ | <p>Web Developer</p> | ||
+ | <p class="major">Computer Science '20</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!--BEGIN FOOTER IMPORT--> | ||
+ | <div id="footer"></div> | ||
+ | <!--END FOOTER IMPORT--> | ||
+ | |||
+ | </body> | ||
+ | </html> | ||
+ | |||
+ | {{WLC-Milwaukee/footer}} |
Latest revision as of 02:02, 18 October 2018
2018 WLC iGem Team
The WLC-Milwaukee iGEM Team is made up of individuals from numerous backgrounds with varying levels of research experience all dedicated to improving scientific involvement and communication with the community and contributing to the wider body of scientific research!
Our Team
Our team has grown substantially this Fall, so we wanted to take this opportunity to thank our newest team members for their enthusiasm and contributions to our Human Practices work and research!
Jack Bechtel
Team & Wet Lab Lead
Biochemistry & Marine Biology '19
Laura Sanford
Analytics & Administration Lead
Chemistry '21
Tim Edwards
iGEM Team
Health Sciences '19
Mary Kolell
iGEM Team
Biology '19
Alyssa Leitzke
iGEM Team
Biology '21
Martharoot Malungu
iGEM Team
Biology '19
Emily Palm
iGEM Team
Biology & Psychology '20
Marissa Schmitz
iGEM Team
Biology '20
Erika Yanke
Graphic Design Lead
Graphic Design '21
Dr. John Werner
Advisor
Associate Professor of Biology
Dr. Dan Ebeling
Advisor
Professor of Chemistry
Elijah Tesch
Web Developer
Com. Sci. & Mathematics '20
John Sell
Web Developer
Computer Science '21
Tyler Kemnitz
Web Developer
Computer Science '20