Difference between revisions of "Team:UAM Poznan/Attributions"

(Prototype team page)
 
 
(34 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{UAM_Poznan}}
+
 
 
<html>
 
<html>
 +
<head>
 +
<title>Team UAM Poznan Wiki - Team Page</title>
 +
<style>
  
<h2> Attributions</h2>
+
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 +
    display:none;}
 +
#top-section {
 +
    border: none;
 +
    height: 0px;}
 +
#content {
 +
    border: none;}
 +
h1 { background-color: #81BEF7;
 +
  text-align: center;
 +
  text-transform: uppercase;
 +
  letter-spacing: 1px;
 +
  line-height: 150%;
 +
  font-family: "Fairview Regular";
 +
  color: #585858;
 +
}
  
<p> Each team must clearly attribute work done by the student team members on this page. The team must distinguish work done by the students from work done by others, including the host labs, advisors, instructors, and individuals not on the team roster. </p>
+
h2 { background-color: #CEE3F6;
 +
  text-align: center;
 +
  text-transform: uppercase;
 +
  letter-spacing: 1px;
 +
  line-height: 150%;
 +
  font-family: "Fairview Regular";
 +
  color: #585858;
 +
}
  
 +
h3 {
 +
  text-align: center;
 +
  text-transform: uppercase;
 +
  letter-spacing: 1px;
 +
  line-height: 150%;
 +
  font-family: "Fairview Regular";
 +
  color: ;
 +
}
  
<div class="highlightBox">
+
h4 { 
 +
text-align: center;
 +
    letter-spacing: 1px;
 +
  line-height: 150%;
 +
  font-family: "Fairview Regular";
 +
 
 +
}
 +
p {
 +
        word-spacing: 3px;
 +
    line-height: 1.2em; 
 +
  }
  
<h4> Can we base our project on a previous one? </h4>
+
.largecontainer {
<p>Yes! You can have a project based on a previous team, or based on someone else's idea, <b>as long as you state this fact very clearly and give credit for the original project.</b> </p>
+
  width: 100%;
 +
  float: right;
 +
  padding-bottom: 4em;
 +
}
 +
 
 +
