Difference between revisions of "Team:Bioriidl Somaiya/Hardware"

 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
   <head>
 
   <head>
 
     <meta charset="UTF-8" />
 
     <meta charset="UTF-8" />
 +
<link
 +
      href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
 +
      rel="stylesheet"
 +
      integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
 +
      crossorigin="anonymous"
 +
    />
 +
    <link
 +
      rel="stylesheet"
 +
      href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css"
 +
    />
 +
    <link
 +
      href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
 +
      rel="stylesheet"
 +
      integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
 +
      crossorigin="anonymous"
 +
    />
 +
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
 +
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
 +
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
 
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
     <meta http-equiv="X-UA-Compatible" content="ie=edge" />
 
     <meta http-equiv="X-UA-Compatible" content="ie=edge" />
Line 6,858: Line 6,877:
  
 
       a {
 
       a {
 +
        text-decoration: none;
 +
      }
 +
 +
      /* Scrollbar customized */
 +
 +
      ::-webkit-scrollbar {
 +
        width: 12px;
 +
      }
 +
 +
      ::-webkit-scrollbar-track {
 +
        box-shadow: inset 0 0 5px #00695c;
 +
        background: #ddd;
 +
      }
 +
 +
      ::-webkit-scrollbar-thumb {
 +
        background: linear-gradient(to bottom, #007722, #00aa55);
 +
        border-radius: 3px;
 +
        box-shadow: 2px 2px 4px grey;
 +
      }
 +
 +
      ::-webkit-scrollbar-thumb:hover {
 +
        background: linear-gradient(to bottom, #7d1b54, #e6369c);
 +
        border: 2px solid #75194f;
 +
      }
 +
 +
      ]      a {
 
         text-decoration: none;
 
         text-decoration: none;
 
       }
 
       }
Line 6,927: Line 6,972:
 
       .glyphicon {
 
       .glyphicon {
 
         margin-right: 1vw;
 
         margin-right: 1vw;
 +
      }
 +
 +
      .dropdown-menu li {
 +
        min-width: 20vw;
 +
      }
 +
 +
      .dropdown-menu > li > a {
 +
        font-size: 16px;
 +
        padding: 2vh 2vw;
 +
        color: #777;
 
       }
 
       }
  
Line 6,937: Line 6,992:
 
           background: #fff;
 
           background: #fff;
 
         }
 
         }
      }
 
  
 +
        .dropdown-menu li {
 +
          min-width: 60vw;
 +
        }
 +
 +
        .dropdown-menu > li > a {
 +
          padding: 3vh 8vw;
 +
        }
 +
      }
 
       /* Landing Page */
 
       /* Landing Page */
  
Line 7,280: Line 7,342:
 
             data-target="#myNavbar"
 
             data-target="#myNavbar"
 
           >
 
           >
             <img src="https://2019.igem.org/wiki/images/1/1b/T--Bioriidl_Somaiya--ham.png" alt="" style="margin-top: 3px;" />
+
             <img
 +
              src="https://2019.igem.org/wiki/images/1/1b/T--Bioriidl_Somaiya--ham.png"
 +
              alt=""
 +
              style="margin-top: 3px;"
 +
            />
 
           </button>
 
           </button>
           <a class="navbar-brand" href="#homeSection">
+
           <a
             <img src="https://2019.igem.org/wiki/images/d/de/T--Bioriidl_Somaiya--igem.png" alt="igem logo" />
+
            class="navbar-brand"
 +
            href="https://2019.igem.org/Team:Bioriidl_Somaiya"
 +
          >
 +
             <img
 +
              src="https://2019.igem.org/wiki/images/d/de/T--Bioriidl_Somaiya--igem.png"
 +
              alt="igem logo"
 +
            />
 
           </a>
 
           </a>
 
         </div>
 
         </div>
Line 7,292: Line 7,364:
 
         >
 
         >
 
           <ul class="nav navbar-nav">
 
           <ul class="nav navbar-nav">
             <li><a href="#about">About</a></li>
+
             <li class="dropdown">
             <li><a href="#eventOverview">Project</a></li>
+
              <a class="dropdown-toggle" data-toggle="dropdown" href="#"
             <li><a href="#campusAmba">Parts</a></li>
+
                >Team <span class="caret"></span
             <li><a href="#campusAmba">Result</a></li>
+
              ></a>
             <li><a href="#contact">Human Practices</a></li>
+
              <ul class="dropdown-menu">
             <li><a href="#contact">Medal Criteria</a></li>
