<main role="main">
    <div class="region container region--content">
        <div id="block-davidson-content">
            <article role="article">
                <div class="slab">
                    <div class="slab__wrapper">
                        <div class="with-sidebar with-sidebar--major-left">
                            <div class="with-sidebar__main">

                                <div class="editorial">
                                    <div class="editorial__content">
                                        <h2 class="headline-group ">

                                            <span class="headline-group__head">Education</span>

                                        </h2>

                                        <ul class="loose">
                                            <li>Postdoctoral, Washington University (Cellular and Molecular Biology)</li>
                                            <li>Postdoctoral, Macalester College (Molecular Genetics)</li>
                                            <li>Ph.D. Johns Hopkins University (Biology)</li>
                                            <li>B.S. Davidson College (Biology)</li>
                                        </ul>

                                        <h2 class="headline-group ">

                                            <span class="headline-group__head">Areas of Expertise</span>

                                        </h2>

                                        <ul class="loose">
                                            <li>Genomics</li>
                                            <li>Synthetic Biology</li>
                                            <li>DNA Sequencing</li>
                                        </ul>

                                        <h2 class="headline-group ">

                                            <span class="headline-group__head">Background</span>

                                        </h2>

                                        <p class="">
                                            <strong>The water which supplies the farms of Mars</strong> is collected in immense underground reservoirs <em>at either pole</em> from the melting ice caps, and pumped through long conduits to the various populated
                                            centers.
                                        </p>

                                        <h2 class="headline-group ">

                                            <span class="headline-group__head">Research</span>

                                        </h2>

                                        <p class="">
                                            <strong>The water which supplies the farms of Mars</strong> is collected in immense underground reservoirs <em>at either pole</em> from the melting ice caps, and pumped through long conduits to the various populated
                                            centers.
                                        </p>

                                        <h2 class="headline-group ">

                                            <span class="headline-group__head">Teaching</span>

                                        </h2>

                                        <ul class="loose clean">
                                            <li><a href="#" class="link--fancy">BIO 113 Integrated Concepts in Biology (and lab)</a></li>
                                            <li><a href="#" class="link--fancy">BIO 309 Genomics</a></li>
                                            <li><a href="#" class="link--fancy">BIO 343 Laboratory Methods in Genomics</a></li>
                                            <li><a href="#" class="link--fancy">BiO 371-373 Independent Study research</a></li>
                                        </ul>
                                    </div>
                                </div>

                            </div>
                            <div class="with-sidebar__sidebar">
                                <div class="sidebar-details ">
                                    <div class="sidebar-details__content">

                                        <h2 class="headline-group ">

                                            <span class="headline-group__head">Contact</span>

                                        </h2>

                                        <p><a href="#">email@davidson.edu</a></p>
                                        <p>704-123-4567</p>
                                        <ul class="clean">
                                            <li><a href="#">Department of Biology</a></li>
                                            <li>Box 711</li>
                                            <li>Davidson, NC 29883</li>
                                        </ul>
                                        <dl class="inline-terms">
                                            <dt>Office</dt>
                                            <dd>Wall 327</dd>
                                            <dt>Research Lab</dt>
                                            <dd>Wall 325/325A</dd>
                                        </dl>

                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>

            </article>
        </div>
    </div>
    <div class="float-diamond float-diamond--left"></div>
    <div class="float-diamond float-diamond--right"></div>
</main>
{% include '@drupal-full-page-open' %}