.personcontainer {
 +
  width: 100%;
 +
  float: right;
 +
  padding-top: 2em;
 +
}
 +
 
 +
  a:link {
 +
    text-decoration: none;
 +
    font-weight: bold;
 +
    color:
 +
  }
 +
 
 +
 
 +
  a:visited {
 +
    text-decoration: none;
 +
    font-weight: bold;
 +
    color:
 +
  }
 +
 
 +
  a:hover {
 +
    text-decoration: underline;
 +
    font-weight: bold;
 +
    color:
 +
  }
 +
 
 +
  /* ============================================================
 +
    TILE NAVIGATION
 +
  ============================================================ */
 +
  /* nav styles */
 +
  nav.cmn-tile-nav {
 +
    display: none;
 +
  }
 +
  nav.cmn-tile-nav.open {
 +
    display: block;
 +
  }
 +
  nav.cmn-tile-nav ul {
 +
    list-style: none;
 +
  }
 +
  nav.cmn-tile-nav li {
 +
    display: block;
 +
    overflow: hidden;
 +
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
 +
    text-shadow: -1px 1px rgba(0, 0, 0, 0.3);
 +
    -webkit-transition: background 0.3s;
 +
    -moz-transition: background 0.3s;
 +
    -o-transition: background 0.3s;
 +
    transition: background 0.3s;
 +
  }
 +
  nav.cmn-tile-nav a {
 +
    display: block;
 +
    padding: 20px;
 +
    color: #fff;
 +
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
 +
    -moz-transition: background 0.3s, -moz-transform 0.3s;
 +
    -o-transition: background 0.3s, -o-transform 0.3s;
 +
    transition: background 0.3s, transform 0.3s;
 +
  }
 +
  nav.cmn-tile-nav li.colour-1 {
 +
    background-color: #28aadc;
 +
  }
 +
  nav.cmn-tile-nav li.colour-1 a {
 +
    background-color: #28aadc;
 +
  }
 +
  nav.cmn-tile-nav li.colour-1:hover, nav.cmn-tile-nav li.colour-1:hover a {
 +
    background-color: #166888;
 +
  }
 +
  nav.cmn-tile-nav li.colour-2 {
 +
    background-color: #0a8cbe;
 +
  }
 +
  nav.cmn-tile-nav li.colour-2 a {
 +
    background-color: #0a8cbe;
 +
  }
 +
  nav.cmn-tile-nav li.colour-2:hover, nav.cmn-tile-nav li.colour-2:hover a {
 +
    background-color: #05455d;
 +
  }
 +
  nav.cmn-tile-nav li.colour-3 {
 +
    background-color: #006ea0;
 +
  }
 +
  nav.cmn-tile-nav li.colour-3 a {
 +
    background-color: #006ea0;
 +
  }
 +
  nav.cmn-tile-nav li.colour-3:hover, nav.cmn-tile-nav li.colour-3:hover a {
 +
    background-color: #00283a;
 +
  }
 +
  nav.cmn-tile-nav li.colour-4 {
 +
    background-color: #006478;
 +
  }
 +
  nav.cmn-tile-nav li.colour-4 a {
 +
    background-color: #006478;
 +
  }
 +
  nav.cmn-tile-nav li.colour-4:hover, nav.cmn-tile-nav li.colour-4:hover a {
 +
    background-color: #000f12;
 +
  }
 +
  nav.cmn-tile-nav li.colour-5 {
 +
    background-color: #005a5a;
 +
  }
 +
  nav.cmn-tile-nav li.colour-5 a {
 +
    background-color: #005a5a;
 +
  }
 +
  nav.cmn-tile-nav li.colour-5:hover, nav.cmn-tile-nav li.colour-5:hover a {
 +
    background-color: black;
 +
  }
 +
  nav.cmn-tile-nav li.colour-6 {
 +
    background-color: #007864;
 +
  }
 +
  nav.cmn-tile-nav li.colour-6 a {
 +
    background-color: #007864;
 +
  }
 +
  nav.cmn-tile-nav li.colour-6:hover, nav.cmn-tile-nav li.colour-6:hover a {
 +
    background-color: #00120f;
 +
  }
 +
  nav.cmn-tile-nav li.colour-7 {
 +
    background-color: #0aa06e;
 +
  }
 +
  nav.cmn-tile-nav li.colour-7 a {
 +
    background-color: #0aa06e;
 +
  }
 +
  nav.cmn-tile-nav li.colour-7:hover, nav.cmn-tile-nav li.colour-7:hover a {
 +
    background-color: #04402c;
 +
  }
 +
  nav.cmn-tile-nav li.colour-8 {
 +
    background-color: #0abe8c;
 +
  }
 +
  nav.cmn-tile-nav li.colour-8 a {
 +
    background-color: #0abe8c;
 +
  }
 +
  nav.cmn-tile-nav li.colour-8:hover, nav.cmn-tile-nav li.colour-8:hover a {
 +
    background-color: #055d45;
 +
  }
 +
 
 +
  /* smoother transitions */
 +
 
 +
 
 +
  /* media queries */
 +
  @media all and (min-width: 480px) {
 +
    nav.cmn-tile-nav {
 +
      display: block;
 +
    }
 +
    nav.cmn-tile-nav li {
 +
      width: 50%;
 +
      float: left;
 +
    }
 +
  }
 +
  @media all and (min-width: 768px) {
 +
    nav.cmn-tile-nav li {
 +
      width: 25%;
 +
    }
 +
    nav.cmn-tile-nav a {
 +
      text-align: center;
 +
      padding: 60px 20px 20px 20px;
 +
    }
 +
 
 +
  }
 +
  @media all and (min-width: 1024px) {
 +
    nav.cmn-tile-nav li {
 +
      overflow: visible;
 +
      width: 20%;
 +
    }
 +
    nav.cmn-tile-nav a {
 +
      padding: 80px 20px 20px 20px;
 +
    }
 +
 
 +
  }
 +
  /* ============================================================
 +
    NAVIGATION TOGGLE
 +
  ============================================================ */
 +
  a.nav-toggle {
 +
    display: block;
 +
    margin-bottom: 20px;
 +
    padding: 20px;
 +
    background-color: #dce6f0;
 +
    color: #646464;
 +
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
 +
    text-align: center;
 +
  }
 +
  a.nav-toggle:hover {
 +
    background-color: #c8d2dc;
 +
  }
 +
 
 +
  @media all and (min-width: 480px) {
 +
    a.nav-toggle {
 +
      display: none;
 +
    }
 +
  }
 +
 
 +
 
 +
  /* ============================================================
 +
    OTHER SIMPLE STYLES
 +
  ============================================================ */
 +
  .container.content {
 +
    padding: 40px;
 +
  }
 +
  .container.content h2 {
 +
    margin-bottom: 20px;
 +
    color: #282828;
 +
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
 +
    font-size: 30px;
 +
  }
 +
 
 +
  /*img styles */
 +
  .notebook {width: 250px;
 +
  height:250px;
 +
  display: block;
 +
  margin-right: auto;
 +
  margin-left: auto;
 +
  padding: 1em;}
 +
 
 +
  div#header{       
 +
position:absolute;       
 +
top:0;       
 +
left:0;       
 +
width:100%;       
 +
height:header-<length>;       
 +
}
 +
 
 +
/*img*/
 +
img.logo {
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto
 +
}
 +
 
 +
img.portrait {
 +
  width: 280px;
 +
  height: 390px;
 +
  }
 +
 
 +
/*divs*/
 +
 
 +
.column-left2{ float: left; width: 50%; text-align: center; }
 +
.column-right2{ float: right; width: 50%; text-align: left; }
 +
</style>
 +
</head>
 +
 
 +
<body>
 +
