Team:AITM-Nepal/Team

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
 
(77 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
 
-
 
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<head>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<style>
-
This is a template page. READ THESE INSTRUCTIONS.
+
 
 +
/* Igm Css  Override */
 +
 
 +
#catlinks,#top-section,#footer-box,#top,#p-logo
 +
{
 +
display:none;
 +
}
 +
 
 +
h1
 +
{
 +
display:none;
 +
}
 +
 +
/* Css Override Complete */
 +
 
 +
/* body layout start */
 +
 
 +
body
 +
{
 +
background:#aaaaaa;
 +
}
 +
 
 +
 
 +
#content
 +
{
 +
background:#aaaaaa;
 +
width:auto;
 +
}
 +
 
 +
.AllContent
 +
{
 +
background:#FFFFFF;
 +
margin:auto;
 +
width:1050px;
 +
-webkit-box-shadow:rgb(110,110,110) 8px 8px 8px;
 +
}
 +
 +
        .maincontents
 +
        {
 +
        padding:10px;
 +
        }
 +
 
 +
 
 +
/* Body layout Complete */
 +
 
 +
/* Logos css start */
 +
 
 +
      .header
 +
        {
 +
      padding:20px;
 +
        }
 +
 
 +
#logo
 +
{
 +
width:150px;
 +
height:150px;
 +
margin-right:100px;
 +
}
 +
 +
#logo2
 +
{
 +
float:right;
 +
width:200px;
 +
height:150px;
 +
}
 +
 
 +
/* Logos css Complete */
 +
 
 +
/* Navbar css start */
 +
 
 +
 
 +
.navbar
 +
{
 +
background:-webkit-linear-gradient(Top,#666,#000);
 +
width:1048px;
 +
height:50px;
 +
border:#000000 1px solid;
 +
-webkit-box-shadow:rgb(110,110,110) 0px 8px 8px;
 +
margin-bottom:20px;
 +
}
 +
 
 +
#navigationboxholder
 +
{
 +
        margin:auto;
 +
        width:1026px;
 +
        height:48px;
 +
        padding:10px;
 +
}
 +
 
 +
#navigation li
 +
{
 +
display:inline;
 +
list-style:none;
 +
}
 +
 
 +
ul li .navbar-option
 +
{
 +
color:#FFF;
 +
padding-left:10px;
 +
padding-right:10px;
 +
padding-bottom:10px;
 +
padding-top:10px;
 +
text-decoration:none;
 +
}
 +
 
 +
ul li .navbar-option:hover
 +
{
 +
background:#0FF;
 +
border-top:black 1px solid;
 +
border-left:black 1px solid;
 +
padding-left:9px;
 +
padding-top:9px;
 +
color:#000;
 +
text-decoration:underline;
 +
-webkit-transition: background 1s, color 1s;
 +
}
 +
 
 +
.sub_navigation
 +
{
 +
display:none;
 +
list-style-type:none;
 +
padding:10px;
 +
position:absolute;
 +
background:#000000;
 +
color:#FFF;
 +
-webkit-box-shadow:rgb(110,110,110) 0px 8px 8px;
 +
}
 +
 
 +
ul.sub_navigation li
 +
{
 +
clear:both;
 +
}
 +
 
 +
 
 +
/* navbar css complete */
 +
 
 +
/*Image Slider css start */
 +
 
 +
#box
 +
{
 +
overflow:hidden;
 +
text-align:center;  
 +
background-color:#2d2d2d;  
 +
height:400px;
 +
width:900px;
 +
margin:auto;
 +
border-bottom:30px #666666 groove;
 +
border-bottom-left-radius:20px;
 +
border-bottom-right-radius:20px;
 +
border-top:30px #666666 groove;
 +
border-top-left-radius:20px;
 +
border-top-right-radius:20px;
 +
margin-top:20px;
 +
}
 +
 
 +
/* Next and Previous Button css start */
 +
 +
#smallbox1
 +
{
 +
position:absolute;
 +
margin-top:180px;
 +
float:left;
 +
padding:20px;  
 +
background:black;
 +
opacity:0.5;
 +
}
 +
 +
#smallbox2
 +
{
 +
position:absolute;
 +
margin-top:180px;
 +
margin-left:850px;
 +
padding:20px;
 +
background:black;
 +
opacity:0.5;
 +
}
 +
 +
#smallbox1:hover
 +
{
 +
opacity:0.8;
 +
}
 +
 +
#smallbox2:hover
 +
{
 +
opacity:0.8;
 +
}
 +
 +
/* Next and Previous Button css Complete */
 +
 +
/*Image Slider css Complete */
 +
 
 +
/* Student info div css start */
 +
                #stud1,#stud2,#stud3,#stud4,#stud5,#stud6,#stud7,#stud8,#stud9,#stud10,#stud11,#stud12,#stud13,#stud14,#stud15,#stud16,#stud17,#stud18,#stud19,#stud20,#stud21,#stud22,#stud23,#stud24,#stud25,#stud26,#stud27,#stud28
 +
            {
 +
              background:#747c79;
 +
              width:700px;
 +
              border-bottom: 2px solid black;
 +
              border-left: 2px black solid;
 +
              border-radius: 10px;
 +
              padding:10px;
 +
              height:256px;
 +
              margin-left: 200px;
 +
              margin-bottom: 10px;
 +
              float:right;
 +
              position:absolute;
 +
            }
 +
     
 +
#stud1,#stud2,#stud3,#stud4,#stud5,#stud6,#stud7,#stud8,#stud9,#stud10,#stud11,#stud12,#stud13,#stud14,#stud15,#stud16,#stud17,#stud18,#stud19,#stud20,#stud21,#stud22,#stud23,#stud24,#stud25,#stud26,#stud27,#stud28:hover
 +
              {
 +
              background:#cacecd;
 +
              -webkit-transition:background 2s;
 +
              }
 +
/* Student info div css complete */
 +
 
 +
/* For all A tags start */
 +
      #afoall
 +
              {
 +
              text-decoration:underline;
 +
              color:#555;
 +
              }
 +
 
 +
/* For all A tags  Complete */
 +
 
 +
</style>
 +
 
 +
<!-- Jquery src start -->
 +
 
 +
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
 +
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
 +
 
 +
<!-- Jquery src Complete -->
 +
 
 +
<!-- Javascript for student div show and hide start -->
 +
 
 +
<script>
 +
          function showdiv(n)
 +
                    {
 +
                      $('#stud'+n).fadeIn(200);
 +
                    }
 +
         
 +
          function hidediv(m)
 +
                    {
 +
                      $('#stud'+m).fadeOut(200);
 +
                    }
 +
</script>
 +
 
 +
<!-- Javascript for student div show and hide Complete -->
 +
 
 +
<script>
 +
 
 +
function togglemenu()
 +
{
 +
$('.sub_navigation').slideToggle();
 +
}
 +
 
 +
</script>
 +
 
 +
</head>
 +
 
 +
<div class="AllContent">
 +
 
 +
<!-- Logo Section Starts -->
 +
 
 +
<div class="header">             
 +
    <img id="logo" src="https://static.igem.org/mediawiki/2013/d/d1/Hava1.png">
 +
<img src="https://static.igem.org/mediawiki/2013/8/8e/1186269_700314813316746_1614415077_n.png" width="500px" height="140px" style="margi:auto;">
 +
    <a href="https://2013.igem.org/Main_Page"><img id="logo2" src="https://static.igem.org/mediawiki/2013/e/e3/Wiki1.png"></a>
</div>
</div>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
 
-
You are provided with this team page template with which to start the iGEM season. You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
<!-- Logo Section Complete -->
 +
 
 +
<!-- Navbar Section Start -->
 +
 
 +
<div class="navbar">
 +
    <div id="navigationboxholder">
 +
        <ul id="navigation">
 +
               
 +
                <li><a  class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal">Home</a></li>
 +
                <li><a  class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Team">Team</a></li>
 +
                <li><a onMouseOver="togglemenu();" href="https://2013.igem.org/Team:AITM-Nepal/Project" class="navbar-option">Project</a>
 +
                            <ul class="sub_navigation">
 +
                                    <li><a href="https://2013.igem.org/Team:AITM-Nepal/Overview" class="navbar-option">Overview</a></li>
 +
                                    <li><a href="https://2013.igem.org/Team:AITM-Nepal/Device_made" class="navbar-option">Device Made</a></li>
 +
                                    <li><a href="https://2013.igem.org/Team:AITM-Nepal/Part1" class="navbar-option">Part 1</a></li>
 +
                                    <li><a href="https://2013.igem.org/Team:AITM-Nepal/Part2" class="navbar-option">Part 2</a></li>
 +
                                    <li><a href="https://2013.igem.org/Team:AITM-Nepal/Part3" class="navbar-option">Part 3</a></li>
 +
                            </ul></li>
 +
                <li><a class="navbar-option" href="https://igem.org/Team.cgi?year=2013&team_name=AITM-Nepal">Official Team Profile</a></li>
 +
                <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Parts">Parts Submitted To Registry</a></li>
 +
                <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Notebook">Notebook</a></li>
 +
                <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Safety">Safety</a></li>
 +
                <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Human_practise">Human Practice</a></li>
 +
                <li><a class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Attributions">Attributions</a></li>
 +
 +
    </ul>
 +
  </div>
</div>
</div>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
 
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace. 
+
<!-- Navbar Section Complete -->
 +
 +
<!-- Main Section Starts -->
 +
<div class="maincontents">
 +
<div>
 +
<br>
 +
<font size=6 color="black">Our Team:</font><br>
 +
<br>
 +
<center>
 +
<iframe width="640" height="480" src="//www.youtube.com/embed/3VrqIhhKI00" frameborder="1" allowfullscreen></iframe>
 +
</center>
 +
<br>
 +
<font size=4><b><u>Advisors</u></b></font><br><br>
 +
Krishna Das Manandhar<br>
 +
Nawneet Mishra<br><br>
 +
<font size=4><b><u>Instructors</u></b></font><br><br>
 +
Gauri Shankar Manandhar<br>
 +
Shishir Sharma<br><br>
 +
<font size=4><b>Students</b></font><br>
 +
 
 +
<a href="" id="afoall" onMouseOver="showdiv(1);" onMouseOut="hidediv(1);">Anurag Adhikari</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(2);" onMouseOut="hidediv(2);">Subhiksha Khatiwada</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(3);" onMouseOut="hidediv(3);">Momish Manandhar</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(4);" onMouseOut="hidediv(4);">Aayushma Gautam</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(5);" onMouseOut="hidediv(5);">Daisy Awale</a><br>
 +
 
 +
<div id="stud1" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/7/74/Stud1.JPG" width=200px height=250px align="left" style="margin-right:10px;">
 +
  <h3>Anurag Adhikari</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Travelling to unknown places and getting out of own comfort zone.<br><br>
 +
    <u>Reason to choose Biotechnology:</u><br>
 +
    I want to understand life so i chose Biotechnology
</div>
</div>
 +
 +
<div id="stud2" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/2/2a/Stud2.JPG" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Subhiksha Khatiwada</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Reading novels and listening to music.<br><br>
 +
    <u>Reason to choose Biotechnology:</u><br>
 +
    I chose biotech. because its a combined application of varied sciences for human benefit.<br>
</div>
</div>
-
</html>
 
-
<!-- *** End of the alert box *** -->
 
 +
<div id="stud3" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/1/1e/Stud11.JPG" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Momish Manandhar</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Reading, travelling, cooking and art.<br><br>
 +
    <u>Reason to choose Biotechnology:</u><br>
 +
    The possibility of vast knowledge of living things lies in tiny bio-molecules. I hope to contribute in this field for the betterment of human lifestyle.<br>
 +
</div>
-
{|align="justify"
+
<div id="stud4" style="display:none;">
-
|You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
+
<img src="https://static.igem.org/mediawiki/2013/6/6a/Stud16.jpg" width=200px height=250px align="left" style="margin-right:10px;"></td>
-
|[[Image:AITM-Nepal_logo.png|200px|right|frame]]
+
    <h3>Aayushma Gautam</h3><br>
-
|-
+
    <u>Hobbies:</u><br>
-
|
+
    Listening music, singing, dancing and hanging out with friends.<br><br>
-
|[[Image:AITM-Nepal_team.png|right|frame|Your team picture]]
+
    <u>Reason to choose Biotechnology:</u><br>
-
|-
+
    Biotechnology is a multidicipliary subject which give knowledge about all the research field n life science always facinates me so I chose biotechnology.<br>
-
|
+
</div>
-
|align="center"|[[Team:AITM-Nepal | Team AITM-Nepal]]
+
-
|}
+
 +
<div id="stud5" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/f/f3/Stud3.JPG" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Daisy Awale</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    My hobbies are reading novels, surfing the internet and to hangout with friends.<br><br>
 +
    <u>Reason to choose Biotechnology:</u><br>
 +
    It is newly introduced subject, with a lot of scope in present and future. It is a field of applied science. Hence, I want to apply my knowledge in the field of cancer.<br>
 +
</div>
-
<!--- The Mission, Experiments --->
+
<div id="stud6" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/7/7e/Stud4.JPG" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Sushma Singh</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Intrested on music, dancing and have keen interest on knowing about universe.<br><br>
 +
    <u>Reason to choose Biotechnology:</u><br>
 +
    I want to work on human genes and discover new things on doing cloning. Its a new research subject and have a great scope.<br>
 +
</div>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<div id="stud7" style="display:none;">
-
!align="center"|[[Team:AITM-Nepal|Home]]
+
<img src="https://static.igem.org/mediawiki/2013/3/36/Stud5.JPG" width=200px height=250px align="left" style="margin-right:10px;">
-
!align="center"|[[Team:AITM-Nepal/Team|Team]]
+
<td><h3>Minu Singh</h3><br>
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=AITM-Nepal Official Team Profile]
+
    <u>Hobbies:</u><br>
-
!align="center"|[[Team:AITM-Nepal/Project|Project]]
+
    Watching movie, outdoor games and reading magizine.<br><br>
-
!align="center"|[[Team:AITM-Nepal/Parts|Parts Submitted to the Registry]]
+
    <u>Reason to choose Biotechnology:</u><br>
-
!align="center"|[[Team:AITM-Nepal/Modeling|Modeling]]
+
    Its full of potentials to know the biology around us.<br>
-
!align="center"|[[Team:AITM-Nepal/Notebook|Notebook]]
+
</div>
-
!align="center"|[[Team:AITM-Nepal/Safety|Safety]]
+
-
!align="center"|[[Team:AITM-Nepal/Attributions|Attributions]]
+
-
|}
+
 +
