Line 35: | Line 35: | ||
} | } | ||
− | + | @import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway'); | |
html, | html, | ||
body { | body { | ||
Line 43: | Line 43: | ||
padding: 0; | padding: 0; | ||
overflow-x: hidden; | overflow-x: hidden; | ||
+ | font-family: Futura, sans-serif; | ||
} | } | ||
Line 51: | Line 52: | ||
p { | p { | ||
color: #000; | color: #000; | ||
− | font-family: | + | /* font-family: Futura, sans-serif; */ |
} | } | ||
− | |||
− | |||
nav { | nav { | ||
Line 76: | Line 75: | ||
} | } | ||
− | .nav-bar-main-menu { | + | .nav-bar-main-menu button { |
− | font-family: | + | font-family: Futura, sans-serif !important; |
+ | font-size: 20px; | ||
} | } | ||
+ | /* .banner-container { | ||
+ | display: flex; | ||
+ | flex-direction: row; | ||
+ | flex-wrap: wrap; | ||
+ | justify-content: center; | ||
+ | } */ | ||
.home-banner-wrapper { | .home-banner-wrapper { | ||
Line 97: | Line 103: | ||
background-color:rgba(160, 224, 189, 0.5) ; | background-color:rgba(160, 224, 189, 0.5) ; | ||
box-shadow: 10px -10px 50px 10px rgba(160, 224, 189, 0.75); | box-shadow: 10px -10px 50px 10px rgba(160, 224, 189, 0.75); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 153: | Line 153: | ||
color: #ffffff; | color: #ffffff; | ||
width: 200px; | width: 200px; | ||
− | font-size: | + | font-size: 20px; |
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | ||
z-index: 1; | z-index: 1; | ||
Line 217: | Line 217: | ||
.dropdown:hover .dropdown-content { | .dropdown:hover .dropdown-content { | ||
display: block; | display: block; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 268: | Line 248: | ||
.icon img { | .icon img { | ||
height: 24px; | height: 24px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Revision as of 23:06, 14 October 2019
We are building a biological band-pass filter. While
biological band pass filters have been developed before, none respond to frequency-based inputs but
instead
respond to amplitude based inputs.
By controlling the rates of degradation of the components of our system, we are putting together a frequency-response low-pass and high-pass filter to
create a
novel band-pass filter.
Our filter would allow bacteria to respond only to certain frequency-based inputs, and give it even more digital logic-like character, long a goal of synthetic biology. Moving forward, our project could be an important tool for scientists as synthetic biology branches into increasingly diverse fields.
Our filter would allow bacteria to respond only to certain frequency-based inputs, and give it even more digital logic-like character, long a goal of synthetic biology. Moving forward, our project could be an important tool for scientists as synthetic biology branches into increasingly diverse fields.