<a target="_blank"href="https://2015.igem.org/Team:UAM_Poznan"><img class="banner" src="https://static.igem.org/mediawiki/2015/4/4a/UAMPOZNANbannerhorizontal.png" style="display:block; margin-left: auto; margin-right:auto;" border="1" height=75% width=82%></a>
 +
 
 +
    <div class="header" >
 +
    <a href="#" class="nav-toggle">Toggle Navigation</a>
 +
  <nav class="cmn-tile-nav">
 +
    <ul class="clearfix">
 +
    <li class="colour-1"><a href="#Team members">Team members</a></li>
 +
    <li class="colour-2"><a href="#Advisors">Advisors</a></li>
 +
    <li class="colour-3"><a href="#Supporters">Supporters</a></li>
 +
    <li class="colour-4"><a href="#Attributions">Attributions</a></li>
 +
    <li class="colour-5"><a href="#Sponsors">Sponsors</a></li>
 +
  </ul>
 +
  </nav>
 +
  </div>
 +
 
 +
<div class="largecontainer">
 +
 
 +
<a name="Team members"><h2>Team members</h2></a>
 +
<div class="personcontainer">
 +
<div class="column-left2">
 +
<img class="portrait" src="https://static.igem.org/mediawiki/2015/b/bc/UAMPoznanAdrianLejman.jpg">
 +
</div>
 +
<div class="column-right2">
 +
<h3>Adrian Lejman</h3>
 +
<h5></h5>
 +
<p><b>Major:</b> Biotechnology, 3<sup>rd</sup> year</p>
 +
<p><b>Why I decided to become a scientist:</b><br>
 +
  I decided to become scientist when I was in primary school. I was excited when I was reading about people who discovered new medicines or find something new about human body. I wanted to become somebody like them. I wanted to learn more and more about biology and living organisms. Although many years have passed and I have read many articles, I still have many unresolved questions that I want to find answer for.
 +
</p>
 +
<p><b>What I expect from participating in iGEM:</b><br>
 +
  When I decided to become part of iGEM I thought it was great chance to learn something new and meet fantastic people with passion. I wasn&#39;t wrong. iGEM gave me a huge chance to develop. Synthetic biology is an excellent way to create something new which will be useful for another scientists. Achieving pre-peeled goals gives me a lot of satisfaction.
 +
</p>
 +
<p><b>What I do in my free time:</b><br>
 +
  My favorite way to spend free time is sport. I like playing all kind of sports, for example volleyball, running and basketball - but the most I love playing football and riding a bicycle. Another way I like spend my free time is travelling. Walking in the mountains and watching breathtaking views relaxes me.
 +
</p>
 
</div>
 
</div>
  
 +
<div class="personcontainer">
 +
<div class="column-left2">
 +
<img class="portrait" src="https://static.igem.org/mediawiki/2015/6/6e/UAMPoznanDariaMokrzycka.jpg">
 +
</div>
 +
<div class="column-right2">
 +
<h3>Daria Mokrzycka</h3>
  
 +
<p><b>Major:</b> Biotechnology, 3<sup>rd</sup> year</p>
 +
<p><b>Why I decided to become a scientist:</b><br>
 +
  I did not, I have just become. But I hope I will be rich!</p>
 +
<p><b>What I expect from participating in iGEM:</b><br>
 +
  Very innovative - I want to win, meet new people and visit Boston!</p>
 +
<p><b>What I do in my free time:</b><br>
 +
  I like to exercise unless there is chocolate nearby - then chocolate wins. A good book is my way to relax. </p>
 +
<p><b>Favourite quote:</b> Always do your best!</p>
 +
</div>
 +
</div>
  
<h4> Why is this page needed? </h4>
+
<div class="personcontainer">
<p>The Attribution requirement helps the judges know what you did yourselves and what you had help with. We don't mind if you get help with difficult or complex techniques, but you must report what work your team did and what work was done by others.</p>
+
<div class="column-left2">
<p>
+
<img class="portrait" src="https://static.igem.org/mediawiki/2015/1/15/UAMPoznanJuliaZielinska.jpg">
For example, you might choose to work with an animal model during your project. Working with animals requires getting a license and applying far in advance to conduct certain experiments in many countries. This is difficult to achieve during the course of a summer, but much easier if you can work with a postdoc or PI who has the right licenses.</p>
+
</div>
 +
<div class="column-right2">
 +
<h3>Julia Zieli&#324;ska</h3>
  
 +
<p><b>Major:</b> Biotechnology, 3<sup>rd</sup> year</p>
 +
<p><b>Why I decided to become a scientist:</b><br>
 +
  I&#39;ve decided to become a scientist, because I&#39;ve always thought that those people can make a difference and improve other people&#39;s lives. I wanted to be one of those special individuals that experience the excitement of the scientific discovery and solve nature&#39;s riddles. ...And also, I like the smell of LB medium.</p>
 +
<p><b>What I expect from participating in iGEM:</b><br>
 +
  iGEM competition enables us to work on our own projects and have fun during summer.  I expect to experience the magnificence of combining different parts into a single working organism that demonstrates new activities. I&#39;m excited to meet other participants that love science as much as I do and to share my laboratory skills with them. </p>
 +
<p><b>What I do in my free time:</b><br>
 +
  I laugh a lot, watch TV shows, lay on the grass and read only good books. </p>
 +
<p><b>Favourite quote:</b>The good thing about science is that it&#39;s true whether or not you believe in it.</p>
 +
</div>
 +