<div id="stud8" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/2/21/Stud6.JPG" width=200px height=250px align="left" style="margin-right:10px;">
 +
<td><h3>Somila Kashapati</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    I want to travel around new places along with painting my imagination in canvases and hang out with friends<br><br>
 +
    <u>Reason to choose Biotechnology:</u><br>
 +
    I joined Biotechnology, so I can brush up my skills and expertise in pharmaceutical biotechnology and use the living organisms in many possible techniques.<br>
 +
</div>
 +
<div id="stud9" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/d/d7/Stud7.JPG" width=200px height=250px align="left" style="margin-right:10px;">
 +
<td><h3>Amina Baniya</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Reading novels, listening music, net surfing, playing outdoor games, sketching.<br><br>
 +
    <u>Reason to choose Biotechnology:</u><br>
 +
    It includes both biological field plus engineering field plus it is a research field.<br>
 +
</div>
-
== '''Who we are''' ==
+
<div id="stud10" style="display:none;">
-
{|border = "0"
+
<img src="https://static.igem.org/mediawiki/2013/c/cc/Stud8.JPG" width=200px height=250px align="left" style="margin-right:10px;">
-
|-
+
<td><h3>Rohit Kaushal</h3><br>
-
|rowspan="3"|
+
    <u>Hobbies:</u><br>
 +
    Watching movies, reading newspapers, joining my family business when I am free for a long time and internet surfing<br><br>
 +
    <u>Reason to choose Biotechnology:</u><br>
 +
    Actually I want to become an excellent Businessman and i'm also interested in Biology, so, I want to apply my skill in business of my own, acquired by this wonderful technology.<br>
 +
</div>
 +
<div id="stud11" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/3/34/Stud9.JPG" width=200px height=250px  align="left" style="margin-right:10px;"></td>
 +
<td><h3>Rosnee Shrestha</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Singing, Dancing and reading.<br><br>
 +
  <u>Reason to choose Biotechnology:</u><br>
 +
I want to explore every nooks and corners of biological world.<br>
 +
</div>
 +
<div id="stud12" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/5/53/Stud10.JPG" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Pragya Nepal</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Skething,painting,singing,poetry.<br><br>
 +
    <u>Reason to choose Biotechnology:</u><br>
 +
    I wanted to study a subject where a lot of biological research works are involved so that even i could learn various aspects of biological science and give my best to improve the lifestyle of human kinds and also various living systems around us.<br>
 +
</div>
 +
<div id="stud13" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/0/0c/Stud21.jpg" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Shreya Shrestha </h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Surfing internet, watching movies and hanging out with friends.<br><br>
 +
</div>
 +
<div id="stud14" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/c/ce/Stud26.jpg" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Rossie Shakya</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Hanging out with friends and sleeping.<br><br>
 +
</div>
-
'''Advisors:'''
+
<div id="stud15" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/c/c8/Stud19.jpg" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Kiran Subedi</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Singing, Playing basketball and surfing the internet.<br><br>
 +
</div>
-
*''' Advisor 1''':     Mentor for all
+
<div id="stud16" style="display:none;">
-
*'''Advisor 2''':      Our favorite
+
<img src="https://static.igem.org/mediawiki/2013/0/07/Stud13.JPG" width=200px height=250px align="left" style="margin-right:10px;">
-
*'''Grad Student 1''':     Our leader 
+
     <h3>Stuti Ghimire</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Singing, dancing and reading novels.<br><br>
 +
    <u>Reason to choose Biotechnology:</u><br>
 +
    It is a multi-disciplinary subject and has a diverse field of scope for career ranging from plant biotech. to animal biotech., genetic engineering, tissue culture, medical biotech, industrial biotech. and much more.<br>
 +
</div>
 +
<div id="stud17" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/1/1b/947232_194149117399559_935329161_n.jpg" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Ashmita Timlisina</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Travelling, exploring new things. <br><br>
 +
</div>
-
'''Undergrads:'''
+
<div id="stud18" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/8/8f/Stud22.jpg" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Srijana Yakkha</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Reading books, surfing internet, adventure and collecting antiques.<br><br>
 +
</div>
-
*'''Student 1''':   Sleepyhead
+
<div id="stud19" style="display:none;">
-
*'''Student 2''':   Math nerd
+
<img src="https://static.igem.org/mediawiki/2013/8/85/Stud25.jpg" width=200px height=250px align="left" style="margin-right:10px;">
-
*'''Student 3''':   Is going to save the world
+
    <h3>Nishan Gautam</h3><br>
-
*'''Student 4''':    Loves iGEM
+
    <u>Hobbies:</u><br>
-
*'''Student 5''': A normal student... or(r) am I?
+
    Playing football, playing Basektball, travelling, singing, playing Harmonium and Guitar.<br><br>
-
*'''Student 6''':  Table football fan
+
</div>
-
*'''Student 7''':
+
 +
<div id="stud20" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/8/82/Stud17.jpg" width=200px height=250px align="left" style="margin-right:10px; overflow:hidden;">
 +
    <h3>Amrit Gautam</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Games, Movies, Sports and Music<br><br>
 +
    <u>Reason to choose Multimedia technology:</u><br>
 +
    Nothing catches my conscious as the special effects and the animated character does. So, to create one of those  myself I enrolled in this field. <br>
 +
</div>
-
|
+
<div id="stud21" style="display:none;">
-
<gallery>
+
<img src="https://static.igem.org/mediawiki/2013/e/e7/Stud24.jpg" width=200px height=250px align="left" style="margin-right:10px;">
-
Image:Example2_Team_member_1.png|Team member 1
+
    <h3>Rishab Karki</h3><br>
-
Image:Example2_Team_member_2.png|Team member 2
+
    <u>Hobbies:</u><br>
-
Image:Example2_Team_member_3.png|Team member 3
+
      My hobbies are my friends , grooving with hiphop and movie.<br><br>
-
Image:Example2_Team_member_4.png|Team member 4
+
    <u>Reason to choose Multimedia technology:</u><br>
-
Image:Example2_Team_member_5.png|Team member 5
+
    Playing with raw footage was my sole passion so i dedicated my life to multimedia.<br>
-
Image:Example2_Team_member_6.png|Team member 6
+
</div>
-
Image:Example2_Team_member_7.png|Team member 7
+
-
</gallery>
+
-
|}
+
-
== '''What we did''' ==
+
<div id="stud22" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/f/f9/IMG_0226.JPG" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Abhishesh Bajracharya</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Art (Drawing & Sketching), Listening to Music, Gaming, Creative Writing and more.<br><br>
 +
