Compare commits

...

3 Commits

Author SHA1 Message Date
f63e441a08 Refactor Gemfile 2020-03-18 14:34:19 -04:00
32b3457e00 Update .gitignore 2020-03-18 14:34:03 -04:00
20072d8ef4 Update CV 2020-03-18 14:33:39 -04:00
5 changed files with 23 additions and 23 deletions

View File

@@ -3,6 +3,7 @@ _site
.sass-cache .sass-cache
.vagrant .vagrant
.bundle .bundle
.jekyll-cache
vendor/bundle vendor/bundle
_drafts _drafts

View File

@@ -1,9 +1,4 @@
source 'https://rubygems.org' source 'https://rubygems.org'
group :jekyll_plugins do gem 'jekyll', group: :jekyll_plugins
#gem 'github-pages', '204' gem 'jekyll-paginate', group: :jekyll_plugins
gem 'jekyll'
gem 'jekyll-paginate'
#gem 'jekyll-sitemap'
#gem 'markdown_helper', '~> 2.5', '>= 2.5.3'
end

View File

@@ -12,7 +12,7 @@ sass:
# Resume settings # Resume settings
resume_avatar: "true" resume_avatar: "true"
resume_name: "Bryan C. Roessler" resume_name: "Bryan C. Roessler"
resume_title: "Research Assistant" resume_title: "Software developer and biologist"
# used for the contact button in _layouts/resume.html # used for the contact button in _layouts/resume.html
resume_contact_email: "bryanroessler@gmail.com" resume_contact_email: "bryanroessler@gmail.com"
@@ -25,10 +25,7 @@ resume_header_contact_info: "St. Petersburg, FL • bryanroessler@gmail.com"
display_header_contact_info: "true" display_header_contact_info: "true"
resume_header_intro: > resume_header_intro: >
<p>I am a computational biologist specializing in molecular <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>
dynamics that is currently seeking a creative and impactful
position in the academic, pharmaceutical, or biotechnology
sectors.</p>
# use "yes" to display the email contact button, # use "yes" to display the email contact button,
# "no" to display an "I'm not looking for work" message, # "no" to display an "I'm not looking for work" message,

View File

@@ -1,19 +1,26 @@
# Jobs # Jobs
- company: University of Alabama at Birmingham - company: BRSoftware
position: Research Assistant position: Insubordinate
duration: Jan 2018 &mdash; Present duration: Jan 2018 &mdash; Present
summary: > summary: >
I'm currently completing work on two projects: <ul class="resume-item-list"> I have completed the following projects and goals: <ul class="resume-item-list">
<li>Modifed substrate effects on the binding mechanisms of Sortase A, a <li>Created and deployed a version-controlled web journaling platform</li>
revised model. <i>In review.</i></li> <li>Created and released a container-based development environment for building and deploying software (build-wrapper)</li>
<li>The role of constitutive gain-of-function mutations on the structure and dynamics of the cystic fibrosis transmembrane conductance regulator.</li> <li>Learned php, sql, ruby, css, and html5 programming languages in addition to existing python, bash, tcl, and R knowledge</li>
<li>Contributed to open-source projects including ulauncher, fedora, podman, acme-dns, and openwrt</li>
<li>DIY renovated a home in the beautiful state of Florida</li>
I am currently working on three projects: <ul class="resume-item-list">
<li>namd-python, a python wrapper for the NAMD molecular dynamics suite</li>
<li>oci-md, a k8s solution for cloud-based scientific software and job control</li>
<li>reso-wp, a RESO real estate API plugin for Wordpress</li>
<li>flre-wp, a web-based real estate IDX solution</li>
- company: University of Alabama at Birmingham - company: University of Alabama at Birmingham
position: Graduate Research Assistant position: Graduate Research Assistant
duration: Aug 2010 &mdash; Dec 2017 duration: Aug 2010 &mdash; Jan 2018
summary: > summary: >
My doctoral thesis focused on the use of computational molecular dynamics to understand the impact of mutations and empirical structural determination methods on the My doctoral thesis focused on the use of computational molecular dynamics to understand the impact of mutations and empirical structural determination methods on the function and dynamics of multidrug resistance (specifically, CFTR) and sortase proteins.
function and dynamics of multidrug resistance (specifically, CFTR) and sortase proteins.
- company: U.S. Census Bureau - company: U.S. Census Bureau
position: Crew Leader position: Crew Leader

View File

@@ -2,8 +2,8 @@
name: NAMD & VMD name: NAMD & VMD
level: 100% level: 100%
- skill: - skill:
name: Bash, Python, Tcl name: python, php, sql, bash, tcl, R, css, html5, ruby
level: 98% level: 100%
- skill: - skill:
name: SGE, Slurm, PBS/Torque name: SGE, Slurm, PBS/Torque
level: 98% level: 98%