</div>
  
<h5> What should this page have?</h5>
+
<div class="personcontainer">
 +
<div class="column-left2">
 +
<img class="portrait" src="https://static.igem.org/mediawiki/2015/b/ba/Uampoznanmajaszymanska.jpg">
 +
</div>
 +
<div class="column-right2">
 +
<h3>Maja Szyma&#324;ska</h3>
 +
<h5></h5>
 +
<p><b>Major:</b> Biotechnology, 3<sup>rd</sup> year</p>
 +
<p><b>Why I decided to become a scientist:</b><br>
 +
  I always dreamed to make an intellectual or practical contribution to the world. The more articles I read, the more interested I am in this topic. In lab I can satisfy my curiosity and create something unusual.  I enjoy doing experiments and working in lab. I also take pleasure in teaching children and showing them how our world function. </p>
 +
<p><b>What I expect from participating in iGEM:</b><br>
 +
  The major aim of iGEM is to build and test biological systems in living cells ranging from bacteria to mammalian cells. That is a great opportunity to create something own what can be useful for the others. If the system works and we obtain what we expected it&#39;s unbelievable fantastic feeling. I like facing up to new challenges. I&#39;m convinced that participating in iGEM will allow me to realize my dreams and meet fantastic people. </p>
 +
<p><b>What I do in my free time:</b><br>
 +
  I like travelling around the world. When I have free time I&#39;m looking for bargain trips. I enjoy bringing back my memories connected with unforgettable places. What is more I love sport. In my free time I do all kinds of sports, for example: zumba, running, tennis, squash, basketball, volleyball etc.</p>
 +
<p><b>Favourite quote:</b> There is nothing you cannot do - there are only things you haven&#39;t done yet.</p>
 +
</div>
 +
</div>
  
<ul>
+
<div class="personcontainer">
<li>General Support</li>
+
<div class="column-left2">
<li>Project support and advice</li>
+
<img class="portrait" src="https://static.igem.org/mediawiki/2015/6/6d/UAMPoznanMarcinOsuch.jpg">
<li>Fundraising help and advice</li>
+
</div>
<li>Lab support</li>
+
<div class="column-right2">
<li>Difficult technique support</li>
+
<h3>Marcin Osuch</h3>
<li>Project advisor support</li>
+
<li>Wiki support</li>
+
<li>Presentation coaching</li>
+
<li>Human Practices support</li>
+
<li> Thanks and acknowledgements for all other people involved in helping make a successful iGEM team</li>
+
</ul>
+
  
 +
<p><b>Major:</b> Biotechnology, 3<sup>rd</sup> year</p>
 +
<p><b>Why I decided to become a scientist:</b><br>
 +
  It&#39;s simple. I want to earn a lot of money because I will discover or invent something important or helpful for the human race. Or just change the world with a vaccine that cures AIDS or something.</p>
 +
<p><b>What I expect from participating in iGEM:</b><br>
 +
  I will meet people with whom I could cure the world of awful diseases or get the idea of how to create a bacteria that is capable of producing diamonds.</p>
 +
<p><b>What I do in my free time:</b><br>
 +
  Nothing important - writing books and teaching kids how to live. Sometimes playing on PlayStation.
 +
</p>
 +
<p><b>Favourite quote:</b> Doing whatever you become anyone, doing something you become someone - Remi Gaillard; Pam pa ram pam pam - Paulo Coelho. </p>
 +
</div>
 +
</div>
  
<h4>Inspiration</h4>
+
<div class="personcontainer">
<p>Take a look at what other teams have done:</p>
+
<div class="column-left2">
<ul>
+
<img class="portrait" src="https://static.igem.org/mediawiki/2015/1/10/UAMPoznanOlgaOlejniczak.jpg">
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Team">2011 Imperial College London</a> (scroll to the bottom)</li>
+
</div>
<li><a href="https://2014.igem.org/Team:Exeter/Attributions">2014 Exeter </a></li>
+
<div class="column-right2">
<li><a href="https://2014.igem.org/Team:Melbourne/Attributions">2014 Melbourne </a></li>
+
<h3>Olga Olejniczak</h3>
<li><a href="https://2014.igem.org/Team:Valencia_Biocampus/Attributions">2014 Valencia Biocampus</a></li>
+
</ul>
+
  
 +
<p><b>Major:</b> Molecular biology, 5<sup>th</sup> year</p>
 +
<p><b>Why I decided to become a scientist:</b><br>
 +
  I am curious of life and I enjoy learning about interesting topics. I like working in the laboratory, getting familiar with new biological techniques. It's an amazing feeling to get some interesting results and explore something new. Moreover, working with people from which I can derive knowledge give me a pleasure.</p>
 +
<p><b>What I expect from participating in iGEM:</b><br>
 +
iGEM gives me a great opportunity to improve my skills, get more knowledge about synthetic biology and propagate it. Moreover I can become familiar with new laboratory techniques, important biological matters and meet new interesting people and exchange experiences.</p>
 +
<p><b>What I do in my free time:</b><br>
 +
  I listen to music all the time and search for some new music and news from music world. I love going to concerts and I enjoy watching dance performances, visiting art galleries and museums. I like dancing, I attend dance classes just for fun and I go to kickboxing classes.</p>
 +