</div>
-
(Provide proper attribution for all work)
+
<div id="stud23" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/e/ef/Stud12.JPG" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Syed Adnan Ahmed Shah</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Playing and watching cricket, reading books, journals, magazines and helping others...<br><br>
 +
</div>
 +
<div id="stud24" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/8/8e/Stud15.jpg" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Pratik Koirala</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Football, Watching TV, 9gag, Reading fiction, Playing Keyboard and Bamboo flute.<br><br>
 +
</div>
 +
 +
<div id="stud25" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/b/b9/Stud14.jpg" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Rekha Bhattarai</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Listen to music and news,study and sleep.<br><br>
 +
</div>
 +
 +
<div id="stud26" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/b/bf/Stud18.jpg" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Bidur Siwakoti</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Watching movies,hanging out with friends,travelling new places<br><br>
 +
</div>
 +
 +
<div id="stud27" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/a/ac/IMG_0225.JPG" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Brishav Rajbahak</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Watching movies,hanging out with friends,travelling new places<br><br>
 +
</div>
 +
 +
<div id="stud28" style="display:none;">
 +
<img src="https://static.igem.org/mediawiki/2013/1/10/Stud27.jpg" width=200px height=250px align="left" style="margin-right:10px;">
 +
    <h3>Pushpak Saha</h3><br>
 +
    <u>Hobbies:</u><br>
 +
    Playing video games.<br><br>
 +
