diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 86dc51d..58924cf 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -3,6 +3,7 @@ import welcome from '$lib/images/biocircuitslogo.svg'; import { reveal } from 'svelte-reveal'; import SectionLink from './SectionLink.svelte'; + import 'svelte-reveal/styles.css' @@ -17,19 +18,19 @@ -

+

Biological circuit design is the science of abstracting natural biological processes by defining them as you would any synthetic circuit. It also allows us to create our own circuits out of natural components. As CalTech's open-source Biocircuits course states:

-
+
Indeed, the marvelous progression of electronic circuit capabilities [...] could well describe biological circuits decades from now. Like electronics, we may will soon be able to program cellular “miracle devices” to create “little gadgets” that address serious environmental and medical applications.
-

That CalTech course will be the main source for this presentation.

+

That CalTech course will be the main source for this presentation.

-

Let's dive in!

+

Let's dive in!

1. Concepts of Biocircuits 2. The Simplest Circuit diff --git a/src/routes/SectionLink.svelte b/src/routes/SectionLink.svelte index 662425d..3e7de4f 100644 --- a/src/routes/SectionLink.svelte +++ b/src/routes/SectionLink.svelte @@ -4,7 +4,7 @@ export let href: string; - +