<p><b>Favourite quote:</b> No matter what happens, always be yourself.</p>
 
</div>
 
</div>
 +
</div>
 +
 +
<div class="personcontainer">
 +
<div class="column-left2">
 +
  <img class="portrait" src="https://static.igem.org/mediawiki/2015/b/b2/UAMPoznanAlicjaRabiasz.jpg">
 +
</div>
 +
<div class="column-right2">
 +
<h3>Alicja Rabiasz</h3>
 +
 +
<p><b>Major:</b> Molecular biology, 5<sup>th</sup> year</p>
 +
<p><b>Why I decided to become a scientist:</b><br>
 +
  I fell in love with biology under the influence of one of my teachers. I like spending time in laboratory, doing experiments. In lab I train my character and I learn how to be humble and enduring when something does not work out. </p>
 +
<p><b>What I expect from participating in iGEM:</b><br>
 +
  ...great question! :)</p>
 +
<p><b>What I do in my free time:</b><br>
 +
  In free time I do things that make my relax, e.g walking, reading books or  listening to music.</p>
 +
<p><b>Favourite quote:</b> If you want to make God laugh, tell him about your plans - Woody Allen.</p>
 +
</div>
 +
</div>
 +
 +
<div class="personcontainer">
 +
<div class="column-left2">
 +
<img src="https://static.igem.org/mediawiki/2015/1/1c/UAMPoznanMichalKopa.jpg">
 +
</div>
 +
<div class="column-right2">
 +
<h3>Micha&#322; Kopa</h3>
 +
 +
<p><b>Major:</b> Biotechnology, 3<sup>rd</sup> year</p>
 +
<p><b>Why I decided to become a scientist:</b><br>
 +
  I decided to become a scientist because I found the world boring
 +
and I wanted to discover why it was that way. I have not succeeded yet. </p>
 +
<p><b>What I expect from participating in iGEM:</b><br>
 +
  I expect iGEM to be an opportunity to do something less mundane than usually.</p>
 +
<p><b>What I do in my free time:</b><br>
 +
  In my free time I ponder the meaninglessness of existence.
 +
I also enjoy partaking in various pastime of most decadent nature. </p>
 +
<p><b>Favourite quote:</b>
 +
  There are many quotes that I find dislikeable and few that I admire,
 +
none of which are suitable for this bio.</p>
 +
</div>
 +
</div>
 +
 +
<div class="personcontainer">
 +
<div class="column-left2">
 +
<img class="portrait" src="https://static.igem.org/mediawiki/2015/d/d2/UAMPoznanMartaZardecka.jpg">
 +
</div>
 +
<div class="column-right2">
 +
<h3>Marta &#379;ardecka</h3>
 +
 +
<p><b>Major:</b> Molecular biology, 5<sup>th</sup> year</p>
 +
<p><b>Why I decided to become a scientist:</b><br>I have decided to pursue a scientific career because I want to make a difference in the world, preferably solving the problems that oppress humanity.</p>
 +
<p><b>What I expect from participating in iGEM:</b><br>I want to make fellow scientists and they without a doubt will be wonderful people :). I also expect to learn something new as my hunger for knowledge is never sated.</p>
 +
<p><b>What I do in my free time:</b><br>I am a girl of simple tastes when it comes to relax: in my leisure time I usually read a good book or play video games.</p>
 +
<p><b>Favourite quote:</b> Life is a journey, not a destination - Aerosmith.</p>
 +
</div>
 +
</div>
 +
 +
</div>
 +
<div class="largecontainer">
 +
<!--This is intentionally left blank-->
 +
</div>
 +
 +
<div class="largecontainer">
 +
<a name="Advisors"><h2>Advisors</h2></a>
 +
<div class="personcontainer">
 +
<div class="column-left2">
 +
<img class="portrait" src="https://static.igem.org/mediawiki/2015/b/bb/UAMPOZNANPrzemyslawNuc.jpg">
 +
</div>
 +
<div class="column-right2">
 +
<h3>Przemys&#322;aw Nuc, Ph.D.</h3>
 +
<p>Przemys&#322;aw was the mastermind behind the iGEM project. He was the one who inspired us to take part in the contest. Always helpful and patient - we couldn't have asked for a better mentor! </p>
 +
</div>
 +
</div>
 +
 +
<div class="personcontainer">
 +
<div class="column-left2">
 +
<img class="portrait" src="https://static.igem.org/mediawiki/2015/f/f6/UAMPOZNANMichalMichalak.jpg">
 +
</div>
 +
<div class="column-right2">
 +
<h3>Micha&#322; Michalak, M.Sc.</h3>
 +
<p>Micha&#322; was always there for us when it came to handling sudden issues. He doesn't speak much but when he says something, it is on point!</p>
 +
</div>
 +
</div class="personcontainer">
 +
 +
</div>
 +
 +
<div class="largecontainer">
 +
<a name="Supporters"><h2>Supporters</h2></a>
 +
