Line 36: | Line 36: | ||
/*Start Styles for Home Page*/ | /*Start Styles for Home Page*/ | ||
+ | |||
+ | /* Font Styling */ | ||
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway'); | @import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway'); | ||
+ | @font-face { | ||
+ | font-family: 'Futura'; | ||
+ | src: url('../futura/futura\ medium\ bt.ttf'); | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | } | ||
+ | |||
+ | .dropbtn, .dropdown-content { | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | |||
+ | .tile-title { | ||
+ | font-family: 'Futura', sans-serif; | ||
+ | } | ||
+ | /* End Font Styling */ | ||
html, | html, | ||
body { | body { | ||
Line 52: | Line 71: | ||
p { | p { | ||
color: #000; | color: #000; | ||
− | |||
} | } | ||
Line 73: | Line 91: | ||
.nav-bar-logo img { | .nav-bar-logo img { | ||
width: 140px; | width: 140px; | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 285: | Line 299: | ||
.tile-title { | .tile-title { | ||
− | |||
font-size: 30px; | font-size: 30px; | ||
color: rgb(30, 30, 30); | color: rgb(30, 30, 30); |
Revision as of 17:36, 19 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.