+
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Team'; "
 +
                >
 +
                  <a href="#">Team Members</a>
 +
                </li>
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Collaborations'; "
 +
                >
 +
                  <a href="#">Collaboration</a>
 +
                </li>
 +
              </ul>
 +
             </li>
 +
            <li class="dropdown">
 +
              <a class="dropdown-toggle" data-toggle="dropdown" href="#"
 +
                >Project <span class="caret"></span
 +
              ></a>
 +
              <ul class="dropdown-menu">
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Description'; "
 +
                >
 +
                  <a href="#">Description</a>
 +
                </li>
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Design'; "
 +
                >
 +
                  <a href="#">Design</a>
 +
                </li>
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Experiments'; "
 +
                >
 +
                  <a href="#">Experiments</a>
 +
                </li>
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Experiments'; "
 +
                >
 +
                  <a href="#">Notebook</a>
 +
                </li>
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Team'; "
 +
                >
 +
                  <a href="#">Contributions</a>
 +
                </li>
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Results'; "
 +
                >
 +
                  <a href="#">Results</a>
 +
                </li>
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Demonstrate'; "
 +
                >
 +
                  <a href="#">Demonstration</a>
 +
                </li>
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Improve'; "
 +
                >
 +
                  <a href="#">Improvements</a>
 +
                </li>
 +
                <!-- <li onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Attributions'; ">
 +
                  <a href="#">Attributions</a>
 +
                </li> -->
 +
              </ul>
 +
             </li>
 +
            <li class="dropdown">
 +
              <a class="dropdown-toggle" data-toggle="dropdown" href="#"
 +
                >Parts <span class="caret"></span
 +
              ></a>
 +
              <ul class="dropdown-menu">
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Parts'; "
 +
                >
 +
                  <a href="#">Parts Overview</a>
 +
                </li>
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Parts'; "
 +
                >
 +
                  <a href="#">Basic Parts</a>
 +
                </li>
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Parts'; "
 +
                >
 +
                  <a href="#">Composite Parts</a>
 +
                </li>
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Parts'; "
 +
                >
 +
                  <a href="#">Parts Collection</a>
 +
                </li>
 +
              </ul>
 +
             </li>
 +
            <li
 +
              onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Safety'; "
 +
            >
 +
              <a href="#">Safety</a>
 +
            </li>
 +
             <li class="dropdown">
 +
              <a class="dropdown-toggle" data-toggle="dropdown" href="#"
 +
                >Human Practices <span class="caret"></span
 +
              ></a>
 +
              <ul class="dropdown-menu">
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Human_Practices'; "
 +
                >
 +
                  <a href="#">Human Practices</a>
 +
                </li>
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Public_Engagement'; "
 +
                >
 +
                  <a href="#">Education and Engagement</a>
 +
                </li>
 +
              </ul>
 +
             </li>
 +
            <li class="dropdown">
 +
              <a class="dropdown-toggle" data-toggle="dropdown" href="#"
 +
                >Awards <span class="caret"></span
 +
              ></a>
 +
              <ul class="dropdown-menu">
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Entrepreneurship'; "
 +
                >
 +
                  <a href="#">Entrepreneurship</a>
 +
                </li>
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Hardware'; "
 +
                >
 +
                  <a href="#">Hardware</a>
 +
                </li>
 +
                <!-- <li onclick="window.location= ''; ">
 +
                  <a href="#">Measurement</a>
 +
                </li>
 +
                <li onclick="window.location= ''; "><a href="#">Model</a></li>
 +
                <li onclick="window.location= ''; "><a href="#">Plant</a></li> -->
 +
                <li
 +
                  onclick="window.location= 'https://2019.igem.org/Team:Bioriidl_Somaiya/Software'; "
 +
                >
 +
                  <a href="#">Software</a>
 +
                </li>
 +
              </ul>
 +
            </li>
 +
            <li
 +
              onclick="window.location= 'https://igem.org/2019_Judging_Form?team=Bioriidl_Somaiya'; "
 +
            >
 +
              <a href="#">Judging Form</a>
 +
            </li>
 
           </ul>
 
           </ul>
          <!-- <ul class="nav navbar-nav navbar-right">
 
                    <li>
 
                    <a href="./login/login.html"
 
                        ><span class="glyphicon glyphicon-log-in"></span> Login</a
 
                    >
 
                    </li>
 
                </ul> -->
 
 
         </div>
 
         </div>
 
       </div>
 
       </div>
Line 7,354: Line 7,561:
 
       <div class="innerDesc">
 
       <div class="innerDesc">
 
         <div class="leftText" style="margin: auto;">
 
         <div class="leftText" style="margin: auto;">
           <h1>The UV Chanmber</h1>
+
           <h1>The UV Chamber</h1>
 
           <p>
 
           <p>
 
             The second part consists of the UV chamber which is intensity
 
             The second part consists of the UV chamber which is intensity

Latest revision as of 22:00, 21 October 2019

Project

Hardware

The following device is an all in one UV + Thermoelectric sterilization unit It’s mainly divided into 3 major sections

The Heater

The heater is the first part of the sterilization process where Nichrome ribbons are heated using electricity The temperatures of theses coils/flexible heaters is precisely controlled using PTC thermistors ( temp sensors ) The coils can reach up to 200*C After Opening the upper lid. The media is to be poured through the funnel. The machine consists of a quartz tube which is divided in parts Each part follows a specific function. After every function the media is monitored (temp sensors)

The UV Chamber

The second part consists of the UV chamber which is intensity controlled The 3 Uv tubes are 60watts each and can further sterilize the given media through uv penetration, After each of the above section there exists a valve to adjust the flow or to cut it off completely

The Clean (sterile) chamber

The final part is a chamber with a blower and hepa filters that which push sterile air through the chamber and the opening unit where the petri plate is to be placed . The plate is to be places carefully after sliding the lid up. The plate is placed on the conveyor which is controlled by a knob that has a restricted rotation. Once the knob is fully rotated the plate will reach tight under the tube which will release the sterile media. The screen and buttons help control the temperature UV exposure Solonoid valves. The outer body is non UV penetratable Polycarbonate.