<p><b>Iwona Kanonik-J&#281;drzejak</b> - Mrs. Iwona tirelessly assisted us with fuliffiling countless forms regarding visa application process, plane tickets or hotel booking. With her help it was a piece of a cake!</p>
 +
<p><b>Aleksandra Walas</b> - designed our team logo. We fell in love with the puzzle.</p>
 +
<p><b>Filip Krerowicz</b> - designed our wiki and iGEM banners.</p>
 +
<p><b>Rafał Rozumkiewicz</b> - designed wiki main page buttons.</p>
 +
<br>
 +
<p>Checkmark icon used at goals page was made by <a href="http://www.google.com" title="Google">Google</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed under <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0">CC BY 3.0</a></div>
 +
<br>
 +
Envelope icon used in the footer was made by <a href="http://graphicsbay.com" title="GraphicsBay">GraphicsBay</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed under <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0">CC BY 3.0</a></p>
 +
 +
<div class="largecontainer">
 +
<a name="Attributions"><h2>Attributions</h2></a>
 +
<p><b>Adrian Lejman</b> - Adrian, Daria, Julia, Maja and Marcin were in charge of characterizing arabinose and rhamnose induced promoters. They also studied proC, proD and T7 promoters. They also contributed the most to our presentation about our project at the 7<sup>th</sup> Conference of Polish Society for Experimental Plant Biology.</p>
 +
<p><b>Daria Mokrzycka</b> - Adrian, Daria, Julia, Maja and Marcin were in charge of characterizing arabinose and rhamnose induced promoters. They also studied proC, proD and T7 promoters. They also contributed the most to our presentation about our project at the 7<sup>th</sup> Conference of Polish Society for Experimental Plant Biology. Daria and Julia also studied xylose induced promoters. Daria additionally contributed to wiki methods page.</p>
 +
<p><b>Julia Zieli&#324;ska</b> - Adrian, Daria, Julia, Maja and Marcin were in charge of characterizing arabinose and rhamnose induced promoters. They also studied proC, proD and T7 promoters. They also contributed the most to our presentation about our project at the 7<sup>th</sup> Conference of Polish Society for Experimental Plant Biology. Daria and Julia also studied xylose induced promoters. Julia additionally contributed to wiki notebook page.</p>
 +
<p><b>Maja Szyma&#324;ska</b> - Adrian, Daria, Julia, Maja and Marcin were in charge of characterizing arabinose and rhamnose induced promoters. They also studied proC, proD and T7 promoters. They also contributed the most to our presentation about our project at the 7<sup>th</sup> Conference of Polish Society for Experimental Plant Biology.</p>
 +
<p><b>Marcin Osuch</b> - Adrian, Daria, Julia, Maja and Marcin were in charge of characterizing arabinose and rhamnose promoters. They also studied proC, proD and T7 promoters. He was also the one who gave an oral presentation about our project at the 7<sup>th</sup> Conference of Polish Society for Experimental Plant Biology.</p>
 +
<p><b>Olga Olejniczak</b> - Olga took part in the experiments regarding xylose induced promoters. She is also an author of our project's abstract.</p>
 +
<p><b>Alicja Rabiasz</b> - Alicja was a our main force when it came to handling administrative issues like visa application process, booking hotels and ordering our team's T-shirts and hoodies. She also helped a lot in the lab whenever she could. Alicja was also the person who kept in touch with one of our graphic designers, Aleksandra. </p>
 +
<p><b>Micha&#322; Kopa</b> - Micha&#322; was in charge of studying melibiose induced and T7 promoters. </p>
 +
<p><b>Marta &#379;ardecka</b> - Marta was in charge of wiki coding and submitting BioBricks. It wasn't an easy task considering few months ago none of us knew what CSS or HTML was. She also was team coordinator, responsible for submitting our tasks in time and reminding us about the deadlines. Marta was also the one who was responsible for the contact with iGEM HQ and our graphic designers - Filip and Rafa&#322;. Together with Alicja, she also handled some of our administrative issues.</p>
 +
<p><b>Przemys&#322;aw Nuc, Ph.D.</b> - Przemys&#322;aw taught us a lot about lab protocols and conducting experiments. He was responsible for ordering lab reagents and helped us with putting BioBricks' info together.</p>
 +
<p><b>Micha&#322; Michalak, M.Sc.</b> - Micha&#322; was responsible for managing our plane tickets and visa application process. He is also the one who will be the curator of our team in the US.</p>
 +
 +
<a name="Sponsors"><h2>Sponsors</h2></a>
 +
<!-- remember to put images and links to sponsors site! -->
 +
<p align="center">We would like to thank our sponsors who made our big iGEM adventure possible!</p>
 +
<a href="http://www.nauka.gov.pl/en/" target="_blank"><img class="logo" src="https://static.igem.org/mediawiki/2015/9/98/UAMPoznanMinistry.jpg" style="width:720px; height=350px;" align="middle">
 +
</a>
 +
<a href="https://international.amu.edu.pl/" target="_blank"><img class="logo" src="https://static.igem.org/mediawiki/2015/5/5f/UAMPoznanUAMlogo.jpg" style="width:720px; height=350px;"  align="middle">
 +
</a>
 +
