Team:AITM-Nepal/Team

From 2013.igem.org

(Difference between revisions)
 
(19 intermediate revisions not shown)
Line 30: Line 30:
width:auto;
width:auto;
}
}
 +
 +
.AllContent
 +
{
 +
background:#FFFFFF;
 +
margin:auto;
 +
width:1050px;
 +
-webkit-box-shadow:rgb(110,110,110) 8px 8px 8px;
 +
}
 +
 +
        .maincontents
 +
        {
 +
        padding:10px;
 +
        }
Line 35: Line 48:
/* Logos css start */
/* Logos css start */
 +
 +
      .header
 +
        {
 +
      padding:20px;
 +
        }
#logo
#logo
Line 54: Line 72:
/* Navbar css start */
/* Navbar css start */
-
.navbar
 
-
{
 
-
margin-top:20px;
 
-
list-style:none;
 
-
border-top:1px #000000 ;
 
-
border-bottom:1px #000000;
 
-
border-bottom-left-radius:40px;
 
-
border-top-left-radius:40px;
 
-
border-left:#000 1px solid;
 
-
border-bottom-right-radius:40px;
 
-
border-top-right-radius:40px;
 
-
border-right:#000 1px ;
 
-
padding-left:10px;
 
-
padding-top:20px;
 
-
padding-bottom:10px;
 
-
width: 1110px;
 
-
background:rgba(153,153,153,0.6);
 
-
color:#666;
 
-
margin:auto;
 
-
}
 
