Team:Glendale CC AZ/Team/students

From 2013.igem.org

(Difference between revisions)
(Students)
 
(43 intermediate revisions not shown)
Line 1: Line 1:
-
{{:Team:Glendale_CC_AZ/test}}
+
{{:Team:Glendale_CC_AZ/main.css}}
-
==Students==
+
<html>
 +
<head>
 +
<link
 +
href="http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic"
 +
rel="stylesheet" type="text/css">
 +
<link
 +
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,300italic"
 +
rel="stylesheet" type="text/css">
 +
<meta charset="UTF-8">
 +
<style type="text/css">
 +
  .team-page h1 { font-size: 2.5em !important; font-family: "Trebuchet MS", Helvetica, sans-serif; color: #FF0000 !important; margin: 50px 0 10px 0; }
 +
  .clist { font-size: 1em}
 +
  .clist ul {clear: both;}
 +
  .clist li {list-style-type:none; clear:both; margin: 0 0 0 0;}
 +
  .clist .name { font-size: 1.5em; margin: 0 10px 0 0; font-weight: 900; color: #333}
 +
  .clist .title { display:inline; font-size: 1.3em; color: #777 !important; font-style: italic; font-weight: normal;}
 +
  .clist h3, h4 { font-size: 1.5em; margin: 0 5px 0 0 !important; display: inline !important}
 +
  .clist h4 { font-size: 1em; color: #777 !important; font-style: italic !important; font-weight: normal !important}
 +
  .clist .pic {width: 190px; height: 200px; float:left; }
 +
  .clist img {width: 150px; }
 +
  .clist .bio { width: 750px; height: 230px; text-align:justify;
 +
text-justify:inter-word; }
 +
  .clist a { color: #aaa !important; font-weight: normal !important}
 +
  .clist .blurb {max-height: 200px; }
 +
  .advisor li { clear: none; display: inline-block}
 +
  .advisor .blurb, .advisor .more {display: show}
 +
  .advisor .blurb {max-height: 1.0em; overflow: hidden}
 +
  .advisor .name, .advisor .title {display: block}
 +
  .advisor .pic {width: 110px; height: 110px}
 +
  .advisor img {width: 100px}
 +
  .advisor .bio {width: 350px; height: 110px;}
 +
  .partner img {width: 150px}
 +
  .partner .pic {width: 180px; height: auto;} 
-
<gallery>
+
  * {
-
Image:AdamGCC.jpg|Adam[[https://2013.igem.org/Team:Glendale_CC_AZ/Adam's Bio]]
+
-webkit-box-sizing: border-box;
-
Image:Example2_Team_member_3.png|Erica[[https://2013.igem.org/Team:Glendale_CC_AZ/Erica's Bio]]
+
-moz-box-sizing: border-box;
-
Image:Example2_Team_member_3.png|Esther[[https://2013.igem.org/Team:Glendale_CC_AZ/Esther's Bio]]
+
box-sizing: border-box;
-
Image:SeanGCC.JPG|Sean[[https://2013.igem.org/Team:Glendale_CC_AZ/Sean's Bio]]
+
}
-
Image:ChristinaGCC.jpg|Christina[[https://2013.igem.org/Team:Glendale_CC_AZ/Christina's Bio]]
+
 
-
Image:TeresaGCC.jpg|Teresa[[https://2013.igem.org/Team:Glendale_CC_AZ/Teresa's Bio]]
+
html {
-
Image:FernGCC.jpg|Fern[[https://2013.igem.org/Team:Glendale_CC_AZ/Fern's Bio]]
+
font-size:50%;
-
Image:AndrewGCC.jpg|Andrew[[https://2013.igem.org/Team:Glendale_CC_AZ/Andrew's Bio]]
+
-webkit-font-smoothing: antialiased;
-
Image:Yanet_Cora_Kopnina_Headshot_(Mobile).jpg|Yanet[[https://2013.igem.org/Team:Glendale_CC_AZ/Yanet's Bio]]
+
}
-
Image:Example2_Team_member_3.png|Jessica[[https://2013.igem.org/Team:Glendale_CC_AZ/Jessica's Bio]]
+
 
-
</gallery>
+
body {
 +
font-family: "Source Sans Pro";
 +
font-size:1.4rem;
 +
line-height: 2.3rem;
 +
color:#000;
 +
background: #fff;
 +
margin:0;
 +
}
 +
 
 +
a {
 +
color: #06c;
 +
transition: color .3s;
 +
}
 +
 
 +
a:hover {
 +
color: #012c57;
 +
}
 +
 
 +
h1, h2, h3, h4, h5, h6, h7 {
 +
font-family: "Futura";
 +
line-height:2.6rem;
 +
font-weight:normal;
 +
color: #111;
 +
}
 +
 
 +
.content-area {
 +
width:850px;
 +
padding:2rem;
 +
margin:auto;
 +
background: #f9f9f9;
 +
}
 +
 
 +
.content-area h1 {
 +
font-size: 2.7rem;
 +
}
 +
 
 +
.content-area h2 {
 +
font-size: 2.2rem;
 +
}
 +
 
 +
.content-area h3 {
 +
font-size: 2.7rem;
 +
}
 +
 
 +
.content-area h4 {
 +
font-size: 4.0rem;
 +
}
 +
 
 +
.content-area h5 {
 +
font-size: 1.4rem;
 +
}
 +
 
 +
.content-area h6 {
 +
font-size: 1.2rem;
 +
}
 +
 
 +
.content-area aside {
 +
float:right;
 +
width:50%;
 +
padding:2rem;
 +
 
 +
.blockquote {
 +
font-family: Georgia, serif;
 +
font-size: 18px;
 +
font-style: italic;
 +
width: 500px;
 +
margin: 0.25em 0;
 +
padding: 0.35em 40px;
 +
line-height: 1.45;
 +
position: relative;
 +
color: #383838;
 +
}
 +
 
 +
.blockquote:before {
 +
display: block;
 +
padding-left: 10px;
 +
content: "\201C";
 +
font-size: 80px;
 +
position: absolute;
 +
left: -20px;
 +
top: -20px;
 +
color: #7a7a7a;
 +
}
 +
 
 +
.blockquote cite {
 +
color: #999999;
 +
font-size: 14px;
 +
display: block;
 +
margin-top: 5px;
 +
}
 +
 
 +
.blockquote cite:before {
 +
content: "\2014 \2009";
 +
}
 +
 
 +
</style>
 +
<title>Team</title>
 +
</head>
 +
<body>
 +
<div class="content-area"> <article>
 +
</article>
 +
<h4>Glendale Community College Arizona<a href="http://www2.gccaz.edu"><img
 +
style="width: 200px; height: 58px;" alt="GCC"
 +
src="https://static.igem.org/mediawiki/2013/f/f1/Gcclogo.gif" align="right"></a>
 +
</h4>
 +
<h3><big style="color: rgb(204, 0, 0);"> Team </big></h3>
 +
<a href="https://igem.org/Main_Page"><img style="border: 0px solid ; width: 50px; height: 40px;" alt="iGEM" src="http://s21.postimg.org/ff5nkjy9v/IGEM_basic_Logo_stylized.png" align="left"></a>
 +
<p>Summer 2013 </p>
 +
<a href="https://igem.org/Team.cgi?year=2013&team_name=Glendale_CC_AZ" target="_blank">Official Team Profile</a>
 +
<p>Early 2013 Dr. Tuohy and Dr. Ziemba teamed up with Glendale Community College with hopes of forming an iGEM team for the 2013 collegiate division. After a rigorous application process, many candidates were selected, the schools first iGEM team had been selected. As of late spring, the team decided to work with Deinococcus radiodurans, as well as other species in the family. In late May, the team started working 4 days a week, and with the help of Dr. Tuohy and Dr. Ziemba, the team worked nonstop on trying to achieve the project goal.</p>
 +
<ul>
 +
    <div class="team-page">
 +
 
 +
<h1>
 +
Undergraduates</h1>
 +
<ul class="clist team">
 +
 +
    <li>
 +
      <span class="pic"><img src="https://static.igem.org/mediawiki/2013/3/34/EricaGCC.JPG" /> </span>
 +
<div class="bio">
 +
<span class="name">Erica Soboslay</span><span class="title">Biotechnology and Molecular Science</span>
 +
<div class="blurb">
 +
My name is Erica Soboslay. I am currently pursuing an Associate of Applied Sciences degree in Biotechnology and Molecular Biosciences. I plan to immediately pursue a Bachelor’s degree in Biomedical Engineering, and ultimately obtain a Ph.D. in Regenerative Medicine. I joined Glendale Community College’s iGEM team because, as an overzealous undergrad, I could not resist the wonderful opportunity to participate in student-led research in the lab. Beyond all the lab techniques I’ve learned this summer, I have also learned just how important it is to stay focused and determined. We’ve faced all sorts of setbacks, but found solutions and kept moving right along.
 +
        </div>   
 +
<hr>
 +
        <li>
 +
        <span class="pic"><img src="http://s10.postimg.org/q3csri2qt/Esther_Juarez.png" /> </span>
 +
<div class="bio">
 +
<span class="name">Esther Juárez</span><span class="title">Biochemistry and Life Sciences</span>
 +
<div class="blurb">
 +
I am a Biochemistry (Medicinal Chemistry) student. My career goal is to earn my M.D. degree and eventually practice medicine. My interests in research include preventive medicine, Alzheimer's disease and cancer. I joined Glendale Community College iGEM 2013 due to my interest in research and professional scientific writing. The research project at GCC has given me exposure to many academic and personal challenges, achievements, and the knowledge required to focus more my interests in the Synthetic Biology field. I designed the wiki for this project and I am thankful to our advisors and teammates; they all are part of our success. From iGEM I have learned how to enjoy and get the most out of the student life; such a valuable experience!  <a href="http://www.estherjuarez.com" target="_blank">More About Me</a></div>
 +
        <hr><li>
 +
      <span class="pic"><img src="https://static.igem.org/mediawiki/2013/a/ad/FernGCC.jpg" /> </span>
 +
<div class="bio">
 +
<span class="name">Fern Vliet</span><span class="title">Physics</span>
 +
<div class="blurb">
 +
          My name is Fern Van Vliet and I am a sophomore at Glendale Community College. I am currently majoring in physics. I joined iGEM for research experience, and I joined because of my interest in the project. Biotechnology has always fascinated me and iGEM was a good way to gain a better understanding of the field. Through iGEM, I have gained a greater respect for people in the research field. I now understand that there is a long and sometimes tedious process of planning that is required before any research can be done.
 +
      </div>
 +
        <hr><li>
 +
     
 +
<div class="bio">
 +
<span class="name">Yanet Cora Kopnina</span><span class="title">Health Science </span>
 +
<div class="blurb">
 +
Yanet is currently finishing her Associates of Science at Glendale Community College, and will transfer to Arizona State University to complete her Bachelor’s Degree in Health Science. The daughter of a nurse, Yanet’s long term plan is to attend medical school and become a physician. She is a member of the Biotechnology club, Pre-Med club and GCC’s IGEM team. She also volunteers every week at Banner Thunderbird Hospital.
 +
        </div>
 +
    <hr> <li>
 +
  <span class="pic"><img src="https://static.igem.org/mediawiki/2013/e/e5/SeanPipesGCC.jpg" /> </span>
 +
<div class="bio">
 +
<span class="name">Sean Pipes </span><span class="title">Biotechnology</span>
 +
<div class="blurb">
 +
My name is Sean Sipes, and I am a sophomore at GCC studying Biotechnology. I am going to ASU in the fall to finish out my Bachelors degree in Cellular and Molecular Biology Research. I plan on going straight for a masters degree and then possibly going for a Ph.D. I enjoy long walks on the beach, pina coladas, and getting caught in the rain. I hope to one day research cancer in a research lab.</div>
 +
      <hr> <li>
 +
 +
        <span class="pic"><img src="http://s8.postimg.org/tgvlxec45/Teresa_GCC.png" /> </span>
 +
<div class="bio">
 +
<span class="name">Teresa LuPone</span><span class="title">Biochemistry and Health Sciences</span>
 +
<div class="blurb">
 +
My name is Teresa LuPone. I am a 27-year-old pre-med student in the Biotechnology program at Glendale Community College where I also am a Supplemental Instruction leader for General Biology I. I decided to join the IGEM team to have a fun educational research experience for the summer. I wanted to put the skills I've learned in the program to use and see a research project from inception to completion. My goal in my career is to be a physician that marries medical research with clinical practice to really help people get the cutting edge care that they need.
 +
        </div>
 +
        <hr><li>
 +
 +
        <span class="pic"><img src="http://s15.postimg.org/mr6qm67af/Screen_Shot_2013_09_11_at_7_1_12_46_PM.png" /> </span>
 +
<div class="bio">
 +
<span class="name">Cristina Castillo</span><span class="title">Biomedical Engineering</span>
 +
<div class="blurb">
 +
My name is Cristina Castillo and I am currently majoring in Biomedical Engineering. I joined iGEM because I wanted to gain research experience in the field. I am transferring to University of Michigan to earn my Bachelor degree, Then, I want to attend Medical school to become a surgeon.The thing I learned most about this research project is that there is no such thing as failure, even though we did not always get what we were expecting, all our results made us discover something new that lead us to a solid project.
 +
        </div>
 +
        <hr><li>
 +
 +
        <span class="pic"><img src="http://s12.postimg.org/4ayaejd61/IMG_0667.jpg" /> </span>
 +
<div class="bio">
 +
<span class="name">Adam Marin</span><span class="title">Biotechnology </span>
 +
<div class="blurb">
 +
My name is Adam Marin and I am currently enrolled in the Biotechnology program at GCC.I will transfer to ASU to finish my bachelors degree with the hope of continuing in post studies. In my past I have served 4 years in the United States Marine Corps and was fortunate to have served or trained on 4 different continents allowing me the opportunity for world experience. I spent 10 years bartending allowing myself to gain an imaginary but well deserved masters degree in psychology. I am lucky enough to have been given my mothers interest in science so when I returned to school the biotechnology program quickly caught my eye.  I am grateful for the opportunity to join the IGEM team because at this early point in my studies this was a chance not to be missed.
 +
        </div>
 +
        <hr><li>
 +
 +
        <span class="pic"><img src="https://static.igem.org/mediawiki/igem.org/8/8f/AndrewCoxGCC.png" /> </span>
 +
<div class="bio">
 +
<span class="name">Andrew Cox</span><span class="title">Biotechnology</span>
 +
<div class="blurb">
 +
My name is Andrew R. Cox and I am currently pursuing my associates in applied science in biotechnology at Glendale Community College. I decided to join IGEM because the group was in the same lab as me and I was interested in their project. After I leave GCC, I plan to transfer to ASU for either the cellular biology program or to pursue a degree in biochemistry. When I'm finished with schooling, I want to work in the field of anti-senescence and hopefully I'll get the chance to do some research related to it before I graduate. There have been times where simple errors in basic techniques have led to unsuccessful experiments and these mishaps have taught me to pay closer attention during each part of the experiment.
 +
        </div>
 +
 +
<hr></li>
 +
</ul>
 +
<h1>
 +
Advisors</h1>
 +
<ul class="clist advisor">
 +
<li>
 +
<span class="pic"><img src="http://oi40.tinypic.com/30cxc0i.jpg" /> </span>
 +
<div class="bio">
 +
<span class="name">Robert Ziemba, Ph.D. </span><span class="title">Biology Faculty  </span>
 +
<div class="blurb">
 +
  </div>
 +
<div class="more">
 +
<a href="http://www.gccaz.edu/biology/Faculty/indexrz.html">Read more</a></div>
 +
</div>
 +
</li>
 +
<li>
 +
<span class="pic"><img src="https://static.igem.org/mediawiki/2013/3/34/JTGCC.jpg" /> </span>
 +
<div class="bio">
 +
<span class="name">James Tuohy, Ph.D. </span><span class="title">Director of Biotechnology Program </span>
 +
<div class="blurb">
 +
  </div>
 +
<div class="more">
 +
<a href="http://www.gccaz.edu/biology/Faculty/indexjt.html">Read more</a></div>
 +
</div>
 +
</li>
 +
<li>
 +
 +
 +
</ul>
 +
<h1>
 +
Sponsors</h1>
 +
<ul class="clist partner">
 +
<li>
 +
<span class="pic"><img src="http://stem.kapiolani.hawaii.edu/wp-content/uploads/2013/01/CCURI_logo.jpg" /> </span>
 +
<div class="bio">
 +
<span class="name">CCURI</span>
 +
<div class="blurb">
 +
The Community College Undergraduate Research Initiative (CCURI) uses an inquiry-based teaching model where students are exposed to real world science through a case study in an introductory course followed by a hands-on research experience resulting from questions about or related to the case. CCURI is providing resources for our 26 institutional partners including introductory workshops/conferences that are building regional and national collaborations, start-up supplies and a wide variety of faculty development opportunities. <a href="http://www.ccuri.org" target="_blank">CCURI Website</a> </div>
 +
</div>
 +
</li>
 +
    <li>
 +
<span class="pic"><img src="https://static.igem.org/mediawiki/2013/f/f1/Gcclogo.gif"/> </span>
 +
<div class="bio" style="height:180px">
 +
<span class="name">Glendale Community College</span>
 +
        <div class="blurb">
 +
       
 +
       
 +
       
 +
        Glendale Community College was established by the Governing Board as the second Maricopa County Community College District, and charged with serving the higher educational needs of the West Valley. Accreditation continues today through The Higher Learning Commission / North Central Association and includes both the GCC Main campus and the GCC North site.  <a href="http://www2.gccaz.edu" target="_blank">GCC Website</a> </div>
 +
</div>
 +
</li>
 +
 +
</ul>
 +
</div>
 +
</ul>
 +
</div>
 +
 
 +
<!--/.content-area-->
 +
</body>
 +
</html>

Latest revision as of 04:13, 29 July 2014

Team

Glendale Community College ArizonaGCC

Team

iGEM

Summer 2013

Official Team Profile

Early 2013 Dr. Tuohy and Dr. Ziemba teamed up with Glendale Community College with hopes of forming an iGEM team for the 2013 collegiate division. After a rigorous application process, many candidates were selected, the schools first iGEM team had been selected. As of late spring, the team decided to work with Deinococcus radiodurans, as well as other species in the family. In late May, the team started working 4 days a week, and with the help of Dr. Tuohy and Dr. Ziemba, the team worked nonstop on trying to achieve the project goal.

    Undergraduates

    • Erica SoboslayBiotechnology and Molecular Science
      My name is Erica Soboslay. I am currently pursuing an Associate of Applied Sciences degree in Biotechnology and Molecular Biosciences. I plan to immediately pursue a Bachelor’s degree in Biomedical Engineering, and ultimately obtain a Ph.D. in Regenerative Medicine. I joined Glendale Community College’s iGEM team because, as an overzealous undergrad, I could not resist the wonderful opportunity to participate in student-led research in the lab. Beyond all the lab techniques I’ve learned this summer, I have also learned just how important it is to stay focused and determined. We’ve faced all sorts of setbacks, but found solutions and kept moving right along.

    • Esther JuárezBiochemistry and Life Sciences
      I am a Biochemistry (Medicinal Chemistry) student. My career goal is to earn my M.D. degree and eventually practice medicine. My interests in research include preventive medicine, Alzheimer's disease and cancer. I joined Glendale Community College iGEM 2013 due to my interest in research and professional scientific writing. The research project at GCC has given me exposure to many academic and personal challenges, achievements, and the knowledge required to focus more my interests in the Synthetic Biology field. I designed the wiki for this project and I am thankful to our advisors and teammates; they all are part of our success. From iGEM I have learned how to enjoy and get the most out of the student life; such a valuable experience! More About Me

    • Fern VlietPhysics
      My name is Fern Van Vliet and I am a sophomore at Glendale Community College. I am currently majoring in physics. I joined iGEM for research experience, and I joined because of my interest in the project. Biotechnology has always fascinated me and iGEM was a good way to gain a better understanding of the field. Through iGEM, I have gained a greater respect for people in the research field. I now understand that there is a long and sometimes tedious process of planning that is required before any research can be done.

    • Yanet Cora KopninaHealth Science
      Yanet is currently finishing her Associates of Science at Glendale Community College, and will transfer to Arizona State University to complete her Bachelor’s Degree in Health Science. The daughter of a nurse, Yanet’s long term plan is to attend medical school and become a physician. She is a member of the Biotechnology club, Pre-Med club and GCC’s IGEM team. She also volunteers every week at Banner Thunderbird Hospital.

    • Sean Pipes Biotechnology
      My name is Sean Sipes, and I am a sophomore at GCC studying Biotechnology. I am going to ASU in the fall to finish out my Bachelors degree in Cellular and Molecular Biology Research. I plan on going straight for a masters degree and then possibly going for a Ph.D. I enjoy long walks on the beach, pina coladas, and getting caught in the rain. I hope to one day research cancer in a research lab.

    • Teresa LuPoneBiochemistry and Health Sciences
      My name is Teresa LuPone. I am a 27-year-old pre-med student in the Biotechnology program at Glendale Community College where I also am a Supplemental Instruction leader for General Biology I. I decided to join the IGEM team to have a fun educational research experience for the summer. I wanted to put the skills I've learned in the program to use and see a research project from inception to completion. My goal in my career is to be a physician that marries medical research with clinical practice to really help people get the cutting edge care that they need.

    • Cristina CastilloBiomedical Engineering
      My name is Cristina Castillo and I am currently majoring in Biomedical Engineering. I joined iGEM because I wanted to gain research experience in the field. I am transferring to University of Michigan to earn my Bachelor degree, Then, I want to attend Medical school to become a surgeon.The thing I learned most about this research project is that there is no such thing as failure, even though we did not always get what we were expecting, all our results made us discover something new that lead us to a solid project.

    • Adam MarinBiotechnology
      My name is Adam Marin and I am currently enrolled in the Biotechnology program at GCC.I will transfer to ASU to finish my bachelors degree with the hope of continuing in post studies. In my past I have served 4 years in the United States Marine Corps and was fortunate to have served or trained on 4 different continents allowing me the opportunity for world experience. I spent 10 years bartending allowing myself to gain an imaginary but well deserved masters degree in psychology. I am lucky enough to have been given my mothers interest in science so when I returned to school the biotechnology program quickly caught my eye. I am grateful for the opportunity to join the IGEM team because at this early point in my studies this was a chance not to be missed.

    • Andrew CoxBiotechnology
      My name is Andrew R. Cox and I am currently pursuing my associates in applied science in biotechnology at Glendale Community College. I decided to join IGEM because the group was in the same lab as me and I was interested in their project. After I leave GCC, I plan to transfer to ASU for either the cellular biology program or to pursue a degree in biochemistry. When I'm finished with schooling, I want to work in the field of anti-senescence and hopefully I'll get the chance to do some research related to it before I graduate. There have been times where simple errors in basic techniques have led to unsuccessful experiments and these mishaps have taught me to pay closer attention during each part of the experiment.

    Advisors

    • Robert Ziemba, Ph.D. Biology Faculty
    • James Tuohy, Ph.D. Director of Biotechnology Program

    Sponsors

    • CCURI
      The Community College Undergraduate Research Initiative (CCURI) uses an inquiry-based teaching model where students are exposed to real world science through a case study in an introductory course followed by a hands-on research experience resulting from questions about or related to the case. CCURI is providing resources for our 26 institutional partners including introductory workshops/conferences that are building regional and national collaborations, start-up supplies and a wide variety of faculty development opportunities. CCURI Website
    • Glendale Community College
      Glendale Community College was established by the Governing Board as the second Maricopa County Community College District, and charged with serving the higher educational needs of the West Valley. Accreditation continues today through The Higher Learning Commission / North Central Association and includes both the GCC Main campus and the GCC North site. GCC Website