Line 35: | Line 35: | ||
} | } | ||
+ | /*Start Styles for Home Page*/ | ||
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway'); | @import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Raleway'); | ||
html, | html, | ||
Line 52: | Line 53: | ||
p { | p { | ||
color: #000; | color: #000; | ||
− | |||
} | } | ||
Line 248: | Line 248: | ||
.icon img { | .icon img { | ||
height: 24px; | height: 24px; | ||
+ | } | ||
+ | |||
+ | .home-description-wrapper { | ||
+ | margin-top: 120px; | ||
+ | } | ||
+ | |||
+ | .home-description-logo { | ||
+ | width: 40%; | ||
+ | height: auto; | ||
+ | display: block; | ||
+ | margin: 0 auto; | ||
+ | margin-bottom: 80px; | ||
+ | } | ||
+ | |||
+ | .home-description { | ||
+ | color: #000; | ||
+ | /* font-family: 'Open Sans', sans-serif; */ | ||
+ | font-size: 20px; | ||
+ | margin-bottom: 80px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .tiles-wrapper img { | ||
+ | width: 90%; | ||
+ | border-radius: 50%; | ||
+ | display: block; | ||
+ | margin: 15px auto 15px auto; | ||
+ | } | ||
+ | |||
+ | .tile-wrapper { | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .tile-title { | ||
+ | /* font-family: 'Source Sans Pro', sans-serif; */ | ||
+ | /* font-weight: 700; */ | ||
+ | font-family: Futura-Bold; | ||
+ | font-size: 30px; | ||
+ | color: rgb(30, 30, 30); | ||
+ | text-align: center; | ||
+ | margin-top: 45%; | ||
+ | } | ||
+ | |||
+ | .pp-title { | ||
+ | margin-top: 40%; | ||
+ | } | ||
+ | |||
+ | .overlay { | ||
+ | background-color: transparent; | ||
+ | z-index: 512; | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border-radius: 50%; | ||
+ | -webkit-transition: all 0.4s ease-in-out; | ||
+ | transition: all 0.4s ease-in-out; | ||
+ | } | ||
+ | |||
+ | .overlay:hover { | ||
+ | background-color: rgba(255, 255, 255, 0.7); | ||
} | } | ||
Revision as of 23:08, 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.