# Site settings
title: "Bryan Roessler's CV"
#description: "A resume template for Jekyll and GitHub Pages sites."

# Build settings
markdown: kramdown
sass:
  load_paths:
    - _sass
  style: compressed

# Resume settings
resume_avatar:                  "true"
resume_name:                    "Bryan C. Roessler"
resume_title:                   "Software developer and biologist"

# used for the contact button in _layouts/resume.html
resume_contact_email:           "bryanroessler@gmail.com"

# the next two items are used for schema itemprops in _layouts/resume.html
#resume_contact_telephone:       "555-7334"
resume_contact_address:         "St. Petersburg, FL"

resume_header_contact_info:     "St. Petersburg, FL • bryanroessler@gmail.com"
display_header_contact_info:    "true"

resume_header_intro: >
                    <p>I am a computational biologist by training and a programmer by trade. I try to identify important problems and write software to solve them. I am seeking a part or full-time telework opportunities in bioinformatics, molecular dynamics, cloud admin, linux sysadmin, or software development.</p>

# use "yes" to display the email contact button,
# "no" to display an "I'm not looking for work" message,
# or remove the resume_looking_for_work option entirely
# to leave blank
resume_looking_for_work:        "yes"

# Decide which sections to use
# comment out to hide
resume_section_links:             true
resume_section_education:         true
resume_section_experience:        true
resume_section_publications:      true
resume_section_presentations:     true
resume_section_abstracts_posters: true
resume_section_training:          true
resume_section_grants:            true
resume_section_skills:            true
resume_section_interests:         true

# Resume social links
# uncomment the options you wish to display, and add your own URL
resume_social_links:
  resume_github_url:            "https://git.bryanroessler.com"
  #resume_twitter_url:           "http://twitter.com/jglovier"
  #resume_dribbble_url:          "https://dribbble.com/jag"
  # resume_facebook_url:          "insert Facebook URL here"
  resume_linkedin_url:          "https://www.linkedin.com/in/bryan-roessler-phd-47535a60"
  # resume_instagram_url:         "insert your Instagram URL here"
  resume_website_url:           "https://cv.bryanroessler.com"
  #resume_medium_url:            "https://medium.com/@jglovier"
resume_print_social_links:      false

# Design settings
resume_theme:                   default

# Note: when editing locally, remember to restart
# your Jekyll server when you edit this file. Changes
# to _config.yml are only recognized when the server starts