</div>
 +
 +
</body>
 
</html>
 
</html>

Latest revision as of 23:10, 18 September 2015

Team UAM Poznan Wiki - Team Page

Team members

Adrian Lejman

Major: Biotechnology, 3rd year

Why I decided to become a scientist:
I decided to become scientist when I was in primary school. I was excited when I was reading about people who discovered new medicines or find something new about human body. I wanted to become somebody like them. I wanted to learn more and more about biology and living organisms. Although many years have passed and I have read many articles, I still have many unresolved questions that I want to find answer for.

What I expect from participating in iGEM:
When I decided to become part of iGEM I thought it was great chance to learn something new and meet fantastic people with passion. I wasn't wrong. iGEM gave me a huge chance to develop. Synthetic biology is an excellent way to create something new which will be useful for another scientists. Achieving pre-peeled goals gives me a lot of satisfaction.

What I do in my free time:
My favorite way to spend free time is sport. I like playing all kind of sports, for example volleyball, running and basketball - but the most I love playing football and riding a bicycle. Another way I like spend my free time is travelling. Walking in the mountains and watching breathtaking views relaxes me.

Daria Mokrzycka

Major: Biotechnology, 3rd year

Why I decided to become a scientist:
I did not, I have just become. But I hope I will be rich!

What I expect from participating in iGEM:
Very innovative - I want to win, meet new people and visit Boston!

What I do in my free time:
I like to exercise unless there is chocolate nearby - then chocolate wins. A good book is my way to relax.

Favourite quote: Always do your best!

Julia Zielińska

Major: Biotechnology, 3rd year

Why I decided to become a scientist:
I've decided to become a scientist, because I've always thought that those people can make a difference and improve other people's lives. I wanted to be one of those special individuals that experience the excitement of the scientific discovery and solve nature's riddles. ...And also, I like the smell of LB medium.

What I expect from participating in iGEM:
iGEM competition enables us to work on our own projects and have fun during summer. I expect to experience the magnificence of combining different parts into a single working organism that demonstrates new activities. I'm excited to meet other participants that love science as much as I do and to share my laboratory skills with them.

What I do in my free time:
I laugh a lot, watch TV shows, lay on the grass and read only good books.

Favourite quote:The good thing about science is that it's true whether or not you believe in it.

Maja Szymańska

Major: Biotechnology, 3rd year

Why I decided to become a scientist:
I always dreamed to make an intellectual or practical contribution to the world. The more articles I read, the more interested I am in this topic. In lab I can satisfy my curiosity and create something unusual. I enjoy doing experiments and working in lab. I also take pleasure in teaching children and showing them how our world function.

What I expect from participating in iGEM:
The major aim of iGEM is to build and test biological systems in living cells ranging from bacteria to mammalian cells. That is a great opportunity to create something own what can be useful for the others. If the system works and we obtain what we expected it's unbelievable fantastic feeling. I like facing up to new challenges. I'm convinced that participating in iGEM will allow me to realize my dreams and meet fantastic people.

What I do in my free time:
I like travelling around the world. When I have free time I'm looking for bargain trips. I enjoy bringing back my memories connected with unforgettable places. What is more I love sport. In my free time I do all kinds of sports, for example: zumba, running, tennis, squash, basketball, volleyball etc.

Favourite quote: There is nothing you cannot do - there are only things you haven't done yet.

Marcin Osuch

Major: Biotechnology, 3rd year

Why I decided to become a scientist:
It's simple. I want to earn a lot of money because I will discover or invent something important or helpful for the human race. Or just change the world with a vaccine that cures AIDS or something.

What I expect from participating in iGEM:
I will meet people with whom I could cure the world of awful diseases or get the idea of how to create a bacteria that is capable of producing diamonds.

What I do in my free time:
Nothing important - writing books and teaching kids how to live. Sometimes playing on PlayStation.

Favourite quote: Doing whatever you become anyone, doing something you become someone - Remi Gaillard; Pam pa ram pam pam - Paulo Coelho.

Olga Olejniczak

Major: Molecular biology, 5th year

Why I decided to become a scientist:
I am curious of life and I enjoy learning about interesting topics. I like working in the laboratory, getting familiar with new biological techniques. It's an amazing feeling to get some interesting results and explore something new. Moreover, working with people from which I can derive knowledge give me a pleasure.

What I expect from participating in iGEM:
iGEM gives me a great opportunity to improve my skills, get more knowledge about synthetic biology and propagate it. Moreover I can become familiar with new laboratory techniques, important biological matters and meet new interesting people and exchange experiences.

What I do in my free time:
I listen to music all the time and search for some new music and news from music world. I love going to concerts and I enjoy watching dance performances, visiting art galleries and museums. I like dancing, I attend dance classes just for fun and I go to kickboxing classes.

Favourite quote: No matter what happens, always be yourself.

Alicja Rabiasz

Major: Molecular biology, 5th year

Why I decided to become a scientist:
I fell in love with biology under the influence of one of my teachers. I like spending time in laboratory, doing experiments. In lab I train my character and I learn how to be humble and enduring when something does not work out.

What I expect from participating in iGEM:
...great question! :)