<div class="slab">
    <div class="slab__wrapper">
        {% embed '@sidebar' with { sidebar: template.sidebar_layout } %}
            {% block sidebar_main %}

                <div class="editorial">
                    <div class="editorial__content">
                        {% include '@headline-group' with { hg: template.education_headline } %}
                        {% include '@ul' with { ul: template.education_list } %}

                        {% include '@headline-group' with { hg: template.expertise_headline } %}
                        {% include '@ul' with { ul: template.expertise_list } %}
                        
                        {% include '@headline-group' with { hg: template.background_headline } %}
                        {% include '@p' with { p: template.background_paragraph } %}

                        {% include '@headline-group' with { hg: template.research_headline } %}
                        {% include '@p' with { p: template.research_paragraph } %}

                        {% include '@headline-group' with { hg: template.teaching_headline } %}
                        {% include '@ul' with { ul: template.teaching_list } %}
                    </div>
                </div>

                {% if template.carousel %}
                {% include '@carousel' %}
                {% endif %}                

            {% endblock %}
            {% block sidebar_side %}
                {% embed '@sidebar-details' with { sidebar_details: template.sidebar_details } %}
                    {% block sidebar_details_content %}
                        {# make this work like the news article text #}
                        {# {% include '@person-detail-sidebar-short' %} #}
                        {% include template.sidebar_details.content %}
                    {% endblock %}
                {% endembed %}
            {% endblock %}
        {% endembed %}
    </div>
</div>

{% if template.gallery_slab %}
{% embed '@slab' with { slab: template.gallery_slab } %}
    {% block slab_content %}
        <p>Design shows crowdriff gallery but dropping this one in as a placeholder:</p>
        {% include '@image-gallery' %}
    {% endblock %}
{% endembed %}
{% endif %}

{% include '@drupal-full-page-close' %}
{
  "resources": {
    "js": null
  },
  "template": {
    "site_header": {
      "masthead": {
        "slab": {
          "classes": [
            "masthead"
          ]
        },
        "searchbutton": {
          "variant": "masthead__search toggle-button",
          "data_obj": {
            "toggle": "#site-search",
            "toggle_class": "site-search--expanded",
            "toggle_viz": "true",
            "toggle_focus": "#site-search__keywords",
            "toggle_toggled_icon": "close"
          },
          "attr_obj": {
            "aria_pressed": "false"
          },
          "icon": {
            "glyph": "ic--magnify",
            "label": "search"
          }
        },
        "menubutton": {
          "variant": "masthead__menu toggle-button",
          "data_obj": {
            "toggle": "#megamenu",
            "toggle_class": "masthead__menu--active",
            "toggle_viz": "true"
          },
          "attr_obj": {
            "aria_pressed": "false"
          },
          "icon": {
            "glyph": "ic--close",
            "label": "menu"
          }
        },
        "site_search": {
          "method": "get",
          "action": null,
          "input_name": "keywords"
        }
      },
      "quicklinks": null,
      "utility": {
        "variant": "megamenu__utility",
        "hg": {
          "tag": "h3",
          "headline": "Quick Links"
        },
        "items": [
          {
            "url": "http://www.example.com/",
            "title": "The Arts"
          },
          {
            "url": "http://www.example.com/",
            "title": "Athletics"
          },
          {
            "url": "http://www.example.com/",
            "title": "Library"
          },
          {
            "url": "http://www.example.com/",
            "title": "News & Events"
          },
          {
            "url": "http://www.example.com/",
            "title": "Social Hub"
          }
        ]
      },
      "apply": {
        "variant": "megamenu__apply",
        "hg": {
          "tag": "h3",
          "headline": "Application Information",
          "variant": "visually-hidden"
        },
        "items": [
          {
            "url": "http://www.example.com/",
            "title": "Apply"
          },
          {
            "url": "http://www.example.com/",
            "title": "Visit"
          },
          {
            "url": "http://www.example.com/",
            "title": "Give"
          }
        ]
      }
    },
    "site_footer": {
      "address": {
        "headline_group": {
          "variant": "fn org url",
          "headline": {
            "url": "https://www.davidson.edu",
            "title": "Davidson College"
          },
          "tag": "h2"
        },
        "addr": {
          "locality": "Davidson",
          "region": "North Carolina",
          "postal_code": 28035,
          "country_name": "USA",
          "phone": {
            "url": "tel:17048942000",
            "title": "(704) 894-2000",
            "variant": "tel"
          }
        }
      },
      "footer_top_links": {
        "items": [
          {
            "link": {
              "url": "http://www.example.com",
              "title": "Maps & Directions"
            }
          },
          {
            "link": {
              "url": "http://www.example.com",
              "title": "Contact Us"
            }
          },
          {
            "link": {
              "url": "http://www.example.com",
              "title": "Social Hub"
            },
            "description": "Follow the latest at \\#DavidsonCollege"
          }
        ]
      },
      "social_media_links": {
        "variant": "social-media-links--row",
        "items": [
          {
            "icon": {
              "glyph": "ic--facebook",
              "label": "Facebook"
            },
            "link": {
              "url": "https://www.facebook.com"
            }
          },
          {
            "icon": {
              "glyph": "ic--twitter",
              "label": "Twitter"
            },
            "link": {
              "url": "https://www.twitter.com"
            }
          },
          {
            "icon": {
              "glyph": "ic--instagram",
              "label": "Instagram"
            },
            "link": {
              "url": "https://www.instagram.com"
            }
          },
          {
            "icon": {
              "glyph": "ic--youtube",
              "label": "YouTube"
            },
            "link": {
              "url": "https://www.youtube.com"
            }
          },
          {
            "icon": {
              "glyph": "ic--snapchat",
              "label": "Snapchat"
            },
            "link": {
              "url": "https://www.snapchat.com"
            }
          }
        ]
      },
      "copyright": {
        "company": "Davidson College",
        "datetime": {
          "when": "now",
          "format": "Y",
          "machine": "Y"
        }
      },
      "footer_legal": {
        "items": [
          {
            "link": {
              "url": "http://www.example.com",
              "title": "Privacy Policy & Terms of Use"
            }
          },
          {
            "link": {
              "url": "http://www.example.com",
              "title": "Accessibility"
            }
          },
          {
            "link": {
              "url": "http://www.example.com",
              "title": "College Policies & Procedures"
            }
          }
        ]
      }
    },
    "sidebar_template_grid": {
      "variant": "with-sidebar--major-right"
    },
    "section_nav": {
      "header_link": {
        "url": "http://www.example.com",
        "title": "Parent Page / Section"
      },
      "active_link": {
        "title": "Currently active link",
        "url": "http://www.example.com",
        "attrs": {
          "aria-current": "page"
        }
      },
      "link": {
        "url": "http://www.example.com/",
        "title": "Default Link Text"
      }
    },
    "page_header": {
      "page_title": "Jane Sample, Ph.D.",
      "page_title_subhead": "Director of Example Department",
      "variant": "page-header--simple",
      "button": {
        "label": "Download CV",
        "variant": "button--utility"
      }
    },
    "sidebar_layout": {
      "variant": "with-sidebar--major-left"
    },
    "education_headline": {
      "headline": "Education",
      "tag": "h2"
    },
    "education_list": {
      "variant": "loose",
      "items": [
        "Postdoctoral, Washington University (Cellular and Molecular Biology)",
        "Postdoctoral, Macalester College (Molecular Genetics)",
        "Ph.D. Johns Hopkins University (Biology)",
        "B.S. Davidson College (Biology)"
      ]
    },
    "expertise_headline": {
      "headline": "Areas of Expertise",
      "tag": "h2"
    },
    "expertise_list": {
      "variant": "loose",
      "items": [
        "Genomics",
        "Synthetic Biology",
        "DNA Sequencing"
      ]
    },
    "background_headline": {
      "headline": "Background",
      "tag": "h2"
    },
    "background_paragraph": {
      "content": "<strong>The water which supplies the farms of Mars</strong> is collected in immense underground reservoirs <em>at either pole</em> from the melting ice caps, and pumped through long conduits to the various populated centers."
    },
    "research_headline": {
      "headline": "Research",
      "tag": "h2"
    },
    "research_paragraph": {
      "content": "<strong>The water which supplies the farms of Mars</strong> is collected in immense underground reservoirs <em>at either pole</em> from the melting ice caps, and pumped through long conduits to the various populated centers."
    },
    "teaching_headline": {
      "headline": "Teaching",
      "tag": "h2"
    },
    "teaching_list": {
      "variant": "loose clean",
      "items": [
        "<a href=\"#\" class=\"link--fancy\">BIO 113 Integrated Concepts in Biology (and lab)</a>",
        "<a href=\"#\" class=\"link--fancy\">BIO 309 Genomics</a>",
        "<a href=\"#\" class=\"link--fancy\">BIO 343 Laboratory Methods in Genomics</a>",
        "<a href=\"#\" class=\"link--fancy\">BiO 371-373 Independent Study research</a>"
      ]
    },
    "sidebar_details": {
      "content": "@person-detail-sidebar-short"
    }
  },
  "p": {
    "content": "<strong>The water which supplies the farms of Mars</strong> is collected in immense underground reservoirs <em>at either pole</em> from the melting ice caps, and pumped through long conduits to the various populated centers."
  },
  "image": {
    "ratio": "4:3",
    "width": 800,
    "alt": "Placeholder image. This should be real alt text when implemented.",
    "tag": "davidson"
  },
  "image_wide": {
    "ratio": "16:9",
    "width": 800
  },
  "link": {
    "url": "http://www.example.com/",
    "title": "Default Link Text"
  },
  "link_button": {
    "url": "http://www.example.com/",
    "title": "Default Link Text",
    "variant": "button button--emphasis"
  },
  "link_arrow": {
    "url": "http://www.example.com/",
    "title": "Default Link Text",
    "variant": "button button--arrow"
  },
  "figure": {
    "media": "@image"
  },
  "feature": {
    "type": null,
    "hg": {
      "tag": "h2",
      "headline": "Every feature block should have a headline"
    },
    "p": {
      "content": "At other points, Lem’s beautiful prose rife with poetic imagery manages to defy two translations; his sense of action and tension are never questionable, and his pacing—and philosophical insight—is sublime. The novel keeps you thinking at all times, questioning Rheya’s reality, wondering the phantoms’ purpose, watching the devastation they level on Kelvin as he struggles to answer those questions. Plus, the guy has to deal with his memory of Rheya: is there be love after life, can he start anew? But they’re not questions with easy answers—even the one Kelvin comes up with at the end of the novel is complex and open-ended—and the questions themselves forecast a bleak outcome from the beginning."
    },
    "inset": "@described-links",
    "extralinks": 2
  },
  "described_links": {
    "items": [
      {
        "link": {
          "url": "http://www.example.com",
          "title": "Degree Programs & Certifications",
          "variant": "link--fancy"
        },
        "description": "A post-secondary certificate is a non-degree program offered by community colleges, four-year colleges and career schools. It represents completion of a specialized training program that focuses on the development of professional skills."
      },
      {
        "link": {
          "url": "http://www.example.com",
          "title": "Professional Volleyball @ NewCity",
          "variant": "link--fancy"
        }
      },
      {
        "link": {
          "url": "http://www.example.com",
          "title": "Anacoluthons in Literature",
          "variant": "link--fancy"
        },
        "description": "I will have such revenges on you both, that all the world shall — I will do such things, what they are, yet I know not…"
      },
      {
        "link": {
          "url": "http://www.example.com",
          "title": "Tell You About Anastrophes, We Will",
          "variant": "link--fancy"
        }
      }
    ]
  },
  "pullquote": {
    "pattern": "@p",
    "p": {
      "content": "<strong>The water which supplies the farms of Mars</strong> is collected in immense underground reservoirs <em>at either pole</em> from the melting ice caps, and pumped through long conduits to the various populated centers."
    },
    "cite": {
      "citation": "Edgar Rice Burroughs, <em>Princess of Mars</em>"
    }
  },
  "testimonial": {
    "image": {
      "ratio": "1:1",
      "width": 300
    },
    "pattern": "@p",
    "p": {
      "content": "<strong>The water which supplies the farms of Mars</strong> is collected in immense underground reservoirs <em>at either pole</em> from the melting ice caps, and pumped through long conduits to the various populated centers."
    },
    "cite": {
      "citation": "Edgar Rice Burroughs, <em>Princess of Mars</em>"
    }
  },
  "fast_fact": {
    "hg": {
      "tag": "div",
      "headline": "50 ways"
    },
    "content": "<p>It's really not my habit to intrude. Furthermore, I hope my meaning won't be lost or misconstrued.</p>"
  },
  "cta": {
    "hg": {
      "tag": "h3",
      "headline": "Call to Action"
    },
    "p": {
      "content": "<strong>The water which supplies the farms of Mars</strong> is collected in immense underground reservoirs <em>at either pole</em> from the melting ice caps, and pumped through long conduits to the various populated centers."
    },
    "icon_link": {
      "variant": "icon-link--hidden-label"
    },
    "icon": {
      "glyph": "ic--diamond-arrow",
      "label": "Useful action label for link"
    },
    "link": {
      "url": "https://goo.gl/maps/6EnbowefKn62"
    }
  },
  "accordion": {
    "headline": "Accordions",
    "p": {
      "content": "Introduction for accordion content. Posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet magna. Nulla vitae elit libero, a pharetra augue. Cras mattis consectetur purus sit amet fermentum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sagittis lacus vel."
    },
    "container_class": "paragraph--type--accordion",
    "panes": [
      {
        "heading": {
          "tag": 3,
          "headline": "Accordion Panel One",
          "variant": "js-accordion__header"
        }
      },
      {
        "heading": {
          "level": 3,
          "headline": "Accordion Panel Two",
          "variant": "js-accordion__header"
        }
      },
      {
        "heading": {
          "level": 3,
          "headline": "Accordion Panel Three",
          "variant": "js-accordion__header"
        }
      },
      {
        "heading": {
          "level": 3,
          "headline": "Accordion Panel Four",
          "variant": "js-accordion__header"
        }
      },
      {
        "heading": {
          "level": 3,
          "headline": "Accordion Panel Five",
          "variant": "js-accordion__header"
        }
      },
      {
        "heading": {
          "level": 3,
          "headline": "Accordion Panel Six",
          "variant": "js-accordion__header"
        }
      }
    ]
  },
  "carousel": {
    "variant": "carousel--single",
    "panes": [
      {
        "block": {
          "pattern": "@figure"
        },
        "figure": {
          "media": "@image"
        },
        "p": {
          "content": "<strong>The water which supplies the farms of Mars</strong> is collected in immense underground reservoirs <em>at either pole</em> from the melting ice caps, and pumped through long conduits to the various populated centers."
        },
        "cite": {
          "citation": "Alfred E. Newman"
        },
        "image": {
          "ratio": "4:3",
          "width": 800,
          "alt": "Placeholder image. This should be real alt text when implemented.",
          "tag": "davidson"
        }
      },
      {
        "block": {
          "pattern": "@figure"
        },
        "figure": {
          "media": "@image"
        },
        "p": {
          "content": "<strong>The water which supplies the farms of Mars</strong> is collected in immense underground reservoirs <em>at either pole</em> from the melting ice caps, and pumped through long conduits to the various populated centers."
        },
        "cite": {
          "citation": "Alfred E. Newman"
        },
        "image": {
          "ratio": "4:3",
          "width": 800,
          "alt": "Placeholder image. This should be real alt text when implemented.",
          "tag": "davidson"
        }
      },
      {
        "block": {
          "pattern": "@figure"
        },
        "figure": {
          "media": "@image"
        },
        "p": {
          "content": "<strong>The water which supplies the farms of Mars</strong> is collected in immense underground reservoirs <em>at either pole</em> from the melting ice caps, and pumped through long conduits to the various populated centers."
        },
        "cite": {
          "citation": "Alfred E. Newman"
        },
        "image": {
          "ratio": "4:3",
          "width": 800,
          "alt": "Placeholder image. This should be real alt text when implemented.",
          "tag": "davidson"
        }
      },
      {
        "block": {
          "pattern": "@figure"
        },
        "figure": {
          "media": "@image"
        },
        "p": {
          "content": "<strong>The water which supplies the farms of Mars</strong> is collected in immense underground reservoirs <em>at either pole</em> from the melting ice caps, and pumped through long conduits to the various populated centers."
        },
        "cite": {
          "citation": "Alfred E. Newman"
        },
        "image": {
          "ratio": "4:3",
          "width": 800,
          "alt": "Placeholder image. This should be real alt text when implemented.",
          "tag": "davidson"
        }
      },
      {
        "block": {
          "pattern": "@figure"
        },
        "figure": {
          "media": "@image"
        },
        "p": {
          "content": "<strong>The water which supplies the farms of Mars</strong> is collected in immense underground reservoirs <em>at either pole</em> from the melting ice caps, and pumped through long conduits to the various populated centers."
        },
        "cite": {
          "citation": "Alfred E. Newman"
        },
        "image": {
          "ratio": "4:3",
          "width": 800,
          "alt": "Placeholder image. This should be real alt text when implemented.",
          "tag": "davidson"
        }
      }
    ]
  },
  "image_gallery": {
    "items": [
      {
        "figure": {
          "media": "@image"
        },
        "image": {
          "ratio": "4:3",
          "w": "200"
        },
        "cite": {
          "citation": "Alfred E. Newman"
        },
        "p": "This is a default caption. It can include styles but currently cannot support link text.",
        "hg": {
          "super": "Optional Superhead",
          "headline": "Headline",
          "sub": "Optional Subhead",
          "tag": "h2"
        }
      },
      {
        "figure": {
          "media": "@image"
        },
        "image": {
          "ratio": "16:9",
          "w": "200"
        },
        "cite": {
          "citation": "Alfred E. Newman"
        },
        "p": "This is a default caption. It can include styles but currently cannot support link text.",
        "hg": {
          "super": "Optional Superhead",
          "headline": "Headline",
          "sub": "Optional Subhead",
          "tag": "h2"
        }
      },
      {
        "figure": {
          "media": "@image"
        },
        "image": {
          "ratio": "1:1",
          "w": "200"
        },
        "cite": {
          "citation": "Alfred E. Newman"
        },
        "p": "This is a default caption. It can include styles but currently cannot support link text.",
        "hg": {
          "super": "Optional Superhead",
          "headline": "Headline",
          "sub": "Optional Subhead",
          "tag": "h2"
        }
      },
      {
        "figure": {
          "media": "@image"
        },
        "image": {
          "ratio": "3:4",
          "w": "200"
        },
        "cite": {
          "citation": "Alfred E. Newman"
        },
        "p": "This is a default caption. It can include styles but currently cannot support link text.",
        "hg": {
          "super": "Optional Superhead",
          "headline": "Headline",
          "sub": "Optional Subhead",
          "tag": "h2"
        }
      },
      {
        "figure": {
          "media": "@image"
        },
        "image": {
          "ratio": "3:2",
          "w": "200"
        },
        "cite": {
          "citation": "Alfred E. Newman"
        },
        "p": "This is a default caption. It can include styles but currently cannot support link text.",
        "hg": {
          "super": "Optional Superhead",
          "headline": "Headline",
          "sub": "Optional Subhead",
          "tag": "h2"
        }
      },
      {
        "figure": {
          "media": "@image"
        },
        "image": {
          "ratio": "1:1",
          "w": "200"
        },
        "cite": {
          "citation": "Alfred E. Newman"
        },
        "p": "This is a default caption. It can include styles but currently cannot support link text.",
        "hg": {
          "super": "Optional Superhead",
          "headline": "Headline",
          "sub": "Optional Subhead",
          "tag": "h2"
        }
      }
    ]
  },
  "teaser": {
    "hg": {
      "headline": "This the teaser headline, which can often be somewhat long, detailed, and wordy",
      "tag": "div",
      "variant": "teaser__headline-group"
    },
    "content_meta": {
      "taxonomy": {
        "tag": "Taxonomy Tag"
      },
      "datetime": {
        "date": "now",
        "format": "F d, Y",
        "machine": "Y-m-d"
      }
    },
    "link": {
      "url": "http://www.example.com",
      "title": "Teaser"
    }
  }
}

There are no notes for this item.