diff --git a/assets/css/main.scss b/assets/css/main.scss
index 061d10d..f3da476 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -39,6 +39,38 @@ hr,
margin-bottom: 20px;
}
+h1, h2, h3, h4, h5, h6 {
+ font-weight: bold;
+}
+
+h1 {
+ font-size: 2rem;
+}
+
+h2 {
+ font-size: 1.5rem;
+}
+
+h3 {
+ font-size: 1.17rem;
+}
+
+.member-name {
+ font-size: 1.25rem;
+}
+
+h4 {
+ font-size: 1rem;
+}
+
+h5 {
+ font-size: .83rem;
+}
+
+h6 {
+ font-size: .67rem;
+}
+
blockquote {
padding: 0 30px;
border-left: 2px solid darken($site-background-color, 15%);
@@ -118,6 +150,20 @@ footer {
&:hover { color: $azul-accent-color;
}}}
+.abstract-toggle {
+ background: none;
+ border: none;
+ padding: 0;
+ margin: 0;
+ font: inherit;
+ cursor: pointer;
+ color: darken($azul-accent-color, 22%);
+
+ &:hover {
+ color: $azul-accent-color;
+ }
+}
+
/*----------------------------------------------------------------------------*/
.highlight {
diff --git a/content/_index.md b/content/_index.md
index 2aa623f..e144d39 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,3 +1,3 @@
---
-title: /
+title: Home
---
diff --git a/content/contact/index.md b/content/contact/index.md
index a9aacee..0cb5fbd 100644
--- a/content/contact/index.md
+++ b/content/contact/index.md
@@ -2,26 +2,26 @@
title: Contact/Operations
---
-### Opportunities
+## Opportunities
We welcome applications from qualified candidates at all levels. To ensure that we get to know you, [we have created a form with a few simple questions](https://forms.gle/JLt7gtaPHywepNvD8). Please note that we are unable to respond to individual email inquiries about positions.
-### Operations
+## Operations
[Our lab manual](https://docs.google.com/document/d/15Mbt8XmpchBY0foGIMyLk0-I3OKYF1tK7XOmuWQhk3o/edit?usp=sharing) contains instructions for getting started in the lab, expectations for members, and other resources such as protocols. [The lab meeting schedule](https://ucla.box.com/s/fhtn0311b1qmw0l73qz3ccbaacq22cqj) can be edited in lab's shared Box folder.
-### Contact
+## Contact
-#### Packages/Lab
+### Packages/Lab
Meyer Lab
410 Westwood Plaza Room #5031
Box 159910
Los Angeles, CA 90095-1599
-#### Mail/Office
+### Mail/Office
Aaron Meyer
410 Westwood Plaza Room #4121G
diff --git a/content/publications/examples.md b/content/publications/examples.md
index 8ff97a9..7e3ef72 100644
--- a/content/publications/examples.md
+++ b/content/publications/examples.md
@@ -6,13 +6,13 @@ url: /publications/examples.html
These are some especially representative publications of the lab's focus.
-### Computational
+## Computational
These publications have a stronger focus on computational analyses and methods.
{{< publist keyword="computational-example" >}}
-### Experimental
+## Experimental
These publications are focused on experimental observations.
diff --git a/content/research/industry.md b/content/research/industry.md
index 4b6f016..52bfe25 100644
--- a/content/research/industry.md
+++ b/content/research/industry.md
@@ -5,13 +5,13 @@ title: Industry Consulting & Collaboration
Working with UCLA's Institute for Commercialization & Industry Collaboration, our lab offers specialized skills to external parties through a fee-for-service model with greater flexibility as compared to traditional grant mechanisms.
-### Multivalent Binding Modeling for Optimizing Therapeutic Designs
+## Multivalent Binding Modeling for Optimizing Therapeutic Designs
Our lab provides advanced multivalent binding modeling services to optimize the design of multi-specific immunotherapeutic agents. Using a flexible framework (detailed in [relevant publications](../binding/)), we accurately model complex agent-target cell interactions, quantitatively characterize receptor engagement dynamics, and predict therapeutic windows. We analyze key design parameters to understand their impact on therapeutic activity and potential toxicity. Our services range from data fitting and analysis of _in vitro_ assays to modeling immune cell interactions _in vivo_. We can deliver comprehensive reports on parameter contributions and provide custom software for analysis reproduction. Working closely with clients from startups to large pharmaceutical organizations, either via grants or work-for-hire, we provide actionable insights to accelerate drug development and improve candidate selection.
-### Tensor Modeling and Big Data Exploration
+## Tensor Modeling and Big Data Exploration
diff --git a/data/links.yml b/data/links.yml
index 3973fc2..f8f441d 100755
--- a/data/links.yml
+++ b/data/links.yml
@@ -1,5 +1,5 @@
- url: /
- title: /
+ title: Home
- url: /team
title: Team
diff --git a/layouts/404.html b/layouts/404.html
index 4b1bd55..ee1dcd1 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,5 +1,5 @@
-
+