Line 36: | Line 36: | ||
/*Start Styles for Home Page*/ | /*Start Styles for Home Page*/ | ||
− | + | @import url('https://fonts.googleapis.com/css?family=Asap+Condensed&display=swap'); | |
html, | html, | ||
body { | body { | ||
Line 44: | Line 44: | ||
padding: 0; | padding: 0; | ||
overflow-x: hidden; | overflow-x: hidden; | ||
− | font-family: | + | font-family: 'Asap Condensed', sans-serif; |
} | } | ||
Line 58: | Line 58: | ||
padding-top: 30px; | padding-top: 30px; | ||
padding-bottom: 30px; | padding-bottom: 30px; | ||
− | padding-right: | + | padding-right: 90px; |
background-color: #a0e0bd; | background-color: #a0e0bd; | ||
height: 58px; | height: 58px; | ||
Line 76: | Line 76: | ||
.nav-bar-main-menu button { | .nav-bar-main-menu button { | ||
− | font-family: | + | font-family: 'Asap Condensed', sans-serif; |
font-size: 20px; | font-size: 20px; | ||
} | } |
Revision as of 23:35, 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.