</div>
 +
 +
<a href="" id="afoall" onMouseOver="showdiv(6);" onMouseOut="hidediv(6);">Sushma Singh</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(7);" onMouseOut="hidediv(7);">Minu Singh</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(8);" onMouseOut="hidediv(8);">Somila Kashapati</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(9);" onMouseOut="hidediv(9);">Amina Baniya</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(10);" onMouseOut="hidediv(10);">Rohit Kaushal</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(11);" onMouseOut="hidediv(11);">Rosnee Shrestha</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(12);" onMouseOut="hidediv(12);">Pragya Nepal</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(13);" onMouseOut="hidediv(13);">Shreya Shrestha</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(14);" onMouseOut="hidediv(14);">Rossie Shakya</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(15);" onMouseOut="hidediv(15);">Kiran Subedi</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(16);" onMouseOut="hidediv(16);">Stuti Ghimire</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(17);" onMouseOut="hidediv(17);">Ashmita Timlisina</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(18);" onMouseOut="hidediv(18);">Srijana Yakkha</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(19);" onMouseOut="hidediv(19);">Nishan Gautam</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(20);" onMouseOut="hidediv(20);">Amrit Gautam</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(21);" onMouseOut="hidediv(21);">Rishab Karki</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(22);" onMouseOut="hidediv(22);">Abhishesh Bajracharya</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(23);" onMouseOut="hidediv(23);">Syed Adnan Ahmed Shah</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(24);" onMouseOut="hidediv(24);">Pratik Koirala</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(25);" onMouseOut="hidediv(25);">Rekha Bhattarai</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(26);" onMouseOut="hidediv(26);">Bidur Shiwakoti</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(27);" onMouseOut="hidediv(27);">Brishav Rajbahak</a><br>
 +