-
.navbar .firstLi
+
.navbar
-
{
+
{
-
margin-left:20px;
+
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;
 +
}
-
.navbar li
+
#navigation li
-
{
+
{
-
display:inline;
+
display:inline;
-
padding-right:5px;
+
list-style:none;
-
padding-top:20px;
+
}
-
padding-bottom:10px;
+
-
margin-left:0px;
+
-
margin-right:0px;
+
-
padding:15px;
+
-
}
+
-
.navbar li a
+
ul li .navbar-option
-
{
+
{
-
color:#666;
+
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 li:hover
 
-
{
 
-
background:#0CC;
 
-
-webkit-transition: padding 2s, background 2s;
 
-
-moz-transition:padding 2s, background 2s;
 
-
}
 
/* navbar css complete */
/* navbar css complete */
Line 162: Line 194:
/* Student info div css start */
/* 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  
+
                 #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;
               background:#747c79;
Line 177: Line 209:
             }
             }
        
        
-
  #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:hover
+
  #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;
               background:#cacecd;
Line 217: Line 249:
<!-- Javascript for student div show and hide Complete -->
<!-- Javascript for student div show and hide Complete -->
 +
 +
<script>
 +
 +
function togglemenu()
 +
{
 +
$('.sub_navigation').slideToggle();
 +
}
 +
 +
</script>
</head>
</head>
 +
 +
<div class="AllContent">
<!-- Logo Section Starts -->
<!-- Logo Section Starts -->
-
<img id="logo" src="https://static.igem.org/mediawiki/2013/d/d1/Hava1.png">
+
<div class="header">             
-
<a href="https://2013.igem.org/Main_Page"><img id="logo2" src="https://static.igem.org/mediawiki/2013/e/e3/Wiki1.png"></a>
+
    <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>
<!-- Logo Section Complete -->
<!-- Logo Section Complete -->
Line 229: Line 275:
<!-- Navbar Section Start -->
<!-- Navbar Section Start -->
-
    <ul class="navbar">
+
<div class="navbar">
 +
    <div id="navigationboxholder">
 +
        <ul id="navigation">
                  
                  
-
                 <li class="firstLi"><a href="https://2013.igem.org/Team:AITM-Nepal"><font color="#000000" face="Georgia">Home</font></a></li>
+
                 <li><a  class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal">Home</a></li>
-
                 <li><a href="https://2013.igem.org/Team:AITM-Nepal/Team"><font color="#000000" face="Georgia">Team</font></a></li>
+
                <li><a  class="navbar-option" href="https://2013.igem.org/Team:AITM-Nepal/Team">Team</a></li>
-
                <li><a href="https://igem.org/Team.cgi?year=2013&team_name=AITM-Nepal"><font color="#000000" face="Georgia">Official Team Profile</font></a></li>
+
                 <li><a onMouseOver="togglemenu();" href="https://2013.igem.org/Team:AITM-Nepal/Project" class="navbar-option">Project</a>
-
                <li><a href="https://2013.igem.org/Team:AITM-Nepal/Project"><font color="#000000" face="Georgia">Project</font></a></li>
+
                            <ul class="sub_navigation">
-
                <li><a href="https://2013.igem.org/Team:AITM-Nepal/Parts"><font color="#000000" face="Georgia">Parts Submitted To Registry</font></a></li>
+
                                    <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/Modeling"><font color="#000000" face="Georgia">Modeling</font></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/Notebook"><font color="#000000" face="Georgia">Notebook</font></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/Safety"><font color="#000000" face="Georgia">Safety</font></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/Human_practise"><font color="#000000" face="Georgia">Human Practice</font></a></li>
+
                                    <li><a href="https://2013.igem.org/Team:AITM-Nepal/Part3" class="navbar-option">Part 3</a></li>
-
                 <li><a href="https://2013.igem.org/Team:AITM-Nepal/Attributions"><font color="#000000" face="Georgia">Attributions</font></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>
     </ul>
 +
  </div>
 +
</div>
<!-- Navbar Section Complete -->
<!-- Navbar Section Complete -->
   
   
<!-- Main Section Starts -->
<!-- Main Section Starts -->
-
+
<div class="maincontents">
-
<div style="margin:auto; width:1000px; color:#555;" >
+
<div>
<br>
<br>
<font size=6 color="black">Our Team:</font><br>
<font size=6 color="black">Our Team:</font><br>
<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>
<font size=4><b><u>Advisors</u></b></font><br><br>
Krishna Das Manandhar<br>
Krishna Das Manandhar<br>
Line 301: Line 360:
     Listening music, singing, dancing and hanging out with friends.<br><br>
     Listening music, singing, dancing and hanging out with friends.<br><br>
     <u>Reason to choose Biotechnology:</u><br>
     <u>Reason to choose Biotechnology:</u><br>
-
     <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>
</div>
Line 337: Line 396:
     I want to travel around new places along with painting my imagination in canvases and hang out with friends<br><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>
     <u>Reason to choose Biotechnology:</u><br>
-
     <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>
Line 362: Line 421:
<td><h3>Rosnee Shrestha</h3><br>
<td><h3>Rosnee Shrestha</h3><br>
     <u>Hobbies:</u><br>
     <u>Hobbies:</u><br>
-
     <br><br>
+
     Singing, Dancing and reading.<br><br>
-
    <u>Reason to choose Biotechnology:</u><br>
+
  <u>Reason to choose Biotechnology:</u><br>
-
    <br>
+
I want to explore every nooks and corners of biological world.<br>
</div>
</div>
Line 377: Line 436:
<div id="stud13" style="display:none;">
<div id="stud13" style="display:none;">
-
Picture
+
<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>
     <h3>Shreya Shrestha </h3><br>
     <u>Hobbies:</u><br>
     <u>Hobbies:</u><br>
-
     <br><br>
+
     Surfing internet, watching movies and hanging out with friends.<br><br>
-
    <u>Reason to choose Biotechnology:</u><br>
+
-
    <br>
+
</div>
</div>
<div id="stud14" style="display:none;">
<div id="stud14" style="display:none;">
-
Picture
+
<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>
     <h3>Rossie Shakya</h3><br>
     <u>Hobbies:</u><br>
     <u>Hobbies:</u><br>
-
     <br><br>
+
     Hanging out with friends and sleeping.<br><br>
-
    <u>Reason to choose Biotechnology:</u><br>
+
-
    <br>
+
</div>
</div>
<div id="stud15" style="display:none;">
<div id="stud15" style="display:none;">
-
Picture
+
<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>
     <h3>Kiran Subedi</h3><br>
     <u>Hobbies:</u><br>
     <u>Hobbies:</u><br>
-
     <br><br>
+
     Singing, Playing basketball and surfing the internet.<br><br>
-
    <u>Reason to choose Biotechnology:</u><br>
+
-
    <br>
+
</div>
</div>
Line 413: Line 466:
<div id="stud17" style="display:none;">
<div id="stud17" style="display:none;">
-
Picture
+
<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>
     <h3>Ashmita Timlisina</h3><br>
     <u>Hobbies:</u><br>
     <u>Hobbies:</u><br>
-
     <br><br>
+
     Travelling, exploring new things. <br><br>
-
    <u>Reason to choose Biotechnology:</u><br>
+
-
    <br>
+
</div>
</div>
<div id="stud18" style="display:none;">
<div id="stud18" style="display:none;">
-
Picture
+
<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>
     <h3>Srijana Yakkha</h3><br>
     <u>Hobbies:</u><br>
     <u>Hobbies:</u><br>
-
     <br><br>
+
     Reading books, surfing internet, adventure and collecting antiques.<br><br>
-
    <u>Reason to choose Biotechnology:</u><br>
+
-
    <br>
+
</div>
</div>
<div id="stud19" style="display:none;">
<div id="stud19" style="display:none;">
-
Picture
+
<img src="https://static.igem.org/mediawiki/2013/8/85/Stud25.jpg" width=200px height=250px align="left" style="margin-right:10px;">
     <h3>Nishan Gautam</h3><br>
     <h3>Nishan Gautam</h3><br>
     <u>Hobbies:</u><br>
     <u>Hobbies:</u><br>
-
     <br><br>
+
     Playing football, playing Basektball, travelling, singing, playing Harmonium and Guitar.<br><br>
-
    <u>Reason to choose Biotechnology:</u><br>
+
-
    <br>
+
</div>
</div>
Line 449: Line 496:
<div id="stud21" style="display:none;">
<div id="stud21" style="display:none;">
-
Picture
+
<img src="https://static.igem.org/mediawiki/2013/e/e7/Stud24.jpg" width=200px height=250px align="left" style="margin-right:10px;">
     <h3>Rishab Karki</h3><br>
     <h3>Rishab Karki</h3><br>
     <u>Hobbies:</u><br>
     <u>Hobbies:</u><br>
       My hobbies are my friends , grooving with hiphop and movie.<br><br>
       My hobbies are my friends , grooving with hiphop and movie.<br><br>
     <u>Reason to choose Multimedia technology:</u><br>
     <u>Reason to choose Multimedia technology:</u><br>
-
     <br>
+
     Playing with raw footage was my sole passion so i dedicated my life to multimedia.<br>
</div>
</div>
<div id="stud22" style="display:none;">
<div id="stud22" style="display:none;">
-
Picture
+
<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>
     <h3>Abhishesh Bajracharya</h3><br>
     <u>Hobbies:</u><br>
     <u>Hobbies:</u><br>
     Art (Drawing & Sketching), Listening to Music, Gaming, Creative Writing and more.<br><br>
     Art (Drawing & Sketching), Listening to Music, Gaming, Creative Writing and more.<br><br>
-
    <u>Reason to choose Biotechnology:</u><br>
 
-
    <br>
 
</div>
</div>
Line 471: Line 516:
     <u>Hobbies:</u><br>
     <u>Hobbies:</u><br>
     Playing and watching cricket, reading books, journals, magazines and helping others...<br><br>
     Playing and watching cricket, reading books, journals, magazines and helping others...<br><br>
-
    <u>Reason to choose Biotechnology:</u><br>
 
-
    <br>
 
</div>
</div>
Line 480: Line 523:
     <u>Hobbies:</u><br>
     <u>Hobbies:</u><br>
     Football, Watching TV, 9gag, Reading fiction, Playing Keyboard and Bamboo flute.<br><br>
     Football, Watching TV, 9gag, Reading fiction, Playing Keyboard and Bamboo flute.<br><br>
-
    <u>Reason to choose Biotechnology:</u><br>
 
-
    <br>
 
</div>
</div>
Line 489: Line 530:
     <u>Hobbies:</u><br>
     <u>Hobbies:</u><br>
     Listen to music and news,study and sleep.<br><br>
     Listen to music and news,study and sleep.<br><br>
-
    <u>Reason to choose Biotechnology:</u><br>
 
-
    <br>
 
</div>
</div>
<div id="stud26" style="display:none;">
<div id="stud26" style="display:none;">
-
Picture
+
<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>
     <h3>Bidur Siwakoti</h3><br>
     <u>Hobbies:</u><br>
     <u>Hobbies:</u><br>
-
     <br><br>
+
     Watching movies,hanging out with friends,travelling new places<br><br>
-
     <u>Reason to choose Multimedia Technology:</u><br>
+
</div>
-
     <br>
+
 
 +
<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>
</div>
Line 522: Line 573:
<a href="" id="afoall" onMouseOver="showdiv(24);" onMouseOut="hidediv(24);">Pratik Koirala</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(25);" onMouseOut="hidediv(25);">Rekha Bhattarai</a><br>
-
<a href="" id="afoall" onMouseOver="showdiv(26);" onMouseOut="hidediv(26);">Bidur Shiwakoti</a><br><br><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>
<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.
[<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>
</div>
<!-- Main Section Complete -->
<!-- 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.