What I do in my free time:
In free time I do things that make my relax, e.g walking, reading books or listening to music.

Favourite quote: If you want to make God laugh, tell him about your plans - Woody Allen.

Michał Kopa

Major: Biotechnology, 3rd year

Why I decided to become a scientist:
I decided to become a scientist because I found the world boring and I wanted to discover why it was that way. I have not succeeded yet.

What I expect from participating in iGEM:
I expect iGEM to be an opportunity to do something less mundane than usually.

What I do in my free time:
In my free time I ponder the meaninglessness of existence. I also enjoy partaking in various pastime of most decadent nature.

Favourite quote: There are many quotes that I find dislikeable and few that I admire, none of which are suitable for this bio.

Marta Żardecka

Major: Molecular biology, 5th year

Why I decided to become a scientist:
I have decided to pursue a scientific career because I want to make a difference in the world, preferably solving the problems that oppress humanity.

What I expect from participating in iGEM:
I want to make fellow scientists and they without a doubt will be wonderful people :). I also expect to learn something new as my hunger for knowledge is never sated.

What I do in my free time:
I am a girl of simple tastes when it comes to relax: in my leisure time I usually read a good book or play video games.

Favourite quote: Life is a journey, not a destination - Aerosmith.

Advisors

Przemysław Nuc, Ph.D.

Przemysław was the mastermind behind the iGEM project. He was the one who inspired us to take part in the contest. Always helpful and patient - we couldn't have asked for a better mentor!

Michał Michalak, M.Sc.

Michał was always there for us when it came to handling sudden issues. He doesn't speak much but when he says something, it is on point!

Supporters

Iwona Kanonik-Jędrzejak - Mrs. Iwona tirelessly assisted us with fuliffiling countless forms regarding visa application process, plane tickets or hotel booking. With her help it was a piece of a cake!

Aleksandra Walas - designed our team logo. We fell in love with the puzzle.

Filip Krerowicz - designed our wiki and iGEM banners.

Rafał Rozumkiewicz - designed wiki main page buttons.


Checkmark icon used at goals page was made by Google from www.flaticon.com is licensed under CC BY 3.0


Envelope icon used in the footer was made by GraphicsBay from www.flaticon.com is licensed under CC BY 3.0

Attributions

Adrian Lejman - Adrian, Daria, Julia, Maja and Marcin were in charge of characterizing arabinose and rhamnose induced promoters. They also studied proC, proD and T7 promoters. They also contributed the most to our presentation about our project at the 7th Conference of Polish Society for Experimental Plant Biology.

Daria Mokrzycka - Adrian, Daria, Julia, Maja and Marcin were in charge of characterizing arabinose and rhamnose induced promoters. They also studied proC, proD and T7 promoters. They also contributed the most to our presentation about our project at the 7th Conference of Polish Society for Experimental Plant Biology. Daria and Julia also studied xylose induced promoters. Daria additionally contributed to wiki methods page.

Julia Zielińska - Adrian, Daria, Julia, Maja and Marcin were in charge of characterizing arabinose and rhamnose induced promoters. They also studied proC, proD and T7 promoters. They also contributed the most to our presentation about our project at the 7th Conference of Polish Society for Experimental Plant Biology. Daria and Julia also studied xylose induced promoters. Julia additionally contributed to wiki notebook page.

Maja Szymańska - Adrian, Daria, Julia, Maja and Marcin were in charge of characterizing arabinose and rhamnose induced promoters. They also studied proC, proD and T7 promoters. They also contributed the most to our presentation about our project at the 7th Conference of Polish Society for Experimental Plant Biology.

Marcin Osuch - Adrian, Daria, Julia, Maja and Marcin were in charge of characterizing arabinose and rhamnose promoters. They also studied proC, proD and T7 promoters. He was also the one who gave an oral presentation about our project at the 7th Conference of Polish Society for Experimental Plant Biology.

Olga Olejniczak - Olga took part in the experiments regarding xylose induced promoters. She is also an author of our project's abstract.

Alicja Rabiasz - Alicja was a our main force when it came to handling administrative issues like visa application process, booking hotels and ordering our team's T-shirts and hoodies. She also helped a lot in the lab whenever she could. Alicja was also the person who kept in touch with one of our graphic designers, Aleksandra.

Michał Kopa - Michał was in charge of studying melibiose induced and T7 promoters.

Marta Żardecka - Marta was in charge of wiki coding and submitting BioBricks. It wasn't an easy task considering few months ago none of us knew what CSS or HTML was. She also was team coordinator, responsible for submitting our tasks in time and reminding us about the deadlines. Marta was also the one who was responsible for the contact with iGEM HQ and our graphic designers - Filip and Rafał. Together with Alicja, she also handled some of our administrative issues.

Przemysław Nuc, Ph.D. - Przemysław taught us a lot about lab protocols and conducting experiments. He was responsible for ordering lab reagents and helped us with putting BioBricks' info together.

Michał Michalak, M.Sc. - Michał was responsible for managing our plane tickets and visa application process. He is also the one who will be the curator of our team in the US.

Sponsors

We would like to thank our sponsors who made our big iGEM adventure possible!