<a href="" id="afoall" onMouseOver="showdiv(28);" onMouseOut="hidediv(28);">Pushpak Saha</a><br><br><br>
 +
 +
<b>=='''Where we are from'''==</b>
 +
[<a href="http://www.aitm.edu.np">http://www.aitm.edu.np</a> Asian Institute of Technology and Management], AITM is from where the team represents. AITM is located at Khumaltar, Lalitpur, a city full of world heritage sites and bestowed with natural beauty to gaze at. We are a team from [<a href="http://www.welcomenepal.com">http://www.welcomenepal.com Nepal</a>], a beautiful country with ever smiling people.
 +
 +
</div>
 +
</div>
-
== '''Where we're from''' ==
+
<!-- Main Section Complete -->

Latest revision as of 03:06, 28 September 2013


Our Team:


Advisors

Krishna Das Manandhar
Nawneet Mishra

Instructors

Gauri Shankar Manandhar
Shishir Sharma

Students
Anurag Adhikari
Subhiksha Khatiwada
Momish Manandhar
Aayushma Gautam
Daisy Awale
Sushma Singh
Minu Singh
Somila Kashapati
Amina Baniya
Rohit Kaushal
Rosnee Shrestha
Pragya Nepal
Shreya Shrestha
Rossie Shakya
Kiran Subedi
Stuti Ghimire
Ashmita Timlisina
Srijana Yakkha
Nishan Gautam
Amrit Gautam
Rishab Karki
Abhishesh Bajracharya
Syed Adnan Ahmed Shah
Pratik Koirala
Rekha Bhattarai
Bidur Shiwakoti
Brishav Rajbahak
Pushpak Saha


=='''Where we are from'''== [http://www.aitm.edu.np Asian Institute of Technology and Management], AITM is from where the team represents. AITM is located at Khumaltar, Lalitpur, a city full of world heritage sites and bestowed with natural beauty to gaze at. We are a team from [http://www.welcomenepal.com Nepal], a beautiful country with ever smiling people.